First commit

This commit is contained in:
2025-02-28 08:45:43 +01:00
commit 1f4e772600
1122 changed files with 74621 additions and 0 deletions

11
Dockerfile Normal file
View File

@ -0,0 +1,11 @@
# Basis-Image mit PHP und Apache
FROM php:apache
# Standarddateien entfernen (optional)
RUN rm -rf /var/www/html/*
# PHP-Anwendung aus lokalem Ordner kopieren
COPY ./cms/ /var/www/html/
# Port freigeben
EXPOSE 80

1
cms/.htaccess Normal file
View File

@ -0,0 +1 @@
AddDefaultCharset UTF-8

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Identifier</title>
<meta name="robots" content="noindex, nofollow">
</head>
<!-- utf-8 marker: <20><><EFBFBD> -->
<body>
<p>This file is just an identifier for a subsite folder of CMSimple.</p>
</body>
</html>

72
cms/2author/config.php Normal file
View File

@ -0,0 +1,72 @@
<?php
/* utf8-marker = äöüß */
$cf['security']['password']="\$P\$BxAqSVtvibGUSTyiCouFJZ5RKzmZn81";
$cf['site']['title']="Welcome to CMSimple";
$cf['site']['allow_config']="true";
$cf['site']['allow_config_plugins']="true";
$cf['site']['allow_embed_in_frames']="sameorigin";
$cf['site']['allow_linkcheck']="true";
$cf['site']['allow_versionsinfo']="true";
$cf['site']['content_visible']="";
$cf['site']['create_content_textfiles']="true";
$cf['site']['printview_with_backlink']="";
$cf['site']['template']="__cmsimple_default__";
$cf['use']['csrf_protection']="";
$cf['use']['backend_template']="true";
$cf['use']['backend_template_always']="";
$cf['use']['h1only_pagesplitting']="true";
$cf['show']['locator_above_editor']="true";
$cf['show']['page_headings']="";
$cf['language']['default']="en";
$cf['language']['short']="da,de,en,fr,pt-BR";
$cf['language']['long']="Danish,German,English,French,Portuguese Brazilian";
$cf['meta']['robots']="noindex, nofollow";
$cf['meta']['keywords']="CMSimple,Subsites,CoAuthors,CMS,Content Management System,keine Datenbank,ohne Datenbank,Blog,Weblog,Realblog";
$cf['meta']['description']="CMS ohne Datenbank - CMSimple ist ein Content Management System, das keine Datenbank braucht.";
$cf['meta']['author']="";
$cf['mailform']['email']="";
$cf['mailform']['captcha']="true";
$cf['locator']['show_homepage']="true";
$cf['folders']['userfiles']="userfiles/";
$cf['folders']['downloads']="userfiles/downloads/";
$cf['folders']['images']="userfiles/images/";
$cf['folders']['media']="userfiles/media/";
$cf['backup']['numberoffiles']="10";
$cf['hidden']['pages_toc']="";
$cf['hidden']['pages_search']="";
$cf['hidden']['pages_sitemap']="";
$cf['hidden']['path_locator']="true";
$cf['hidden']['pages_submenu']="";
$cf['images']['maxsize']="5000000";
$cf['downloads']['maxsize']="5000000";
$cf['editor']['external']="tinymce";
$cf['editor']['height']="600";
$cf['editor']['tinymce_toolbar']="coauthorsfull";
$cf['filebrowser']['external']="";
$cf['filebrowser']['extensions_userfiles']="zip, txt, csv, swf, pdf, doc, odt, mp3, flv, jpg, jpeg, gif, png, webp, tif, tiff, mp4, ogg, oga, ogv, webm, css";
$cf['filebrowser']['maxheight_of_thumbs']="86";
$cf['filebrowser']['width_px_plus']="40";
$cf['jquery']['autoload']="";
$cf['jquery']['file_css']="smoothness/jqueryui.css";
$cf['jquery']['file_core']="jquery_3-0-0_min.js";
$cf['jquery']['file_ui']="jquery-ui_1-12-1.min.js";
$cf['pagemanager']['external']="";
$cf['pagemanager']['pagedata_attribute']="linked_to_menu";
$cf['menu']['color']="000000";
$cf['menu']['highlightcolor']="808080";
$cf['menu']['levels']="3";
$cf['menu']['levelcatch']="10";
$cf['menu']['sdoc']="parent";
$cf['menu']['legal']="CMSimple Legal Notices";
$cf['uri']['seperator']="___";
$cf['uri']['length']="256";
$cf['adminmenu']['scroll']="";
$cf['adminmenu']['narrow_max']="36";
$cf['xhtml']['endtags']="";
$cf['xhtml']['amp']="true";
$cf['server']['script_name_slice']="";
$cf['server']['timezone']="";
$cf['plugins']['folder']="plugins";
$cf['functions']['file']="functions.php";
$cf['scripting']['regexp']="\\#CMSimple (.*?)\\#";
?>

View File

@ -0,0 +1,7 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
order deny,allow
deny from all
</IfModule>

View File

@ -0,0 +1,34 @@
<html><head><title>Content</title></head><body>
<h1>Welcome to CMSimple</h1>
<p>Congratulations on your new CoAuthors Website of <strong>CMSimple</strong>. You can login now with the default password, which you will find in the readme.php of the download. Delete the readme.php on your webserver, if you have uploaded it.</p>
<p>The login link you will find at bottom of the page in the footer.</p>
<div style="text-align: center; font-weight: 900; background: none repeat scroll 0% 0% #990000; color: #ffffff; padding: 4px 6px; border: 1px solid #333333;">
<p>!!! Remember to change the login password  immediately !!!</p>
<p>Please read the readme.php in the root folder of the download.</p>
</div>
<p>CMSimple is published under GPL3 License.</p>
<hr>
<p><img src="../userfiles/images/flags/en.gif" alt="" width="18" height="12"> <strong>!!! IMPORTANT HINT !!!</strong></p>
<p>Please <strong>DO NOT</strong> change the password directly in config.php by using a text editor. Change the default password right away after login <strong>ONLINE !!!</strong> (login with default password)</p>
<p>This is the easiest and best working way.</p>
<p>For editing CMSimple files it is essential to <strong>USE ONLY</strong> editors, capable of detecting, opening and saving files as "utf-8 without BOM" (Byte Order Mark), like <a href="http://notepad-plus-plus.org/">notepad++</a>.</p>
<p>If this condition is not fulfilled, you will damage your CMSimple installation.</p>
<hr>
<p><img src="../userfiles/images/flags/de.gif" alt="" width="18" height="12"> <strong>!!! WICHTIGER HINWEIS !!!</strong></p>
<p>Bitte ändern Sie das Standard Passwort <strong>NICHT</strong> direkt in der config.php mit einem Text Editor. Ändern Sie das Standard Passwort nach dem Login <strong>ONLINE !!!</strong>  (Login mit dem Standard Passwort)</p>
<p>Zur Bearbeitung der CMSimple Systemdateien sollten Sie ausschliesslich einen <strong>Code Editor</strong> wie z. B. <a href="http://notepad-plus-plus.org/">notepad++</a> benutzen, der die Codierung "utf-8 ohne BOM" (Byte Order Mark) erkennt, die Dateien so öffnet und auch wieder abspeichert.</p>
<p>Wenn Sie die Systemdateien in einer anderen Codierung als "utf-8 ohne BOM" abspeichern, kann es zu Problemen mit verschiedenen Funktionen von CMSimple kommen.</p>
<hr>
<p>A documentation for CMSimple is in progress:</p>
<ul>
<li><a href="http://www.cmsimple.org/doku/">www.cmsimple.org</a></li>
</ul>
<hr>
<h4>The CMSimple links</h4>
<p>If you use an original or modified CMSimple template, please leave the template-link at the bottom of the template. You may extend that link this way:</p>
<ul>
<li>Template by <a href="http://www.cmsimple.org">CMSimple</a> modified by <a href="http://www.cmsimple.org">your link</a></li>
</ul>
<p>If you use another template inside a CMSimple installation, I kindly ask that you link back to <a href="http://www.cmsimple.org">www.cmsimple.org</a> in your template, since this is a nice way to popularize the CMSimple Project and of giving something back.</p>
</body></html>

View File

@ -0,0 +1,40 @@
<?php // utf8-marker = äöü
if(!defined('CMSIMPLE_VERSION') || preg_match('/content.php/i', $_SERVER['SCRIPT_NAME']))
{
die('No direct access');
}
?>
<h1 class="_level1_page_">CMSimpleCoAuthors Subsite</h1>
<h1>CMSimpleCoAuthors Subsite</h1>
<p>Congratulations on your new CMSimpleCoAuthors website.</p>
<p>You have to set the password now. How to do that, you will find in the <strong><span style="background: #900; color: #fff; padding: 3px 6px;">README.txt</span></strong> in the root folder of the download.</p>
<p>Sie müssen nun das Passwort setzen. Wie das geht, erfahren Sie in der <strong><span style="background: #900; color: #fff; padding: 3px 6px;">LIESMICH.txt</span></strong> im Root Ordner des Downloads.</p></p>
<p>More information about CMSimple and the documentation you will find on the CMSimple Homepage:</p>
<p><strong><a href="https://www.cmsimple.org/">cmsimple.org »</a></strong></p>
<h1 class="_level1_page_">News01</h1>
<h4>Newsbox News01</h4>
<p>This box shows the content of the hidden page "News01".</p>
<p>More information about newsboxes can be found in the documentation on</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/en/?Working_with_CMSimple___Newsboxes">cmsimple.org »</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News01".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/?Arbeiten_mit_CMSimple___Newsboxen">cmsimple.org »</a></p>
<h1 class="_level1_page_">News02</h1>
<h4>Newsbox News02</h4>
<p>This box shows the content of the hidden page "News02".</p>
<p>More information about newsboxes can be found in the documentation on</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/en/?Working_with_CMSimple___Newsboxes">cmsimple.org »</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News02".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/?Arbeiten_mit_CMSimple___Newsboxen">cmsimple.org »</a></p>
<h1 class="_level1_page_">News03</h1>
<h4>Newsbox News03</h4>
<p>This box shows the content of the hidden page "News03".</p>
<p>More information about newsboxes can be found in the documentation on</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/en/?Working_with_CMSimple___Newsboxes">cmsimple.org »</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News03".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/?Arbeiten_mit_CMSimple___Newsboxen">cmsimple.org »</a></p>

View File

@ -0,0 +1,99 @@
<?php
/* utf8-marker = äöüß */
################## Data fields ############
$page_data_fields[] = 'url';
$page_data_fields[] = 'last_edit';
$page_data_fields[] = 'description';
$page_data_fields[] = 'keywords';
$page_data_fields[] = 'title';
$page_data_fields[] = 'robots';
$page_data_fields[] = 'heading';
$page_data_fields[] = 'show_heading';
$page_data_fields[] = 'sitetitle';
$page_data_fields[] = 'show_sitetitle';
$page_data_fields[] = 'template';
$page_data_fields[] = 'published';
$page_data_fields[] = 'show_last_edit';
$page_data_fields[] = 'linked_to_menu';
$page_data_fields[] = 'header_location';
$page_data_fields[] = 'use_header_location';
################## Recently deleted ############
################## Page Data ############
$page_data[0]['url'] = 'Welcome_to_CMSimple_5';
$page_data[0]['last_edit'] = '';
$page_data[0]['description'] = '';
$page_data[0]['keywords'] = '';
$page_data[0]['title'] = '';
$page_data[0]['robots'] = '';
$page_data[0]['heading'] = '';
$page_data[0]['show_heading'] = '';
$page_data[0]['sitetitle'] = '';
$page_data[0]['show_sitetitle'] = '';
$page_data[0]['template'] = '';
$page_data[0]['published'] = '';
$page_data[0]['show_last_edit'] = '';
$page_data[0]['linked_to_menu'] = '';
$page_data[0]['header_location'] = '';
$page_data[0]['use_header_location'] = '';
//----------
$page_data[1]['url'] = 'News01';
$page_data[1]['last_edit'] = '';
$page_data[1]['description'] = '';
$page_data[1]['keywords'] = '';
$page_data[1]['title'] = '';
$page_data[1]['robots'] = '';
$page_data[1]['heading'] = '';
$page_data[1]['show_heading'] = '0';
$page_data[1]['sitetitle'] = '';
$page_data[1]['show_sitetitle'] = '0';
$page_data[1]['template'] = '0';
$page_data[1]['published'] = '1';
$page_data[1]['show_last_edit'] = '0';
$page_data[1]['linked_to_menu'] = '0';
$page_data[1]['header_location'] = '';
$page_data[1]['use_header_location'] = '0';
$page_data[1]['csrf_token'] = '5e90a5e76af4d5.68946298';
//----------
$page_data[2]['url'] = 'News02';
$page_data[2]['last_edit'] = '';
$page_data[2]['description'] = '';
$page_data[2]['keywords'] = '';
$page_data[2]['title'] = '';
$page_data[2]['robots'] = '';
$page_data[2]['heading'] = '';
$page_data[2]['show_heading'] = '0';
$page_data[2]['sitetitle'] = '';
$page_data[2]['show_sitetitle'] = '0';
$page_data[2]['template'] = '0';
$page_data[2]['published'] = '1';
$page_data[2]['show_last_edit'] = '0';
$page_data[2]['linked_to_menu'] = '0';
$page_data[2]['header_location'] = '';
$page_data[2]['use_header_location'] = '0';
$page_data[2]['csrf_token'] = '5e90a5e76af4d5.68946298';
//----------
$page_data[3]['url'] = 'News03';
$page_data[3]['last_edit'] = '';
$page_data[3]['description'] = '';
$page_data[3]['keywords'] = '';
$page_data[3]['title'] = '';
$page_data[3]['robots'] = '';
$page_data[3]['heading'] = '';
$page_data[3]['show_heading'] = '0';
$page_data[3]['sitetitle'] = '';
$page_data[3]['show_sitetitle'] = '0';
$page_data[3]['template'] = '0';
$page_data[3]['published'] = '0';
$page_data[3]['show_last_edit'] = '0';
$page_data[3]['linked_to_menu'] = '1';
$page_data[3]['header_location'] = '';
$page_data[3]['use_header_location'] = '0';
$page_data[3]['csrf_token'] = '5e90a5e76af4d5.68946298';
//----------
?>

View File

@ -0,0 +1,7 @@
<IfModule authz_core_module>
Require all granted
</IfModule>
<IfModule !authz_core_module>
order deny,allow
allow from all
</IfModule>

View File

@ -0,0 +1 @@
§filebrowser§ §jquery§ §meta_tags§ §pagemanager§ §page_params§ §tinymce§

5
cms/2author/index.php Normal file
View File

@ -0,0 +1,5 @@
<?php /* utf8-marker = äöü */
$pth['folder']['base'] = '../';
include($pth['folder']['base'] . 'cmsimple/cms.php');
?>

152
cms/2author/setup.php Normal file
View File

@ -0,0 +1,152 @@
<?php /* utf8-marker = äöü */
// timeout in seconds
$setup_timeOut = 600;
if(file_exists('setupControl.php'))
{
if(function_exists('fileatime'))
{
$setup_fileCreated = fileatime('setupControl.php');
}
else
{
$setup_fileCreated = filectime('setupControl.php');
}
}
if(file_exists('setupControl.php') && $setup_timeOut - (time() - $setup_fileCreated) > 0)
{
$remainingSeconds = $setup_timeOut - (time() - $setup_fileCreated);
}
else
{
$remainingSeconds = 1;
}
if(file_exists('setupControl.php') && (time() - $setup_fileCreated > $setup_timeOut))
{
chmod('setupControl.php', 0777);
unlink('setupControl.php');
}
if(!class_exists('PasswordHash') && file_exists('cmsimple/PasswordHash.php'))
{
$pwHashPath = 'cmsimple/PasswordHash.php';
$flagsFolder = 'userfiles/images/flags/';
$configFolder = './cmsimple/';
}
if(!class_exists('PasswordHash') && file_exists('../cmsimple/PasswordHash.php') && (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm')) && !file_exists('../cmsimplesubsite.htm'))
{
$pwHashPath = '../cmsimple/PasswordHash.php';
$flagsFolder = '../userfiles/images/flags/';
$configFolder = './';
}
if(!class_exists('PasswordHash') && file_exists('../../cmsimple/PasswordHash.php') && file_exists('cmsimplelanguage.htm') && file_exists('../cmsimplesubsite.htm'))
{
$pwHashPath = '../../cmsimple/PasswordHash.php';
$flagsFolder = '../../userfiles/images/flags/';
$configFolder = './';
}
if (is_writable('setupControl.php') && file_exists('index.php'))
{
require $pwHashPath;
$cmsimple_pwHasher = new PasswordHash(8, true);
if (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm'))
{
$fileConfigSetup = './config.php';
}
else
{
$fileConfigSetup = $configFolder . 'config.php';
}
$passwordhint = '';
if (isset($_POST['submit_password']))
{
if (strlen($_POST['password']) > 4)
{
$hash = $cmsimple_pwHasher->HashPassword($_POST['password']);
$hash = str_replace('$P$','\$P\$',$hash);
$content = explode("\n", htmlspecialchars(file_get_contents($fileConfigSetup),ENT_QUOTES,'UTF-8'));
$content[2] = '$cf[\'security\'][\'password\']="' . $hash . '";';
$myfile = fopen($fileConfigSetup, "w") or die("Unable to open file!");
fwrite($myfile, htmlspecialchars_decode(implode("\n", $content),ENT_QUOTES));
fclose($myfile);
chmod('setupControl.php', 0777);
unlink('setupControl.php');
header("Location: ./?login");
}
else
{
if(strlen($_POST['password']) < 5) $passwordhint.= '
<p style="font-size: 15px; color: #900;"><img src="' . $flagsFolder . 'en.gif" alt="flag english"><br><b>Your password must have<br>5 or more characters!</b></p>
<p style="font-size: 15px; color: #900;"><img src="' . $flagsFolder . 'de.gif" alt="flag deutsch"><br><b>Das Passwort muss aus<br>5 oder mehr Zeichen bestehen!</b></p>
';
}
}
echo '<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome</title>
<meta name="robots" content="noindex, nofollow">
</head>
<body style="background: #333;" onload="countDown(true)">
<script type="text/javascript">
function countDown(init)
{
if (init || --document.getElementById( "counter" ).firstChild.nodeValue > 0 )
window.setTimeout( "countDown()" , 1000 );
};
</script>
<div style="background: #ddd; color: #000; width: 294px; text-align: center; font-family: arial, sans-serif; font-size: 15px; line-height: 1.3em; border: 5px solid #fff; border-radius: 6px; padding: 6px 24px; margin: 24px auto;">
<br><span id="counter" style="font-family: times new roman, serif; font-size: 24px; font-weight: 900; color: #900;">' . $remainingSeconds . '</span>&nbsp; seconds remaining
<p><img src="' . $flagsFolder . 'en.gif" alt="flag english">&nbsp; <b>Enter your new password!</b></p>
<p><img src="' . $flagsFolder . 'de.gif" alt="flag english">&nbsp; <b>Geben Sie Ihr neues Passwort ein!</b></p>
<p>Minimum: 5 characters</p>
<form method="POST">
<input type="password" name="password" style="border: 2px solid #999; border-radius: 3px; padding: 2px 6px 3px 6px;" value="test">
<input type="submit" name="submit_password" value="Submit" style="background: #080; color: #fff; border: 2px solid #080; border-radius: 3px; padding: 1px 6px 2px 6px;">
</form>
<p style="color: #900;">' . $passwordhint . '</p>
</div>
</body>
</html>';
}
else
{
echo '<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome</title>
<meta name="robots" content="noindex, nofollow">
</head>
<body>
<div style="width: 260px; text-align: center; font-family: arial, sans-serif; font-size: 16px; line-height: 1.4em; padding: 36px 12px; margin: 0 auto;">
<p><b>Setup is not active.</b></p>
<p><img src="' . $flagsFolder . 'en.gif" alt="flag english"><br>How you can activate setup, you will find in the readme.php in the Root folder of the CMSimple download.</p>
<p><img src="' . $flagsFolder . 'de.gif" alt="flag english"><br>Wie Sie Setup aktivieren können, finden Sie in der readme.php des CMSimple Downloads.</p>
<p><a href="./">Home &raquo;</a></p>
</div>
</body>
</html>';
}
?>

View File

View File

@ -0,0 +1 @@
6

View File

View File

@ -0,0 +1,11 @@
/*
Please do not change or add anything!
Bitte nichts ändern oder hinzufügen!
*/
h1._level1_page_ {}
h1._level2_page_ {}
h1._level3_page_ {}
h1._level4_page_ {}
h1._level5_page_ {}
h1._level6_page_ {}

View File

@ -0,0 +1,9 @@
<h1 class="_level1_page_">News01</h1>
<h4>Newsbox News01</h4>
<p>This box shows the content of the hidden page "News01".</p>
<p>More information about newsboxes can be found in the documentation on</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/en/?Working_with_CMSimple___Newsboxes">cmsimple.org »</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News01".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/?Arbeiten_mit_CMSimple___Newsboxen">cmsimple.org »</a></p>

View File

@ -0,0 +1,8 @@
<h1 class="_level1_page_">Welcome to CMSimple 5</h1>
<h1>Welcome to CMSimple 5</h1>
<p>Congratulations on your new external author subsite. You can login now with the default password, which you will find in the readme.php of the download.</p>
<div style="text-align: center; font-weight: bold; background: #900; color: #ffffff; padding: 4px 6px;">
<p>!!! Remember to change the login password&nbsp; immediately !!!</p>
</div>
<p>CMSimple is published under GPL3 License. More information about CMSimple, a very simple and easy to use CMS (Content Management System) without database, the documentation and the current Downloads you will find on the CMSimple Homepage:</p>
<p><strong><a href="http://localhost/CMSimple5_Development/cmsimple5rc/">cmsimple.org »</a></strong></p>

View File

@ -0,0 +1 @@
6

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Identifier</title>
<meta name="robots" content="noindex, nofollow">
</head>
<!-- utf-8 marker: äöü -->
<body>
<p>This file is just an identifier for a language folder of CMSimple.</p>
</body>
</html>

72
cms/2lang/config.php Normal file
View File

@ -0,0 +1,72 @@
<?php
/* utf8-marker = äöüß */
$cf['security']['password']="\$P\$BxAqSVtvibGUSTyiCouFJZ5RKzmZn81";
$cf['site']['title']="Welcome to CMSimple";
$cf['site']['allow_config']="true";
$cf['site']['allow_config_plugins']="true";
$cf['site']['allow_embed_in_frames']="sameorigin";
$cf['site']['allow_linkcheck']="true";
$cf['site']['allow_versionsinfo']="true";
$cf['site']['content_visible']="true";
$cf['site']['create_content_textfiles']="";
$cf['site']['printview_with_backlink']="";
$cf['site']['template']="__cmsimple_default__";
$cf['use']['csrf_protection']="";
$cf['use']['backend_template']="true";
$cf['use']['backend_template_always']="";
$cf['use']['h1only_pagesplitting']="true";
$cf['show']['locator_above_editor']="true";
$cf['show']['page_headings']="";
$cf['language']['default']="en";
$cf['language']['short']="da,de,en,fr,pt-BR";
$cf['language']['long']="Danish,German,English,French,Portuguese Brazilian";
$cf['meta']['robots']="index, follow";
$cf['meta']['keywords']="CMSimple,Subsites,CoAuthors,CMS,Content Management System,keine Datenbank,ohne Datenbank,Blog,Weblog,Realblog";
$cf['meta']['description']="CMS ohne Datenbank - CMSimple ist ein Content Management System, das keine Datenbank braucht.";
$cf['meta']['author']="";
$cf['mailform']['email']="";
$cf['mailform']['captcha']="true";
$cf['locator']['show_homepage']="true";
$cf['folders']['userfiles']="userfiles/";
$cf['folders']['downloads']="userfiles/downloads/";
$cf['folders']['images']="userfiles/images/";
$cf['folders']['media']="userfiles/media/";
$cf['backup']['numberoffiles']="10";
$cf['hidden']['pages_toc']="";
$cf['hidden']['pages_search']="";
$cf['hidden']['pages_sitemap']="";
$cf['hidden']['path_locator']="true";
$cf['hidden']['pages_submenu']="";
$cf['images']['maxsize']="5000000";
$cf['downloads']['maxsize']="5000000";
$cf['editor']['external']="tinymce";
$cf['editor']['height']="600";
$cf['editor']['tinymce_toolbar']="full";
$cf['filebrowser']['external']="";
$cf['filebrowser']['extensions_userfiles']="zip, txt, csv, swf, pdf, doc, odt, mp3, flv, jpg, jpeg, gif, png, webp, tif, tiff, mp4, ogg, oga, ogv, webm, css";
$cf['filebrowser']['maxheight_of_thumbs']="86";
$cf['filebrowser']['width_px_plus']="40";
$cf['jquery']['autoload']="";
$cf['jquery']['file_css']="smoothness/jqueryui.css";
$cf['jquery']['file_core']="jquery_3-0-0_min.js";
$cf['jquery']['file_ui']="jquery-ui_1-12-1.min.js";
$cf['pagemanager']['external']="";
$cf['pagemanager']['pagedata_attribute']="linked_to_menu";
$cf['menu']['color']="000000";
$cf['menu']['highlightcolor']="808080";
$cf['menu']['levels']="3";
$cf['menu']['levelcatch']="10";
$cf['menu']['sdoc']="parent";
$cf['menu']['legal']="CMSimple Legal Notices";
$cf['uri']['seperator']="___";
$cf['uri']['length']="256";
$cf['adminmenu']['scroll']="";
$cf['adminmenu']['narrow_max']="36";
$cf['xhtml']['endtags']="";
$cf['xhtml']['amp']="true";
$cf['server']['script_name_slice']="";
$cf['server']['timezone']="";
$cf['plugins']['folder']="plugins";
$cf['functions']['file']="functions.php";
$cf['scripting']['regexp']="\\#CMSimple (.*?)\\#";
?>

View File

@ -0,0 +1,7 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
order deny,allow
deny from all
</IfModule>

View File

@ -0,0 +1,60 @@
<html><head><title>Content</title></head><body>
<h1>Welcome to CMSimple</h1>
<p>Congratulations on your new language installation of <strong>CMSimple</strong>. You can login now with the default password, which you will find in the readme.php of the download. Delete the readme.php on your webserver, if you have uploaded it.</p>
<p>The login link you will find at bottom of the page in the footer.</p>
<div style="text-align: center; font-weight: 900; background: none repeat scroll 0% 0% #990000; color: #ffffff; padding: 4px 6px; border: 1px solid #333333;">
<p>!!! Remember to change the login password  immediately !!!</p>
<p>Please read the readme.php in the root folder of the download.</p>
</div>
<p>CMSimple is published under GPL3 License.</p>
<hr>
<p><img src="../userfiles/images/flags/en.gif" alt="" width="18" height="12"> <strong>!!! IMPORTANT HINT !!!</strong></p>
<p>Please <strong>DO NOT</strong> change the password directly in config.php by using a text editor. Change the default password right away after login <strong>ONLINE !!!</strong> (login with default password)</p>
<p>This is the easiest and best working way.</p>
<p>For editing CMSimple files it is essential to <strong>USE ONLY</strong> editors, capable of detecting, opening and saving files as "utf-8 without BOM" (Byte Order Mark), like <a href="http://notepad-plus-plus.org/">notepad++</a>.</p>
<p>If this condition is not fulfilled, you will damage your CMSimple installation.</p>
<hr>
<p><img src="../userfiles/images/flags/de.gif" alt="" width="18" height="12"> <strong>!!! WICHTIGER HINWEIS !!!</strong></p>
<p>Bitte ändern Sie das Standard Passwort <strong>NICHT</strong> direkt in der config.php mit einem Text Editor. Ändern Sie das Standard Passwort nach dem Login <strong>ONLINE !!!</strong>  (Login mit dem Standard Passwort)</p>
<p>Zur Bearbeitung der CMSimple Systemdateien sollten Sie ausschliesslich einen <strong>Code Editor</strong> wie z. B. <a href="http://notepad-plus-plus.org/">notepad++</a> benutzen, der die Codierung "utf-8 ohne BOM" (Byte Order Mark) erkennt, die Dateien so öffnet und auch wieder abspeichert.</p>
<p>Wenn Sie die Systemdateien in einer anderen Codierung als "utf-8 ohne BOM" abspeichern, kann es zu Problemen mit verschiedenen Funktionen von CMSimple kommen.</p>
<hr>
<p>A documentation for CMSimple is in progress:</p>
<ul>
<li><a href="http://www.cmsimple.org/doku/">www.cmsimple.org</a></li>
</ul>
<hr>
<h4>The CMSimple links</h4>
<p>If you use an original or modified CMSimple template, please leave the template-link at the bottom of the template. You may extend that link this way:</p>
<ul>
<li>Template by <a href="http://www.cmsimple.org">CMSimple</a> modified by <a href="http://www.cmsimple.org">your link</a></li>
</ul>
<p>If you use another template inside a CMSimple installation, I kindly ask that you link back to <a href="http://www.cmsimple.org">www.cmsimple.org</a> in your template, since this is a nice way to popularize the CMSimple Project and of giving something back.</p>
<h1>News01</h1>
<h4>Newsbox News01</h4>
<p>This box shows the content of the hidden page "News01".</p>
<p>More information about newsboxes can be found here:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.com/wiki/doku.php/manuals:users_manual:cmsimple:newsboxes">CMSimple_XH Wiki &raquo;</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News01".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es hier:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.de/dokuwiki/doku.php/anwenderdokumentation:cmsimple:newsboxen">CMSimple_XH Wiki &raquo;</a></p>
<h1>News02</h1>
<h4>Newsbox News02</h4>
<p>This box shows the content of the hidden page "News02".</p>
<p>More information about newsboxes can be found here:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.com/wiki/doku.php/manuals:users_manual:cmsimple:newsboxes">CMSimple_XH Wiki &raquo;</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News02".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es hier:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.de/dokuwiki/doku.php/anwenderdokumentation:cmsimple:newsboxen">CMSimple_XH Wiki &raquo;</a></p>
<h1>News03</h1>
<h4>Newsbox News03</h4>
<p>This box shows the content of the hidden page "News03".</p>
<p>More information about newsboxes can be found here:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.com/wiki/doku.php/manuals:users_manual:cmsimple:newsboxes">CMSimple_XH Wiki &raquo;</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News03".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es hier:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.de/dokuwiki/doku.php/anwenderdokumentation:cmsimple:newsboxen">CMSimple_XH Wiki &raquo;</a></p>
</body></html>

View File

@ -0,0 +1,40 @@
<?php // utf8-marker = äöü
if(!defined('CMSIMPLE_VERSION') || preg_match('/content.php/i', $_SERVER['SCRIPT_NAME']))
{
die('No direct access');
}
?>
<h1 class="_level1_page_">CMSimple Second Language</h1>
<h1>CMSimple Second Language</h1>
<p>Congratulations on your new second language.</p>
<p>You have to set the password now. How to do that, you will find in the <strong><span style="background: #900; color: #fff; padding: 3px 6px;">README.txt</span></strong> in the root folder of the download.</p>
<p>Sie müssen nun das Passwort setzen. Wie das geht, erfahren Sie in der <strong><span style="background: #900; color: #fff; padding: 3px 6px;">LIESMICH.txt</span></strong> im Root Ordner des Downloads.</p>
<p>More information about CMSimple and the documentation you will find on the CMSimple Homepage:</p>
<p><strong><a href="https://www.cmsimple.org/">cmsimple.org »</a></strong></p>
<h1 class="_level1_page_">News01</h1>
<h4>Newsbox News01</h4>
<p>This box shows the content of the hidden page "News01".</p>
<p>More information about newsboxes can be found in the documentation on</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/en/?Working_with_CMSimple___Newsboxes">cmsimple.org »</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News01".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/?Arbeiten_mit_CMSimple___Newsboxen">cmsimple.org »</a></p>
<h1 class="_level1_page_">News02</h1>
<h4>Newsbox News02</h4>
<p>This box shows the content of the hidden page "News02".</p>
<p>More information about newsboxes can be found in the documentation on</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/en/?Working_with_CMSimple___Newsboxes">cmsimple.org »</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News02".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/?Arbeiten_mit_CMSimple___Newsboxen">cmsimple.org »</a></p>
<h1 class="_level1_page_">News03</h1>
<h4>Newsbox News03</h4>
<p>This box shows the content of the hidden page "News03".</p>
<p>More information about newsboxes can be found in the documentation on</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/en/?Working_with_CMSimple___Newsboxes">cmsimple.org »</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News03".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/?Arbeiten_mit_CMSimple___Newsboxen">cmsimple.org »</a></p>

View File

@ -0,0 +1,108 @@
<?php
/* utf8-marker = äöüß */
################## Data fields ############
$page_data_fields[] = 'url';
$page_data_fields[] = 'last_edit';
$page_data_fields[] = 'description';
$page_data_fields[] = 'keywords';
$page_data_fields[] = 'title';
$page_data_fields[] = 'robots';
$page_data_fields[] = 'heading';
$page_data_fields[] = 'show_heading';
$page_data_fields[] = 'template';
$page_data_fields[] = 'published';
$page_data_fields[] = 'show_last_edit';
$page_data_fields[] = 'linked_to_menu';
$page_data_fields[] = 'header_location';
$page_data_fields[] = 'use_header_location';
$page_data_fields[] = 'sitetitle';
$page_data_fields[] = 'show_sitetitle';
################## Recently deleted ############
$temp_data['url'] = 'Startseite';
$temp_data['last_edit'] = '1251465256';
$temp_data['description'] = '';
$temp_data['keywords'] = '';
$temp_data['title'] = '';
$temp_data['robots'] = '';
$temp_data['heading'] = '';
$temp_data['show_heading'] = '';
$temp_data['template'] = '';
$temp_data['published'] = '';
$temp_data['show_last_edit'] = '';
$temp_data['linked_to_menu'] = '';
################## Page Data ############
$page_data[0]['url'] = 'Welcome_to_CMSimple';
$page_data[0]['last_edit'] = '1353012768';
$page_data[0]['description'] = '';
$page_data[0]['keywords'] = '';
$page_data[0]['title'] = '';
$page_data[0]['robots'] = '';
$page_data[0]['heading'] = '';
$page_data[0]['show_heading'] = '';
$page_data[0]['template'] = '';
$page_data[0]['published'] = '';
$page_data[0]['show_last_edit'] = '';
$page_data[0]['linked_to_menu'] = '1';
$page_data[0]['header_location'] = '';
$page_data[0]['use_header_location'] = '';
$page_data[0]['sitetitle'] = '';
$page_data[0]['show_sitetitle'] = '';
//----------
$page_data[1]['url'] = 'News01';
$page_data[1]['last_edit'] = '1316870463';
$page_data[1]['description'] = '';
$page_data[1]['keywords'] = '';
$page_data[1]['title'] = '';
$page_data[1]['robots'] = '';
$page_data[1]['heading'] = '';
$page_data[1]['show_heading'] = '0';
$page_data[1]['template'] = '0';
$page_data[1]['published'] = '1';
$page_data[1]['show_last_edit'] = '0';
$page_data[1]['linked_to_menu'] = '0';
$page_data[1]['header_location'] = '';
$page_data[1]['use_header_location'] = '0';
$page_data[1]['sitetitle'] = '';
$page_data[1]['show_sitetitle'] = '';
//----------
$page_data[2]['url'] = 'News02';
$page_data[2]['last_edit'] = '1316870483';
$page_data[2]['description'] = '';
$page_data[2]['keywords'] = '';
$page_data[2]['title'] = '';
$page_data[2]['robots'] = '';
$page_data[2]['heading'] = '';
$page_data[2]['show_heading'] = '0';
$page_data[2]['template'] = '0';
$page_data[2]['published'] = '1';
$page_data[2]['show_last_edit'] = '0';
$page_data[2]['linked_to_menu'] = '0';
$page_data[2]['header_location'] = '';
$page_data[2]['use_header_location'] = '0';
$page_data[2]['sitetitle'] = '';
$page_data[2]['show_sitetitle'] = '';
//----------
$page_data[3]['url'] = 'News03';
$page_data[3]['last_edit'] = '1316870492';
$page_data[3]['description'] = '';
$page_data[3]['keywords'] = '';
$page_data[3]['title'] = '';
$page_data[3]['robots'] = '';
$page_data[3]['heading'] = '';
$page_data[3]['show_heading'] = '0';
$page_data[3]['template'] = '0';
$page_data[3]['published'] = '1';
$page_data[3]['show_last_edit'] = '0';
$page_data[3]['linked_to_menu'] = '0';
$page_data[3]['header_location'] = '';
$page_data[3]['use_header_location'] = '0';
$page_data[3]['sitetitle'] = '';
$page_data[3]['show_sitetitle'] = '';
//----------
?>

View File

@ -0,0 +1,7 @@
<IfModule authz_core_module>
Require all granted
</IfModule>
<IfModule !authz_core_module>
order deny,allow
allow from all
</IfModule>

View File

@ -0,0 +1 @@

5
cms/2lang/index.php Normal file
View File

@ -0,0 +1,5 @@
<?php /* utf8-marker = äöü */
$pth['folder']['base'] = '../';
include($pth['folder']['base'] . 'cmsimple/cms.php');
?>

152
cms/2lang/setup.php Normal file
View File

@ -0,0 +1,152 @@
<?php /* utf8-marker = äöü */
// timeout in seconds
$setup_timeOut = 600;
if(file_exists('setupControl.php'))
{
if(function_exists('fileatime'))
{
$setup_fileCreated = fileatime('setupControl.php');
}
else
{
$setup_fileCreated = filectime('setupControl.php');
}
}
if(file_exists('setupControl.php') && $setup_timeOut - (time() - $setup_fileCreated) > 0)
{
$remainingSeconds = $setup_timeOut - (time() - $setup_fileCreated);
}
else
{
$remainingSeconds = 1;
}
if(file_exists('setupControl.php') && (time() - $setup_fileCreated > $setup_timeOut))
{
chmod('setupControl.php', 0777);
unlink('setupControl.php');
}
if(!class_exists('PasswordHash') && file_exists('cmsimple/PasswordHash.php'))
{
$pwHashPath = 'cmsimple/PasswordHash.php';
$flagsFolder = 'userfiles/images/flags/';
$configFolder = './cmsimple/';
}
if(!class_exists('PasswordHash') && file_exists('../cmsimple/PasswordHash.php') && (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm')) && !file_exists('../cmsimplesubsite.htm'))
{
$pwHashPath = '../cmsimple/PasswordHash.php';
$flagsFolder = '../userfiles/images/flags/';
$configFolder = './';
}
if(!class_exists('PasswordHash') && file_exists('../../cmsimple/PasswordHash.php') && file_exists('cmsimplelanguage.htm') && file_exists('../cmsimplesubsite.htm'))
{
$pwHashPath = '../../cmsimple/PasswordHash.php';
$flagsFolder = '../../userfiles/images/flags/';
$configFolder = './';
}
if (is_writable('setupControl.php') && file_exists('index.php'))
{
require $pwHashPath;
$cmsimple_pwHasher = new PasswordHash(8, true);
if (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm'))
{
$fileConfigSetup = './config.php';
}
else
{
$fileConfigSetup = $configFolder . 'config.php';
}
$passwordhint = '';
if (isset($_POST['submit_password']))
{
if (strlen($_POST['password']) > 4)
{
$hash = $cmsimple_pwHasher->HashPassword($_POST['password']);
$hash = str_replace('$P$','\$P\$',$hash);
$content = explode("\n", htmlspecialchars(file_get_contents($fileConfigSetup),ENT_QUOTES,'UTF-8'));
$content[2] = '$cf[\'security\'][\'password\']="' . $hash . '";';
$myfile = fopen($fileConfigSetup, "w") or die("Unable to open file!");
fwrite($myfile, htmlspecialchars_decode(implode("\n", $content),ENT_QUOTES));
fclose($myfile);
chmod('setupControl.php', 0777);
unlink('setupControl.php');
header("Location: ./?login");
}
else
{
if(strlen($_POST['password']) < 5) $passwordhint.= '
<p style="font-size: 15px; color: #900;"><img src="' . $flagsFolder . 'en.gif" alt="flag english"><br><b>Your password must have<br>5 or more characters!</b></p>
<p style="font-size: 15px; color: #900;"><img src="' . $flagsFolder . 'de.gif" alt="flag deutsch"><br><b>Das Passwort muss aus<br>5 oder mehr Zeichen bestehen!</b></p>
';
}
}
echo '<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome</title>
<meta name="robots" content="noindex, nofollow">
</head>
<body style="background: #333;" onload="countDown(true)">
<script type="text/javascript">
function countDown(init)
{
if (init || --document.getElementById( "counter" ).firstChild.nodeValue > 0 )
window.setTimeout( "countDown()" , 1000 );
};
</script>
<div style="background: #ddd; color: #000; width: 294px; text-align: center; font-family: arial, sans-serif; font-size: 15px; line-height: 1.3em; border: 5px solid #fff; border-radius: 6px; padding: 6px 24px; margin: 24px auto;">
<br><span id="counter" style="font-family: times new roman, serif; font-size: 24px; font-weight: 900; color: #900;">' . $remainingSeconds . '</span>&nbsp; seconds remaining
<p><img src="' . $flagsFolder . 'en.gif" alt="flag english">&nbsp; <b>Enter your new password!</b></p>
<p><img src="' . $flagsFolder . 'de.gif" alt="flag english">&nbsp; <b>Geben Sie Ihr neues Passwort ein!</b></p>
<p>Minimum: 5 characters</p>
<form method="POST">
<input type="password" name="password" style="border: 2px solid #999; border-radius: 3px; padding: 2px 6px 3px 6px;" value="test">
<input type="submit" name="submit_password" value="Submit" style="background: #080; color: #fff; border: 2px solid #080; border-radius: 3px; padding: 1px 6px 2px 6px;">
</form>
<p style="color: #900;">' . $passwordhint . '</p>
</div>
</body>
</html>';
}
else
{
echo '<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome</title>
<meta name="robots" content="noindex, nofollow">
</head>
<body>
<div style="width: 260px; text-align: center; font-family: arial, sans-serif; font-size: 16px; line-height: 1.4em; padding: 36px 12px; margin: 0 auto;">
<p><b>Setup is not active.</b></p>
<p><img src="' . $flagsFolder . 'en.gif" alt="flag english"><br>How you can activate setup, you will find in the readme.php in the Root folder of the CMSimple download.</p>
<p><img src="' . $flagsFolder . 'de.gif" alt="flag english"><br>Wie Sie Setup aktivieren können, finden Sie in der readme.php des CMSimple Downloads.</p>
<p><a href="./">Home &raquo;</a></p>
</div>
</body>
</html>';
}
?>

View File

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Identifier</title>
<meta name="robots" content="noindex, nofollow">
</head>
<!-- utf-8 marker: <20><><EFBFBD> -->
<body>
<p>This file is just an identifier for a subsite folder of CMSimple.</p>
</body>
</html>

72
cms/2site/config.php Normal file
View File

@ -0,0 +1,72 @@
<?php
/* utf8-marker = äöüß */
$cf['security']['password']="\$P\$BxAqSVtvibGUSTyiCouFJZ5RKzmZn81";
$cf['site']['title']="Welcome to CMSimple";
$cf['site']['allow_config']="true";
$cf['site']['allow_config_plugins']="true";
$cf['site']['allow_embed_in_frames']="sameorigin";
$cf['site']['allow_linkcheck']="true";
$cf['site']['allow_versionsinfo']="true";
$cf['site']['content_visible']="true";
$cf['site']['create_content_textfiles']="";
$cf['site']['printview_with_backlink']="";
$cf['site']['template']="__cmsimple_default__";
$cf['use']['csrf_protection']="";
$cf['use']['backend_template']="true";
$cf['use']['backend_template_always']="";
$cf['use']['h1only_pagesplitting']="true";
$cf['show']['locator_above_editor']="true";
$cf['show']['page_headings']="";
$cf['language']['default']="en";
$cf['language']['short']="da,de,en,fr,pt-BR";
$cf['language']['long']="Danish,German,English,French,Portuguese Brazilian";
$cf['meta']['robots']="index, follow";
$cf['meta']['keywords']="CMSimple,Subsites,CoAuthors,CMS,Content Management System,keine Datenbank,ohne Datenbank,Blog,Weblog,Realblog";
$cf['meta']['description']="CMS ohne Datenbank - CMSimple ist ein Content Management System, das keine Datenbank braucht.";
$cf['meta']['author']="";
$cf['mailform']['email']="";
$cf['mailform']['captcha']="true";
$cf['locator']['show_homepage']="true";
$cf['folders']['userfiles']="userfiles/";
$cf['folders']['downloads']="userfiles/downloads/";
$cf['folders']['images']="userfiles/images/";
$cf['folders']['media']="userfiles/media/";
$cf['backup']['numberoffiles']="10";
$cf['hidden']['pages_toc']="";
$cf['hidden']['pages_search']="";
$cf['hidden']['pages_sitemap']="";
$cf['hidden']['path_locator']="true";
$cf['hidden']['pages_submenu']="";
$cf['images']['maxsize']="5000000";
$cf['downloads']['maxsize']="5000000";
$cf['editor']['external']="tinymce";
$cf['editor']['height']="600";
$cf['editor']['tinymce_toolbar']="full";
$cf['filebrowser']['external']="";
$cf['filebrowser']['extensions_userfiles']="zip, txt, csv, swf, pdf, doc, odt, mp3, flv, jpg, jpeg, gif, png, webp, tif, tiff, mp4, ogg, oga, ogv, webm, css";
$cf['filebrowser']['maxheight_of_thumbs']="86";
$cf['filebrowser']['width_px_plus']="40";
$cf['jquery']['autoload']="";
$cf['jquery']['file_css']="smoothness/jqueryui.css";
$cf['jquery']['file_core']="jquery_3-0-0_min.js";
$cf['jquery']['file_ui']="jquery-ui_1-12-1.min.js";
$cf['pagemanager']['external']="";
$cf['pagemanager']['pagedata_attribute']="linked_to_menu";
$cf['menu']['color']="000000";
$cf['menu']['highlightcolor']="808080";
$cf['menu']['levels']="3";
$cf['menu']['levelcatch']="10";
$cf['menu']['sdoc']="parent";
$cf['menu']['legal']="CMSimple Legal Notices";
$cf['uri']['seperator']="___";
$cf['uri']['length']="256";
$cf['adminmenu']['scroll']="";
$cf['adminmenu']['narrow_max']="36";
$cf['xhtml']['endtags']="";
$cf['xhtml']['amp']="true";
$cf['server']['script_name_slice']="";
$cf['server']['timezone']="";
$cf['plugins']['folder']="plugins";
$cf['functions']['file']="functions.php";
$cf['scripting']['regexp']="\\#CMSimple (.*?)\\#";
?>

View File

@ -0,0 +1,7 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
order deny,allow
deny from all
</IfModule>

View File

@ -0,0 +1,60 @@
<html><head><title>Content</title></head><body>
<h1>Welcome to CMSimple</h1>
<p>Congratulations on your new Subsite installation of <strong>CMSimple</strong>. You can login now with the default password, which you will find in the readme.php of the download. Delete the readme.php on your webserver, if you have uploaded it.</p>
<p>The login link you will find at bottom of the page in the footer.</p>
<div style="text-align: center; font-weight: 900; background: none repeat scroll 0% 0% #990000; color: #ffffff; padding: 4px 6px; border: 1px solid #333333;">
<p>!!! Remember to change the login password  immediately !!!</p>
<p>Please read the readme.php in the root folder of the download.</p>
</div>
<p>CMSimple is published under GPL3 License.</p>
<hr>
<p><img src="../userfiles/images/flags/en.gif" alt="" width="18" height="12"> <strong>!!! IMPORTANT HINT !!!</strong></p>
<p>Please <strong>DO NOT</strong> change the password directly in config.php by using a text editor. Change the default password right away after login <strong>ONLINE !!!</strong> (login with default password)</p>
<p>This is the easiest and best working way.</p>
<p>For editing CMSimple files it is essential to <strong>USE ONLY</strong> editors, capable of detecting, opening and saving files as "utf-8 without BOM" (Byte Order Mark), like <a href="http://notepad-plus-plus.org/">notepad++</a>.</p>
<p>If this condition is not fulfilled, you will damage your CMSimple installation.</p>
<hr>
<p><img src="../userfiles/images/flags/de.gif" alt="" width="18" height="12"> <strong>!!! WICHTIGER HINWEIS !!!</strong></p>
<p>Bitte ändern Sie das Standard Passwort <strong>NICHT</strong> direkt in der config.php mit einem Text Editor. Ändern Sie das Standard Passwort nach dem Login <strong>ONLINE !!!</strong>  (Login mit dem Standard Passwort)</p>
<p>Zur Bearbeitung der CMSimple Systemdateien sollten Sie ausschliesslich einen <strong>Code Editor</strong> wie z. B. <a href="http://notepad-plus-plus.org/">notepad++</a> benutzen, der die Codierung "utf-8 ohne BOM" (Byte Order Mark) erkennt, die Dateien so öffnet und auch wieder abspeichert.</p>
<p>Wenn Sie die Systemdateien in einer anderen Codierung als "utf-8 ohne BOM" abspeichern, kann es zu Problemen mit verschiedenen Funktionen von CMSimple kommen.</p>
<hr>
<p>A documentation for CMSimple is in progress:</p>
<ul>
<li><a href="http://www.cmsimple.org/doku/">www.cmsimple.org</a></li>
</ul>
<hr>
<h4>The CMSimple links</h4>
<p>If you use an original or modified CMSimple template, please leave the template-link at the bottom of the template. You may extend that link this way:</p>
<ul>
<li>Template by <a href="http://www.cmsimple.org">CMSimple</a> modified by <a href="http://www.cmsimple.org">your link</a></li>
</ul>
<p>If you use another template inside a CMSimple installation, I kindly ask that you link back to <a href="http://www.cmsimple.org">www.cmsimple.org</a> in your template, since this is a nice way to popularize the CMSimple Project and of giving something back.</p>
<h1>News01</h1>
<h4>Newsbox News01</h4>
<p>This box shows the content of the hidden page "News01".</p>
<p>More information about newsboxes can be found here:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.com/wiki/doku.php/manuals:users_manual:cmsimple:newsboxes">CMSimple_XH Wiki &raquo;</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News01".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es hier:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.de/dokuwiki/doku.php/anwenderdokumentation:cmsimple:newsboxen">CMSimple_XH Wiki &raquo;</a></p>
<h1>News02</h1>
<h4>Newsbox News02</h4>
<p>This box shows the content of the hidden page "News02".</p>
<p>More information about newsboxes can be found here:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.com/wiki/doku.php/manuals:users_manual:cmsimple:newsboxes">CMSimple_XH Wiki &raquo;</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News02".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es hier:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.de/dokuwiki/doku.php/anwenderdokumentation:cmsimple:newsboxen">CMSimple_XH Wiki &raquo;</a></p>
<h1>News03</h1>
<h4>Newsbox News03</h4>
<p>This box shows the content of the hidden page "News03".</p>
<p>More information about newsboxes can be found here:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.com/wiki/doku.php/manuals:users_manual:cmsimple:newsboxes">CMSimple_XH Wiki &raquo;</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News03".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es hier:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.de/dokuwiki/doku.php/anwenderdokumentation:cmsimple:newsboxen">CMSimple_XH Wiki &raquo;</a></p>
</body></html>

View File

@ -0,0 +1,40 @@
<?php // utf8-marker = äöü
if(!defined('CMSIMPLE_VERSION') || preg_match('/content.php/i', $_SERVER['SCRIPT_NAME']))
{
die('No direct access');
}
?>
<h1 class="_level1_page_">CMSimple Subsite</h1>
<h1>CMSimple Subsite</h1>
<p>Congratulations on your new CMSimple subsite.</p>
<p>You have to set the password now. How to do that, you will find in the <strong><span style="background: #900; color: #fff; padding: 3px 6px;">README.txt</span></strong> in the root folder of the download.</p>
<p>Sie müssen nun das Passwort setzen. Wie das geht, erfahren Sie in der <strong><span style="background: #900; color: #fff; padding: 3px 6px;">LIESMICH.txt</span></strong> im Root Ordner des Downloads.</p>
<p>More information about CMSimple and the documentation you will find on the CMSimple Homepage:</p>
<p><strong><a href="https://www.cmsimple.org/">cmsimple.org »</a></strong></p>
<h1 class="_level1_page_">News01</h1>
<h4>Newsbox News01</h4>
<p>This box shows the content of the hidden page "News01".</p>
<p>More information about newsboxes can be found in the documentation on</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/en/?Working_with_CMSimple___Newsboxes">cmsimple.org »</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News01".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/?Arbeiten_mit_CMSimple___Newsboxen">cmsimple.org »</a></p>
<h1 class="_level1_page_">News02</h1>
<h4>Newsbox News02</h4>
<p>This box shows the content of the hidden page "News02".</p>
<p>More information about newsboxes can be found in the documentation on</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/en/?Working_with_CMSimple___Newsboxes">cmsimple.org »</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News02".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/?Arbeiten_mit_CMSimple___Newsboxen">cmsimple.org »</a></p>
<h1 class="_level1_page_">News03</h1>
<h4>Newsbox News03</h4>
<p>This box shows the content of the hidden page "News03".</p>
<p>More information about newsboxes can be found in the documentation on</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/en/?Working_with_CMSimple___Newsboxes">cmsimple.org »</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News03".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/?Arbeiten_mit_CMSimple___Newsboxen">cmsimple.org »</a></p>

View File

@ -0,0 +1,108 @@
<?php
/* utf8-marker = äöüß */
################## Data fields ############
$page_data_fields[] = 'url';
$page_data_fields[] = 'last_edit';
$page_data_fields[] = 'description';
$page_data_fields[] = 'keywords';
$page_data_fields[] = 'title';
$page_data_fields[] = 'robots';
$page_data_fields[] = 'heading';
$page_data_fields[] = 'show_heading';
$page_data_fields[] = 'template';
$page_data_fields[] = 'published';
$page_data_fields[] = 'show_last_edit';
$page_data_fields[] = 'linked_to_menu';
$page_data_fields[] = 'header_location';
$page_data_fields[] = 'use_header_location';
$page_data_fields[] = 'sitetitle';
$page_data_fields[] = 'show_sitetitle';
################## Recently deleted ############
$temp_data['url'] = 'Startseite';
$temp_data['last_edit'] = '1251465256';
$temp_data['description'] = '';
$temp_data['keywords'] = '';
$temp_data['title'] = '';
$temp_data['robots'] = '';
$temp_data['heading'] = '';
$temp_data['show_heading'] = '';
$temp_data['template'] = '';
$temp_data['published'] = '';
$temp_data['show_last_edit'] = '';
$temp_data['linked_to_menu'] = '';
################## Page Data ############
$page_data[0]['url'] = 'Welcome_to_CMSimple_5';
$page_data[0]['last_edit'] = '1586537918';
$page_data[0]['description'] = '';
$page_data[0]['keywords'] = '';
$page_data[0]['title'] = '';
$page_data[0]['robots'] = '';
$page_data[0]['heading'] = '';
$page_data[0]['show_heading'] = '';
$page_data[0]['template'] = '';
$page_data[0]['published'] = '';
$page_data[0]['show_last_edit'] = '';
$page_data[0]['linked_to_menu'] = '1';
$page_data[0]['header_location'] = '';
$page_data[0]['use_header_location'] = '';
$page_data[0]['sitetitle'] = '';
$page_data[0]['show_sitetitle'] = '';
//----------
$page_data[1]['url'] = 'News01';
$page_data[1]['last_edit'] = '1316870463';
$page_data[1]['description'] = '';
$page_data[1]['keywords'] = '';
$page_data[1]['title'] = '';
$page_data[1]['robots'] = '';
$page_data[1]['heading'] = '';
$page_data[1]['show_heading'] = '0';
$page_data[1]['template'] = '0';
$page_data[1]['published'] = '1';
$page_data[1]['show_last_edit'] = '0';
$page_data[1]['linked_to_menu'] = '0';
$page_data[1]['header_location'] = '';
$page_data[1]['use_header_location'] = '0';
$page_data[1]['sitetitle'] = '';
$page_data[1]['show_sitetitle'] = '';
//----------
$page_data[2]['url'] = 'News02';
$page_data[2]['last_edit'] = '1316870483';
$page_data[2]['description'] = '';
$page_data[2]['keywords'] = '';
$page_data[2]['title'] = '';
$page_data[2]['robots'] = '';
$page_data[2]['heading'] = '';
$page_data[2]['show_heading'] = '0';
$page_data[2]['template'] = '0';
$page_data[2]['published'] = '1';
$page_data[2]['show_last_edit'] = '0';
$page_data[2]['linked_to_menu'] = '0';
$page_data[2]['header_location'] = '';
$page_data[2]['use_header_location'] = '0';
$page_data[2]['sitetitle'] = '';
$page_data[2]['show_sitetitle'] = '';
//----------
$page_data[3]['url'] = 'News03';
$page_data[3]['last_edit'] = '1316870492';
$page_data[3]['description'] = '';
$page_data[3]['keywords'] = '';
$page_data[3]['title'] = '';
$page_data[3]['robots'] = '';
$page_data[3]['heading'] = '';
$page_data[3]['show_heading'] = '0';
$page_data[3]['template'] = '0';
$page_data[3]['published'] = '1';
$page_data[3]['show_last_edit'] = '0';
$page_data[3]['linked_to_menu'] = '0';
$page_data[3]['header_location'] = '';
$page_data[3]['use_header_location'] = '0';
$page_data[3]['sitetitle'] = '';
$page_data[3]['show_sitetitle'] = '';
//----------
?>

View File

@ -0,0 +1,7 @@
<IfModule authz_core_module>
Require all granted
</IfModule>
<IfModule !authz_core_module>
order deny,allow
allow from all
</IfModule>

View File

@ -0,0 +1 @@

5
cms/2site/index.php Normal file
View File

@ -0,0 +1,5 @@
<?php /* utf8-marker = äöü */
$pth['folder']['base'] = '../';
include($pth['folder']['base'] . 'cmsimple/cms.php');
?>

152
cms/2site/setup.php Normal file
View File

@ -0,0 +1,152 @@
<?php /* utf8-marker = äöü */
// timeout in seconds
$setup_timeOut = 600;
if(file_exists('setupControl.php'))
{
if(function_exists('fileatime'))
{
$setup_fileCreated = fileatime('setupControl.php');
}
else
{
$setup_fileCreated = filectime('setupControl.php');
}
}
if(file_exists('setupControl.php') && $setup_timeOut - (time() - $setup_fileCreated) > 0)
{
$remainingSeconds = $setup_timeOut - (time() - $setup_fileCreated);
}
else
{
$remainingSeconds = 1;
}
if(file_exists('setupControl.php') && (time() - $setup_fileCreated > $setup_timeOut))
{
chmod('setupControl.php', 0777);
unlink('setupControl.php');
}
if(!class_exists('PasswordHash') && file_exists('cmsimple/PasswordHash.php'))
{
$pwHashPath = 'cmsimple/PasswordHash.php';
$flagsFolder = 'userfiles/images/flags/';
$configFolder = './cmsimple/';
}
if(!class_exists('PasswordHash') && file_exists('../cmsimple/PasswordHash.php') && (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm')) && !file_exists('../cmsimplesubsite.htm'))
{
$pwHashPath = '../cmsimple/PasswordHash.php';
$flagsFolder = '../userfiles/images/flags/';
$configFolder = './';
}
if(!class_exists('PasswordHash') && file_exists('../../cmsimple/PasswordHash.php') && file_exists('cmsimplelanguage.htm') && file_exists('../cmsimplesubsite.htm'))
{
$pwHashPath = '../../cmsimple/PasswordHash.php';
$flagsFolder = '../../userfiles/images/flags/';
$configFolder = './';
}
if (is_writable('setupControl.php') && file_exists('index.php'))
{
require $pwHashPath;
$cmsimple_pwHasher = new PasswordHash(8, true);
if (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm'))
{
$fileConfigSetup = './config.php';
}
else
{
$fileConfigSetup = $configFolder . 'config.php';
}
$passwordhint = '';
if (isset($_POST['submit_password']))
{
if (strlen($_POST['password']) > 4)
{
$hash = $cmsimple_pwHasher->HashPassword($_POST['password']);
$hash = str_replace('$P$','\$P\$',$hash);
$content = explode("\n", htmlspecialchars(file_get_contents($fileConfigSetup),ENT_QUOTES,'UTF-8'));
$content[2] = '$cf[\'security\'][\'password\']="' . $hash . '";';
$myfile = fopen($fileConfigSetup, "w") or die("Unable to open file!");
fwrite($myfile, htmlspecialchars_decode(implode("\n", $content),ENT_QUOTES));
fclose($myfile);
chmod('setupControl.php', 0777);
unlink('setupControl.php');
header("Location: ./?login");
}
else
{
if(strlen($_POST['password']) < 5) $passwordhint.= '
<p style="font-size: 15px; color: #900;"><img src="' . $flagsFolder . 'en.gif" alt="flag english"><br><b>Your password must have<br>5 or more characters!</b></p>
<p style="font-size: 15px; color: #900;"><img src="' . $flagsFolder . 'de.gif" alt="flag deutsch"><br><b>Das Passwort muss aus<br>5 oder mehr Zeichen bestehen!</b></p>
';
}
}
echo '<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome</title>
<meta name="robots" content="noindex, nofollow">
</head>
<body style="background: #333;" onload="countDown(true)">
<script type="text/javascript">
function countDown(init)
{
if (init || --document.getElementById( "counter" ).firstChild.nodeValue > 0 )
window.setTimeout( "countDown()" , 1000 );
};
</script>
<div style="background: #ddd; color: #000; width: 294px; text-align: center; font-family: arial, sans-serif; font-size: 15px; line-height: 1.3em; border: 5px solid #fff; border-radius: 6px; padding: 6px 24px; margin: 24px auto;">
<br><span id="counter" style="font-family: times new roman, serif; font-size: 24px; font-weight: 900; color: #900;">' . $remainingSeconds . '</span>&nbsp; seconds remaining
<p><img src="' . $flagsFolder . 'en.gif" alt="flag english">&nbsp; <b>Enter your new password!</b></p>
<p><img src="' . $flagsFolder . 'de.gif" alt="flag english">&nbsp; <b>Geben Sie Ihr neues Passwort ein!</b></p>
<p>Minimum: 5 characters</p>
<form method="POST">
<input type="password" name="password" style="border: 2px solid #999; border-radius: 3px; padding: 2px 6px 3px 6px;" value="test">
<input type="submit" name="submit_password" value="Submit" style="background: #080; color: #fff; border: 2px solid #080; border-radius: 3px; padding: 1px 6px 2px 6px;">
</form>
<p style="color: #900;">' . $passwordhint . '</p>
</div>
</body>
</html>';
}
else
{
echo '<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome</title>
<meta name="robots" content="noindex, nofollow">
</head>
<body>
<div style="width: 260px; text-align: center; font-family: arial, sans-serif; font-size: 16px; line-height: 1.4em; padding: 36px 12px; margin: 0 auto;">
<p><b>Setup is not active.</b></p>
<p><img src="' . $flagsFolder . 'en.gif" alt="flag english"><br>How you can activate setup, you will find in the readme.php in the Root folder of the CMSimple download.</p>
<p><img src="' . $flagsFolder . 'de.gif" alt="flag english"><br>Wie Sie Setup aktivieren können, finden Sie in der readme.php des CMSimple Downloads.</p>
<p><a href="./">Home &raquo;</a></p>
</div>
</body>
</html>';
}
?>

View File

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Identifier</title>
<meta name="robots" content="noindex, nofollow">
</head>
<!-- utf-8 marker: äöü -->
<body>
<p>This file is just an identifier for a language folder of CMSimple.</p>
</body>
</html>

72
cms/2site2lang/config.php Normal file
View File

@ -0,0 +1,72 @@
<?php
/* utf8-marker = äöüß */
$cf['security']['password']="\$P\$BxAqSVtvibGUSTyiCouFJZ5RKzmZn81";
$cf['site']['title']="Welcome to CMSimple";
$cf['site']['allow_config']="true";
$cf['site']['allow_config_plugins']="true";
$cf['site']['allow_embed_in_frames']="sameorigin";
$cf['site']['allow_linkcheck']="true";
$cf['site']['allow_versionsinfo']="true";
$cf['site']['content_visible']="true";
$cf['site']['create_content_textfiles']="";
$cf['site']['printview_with_backlink']="";
$cf['site']['template']="__cmsimple_default__";
$cf['use']['csrf_protection']="";
$cf['use']['backend_template']="true";
$cf['use']['backend_template_always']="";
$cf['use']['h1only_pagesplitting']="true";
$cf['show']['locator_above_editor']="true";
$cf['show']['page_headings']="";
$cf['language']['default']="en";
$cf['language']['short']="da,de,en,fr,pt-BR";
$cf['language']['long']="Danish,German,English,French,Portuguese Brazilian";
$cf['meta']['robots']="index, follow";
$cf['meta']['keywords']="CMSimple,Subsites,CoAuthors,CMS,Content Management System,keine Datenbank,ohne Datenbank,Blog,Weblog,Realblog";
$cf['meta']['description']="CMS ohne Datenbank - CMSimple ist ein Content Management System, das keine Datenbank braucht.";
$cf['meta']['author']="";
$cf['mailform']['email']="";
$cf['mailform']['captcha']="true";
$cf['locator']['show_homepage']="true";
$cf['folders']['userfiles']="userfiles/";
$cf['folders']['downloads']="userfiles/downloads/";
$cf['folders']['images']="userfiles/images/";
$cf['folders']['media']="userfiles/media/";
$cf['backup']['numberoffiles']="10";
$cf['hidden']['pages_toc']="";
$cf['hidden']['pages_search']="";
$cf['hidden']['pages_sitemap']="";
$cf['hidden']['path_locator']="true";
$cf['hidden']['pages_submenu']="";
$cf['images']['maxsize']="5000000";
$cf['downloads']['maxsize']="5000000";
$cf['editor']['external']="tinymce";
$cf['editor']['height']="600";
$cf['editor']['tinymce_toolbar']="full";
$cf['filebrowser']['external']="";
$cf['filebrowser']['extensions_userfiles']="zip, txt, csv, swf, pdf, doc, odt, mp3, flv, jpg, jpeg, gif, png, webp, tif, tiff, mp4, ogg, oga, ogv, webm, css";
$cf['filebrowser']['maxheight_of_thumbs']="86";
$cf['filebrowser']['width_px_plus']="40";
$cf['jquery']['autoload']="";
$cf['jquery']['file_css']="smoothness/jqueryui.css";
$cf['jquery']['file_core']="jquery_3-0-0_min.js";
$cf['jquery']['file_ui']="jquery-ui_1-12-1.min.js";
$cf['pagemanager']['external']="";
$cf['pagemanager']['pagedata_attribute']="linked_to_menu";
$cf['menu']['color']="000000";
$cf['menu']['highlightcolor']="808080";
$cf['menu']['levels']="3";
$cf['menu']['levelcatch']="10";
$cf['menu']['sdoc']="parent";
$cf['menu']['legal']="CMSimple Legal Notices";
$cf['uri']['seperator']="___";
$cf['uri']['length']="256";
$cf['adminmenu']['scroll']="";
$cf['adminmenu']['narrow_max']="36";
$cf['xhtml']['endtags']="";
$cf['xhtml']['amp']="true";
$cf['server']['script_name_slice']="";
$cf['server']['timezone']="";
$cf['plugins']['folder']="plugins";
$cf['functions']['file']="functions.php";
$cf['scripting']['regexp']="\\#CMSimple (.*?)\\#";
?>

View File

@ -0,0 +1,7 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
order deny,allow
deny from all
</IfModule>

View File

@ -0,0 +1,60 @@
<html><head><title>Content</title></head><body>
<h1>Welcome to CMSimple</h1>
<p>Congratulations on your new language installation of <strong>CMSimple</strong>. You can login now with the default password, which you will find in the readme.php of the download. Delete the readme.php on your webserver, if you have uploaded it.</p>
<p>The login link you will find at bottom of the page in the footer.</p>
<div style="text-align: center; font-weight: 900; background: none repeat scroll 0% 0% #990000; color: #ffffff; padding: 4px 6px; border: 1px solid #333333;">
<p>!!! Remember to change the login password  immediately !!!</p>
<p>Please read the readme.php in the root folder of the download.</p>
</div>
<p>CMSimple is published under GPL3 License.</p>
<hr>
<p><img src="../../userfiles/images/flags/en.gif" alt="" width="18" height="12"> <strong>!!! IMPORTANT HINT !!!</strong></p>
<p>Please <strong>DO NOT</strong> change the password directly in config.php by using a text editor. Change the default password right away after login <strong>ONLINE !!!</strong> (login with default password)</p>
<p>This is the easiest and best working way.</p>
<p>For editing CMSimple files it is essential to <strong>USE ONLY</strong> editors, capable of detecting, opening and saving files as "utf-8 without BOM" (Byte Order Mark), like <a href="http://notepad-plus-plus.org/">notepad++</a>.</p>
<p>If this condition is not fulfilled, you will damage your CMSimple installation.</p>
<hr>
<p><img src="../../userfiles/images/flags/de.gif" alt="" width="18" height="12"> <strong>!!! WICHTIGER HINWEIS !!!</strong></p>
<p>Bitte ändern Sie das Standard Passwort <strong>NICHT</strong> direkt in der config.php mit einem Text Editor. Ändern Sie das Standard Passwort nach dem Login <strong>ONLINE !!!</strong>  (Login mit dem Standard Passwort)</p>
<p>Zur Bearbeitung der CMSimple Systemdateien sollten Sie ausschliesslich einen <strong>Code Editor</strong> wie z. B. <a href="http://notepad-plus-plus.org/">notepad++</a> benutzen, der die Codierung "utf-8 ohne BOM" (Byte Order Mark) erkennt, die Dateien so öffnet und auch wieder abspeichert.</p>
<p>Wenn Sie die Systemdateien in einer anderen Codierung als "utf-8 ohne BOM" abspeichern, kann es zu Problemen mit verschiedenen Funktionen von CMSimple kommen.</p>
<hr>
<p>A documentation for CMSimple is in progress:</p>
<ul>
<li><a href="http://www.cmsimple.org/doku/">www.cmsimple.org</a></li>
</ul>
<hr>
<h4>The CMSimple links</h4>
<p>If you use an original or modified CMSimple template, please leave the template-link at the bottom of the template. You may extend that link this way:</p>
<ul>
<li>Template by <a href="http://www.cmsimple.org">CMSimple</a> modified by <a href="http://www.cmsimple.org">your link</a></li>
</ul>
<p>If you use another template inside a CMSimple installation, I kindly ask that you link back to <a href="http://www.cmsimple.org">www.cmsimple.org</a> in your template, since this is a nice way to popularize the CMSimple Project and of giving something back.</p>
<h1>News01</h1>
<h4>Newsbox News01</h4>
<p>This box shows the content of the hidden page "News01".</p>
<p>More information about newsboxes can be found here:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.com/wiki/doku.php/manuals:users_manual:cmsimple:newsboxes">CMSimple_XH Wiki &raquo;</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News01".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es hier:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.de/dokuwiki/doku.php/anwenderdokumentation:cmsimple:newsboxen">CMSimple_XH Wiki &raquo;</a></p>
<h1>News02</h1>
<h4>Newsbox News02</h4>
<p>This box shows the content of the hidden page "News02".</p>
<p>More information about newsboxes can be found here:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.com/wiki/doku.php/manuals:users_manual:cmsimple:newsboxes">CMSimple_XH Wiki &raquo;</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News02".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es hier:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.de/dokuwiki/doku.php/anwenderdokumentation:cmsimple:newsboxen">CMSimple_XH Wiki &raquo;</a></p>
<h1>News03</h1>
<h4>Newsbox News03</h4>
<p>This box shows the content of the hidden page "News03".</p>
<p>More information about newsboxes can be found here:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.com/wiki/doku.php/manuals:users_manual:cmsimple:newsboxes">CMSimple_XH Wiki &raquo;</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News03".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es hier:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.de/dokuwiki/doku.php/anwenderdokumentation:cmsimple:newsboxen">CMSimple_XH Wiki &raquo;</a></p>
</body></html>

View File

@ -0,0 +1,40 @@
<?php // utf8-marker = äöü
if(!defined('CMSIMPLE_VERSION') || preg_match('/content.php/i', $_SERVER['SCRIPT_NAME']))
{
die('No direct access');
}
?>
<h1 class="_level1_page_">CMSimple Second Language</h1>
<h1>CMSimple Second Language</h1>
<p>Congratulations on your new second language.</p>
<p>You have to set the password now. How to do that, you will find in the <strong><span style="background: #900; color: #fff; padding: 3px 6px;">README.txt</span></strong> in the root folder of the download.</p>
<p>Sie müssen nun das Passwort setzen. Wie das geht, erfahren Sie in der <strong><span style="background: #900; color: #fff; padding: 3px 6px;">LIESMICH.txt</span></strong> im Root Ordner des Downloads.</p>
<p>More information about CMSimple and the documentation you will find on the CMSimple Homepage:</p>
<p><strong><a href="https://www.cmsimple.org/">cmsimple.org »</a></strong></p>
<h1 class="_level1_page_">News01</h1>
<h4>Newsbox News01</h4>
<p>This box shows the content of the hidden page "News01".</p>
<p>More information about newsboxes can be found in the documentation on</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/en/?Working_with_CMSimple___Newsboxes">cmsimple.org »</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News01".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/?Arbeiten_mit_CMSimple___Newsboxen">cmsimple.org »</a></p>
<h1 class="_level1_page_">News02</h1>
<h4>Newsbox News02</h4>
<p>This box shows the content of the hidden page "News02".</p>
<p>More information about newsboxes can be found in the documentation on</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/en/?Working_with_CMSimple___Newsboxes">cmsimple.org »</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News02".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/?Arbeiten_mit_CMSimple___Newsboxen">cmsimple.org »</a></p>
<h1 class="_level1_page_">News03</h1>
<h4>Newsbox News03</h4>
<p>This box shows the content of the hidden page "News03".</p>
<p>More information about newsboxes can be found in the documentation on</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/en/?Working_with_CMSimple___Newsboxes">cmsimple.org »</a></p>
<hr>
<p>Diese Box zeigt den Inhalt der versteckten Seite "News03".</p>
<p>Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf</p>
<p style="text-align: right;"><a href="https://www.cmsimple.org/doku/?Arbeiten_mit_CMSimple___Newsboxen">cmsimple.org »</a></p>

View File

@ -0,0 +1,108 @@
<?php
/* utf8-marker = äöüß */
################## Data fields ############
$page_data_fields[] = 'url';
$page_data_fields[] = 'last_edit';
$page_data_fields[] = 'description';
$page_data_fields[] = 'keywords';
$page_data_fields[] = 'title';
$page_data_fields[] = 'robots';
$page_data_fields[] = 'heading';
$page_data_fields[] = 'show_heading';
$page_data_fields[] = 'template';
$page_data_fields[] = 'published';
$page_data_fields[] = 'show_last_edit';
$page_data_fields[] = 'linked_to_menu';
$page_data_fields[] = 'header_location';
$page_data_fields[] = 'use_header_location';
$page_data_fields[] = 'sitetitle';
$page_data_fields[] = 'show_sitetitle';
################## Recently deleted ############
$temp_data['url'] = 'Startseite';
$temp_data['last_edit'] = '1251465256';
$temp_data['description'] = '';
$temp_data['keywords'] = '';
$temp_data['title'] = '';
$temp_data['robots'] = '';
$temp_data['heading'] = '';
$temp_data['show_heading'] = '';
$temp_data['template'] = '';
$temp_data['published'] = '';
$temp_data['show_last_edit'] = '';
$temp_data['linked_to_menu'] = '';
################## Page Data ############
$page_data[0]['url'] = 'Welcome_to_CMSimple';
$page_data[0]['last_edit'] = '1353012768';
$page_data[0]['description'] = '';
$page_data[0]['keywords'] = '';
$page_data[0]['title'] = '';
$page_data[0]['robots'] = '';
$page_data[0]['heading'] = '';
$page_data[0]['show_heading'] = '';
$page_data[0]['template'] = '';
$page_data[0]['published'] = '';
$page_data[0]['show_last_edit'] = '';
$page_data[0]['linked_to_menu'] = '1';
$page_data[0]['header_location'] = '';
$page_data[0]['use_header_location'] = '';
$page_data[0]['sitetitle'] = '';
$page_data[0]['show_sitetitle'] = '';
//----------
$page_data[1]['url'] = 'News01';
$page_data[1]['last_edit'] = '1316870463';
$page_data[1]['description'] = '';
$page_data[1]['keywords'] = '';
$page_data[1]['title'] = '';
$page_data[1]['robots'] = '';
$page_data[1]['heading'] = '';
$page_data[1]['show_heading'] = '0';
$page_data[1]['template'] = '0';
$page_data[1]['published'] = '1';
$page_data[1]['show_last_edit'] = '0';
$page_data[1]['linked_to_menu'] = '0';
$page_data[1]['header_location'] = '';
$page_data[1]['use_header_location'] = '0';
$page_data[1]['sitetitle'] = '';
$page_data[1]['show_sitetitle'] = '';
//----------
$page_data[2]['url'] = 'News02';
$page_data[2]['last_edit'] = '1316870483';
$page_data[2]['description'] = '';
$page_data[2]['keywords'] = '';
$page_data[2]['title'] = '';
$page_data[2]['robots'] = '';
$page_data[2]['heading'] = '';
$page_data[2]['show_heading'] = '0';
$page_data[2]['template'] = '0';
$page_data[2]['published'] = '1';
$page_data[2]['show_last_edit'] = '0';
$page_data[2]['linked_to_menu'] = '0';
$page_data[2]['header_location'] = '';
$page_data[2]['use_header_location'] = '0';
$page_data[2]['sitetitle'] = '';
$page_data[2]['show_sitetitle'] = '';
//----------
$page_data[3]['url'] = 'News03';
$page_data[3]['last_edit'] = '1316870492';
$page_data[3]['description'] = '';
$page_data[3]['keywords'] = '';
$page_data[3]['title'] = '';
$page_data[3]['robots'] = '';
$page_data[3]['heading'] = '';
$page_data[3]['show_heading'] = '0';
$page_data[3]['template'] = '0';
$page_data[3]['published'] = '1';
$page_data[3]['show_last_edit'] = '0';
$page_data[3]['linked_to_menu'] = '0';
$page_data[3]['header_location'] = '';
$page_data[3]['use_header_location'] = '0';
$page_data[3]['sitetitle'] = '';
$page_data[3]['show_sitetitle'] = '';
//----------
?>

View File

@ -0,0 +1,7 @@
<IfModule authz_core_module>
Require all granted
</IfModule>
<IfModule !authz_core_module>
order deny,allow
allow from all
</IfModule>

View File

@ -0,0 +1 @@

5
cms/2site2lang/index.php Normal file
View File

@ -0,0 +1,5 @@
<?php /* utf8-marker = äöü */
$pth['folder']['base'] = '../../';
include($pth['folder']['base'] . 'cmsimple/cms.php');
?>

152
cms/2site2lang/setup.php Normal file
View File

@ -0,0 +1,152 @@
<?php /* utf8-marker = äöü */
// timeout in seconds
$setup_timeOut = 600;
if(file_exists('setupControl.php'))
{
if(function_exists('fileatime'))
{
$setup_fileCreated = fileatime('setupControl.php');
}
else
{
$setup_fileCreated = filectime('setupControl.php');
}
}
if(file_exists('setupControl.php') && $setup_timeOut - (time() - $setup_fileCreated) > 0)
{
$remainingSeconds = $setup_timeOut - (time() - $setup_fileCreated);
}
else
{
$remainingSeconds = 1;
}
if(file_exists('setupControl.php') && (time() - $setup_fileCreated > $setup_timeOut))
{
chmod('setupControl.php', 0777);
unlink('setupControl.php');
}
if(!class_exists('PasswordHash') && file_exists('cmsimple/PasswordHash.php'))
{
$pwHashPath = 'cmsimple/PasswordHash.php';
$flagsFolder = 'userfiles/images/flags/';
$configFolder = './cmsimple/';
}
if(!class_exists('PasswordHash') && file_exists('../cmsimple/PasswordHash.php') && (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm')) && !file_exists('../cmsimplesubsite.htm'))
{
$pwHashPath = '../cmsimple/PasswordHash.php';
$flagsFolder = '../userfiles/images/flags/';
$configFolder = './';
}
if(!class_exists('PasswordHash') && file_exists('../../cmsimple/PasswordHash.php') && file_exists('cmsimplelanguage.htm') && file_exists('../cmsimplesubsite.htm'))
{
$pwHashPath = '../../cmsimple/PasswordHash.php';
$flagsFolder = '../../userfiles/images/flags/';
$configFolder = './';
}
if (is_writable('setupControl.php') && file_exists('index.php'))
{
require $pwHashPath;
$cmsimple_pwHasher = new PasswordHash(8, true);
if (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm'))
{
$fileConfigSetup = './config.php';
}
else
{
$fileConfigSetup = $configFolder . 'config.php';
}
$passwordhint = '';
if (isset($_POST['submit_password']))
{
if (strlen($_POST['password']) > 4)
{
$hash = $cmsimple_pwHasher->HashPassword($_POST['password']);
$hash = str_replace('$P$','\$P\$',$hash);
$content = explode("\n", htmlspecialchars(file_get_contents($fileConfigSetup),ENT_QUOTES,'UTF-8'));
$content[2] = '$cf[\'security\'][\'password\']="' . $hash . '";';
$myfile = fopen($fileConfigSetup, "w") or die("Unable to open file!");
fwrite($myfile, htmlspecialchars_decode(implode("\n", $content),ENT_QUOTES));
fclose($myfile);
chmod('setupControl.php', 0777);
unlink('setupControl.php');
header("Location: ./?login");
}
else
{
if(strlen($_POST['password']) < 5) $passwordhint.= '
<p style="font-size: 15px; color: #900;"><img src="' . $flagsFolder . 'en.gif" alt="flag english"><br><b>Your password must have<br>5 or more characters!</b></p>
<p style="font-size: 15px; color: #900;"><img src="' . $flagsFolder . 'de.gif" alt="flag deutsch"><br><b>Das Passwort muss aus<br>5 oder mehr Zeichen bestehen!</b></p>
';
}
}
echo '<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome</title>
<meta name="robots" content="noindex, nofollow">
</head>
<body style="background: #333;" onload="countDown(true)">
<script type="text/javascript">
function countDown(init)
{
if (init || --document.getElementById( "counter" ).firstChild.nodeValue > 0 )
window.setTimeout( "countDown()" , 1000 );
};
</script>
<div style="background: #ddd; color: #000; width: 294px; text-align: center; font-family: arial, sans-serif; font-size: 15px; line-height: 1.3em; border: 5px solid #fff; border-radius: 6px; padding: 6px 24px; margin: 24px auto;">
<br><span id="counter" style="font-family: times new roman, serif; font-size: 24px; font-weight: 900; color: #900;">' . $remainingSeconds . '</span>&nbsp; seconds remaining
<p><img src="' . $flagsFolder . 'en.gif" alt="flag english">&nbsp; <b>Enter your new password!</b></p>
<p><img src="' . $flagsFolder . 'de.gif" alt="flag english">&nbsp; <b>Geben Sie Ihr neues Passwort ein!</b></p>
<p>Minimum: 5 characters</p>
<form method="POST">
<input type="password" name="password" style="border: 2px solid #999; border-radius: 3px; padding: 2px 6px 3px 6px;" value="test">
<input type="submit" name="submit_password" value="Submit" style="background: #080; color: #fff; border: 2px solid #080; border-radius: 3px; padding: 1px 6px 2px 6px;">
</form>
<p style="color: #900;">' . $passwordhint . '</p>
</div>
</body>
</html>';
}
else
{
echo '<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome</title>
<meta name="robots" content="noindex, nofollow">
</head>
<body>
<div style="width: 260px; text-align: center; font-family: arial, sans-serif; font-size: 16px; line-height: 1.4em; padding: 36px 12px; margin: 0 auto;">
<p><b>Setup is not active.</b></p>
<p><img src="' . $flagsFolder . 'en.gif" alt="flag english"><br>How you can activate setup, you will find in the readme.php in the Root folder of the CMSimple download.</p>
<p><img src="' . $flagsFolder . 'de.gif" alt="flag english"><br>Wie Sie Setup aktivieren können, finden Sie in der readme.php des CMSimple Downloads.</p>
<p><a href="./">Home &raquo;</a></p>
</div>
</body>
</html>';
}
?>

View File

92
cms/LIESMICH.txt Normal file
View File

@ -0,0 +1,92 @@
=====================================================
Hilfe zur Installation von CMSimple 5.14 oder höher
=====================================================
I N S T A L L A T I O N
-----------------------
1. Entpacken Sie die zip Datei in einen Ordner Ihres PC.
2. Laden Sie alle Dateien und Ordner des Verzeichnisses, in dem auch diese LIESMICH.txt liegt, auf Ihren Webserver hoch, in das Verzeichnis, in dem Ihre CMSimple Website laufen soll.
Sie können Ihre neue Website nun in einem Browser aufrufen. Sie können sich 10 min lang mit dem Passwort "test" einloggen und das Passwort ändern.
Nach Ablauf von 10 min nach dem Upload können Sie sich nicht mehr einloggen, Sie müssen Setup ausführen, um ein Passwort zu vergeben.
S E T U P
---------
Nach Ablauf der 10 min, oder wenn Sie das Passwort vergessen haben, können Sie das Passwort auch per Setup ändern:
1. Laden Sie die Datei ./setup/setupControl.php in das Rootverzeichnis Ihrer CMSimple Website (CMSimpleRoot, Zweitsprache, Subsite), damit wird das Setup aktiviert.
2. Auf einigen älteren Servern müssen Sie möglicherweise die Datei setupControl.php beschreibbar machen (666), um Setup zu aktivieren.
3. Rufen Sie die Datei setup.php (CMSimpleRoot, Zweitsprache, Subsite) mit einem Browser auf und setzen Sie Ihr Passwort.
Sie haben für das Setup 10 min Zeit, danach müssen Sie die Datei setupControl.php erneut hochladen. Eventuell muss die Datei setupControl.php auf dem PC geöffnet, bearbeitet und abgespeichert werden, um der Datei ein neues Bearbeitungsdatum zu geben. Ab da laufen dann wieder die 10 min.
Das Setup muss auch in Zweitsprachen und Subsites ausgeführt werden.
Nach dem Setup wird die Datei ./setupControl.php automatisch gelöscht, und Setup ist deaktiviert.
U P D A T E S
-------------
Die Sprachdateien werden bei Updates nicht aktualisiert.
Es wird lediglich die Datei ./cmsimple/languages/default.php aktualisiert, neu eingeführte Sprachvariablen erscheinen in allen Sprachen in Englisch und können im Backend übersetzt werden. Sie können jedoch die Sprachdateien en.php und de.php auch per Hand aktualisieren.
Sie finden die Dateien en.php und de.php im Ordner ./setup/defaults/ des Downloads, laden Sie die beiden Dateien in den Ordner ./cmsimple/languages/ hoch.
S I C H E R H E I T S H I N W E I S
-----------------------------------
Nach dem Setup sollten Sie sicherheitshalber die Datei ./setup.php noch einmal aufrufen. Sollte Setup noch aktiv sein, löschen Sie die Datei ./setupControl.php bitte per ftp.
PASSWORT VERGESSEN? KEIN LOGIN MOEGLICH nach einem Update?
Aktivieren Sie das Setup und rufen Sie die setup.php auf.
Weitere Informationen erhalten Sie unter: https://cmsimple.org/
D A T E I- U N D O R D N E R R E C H T E
------------------------------------------
Auf modernen Webspaces müssen Sie sich darum nicht mehr kümmern. Es gibt jedoch noch immer Webserver, auf denen Sie für bestimmte Ordner und Dateien Schreibrechte vergeben müssen.
Das geschieht per ftp. Wenn nach dem Hochladen so etwas wie 'Config file missing' auf dem Bildschirm erscheint, müssen Sie als erstes folgende Ordner beschreibbar machen:
ORDNER (chmod 0777):
./backups/
./backups/cmsimple/
./cmsimple/
./cmsimple/languages/
./content/
./templates/
./templates/cmsimple_default/
./Userfiles/
./Userfiles/_core/
./Userfiles/co_author/
./Userfiles/downloads/
./Userfiles/images/
./Userfiles/media/
./Userfiles/plugins/
Danach rufen Sie Ihre Website im Browser auf, sie sollte jetzt schon funktionieren. Loggen Sie sich ein und vergeben Sie ein Passwort.
Es kann sein, dass jetzt noch einige Dateien mit Schreibrechten ausgestattet werden müssen, z. B.:
DATEIEN: (chmod 0666)
./cmsimple/config.php
./cmsimple/log.php
./content/content.php
./content/pagedata.php
./content/_cmsimpleAdmin.php
./content/_disabled_plugins.txt
./templates/__cmsimple_default__/stylesheet.css
./templates/__cmsimple_default__/template.htm
usw., CMSimple sollte sich im Backend melden, wenn eine Datei Schreibrechte benötigt.

93
cms/README.txt Normal file
View File

@ -0,0 +1,93 @@
=====================================================
Help to install CMSimple 5.14 or higher
=====================================================
I N S T A L L A T I O N
-----------------------
1. Unzip the zip file in a folder of your PC.
2. Upload all files and folders of the folder, where also this README.txt is located, to your webserver, to the folder, where your CMSimple Website shall run.
Now you can call your new website with a web browser . You can log in for 10 min with the password "test" and change the password.
10 min after the upload, you can no longer log in. You have to run Setup to assign a password.
S E T U P
---------
After the 10 min, or if you have forgotten the password, you also can change the password via setup:
1. Upload the file ./setup/setupControl.php to the installation folder of your CMSimple website (CMSimpleRoot, second language, subsite), and the setup mode will be activated.
2. On some older servers maybe you have to make the setupControl.php writable (666) to activate Setup.
3. Call the ./setup.php (CMSimpleRoot, second language, subsite) with a web browser and set your password.
You have 10 min for the setup, after that you have to upload the file setupControl.php again. Maybe the setupControl.php file need to be opened on the PC, edited and saved to give the file a new edit date. Now the 10 min for setup are running again.
The setup can (must) also be executed in secondary languages and subsites.
After setup, the ./setupControl.php file is automatically deleted and setup is deactivated.
U P D A T E S
-------------
The language files will not be updated by updates.
Only the file ./cmsimple/languages/default.php will be updated, newly introduced language variables appear in English in all languages and can be translated in the backend. However, you can also update the language files en.php and de.php manually.
You will find the files en.php and de.php in the folder ./setup/defaults/ of the download, upload the two files to the folder ./cmsimple/languages/ to update the language files manually.
S A F E T Y N O T I C E
------------------------
For safety, after setup you should call the ./setup.php file again. If setup is still active, please delete the file ./setupControl.php by ftp.
FORGOTTEN PASSWORD? NO LOGIN POSSIBLE after an update?
Activate the setup and call the setup.php (see S E T U P)
Further informations you get under: https://cmsimple.org/
F I L E- A N D F O L D E R P E R M I S S I O N S
---------------------------------------------------
On modern web spaces you should not have to worry about this. However, there are still web servers on which you have to grant write permissions for certain files and folders.
This you can to via ftp. If something like 'Config file missing' appears on the screen after uploading, at first you have to make the following folders writable:
FOLDERS (chmod 0777):
./backups/
./backups/cmsimple/
./cmsimple/
./cmsimple/languages/
./content/
./templates/
./templates/cmsimple_default/
./Userfiles/
./Userfiles/_core/
./Userfiles/co_author/
./Userfiles/downloads/
./Userfiles/images/
./Userfiles/media/
./Userfiles/plugins/
Then open your website in the browser, your CMSimple website should already work now. Log in and change the password.
It may be that some files now need write permissions, for example:
FILES (chmod 0666):
./cmsimple/config.php
./cmsimple/log.php
./content/_cmsimpleAdmin.php
./content/_disabled_plugins.txt
./content/content.php
./content/pagedata.php
./templates/__cmsimple_default__/stylesheet.css
./templates/__cmsimple_default__/template.htm
CMSimple should report in the backend when a file needs write permissions.

7
cms/cmsimple/.htaccess Normal file
View File

@ -0,0 +1,7 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
order deny,allow
deny from all
</IfModule>

View File

@ -0,0 +1,263 @@
<?php
# utf8-marker: äöü
#
# Portable PHP password hashing framework.
#
# "@" removed for next php versiones by ge-webdesign.de 2023-01
# adapted for CMSimple 5.2 by ge-webdesign.de
#
# ===========================================
#
# Version 0.3 / genuine.
#
# Written by Solar Designer <solar at openwall.com> in 2004-2006 and placed in
# the public domain. Revised in subsequent years, still public domain.
#
# There's absolutely no warranty.
#
# The homepage URL for this framework is:
#
# http://www.openwall.com/phpass/
#
# Please be sure to update the Version line if you edit this file in any way.
# It is suggested that you leave the main version number intact, but indicate
# your project name (after the slash) and add your own revision information.
#
# Please do not change the "private" password hashing method implemented in
# here, thereby making your hashes incompatible. However, if you must, please
# change the hash type identifier (the "$P$") to something different.
#
# Obviously, since this code is in the public domain, the above are not
# requirements (there can be none), but merely suggestions.
#
if (preg_match('/PasswordHash.php/i', $_SERVER['SCRIPT_NAME']))
die('Access Denied');
class PasswordHash
{
var $itoa64;
var $iteration_count_log2;
var $portable_hashes;
var $random_state;
function __construct($iteration_count_log2, $portable_hashes)
{
$this->itoa64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
if ($iteration_count_log2 < 4 || $iteration_count_log2 > 31)
$iteration_count_log2 = 8;
$this->iteration_count_log2 = $iteration_count_log2;
$this->portable_hashes = $portable_hashes;
$this->random_state = microtime();
if (function_exists('getmypid'))
$this->random_state .= getmypid();
}
function get_random_bytes($count)
{
$output = '';
if (is_readable('/dev/urandom') &&
($fh = fopen('/dev/urandom', 'rb'))) {
$output = fread($fh, $count);
fclose($fh);
}
if (strlen($output) < $count) {
$output = '';
for ($i = 0; $i < $count; $i += 16) {
$this->random_state =
md5(microtime() . $this->random_state);
$output .=
pack('H*', md5($this->random_state));
}
$output = substr($output, 0, $count);
}
return $output;
}
function encode64($input, $count)
{
$output = '';
$i = 0;
do {
$value = ord($input[$i++]);
$output .= $this->itoa64[$value & 0x3f];
if ($i < $count)
$value |= ord($input[$i]) << 8;
$output .= $this->itoa64[($value >> 6) & 0x3f];
if ($i++ >= $count)
break;
if ($i < $count)
$value |= ord($input[$i]) << 16;
$output .= $this->itoa64[($value >> 12) & 0x3f];
if ($i++ >= $count)
break;
$output .= $this->itoa64[($value >> 18) & 0x3f];
} while ($i < $count);
return $output;
}
function gensalt_private($input)
{
$output = '$P$';
$output .= $this->itoa64[min($this->iteration_count_log2 +
((PHP_VERSION >= '5') ? 5 : 3), 30)];
$output .= $this->encode64($input, 6);
return $output;
}
function crypt_private($password, $setting)
{
$output = '*0';
if (substr($setting, 0, 2) == $output)
$output = '*1';
$id = substr($setting, 0, 3);
# We use "$P$", phpBB3 uses "$H$" for the same thing
if ($id != '$P$' && $id != '$H$')
return $output;
$count_log2 = strpos($this->itoa64, $setting[3]);
if ($count_log2 < 7 || $count_log2 > 30)
return $output;
$count = 1 << $count_log2;
$salt = substr($setting, 4, 8);
if (strlen($salt) != 8)
return $output;
# We're kind of forced to use MD5 here since it's the only
# cryptographic primitive available in all versions of PHP
# currently in use. To implement our own low-level crypto
# in PHP would result in much worse performance and
# consequently in lower iteration counts and hashes that are
# quicker to crack (by non-PHP code).
if (PHP_VERSION >= '5') {
$hash = md5($salt . $password, TRUE);
do {
$hash = md5($hash . $password, TRUE);
} while (--$count);
} else {
$hash = pack('H*', md5($salt . $password));
do {
$hash = pack('H*', md5($hash . $password));
} while (--$count);
}
$output = substr($setting, 0, 12);
$output .= $this->encode64($hash, 16);
return $output;
}
function gensalt_extended($input)
{
$count_log2 = min($this->iteration_count_log2 + 8, 24);
# This should be odd to not reveal weak DES keys, and the
# maximum valid value is (2**24 - 1) which is odd anyway.
$count = (1 << $count_log2) - 1;
$output = '_';
$output .= $this->itoa64[$count & 0x3f];
$output .= $this->itoa64[($count >> 6) & 0x3f];
$output .= $this->itoa64[($count >> 12) & 0x3f];
$output .= $this->itoa64[($count >> 18) & 0x3f];
$output .= $this->encode64($input, 3);
return $output;
}
function gensalt_blowfish($input)
{
# This one needs to use a different order of characters and a
# different encoding scheme from the one in encode64() above.
# We care because the last character in our encoded string will
# only represent 2 bits. While two known implementations of
# bcrypt will happily accept and correct a salt string which
# has the 4 unused bits set to non-zero, we do not want to take
# chances and we also do not want to waste an additional byte
# of entropy.
$itoa64 = './ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
$output = '$2a$';
$output .= chr(ord('0') + $this->iteration_count_log2 / 10);
$output .= chr(ord('0') + $this->iteration_count_log2 % 10);
$output .= '$';
$i = 0;
do {
$c1 = ord($input[$i++]);
$output .= $itoa64[$c1 >> 2];
$c1 = ($c1 & 0x03) << 4;
if ($i >= 16) {
$output .= $itoa64[$c1];
break;
}
$c2 = ord($input[$i++]);
$c1 |= $c2 >> 4;
$output .= $itoa64[$c1];
$c1 = ($c2 & 0x0f) << 2;
$c2 = ord($input[$i++]);
$c1 |= $c2 >> 6;
$output .= $itoa64[$c1];
$output .= $itoa64[$c2 & 0x3f];
} while (1);
return $output;
}
function HashPassword($password)
{
$random = '';
if (CRYPT_BLOWFISH == 1 && !$this->portable_hashes) {
$random = $this->get_random_bytes(16);
$hash =
crypt($password, $this->gensalt_blowfish($random));
if (strlen($hash) == 60)
return $hash;
}
if (CRYPT_EXT_DES == 1 && !$this->portable_hashes) {
if (strlen($random) < 3)
$random = $this->get_random_bytes(3);
$hash =
crypt($password, $this->gensalt_extended($random));
if (strlen($hash) == 20)
return $hash;
}
if (strlen($random) < 6)
$random = $this->get_random_bytes(6);
$hash =
$this->crypt_private($password,
$this->gensalt_private($random));
if (strlen($hash) == 34)
return $hash;
# Returning '*' on error is safe here, but would _not_ be safe
# in a crypt(3)-like function used _both_ for generating new
# hashes and for validating passwords against existing hashes.
return '*';
}
function CheckPassword($password, $stored_hash)
{
$hash = $this->crypt_private($password, $stored_hash);
if ($hash[0] == '*')
$hash = crypt($password, $stored_hash);
return $hash == $stored_hash;
}
}
?>

1543
cms/cmsimple/adm.php Normal file

File diff suppressed because it is too large Load Diff

856
cms/cmsimple/cms.php Normal file
View File

@ -0,0 +1,856 @@
<?php // utf8-marker = äöü
/*
==================================================
This file is a part of CMSimple 5.17
Released: 2025-02-18
Project website: www.cmsimple.org
==================================================
CMSimple COPYRIGHT INFORMATION
(c) Gert Ebersbach - mail@ge-webdesign.de
CMSimple is released under the GPL3 licence.
You may not remove copyright information from the files.
Any modifications will fall under the copyleft conditions of GPL3.
GPL 3 Deutsch: http://www.gnu.de/documents/gpl.de.html
GPL 3 English: http://www.gnu.org/licenses/gpl.html
HISTORY:
--------------------------------------------------
2020-04-21 CMSimple 5 - www.cmsimple.org
(c) Gert Ebersbach - mail@ge-webdesign.de
--------------------------------------------------
2012-11-11 CMSimple 4 - www.cmsimple.org
(c) Gert Ebersbach - mail@ge-webdesign.de
--------------------------------------------------
CMSimple_XH 1.5.3
2012-03-19
based on CMSimple version 3.3 - December 31. 2009
For changelog, downloads and information please see http://www.cmsimple-xh.com
--------------------------------------------------
CMSimple version 3.3 - December 31. 2009
Small - simple - smart
(c) 1999-2009 Peter Andreas Harteg - peter@harteg.dk
END CMSimple COPYRIGHT INFORMATION
==================================================
*/
if(function_exists('opcache_get_status') && opcache_get_status(true)['opcache_enabled'] == 1)
{
ini_set('opcache.validate_timestamps', 1);
ini_set('opcache.revalidate_freq', 0);
}
ini_set('xcache.cacher', 'Off');
ini_set('xcache.stat', 'Off');
if (preg_match('/cms.php/i', $_SERVER['SCRIPT_NAME'])){die('Access Denied');}
$title = '';
$o = '';
$e = '';
$hjs = '';
$bjs = '';
$onload = '';
// version-informations
define('CMSIMPLE_VERSION', 'CMSimple 5.17');
define('CMSIMPLE_RELEASE', 2025021801);
define('CMSIMPLE_DATE', '2025-02-18');
define('CMSIMPLE_VERSIONSINFO', 'https://www.cmsimple.org/downloads_cmsimple40/versioninfo/version.nfo');
//END version-informations
header('Content-Type: text/html; charset=utf-8');
$pth['folder']['cmsimple'] = $pth['folder']['base'] . 'cmsimple/';
$pth['file']['log'] = $pth['folder']['cmsimple'] . 'log.php';
$pth['file']['cms'] = $pth['folder']['cmsimple'] . 'cms.php';
$pth['file']['execute'] = './index.php';
$pth['folder']['content'] = './content/';
// 4.5
if(file_exists($pth['folder']['content'] . 'content.htm') && !file_exists($pth['folder']['content'] . 'content.php'))
{
copy($pth['folder']['content'] . 'content.htm',$pth['folder']['content'] . date("Ymd_His") . '_UPDATE45_content.htm');
copy($pth['folder']['content'] . 'pagedata.php',$pth['folder']['content'] . date("Ymd_His") . '_UPDATE45_pagedata.php');
copy($pth['folder']['content'] . 'content.htm',$pth['folder']['content'] . 'content.php');
}
if(file_exists($pth['folder']['content'] . 'content.htm') && file_exists($pth['folder']['content'] . 'content.php'))
{
unlink($pth['folder']['content'] . 'content.htm');
}
if(file_exists($pth['folder']['cmsimple'] . 'log.txt') && file_get_contents($pth['folder']['cmsimple'] . 'log.txt') !== 'nix')
{
copy($pth['folder']['cmsimple'] . 'log.txt',$pth['folder']['content'] . date("Ymd_His") . '_UPDATE45_log.txt');
$logfileHandle = fopen($pth['folder']['cmsimple'] . 'log.txt', 'w+');
fwrite($logfileHandle, 'nix');
fclose($logfileHandle);
}
// END 4.5
// 5.11 new installation (5.14: _disabled_plugins.txt in ./content/)
if(!file_exists($pth['folder']['cmsimple'] . 'config.php'))
{
if(!file_exists($pth['folder']['content'] . 'content.php'))
{
copy('./setup/defaults/content.php',$pth['folder']['content'] . 'content.php');
chmod($pth['folder']['content'] . 'content.php', 0666);
if(file_exists($pth['folder']['content'] . 'pagedata.php')) unlink($pth['folder']['content'] . 'pagedata.php');
copy('./setup/defaults/pagedata.php',$pth['folder']['content'] . 'pagedata.php');
chmod($pth['folder']['content'] . 'pagedata.php', 0666);
}
if(!file_exists($pth['folder']['cmsimple'] . 'languages/de.php')) copy('./setup/defaults/de.php',$pth['folder']['cmsimple'] . 'languages/de.php');
chmod($pth['folder']['cmsimple'] . 'languages/de.php', 0666);
if(!file_exists($pth['folder']['cmsimple'] . 'log.php')) copy('./setup/defaults/log.php',$pth['folder']['cmsimple'] . 'log.php');
chmod($pth['folder']['cmsimple'] . 'log.php', 0666);
if(!file_exists($pth['folder']['cmsimple'] . 'languages/en.php')) copy('./setup/defaults/en.php',$pth['folder']['cmsimple'] . 'languages/en.php');
chmod($pth['folder']['cmsimple'] . 'languages/en.php', 0666);
if(!file_exists('./content/_disabled_plugins.txt')) copy('./setup/defaults/disabled_plugins.txt','./content/_disabled_plugins.txt');
chmod('./content/_disabled_plugins.txt', 0666);
if(!file_exists('./content/_cmsimpleAdmin.php') && !file_exists('./content/cmsimpleAdmin.php')) copy('./setup/defaults/_cmsimpleAdmin.php','./content/_cmsimpleAdmin.php');
chmod('./content/_cmsimpleAdmin.php', 0666);
if(!is_dir('./templates/__cmsimple_default__'))
{
if(is_dir('./templates/cmsimple_default')) rename('./templates/cmsimple_default', './templates/__cmsimple_default__');
}
else
{
if(is_dir('./templates/cmsimple_default')) rename('./templates/cmsimple_default', './templates/default_template_copy');
}
file_put_contents('./setupControl.php','');
copy('./setup/defaults/config.php',$pth['folder']['cmsimple'] . 'config.php');
chmod($pth['folder']['cmsimple'] . 'config.php', 0666);
}
// END 5.11 new installation
// 5.14 Update
if(!file_exists($pth['folder']['cmsimple'] . 'log.php')) copy('./setup/defaults/log.php',$pth['folder']['cmsimple'] . 'log.php');
chmod($pth['folder']['cmsimple'] . 'log.php', 0666);
if(!file_exists('./content/_disabled_plugins.txt'))
{
if(file_exists('./disabled_plugins.txt'))
{
copy('./disabled_plugins.txt','./content/_disabled_plugins.txt');
unlink('./disabled_plugins.txt');
}
else
{
copy($pth['folder']['base'] . 'setup/defaults/disabled_plugins.txt','./content/_disabled_plugins.txt');
}
chmod('./content/_disabled_plugins.txt', 0666);
}
if(!file_exists('./content/_cmsimpleAdmin.php') && file_exists('./_cmsimpleAdmin.php'))
{
copy('./_cmsimpleAdmin.php','./content/_cmsimpleAdmin.php');
chmod('./content/_cmsimpleAdmin.php', 0666);
unlink('./_cmsimpleAdmin.php');
}
if(!file_exists('./content/cmsimpleAdmin.php') && file_exists('./cmsimpleAdmin.php'))
{
copy('./cmsimpleAdmin.php','./content/cmsimpleAdmin.php');
chmod('./content/cmsimpleAdmin.php', 0666);
unlink('./cmsimpleAdmin.php');
}
if(!file_exists('./content/_cmsimpleAdmin.php') && !file_exists('./content/cmsimpleAdmin.php'))
{
copy($pth['folder']['base'] . 'setup/defaults/_cmsimpleAdmin.php','./content/_cmsimpleAdmin.php');
chmod('./content/_cmsimpleAdmin.php', 0666);
}
// END 5.14 Update
$pth['file']['content'] = $pth['folder']['content'] . 'content.php';
$pth['file']['pagedata'] = $pth['folder']['content'] . 'pagedata.php';
// CMSimple 4: $pth['folder']['base'] removed => defined in index.php's now
// CMSimple 4 define config.php
if(file_exists('./config.php') && $pth['folder']['base'] != './')
{
$pth['file']['config'] = './config.php';
}
else
{
$pth['file']['config'] = $pth['folder']['cmsimple'] . 'config.php';
}
if (file_exists($pth['folder']['cmsimple'].'defaultconfig.php'))
{
include($pth['folder']['cmsimple'].'defaultconfig.php');
}
if (!include($pth['file']['config']))die('Config file missing');
if(isset($cf['site']['allow_embed_in_frames']))
{
if($cf['site']['allow_embed_in_frames'] != 'allow') header('X-Frame-Options: ' . $cf['site']['allow_embed_in_frames']);
}
if(isset($cf['server']['timezone']) && $cf['server']['timezone'] != "")date_default_timezone_set($cf['server']['timezone']);
// define menulevel depending of splitting method
if($cf['use']['h1only_pagesplitting'] == 'true')
{
$CMSimple4menulevel = '6';
}
else
{
$CMSimple4menulevel = $cf['menu']['levels'];
}
//for compatibility with older versions
if (!isset($cf['folders']['userfiles']))
$cf['folders']['userfiles'] = 'userfiles/';
if (!isset($cf['folders']['downloads']))
$cf['folders']['downloads'] = 'downloads/';
if (!isset($cf['folders']['images']))
$cf['folders']['images'] = 'images/';
if (!isset($cf['folders']['media']))
$cf['folders']['media'] = 'downloads/';
// fix $_SERVER['SCRIPT_NAME'] for crazy configured IIS servers
$cmsimpleScriptNameVar = $_SERVER['SCRIPT_NAME'];
$cmsimpleScriptNameArray = explode('/', $cmsimpleScriptNameVar);
if($cf['server']['script_name_slice'] == 'true')
{
$cmsimpleScriptNameArray = array_slice($cmsimpleScriptNameArray,2);
$cmsimpleScriptNameVarNew = '/' . implode('/', $cmsimpleScriptNameArray);
}
else
{
$cmsimpleScriptNameVarNew = implode('/', $cmsimpleScriptNameArray);
}
$_SERVER['SCRIPT_NAME'] = $cmsimpleScriptNameVarNew;
// create $sn variable (2014, moved 2023)
$sn = preg_replace('/index.php/i', '', $_SERVER['SCRIPT_NAME']);
// CMSimpleSubsites: prepare CMSIMPLE_ROOT
$cmsimpleRootVar = preg_replace('/\/index.php/i', '', $_SERVER['SCRIPT_NAME']);
$cmsimpleRootArray = explode('/', $cmsimpleRootVar);
if($pth['folder']['base'] == '../../')
{
array_pop($cmsimpleRootArray);
array_pop($cmsimpleRootArray);
}
if($pth['folder']['base'] == '../')
{
array_pop($cmsimpleRootArray);
}
$cmsimpleRootVarNew = implode('/', $cmsimpleRootArray) . '/';
define('CMSIMPLE_ROOT', $cmsimpleRootVarNew);
define('CMSIMPLE_BASE', $pth['folder']['base']);
define('CMSIMPLE_SITEURL', (empty($_SERVER['HTTPS']) ? 'http://' : 'https://') . $_SERVER['SERVER_NAME'] . $sn);
define('CMSIMPLE_ROOTURL', (empty($_SERVER['HTTPS']) ? 'http://' : 'https://') . $_SERVER['SERVER_NAME'] . CMSIMPLE_ROOT);
// prepare $subsite_folder
if(CMSIMPLE_ROOT == '/')
{
$cmsimpleRootReplace = '';
}
else
{
$cmsimpleRootReplace = CMSIMPLE_ROOT;
}
$subsite_folder = str_replace($cmsimpleRootReplace,'',$_SERVER['SCRIPT_NAME']);
$subsite_folder = str_replace('index.php', '', $subsite_folder);
$subsite_folder = trim($subsite_folder, '/') . '/';
// own userfiles folders (if exists and writable) for subsites and second languages
if(is_writable('./userfiles') && is_writable('./userfiles/downloads') && is_writable('./userfiles/images') && is_writable('./userfiles/media') && $pth['folder']['base'] != './')
{
$userfiles_path = $subsite_folder . $cf['folders']['userfiles'];
$userfiles_path_downloads = $subsite_folder . $cf['folders']['downloads'];
$userfiles_path_images = $subsite_folder . $cf['folders']['images'];
$userfiles_path_media = $subsite_folder . $cf['folders']['media'];
}
else
{
$userfiles_path = $cf['folders']['userfiles'];
$userfiles_path_downloads = $cf['folders']['downloads'];
$userfiles_path_images = $cf['folders']['images'];
$userfiles_path_media = $cf['folders']['media'];
}
// Userfiles-folders
if(is_writable('./userfiles') && is_writable('./userfiles/downloads') && is_writable('./userfiles/images') && is_writable('./userfiles/media') && $pth['folder']['base'] != './')
{
$pth['folder']['userfiles'] = './' . $cf['folders']['userfiles'];
$pth['folder']['downloads'] = './' . $cf['folders']['downloads'];
$pth['folder']['images'] = './' . $cf['folders']['images'];
$pth['folder']['media'] = './' . $cf['folders']['media'];
$pth['folder']['flags'] = $pth['folder']['images'] . 'flags/';
}
else
{
$pth['folder']['userfiles'] = $pth['folder']['base'] . $cf['folders']['userfiles'];
$pth['folder']['downloads'] = $pth['folder']['base'] . $cf['folders']['downloads'];
$pth['folder']['images'] = $pth['folder']['base'] . $cf['folders']['images'];
$pth['folder']['media'] = $pth['folder']['base'] . $cf['folders']['media'];
$pth['folder']['flags'] = $pth['folder']['images'] . 'flags/';
}
// 4.5
if(file_exists($pth['folder']['downloads'] . 'XHdebug.txt') && is_writable($pth['folder']['downloads'])){unlink($pth['folder']['downloads'] . 'XHdebug.txt');}
if(file_exists($pth['folder']['downloads'] . '_XHdebug.txt') && is_writable($pth['folder']['downloads'])){unlink($pth['folder']['downloads'] . '_XHdebug.txt');}
// END 4.5
// 5.11 new installation
if(!file_exists($pth['folder']['userfiles'] . '_core/_CMSimpleDebug.txt') && !file_exists($pth['folder']['userfiles'] . '_core/CMSimpleDebug.txt') && is_dir('./userfiles/_core/'))
{
copy($pth['folder']['base'] . 'setup/defaults/CMSimpleDebug.txt',$pth['folder']['userfiles'] . '_core/CMSimpleDebug.txt');
chmod($pth['folder']['userfiles'] . '_core/CMSimpleDebug.txt', 0666);
}
// END 5.11 new installation
if ($cf['functions']['file'] != "")
{
include($pth['folder']['cmsimple'] . $cf['functions']['file']);
}
// debug-mode, enables error-reporting
CMSimpleDebugMode();
$errors = array();
// CMSimple 4: define selected language
$slVar = $_SERVER['SCRIPT_NAME'];
$slVarArray = explode('/', $slVar);
array_pop($slVarArray);
if (file_exists('./cmsimplelanguage.htm'))
{
$sl = array_pop($slVarArray);
}
else
{
$sl = $cf['language']['default'];
}
// fallback selected language
if (!isset($sl))
{
$sl = $cf['language']['default'];
}
// END define $sl
// Own language files for subsites
if(file_exists('./languages/' . basename($sl) . '.php'))
{
$pth['folder']['language'] = './languages/';
}
else
{
$pth['folder']['language'] = $pth['folder']['cmsimple'] . 'languages/';
}
$pth['folder']['language_default'] = $pth['folder']['cmsimple'] . 'languages/';
$pth['file']['language'] = $pth['folder']['language'] . basename($sl) . '.php';
$pth['file']['corestyle'] = $pth['folder']['base'] . 'css/core.css';
if (!file_exists($pth['file']['language']))
{
copy($pth['folder']['language_default'].'default.php', $pth['file']['language']);
}
if (!file_exists($pth['file']['language']) && !file_exists($pth['folder']['language_default'].'default.php'))
{
die('Language file ' . $pth['file']['language'] . ' missing');
}
include $pth['folder']['language_default'] . 'default.php';
include $pth['file']['language'];
if(file_exists('./templates'))
{
$pth['folder']['templates'] = './templates/';
}
else
{
$pth['folder']['templates'] = $pth['folder']['base'] . 'templates/';
}
$pth['folder']['template'] = $pth['folder']['templates'] . $cf['site']['template'] . '/';
$pth['file']['template'] = $pth['folder']['template'].'template.htm';
$pth['file']['stylesheet'] = $pth['folder']['template'].'stylesheet.css';
$pth['folder']['menubuttons'] = $pth['folder']['template'].'menu/';
$pth['folder']['templateimages'] = $pth['folder']['template'].'images/';
// template fallback
if (!is_readable($pth['file']['template']) || $pth['folder']['template'] == $pth['folder']['templates'].'__maintenance__/')
{
$pth['folder']['template'] = $pth['folder']['templates'].'__fallback__/';
$pth['file']['template'] = $pth['folder']['template'].'template.htm';
$pth['file']['stylesheet'] = $pth['folder']['template'].'stylesheet.css';
$pth['folder']['menubuttons'] = $pth['folder']['template'].'menu/';
$pth['folder']['templateimages'] = $pth['folder']['template'].'images/';
}
// END template fallback
// fallback template text 1-9
$txc['template']['text1'] = $tx['template']['text1'];
$txc['template']['text2'] = $tx['template']['text2'];
$txc['template']['text3'] = $tx['template']['text3'];
$txc['template']['text4'] = $tx['template']['text4'];
$txc['template']['text5'] = $tx['template']['text5'];
$txc['template']['text6'] = $tx['template']['text6'];
$txc['template']['text7'] = $tx['template']['text7'];
$txc['template']['text8'] = $tx['template']['text8'];
$txc['template']['text9'] = $tx['template']['text9'];
// END fallback template text 1-9
$pth['folder']['plugins'] = $pth['folder']['base'] . $cf['plugins']['folder'] . '/';
$iis = strpos(sv('SERVER_SOFTWARE'), "IIS");
$cgi = (php_sapi_name() == 'cgi' || php_sapi_name() == 'cgi-fcgi');
// create variables for CRSF Protection (2017)
$snForCsrf = str_replace('/','___',$sn);
$snForCsrf = uenc($snForCsrf);
$csrfSession = 'csrf_token' . $snForCsrf;
// NEW 2016 (4.6.5)
// prevents call with "/index.php" from address line
if (preg_match('/index.php/i', $_SERVER['REQUEST_URI']) && $cf['site']['allow_call_indexphp'] != "true")
{
die('<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>CMSimple - Open Source CMS ohne Datenbank</title>
<meta name="robots" content="noindex, nofollow">
<style type="text/css">
a {text-decoration: none;}
a:hover {color: #c60;}
</style>
</head>
<body style="background: #d0d6d9;">
<p style="margin-top: 60px; text-align: center; font-size: 20px; font-weight: 700;">
<a href="./">Come In &raquo;</a><br>
<a href="./"><span style="font-size: 96px; line-height: 96px;"><img src="' . $pth['folder']['base'] . 'css/icons/entrance.png" title="Entrance" alt="&raquo;"></span></a>
</p>
</body>
</html>');
}
// END NEW
foreach (array('download', 'function', 'media', 'search', 'mailform', 'sitemap', 'text', 'selected', 'login', 'logout', 'settings', 'print', 'retrieve', 'file', 'action', 'validate', 'images', 'downloads', 'edit', 'normal', 'stylesheet', 'passwd', 'userfiles', 'xhpages')as $i)
initvar($i);
// define su - selected url
$su = '';
if (sv('QUERY_STRING') != '')
{
$rq = explode('&', sv('QUERY_STRING'));
if (!strpos($rq[0], '='))
$su = $rq[0];
$v = count($rq);
for ($i = 0; $i < $v; $i++)
if (!strpos($rq[$i], '='))
$GLOBALS[$rq[$i]] = 'true';
}
else
{
$su = $selected;
}
if (!isset($cf['uri']['length']))
{
$cf['uri']['length'] = 200;
}
$su = substr($su, 0, $cf['uri']['length']);
if ($stylesheet != '')
{
header("Content-type: text/css");
include($pth['file']['stylesheet']);
exit;
}
if ($download != '')
{
download($pth['folder']['downloads'] . basename($download));
}
$pth['file']['login'] = $pth['folder']['cmsimple'] . 'login.php';
$pth['file']['adm'] = $pth['folder']['cmsimple'] . 'adm.php';
$pth['file']['search'] = $pth['folder']['cmsimple'] . 'search.php';
$pth['file']['mailform'] = $pth['folder']['cmsimple'] . 'mailform.php';
$adm = 0;
$f = '';
if (!@include($pth['file']['login']))
{
if ($login)
{
e('missing', 'file', $pth['file']['login']);
}
}
$cl = 0;
// maintenance mode warning
if($adm && $cf['site']['content_visible'] != 'true')
{
$o.= '<p class="cmsimplecore_warning" style="text-align: center; font-weight: 700; margin: 0;">' . $tx['message']['maintenance_backend'] . '</p>';
}
rfc(); // Here content is loaded
if ($function == 'search')
$f = 'search';
if ($mailform || $function == 'mailform')
$f = 'mailform';
if ($sitemap)
$f = 'sitemap';
if ($xhpages)
$f = 'xhpages';
if (file_exists($pth['folder']['cmsimple'] . 'userfuncs.php'))
{
include($pth['folder']['cmsimple'] . 'userfuncs.php');
}
// $txc fallback for Plugins
$txc['site']['title'] = $cf['site']['title'];
$txc['subsite']['template'] = $cf['site']['template'];
$txc['meta']['keywords'] = $cf['meta']['keywords'];
$txc['meta']['description'] = $cf['meta']['description'];
$txc['mailform']['email'] = $cf['mailform']['email'];
$txc['mailform']['captcha'] = $cf['mailform']['captcha'];
// fallback for TinyMCE toolbar
$plugin_cf['tinymce']['init'] = $cf['editor']['tinymce_toolbar'];
// Create plugins array
$handle_pluginlist = opendir($pth['folder']['plugins']);
while ($pluginlist_item = readdir($handle_pluginlist))
{
if (strpos($pluginlist_item, '.') === false && $pluginlist_item != 'pluginloader' && is_dir($pth['folder']['plugins'] . $pluginlist_item))
{
$pluginlist_array[] = $pluginlist_item;
}
}
closedir($handle_pluginlist);
sort($pluginlist_array);
$plugins = $pluginlist_array;
// update message CMSimple and plugins
if($cf['site']['allow_versionsinfo'] != 'true' && isset($sysinfo) && $adm)
{
$o.= '<p class="cmsimplecore_warning" style="float: left;">' . $tx['sysinfo']['version_info_disabled'];
$o.= '&nbsp;- <a href="./?file=config&action=array"><b>' . $tx['sysinfo']['version_info_configlink'] . '</b></a>';
$o.= '</p><br /><br />';
}
if
(
!isset($sysinfo) &&
$adm &&
$file == 'config' ||
$file == 'language' ||
$file == 'template' ||
$file == 'stylesheet' ||
isset($_GET['backups']) && $adm ||
isset($_GET['settings']) && $adm ||
isset($cmsimple_pluginmanager) && $adm
)
{
$o.= '<p id="update_message"><a href="./?&sysinfo"><b>' . $tx['sysinfo']['version_info'] . '</b></a>';
$o.= '</p>
<p style="width: 100%; float: left;"> </p><br />';
}
// Plugin loading
if ($function == 'save')
{
$edit = true;
}
if ($cf['plugins']['folder'] != "")
include($pth['folder']['plugins'] . 'index.php');
if ($f == 'search')
@include($pth['file']['search']);
if ($f == 'mailform')
{
if ($cf['mailform']['email'] != '')
{
include($pth['file']['mailform']);
}
else
{
shead(404);
}
}
if ($f == 'sitemap')
{
$title = $tx['title'][$f];
$ta = array();
$o .= '<h1>' . $title . '</h1>' . "\n";
for ($i = 0; $i < $cl; $i++)
if (!hide($i) || $cf['hidden']['pages_sitemap'] == 'true')
$ta[] = $i;
$o .= li($ta, 'sitemaplevel');
}
// Compatibility for DHTML menus, moved from functions.php to cms.php
$si = -1;
$hc = array();
for ($i = 0; $i < $cl; $i++)
{
if (!hide($i) || ($i == $s && $cf['hidden']['pages_toc'] == 'true'))
$hc[] = $i;
if ($i == $s)
$si = count($hc);
}
$hl = count($hc);
//END Compatibility for DHTML menus
// LEGAL NOTICES - no needed under GPL3
if ($cf['menu']['legal'] == '')
$cf['menu']['legal'] = 'CMSimple Legal Notices';
if ($su == uenc($cf['menu']['legal']))
{
$f = $title = $cf['menu']['legal'];
$s = -1;
$o .= '<h1>' . $title . '</h1>' . rf($pth['folder']['cmsimple'] . 'legal.txt');
}
if (!include($pth['file']['adm']))
{
if ($login)
e('missing', 'file', $pth['file']['adm']);
if ($s == -1 && !$f && $o == '' && $su == '')
$s = 0;
}
// CMSimple scripting
if (!($edit && $adm) && $s > -1)
{
$c[$s] = evaluate_cmsimple_scripting($c[$s]);
if (isset($keywords))
$cf['meta']['keywords'] = $keywords;
if (isset($description))
$cf['meta']['description'] = $description;
}
if ($s == -1 && !$f && $o == '')
{
shead('404');
}
if (function_exists('loginforms'))
loginforms();
foreach (array('content', 'pagedata', 'config', 'language', 'stylesheet', 'template', 'log') as $i)
chkfile($i, (($login || $settings) && $adm));
if ($e)
$o = '<div class="cmsimplecore_warning cmsimplecore_center">' . "\n" . '<b>' . $tx['heading']['warning'] . '</b>' . "\n" . '</div>' . "\n" . '<ul>' . "\n" . $e . '</ul>' . "\n" . $o;
if ($title == '')
{
if ($s > -1)
$title = $h[$s];
else if ($f != '')
$title = ucfirst($f);
}
if ($retrieve)
{
echo '<html><head>' . head() . '</head><body class="retrieve">' . $c[$s] . '</body></html>';
exit;
}
if ($print && $cf['site']['content_visible'] == 'true')
{
echo '<!DOCTYPE html>' . "\n";
echo '<head>' . "\n" . head(), '<meta name="robots" content="noindex">' . "\n" . '</head>' . "\n" . '
<body class="cmsimplecore_print"', onload(), '>';
if($cf['site']['printview_with_backlink'] == 'true')
{
echo '<div class="cmsimplecore_printinfo">
<p>' . $cf['meta']['author'] . '</p>
<p><b>URL:</b> <a href="./?' . strip_tags(str_replace('&print','',$_SERVER['QUERY_STRING'])) . '">' . $_SERVER['SERVER_NAME'] . $sn . '?' . strip_tags(str_replace('&print','',$_SERVER['QUERY_STRING'])) . '</a></p>
</div>';
}
echo content(), '</body>' . "\n" . '</html>' . "\n";
exit;
}
ob_start('final_clean_up');
$cmsimple_debugMode = CMSimpleDebugMode();
// pluginmanager (added) - Array $active_plugins
$active_plugins = array();
$handle = opendir($pth['folder']['plugins']);
if ($handle)
{
while ($plugin = readdir($handle))
{
if (strpos($plugin, '.') === false
&& !stristr(file_get_contents($pm_datafile_path), '|||'.$plugin.'|||'))
{
$active_plugins[] = $plugin;
}
}
closedir($handle);
}
sort($active_plugins);
// END pluginmanager (added) - Array $active_plugins
// activate maintenance template
if($adm != 1 && $cf['site']['content_visible'] != 'true')
{
$pth['folder']['template'] = $pth['folder']['templates'].'__maintenance__/';
$pth['file']['template'] = $pth['folder']['template'].'template.htm';
$pth['file']['stylesheet'] = $pth['folder']['template'].'stylesheet.css';
$pth['folder']['menubuttons'] = $pth['folder']['template'].'menu/';
$pth['folder']['templateimages'] = $pth['folder']['template'].'images/';
$cf['meta']['robots'] = 'noindex, nofollow';
}
// activate backend template
if
(
($adm && $cf['use']['backend_template'] == 'true' &&
(
isset($sysinfo) ||
isset($cmsimple_pluginmanager) ||
isset($_REQUEST['images']) && $cf['filebrowser']['show_images_permanent'] == 'true' ||
isset($file) && $file == 'language' ||
isset($file) && $file == 'config' ||
isset($file) && $file == 'template' ||
isset($file) && $file == 'stylesheet' ||
isset($file) && $file == 'log' ||
isset($admin) && $admin == 'plugin_config' ||
isset($admin) && $admin == 'plugin_language' ||
isset($admin) && $admin == 'plugin_stylesheet' ||
isset($_GET['settings']) && $adm ||
isset($_GET['restore_cf']) && $adm ||
isset($_GET['delete_of']) && $adm ||
isset($_GET['deleted_of']) && $adm ||
isset($_GET['backups']) && $adm ||
isset($_GET['backup_deleted']) && $adm ||
isset($_GET['userfiles']) && $adm ||
isset($_GET['images']) && $adm
)
)
||
(
$adm && !$normal && $cf['use']['backend_template_always'] == 'true'
)
)
{
$pth['folder']['template'] = $pth['folder']['templates'].'__cmsimple_backend__/';
$pth['file']['template'] = $pth['folder']['template'].'template.htm';
$pth['file']['stylesheet'] = $pth['folder']['template'].'stylesheet.css';
$pth['folder']['menubuttons'] = $pth['folder']['template'].'menu/';
$pth['folder']['templateimages'] = $pth['folder']['template'].'images/';
$cf['meta']['robots'] = 'noindex, nofollow';
}
// activate filebrowser template
if
($adm && isset($_GET['userfiles']))
{
$pth['folder']['template'] = $pth['folder']['templates'].'__cmsimple_filebrowser__/';
$pth['file']['template'] = $pth['folder']['template'].'template.htm';
$pth['file']['stylesheet'] = $pth['folder']['template'].'stylesheet.css';
$pth['folder']['menubuttons'] = $pth['folder']['template'].'menu/';
$pth['folder']['templateimages'] = $pth['folder']['template'].'images/';
$cf['meta']['robots'] = 'noindex, nofollow';
}
$poweredLinkCheck = '
<div style="width: 314px; background: #fc0; color: #000; font-size: 14px; font-family: arial, sans-serif; border: 3px solid #000; padding: 6px 20px; position: fixed; z-index: 9999;">
<p><img src="userfiles/images/flags/en.gif">&nbsp; <b>Wrong CMS Link detected in template!</b></p>
<p>Please <b>remove</b> following strings from your template (template.htm):</p>
<p>-xh &nbsp;&nbsp;&nbsp; _XH &nbsp;&nbsp;&nbsp; XH &nbsp;&nbsp;&nbsp; xh</p>
<p>Please <b>replace</b> following strings in your template (template.htm):</p>
<p>cmsimple.name => cmsimple.org<br>cmsimple.eu => cmsimple.org</p>
<p>Without or with a correct CMS link (cmsimple.org), this message will disappear.</p>
<p><img src="userfiles/images/flags/de.gif">&nbsp; <b>Falscher CMS Link im Template erkannt!</b></p>
<p>Bitte <b>entfernen</b> Sie folgende Zeichenketten aus Ihrem Template (template.htm):</p>
<p>-xh &nbsp;&nbsp;&nbsp; _XH &nbsp;&nbsp;&nbsp; XH &nbsp;&nbsp;&nbsp; xh</p>
<p>Bitte <b>ersetzen</b> Sie folgende Zeichenketten aus Ihrem Template (template.htm):</p>
<p>cmsimple.name => cmsimple.org<br>cmsimple.eu => cmsimple.org</p>
<p>Ohne oder mit einem korrekten CMS Link (zu cmsimple.org) wird diese Meldung nicht mehr erscheinen.</p>
</div>
';
if(preg_match('/CMSimple_XH|cmsimple-xh|CMSimple XH|&nbsp;XH|cmsimple\.name|cmsimple\.eu/i',file_get_contents($pth['file']['template'])))
{
echo($poweredLinkCheck);
}
// template fallback
if (!include($pth['file']['template']))
{
echo '<!DOCTYPE html>
<html>
<head>';
echo head();
echo '</head>';
echo '<body>
<div style="width: 480px; margin: 0 auto;">';
echo '<div style="background: #eee; color: #c00; font-size: 20px; letter-spacing: 2px; text-align: center; font-weight: 700; border: 5px solid #c00; padding: 24px; margin: 20px 0;">
<p><b>!!! Template is missing !!!</b></p>'
. loginlink() . '</div>';
echo content();
echo '</div>
</body>
</html>';
}
?>

63
cms/cmsimple/config.php Normal file
View File

@ -0,0 +1,63 @@
<?php
/* utf8-marker = äöüß */
$cf['security']['password']="\$P\$BkgFQ/uStXfBvhUXr7NkfcEoRPWQ7g1";
$cf['security']['type']="page";
$cf['site']['title']="Willkommen in der Gemeinschaftspraxis Dr. Jekyll und Mr. Hyde";
$cf['site']['allow_config']="true";
$cf['site']['allow_versionsinfo']="true";
$cf['site']['full_settings_menu']="true";
$cf['site']['content_visible']="true";
$cf['site']['create_content_textfiles']="";
$cf['site']['template']="win8style_gallery_m720";
$cf['language']['default']="de";
$cf['meta']['robots']="index, follow";
$cf['meta']['keywords']="CMSimple,Subsites,CoAuthors,CMS,Content Management System,keine Datenbank,ohne Datenbank,Blog,Weblog,Realblog";
$cf['meta']['description']="CMS ohne Datenbank - CMSimple ist ein Content Management System, das keine Datenbank braucht.";
$cf['meta']['author']="MediSoftware Kiel, Steinstr. 1, 24118 Kiel";
$cf['meta']['publisher']="MediSoftware Kiel, Steinstr. 1, 24118 Kiel";
$cf['mailform']['email']="";
$cf['mailform']['captcha']="true";
$cf['locator']['show_homepage']="true";
$cf['folders']['userfiles']="userfiles/";
$cf['folders']['downloads']="userfiles/downloads/";
$cf['folders']['images']="userfiles/images/";
$cf['folders']['media']="userfiles/media/";
$cf['backup']['numberoffiles']="10";
$cf['hidden']['pages_toc']="";
$cf['hidden']['pages_search']="";
$cf['hidden']['pages_sitemap']="";
$cf['hidden']['path_locator']="";
$cf['images']['maxsize']="1500000";
$cf['downloads']['maxsize']="1000000";
$cf['editor']['external']="tinymce";
$cf['editor']['height']="600";
$cf['editor']['tinymce_toolbar']="narrow";
$cf['filebrowser']['external']="";
$cf['filebrowser']['extensions_downloads']="zip, txt, swf, pdf, doc, odt, mp3, flv";
$cf['filebrowser']['extensions_images']="jpg, jpeg, gif, png, tif, tiff, svg";
$cf['filebrowser']['extensions_media']="mp3, flv";
$cf['filebrowser']['extensions_userfiles']="zip, txt, swf, pdf, doc, odt, mp3, flv, jpg, jpeg, gif, png, tif, tiff, svg";
$cf['jquery']['autoload']="";
$cf['jquery']['file_css']="smoothness/jqueryui.css";
$cf['jquery']['file_core']="jquery.js";
$cf['jquery']['file_ui']="jqueryui.js";
$cf['jquery']['version_core']="min";
$cf['jquery']['version_ui']="min";
$cf['pagemanager']['external']="";
$cf['pagemanager']['pagedata_attribute']="linked_to_menu";
$cf['menu']['color']="000000";
$cf['menu']['highlightcolor']="808080";
$cf['menu']['levels']="3";
$cf['menu']['levelcatch']="10";
$cf['menu']['sdoc']="parent";
$cf['menu']['legal']="CMSimple Legal Notices";
$cf['uri']['seperator']="___";
$cf['uri']['length']="256";
$cf['adminmenu']['scroll']="";
$cf['adminmenu']['narrow_max']="18";
$cf['xhtml']['endtags']="";
$cf['xhtml']['amp']="true";
$cf['plugins']['folder']="plugins";
$cf['functions']['file']="functions.php";
$cf['scripting']['regexp']="\\#CMSimple (.*?)\\#";
?>

View File

@ -0,0 +1,72 @@
<?php
/* utf8-marker = äöüß */
$cf['security']['password']="\$P\$BxAqSVtvibGUSTyiCouFJZ5RKzmZn81";
$cf['site']['title']="Welcome to CMSimple";
$cf['site']['allow_config']="true";
$cf['site']['allow_config_plugins']="true";
$cf['site']['allow_embed_in_frames']="sameorigin";
$cf['site']['allow_linkcheck']="true";
$cf['site']['allow_versionsinfo']="true";
$cf['site']['content_visible']="true";
$cf['site']['create_content_textfiles']="";
$cf['site']['printview_with_backlink']="";
$cf['site']['template']="__cmsimple_default__";
$cf['use']['csrf_protection']="";
$cf['use']['backend_template']="true";
$cf['use']['backend_template_always']="";
$cf['use']['h1only_pagesplitting']="";
$cf['show']['locator_above_editor']="true";
$cf['show']['page_headings']="";
$cf['language']['default']="en";
$cf['language']['short']="da,de,en,fr,pt-BR";
$cf['language']['long']="Danish,German,English,French,Portuguese Brazilian";
$cf['meta']['robots']="index, follow";
$cf['meta']['keywords']="CMSimple,Subsites,CoAuthors,CMS,Content Management System,keine Datenbank,ohne Datenbank,Blog,Weblog,Realblog";
$cf['meta']['description']="CMS ohne Datenbank - CMSimple ist ein Content Management System, das keine Datenbank braucht.";
$cf['meta']['author']="";
$cf['mailform']['email']="";
$cf['mailform']['captcha']="true";
$cf['locator']['show_homepage']="true";
$cf['folders']['userfiles']="userfiles/";
$cf['folders']['downloads']="userfiles/downloads/";
$cf['folders']['images']="userfiles/images/";
$cf['folders']['media']="userfiles/media/";
$cf['backup']['numberoffiles']="10";
$cf['hidden']['pages_toc']="";
$cf['hidden']['pages_search']="";
$cf['hidden']['pages_sitemap']="";
$cf['hidden']['path_locator']="true";
$cf['hidden']['pages_submenu']="";
$cf['images']['maxsize']="5000000";
$cf['downloads']['maxsize']="5000000";
$cf['editor']['external']="tinymce";
$cf['editor']['height']="600";
$cf['editor']['tinymce_toolbar']="full";
$cf['filebrowser']['external']="";
$cf['filebrowser']['extensions_userfiles']="zip, txt, csv, swf, pdf, doc, odt, mp3, flv, jpg, jpeg, gif, png, webp, tif, tiff, mp4, ogg, oga, ogv, webm, css";
$cf['filebrowser']['maxheight_of_thumbs']="86";
$cf['filebrowser']['width_px_plus']="40";
$cf['jquery']['autoload']="";
$cf['jquery']['file_css']="cmsimplecore/jqueryui_cmsimplecore.css";
$cf['jquery']['file_core']="jquery_cmsimplecore.js";
$cf['jquery']['file_ui']="jquery-ui_cmsimplecore.js";
$cf['pagemanager']['external']="";
$cf['pagemanager']['pagedata_attribute']="linked_to_menu";
$cf['menu']['color']="000000";
$cf['menu']['highlightcolor']="808080";
$cf['menu']['levels']="3";
$cf['menu']['levelcatch']="10";
$cf['menu']['sdoc']="parent";
$cf['menu']['legal']="CMSimple Legal Notices";
$cf['uri']['seperator']="___";
$cf['uri']['length']="256";
$cf['adminmenu']['scroll']="";
$cf['adminmenu']['narrow_max']="36";
$cf['xhtml']['endtags']="";
$cf['xhtml']['amp']="true";
$cf['server']['script_name_slice']="";
$cf['server']['timezone']="";
$cf['plugins']['folder']="plugins";
$cf['functions']['file']="functions.php";
$cf['scripting']['regexp']="\\#CMSimple (.*?)\\#";
?>

1731
cms/cmsimple/functions.php Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,339 @@
<?php
/*
* Copyright (c) 2013 Preben Dahl - prebendahl.dk - CMSimple.dk
*
* Spogfil til CMSimple version 4.0 - 4.0.4 og sikkert også til andre versioner op efter.
*
* This work is licensed under a Creative Commons Attribution 3.0 Unported License.
* http://creativecommons.org/licenses/by/3.0/
*/
/* utf8-marker = äöüß */
$tx['action']['delete']="slet";
$tx['action']['download']="download";
$tx['action']['edit']="rediger";
$tx['action']['save']="gem";
$tx['action']['upload']="opload";
$tx['action']['view']="se";
$tx['adminmenu']['configuration']="CMS";
$tx['adminmenu']['downloads']="Downloads";
$tx['adminmenu']['edit']="Redigering";
$tx['adminmenu']['files']="Files";
$tx['adminmenu']['help']="Hjælp";
$tx['adminmenu']['images']="Billeder";
$tx['adminmenu']['langconfig']="Webside";
$tx['adminmenu']['language']="Sprog";
$tx['adminmenu']['log']="Log filer";
$tx['adminmenu']['logout']="Log ud";
$tx['adminmenu']['media']="Media";
$tx['adminmenu']['normal']="Se mode";
$tx['adminmenu']['pagemanager']="Sider";
$tx['adminmenu']['plugins']="Plugins";
$tx['adminmenu']['settings']="Indstillinger";
$tx['adminmenu']['stylesheet']="Stylesheet";
$tx['adminmenu']['sysinfo']="System Info";
$tx['adminmenu']['template']="Template";
$tx['adminmenu']['userfiles']="Bruger filer";
$tx['adminmenu']['validate']="Valider link";
$tx['error']['401']="Error 401: Uautoriserede";
$tx['error']['404']="Error 404: Ikke fundet";
$tx['error']['alreadyexists']="Findes allerede";
$tx['error']['cntdelete']="Kunne ikke slette";
$tx['error']['cntlocateheading']="Ingen side valgt";
$tx['error']['cntopen']="Kunne ikke åbne";
$tx['error']['cntsave']="Kunne ikke gemme";
$tx['error']['cntwriteto']="Kan ikke skrive til";
$tx['error']['missing']="Mangler";
$tx['error']['notreadable']="Ikke læsbar";
$tx['error']['notwritable']="Ikke skrivbar";
$tx['error']['tolarge']="er for stor! Maksimale størrelse er sat til";
$tx['error']['undefined']="Udefineret";
$tx['error']['wrongext']="Forkert extension i";
$tx['filebrowser']['help']="Udfyld de filtyper du vil tillade for hver mappe som kommasepareret liste. <b>*</b> er et wildcard for alle filtypenavne.";
$tx['filebrowser']['error_not_deleted']="<b>%s</b> blev ikke slettet.";
$tx['filebrowser']['error_file_is_used']="Filen bliver brugt på disse sider:";
$tx['filebrowser']['error_file_too_big']="Fil størrelse overstiger (%s kb) tilladte grænse (%s kb). Du kan øge grænse i din konfiguration.";
$tx['filebrowser']['error_folder_not_empty']="Mappen er ikke tom.";
$tx['filebrowser']['error_not_writeable']="Mappe <b>%s</b> er ikke skriv bar. venligst ret fil rettighederne.";
$tx['filebrowser']['error_unknown']="Noget gik galt.";
$tx['filebrowser']['error_not_uploaded']="<b>%s</b> blev ikke uploadet.";
$tx['filebrowser']['error_file_already_exists']="Filen findes allerede.";
$tx['filebrowser']['error_cant_rename']="<b>%s</b> blev ikke omdøbt.";
$tx['filebrowser']['error_cant_change_extension']="Du kan ikke ændre filtypenavnet.";
$tx['filebrowser']['error_no_proper_extension']="Fil type <b>%s</b> er ikke tilladt i denne mappe.";
$tx['filebrowser']['error_folder_already_exists']="Mappe <b>%s</b> findes allerede.";
$tx['filebrowser']['error_cant_create_folder']="Mappe blev ikke oprettet.";
$tx['filebrowser']['success_deleted']="<b>%s</b> slettet.";
$tx['filebrowser']['success_uploaded']="<b>%s</b> uploadet.";
$tx['filebrowser']['success_folder_created']="<b>%s</b> oprettet.";
$tx['filebrowser']['success_renamed']="<b>%s</b> omdøbt til <b>%s</b>.";
$tx['filebrowser']['upload_file_to']="Upload fil til <b>%s</b>";
$tx['filebrowser']['create_subfolder_in']="Oprette under mappe i <b>%s</b>";
$tx['filebrowser']['upload_file']="Upload fil";
$tx['filebrowser']['create_folder']="Oprette under mappe";
$tx['filebrowser']['confirm_delete']="Vil du slette <b>%s</b>?";
$tx['filebrowser']['prompt_rename']="Omdøb &quot;%s&quot; til:";
$tx['filebrowser']['cf_confirm_delete']="Denne tekst er brugt i javascript sammenhæng: Brug ikke \" eller '";
$tx['filebrowser']['cf_prompt_rename']="Denne tekst er brugt i javascript sammenhæng: Brug ikke \" eller '";
$tx['filebrowser']['folder']="Mappe";
$tx['filebrowser']['files']="Filer:";
$tx['files']['bytes']="bytes";
$tx['files']['totalsize']="Total size";
$tx['filetype']['backup']="backup";
$tx['filetype']['config']="CMS konfiguration";
$tx['filetype']['content']="indholds-file";
$tx['filetype']['execute']="udfør";
$tx['filetype']['file']="fil";
$tx['filetype']['folder']="mapper";
$tx['filetype']['langconfig']="Web side konfiguration";
$tx['filetype']['language']="sprog fil";
$tx['filetype']['log']="log";
$tx['filetype']['pagedata']="sidedata-file";
$tx['filetype']['stylesheet']="stylesheet";
$tx['filetype']['template']="template";
$tx['heading']['error']="FEJL";
$tx['heading']['warning']="ADVARSEL";
$tx['help']['adminmenu_narrow_max']="<p>Maksimalt antal plugins, der er vist i en smal Plugins dropdown menu.</P> Flere plugins vil medføre en 3 kolonne dropdown menu.</p>";
$tx['help']['adminmenu_scroll']="<p>Hvis sat til <b>true</ b> vil admin menu scrolle med din webside.</p>";
$tx['help']['backup_numberoffiles']="<p>Antal backup af content.htm og pagedata.php på webserveren.</p><p>Standard: <b>10</b></p>";
$tx['help']['downloads_maxsize']="<p>Maximum størrelse af downloads i Byte</p>";
$tx['help']['editor_height']="<p>Integer eller JavaScript expression retunere en integer for editor hight i pixels.</p>";
$tx['help']['editor_external']="<p>Hvis du vil bruge en anden editor, installer den som et plugin og skriv editor navnet her.</p>";
$tx['help']['editor_tinymce_toolbar']="<p>Vælg størrelsen på din TinyMCE editor værktøjslinjen.</p><p><b>!!! Virker kun med TinyMCE !!!</b> (Standard editor)</p>";
$tx['help']['filebrowser_external']="<p>Hvis du vil bruge en anden file browser, e.g. hi_kcfinder, installere den som et plugin og skrive file browser navnet her</p>";
$tx['help']['filebrowser_extensions_downloads']="<p>Effektiv kun i den oprindelige CMSimple filBrowser.</p>";
$tx['help']['filebrowser_extensions_images']="<p>Effektiv kun i den oprindelige CMSimple filBrowser.</p>";
$tx['help']['filebrowser_extensions_media']="<p>Effektiv kun i den oprindelige CMSimple filBrowser.</p>";
$tx['help']['filebrowser_extensions_userfiles']="<p>Effektiv kun i den oprindelige CMSimple filBrowser.</p>";
$tx['help']['folders_downloads']="<p>Mappen for downloads, der anvendes af editor dialoger</p><p>Standard: <b>userfiles/downloads/</b></p>";
$tx['help']['folders_images']="<p>Mappen for images, der anvendes af editor dialoger</p><p>Standard: <b>userfiles/images/</b></p>";
$tx['help']['folders_media']="<p>Mappen for multimedia files, der anvendes af editor dialoger</p><p>Standard: <b>userfiles/media/</b></p>";
$tx['help']['folders_userfiles']="<p>Parent userfiles mapper</p><p>Standard: <b>userfiles/</b></p>";
$tx['help']['functions_file']="<p>Venligst lad være at ændre</p>";
$tx['help']['hidden_path_locator']="<p><b>true</b> viser sti til den skjulte side i locator.</p>";
$tx['help']['hidden_pages_search']="<p><b>true</b> viser skjulte sider i resultaterne af den interne søgefunktion.</p>";
$tx['help']['hidden_pages_sitemap']="<p><b>true</b> viser skjulte sider i sitemap.</p>";
$tx['help']['hidden_pages_toc']="<p><b>true</b> Viser skjulte sider i toc (navigationsmenuen), hvis de kaldes (f. eks. kaldes fra et link).</p>";
$tx['help']['images_maxsize']="<p>Maximum størrelse af oploaded billeder i Byte</p>";
$tx['help']['jquery_autoload']="<p>Set til <b>1</b> og bibliotekerne vil være tilgængelig permanent.</p>";
$tx['help']['language_default']="<p>In second languages in 2-digit folders, set the language of the parent page or subsite here.</p><p>Second languages in 2-digit folders recognize their own language automatically.</p>";
$tx['help']['langconfig']="Indstillingerne for <b>Template</b> og <b>Password</b><br />vil erstatte dine indstillinger af CMS-konfiguration!";
$tx['help']['locator_show_homepage']="<b>true</b> viser et link til hjemmesiden ved begyndelsen af positioneringsorganet";
$tx['help']['mailform_captcha']="<b>true</b> muliggør captcha i mailformular";
$tx['help']['mailform_email']="<p>Ved indtastning af mailadresse, vil mailformular blive aktiveret</p>";
$tx['help']['menu_color']="<p>Bruges ikke af CMSimple core</p>";
$tx['help']['menu_highlightcolor']="<p>Bruges ikke af CMSimple core</p>";
$tx['help']['menu_legal']="<p>For kompatibilitet med ældre versioner, venligst lad være at ændre.</p><p>Standard: <b>CMSimple Legal Notices</b></p>";
$tx['help']['menu_levels']="<p>Antallet af niveauer i side-og menustruktur. Mulige indstillinger er 1 til 6.</p><p><i>Eksempel:</i> Hvis du sætter den til <b>3</b>, h1-h3 vil opdele indholdet i nye sider.</p><p>Standard: <b>3</b></p>";
$tx['help']['menu_levelcatch']="<p>Venligst lad være at ændre.</p><p>Standard: <b>10</b></p>";
$tx['help']['menu_sdoc']="<p>Lad det være tomt eller indstillet til <b>parent</b>, <i>parent</i> tilføjer class <i>sdocs</i> til hele den åbne del af navigation menuen.</p><p>Standard: <b>parent</b></p>";
$tx['help']['meta_author']="<p>Forfatteren af hjemmesiden (kan være tom)</p>";
$tx['help']['meta_description']="<p>Kort beskrivelse af hjemmesiden for søgemaskiner</p>";
$tx['help']['meta_keywords']="<p>Nøgleord for søgemaskiner, kommasepareret og uden tomme pladser efter komma</p>";
$tx['help']['meta_publisher']="<p>Udgiveren af hjemmesiden (kan være tom)</p>";
$tx['help']['meta_robots']="<p>Instruktioner for søgemaskiner</p><p>Standard: <b>index, follow</b></p>";
$tx['help']['pagemanager_external']="<p>Hvis du vil bruge en ekstern side manager, installere plugin og indtaste dens navn her</p>";
$tx['help']['pagemanager_pagedata_attribute']="<p><b>offentliggjort</b> eller <b>linked_to_menu</b></p><p>Side data attribut for afkrydsningsfelterne.</p><p><b>Advarsel:</b> Hvis du vælger en uhensigtsmæssig egenskab, vil du ødelægge din pagedata.php!</p><p><b>!!! Effective only for the Original CMSimple Pagemanager !!!</b></p>";
$tx['help']['plugins_folder']="<p>Venligst lad være at ændre</p>";
$tx['help']['scripting_regexp']="<p>Venligst lad være at ændre</p>";
$tx['help']['security_password']="<p>Det krypterede password til webstedet, ny adgangskode, skriv i klar tekst.</p>";
$tx['help']['security_type']="<p>Standard: <b>page</b></p>";
$tx['help']['site_allow_config']="<p><b>true</b> giver administratoren adgang til systemkonfigurationen.</p><p><b>!!! ADVARSEL !!!</b></p><p>Hvis du deaktiverer adgang til systeme konfigurationen, kan den kun aktiveres via ftp.</p>";
$tx['help']['site_full_settings_menu']="<p><b>true</b> muliggør indstillingerne i admin smenuen</p><p><b>!!! WARNING !!!</b></p><p>Adgang til systeme konfigurationen er stadig mulig med adresse i browseren.</p>";
$tx['help']['site_content_visible']="<p><b>true</b> viser indholdet og navigations for ikke logget ind besøgende på hjemmesiden.</p><p>Alle andre skjuler indhold og navigations for ikke logget ind besøgende.</p><p>Du kan bruge det som en enkelt vedligeholdelsestilstand.</p>";
$tx['help']['site_create_content_textfiles']="<p><b>true</b> skaber for hver h1 side en txt-fil til brug i andre indhold inde i domænet.</p><p>txt-filer vil blive gemt i mappen:</p><p>./userfiles/co_author/</p>";
$tx['help']['site_template']="<p>Template på hjemmesiden</p>";
$tx['help']['site_title']="<p>Titlen på hjemmesiden</p>";
$tx['help']['uri_length']="<p>Maximum længde på URL.</p><p>Standard: <b>256</b></p>";
$tx['help']['uri_seperator']="<p>Tegnet som adskiller navne på sider og undersider i webadressen.</p>";
$tx['help']['xhtml_amp']="<p><b>true</b> konverterer <i>&</i> til <i>&amp;amp;</i> i dit indhold. Ændring af denne indstilling kan ikke anbefales.</p>";
$tx['help']['xhtml_endtags']="<p><b>true</b> skaber i indholdet XHTML krævede endslashes i enkeltstående tags som &lt;br&gt; etc.</p>";
$tx['help']['language_defaulf']="<p>I andet sprog i 2-cifrede mapper, indstille sproget på den overordnede side eller underordnet her.</p><p>Andet sprog i 2-cifrede mapper genkende deres eget sprog automatisk.</p>";
$tx['images']['usedin']="Brugt I";
$tx['languagemenu']['text']="Vælg sprog: ";
$tx['lastupdate']['dateformat']="F d, Y, H:i";
$tx['lastupdate']['text']="Sidst opdate";
$tx['link']['check']="Venligst kontrolere: ";
$tx['link']['check_errors']="Desværre der opstod nogle problemer: ";
$tx['link']['check_ok']="Ingen fejl fundet";
$tx['link']['checked']=" links er blevet kontroleret. ";
$tx['link']['email']="Er denne e-mailadresse gyldige og stadig i brug?";
$tx['link']['error']="Fejl: ";
$tx['link']['errors']="Fejl: ";
$tx['link']['ext_error_domain']="fejlbehæftede eksternt link, kontroler at domænet eksisterer.";
$tx['link']['ext_error_page']="fejlbehæftede eksternt link, siden findes ikke.";
$tx['link']['hints']="Tips:";
$tx['link']['int_error']="fejlbehæftede interne link, siden findes ikke.";
$tx['link']['link']="Link: ";
$tx['link']['linked_page']="Link target: ";
$tx['link']['page']="Side: ";
$tx['link']['redirect']="Den målrettede omdirigering til en anden placering fejlede. Venligst kontrollere og opdatere dit link.";
$tx['link']['returned_status']="Returned http status code: ";
$tx['link']['unknown']="Ukendt problem, tjek venligst linket.";
$tx['locator']['home']="Hjem";
$tx['locator']['text']="Du er her: ";
$tx['log']['dateformat']="Y-m-d H:i:s";
$tx['log']['loggedin']="logged ind";
$tx['login']['loggedout']="Du er blevet logged ud";
$tx['login']['warning']="<p>Side administration.</p><p>Venligst indtast password.</p><p>!!! <i>JavaScript og Cookies skal være aktiveret</i> !!!</p>";
$tx['mailform']['captcha']="Venligst skriv dette nr. (spam forebyggelse)";
$tx['mailform']['captchafalse']="Venligst indtast anti-spam kode";
$tx['mailform']['mustwritemessage']="Ingen meddelelse er blevet skrevet";
$tx['mailform']['notaccepted']="Venligst udfyld Mailformen helt";
$tx['mailform']['notsend']="Beskeden kunne ikke blive sendt";
$tx['mailform']['send']="Beskeden er blevet sendt";
$tx['mailform']['sendbutton']="Send";
$tx['mailform']['sender']="Din e-mail (påkrævet)";
$tx['mailform']['sendername']="Dit navn";
$tx['mailform']['senderphone']="Dit Tlf. nr.";
$tx['menu']['login']="Login";
$tx['menu']['mailform']="Mailform";
$tx['menu']['print']="Print Version";
$tx['menu']['sitemap']="Sitemap";
$tx['message']['maintenance']="<p><b>Dette site er under vedligeholdelse i øjeblikket.</b></p><p><b>Prøv venligst igen senere.</b></p>";
$tx['message']['maintenance_backend']="<b>!!! Dette site er i vedligeholdelse mode !!!</b>";
$tx['message']['own_configfile']="Din egen konfiguration for denne subsite websted eller et andet sprog er deaktiveret - ingen config.php i rodmappen af denne subsite eller andet sprog.<br /><br /><b>Du er ved at redigere konfigurationen af hoved sitet.</b>";
$tx['message']['plugin_standard1']="Dette plugin er en CMSimple Standard Plugin.";
$tx['message']['plugin_standard2']="Rediger konfiguration i";
$tx['meta']['codepage']="utf-8";
$tx['meta_tags']['tab']="Meta";
$tx['meta_tags']['form_title']="Meta-Tags";
$tx['meta_tags']['title']="Title:";
$tx['meta_tags']['description']="Description:";
$tx['meta_tags']['keywords']="Keywords:";
$tx['meta_tags']['robots']="Robots:";
$tx['meta_tags']['hint_title']="<p>En god titel kan forbedre søgemaskinen placering.</p>";
$tx['meta_tags']['hint_description']="<p>Giver et groft resumé af denne artikel.</p><p>I de fleste tilfælde vil resultatet af sidernt blive vist i søgemaskinen.</p>";
$tx['meta_tags']['hint_keywords']="<p>En liste over de vigtigste emner i denne artikel, adskilt af kommaer.</p>";
$tx['meta_tags']['hint_robots']="<p>\"index, follow\" » Søgemaskiner har lov til at indeksere denne side.</p><p>\"noindex, nofollow\" » Søgemaskiner har <b>IKKE</b> lov til at indeksere denne side.</p>";
$tx['meta_tags']['submit']="submit";
$tx['navigator']['next']="næste »";
$tx['navigator']['previous']="« forrige";
$tx['navigator']['top']="top";
$tx['page_params']['tab']="Side";
$tx['page_params']['form_title']="Side parametre";
$tx['page_params']['heading']="Alternative overskrift?";
$tx['page_params']['header_location']="Omdiriger side?";
$tx['page_params']['template']="Side template:";
$tx['page_params']['last_edit']="Sidst ændret:";
$tx['page_params']['show_last_edit']="Vis seneste redigering?";
$tx['page_params']['published']="Udgivet?";
$tx['page_params']['linked_to_menu']="Vis i menu?";
$tx['page_params']['yes']="ja";
$tx['page_params']['no']="nej";
$tx['page_params']['submit']="gem";
$tx['page_params']['use_default_template']="standard template";
$tx['page_params']['hint_heading']="<p>Du kan vælge en anden overskrift, der skal vises på siden.</p><p>Den overskrift, du indsætter i teksteditoren nedenfor vil stadig blive brugt til menuerne.</p>";
$tx['page_params']['hint_published']="<p>Hvis du vælger \"nej\" vil denne side blive skjult for dine besøgende. Glem ikke at ændre det til \"ja\" når du er klar.</p>";
$tx['page_params']['hint_linked_to_menu']="<p>Vælg \"Nej\" for at skjule denne side fra navigationen..</p><p>Sidens indhold vil stadig være til rådighed for newsboxes og direkte links.</p>";
$tx['page_params']['hint_last_edit']="<p>Vælg \"Ja\" til at vise datoen for den seneste redigering af denne side. Dato formatet kan ændres i indstillingerne for sprog, udseendet kan styres med CSS class \"#pp_last_update\".</p>";
$tx['page_params']['hint_template']="<p>Ønsker du at vælge en anden template til denne side?</p>";
$tx['page_params']['hint_header_location']="<p>Her kan du lave, så denne side omdirigeres til en anden intern eller ekstern side.</p><p>Ekstern sider, skal have en fuld sti inclusive http://</p>";
$tx['pagemanager']['cf_verbose']="<p>Vis oplysninger og bekræftelse dialog? <em>YES</em> (ja) eller <em>NO</em> (nej)</p><p><strong><em>YES</em> anbefales</strong>, medmindre du er superbruger <strong>og</strong> har godt kendskab til Pagemanager_XH.</p>";
$tx['pagemanager']['cf_toolbar_show']="<p>Vis værktøjslinje? <em>YES</em> (ja) eller <em>NO</em> (nej)</p>";
$tx['pagemanager']['cf_toolbar_vertical']="<p>Skal værktøjslinjen vises lodret? <em>YES</em> (ja) eller <em>NO</em> (nej)</p><p>Denne indstilling er for superbrugere, som kan justere layoutet i Plugin Stylesheet.</p>";
$tx['pagemanager']['cf_pagedata_attribute']="<p>yes/no (med standard yes pagedata attribut for afkrydsningsfelter, fx <em>offentliggjort</em> eller <em>linked_til_menu</em>.</p><p><strong>ADVARSEL:</strong> Hvis du vælger et upassende attribut, vil du lave rod i din pagedata.php!</p>";
$tx['pagemanager']['cf_treeview_theme']="<p>Temaet for tree widget: <em>cmsimple</em></p><p>Andre temaer er tilgængeligt på http://3-magi.net/?CMSimple_XH/Pagemanager_XH.</p>";
$tx['pagemanager']['cf_treeview_animation']="<p>Varighed af åbne / lukke animationer i ms. <em>0</em> betyder ingen animation.</p>";
$tx['pagemanager']['cf_utf8_marker']="<p>Intern brug. <strong>Må ikke ændres!</strong></p>";
$tx['pagemanager']['menu_main']="Side administration";
$tx['pagemanager']['op_expand']="Vis alle sider";
$tx['pagemanager']['op_collapse']="Skjul alle sider";
$tx['pagemanager']['op_create']="Opret side (<em>som underside</em>)";
$tx['pagemanager']['op_create_after']="Opret side (<em>på samme niveau - efter underside</em>)";
$tx['pagemanager']['op_rename']="Omdøb side";
$tx['pagemanager']['op_delete']="Slet side (<em>inkl. undersider</em>)";
$tx['pagemanager']['op_cut']="Klip";
$tx['pagemanager']['op_copy']="Kopier";
$tx['pagemanager']['op_paste']="Sæt ind (<em>som underside</em>)";
$tx['pagemanager']['op_paste_after']="Sæt ind (<em>på samme niveau - efter underside</em>)";
$tx['pagemanager']['op_help']="<p>Du kan ændre menu rækkefølgen med <em>træk og slip</em>. <em>Ved højreklip på en side</em> åbner du context menu. Flere detalje kan findes i plugin help.</p>";
$tx['pagemanager']['treeview_loading']="Loading...";
$tx['pagemanager']['treeview_new']="Ny side";
$tx['pagemanager']['button_delete']="Slet";
$tx['pagemanager']['button_ok']="OK";
$tx['pagemanager']['button_cancel']="Annullere";
$tx['pagemanager']['message_confirm']="Bekræft";
$tx['pagemanager']['message_confirm_deletion']="Siden og alle dens undersider vil blive slettet!";
$tx['pagemanager']['message_warning_leave']="Dine ændringer vil gå tabt!";
$tx['pagemanager']['message_confirm_leave']="*** Ændringerne er ikke gemt! ***\r\n\r\nBekræft for at gemme dem, da de ellers vil gå tabt!\r\n";
$tx['pagemanager']['message_information']="Information";
$tx['pagemanager']['message_menu_level']="Dette vil overskride dine <em>menu levels</em> konfiguration!";
$tx['pagemanager']['message_no_selection']="Du skal vælge en side, før du bruger dette værktøj!";
$tx['pagemanager']['message_delete_last']="Du må ikke slette den sidste topniveau på siden!";
$tx['pagemanager']['error_phpversion']="Pagemanager_XH kræver mindst PHP version %s!";
$tx['pagemanager']['error_extension']="Pagemanager_XH kræver PHP's %s udvigelse!";
$tx['pagemanager']['error_jquery']="Pagemanager_XH kræver jQuery4CMSimple plugin! Vær venlig at <a href='http://www.cmsimple-xh.com/wiki/doku.php/plugins:jquery4cmsimple'>download</a> og installere før du går videre.";
$tx['pagemanager']['error_encoding']="Pagemanager_XH kræver Utf8_XH plugin! Venligst <a href='http://3-magi.net/?CMSimple_XH/Utf8_XH'>download</a> og installere det, før du fortsætter.";
$tx['pagemanager']['error_structure_confirmation']="Jeg ved <em>PRÆSIS</em> hvad jeg laver! Jeg vil fortsætte.";
$tx['pagemanager']['error_structure_warning']="<strong>Uregelmæssig sidestruktur fundet.</strong> For nærmere oplysninger se plugin hjælp og kontakt din webmaster!";
$tx['pagemanager']['error_nesting']="Forkert sidestruktur!";
$tx['pagemanager']['error_cant_rename']="Denne side kan ikke omdøbes, da dens position er delvist formateret.";
$tx['pagemanager']['error_offending_extension']="Krænkende udvidelse ved hjælp af egne jQuery library registreret (se afsnit \"begrænsninger\" ).";
$tx['result']['created']="oprettet";
$tx['result']['deleted']="slettet";
$tx['result']['uploaded']="oploaded";
$tx['search']['button']="Søg";
$tx['search']['foundin']="blev fundet I";
$tx['search']['notfound']="blev ikke fundet";
$tx['search']['pgplural']="sider";
$tx['search']['pgsingular']="side";
$tx['search']['result']="Resultatet af din søgning";
$tx['settings']['backup']="Backup";
$tx['settings']['backupexplain1']="Ved logout content bliver der lavet en backup, og den ældste backup file(s) vil blive slettet.";
$tx['settings']['backupexplain2']="Backup filenavnet starter med dato og tid for backup som: YYYYMMDD_HHMMSS";
$tx['settings']['backupexplain3']="Gem venligst Content-fil og Pagedata-fil samtidige!";
$tx['settings']['ftp']="Brug FTP for fjern filhåndtering";
$tx['settings']['systemfiles']="System filer";
$tx['settings']['warning']="Ændre ikke noget her, medmindre du ved, hvad du gør!";
$tx['submenu']['heading']="Undermenu";
$tx['sysinfo']['helplinks']="Info og Hjælpe Links";
$tx['sysinfo']['php_version']="PHP-Version";
$tx['sysinfo']['phpinfo_hint']="(åbner i et nyt window eller tab)";
$tx['sysinfo']['phpinfo_link']="PHP Info &raquo;";
$tx['sysinfo']['plugins']="Installeret Plugins";
$tx['sysinfo']['version']="Installeret CMSimple Version";
$tx['template']['default']="Standard template";
$tx['template']['text1']="Template Text 1";
$tx['template']['text2']="Template Text 2";
$tx['template']['text3']="Template Text 3";
$tx['template']['text4']="Template Text 4";
$tx['template']['text5']="Template Text 5";
$tx['template']['text6']="Template Text 6";
$tx['template']['text7']="Template Text 7";
$tx['template']['text8']="Template Text 8";
$tx['template']['text9']="Template Text 9";
$tx['title']['downloads']="Downloads";
$tx['title']['images']="Billeder";
$tx['title']['mailform']="Mailform";
$tx['title']['media']="Media filer";
$tx['title']['phpinfo']="PHP Info";
$tx['title']['search']="Søg";
$tx['title']['settings']="Indstillinger";
$tx['title']['sitemap']="Sitemap";
$tx['title']['sysinfo']="System Info";
$tx['title']['userfiles']="Bruger filer";
$tx['title']['validate']="Valider link";
$tx['toc']['dupl']="DOBBELT OVERSKRIFT";
$tx['toc']['empty']="TOM OVERSKRIFT";
$tx['toc']['missing']="MANGLER OVERSKRIFT";
$tx['toc']['newpage']="NY SIDE";
$tx['urichar']['new']="";
$tx['urichar']['org']="";
$tx['validate']['extfail']="EKSTERNE LINK FEJLEDE";
$tx['validate']['extok']="EKSTERNE LINK OK";
$tx['validate']['intfail']="INTERN LINK FEJLEDE";
$tx['validate']['intfilok']="INTERN LINK TIL FIL OK";
$tx['validate']['intok']="INTERN LINK OK";
$tx['validate']['mailto']="MAILTO LINK";
$tx['validate']['notxt']="INGEN TEXT I LINK";
$tx['version']['cmsimple_ok']="Nuværende CMSimple version der er installeret.";
$tx['version']['current_version_installed']="Nuværende CMSimple version der er installeret";
$tx['version']['info_download']="Info&nbsp;and&nbsp;download";
$tx['version']['no_versionsinfo']="Ingen version informationer tilgængelige";
$tx['version']['standard_plugin']="Standard System Plugin";
$tx['version']['update_available']="Nyere version er tilgængelig";
$tx['version']['updates_message']="Opdateringer er tilgængelig";
$tx['version']['version_check_failed']="Version kontrol mislykkedes!";
$tx['utf-8']['marker']="äöü";
?>

View File

@ -0,0 +1,329 @@
<?php
/* utf8-marker = äöüß */
$tx['action']['delete']="löschen";
$tx['action']['download']="download";
$tx['action']['edit']="editieren";
$tx['action']['save']="sichern";
$tx['action']['upload']="upload";
$tx['action']['view']="ansehen";
$tx['adminmenu']['configuration']="CMS";
$tx['adminmenu']['downloads']="Downloads";
$tx['adminmenu']['edit']="Bearbeiten";
$tx['adminmenu']['files']="Dateien";
$tx['adminmenu']['help']="Hilfe";
$tx['adminmenu']['images']="Bilder";
$tx['adminmenu']['langconfig']="Website";
$tx['adminmenu']['language']="Sprache";
$tx['adminmenu']['log']="Log-Datei";
$tx['adminmenu']['logout']="Logout";
$tx['adminmenu']['media']="Media";
$tx['adminmenu']['normal']="Vorschau";
$tx['adminmenu']['pagemanager']="Seiten";
$tx['adminmenu']['plugins']="Plugins";
$tx['adminmenu']['settings']="Einstellungen";
$tx['adminmenu']['stylesheet']="Stylesheet";
$tx['adminmenu']['sysinfo']="System Info";
$tx['adminmenu']['template']="Template";
$tx['adminmenu']['userfiles']="Anwender";
$tx['adminmenu']['validate']="Links prüfen";
$tx['error']['401']="Fehler 401: Nicht erlaubt";
$tx['error']['404']="Fehler 404: Nicht gefunden";
$tx['error']['alreadyexists']="Existiert bereits";
$tx['error']['cntdelete']="Nicht löschbar:";
$tx['error']['cntlocateheading']="Keine Seite ausgewählt";
$tx['error']['cntopen']="Nicht zu öffnen:";
$tx['error']['cntsave']="Nicht abspeicherbar:";
$tx['error']['cntwriteto']="Nicht schreibbar:";
$tx['error']['missing']="Fehlt";
$tx['error']['notreadable']="Nicht lesbar";
$tx['error']['notwritable']="Nicht schreibbar";
$tx['error']['tolarge']="ist zu groß! Die Maximalgröße ist";
$tx['error']['undefined']="Undefiniert";
$tx['error']['wrongext']="Falsche Dateierweiterung in";
$tx['filebrowser']['help']="Listen Sie die in jedem Ordner erlaubten Dateiendungen - voneinander durch Kommas getrennt - auf. <b>*</b> dient als Platzhalter für alle Dateiendungen";
$tx['filebrowser']['error_not_deleted']="<b>%s</b> wurde nicht gelöscht.";
$tx['filebrowser']['error_file_is_used']="Die Datei wird auf folgenden Seiten verwendet:";
$tx['filebrowser']['error_file_too_big']="Die Datei ist zu groß (%s kb). In diesem Ordner sind nur %s kb erlaubt. Diese Einstellung kann unter <b>Einstellungen->CMSimple->CMS</b> geändert werden.";
$tx['filebrowser']['error_folder_not_empty']="Der Ordner ist nicht leer.";
$tx['filebrowser']['error_not_writeable']="Der Ordner <b>%s</b> ist nicht beschreibbar. Bitte ändern Sie die Dateirechte.";
$tx['filebrowser']['error_unknown']="Irgendetwas hat nicht geklappt.";
$tx['filebrowser']['error_not_uploaded']="<b>%s</b> wurde nicht hochgeladen.";
$tx['filebrowser']['error_file_already_exists']="Die Datei gibt es schon.";
$tx['filebrowser']['error_cant_rename']="<b>%s</b> konnte nicht umbenannt werden.";
$tx['filebrowser']['error_cant_change_extension']="Die Dateiendung kann nicht geändert werden.";
$tx['filebrowser']['error_no_proper_extension']="Dateien vom Typ <b>%s</b> sind in diesem Ordner nicht erlaubt.";
$tx['filebrowser']['error_folder_already_exists']="Den Ordner <b>%s</b> gibt es schon.";
$tx['filebrowser']['error_cant_create_folder']="Der Ordner konnte nicht angelegt werden.";
$tx['filebrowser']['success_deleted']="<b>%s</b> gelöscht.";
$tx['filebrowser']['success_uploaded']="<b>%s</b> hochgeladen.";
$tx['filebrowser']['success_folder_created']="<b>%s</b> angelegt.";
$tx['filebrowser']['success_renamed']="<b>%s</b> umbenannt zu <b>%s</b>.";
$tx['filebrowser']['upload_file_to']="Datei in <b>%s</b> hochladen";
$tx['filebrowser']['create_subfolder_in']="Unterordner in <b>%s</b> anlegen";
$tx['filebrowser']['upload_file']="Datei hochladen";
$tx['filebrowser']['create_folder']="Unterordner anlegen";
$tx['filebrowser']['confirm_delete']="%s wirklich löschen?";
$tx['filebrowser']['prompt_rename']="%s umbenennen zu:";
$tx['filebrowser']['cf_confirm_delete']="This text is used in javascript context: Do not use \" or \\'";
$tx['filebrowser']['cf_prompt_rename']="This text is used in javascript context: Do not use \" or \\'";
$tx['filebrowser']['folder']="Ordner";
$tx['filebrowser']['files']="Dateien:";
$tx['files']['bytes']="Bytes";
$tx['files']['totalsize']="Gesamtgröße";
$tx['filetype']['backup']="Sicherung";
$tx['filetype']['config']="CMS Konfiguration";
$tx['filetype']['content']="Content-Datei";
$tx['filetype']['execute']="Ausführen";
$tx['filetype']['file']="Datei";
$tx['filetype']['folder']="Ordner";
$tx['filetype']['langconfig']="Website Konfiguration";
$tx['filetype']['language']="Sprach-Datei";
$tx['filetype']['log']="Log-Datei";
$tx['filetype']['pagedata']="Pagedata-Datei";
$tx['filetype']['stylesheet']="CSS-Datei";
$tx['filetype']['template']="Template-Datei";
$tx['heading']['error']="FEHLER";
$tx['heading']['warning']="FEHLERHINWEIS";
$tx['help']['adminmenu_narrow_max']="<p>Maximale Anzahl der Plugins, die in einem schmalen Plugins Dropdown Menü angezeigt werden.</p><p>Mehr Plugins erzeugen ein dreispaltiges Dropdown Menü.</p>";
$tx['help']['adminmenu_scroll']="<p>Bei <b>true</b> scrollt das Admin Menü mit</p>";
$tx['help']['backup_numberoffiles']="<p>Anzahl der Backups von content.htm und pagedata.php auf dem Server.</p><p>Standard: <b>10</b></p>";
$tx['help']['downloads_maxsize']="<p>Maximale Größe für das Hochladen von Datein in den Downloads-Ordner in Byte</p>";
$tx['help']['editor_height']="<p>Die Höhe des Editor Bereiches in px.</p>";
$tx['help']['editor_external']="<p>Wenn Sie einen externen Editor nutzen wollen, installieren Sie ihn als Plugin und tragen Sie seinen Namen hier ein.</p>";
$tx['help']['editor_tinymce_toolbar']="<p>Wählen Sie Ihre TinyMCE Editor Toolbar.</p><p><b>!!! Nur wirksam für TinyMCE !!!</b> (Der Standard Editor)</p>";
$tx['help']['filebrowser_external']="<p>Wenn Sie einen externen Datei-Browser verwenden möchten, z.B. hi_kcfinder, installieren Sie das Plugin und tragen Sie seinen Namen hier ein.</p>";
$tx['help']['filebrowser_extensions_downloads']="<p>Nur wirksam für den Original CMSimple Filebrowser.</p>";
$tx['help']['filebrowser_extensions_images']="<p>Nur wirksam für den Original CMSimple Filebrowser.</p>";
$tx['help']['filebrowser_extensions_media']="<p>Nur wirksam für den Original CMSimple Filebrowser.</p>";
$tx['help']['filebrowser_extensions_userfiles']="Nur wirksam für den Original CMSimple Filebrowser.</p>";
$tx['help']['folders_downloads']="<p>Der Ordner für Downloads, der bei den Editor Dialogen genutzt wird.</p><p>Standard: <b>userfiles/downloads/</b></p>";
$tx['help']['folders_images']="<p>Der Ordner für Bilder, der bei den Editor Dialogen genutzt wird.</p><p>Standard: <b>userfiles/images/</b></p>";
$tx['help']['folders_media']="<p>Der Ordner für Multimedia Dateien, der bei den Editor Dialogen genutzt wird.</p><p>Standard: <b>userfiles/media/</b></p>";
$tx['help']['folders_userfiles']="<p>Der übergeordnete Ordner (Hauptordner) für Anwenderdateien.</p><p>Standard: <b>userfiles/</b></p>";
$tx['help']['functions_file']="<p>Bitte nicht ändern</p>";
$tx['help']['hidden_path_locator']="<p><b>true</b> zeigt den Pfad einer versteckten Seite im Locator (Breadcrumb Navigation).</p>";
$tx['help']['hidden_pages_search']="<p><b>true</b> zeigt versteckte Seiten in den Ergebnissen der internen Suchfunktion an.</p>";
$tx['help']['hidden_pages_sitemap']="<p><b>true</b> zeigt versteckte Seiten im Inhaltsverzeichnis.</p>";
$tx['help']['hidden_pages_toc']="<p><b>true</b> zeigt versteckte Seiten im Navigationsmenü, wenn sie aufgerufen sind (z. B. aufgerufen per Link).</p>";
$tx['help']['images_maxsize']="<p>Maximale Größe für das Hochladen von Bildern in Byte</p>";
$tx['help']['jquery_autoload']="<p>Setzen Sie dies auf <b>1</b> und die JS Bibliotheken sind permanent verfügbar.</p>";
$tx['help']['language_default']="<p>Bei Zweitsprachen in 2-stelligen Verzeichnissen wird hier die Sprache der übergeordneten Hauptseite oder Subsite eingetragen.</p><p>Zweitsprachen in 2-stelligen Verzeichnissen erkennen ihre eigen Sprache automatisch.</p>";
$tx['help']['langconfig']="<p>Die Einstellungen von <b>Template</b> und <b>Password</b> <br />ersetzen die Einstellungen in der CMS Konfiguration!</p>";
$tx['help']['locator_show_homepage']="<p><b>true</b> erzeugt am Anfang des Locators einen Link zur Startseite</p>";
$tx['help']['mailform_captcha']="<p><b>true</b> aktiviert den Spamschutz im Kontakt-Formular</p>";
$tx['help']['mailform_email']="<p>Falls gesetzt, wird das Kontakt-Formular aktiviert</p>";
$tx['help']['menu_color']="<p>Nicht mehr von CMSimple Systemfunktionen genutzt</p>";
$tx['help']['menu_highlightcolor']="<p>Nicht mehr von CMSimple Systemfunktionen genutzt</p>";
$tx['help']['menu_legal']="<p>Für Kompatibilität mit älteren Versionen, bitte nicht ändern.</p><p>Standard: <b>CMSimple Legal Notices</b></p>";
$tx['help']['menu_levels']="<p>Die Anzahl der Ebenen der Seiten- und Menüstruktur. Einstellungen von 1 bis 6 sind möglich.</p><p><i>Beispiel:</i> Wenn Sie hier <b>3</b> eintragen, erzeugen h1-h3 neue Seiten.</p><p>Standard: <b>3</b></p>";
$tx['help']['menu_levelcatch']="<p>Bitte nicht ändern.</p><p>Standard: <b>10</b></p>";
$tx['help']['menu_sdoc']="<p>Leer oder <b>parent</b>, <i>parent</i> fügt dem gesamten offenen Zweig des Navigationsmenüs die Klasse <i>sdocs</i> hinzu.</p><p>Standard: <b>parent</b></p>";
$tx['help']['meta_author']="<p>Der Autor der Internetseite (darf leer sein)</p>";
$tx['help']['meta_description']="<p>Kurze Seitenbeschreibung der Internetseite für Suchmaschinen</p>";
$tx['help']['meta_keywords']="<p>Suchbegriffe für Suchmaschinen, getrennt durch Kommata und ohne Leerzeichen nach einem Komma.</p>";
$tx['help']['meta_publisher']="<p>Der Verleger der Internetseite (darf leer sein)</p>";
$tx['help']['meta_robots']="<p>Anweisungen für Suchmaschinen</p><p>Standard: <b>index, follow</b></p>";
$tx['help']['pagemanager_external']="<p>Wenn Sie einen externen Seiten-Manager verwenden möchten, installieren Sie das Plugin und tragen Sie seinen Namen hier ein</p>";
$tx['help']['pagemanager_pagedata_attribute']="<p><b>published</b> oder <b>linked_to_menu</b></p><p><b>Vorsicht:</b> Wenn Sie ein ungeeignetes Attribut wählen, bringen Sie Ihre pagedata.php durcheinander.</p><p><b>!!! Nur wirksam für den Original CMSimple Pagemanager !!!</b></p>";
$tx['help']['plugins_folder']="<p>Bitte nicht ändern</p>";
$tx['help']['scripting_regexp']="<p>Bitte nicht ändern</p>";
$tx['help']['security_password']="<p>Das verschlüsselte Passwort der Seite, neues Passwort bitte im Klartext eintragen.</p>";
$tx['help']['security_type']="<p>Standard: <b>page</b></p>";
$tx['help']['site_allow_config']="<p><b>true</b> gibt dem Autor Zugang zur System Konfiguration. Alles andere sperrt den Zugang.</p><p><b>!!! WARNUNG !!!</b></p><p>Wenn Sie den Zugang zur System Konfiguration abschalten, können Sie ihn nur per ftp wieder freischalten.</p>";
$tx['help']['site_full_settings_menu']="<p><b>true</b> aktiviert das Einstellungs Menü des Admin Menüs. Alles andere dektiviert das Einstellungs Menü.</p><p><b>!!! WARNUNG !!!</b></p><p>Der Zugang zur System Konfiguration ist weiterhin möglich, per Adresszeile des Browsers.</p>";
$tx['help']['site_content_visible']="<p><b>true</b> zeigt die Inhalte und Navigationselemente für nicht eingeloggte Besucher der Internetseite.</p><p>Alles andere versteckt Inhalte und Navigationselemente für nicht eingeloggte Besucher.</p><p>Sie können diese Funktion auch als einfachen Wartungsmodus verwenden.</p>";
$tx['help']['site_create_content_textfiles']="<p><b>true</b> erzeugt für jede h1 Seite eine txt-Datei, die in andere html-basierte Anwendungen innerhalb der Domain (z. B. eine Installation im übergeordneten Verzeichnis) eingebunden werden kann.</p><p>Die txt-Dateien werden in folgendem Ordner gespeichert:</p><p>./userfiles/co_author/</p>";
$tx['help']['site_template']="<p>Das Template der Internetseite</p>";
$tx['help']['site_title']="<p>Der Titel der Internetseite</p>";
$tx['help']['uri_length']="<p>Maximale Länge des URL.</p><p>Standard: <b>256</b></p>";
$tx['help']['uri_seperator']="<p>Das Zeichen, das die Namen von Seiten und Unterseiten in der URL trennt.</p><p>Änderung nicht empfohlen.</p>";
$tx['help']['xhtml_amp']="<p><b>true</b> konvertiert <i>&</i> zu <i>&amp;amp;</i> im Inhalt. Änderung nicht empfohlen.</p>";
$tx['help']['xhtml_endtags']="<p><b>true</b> erzeugt im Inhalt die für bestimmte XHTML-Auszeichnungselemente erforderlichen Abschluss-Schrägstriche, wie &lt;br /&gt; etc.</p>";
$tx['images']['usedin']="Benutzt in";
$tx['languagemenu']['text']="Sprachauswahl: ";
$tx['lastupdate']['dateformat']="d.m.Y, H:i";
$tx['lastupdate']['text']="Letzte Änderung";
$tx['link']['check']="Bitte überprüfen: ";
$tx['link']['check_errors']="Gefundene Fehler und Hinweise: ";
$tx['link']['check_ok']="Keine Fehler gefunden!";
$tx['link']['checked']="Links wurden geprüft. ";
$tx['link']['email']="Ist diese E-Mail-Adresse noch aktuell?";
$tx['link']['error']="Fehler: ";
$tx['link']['errors']="Fehler: ";
$tx['link']['ext_error_domain']="Fehlerhafter externer Link, Domain nicht erreichbar.";
$tx['link']['ext_error_page']="Fehlerhafter externer Link, Seite nicht erreichbar.";
$tx['link']['hints']="Hinweise:";
$tx['link']['int_error']="Fehlerhafter interner Link, Seite existiert nicht.";
$tx['link']['link']="Link: ";
$tx['link']['linked_page']="Linkziel: ";
$tx['link']['page']="Seite: ";
$tx['link']['redirect']="Verlinkte Seite wird weitergeleitet, bitte Link überprüfen.";
$tx['link']['returned_status']="http Statuscode: ";
$tx['link']['unknown']="Unbekanntes Problem, bitte Link überprüfen.";
$tx['locator']['home']="Startseite";
$tx['locator']['text']="Sie sind hier: ";
$tx['log']['dateformat']="Y-m-d H:i:s";
$tx['log']['loggedin']="Eingeloggt";
$tx['login']['loggedout']="Sie wurden ausgeloggt";
$tx['login']['warning']="<p>Administrationsbereich.</p><p>Bitte Passwort eingeben.</p><p>!!! <i>JavaScript und Cookies müssen aktiviert sein</i> !!!</p>";
$tx['mailform']['captcha']="Bitte diese Zahl eingeben (Spamschutz)";
$tx['mailform']['captchafalse']="Bitte Zahl zum Schutz vor Spam eingeben";
$tx['mailform']['mustwritemessage']="Bitte Mitteilungstext eingeben";
$tx['mailform']['notaccepted']="Bitte erforderliche Felder ausfüllen";
$tx['mailform']['notsend']="Die Nachricht konnte nicht versendet werden";
$tx['mailform']['send']="Die Nachricht wurde versendet";
$tx['mailform']['sendbutton']="Senden";
$tx['mailform']['sender']="E-Mail-Adresse (erforderlich)";
$tx['mailform']['sendername']="Name";
$tx['mailform']['senderphone']="Telefon-Nr.";
$tx['menu']['login']="Login";
$tx['menu']['mailform']="Kontakt-Formular";
$tx['menu']['print']="Druckansicht";
$tx['menu']['sitemap']="Inhaltsverzeichnis";
$tx['message']['maintenance']="<p><b>Diese Seiten werden zur Zeit gewartet.</b></p><p><b>Bitte versuchen Sie es später noch einmal.</b></p>";
$tx['message']['maintenance_backend']="<b>!!! Diese Seite befindet sich im Wartungsmodus !!!</b>";
$tx['message']['own_configfile']="Die eigene Konfiguration für diese Subsite oder Zweitsprache ist deaktiviert - keine config.php im Root Ordner dieser Subsite oder Zweitsprache.<br /><br /><b>Sie bearbeiten die Konfiguration der Hauptseite.</b>";
$tx['message']['plugin_standard1']="Dieses Plugin ist ein CMSimple Standard Plugin.";
$tx['message']['plugin_standard2']="Konfiguration bearbeiten in";
$tx['meta']['codepage']="utf-8";
$tx['meta_tags']['tab']="Meta";
$tx['meta_tags']['form_title']="Meta-Tags";
$tx['meta_tags']['title']="Titel:";
$tx['meta_tags']['description']="Description:";
$tx['meta_tags']['keywords']="Keywords:";
$tx['meta_tags']['robots']="Robots:";
$tx['meta_tags']['hint_title']="<p>Der Titel wird in der Titelleiste des Browsers angezeigt.</p><p>Ein aussagekräftiger Titel könnte das Suchmaschinen-Ranking verbessern.</p>";
$tx['meta_tags']['hint_description']="<p>Fassen Sie hier kurz und treffend den Inhalt dieses Artikels zusammen.</p><p>Diese Seitenbeschreibung wird (meistens) auf den Ergebnisseiten der Suchmaschinen angezeigt.</p>";
$tx['meta_tags']['hint_keywords']="<p>Geben Sie hier die für den Seiteninhalt wichtigsten Begriffe, getrennt durch Kommata, ein.</p>";
$tx['meta_tags']['hint_robots']="<p><b>index, follow</b> » Ihre Seite wird von Suchmaschinen indiziert.</p><p><b>noindex, nofollow</b> » Ihre Seite wird von Suchmaschinen <b>NICHT</b> indiziert.</p>";
$tx['meta_tags']['submit']="speichern";
$tx['navigator']['next']="nächste Seite »";
$tx['navigator']['previous']="« vorige Seite";
$tx['navigator']['top']="Seitenanfang";
$tx['page_params']['tab']="Seite";
$tx['page_params']['form_title']="Seiten-Parameter";
$tx['page_params']['heading']="Andere Seitenüberschrift?";
$tx['page_params']['header_location']="Seite umleiten?";
$tx['page_params']['template']="Seitentemplate";
$tx['page_params']['last_edit']="Letzte Bearbeitung:";
$tx['page_params']['show_last_edit']="Bearbeitungsdatum anzeigen?";
$tx['page_params']['published']="Veröffentlicht? ";
$tx['page_params']['linked_to_menu']="In der Navigation anzeigen?";
$tx['page_params']['yes']="ja";
$tx['page_params']['no']="nein";
$tx['page_params']['submit']="speichern";
$tx['page_params']['use_default_template']="Standard-Template";
$tx['page_params']['hint_heading']="<p>Mit der Überschrift im Texteditor bestimmen Sie, unter welchem Titel diese Seite im Menü verlinkt wird.</p><p>Wenn Sie auf der Seite selbst eine andere Überschrift (oder auch keine) anzeigen wollen, können Sie das hier festlegen. (Diese Änderung ist nur im Ansichtsmodus und im ausgeloggten Zustand sichtbar.)</p>";
$tx['page_params']['hint_published']="<p>Legen Sie hier fest, ob Sie diese Seite (schon) Ihren Besuchern präsentieren wollen.</p>";
$tx['page_params']['hint_linked_to_menu']="<p>Wenn eine Seite - beispielsweise eine Newsbox - nicht im Navigationsmenü angezeigt werden soll, wählen Sie <b>Nein</b>.</p>";
$tx['page_params']['hint_last_edit']="<p>Sie können das Datum der letzten Bearbeitung anzeigen lassen.</p><p>Das Datumsformat legen Sie über die CMSimple-Spracheinstellungen fest, das sonstige Erscheinungsbild über css (#pp_last_update).</p>";
$tx['page_params']['hint_template']="<p>Hier können Sie für diese Seite ein vom Standard abweichendes Template auswählen.</p>";
$tx['page_params']['hint_header_location']="<p>Hier kann angegeben werden, ob die Seite weitergeleitet werden soll auf ein internes oder externes Ziel.</p><p>Externe Ziele müssen immer vollständig, beginnend mit http:// angegeben werden</p>";
$tx['pagemanager']['cf_verbose']="<p>Anzeige von Bestätigungs- und Informationsdialogen? <b>true</b> oder <b>false</b></p><p><strong><b>true</b> wird unbedingt empfohlen</strong>, es sei denn, Sie sind ein Power User <strong>und</strong> bereits mit Pagemanager_XH vertraut.</p>";
$tx['pagemanager']['cf_toolbar_show']="<p>Soll die Werkzeugleiste angezeigt werden? <b>true</b> oder <b>false<b></p>";
$tx['pagemanager']['cf_toolbar_vertical']="<p>Soll die Werkzeugleiste vertikal angezeigt werden? <b>true</b> oder <b>false</b></p><p>Dies ist eine Option für Power User, die das Layout in Plugin-Stylesheet anpassen können.</p>";
$tx['pagemanager']['cf_pagedata_attribute']="<p>Das ja/nein (mit Voreinstellung ja) pagedata Attribut für die Checkboxen, z.B. <b>published</b> oder <b>linked_to_menu</b>.</p><p><strong>Vorsicht:</strong> Wenn Sie ein ungeeignetes Attribut wählen, bringen Sie Ihre pagedata.php durcheinander.</p>";
$tx['pagemanager']['cf_treeview_theme']="<p>Stil der Baumansicht: <b>cmsimple</b></p><p>Andere Stile können von http://3-magi.net/?CMSimple_XH/Pagemanager_XH herunter geladen werden.</p>";
$tx['pagemanager']['cf_treeview_animation']="<p>Dauer der Öffnen/Schließen-Animation in ms. 0 bedeutet keine Animation.</p>";
$tx['pagemanager']['cf_utf8_marker']="<p>Interne Verwendung. <strong>Nicht ändern!</strong></p>";
$tx['pagemanager']['menu_main']="Seiten verwalten";
$tx['pagemanager']['op_expand']="Alle Seiten aufklappen";
$tx['pagemanager']['op_collapse']="Alle Seiten einklappen";
$tx['pagemanager']['op_create']="Seite erstellen (<em>als Unterseite</em>)";
$tx['pagemanager']['op_create_after']="Seite erstellen (<em>auf gleicher Ebene - nach Unterseiten</em>)";
$tx['pagemanager']['op_rename']="Seite umbenennen";
$tx['pagemanager']['op_delete']="Seite löschen (<em>incl. Unterseiten</em>)";
$tx['pagemanager']['op_cut']="Ausschneiden";
$tx['pagemanager']['op_copy']="Kopieren";
$tx['pagemanager']['op_paste']="Einfügen (<em>als Unterseite</em>)";
$tx['pagemanager']['op_paste_after']="Einfügen (<em>auf gleicher Ebene - nach Unterseiten</em>)";
$tx['pagemanager']['op_help']="<p>Sie können Seiten per <em>drag&drop</em> neu anordnen. <em>Rechtsklick auf eine Seite</em> öffnet das Kontextmenü. Detailierte Informationen zur Benutzung entnehmen Sie bitte der Plugin Hilfe.</p>";
$tx['pagemanager']['treeview_loading']="Laden...";
$tx['pagemanager']['treeview_new']="Neue Seite";
$tx['pagemanager']['button_delete']="Löschen";
$tx['pagemanager']['button_ok']="OK";
$tx['pagemanager']['button_cancel']="Abbrechen";
$tx['pagemanager']['message_confirm']="Bestätigung";
$tx['pagemanager']['message_confirm_deletion']="Die Seite mit all Ihren Unterseiten wird gelöscht!";
$tx['pagemanager']['message_warning_leave']="Ihre Änderungen gehen verloren!";
$tx['pagemanager']['message_confirm_leave']="*** UNGESICHERTE ÄNDERUNGEN! ***\r\n\r\nBestätigen Sie das Speichern, ansonsten sind die Änderungen verloren!\r\n";
$tx['pagemanager']['message_information']="Information";
$tx['pagemanager']['message_menu_level']="Das würde Ihre <em>menu levels</em> Konfiguration übersteigen!";
$tx['pagemanager']['message_no_selection']="Sie müssen eine Seite auswählen, bevor Sie das Werkzeug verwenden können!";
$tx['pagemanager']['message_delete_last']="Sie dürfen die letzte Seite auf oberster Ebene nicht löschen!";
$tx['pagemanager']['error_phpversion']="Pagemanager_XH benötigt mindestens PHP version %s!";
$tx['pagemanager']['error_extension']="Pagemanager_XH benötigt die PHP Erweiterung %s!";
$tx['pagemanager']['error_jquery']="Pagemanager_XH benötigt das jQuery4CMSimple-Plugin! Bitte <a href='http://www.cmsimple-xh.com/wiki/doku.php/plugins:jquery4cmsimple'>laden sie es herunter</a> und installieren sie es.";
$tx['pagemanager']['error_encoding']="Pagemanager_XH erfordert UTF-8 Kodierung!";
$tx['pagemanager']['error_structure_confirmation']="Ich weiß <em>genau</em> was ich mache! Ich möchte fortfahren.";
$tx['pagemanager']['error_structure_warning']="<strong>Unregelmäßige Seitenstruktur gefunden.</strong> Lesen Sie die Plugin-Hilfe und fragen Sie Ihren Webmaster!";
$tx['pagemanager']['error_nesting']="Zu tiefe Verschachtelung der Seitenstruktur!";
$tx['pagemanager']['error_cant_rename']="Diese Seite kann nicht umbenannt werden, da ihre Überschrift teilweise formatiert ist.";
$tx['pagemanager']['error_offending_extension']="Kollision mit einer Erweiterung, die ihre eigene jQuery Bibliothek einbindet, festgestellt (siehe Handbuch, Abschnitt \"Beschränkungen\").";
$tx['result']['created']="angelegt";
$tx['result']['deleted']="gelöscht";
$tx['result']['uploaded']="hochgeladen";
$tx['search']['button']="Suchen";
$tx['search']['foundin']="wurde gefunden auf";
$tx['search']['notfound']="wurde nicht gefunden";
$tx['search']['pgplural']="Seiten";
$tx['search']['pgsingular']="Seite";
$tx['search']['result']="Suchergebnis";
$tx['settings']['backup']="Sicherheitskopien";
$tx['settings']['backupexplain1']="Beim Logout wird eine Sicherheitskopie des Inhalts angelegt. Die älteste Kopie wird gelöscht.";
$tx['settings']['backupexplain2']="Sicherheitskopie-Namen beginnen mit Datum und Uhrzeit der Erstellung: YYYYMMDD_HHMMSS .";
$tx['settings']['backupexplain3']="Bitte Content-Datei und Pagedata-Datei immer zusammen sichern!";
$tx['settings']['ftp']="Bitte FTP zur Dateiverwaltung benutzen.";
$tx['settings']['systemfiles']="Systemdateien";
$tx['settings']['warning']="Bitte hier nur solche Änderungen durchführen, bei denen Sie genau wissen, was diese bewirken!";
$tx['submenu']['heading']="weiter zu:";
$tx['sysinfo']['helplinks']="Hilfe und Informationen";
$tx['sysinfo']['php_version']="PHP-Version";
$tx['sysinfo']['phpinfo_hint']="(wird in einem neuen Fenster oder Tab geöffnet)";
$tx['sysinfo']['phpinfo_link']="PHP Info »";
$tx['sysinfo']['plugins']="Installierte Plugins";
$tx['sysinfo']['version']="Installierte CMSimple Version";
$tx['template']['default']="Standard Template";
$tx['template']['text1']="Template Text 1";
$tx['template']['text2']="Template Text 2";
$tx['template']['text3']="Template Text 3";
$tx['template']['text4']="Template Text 4";
$tx['template']['text5']="Template Text 5";
$tx['template']['text6']="Template Text 6";
$tx['template']['text7']="Template Text 7";
$tx['template']['text8']="Template Text 8";
$tx['template']['text9']="Template Text 9";
$tx['title']['downloads']="Downloads";
$tx['title']['images']="Bilder";
$tx['title']['mailform']="Kontakt-Formular";
$tx['title']['media']="Media-Dateien";
$tx['title']['phpinfo']="PHP-Info";
$tx['title']['search']="Suchen";
$tx['title']['settings']="Einstellungen";
$tx['title']['sitemap']="Sitemap";
$tx['title']['sysinfo']="System-Info";
$tx['title']['userfiles']="Anwenderdateien";
$tx['title']['validate']="Links prüfen";
$tx['toc']['dupl']="DOPPELTE ÜBERSCHRIFT";
$tx['toc']['empty']="LEERE ÜBERSCHRIFT";
$tx['toc']['missing']="FEHLENDE ÜBERSCHRIFT";
$tx['toc']['newpage']="NEUE SEITE";
$tx['urichar']['new']="ae,oe,ue,Ae,Oe,Ue,ss";
$tx['urichar']['org']="ä,ö,ü,Ä,Ö,Ü,ß";
$tx['validate']['extfail']="EXTERNE VERLINKUNG SCHEITERTE";
$tx['validate']['extok']="EXTERNE VERLINKUNG OK";
$tx['validate']['intfail']="INTERNE VERLINKUNG SCHEITERTE";
$tx['validate']['intfilok']="INTERNE VERLINKUNG AUF DATEI OK";
$tx['validate']['intok']="INTERNE VERLINKUNG OK";
$tx['validate']['mailto']="MAILTO VERLINKUNG";
$tx['validate']['notxt']="KEIN TEXT IN VERLINKUNG";
$tx['version']['cmsimple_ok']="Aktuelle CMSimple Version ist installiert.";
$tx['version']['current_version_installed']="Aktuelle Version ist installiert";
$tx['version']['info_download']="Info&nbsp;und&nbsp;download";
$tx['version']['no_versionsinfo']="Keine Versionsinformationen verfügbar";
$tx['version']['standard_plugin']="Standard System Plugin";
$tx['version']['update_available']="Eine neuere Version ist verfügbar";
$tx['version']['updates_message']="Updates verfügbar";
$tx['version']['version_check_failed']="Versionsprüfung fehlgeschlagen";
$tx['utf-8']['marker']="äöü";
?>

View File

@ -0,0 +1,391 @@
<?php
/* utf8-marker = äöüß */
$tx['action']['delete']="delete";
$tx['action']['download']="download";
$tx['action']['edit']="edit";
$tx['action']['save']="save";
$tx['action']['upload']="upload";
$tx['action']['view']="view";
$tx['adminmenu']['configuration']="CMS";
$tx['adminmenu']['downloads']="Downloads";
$tx['adminmenu']['edit']="Edit mode";
$tx['adminmenu']['files']="Files";
$tx['adminmenu']['help']="Help";
$tx['adminmenu']['images']="Images";
$tx['adminmenu']['language']="Language";
$tx['adminmenu']['log']="Log file";
$tx['adminmenu']['logout']="Logout";
$tx['adminmenu']['media']="Media";
$tx['adminmenu']['normal']="View mode";
$tx['adminmenu']['pagemanager']="Pages";
$tx['adminmenu']['plugins']="Plugins";
$tx['adminmenu']['settings']="Settings";
$tx['adminmenu']['stylesheet']="Stylesheet";
$tx['adminmenu']['syscheck']="System Check";
$tx['adminmenu']['sysinfo']="System Info";
$tx['adminmenu']['template']="Template";
$tx['adminmenu']['userfiles']="Userfiles";
$tx['adminmenu']['validate']="Validate links";
$tx['error']['401']="Error 401: Unauthorized";
$tx['error']['404']="Error 404: Not found";
$tx['error']['alreadyexists']="Already exists";
$tx['error']['cntdelete']="Could not delete";
$tx['error']['cntlocateheading']="No page selected";
$tx['error']['cntopen']="Could not open";
$tx['error']['cntsave']="Could not save";
$tx['error']['cntwriteto']="Could not write to";
$tx['error']['missing']="Missing";
$tx['error']['notreadable']="Not readable";
$tx['error']['notwritable']="Not writeable";
$tx['error']['tolarge']="is too large! Maximum size is set to";
$tx['error']['undefined']="Undefined";
$tx['error']['wrongext']="Wrong file extension in";
$tx['filebrowser']['error_not_deleted']="%s was not deleted.";
$tx['filebrowser']['error_file_is_used']="The file is used on these pages:";
$tx['filebrowser']['error_file_too_big']="File size exceeds (%s kb) allowed limit (%s kb). You can increase the limit in your configuration.";
$tx['filebrowser']['error_folder_not_empty']="Folder is not empty.";
$tx['filebrowser']['error_not_writeable']="Folder %s is not writeable. Please change the file permission.";
$tx['filebrowser']['error_unknown']="Something went wrong.";
$tx['filebrowser']['error_not_uploaded']="%s was not uploaded. ";
$tx['filebrowser']['error_file_already_exists']="File already exists.";
$tx['filebrowser']['error_cant_rename']="%s was not renamed.";
$tx['filebrowser']['error_cant_change_extension']="You can not change the file extension.";
$tx['filebrowser']['error_no_proper_extension']="File type %s is not allowed within the current folder.";
$tx['filebrowser']['error_folder_already_exists']="Folder %s already exists.";
$tx['filebrowser']['error_cant_create_folder']="Folder was not created.";
$tx['filebrowser']['success_deleted']="%s deleted.";
$tx['filebrowser']['success_uploaded']="%s uploaded.";
$tx['filebrowser']['success_folder_created']="%s created.";
$tx['filebrowser']['success_renamed']="%s renamed to %s.";
$tx['filebrowser']['upload_file_to']="Upload file to %s";
$tx['filebrowser']['create_subfolder_in']="Create subfolder in %s";
$tx['filebrowser']['upload_file']="Upload file";
$tx['filebrowser']['create_folder']="Create subfolder";
$tx['filebrowser']['confirm_delete']="Really delete %s?";
$tx['filebrowser']['prompt_rename']="Rename %s to:";
$tx['filebrowser']['folder']="Folder";
$tx['filebrowser']['files']="Files:";
$tx['filebrowser']['files_rename']="You can rename files by doubleclick.";
$tx['filebrowser']['view_list']="list view";
$tx['filebrowser']['view_thumbs']="thumbnails";
$tx['files']['bytes']="bytes";
$tx['files']['totalsize']="Total size";
$tx['filetype']['backup']="backup";
$tx['filetype']['config']="CMS configuration";
$tx['filetype']['content']="content file";
$tx['filetype']['execute']="execute";
$tx['filetype']['file']="file";
$tx['filetype']['folder']="folder";
$tx['filetype']['language']="language file";
$tx['filetype']['log']="log";
$tx['filetype']['pagedata']="pagedata file";
$tx['filetype']['stylesheet']="stylesheet";
$tx['filetype']['template']="template";
$tx['heading']['error']="ERROR";
$tx['heading']['warning']="ERROR / WARNING";
$tx['help']['adminmenu_narrow_max']="Maximum number of plugins, shown in a narrow Plugins Dropdown Menü.\r\n\r\nMore plugins will cause a 3 column dropdown menu.";
$tx['help']['adminmenu_scroll']="If set to \"true\", the admin menu will be scrolled with your webpage.";
$tx['help']['backup_numberoffiles']="Number of backups of content.htm and pagedata.php on the webserver.\r\n\r\nDefault: 10";
$tx['help']['downloads_maxsize']="Maximum size of downloads in Byte";
$tx['help']['editor_height']="The height of the editor area in px";
$tx['help']['editor_external']="If you want to use an external editor, install it as a plugin and enter its name here.";
$tx['help']['editor_tinymce_toolbar']="Choose the size of your TinyMCE editor toolbar.\r\n\r\n!!! Only effective for TinyMCE !!! (the default editor)";
$tx['help']['filebrowser_external']="If you want to use an external file browser, e.g. hi_kcfinder, install the plugin and enter its name here.";
$tx['help']['filebrowser_extensions_downloads']="* is a wildcard for all file extensions.\r\n\r\nEffective only for the original CMSimple Filebrowser.";
$tx['help']['filebrowser_extensions_images']="* is a wildcard for all file extensions.\r\n\r\nEffective only for the original CMSimple Filebrowser.";
$tx['help']['filebrowser_extensions_media']="* is a wildcard for all file extensions.\r\n\r\nEffective only for the original CMSimple Filebrowser.";
$tx['help']['filebrowser_extensions_userfiles']="* is a wildcard for all file extensions.\r\n\r\nEffective only for the original CMSimple Filebrowser.";
$tx['help']['filebrowser_show_images_permanent']="\"true\" shows the images in the filebrowser permanent. All others shows a list of the images, they are shown by mouseover only.\r\n\r\nEffective only for the original CMSimple Filebrowser.";
$tx['help']['filebrowser_maxheight_of_thumbs']="The height of the thumbs (px).\r\n\r\nDefault: 86\r\n\r\nEffective only for the original CMSimple Filebrowser.";
$tx['help']['filebrowser_width_px_plus']="If you have very much wide images, increase this value.\r\n\r\nDefault: 40\r\n\r\nEffective only for the original CMSimple Filebrowser.";
$tx['help']['folders_downloads']="The folder for downloads, used by editor dialogs\r\n\r\nDefault: userfiles/downloads/";
$tx['help']['folders_images']="The folder for images, used by editor dialogs\r\n\r\nDefault: userfiles/images/";
$tx['help']['folders_media']="The folder for multimedia files, used by editor dialogs\r\n\r\nDefault: userfiles/media/";
$tx['help']['folders_userfiles']="The parent userfiles folder\r\n\r\nDefault: userfiles/";
$tx['help']['functions_file']="Please do not change";
$tx['help']['hidden_path_locator']="\"true\" shows the path of the hidden page in the locator.";
$tx['help']['hidden_pages_search']="\"true\" shows hidden pages in the results of the internal search function.";
$tx['help']['hidden_pages_sitemap']="\"true\" shows hidden pages in the sitemap.";
$tx['help']['hidden_pages_submenu']="\"true\" shows hidden pages in the submenu.";
$tx['help']['hidden_pages_toc']="\"true\" shows hidden pages in the toc (navigation menu), if they are called (for example called by link).";
$tx['help']['images_maxsize']="Maximum size of uploaded images in Byte";
$tx['help']['jquery_autoload']="Set to \"1\" and the libraries will be available permanently.";
$tx['help']['jquery_file_css']="Type in the path to your jQuery UI css file.\r\n\r\nDefault: smoothness/jqueryui.css";
$tx['help']['jquery_file_core']="Select your jQuery version.";
$tx['help']['jquery_file_ui']="Select your jQuery UI version.";
$tx['help']['jquery_version_core']="Not effective anymore in CMSimple 4.2.3 or higher.";
$tx['help']['jquery_version_ui']="Not effective anymore in CMSimple 4.2.3 or higher.";
$tx['help']['language_default']="In second languages in 2-digit folders, set the language of the parent page or subsite here.\r\n\r\nSecond languages in 2-digit folders recognize their own language automatically.";
$tx['help']['language_short']="A comma separated list of short language terms.";
$tx['help']['language_long']="A comma separated list of long language terms.\r\n\r\nShould be listed in the same order as the short language terms.";
$tx['help']['locator_show_homepage']="\"true\" shows a link to the homepage at the start of the locator";
$tx['help']['mailform_captcha']="\"true\" enables the captcha in the mailform";
$tx['help']['mailform_email']="If set the mailform will be enabled";
$tx['help']['menu_color']="Not used anymore by CMSimple core";
$tx['help']['menu_highlightcolor']="Not used anymore by CMSimple core";
$tx['help']['menu_legal']="For compatibility with older versions, please do not change.\r\n\r\nDefault: CMSimple Legal Notices";
$tx['help']['menu_levels']="The number of levels of the site- and menu structure. Possible settings are 1 to 6.\r\n\r\nExample: If you set it to \"3\", h1-h3 will split the content in new pages.\r\n\r\nDefault: 3";
$tx['help']['menu_levelcatch']="Please do not change.\r\n\r\nDefault: 10";
$tx['help']['menu_sdoc']="Leave it empty or set to \"parent\", parent adds the class \"sdocs\" to the whole open branch of the navigation menu.\r\n\r\nDefault: parent";
$tx['help']['meta_author']="The author of the website (may be empty)";
$tx['help']['meta_description']="Short description of the website for search engines";
$tx['help']['meta_keywords']="Keywords for search engines, comma separated and without empty spaces after commas";
$tx['help']['meta_publisher']="The publisher of the website (may be empty)";
$tx['help']['meta_robots']="Instructions for search engines\r\n\r\nDefault: index, follow";
$tx['help']['pagemanager_external']="If you want to use an external page manager, install the plugin and enter its name here";
$tx['help']['pagemanager_pagedata_attribute']="\"published\" or \"linked_to_menu\"\r\n\r\nThe pagedata attribute for the checkboxes.\r\n\r\nCaution: If you choose an inappropriate attribute, you will mess up your pagedata.php!\r\n\r\n!!! Effective only for the Original CMSimple Pagemanager !!!";
$tx['help']['plugins_folder']="Please do not change";
$tx['help']['scripting_regexp']="Please do not change";
$tx['help']['security_password']="The encrypted password of the site, new password please type in in clear text.";
$tx['help']['security_type']="Default: page";
$tx['help']['server_script_name_slice']="!!! Normally let empty !!!\r\n\r\nOnly as fix for misconfigured servers with wrong output of server variables it may help, to set this option to \"true\".";
$tx['help']['server_timezone']="Normally let empty! Format (for example): Europe/London (Look: php.net/manual/en/timezones.php)";
$tx['help']['show_locator_above_editor']="\"true\" shows a locator (breadcrumb navigation) above the editor.";
$tx['help']['show_page_headings']="\"true\" shows the pageheadings on top of the pagecontent.";
$tx['help']['site_allow_config']="\"true\" gives the author access to the system configuration. All others disables the access.";
$tx['help']['site_allow_config_plugins']="\"true\" gives the author access to the plugins configurations (stylesheet, config, language). All others disables the access.";
$tx['help']['site_allow_embed_in_frames']="\"allow\" allows embedding everywhere
\"deny\" denies embedding everywhere
\"sameorigin\" allows embedding only on the same domain (default)";
$tx['help']['site_allow_linkcheck']="\"true\" enables the linkcheck in the admin menu";
$tx['help']['site_allow_versionsinfo']="\"true\" enables the version info (update info) for CMSimple and plugins.\r\n\r\nRecommended: true";
$tx['help']['site_full_settings_menu']="\"true\" enables the settings menu of the admin menu. All others enables the settings menu.\r\n\r\n!!! WARNING !!!\r\n\r\nThe access to the system configuration is possible furthermore, by the adress line of the browser.";
$tx['help']['site_content_visible']="\"true\" displays the contents and navigations for not logged in visitors of the website.\r\n\r\nAll others hides the contents and navigations for not logged in visitors.\r\n\r\nYou can use it as a simply maintenance mode.";
$tx['help']['site_create_content_textfiles']="\"true\" creates for every h1 page a txt-file for usage otherwhere in the content or in other installations inside the domain.\r\n\r\nThe txt-files will be stored in the folder:\r\n\r\n./userfiles/co_author/";
$tx['help']['site_printview_with_backlink']="\"true\" adds a backlink on top of the printview.";
$tx['help']['site_template']="The template of the website";
$tx['help']['site_homepage_template']="Optional - let this field empty, if you don't want to have a special template for your homepage (startpage).";
$tx['help']['site_title']="The title of the website";
$tx['help']['uri_length']="Maximum length of the URL\r\n\r\nDefault: 256";
$tx['help']['uri_seperator']="The character which separates names of pages and sub pages in the URL.";
$tx['help']['xhtml_amp']="\"true\" converts \"&\" to \"&amp;amp;\" in your content. Changing this setting is not recommended.";
$tx['help']['xhtml_endtags']="\"true\" creates in the content XHTML required endslashes in standalone tags like &lt;br&gt; etc.";
$tx['help']['use_csrf_protection']="\"true\" activates the CSRF-protection.";
$tx['help']['use_backend_template']="\"true\" activates the Backend Template.\r\n\r\nFor editing the page contents, the configured Template is active furthermore.";
$tx['help']['use_backend_template_always']="\"true\" activates the Backend Template also for editing the page contents.";
$tx['help']['use_h1only_pagesplitting']="\"true\" activates the h1-only page splitting. ATTENTION: Please change this value only if you exactly know what you are doing.";
$tx['images']['usedin']="Used in";
$tx['languagemenu']['text']="select language: ";
$tx['lastupdate']['dateformat']="F d, Y, H:i";
$tx['lastupdate']['text']="Last update";
$tx['link']['check']="Please check: ";
$tx['link']['check_errors']="Problems encountered: ";
$tx['link']['check_ok']="No errors found";
$tx['link']['checked']="links have been checked. ";
$tx['link']['email']="Is this e-mail address valid and still in use?";
$tx['link']['error']="Error: ";
$tx['link']['errors']="Errors: ";
$tx['link']['ext_error_domain']="faulty external Link, domain not reachable.";
$tx['link']['ext_error_page']="faulty external Link, page not reachable.";
$tx['link']['hints']="Hints:";
$tx['link']['int_error']="faulty internal Link, page does not exist.";
$tx['link']['link']="Link: ";
$tx['link']['linked_page']="Link target: ";
$tx['link']['page']="Page: ";
$tx['link']['redirect']="The targetted page redirects to another location. Please check it and update your link.";
$tx['link']['returned_status']="Returned http status code: ";
$tx['link']['unknown']="Unknown problem, please check this link.";
$tx['locator']['home']="Home";
$tx['locator']['text']="You are here: ";
$tx['log']['dateformat']="Y-m-d H:i:s";
$tx['log']['loggedin']="logged in";
$tx['login']['loggedout']="You have been logged out";
$tx['login']['login']="Login";
$tx['login']['password']="Password";
$tx['login']['try_again']="Please try again.";
$tx['login']['user_optional']="User (optional)";
$tx['login']['warning']="Site administration\r\n\r\nPlease enter password.\r\n\r\n!!! JavaScript and Cookies must be activated !!!";
$tx['login']['wrong_password']="Wrong Password";
$tx['mailform']['captcha']="Please enter this number (spam prevention)";
$tx['mailform']['captchafalse']="Please enter anti-spam code";
$tx['mailform']['mustwritemessage']="No message has been entered";
$tx['mailform']['notaccepted']="Please enter a valid e-mail address";
$tx['mailform']['notsend']="The message could not be sent";
$tx['mailform']['send']="The message has been sent";
$tx['mailform']['sendbutton']="Send";
$tx['mailform']['sender']="Your e-mail (required)";
$tx['mailform']['sendername']="Your name";
$tx['mailform']['senderphone']="Your phone number";
$tx['menu']['login']="Login";
$tx['menu']['mailform']="Mailform";
$tx['menu']['main_menu']="Menu";
$tx['menu']['news_area']="News";
$tx['menu']['page_content']="Page";
$tx['menu']['print']="Print view";
$tx['menu']['sitemap']="Sitemap";
$tx['menu']['top']="top";
$tx['message']['file_saved']="Datafile saved";
$tx['message']['maintenance']="This site is under maintenance at the moment - please try again later.";
$tx['message']['maintenance_backend']="!!! This Site is in maintenance mode !!!";
$tx['message']['own_configfile']="The own configuration for this subsite or second language is disabled - no config.php in the Root Folder of this subsite or second language.\r\n\r\nYou are editing the configuration of the main site.";
$tx['message']['password_default']="Default Password in use! Please change it here:";
$tx['message']['plugin_standard1']="This plugin is a CMSimple Standard Plugin.";
$tx['message']['plugin_standard2']="Edit Configuration in";
$tx['meta']['codepage']="utf-8";
$tx['meta_tags']['tab']="Meta";
$tx['meta_tags']['form_title']="Meta-Tags";
$tx['meta_tags']['title']="Title:";
$tx['meta_tags']['description']="Description:";
$tx['meta_tags']['keywords']="Keywords:";
$tx['meta_tags']['robots']="Robots:";
$tx['meta_tags']['hint_title']="A good title might improve the search engine ranking.";
$tx['meta_tags']['hint_description']="Provide a rough summary of this article. \r\n\r\nIn most cases it will be shown on the result pages of search engines.";
$tx['meta_tags']['hint_keywords']="A list of the most important topics of this article, separated by commas.";
$tx['meta_tags']['hint_robots']="\"index, follow\": Searchengines are allowed to index this page.\r\n\r\n\"noindex, nofollow\": Searchengines are NOT allowed to index this page.";
$tx['meta_tags']['submit']="submit";
$tx['navigator']['next']="next »";
$tx['navigator']['previous']="« prev";
$tx['navigator']['top']="top";
$tx['page_params']['tab']="Page";
$tx['page_params']['form_title']="Page parameters";
$tx['page_params']['heading']="Alternative heading?";
$tx['page_params']['sitetitle']="Alternative sitetitle?";
$tx['page_params']['header_location']="Redirect page?";
$tx['page_params']['template']="Page template:";
$tx['page_params']['last_edit']="Last edited:";
$tx['page_params']['show_last_edit']="Show last edit?";
$tx['page_params']['published']="Published?";
$tx['page_params']['linked_to_menu']="Show in menu?";
$tx['page_params']['yes']="yes";
$tx['page_params']['no']="no";
$tx['page_params']['submit']="save";
$tx['page_params']['use_default_template']="default template";
$tx['page_params']['hint_heading']="You may choose a different heading to be displayed on the page. Effective in view mode only.";
$tx['page_params']['hint_sitetitle']="You may choose a different sitetitle to be displayed on the page. Effective in view mode only.";
$tx['page_params']['hint_published']="If you choose \"no\", this page will be hidden from your visitors. Do not forget to change it to \"yes\" when you are ready.";
$tx['page_params']['hint_linked_to_menu']="Choose \"No\" to hide this page from the navigation.\r\n\r\nThe page content will still be available for newsboxes and direct links.";
$tx['page_params']['hint_last_edit']="Choose \"yes\" to display the date of the last edit of this very page.\r\n\r\nThe Date format can be changed in the language settings, the look can be styled with the CSS selector #pp_last_update.";
$tx['page_params']['hint_template']="Do you want to choose another template for this page?";
$tx['page_params']['hint_header_location']="Here you can make this page redirect to another internal or external page.\r\n\r\nExternal targets have to be noted completely including http://";
$tx['pagemanager']['menu_main']="Page administration";
$tx['pagemanager']['op_collapse']="Collapse all pages";
$tx['pagemanager']['op_copy']="Copy";
$tx['pagemanager']['op_create']="Create page (as sub-page)";
$tx['pagemanager']['op_create_after']="Create page (on same level - after sub-pages)";
$tx['pagemanager']['op_cut']="Cut";
$tx['pagemanager']['op_delete']="Delete page (incl. sub-pages)";
$tx['pagemanager']['op_expand']="Expand all pages";
$tx['pagemanager']['op_help']="You can rearrange pages by drag&amp;drop. Right clicking on a page opens the context menu. \r\n\r\nMore detailed instruction are available in the plugin help.";
$tx['pagemanager']['op_paste']="Paste (as sub-page)";
$tx['pagemanager']['op_paste_after']="Paste (on same level - after sub-pages)";
$tx['pagemanager']['op_rename']="Rename page";
$tx['pagemanager']['op_save']="Save";
$tx['pagemanager']['op_separator']="";
$tx['pagemanager']['treeview_loading']="Loading...";
$tx['pagemanager']['treeview_new']="New page";
$tx['pagemanager']['button_delete']="Delete";
$tx['pagemanager']['button_ok']="OK";
$tx['pagemanager']['button_cancel']="Cancel";
$tx['pagemanager']['message_confirm']="Confirmation";
$tx['pagemanager']['message_confirm_deletion']="The page with all it's sub-pages will be deleted!";
$tx['pagemanager']['message_warning_leave']="Your modifications will be lost!";
$tx['pagemanager']['message_confirm_leave']="*** UNSAVED MODIFICATIONS! ***\r\n\r\nConfirm to save them, otherwise they will be lost!\r\n";
$tx['pagemanager']['message_information']="Information";
$tx['pagemanager']['message_menu_level']="This would exceed your menu levels configuration!";
$tx['pagemanager']['message_no_selection']="You must select a page, before using this tool!";
$tx['pagemanager']['message_delete_last']="You must not delete the last toplevel page!";
$tx['pagemanager']['error_phpversion']="Pagemanager requires at least PHP version %s!";
$tx['pagemanager']['error_extension']="Pagemanager requires PHP's %s extension!";
$tx['pagemanager']['error_jquery']="Pagemanager requires the jQuery4CMSimple plugin!";
$tx['pagemanager']['error_encoding']="Pagemanager requires UTF-8 encoding!";
$tx['pagemanager']['error_structure_confirmation']="I know exactly what I'm doing! I want to proceed.";
$tx['pagemanager']['error_structure_warning']="Irregular page structure found. For details see plugin help and consult your webmaster!";
$tx['pagemanager']['error_nesting']="Too deep nesting of page structure!";
$tx['pagemanager']['error_cant_rename']="This page can't be renamed, as its heading is partially formatted.";
$tx['pagemanager']['error_offending_extension']="Offending extension using its own jQuery library detected (see manual, section \"Limitations\").";
$tx['pagemanager']['publish_page']="Publish page?";
$tx['pagemanager']['show_in_menu']="Show in menu?";
$tx['pagemanager']['text_doubleclick']="Double-click opens the page, the pagemanager will be closed.";
$tx['restore']['back_to']="back to Backup Manager";
$tx['restore']['backups']="Backups";
$tx['restore']['backup_files']="Backup Files, created by logout";
$tx['restore']['backups_created']="Backups created from";
$tx['restore']['backups_restored']="Backup restored";
$tx['restore']['confirm_delete_backup']="Do you really want to delete this backup?";
$tx['restore']['confirm_delete_file']="Do you really want to delete this file?";
$tx['restore']['confirm_restore_backup']="Do you really want to restore this backup as content?";
$tx['restore']['delete_file']="delete file";
$tx['restore']['delete_backup']="delete backup";
$tx['restore']['headline_backups']="Backup Manager";
$tx['restore']['headline_delete_file']="Delete file";
$tx['restore']['headline_deleted_backup']="Deleted Backup";
$tx['restore']['no_backups_in_content_folder']="No backups in folder ./content/";
$tx['restore']['no_other_files_in_content_folder']="No other files in folder ./content/";
$tx['restore']['other_files']="Other Files";
$tx['restore']['restore_backup']="restore backup";
$tx['restore']['restore_backups']="Restore of Backups";
$tx['restore']['view_file']="view file";
$tx['result']['created']="created";
$tx['result']['deleted']="deleted";
$tx['result']['uploaded']="uploaded";
$tx['search']['button']="Search";
$tx['search']['foundin']="found in";
$tx['search']['notfound']="was not found";
$tx['search']['pgplural']="pages";
$tx['search']['pgsingular']="page";
$tx['search']['result']="Result of your search";
$tx['settings']['allow_config_plugins']="You are not allowed to configure plugins. Please contact the administrator.";
$tx['settings']['backup']="Backup";
$tx['settings']['backupexplain1']="On logout content is backed up and the oldest backup file will be deleted.";
$tx['settings']['backupexplain2']="Backup file names start with date and time of backup as: YYYYMMDD_HHMMSS";
$tx['settings']['backupexplain3']="Please save Content file and Pagedata file always together!";
$tx['settings']['ftp']="Use FTP for remote file management";
$tx['settings']['systemfiles']="System files";
$tx['settings']['warning']="Only change settings when you understand the effect your changes will have!";
$tx['submenu']['heading']="Submenu";
$tx['sysinfo']['active']="activated";
$tx['sysinfo']['disabled']="disabled";
$tx['sysinfo']['helplinks']="Info and Help Links";
$tx['sysinfo']['hidden']="hidden from admin menu";
$tx['sysinfo']['php_version']="PHP-Version";
$tx['sysinfo']['phpinfo_hint']="(opens in a new window or tab)";
$tx['sysinfo']['phpinfo_link']="PHP Info &raquo;";
$tx['sysinfo']['plugins']="Installed Plugins";
$tx['sysinfo']['version']="Installed CMSimple Version";
$tx['sysinfo']['version_info']="Version- and Update Info &raquo;";
$tx['sysinfo']['version_info_configlink']="CMS Configuration &raquo;";
$tx['sysinfo']['version_info_disabled']="The Version- and Update Info is disabled";
$tx['template']['default']="default template";
$tx['template']['text1']="Template Text 1";
$tx['template']['text2']="Template Text 2";
$tx['template']['text3']="Template Text 3";
$tx['template']['text4']="Template Text 4";
$tx['template']['text5']="Template Text 5";
$tx['template']['text6']="Template Text 6";
$tx['template']['text7']="Template Text 7";
$tx['template']['text8']="Template Text 8";
$tx['template']['text9']="Template Text 9";
$tx['title']['downloads']="Downloads";
$tx['title']['images']="Images";
$tx['title']['mailform']="Mailform";
$tx['title']['media']="Mediafiles";
$tx['title']['phpinfo']="PHP Info";
$tx['title']['search']="Search";
$tx['title']['settings']="Settings";
$tx['title']['sitemap']="Sitemap";
$tx['title']['sysinfo']="System Info";
$tx['title']['userfiles']="Userfiles";
$tx['title']['validate']="Validate links";
$tx['toc']['dupl']="DUPLICATE HEADING";
$tx['toc']['empty']="EMPTY HEADING";
$tx['toc']['missing']="MISSING HEADING";
$tx['toc']['newpage']="NEW PAGE";
$tx['urichar']['new']="";
$tx['urichar']['org']="";
$tx['validate']['extfail']="EXTERNAL LINK FAILED";
$tx['validate']['extok']="EXTERNAL LINK OK";
$tx['validate']['intfail']="INTERNAL LINK FAILED";
$tx['validate']['intfilok']="INTERNAL LINK TO FILE OK";
$tx['validate']['intok']="INTERNAL LINK OK";
$tx['validate']['mailto']="MAILTO LINK";
$tx['validate']['notxt']="NO TEXT IN LINK";
$tx['version']['cmsimple_ok']="Current CMSimple version is installed.";
$tx['version']['current_version_installed']="Current version installed";
$tx['version']['info_download']="Info&nbsp;and&nbsp;download";
$tx['version']['no_versionsinfo']="No version informations available";
$tx['version']['standard_plugin']="Standard System Plugin";
$tx['version']['update_available']="Newer version is available";
$tx['version']['updates_message']="Updates available";
$tx['version']['version_check_failed']="Version check failed!";
$tx['utf-8']['marker']="äöü";
?>

View File

@ -0,0 +1,329 @@
<?php
/* utf8-marker = äöüß */
$tx['action']['delete']="delete";
$tx['action']['download']="download";
$tx['action']['edit']="edit";
$tx['action']['save']="save";
$tx['action']['upload']="upload";
$tx['action']['view']="view";
$tx['adminmenu']['configuration']="CMS";
$tx['adminmenu']['downloads']="Downloads";
$tx['adminmenu']['edit']="Edit mode";
$tx['adminmenu']['files']="Files";
$tx['adminmenu']['help']="Help";
$tx['adminmenu']['images']="Images";
$tx['adminmenu']['langconfig']="Website";
$tx['adminmenu']['language']="Language";
$tx['adminmenu']['log']="Log file";
$tx['adminmenu']['logout']="Logout";
$tx['adminmenu']['media']="Media";
$tx['adminmenu']['normal']="View mode";
$tx['adminmenu']['pagemanager']="Pages";
$tx['adminmenu']['plugins']="Plugins";
$tx['adminmenu']['settings']="Settings";
$tx['adminmenu']['stylesheet']="Stylesheet";
$tx['adminmenu']['sysinfo']="System Info";
$tx['adminmenu']['template']="Template";
$tx['adminmenu']['userfiles']="Userfiles";
$tx['adminmenu']['validate']="Validate links";
$tx['error']['401']="Error 401: Unauthorized";
$tx['error']['404']="Error 404: Not found";
$tx['error']['alreadyexists']="Already exists";
$tx['error']['cntdelete']="Could not delete";
$tx['error']['cntlocateheading']="No page selected";
$tx['error']['cntopen']="Could not open";
$tx['error']['cntsave']="Could not save";
$tx['error']['cntwriteto']="Could not write to";
$tx['error']['missing']="Missing";
$tx['error']['notreadable']="Not readable";
$tx['error']['notwritable']="Not writeable";
$tx['error']['tolarge']="is too large! Maximum size is set to";
$tx['error']['undefined']="Undefined";
$tx['error']['wrongext']="Wrong file extension in";
$tx['filebrowser']['help']="Fill in the file extensions you want to allow for each folder as comma separated list. <b>*</b> is a wildcard for all file extensions.";
$tx['filebrowser']['error_not_deleted']="<b>%s</b> was not deleted.";
$tx['filebrowser']['error_file_is_used']="The file is used on these pages:";
$tx['filebrowser']['error_file_too_big']="File size exceeds (%s kb) allowed limit (%s kb). You can increase the limit in your configuration.";
$tx['filebrowser']['error_folder_not_empty']="Folder is not empty.";
$tx['filebrowser']['error_not_writeable']="Folder <b>%s</b> is not writeable. Please change the file permission.";
$tx['filebrowser']['error_unknown']="Something went wrong.";
$tx['filebrowser']['error_not_uploaded']="<b>%s</b> was not uploaded.";
$tx['filebrowser']['error_file_already_exists']="File already exists.";
$tx['filebrowser']['error_cant_rename']="<b>%s</b> was not renamed.";
$tx['filebrowser']['error_cant_change_extension']="You can not change the file extension.";
$tx['filebrowser']['error_no_proper_extension']="File type <b>%s</b> is not allowed within the current folder.";
$tx['filebrowser']['error_folder_already_exists']="Folder <b>%s</b> already exists.";
$tx['filebrowser']['error_cant_create_folder']="Folder was not created.";
$tx['filebrowser']['success_deleted']="<b>%s</b> deleted.";
$tx['filebrowser']['success_uploaded']="<b>%s</b> uploaded.";
$tx['filebrowser']['success_folder_created']="<b>%s</b> created.";
$tx['filebrowser']['success_renamed']="<b>%s</b> renamed to <b>%s</b>.";
$tx['filebrowser']['upload_file_to']="Upload file to <b>%s</b>";
$tx['filebrowser']['create_subfolder_in']="Create subfolder in <b>%s</b>";
$tx['filebrowser']['upload_file']="Upload file";
$tx['filebrowser']['create_folder']="Create subfolder";
$tx['filebrowser']['confirm_delete']="Really delete %s?";
$tx['filebrowser']['prompt_rename']="Rename %s to:";
$tx['filebrowser']['cf_confirm_delete']="This text is used in javascript context: Do not use \" or \\'";
$tx['filebrowser']['cf_prompt_rename']="This text is used in javascript context: Do not use \" or \\'";
$tx['filebrowser']['folder']="Folder";
$tx['filebrowser']['files']="Files:";
$tx['files']['bytes']="bytes";
$tx['files']['totalsize']="Total size";
$tx['filetype']['backup']="backup";
$tx['filetype']['config']="CMS configuration";
$tx['filetype']['content']="content file";
$tx['filetype']['execute']="execute";
$tx['filetype']['file']="file";
$tx['filetype']['folder']="folder";
$tx['filetype']['langconfig']="Website configuration";
$tx['filetype']['language']="language file";
$tx['filetype']['log']="log";
$tx['filetype']['pagedata']="pagedata file";
$tx['filetype']['stylesheet']="stylesheet";
$tx['filetype']['template']="template";
$tx['heading']['error']="ERROR";
$tx['heading']['warning']="ERROR / WARNING";
$tx['help']['adminmenu_narrow_max']="<p>Maximum number of plugins, shown in a narrow Plugins Dropdown Menü.</p><p>More plugins will cause a 3 column dropdown menu.</p>";
$tx['help']['adminmenu_scroll']="<p>If set to <b>true</b> the admin menu will be scrolled with your webpage.</p>";
$tx['help']['backup_numberoffiles']="<p>Number of backups of content.htm and pagedata.php on the webserver.</p><p>Default: <b>10</b></p>";
$tx['help']['downloads_maxsize']="<p>Maximum size of downloads in Byte</p>";
$tx['help']['editor_height']="<p>The height of the editor area in px</p>";
$tx['help']['editor_external']="<p>If you want to use an external editor, install it as a plugin and enter its name here.</p>";
$tx['help']['editor_tinymce_toolbar']="<p>Choose the size of your TinyMCE editor toolbar.</p><p><b>!!! Only effective for TinyMCE !!!</b> (the default editor)</p>";
$tx['help']['filebrowser_external']="<p>If you want to use an external file browser, e.g. hi_kcfinder, install the plugin and enter its name here.</p>";
$tx['help']['filebrowser_extensions_downloads']="<p>Effective only for the original CMSimple Filebrowser.</p>";
$tx['help']['filebrowser_extensions_images']="<p>Effective only for the original CMSimple Filebrowser.</p>";
$tx['help']['filebrowser_extensions_media']="<p>Effective only for the original CMSimple Filebrowser.</p>";
$tx['help']['filebrowser_extensions_userfiles']="<p>Effective only for the original CMSimple Filebrowser.</p>";
$tx['help']['folders_downloads']="<p>The folder for downloads, used by editor dialogs</p><p>Default: <b>userfiles/downloads/</b></p>";
$tx['help']['folders_images']="<p>The folder for images, used by editor dialogs</p><p>Default: <b>userfiles/images/</b></p>";
$tx['help']['folders_media']="<p>The folder for multimedia files, used by editor dialogs</p><p>Default: <b>userfiles/media/</b></p>";
$tx['help']['folders_userfiles']="<p>The parent userfiles folder</p><p>Default: <b>userfiles/</b></p>";
$tx['help']['functions_file']="<p>Please do not change</p>";
$tx['help']['hidden_path_locator']="<p><b>true</b> shows the path of the hidden page in the locator.</p>";
$tx['help']['hidden_pages_search']="<p><b>true</b> shows hidden pages in the results of the internal search function.</p>";
$tx['help']['hidden_pages_sitemap']="<p><b>true</b> shows hidden pages in the sitemap.</p>";
$tx['help']['hidden_pages_toc']="<p><b>true</b> shows hidden pages in the toc (navigation menu), if they are called (for example called by link).</p>";
$tx['help']['images_maxsize']="<p>Maximum size of uploaded images in Byte</p>";
$tx['help']['jquery_autoload']="<p>Set to <b>1</b> and the libraries will be available permanently.</p>";
$tx['help']['language_default']="<p>In second languages in 2-digit folders, set the language of the parent page or subsite here.</p><p>Second languages in 2-digit folders recognize their own language automatically.</p>";
$tx['help']['langconfig']="The settings of <b>Template</b> and <b>Password</b><br />will substitute your settings of the CMS Configuration!";
$tx['help']['locator_show_homepage']="<b>true</b> shows a link to the homepage at the start of the locator";
$tx['help']['mailform_captcha']="<b>true</b> enables the captcha in the mailform";
$tx['help']['mailform_email']="<p>If set the mailform will be enabled</p>";
$tx['help']['menu_color']="<p>Not used anymore by CMSimple core</p>";
$tx['help']['menu_highlightcolor']="<p>Not used anymore by CMSimple core</p>";
$tx['help']['menu_legal']="<p>For compatibility with older versions, please do not change.</p><p>Default: <b>CMSimple Legal Notices</b></p>";
$tx['help']['menu_levels']="<p>The number of levels of the site- and menu structure. Possible settings are 1 to 6.</p><p><i>Example:</i> If you set it to <b>3</b>, h1-h3 will split the content in new pages.</p><p>Default: <b>3</b></p>";
$tx['help']['menu_levelcatch']="<p>Please do not change.</p><p>Default: <b>10</b></p>";
$tx['help']['menu_sdoc']="<p>Leave it empty or set to <b>parent</b>, <i>parent</i> adds the class <i>sdocs</i> to the whole open branch of the navigation menu.</p><p>Default: <b>parent</b></p>";
$tx['help']['meta_author']="<p>The author of the website (may be empty)</p>";
$tx['help']['meta_description']="<p>Short description of the website for search engines</p>";
$tx['help']['meta_keywords']="<p>Keywords for search engines, comma separated and without empty spaces after commas</p>";
$tx['help']['meta_publisher']="<p>The publisher of the website (may be empty)</p>";
$tx['help']['meta_robots']="<p>Instructions for search engines</p><p>Default: <b>index, follow</b></p>";
$tx['help']['pagemanager_external']="<p>If you want to use an external page manager, install the plugin and enter its name here</p>";
$tx['help']['pagemanager_pagedata_attribute']="<p><b>published</b> or <b>linked_to_menu</b></p><p>The pagedata attribute for the checkboxes.</p><p><b>Caution:</b> If you choose an inappropriate attribute, you will mess up your pagedata.php!</p><p><b>!!! Effective only for the Original CMSimple Pagemanager !!!</b></p>";
$tx['help']['plugins_folder']="<p>Please do not change</p>";
$tx['help']['scripting_regexp']="<p>Please do not change</p>";
$tx['help']['security_password']="<p>The encrypted password of the site, new password please type in in clear text.</p>";
$tx['help']['security_type']="<p>Default: <b>page</b></p>";
$tx['help']['site_allow_config']="<p><b>true</b> gives the author access to the system configuration. All others enables the access.</p><p><b>!!! WARNING !!!</b></p><p>If you disables the access to the system configuration, you only can enable it per ftp.</p>";
$tx['help']['site_full_settings_menu']="<p><b>true</b> enables the settings menu of the admin menu. All others enables the settings menu.</p><p><b>!!! WARNING !!!</b></p><p>The access to the system configuration is possible furthermore, by the adress line of the browser.</p>";
$tx['help']['site_content_visible']="<p><b>true</b> displays the contents and navigations for not logged in visitors of the website.</p><p>All others hides the contents and navigations for not logged in visitors.</p><p>You can use it as a simply maintenance mode.</p>";
$tx['help']['site_create_content_textfiles']="<p><b>true</b> creates for every h1 page a txt-file for usage otherwhere in the content or in other installations inside the domain.</p><p>The txt-files will be stored in the folder:</p><p>./userfiles/co_author/</p>";
$tx['help']['site_template']="<p>The template of the website</p>";
$tx['help']['site_title']="<p>The title of the website</p>";
$tx['help']['uri_length']="<p>Maximum length of the URL.</p><p>Default: <b>256</b></p>";
$tx['help']['uri_seperator']="<p>The character which separates names of pages and sub pages in the URL.</p>";
$tx['help']['xhtml_amp']="<p><b>true</b> converts <i>&</i> to <i>&amp;amp;</i> in your content. Changing this setting is not recommended.</p>";
$tx['help']['xhtml_endtags']="<p><b>true</b> creates in the content XHTML required endslashes in standalone tags like &lt;br&gt; etc.</p>";
$tx['images']['usedin']="Used in";
$tx['languagemenu']['text']="select language: ";
$tx['lastupdate']['dateformat']="F d, Y, H:i";
$tx['lastupdate']['text']="Last update";
$tx['link']['check']="Please check: ";
$tx['link']['check_errors']="Problems encountered: ";
$tx['link']['check_ok']="No errors found";
$tx['link']['checked']="links have been checked. ";
$tx['link']['email']="Is this e-mail address valid and still in use?";
$tx['link']['error']="Error: ";
$tx['link']['errors']="Errors: ";
$tx['link']['ext_error_domain']="faulty external Link, domain not reachable.";
$tx['link']['ext_error_page']="faulty external Link, page not reachable.";
$tx['link']['hints']="Hints:";
$tx['link']['int_error']="faulty internal Link, page does not exist.";
$tx['link']['link']="Link: ";
$tx['link']['linked_page']="Link target: ";
$tx['link']['page']="Page: ";
$tx['link']['redirect']="The targetted page redirects to another location. Please check it and update your link.";
$tx['link']['returned_status']="Returned http status code: ";
$tx['link']['unknown']="Unknown problem, please check this link.";
$tx['locator']['home']="Home";
$tx['locator']['text']="You are here: ";
$tx['log']['dateformat']="Y-m-d H:i:s";
$tx['log']['loggedin']="logged in";
$tx['login']['loggedout']="You have been logged out";
$tx['login']['warning']="<p>Site administration</p><p>Please enter password.</p><p>!!! <i>JavaScript and Cookies must be activated</i> !!!</p>";
$tx['mailform']['captcha']="Please enter this number (spam prevention)";
$tx['mailform']['captchafalse']="Please enter anti-spam code";
$tx['mailform']['mustwritemessage']="No message has been entered";
$tx['mailform']['notaccepted']="Please fill in the required fields";
$tx['mailform']['notsend']="The message could not be sent";
$tx['mailform']['send']="The message has been sent";
$tx['mailform']['sendbutton']="Send";
$tx['mailform']['sender']="Your e-mail (required)";
$tx['mailform']['sendername']="Your name";
$tx['mailform']['senderphone']="Your phone number";
$tx['menu']['login']="Login";
$tx['menu']['mailform']="Mailform";
$tx['menu']['print']="Print view";
$tx['menu']['sitemap']="Sitemap";
$tx['message']['maintenance']="<p><b>This site is under maintenance at the moment.</b></p><p><b>Please try again later.</b></p>";
$tx['message']['maintenance_backend']="<b>!!! This Site is in maintenance mode !!!</b>";
$tx['message']['own_configfile']="The own configuration for this subsite or second language is disabled - no config.php in the Root Folder of this subsite or second language.<br /><br /><b>You are editing the configuration of the main site.</b>";
$tx['message']['plugin_standard1']="This plugin is a CMSimple Standard Plugin.";
$tx['message']['plugin_standard2']="Edit Configuration in";
$tx['meta']['codepage']="utf-8";
$tx['meta_tags']['tab']="Meta";
$tx['meta_tags']['form_title']="Meta-Tags";
$tx['meta_tags']['title']="Title:";
$tx['meta_tags']['description']="Description:";
$tx['meta_tags']['keywords']="Keywords:";
$tx['meta_tags']['robots']="Robots:";
$tx['meta_tags']['hint_title']="<p>A good title might improve the search engine ranking.</p>";
$tx['meta_tags']['hint_description']="<p>Provide a rough summary of this article.</p><p>In most cases it will be shown on the result pages of search engines.</p>";
$tx['meta_tags']['hint_keywords']="<p>A list of the most important topics of this article, separated by commas.</p>";
$tx['meta_tags']['hint_robots']="<p><b>index, follow</b> » Searchengines are allowed to index this page.</p><p><b>noindex, nofollow</b> » Searchengines are <b>NOT</b> allowed to index this page.</p>";
$tx['meta_tags']['submit']="submit";
$tx['navigator']['next']="next »";
$tx['navigator']['previous']="« prev";
$tx['navigator']['top']="top";
$tx['page_params']['tab']="Page";
$tx['page_params']['form_title']="Page parameters";
$tx['page_params']['heading']="Alternative heading?";
$tx['page_params']['header_location']="Redirect page?";
$tx['page_params']['template']="Page template:";
$tx['page_params']['last_edit']="Last edited:";
$tx['page_params']['show_last_edit']="Show last edit?";
$tx['page_params']['published']="Published?";
$tx['page_params']['linked_to_menu']="Show in menu?";
$tx['page_params']['yes']="yes";
$tx['page_params']['no']="no";
$tx['page_params']['submit']="save";
$tx['page_params']['use_default_template']="default template";
$tx['page_params']['hint_heading']="<p>You may choose a different heading to be displayed on the page.</p><p>The heading you insert in the text editor below will still be used for the menus.</p>";
$tx['page_params']['hint_published']="<p>If you choose <b>no</b> this page will be hidden from your visitors. Do not forget to change it to <b>yes</b> when you are ready.</p>";
$tx['page_params']['hint_linked_to_menu']="<p>Choose <b>No</b> to hide this page from the navigation.</p><p>The page content will still be available for newsboxes and direct links.</p>";
$tx['page_params']['hint_last_edit']="<p>Choose <b>yes</b> to display the date of the last edit of this very page. The Date format can be changed in the language settings, the look can be styled with the CSS selector <b>#pp_last_update</b>.</p>";
$tx['page_params']['hint_template']="<p>Do you want to choose another template for this page?</p>";
$tx['page_params']['hint_header_location']="<p>Here you can make this page redirect to another internal or external page.</p><p>External targets have to be noted completely including http://</p>";
$tx['pagemanager']['cf_verbose']="<p>Show information and confirmation dialogs? <b>true</b> or <b>false</b></p><p><strong><b>true</b> is strongly recommended</strong>, unless you are a power user <strong>and</strong> are accustomed to Pagemanager_XH.</p>";
$tx['pagemanager']['cf_toolbar_show']="<p>Sould the toolbar be shown? <b>true</b> or <b>false</b></p>";
$tx['pagemanager']['cf_toolbar_vertical']="<p>Should the toolbar be displayed vertically? <b>true</b> or <b>false</b></p><p>This option is for power users, who can adjust the layout in Plugin Stylesheet.</p>";
$tx['pagemanager']['cf_pagedata_attribute']="<p>The yes/no (with default yes) pagedata attribute for the checkboxes, e.g. <b>published</b> or <b>linked_to_menu</b>.</p><p><strong>Caution:</strong> If you choose an inappropriate attribute, you will mess up your pagedata.php!</p>";
$tx['pagemanager']['cf_treeview_theme']="<p>Theme of tree view widget: <b>cmsimple</b></p><p>Other themes are available from http://3-magi.net/?CMSimple_XH/Pagemanager_XH.</p>";
$tx['pagemanager']['cf_treeview_animation']="<p>Duration of open/close animations in ms. 0 means no animation.</p>";
$tx['pagemanager']['cf_utf8_marker']="<p>Internal usage. <strong>Do not change!</strong></p>";
$tx['pagemanager']['menu_main']="Page administration";
$tx['pagemanager']['op_expand']="Expand all pages";
$tx['pagemanager']['op_collapse']="Collapse all pages";
$tx['pagemanager']['op_create']="Create page (<em>as sub-page</em>)";
$tx['pagemanager']['op_create_after']="Create page (<em>on same level - after sub-pages</em>)";
$tx['pagemanager']['op_rename']="Rename page";
$tx['pagemanager']['op_delete']="Delete page (<em>incl. sub-pages</em>)";
$tx['pagemanager']['op_cut']="Cut";
$tx['pagemanager']['op_copy']="Copy";
$tx['pagemanager']['op_paste']="Paste (<em>as sub-page</em>)";
$tx['pagemanager']['op_paste_after']="Paste (<em>on same level - after sub-pages</em>)";
$tx['pagemanager']['op_help']="<p>You can rearrange pages by <em>drag&amp;drop</em>. <em>Right clicking on a page</em> opens the context menu. More detailed instruction are available in the plugin help.</p>";
$tx['pagemanager']['treeview_loading']="Loading...";
$tx['pagemanager']['treeview_new']="New page";
$tx['pagemanager']['button_delete']="Delete";
$tx['pagemanager']['button_ok']="OK";
$tx['pagemanager']['button_cancel']="Cancel";
$tx['pagemanager']['message_confirm']="Confirmation";
$tx['pagemanager']['message_confirm_deletion']="The page with all it's sub-pages will be deleted!";
$tx['pagemanager']['message_warning_leave']="Your modifications will be lost!";
$tx['pagemanager']['message_confirm_leave']="*** UNSAVED MODIFICATIONS! ***\r\n\r\nConfirm to save them, otherwise they will be lost!\r\n";
$tx['pagemanager']['message_information']="Information";
$tx['pagemanager']['message_menu_level']="This would exceed your <em>menu levels</em> configuration!";
$tx['pagemanager']['message_no_selection']="You must select a page, before using this tool!";
$tx['pagemanager']['message_delete_last']="You must not delete the last toplevel page!";
$tx['pagemanager']['error_phpversion']="Pagemanager_XH requires at least PHP version %s!";
$tx['pagemanager']['error_extension']="Pagemanager_XH requires PHP's %s extension!";
$tx['pagemanager']['error_jquery']="Pagemanager_XH requires the jQuery4CMSimple plugin! Please <a href='http://www.cmsimple-xh.com/wiki/doku.php/plugins:jquery4cmsimple'>download</a> and install it before proceeding.";
$tx['pagemanager']['error_encoding']="Pagemanager_XH requires UTF-8 encoding!";
$tx['pagemanager']['error_structure_confirmation']="I know <em>exactly</em> what I'm doing! I want to proceed.";
$tx['pagemanager']['error_structure_warning']="<strong>Irregular page structure found.</strong> For details see plugin help and consult your webmaster!";
$tx['pagemanager']['error_nesting']="Too deep nesting of page structure!";
$tx['pagemanager']['error_cant_rename']="This page can't be renamed, as its heading is partially formatted.";
$tx['pagemanager']['error_offending_extension']="Offending extension using its own jQuery library detected (see manual, section \"Limitations\").";
$tx['result']['created']="created";
$tx['result']['deleted']="deleted";
$tx['result']['uploaded']="uploaded";
$tx['search']['button']="Search";
$tx['search']['foundin']="found in";
$tx['search']['notfound']="was not found";
$tx['search']['pgplural']="pages";
$tx['search']['pgsingular']="page";
$tx['search']['result']="Result of your search";
$tx['settings']['backup']="Backup";
$tx['settings']['backupexplain1']="On logout content is backed up and the oldest backup file will be deleted.";
$tx['settings']['backupexplain2']="Backup file names start with date and time of backup as: YYYYMMDD_HHMMSS";
$tx['settings']['backupexplain3']="Please save Content file and Pagedata file always together!";
$tx['settings']['ftp']="Use FTP for remote file management";
$tx['settings']['systemfiles']="System files";
$tx['settings']['warning']="Only change settings when you understand the effect your changes will have!";
$tx['submenu']['heading']="Submenu";
$tx['sysinfo']['helplinks']="Info and Help Links";
$tx['sysinfo']['php_version']="PHP-Version";
$tx['sysinfo']['phpinfo_hint']="(opens in a new window or tab)";
$tx['sysinfo']['phpinfo_link']="PHP Info &raquo;";
$tx['sysinfo']['plugins']="Installed Plugins";
$tx['sysinfo']['version']="Installed CMSimple Version";
$tx['template']['default']="default template";
$tx['template']['text1']="Template Text 1";
$tx['template']['text2']="Template Text 2";
$tx['template']['text3']="Template Text 3";
$tx['template']['text4']="Template Text 4";
$tx['template']['text5']="Template Text 5";
$tx['template']['text6']="Template Text 6";
$tx['template']['text7']="Template Text 7";
$tx['template']['text8']="Template Text 8";
$tx['template']['text9']="Template Text 9";
$tx['title']['downloads']="Downloads";
$tx['title']['images']="Images";
$tx['title']['mailform']="Mailform";
$tx['title']['media']="Mediafiles";
$tx['title']['phpinfo']="PHP Info";
$tx['title']['search']="Search";
$tx['title']['settings']="Settings";
$tx['title']['sitemap']="Sitemap";
$tx['title']['sysinfo']="System Info";
$tx['title']['userfiles']="Userfiles";
$tx['title']['validate']="Validate links";
$tx['toc']['dupl']="DUPLICATE HEADING";
$tx['toc']['empty']="EMPTY HEADING";
$tx['toc']['missing']="MISSING HEADING";
$tx['toc']['newpage']="NEW PAGE";
$tx['urichar']['new']="";
$tx['urichar']['org']="";
$tx['validate']['extfail']="EXTERNAL LINK FAILED";
$tx['validate']['extok']="EXTERNAL LINK OK";
$tx['validate']['intfail']="INTERNAL LINK FAILED";
$tx['validate']['intfilok']="INTERNAL LINK TO FILE OK";
$tx['validate']['intok']="INTERNAL LINK OK";
$tx['validate']['mailto']="MAILTO LINK";
$tx['validate']['notxt']="NO TEXT IN LINK";
$tx['version']['cmsimple_ok']="Current CMSimple version is installed.";
$tx['version']['current_version_installed']="Current version installed";
$tx['version']['info_download']="Info&nbsp;and&nbsp;download";
$tx['version']['no_versionsinfo']="No version informations available";
$tx['version']['standard_plugin']="Standard System Plugin";
$tx['version']['update_available']="Newer version is available";
$tx['version']['updates_message']="Updates available";
$tx['version']['version_check_failed']="Version check failed!";
$tx['utf-8']['marker']="äöü";
?>

View File

@ -0,0 +1,329 @@
<?php
/* utf8-marker = äöüß */
$tx['action']['delete']="Poista";
$tx['action']['download']="Lataa tiedosto";
$tx['action']['edit']="Muokkaus";
$tx['action']['save']="Tallenna";
$tx['action']['upload']="Lähetä tiedosto";
$tx['action']['view']="Näytä";
$tx['adminmenu']['configuration']="CMS";
$tx['adminmenu']['downloads']="Lataukset";
$tx['adminmenu']['edit']="Muokkaustila";
$tx['adminmenu']['files']="Tiedostot";
$tx['adminmenu']['help']="Ohje";
$tx['adminmenu']['images']="Kuvat";
$tx['adminmenu']['langconfig']="Websivu";
$tx['adminmenu']['language']="Kieli";
$tx['adminmenu']['log']="Lokitiedosto";
$tx['adminmenu']['logout']="Kirjaannu ulos";
$tx['adminmenu']['media']="Media";
$tx['adminmenu']['normal']="Näkymätila";
$tx['adminmenu']['pagemanager']="Sivut";
$tx['adminmenu']['plugins']="Lisäosat";
$tx['adminmenu']['settings']="Asetukset";
$tx['adminmenu']['stylesheet']="Tyylisivu";
$tx['adminmenu']['sysinfo']="System Info";
$tx['adminmenu']['template']="Sivumalli";
$tx['adminmenu']['userfiles']="Käyttäjätiedostot";
$tx['adminmenu']['validate']="Tarkista linkit";
$tx['error']['401']="Virhe 401: Virhe kirjautumisessa";
$tx['error']['404']="Virhe 404: Ei löydy";
$tx['error']['alreadyexists']="Already exists";
$tx['error']['cntdelete']="Ei voi poistaa";
$tx['error']['cntlocateheading']="Ei sivua valittuna";
$tx['error']['cntopen']="Ei voi avata";
$tx['error']['cntsave']="Ei voi tallentaa";
$tx['error']['cntwriteto']="Ei voi kirjoittaa kohteeseen";
$tx['error']['missing']="Kadonnut";
$tx['error']['notreadable']="Ei luettavissa";
$tx['error']['notwritable']="Ei kirjoitettavissa";
$tx['error']['tolarge']="on liian iso! Suurin koko on";
$tx['error']['undefined']="Tunnistamaton";
$tx['error']['wrongext']="Väärä tunnistepääte tiedostossa";
$tx['filebrowser']['help']="Anna tiedostopääteille jotka haluat sallia kansioissa pilkuilla eroteltuna listassa. <b>*</b> on jokerimerkki kaikille tiedostopääteille.";
$tx['filebrowser']['error_not_deleted']="Tiedostoa <b>%s</b> ei poistettu.";
$tx['filebrowser']['error_file_is_used']="Tiedosto on käytössä seuraavilla sivuilla:";
$tx['filebrowser']['error_file_too_big']="Tiedosto käyttää (%s kb) sallitusta rajasta (%s kb). Voit nostaa kokorajaa konfigutaatiossa. ";
$tx['filebrowser']['error_folder_not_empty']="Kansio ei ole tyhjä.";
$tx['filebrowser']['error_not_writeable']="Kansioon <b>%s</b> ei voi kirjoittaa. Vaihda suojausoikeudet.";
$tx['filebrowser']['error_unknown']="Tapahtui tunnistamaton virhe.";
$tx['filebrowser']['error_not_uploaded']="Tiedostoa <b>%s</b> ei siirretty.";
$tx['filebrowser']['error_file_already_exists']="Tiedosto on jo olemassa.";
$tx['filebrowser']['error_cant_rename']="Tiedostoa <b>%s</b> ei nimetty uudelleen.";
$tx['filebrowser']['error_cant_change_extension']="Et voi muuttaa tiedostotunnistetta.";
$tx['filebrowser']['error_no_proper_extension']="Tiedoston <b>%s</b> tyyppi ei ole sallittu tässä kansiossa.";
$tx['filebrowser']['error_folder_already_exists']="Hakemisto <b>%s</b> on jo olemassa.";
$tx['filebrowser']['error_cant_create_folder']="Hakemistoa ei luotu.";
$tx['filebrowser']['success_deleted']="Tiedosto <b>%s</b> on poistettu.";
$tx['filebrowser']['success_uploaded']="Tiedosto <b>%s</b> siirretty.";
$tx['filebrowser']['success_folder_created']="Tiedosto <b>%s</b> on luotu.";
$tx['filebrowser']['success_renamed']="<b>%s</b> renamed to <b>%s</b>.";
$tx['filebrowser']['upload_file_to']="Siirr&auml; tiedosto hakemistoon <b>%s</b>";
$tx['filebrowser']['create_subfolder_in']="Luo alihakemisto hakemistoon <b>%s</b>";
$tx['filebrowser']['upload_file']="Siirr&auml; tiedosto";
$tx['filebrowser']['create_folder']="Luo alihakemisto";
$tx['filebrowser']['confirm_delete']="Haluatko varmasti poistaa tiedoston %s?";
$tx['filebrowser']['prompt_rename']="Uudelleennimeä tiedosto %s seuraavasti:";
$tx['filebrowser']['cf_confirm_delete']="Tämä teksti on käytössä javascriptin kontekstissä: Älä käytä merkkejä \" tai \\'";
$tx['filebrowser']['cf_prompt_rename']="Tämä teksti on käytössä javascriptin kontekstissä: Älä käytä merkkejä \" tai \\'";
$tx['filebrowser']['folder']="Kansio";
$tx['filebrowser']['files']="Tiedostot:";
$tx['files']['bytes']="tavua";
$tx['files']['totalsize']="Koko";
$tx['filetype']['backup']="Varmuuskopio";
$tx['filetype']['config']="CMS konfiguraatio";
$tx['filetype']['content']="sisältötiedosto";
$tx['filetype']['execute']="Suorita";
$tx['filetype']['file']="Tiedosto";
$tx['filetype']['folder']="Kansio";
$tx['filetype']['langconfig']="Webbisivuston konfiguraatio";
$tx['filetype']['language']="Kielitiedosto";
$tx['filetype']['log']="loki";
$tx['filetype']['pagedata']="sivun datatiedosto";
$tx['filetype']['stylesheet']="tyyliohje";
$tx['filetype']['template']="tyylimalli";
$tx['heading']['error']="VIRHE";
$tx['heading']['warning']="VIRHE / VAROITUS";
$tx['help']['adminmenu_narrow_max']="<p>Lisäosien (plugins) suurin määrä, näykyy Lisäosat -pudotusvalikossa.</p><p>Ylitys on syynä 3. sarakkeen pudostusvalikkoon.</p>";
$tx['help']['adminmenu_scroll']="<p>Jos asetus on <b>true</b> admin -valikko liukuu webbisivustosi kanssa.</p>";
$tx['help']['backup_numberoffiles']="<p>Enimmäismäärä varmuuskopioita tiedostoista content.htm ja pagedata.php on webbipalvelimella.</p><p>Oletus: <b>10</b></p>";
$tx['help']['downloads_maxsize']="<p>Latauksen suurin sallittu koko tavuina.</p>";
$tx['help']['editor_height']="<p>Integer tai JavaScript expression muutti editorin korkeutta pikseleissä.</p>";
$tx['help']['editor_external']="<p>Jos haluat käyttää muuta editoria, asenna lisäosa ja anna sen nimi tähän.</p>";
$tx['help']['editor_tinymce_toolbar']="<p>Valitse TinyMCE valikoiden koko.</p><p><b>!!! Toimii vain TinyMCE:ssä !!!</b> (oletuseditori)</p>";
$tx['help']['filebrowser_external']="<p>Jos haluat käyttää muuta tiedostonhallintaa, esim. hi_kcfinder, asenna lisäosa ja anna sen nimi tähän.</p>";
$tx['help']['filebrowser_extensions_downloads']="<p>Toimii vain alkuperäisessä CMSimplen tiedostoselaimessa.</p>";
$tx['help']['filebrowser_extensions_images']="<p>Toimii vain alkuperäisessä CMSimplen tiedostoselaimessa.</p>";
$tx['help']['filebrowser_extensions_media']="<p>Toimii vain alkuperäisessä CMSimplen tiedostoselaimessa.</p>";
$tx['help']['filebrowser_extensions_userfiles']="<p>Toimii vain alkuperäisessä CMSimplen tiedostoselaimessa.</p>";
$tx['help']['folders_downloads']="<p>Kansio latauksille, käytetään editorissa</p><p>Oletus: <b>userfiles/downloads/</b></p>";
$tx['help']['folders_images']="<p>Kansio kuvatiedostoille, käytetään editorissa</p><p>Oletus: <b>userfiles/images/</b></p>";
$tx['help']['folders_media']="<p>Kansio multimediatiedostoille, käytetään editorissa</p><p>Oletus: <b>userfiles/media/</b></p>";
$tx['help']['folders_userfiles']="<p>Juuripolku userfiles -kansiolle</p><p>Oletus: <b>userfiles/</b></p>";
$tx['help']['functions_file']="<p>Älä muuta</p>";
$tx['help']['hidden_path_locator']="<p>Asetus <b>true</b> näyttää piilotetuten sivun polun in the locator.</p>";
$tx['help']['hidden_pages_search']="<p>Asetus <b>true</b> näyttää piilotetut sivut CMSimlen oman hakutoiminnon tuloksissa.</p>";
$tx['help']['hidden_pages_sitemap']="<p>Asetus <b>true</b> näyttää piilotetut sivut sivukartassa.</p>";
$tx['help']['hidden_pages_toc']="<p>Asetus <b>true</b> näyttää piilotetut sivut navigaatiovalikossa, jos ne ovat kutsuttu. (esimerkiksi linkissä).</p>";
$tx['help']['images_maxsize']="<p>Siirettävän tiedoston suurin sallittu koko tavuina.</p>";
$tx['help']['jquery_autoload']="<p>Aseta arvoon <b>1</b> niin kirjastot ovat käytettävissä jatkuvasti.</p>";
$tx['help']['language_default']="<p>Kielivaihtoehdot 2-digit -kansiossa, aseta kielet pääsivulle tai alasivulle täällä.</p><p>Kielivaihtoehto 2-digit -kansiossa tunnistaa käyttäjän oman kielen automaattisesti.</p>";
$tx['help']['langconfig']="<b>Sivumallin</b> ja <b>salasanan</b><br /> asetukset will substitute sinun CMS konfiguraation asetuksia!";
$tx['help']['locator_show_homepage']="Asetus <b>true</b> näyttää sivusijainnissa linkin kotisivun alkuun.";
$tx['help']['mailform_captcha']="Asetus <b>true</b> asettaa roskapostisuodatuksen captchatunnistuksen päälle palautelomakkeeseen.";
$tx['help']['mailform_email']="<p>Jos asetettu palautelomake on käytössä.</p>";
$tx['help']['menu_color']="<p>Ei käytössä CMSimple coressa</p>";
$tx['help']['menu_highlightcolor']="<p>Ei käytössä CMSimple coressa</p>";
$tx['help']['menu_legal']="<p>Varmistaa yhteensopivuuden aikaisempien CMSimplen versioiden kanssa, älä muuta.</p><p>Oletus: <b>CMSimple Legal Notices</b></p>";
$tx['help']['menu_levels']="<p>Tasojen määrä sivuston ja valikon rakenteessa. Mahdolliset asetukset ovat 1 - 6.</p><p><i>Esimerkki:</i> Jos asetus on <b>3</b>, niin otsikot h1-h3 jakaa sisällön uusille sivuille.</p><p>Oletus: <b>3</b></p>";
$tx['help']['menu_levelcatch']="<p>Älä muuta.</p><p>Oletus: <b>10</b></p>";
$tx['help']['menu_sdoc']="<p>Jätä tyhjäksi tai valitse <b>parent</b>. Valinta <i>parent</i> asettaa luokan <i>sdocs</i> navigaatiovalikon kaikissa näkyvissä haaroissa.</p><p>Oletus: <b>parent</b></p>";
$tx['help']['meta_author']="<p>Webbisivuston tekijä (voi olla tyhjä)</p>";
$tx['help']['meta_description']="<p>Sivuston lyhyt kuvaus hakukoneille</p>";
$tx['help']['meta_keywords']="<p>Aivainsanat hakukoneille pilkuilla erotettuna ilman välilyöntejä.</p>";
$tx['help']['meta_publisher']="<p>Webbisivuston julkaisija (voi olla tyhjä)</p>";
$tx['help']['meta_robots']="<p>Ohjaussanat hakukoneiden indeksoinnin roboteille</p><p>Oletus: <b>index, follow</b></p>";
$tx['help']['pagemanager_external']="<p>Jos haluat käyttää käyttää sivujen hallintaan lisäohjelmaa (external page manager), asenna (plugin) ja anna sen nimi tähän kenttään.</p>";
$tx['help']['pagemanager_pagedata_attribute']="<p><b>published</b> or <b>linked_to_menu</b></p><p>The pagedata attribute for the checkboxes.</p><p><b>Huomatus:</b> Jos valitset sopimattoman määritteen, sotket pagedata.php -tiedostosi!</p><p><b>!!! Toimii vain alkuperäisessä CMSimplen Pagemanagerissa !!!</b></p>";
$tx['help']['plugins_folder']="<p>Älä muuta</p>";
$tx['help']['scripting_regexp']="<p>Älä muuta</p>";
$tx['help']['security_password']="<p>Sivuston salasana kryptataan, anna salasana selväkielisenä tekstinä (clear-text password).</p>";
$tx['help']['security_type']="<p>Oletus: <b>page</b></p>";
$tx['help']['site_allow_config']="<p>Asetus <b>true</b> antaa kirjoittajille pääsyn järjestelmäkonfiguraatioon. Kaikki muut asetukset sallii pääsyn.</p><p><b>!!! VAROITUS !!!</b></p><p>Jos estät pääsyn järjestelmäkonfiguraation,voit palauttaa asetuksen vain ftp:llä.</p>";
$tx['help']['site_full_settings_menu']="<p>Asetus <b>true</b> näyttää asetusvalikon ylläpitäjän valikossa. All others enables the asetusvalikossa.</p><p><b>!!! VAROITUS !!!</b></p><p>Pääsy järjestelmäkonfiguraatioon on edelleen mahdollista antamalla sivun osoitteen selaimeen.</p>";
$tx['help']['site_content_visible']="<p>Asetus <b>true</b> näyttää sisällön ja navigaatiot käyttäjille jotka eivät ole kirjaantuneet sivustoon.</p><p>Kaikki muut asetukset piilottavat sisällön ja navigaatiot käyttäjiltä jotka eivät ole kirjaantuneet sivustoon.</p><p>Tätä voi käyttää sivuston huoltotilana.</p>";
$tx['help']['site_create_content_textfiles']="<p>Asetus <b>true</b> tekee jokaisesta h1 -sivusta txt-tiedoston, käytöön muualla sisällössä (content) tai muihin asennuksiin samassa domainssa.</p><p>Txt-tiedostot tallentaan kansioon:</p><p>./userfiles/co_author/</p>";
$tx['help']['site_template']="<p>Webbisivuston tyylimalli</p>";
$tx['help']['site_title']="<p>Webbisivuston otsikko</p>";
$tx['help']['uri_length']="<p>URLin maksimi pituus.</p><p>Oletus: <b>256</b></p>";
$tx['help']['uri_seperator']="<p>Merkki mikä erottaaa sivujen ja alasivujen nimet URL:ssa.</p>";
$tx['help']['xhtml_amp']="<p>Asetus <b>true</b> muuttaa merkit <i>&</i> merkeiksi <i>&amp;amp;</i> sisällössä. Asetuksen muuttaminen ei ole suositeltavaa.</p>";
$tx['help']['xhtml_endtags']="<p>Asetus <b>true</b> luo XHTML -sisällössä tarvittavat loppuviivat yksittäisissä tageissa kuten &lt;br&gt; jne.</p>";
$tx['images']['usedin']="Käytetty kohdassa";
$tx['languagemenu']['text']="Valitse kieli: ";
$tx['lastupdate']['dateformat']="d.m.Y H:i:s";
$tx['lastupdate']['text']="Viimeisin päivitys";
$tx['link']['check']="Tarkista: ";
$tx['link']['check_errors']="Huomattu virheitä: ";
$tx['link']['check_ok']="Ei virheitä";
$tx['link']['checked']="Linkit on tarkistettu. ";
$tx['link']['email']="Onko annettu sähköpostiosoite kirjoitettu oikein ja käytössä?";
$tx['link']['error']="Virhe: ";
$tx['link']['errors']="Virheitä: ";
$tx['link']['ext_error_domain']="viallinen ulkoinen linkki, domainia ei ole.";
$tx['link']['ext_error_page']="viallinen ulkoinen linkki, sivua ei löydy.";
$tx['link']['hints']="Vinkit:";
$tx['link']['int_error']="viallinen sisälinkki, sivua ei ole.";
$tx['link']['link']="Linkki: ";
$tx['link']['linked_page']="Linkin kohde: ";
$tx['link']['page']="Sivu: ";
$tx['link']['redirect']="Linkin kohteena oleva sivu ohjautuu muualle. Tarkista ja päivitä linkkisi.";
$tx['link']['returned_status']="Vastauksena http status code -tieto: ";
$tx['link']['unknown']="Tuntematon ongelma, tarkista tämä linkki.";
$tx['locator']['home']="Etusivu";
$tx['locator']['text']="Olet täällä: ";
$tx['log']['dateformat']="Y-m-d H:i:s";
$tx['log']['loggedin']="Kirjaantunut";
$tx['login']['loggedout']="Olet kirjaantunut ulos ylläpidosta";
$tx['login']['warning']="<p>Ylläpidon kirjaantuminen</p><p>Anna salasana.</p><p>!!! <i>JavaScript ja evästeet pitää olla päällä</i> !!!</p>";
$tx['mailform']['captcha']="Anna tämä numero (roskapostituksien torjunta)";
$tx['mailform']['captchafalse']="Anna roskapostisuodatuksen numerokoodi";
$tx['mailform']['mustwritemessage']="Viestiä ei ole kirjoitettu tai se puuttuu";
$tx['mailform']['notaccepted']="Täytä kaikki tarvittavat kentät";
$tx['mailform']['notsend']="Viestiä ei lähetetty";
$tx['mailform']['send']="Viesti lähetetty";
$tx['mailform']['sendbutton']="Lähetä";
$tx['mailform']['sender']="Sähköpostisi (pakollinen)";
$tx['mailform']['sendername']="Nimesi";
$tx['mailform']['senderphone']="Puhelinnumerosi";
$tx['menu']['login']="Kirjaannu";
$tx['menu']['mailform']="Palautelomake";
$tx['menu']['print']="Tulostusnäkymä";
$tx['menu']['sitemap']="Sivukartta";
$tx['message']['maintenance']="<p><b>Sivustoa huolletaan tällä hetkellä.</b></p><p><b>Yritä myöhemmin uudellen. Kiitos vierailusta.</b></p>";
$tx['message']['maintenance_backend']="<b>!!! Sivusto on huoltotilassa !!!</b>";
$tx['message']['own_configfile']="Alasivulla on oma konfiguraatio tai kieliasetus on poistettu käytöstä - Alasivustolla tai kielivalinnalla ei ole config.php -tiedostoa Root Folder -(juuri)kansiossa.<br /><br /><b>Olet muokkaamassa pääsivun konfiguraatiota.</b>";
$tx['message']['plugin_standard1']="Lisäosa on CMSimple Standard Plugin.";
$tx['message']['plugin_standard2']="Muokkaa konfiguraatiota valikossa";
$tx['meta']['codepage']="utf-8";
$tx['meta_tags']['tab']="Meta ";
$tx['meta_tags']['form_title']="Meta-Tags";
$tx['meta_tags']['title']="Otsikot:";
$tx['meta_tags']['description']="Kuvaus:";
$tx['meta_tags']['keywords']="Avainsanat:";
$tx['meta_tags']['robots']="Hakurobotit:";
$tx['meta_tags']['hint_title']="<p>Hyvä otsikko nostaa sivua hakukoneiden tuloksissa.</p>";
$tx['meta_tags']['hint_description']="<p>Tiivistelmä sivun sisällöstä.</p><p>Näkyy hakukoneiden hakutuloksissa.</p>";
$tx['meta_tags']['hint_keywords']="<p>Sivun sisällön tärkeimmät aiheet pilkuilla eroteltuina.</p>";
$tx['meta_tags']['hint_robots']="<p>Asetuksina <b>index, follow</b> » Hakukoneet indeksoivat sivun sisällön ja lisäävät sen hakutuloksiin.</p><p>Asetuksina <b>noindex, nofollow</b> » Hakukoneet <b>EIVÄT</b> seuraa sivua ja lisää sisältöä hakutuloksiin.</p>";
$tx['meta_tags']['submit']="Tallenna";
$tx['navigator']['next']="seuraava »";
$tx['navigator']['previous']="« edellinen";
$tx['navigator']['top']="ylös";
$tx['page_params']['tab']="Sivu";
$tx['page_params']['form_title']="Sivun parameterit";
$tx['page_params']['heading']="Vaihdetaanko sivun otsikointi?";
$tx['page_params']['header_location']="Tehdäänkö sivun uudellenohjaus?";
$tx['page_params']['template']="Sivumalli:";
$tx['page_params']['last_edit']="Viimeisin muokkaus:";
$tx['page_params']['show_last_edit']="Näytetäänkö viime muokkauksen ajankohta?";
$tx['page_params']['published']="Julkaistaanko?";
$tx['page_params']['linked_to_menu']="Näytetäänkö valikossa?";
$tx['page_params']['yes']="Kyllä";
$tx['page_params']['no']="Ei";
$tx['page_params']['submit']="Tallenna";
$tx['page_params']['use_default_template']="Oletussivumalli";
$tx['page_params']['hint_heading']="<p>Voit valita muun otsikon näytettäväksi sivulla.</p><p>Tekstieditorissa alhaalla antamasi otsikko on edelleen käytössä valikoihin</p>";
$tx['page_params']['hint_published']="<p>Jos valitset asetukseksi <b>no</b> sivu piiloitetaan vireilijoilta. Älä unohda palauttaa asetukseksi <b>yes</b> kun haluat sivun näkyvän.</p>";
$tx['page_params']['hint_linked_to_menu']="<p>Valitse <b>No</b> niin sivu piilotetaan valikossa.</p><p>Sivu pysyy kuitenkin näkyvissä newsboxes -taulukoissa ja suorissa linkeissä.</p>";
$tx['page_params']['hint_last_edit']="<p>Valitse asetukseksi <b>yes</b> jos haluat sivun viimeisen muokkauksen näkyvän. Päiväyksen muodon voi muuttaa kieliasetuksissa. Ulkoasun voi vaihtaa tyylimallissa CSS selector, kohdassa <b>#pp_last_update</b>.</p>";
$tx['page_params']['hint_template']="<p>Haluatko valita eri mallin tälle sivulle?</p>";
$tx['page_params']['hint_header_location']="<p>Täällä voit tehdä sivun jälleenohjauksen toiseen linkkiin.</p><p>Ulkoiseen linkkikohteiseen pitää lisätä http://</p>";
$tx['pagemanager']['cf_verbose']="<p>Näytetäänkö informaatio and vahvistusikkunat? Asetusvaihteoehdot ovat <b>true</b> tai <b>false</b></p><p><strong><b>true</b> on suositus</strong>, paitsi jos sinulla on tehokäyttäjän oikeudet <strong>ja</strong> olet tottunut Pagemanager_XH -käyttöön.</p>";
$tx['pagemanager']['cf_toolbar_show']="<p>Näytetäänkö työkalurivi? Asetus voi olla <b>true</b> tai <b>false</b></p>";
$tx['pagemanager']['cf_toolbar_vertical']="<p>Näytetäänkö työkalurivipystysuorassa? Asetus voi olla <b>true</b> or <b>false</b></p><p>Tämä valinta on tehokäyttäjille, ketkä voivat hallita lisäosien malleja.</p>";
$tx['pagemanager']['cf_pagedata_attribute']="<p>Valinta yes/no (oletuksena yes) pagedata -tiedoston määrite, kuten <b>published</b> or <b>linked_to_menu</b>.</p><p><strong>Huomatus:</strong> Jos valitset sopimattoman määritteen, sotket pagedata.php -tiedostosi!</p>";
$tx['pagemanager']['cf_treeview_theme']="<p>Teema puunäkymän widgetille: <b>cmsimple</b></p><p>Lisää malleja on saatavilla linkissä http://3-magi.net/?CMSimple_XH/Pagemanager_XH.</p>";
$tx['pagemanager']['cf_treeview_animation']="<p>Animaatioiden (open/close) kesto millisekunneissa. Asetus 0 poistaa animaatiot.</p>";
$tx['pagemanager']['cf_utf8_marker']="<p>Järjestelmän käytössä. <strong>Älä vaihda!</strong></p>";
$tx['pagemanager']['menu_main']="Sivujen ylläpito";
$tx['pagemanager']['op_expand']="Laajenna kaikkia sivuja";
$tx['pagemanager']['op_collapse']="Hävitä kaikki sivut";
$tx['pagemanager']['op_create']="Luo sivu (<em>alasivuna</em>)";
$tx['pagemanager']['op_create_after']="Luo sivu (<em>samalle tasolle alasivujen jälkeen</em>)";
$tx['pagemanager']['op_rename']="Uudelleennimeä sivu";
$tx['pagemanager']['op_delete']="Poista sivu (<em>myös alasivut</em>)";
$tx['pagemanager']['op_cut']="Leikkaa";
$tx['pagemanager']['op_copy']="Kopio";
$tx['pagemanager']['op_paste']="Liitä (<em>alasivuna</em>)";
$tx['pagemanager']['op_paste_after']="Liitä (<em>samalle tasolle alasivujen jälkeen</em>)";
$tx['pagemanager']['op_help']="<p>Voit uudelleenjärjestää sivuja <em>vetämällä&amp;pudotamalla</em>. <em>Klikkaamalla sivua hiiren oikealla nappulalla</em> avaat valikon. Lisätietoja pluginin ohjeesta.</p>";
$tx['pagemanager']['treeview_loading']="Lataa...";
$tx['pagemanager']['treeview_new']="Uusi sivu";
$tx['pagemanager']['button_delete']="Poista";
$tx['pagemanager']['button_ok']="OK";
$tx['pagemanager']['button_cancel']="Keskeytä";
$tx['pagemanager']['message_confirm']="Vahvista";
$tx['pagemanager']['message_confirm_deletion']="Sivu ja sen alasivustot poistetaan!";
$tx['pagemanager']['message_warning_leave']="Muutoksesi katoavat!";
$tx['pagemanager']['message_confirm_leave']="*** TALLENTAMATTOMIA MUUTOKSIA***\r\n\r\nTallenna tekemäsi muutokset tai ne voi kadota!\r\n";
$tx['pagemanager']['message_information']="Tietoa";
$tx['pagemanager']['message_menu_level']="Tämä voi ohittaa <em>menu levels</em> -konfiguraatiosi!";
$tx['pagemanager']['message_no_selection']="Sinun täytyy valita sivu ennenkuin voit käyttää tätä toimintoa!";
$tx['pagemanager']['message_delete_last']="Et voi poistaa viimeistä ylätason sivua!";
$tx['pagemanager']['error_phpversion']="Pagemanager_XH tarvitsee uudemman PHP version %s!";
$tx['pagemanager']['error_extension']="Pagemanager_XH tarvitsee PHP:n %s tunnisteen!";
$tx['pagemanager']['error_jquery']="Pagemanager_XH tarvitsee jQuery4CMSimple -lisäaosan (plugin)! Hae asennustiedostot linkistä <a href='http://www.cmsimple-xh.com/wiki/doku.php/plugins:jquery4cmsimple'>download</a> ja asenna lisäosa ennen kuin jatkat.";
$tx['pagemanager']['error_encoding']="Pagemanager_XH tarvitsee UTF-8 merkistökoodauksen!";
$tx['pagemanager']['error_structure_confirmation']="Tiedän <em>varmasti</em> teen! Haluan tietenkin jatkaa.";
$tx['pagemanager']['error_structure_warning']="<strong>Löytyi säännötön sivurakenne.</strong> Yksityiskohdat näet lisäosan ohjeesta ja kerro tiedot sivuston webmasterille!";
$tx['pagemanager']['error_nesting']="Liian hankala toteus sivurakenteelle!";
$tx['pagemanager']['error_cant_rename']="Sivua ei voi uudelleen nimetä ennen kuin otsikko on kokonaan poistettu.";
$tx['pagemanager']['error_offending_extension']="Offending extension using its own jQuery library detected (Katso jQuery -lisäosan ohjeen kohdasta \"Limitations\").";
$tx['result']['created']="on luotu.";
$tx['result']['deleted']="on poistettu.";
$tx['result']['uploaded']="siirretty";
$tx['search']['button']="Etsi";
$tx['search']['foundin']="löytyi sijainissa";
$tx['search']['notfound']="ei löytynyt";
$tx['search']['pgplural']="sivut";
$tx['search']['pgsingular']="sivu";
$tx['search']['result']="Hakusi tulokset";
$tx['settings']['backup']="Varmuuskopiointi";
$tx['settings']['backupexplain1']="Sivuston sisältö (content) varmuuskopioidaan aina järjestelmän uloskirjaantumisessa ja vanhin varmuuskopio poistetaan.";
$tx['settings']['backupexplain2']="Varmuuskopiotiedoston nimi alkaa päiväyksellä ja kelloajalla: YYYYMMDD_HHMMSS";
$tx['settings']['backupexplain3']="Tallenna aina saman ajankohdan Content and Pagedata -tiedostot yhtäaikaa!";
$tx['settings']['ftp']="Käytä FTP:tä tiedostojen etähallintaan.";
$tx['settings']['systemfiles']="Järjestelmätiedostot";
$tx['settings']['warning']="Muuta asetuksia jos varmasti tiedät miten tekemäsi muutokset vaikuttavat! ";
$tx['submenu']['heading']="Alavalikko";
$tx['sysinfo']['helplinks']="Info ja ohje -linkit";
$tx['sysinfo']['php_version']="PHP-Version";
$tx['sysinfo']['phpinfo_hint']="(Avaa uuden ikkunan tai välilehden)";
$tx['sysinfo']['phpinfo_link']="PHP Info &raquo;";
$tx['sysinfo']['plugins']="Asennetut lisäosat";
$tx['sysinfo']['version']="Asennettu CMSimple -versio";
$tx['template']['default']="Oletusmalli";
$tx['template']['text1']="Oletusteksti 1";
$tx['template']['text2']="Oletusteksti 2";
$tx['template']['text3']="Oletusteksti 3";
$tx['template']['text4']="Oletusteksti 4";
$tx['template']['text5']="Oletusteksti 5";
$tx['template']['text6']="Oletusteksti 6";
$tx['template']['text7']="Oletusteksti 7";
$tx['template']['text8']="Oletusteksti 8";
$tx['template']['text9']="Oletusteksti 9";
$tx['title']['downloads']="Lataukset";
$tx['title']['images']="Kuvat";
$tx['title']['mailform']="Palautelomake";
$tx['title']['media']="Mediatiedostot";
$tx['title']['phpinfo']="PHP Info";
$tx['title']['search']="Etsi";
$tx['title']['settings']="Asetukset";
$tx['title']['sitemap']="Sivukartta";
$tx['title']['sysinfo']="Järjestelmätiedot";
$tx['title']['userfiles']="Käyttäjätiedostot";
$tx['title']['validate']="Vahvistetut linkit";
$tx['toc']['dupl']="KAKSOISOTSIKKO";
$tx['toc']['empty']="TYHJÄ OTSIKKO";
$tx['toc']['missing']="KADONNUT OTSIKKO";
$tx['toc']['newpage']="UUSI SIVU";
$tx['urichar']['new']="";
$tx['urichar']['org']="";
$tx['validate']['extfail']="ULKOINEN LINKKI EI TOMI";
$tx['validate']['extok']="ULKOINEN LINKKI OK";
$tx['validate']['intfail']="SISÄLINKKI EI TOIMI";
$tx['validate']['intfilok']="SISÄLINKKI TIEDOSTOON OK";
$tx['validate']['intok']="SISÄLINKKI OK";
$tx['validate']['mailto']="MAILTO LINKKI";
$tx['validate']['notxt']="EI TEKSTIÄ LINKISSÄ";
$tx['version']['cmsimple_ok']="Current CMSimple version is installed.";
$tx['version']['current_version_installed']="Current version installed";
$tx['version']['info_download']="Info&nbsp;and&nbsp;download";
$tx['version']['no_versionsinfo']="No version informations available";
$tx['version']['standard_plugin']="Standard System Plugin";
$tx['version']['update_available']="Newer version is available";
$tx['version']['updates_message']="Updates available";
$tx['version']['version_check_failed']="Version check failed!";
$tx['utf-8']['marker']="äöü";
?>

View File

@ -0,0 +1,329 @@
<?php
/* utf8-marker = äöüß */
$tx['action']['delete']="supprimer";
$tx['action']['download']="télécharger";
$tx['action']['edit']="éditer";
$tx['action']['save']="sauver";
$tx['action']['upload']="uploader";
$tx['action']['view']="voir";
$tx['adminmenu']['configuration']="CMS";
$tx['adminmenu']['downloads']="Téléchargements";
$tx['adminmenu']['edit']="Mode édition";
$tx['adminmenu']['files']="Fichiers";
$tx['adminmenu']['help']="Aide";
$tx['adminmenu']['images']="Images";
$tx['adminmenu']['langconfig']="Site Web";
$tx['adminmenu']['language']="Langue";
$tx['adminmenu']['log']="Fichier Log";
$tx['adminmenu']['logout']="Déconnexion";
$tx['adminmenu']['media']="Média";
$tx['adminmenu']['normal']="Voir le site";
$tx['adminmenu']['pagemanager']="Pages";
$tx['adminmenu']['plugins']="Plugins";
$tx['adminmenu']['settings']="Réglages";
$tx['adminmenu']['stylesheet']="Feuille de Style";
$tx['adminmenu']['sysinfo']="Info";
$tx['adminmenu']['template']="Template";
$tx['adminmenu']['userfiles']="Fichiers Utilisateurs";
$tx['adminmenu']['validate']="Validation des liens";
$tx['error']['401']="Error 401: Non Autorisé";
$tx['error']['404']="Error 404: Introuvable";
$tx['error']['alreadyexists']="Existe déjà";
$tx['error']['cntdelete']="Impossible de supprimer";
$tx['error']['cntlocateheading']="Aucune page sélectionnée";
$tx['error']['cntopen']="Impossible d'ouvrir";
$tx['error']['cntsave']="Impossible de sauvegarder";
$tx['error']['cntwriteto']="Impossible d'écrire vers";
$tx['error']['missing']="Manque";
$tx['error']['notreadable']="Non lisible";
$tx['error']['notwritable']="Non inscriptible";
$tx['error']['tolarge']="est trop volumineux ! La taille maximum est définie à";
$tx['error']['undefined']="Indéfini";
$tx['error']['wrongext']="Mauvaise extension de fichier dans";
$tx['filebrowser']['help']="Saisir les extensions de fichiers que vous souhaitez autoriser pour chaque dossier en tant que liste séparée par des virgules. <b>*</b> est une wildcard pour toutes les extensions fichiers.";
$tx['filebrowser']['error_not_deleted']="<b>%s</b> n'a pas été supprimé.";
$tx['filebrowser']['error_file_is_used']="Le fichier est utilisé dans ces pages:";
$tx['filebrowser']['error_file_too_big']="La taille du fichier dépasse (%s kb) limite autorisée (%s kb). Vous pouvez augmenter la limite dans votre configuration.";
$tx['filebrowser']['error_folder_not_empty']="Le dossier n'est pas vide.";
$tx['filebrowser']['error_not_writeable']="Le dossier <b>%s</b> n'est pas inscriptible. Merci de changer les permissions du fichier.";
$tx['filebrowser']['error_unknown']="Quelque chose n'a pas fonctionné.";
$tx['filebrowser']['error_not_uploaded']="<b>%s</b> n'a pas été uploadé.";
$tx['filebrowser']['error_file_already_exists']="Le fichier existe déjà.";
$tx['filebrowser']['error_cant_rename']="<b>%s</b> n'a pas été renommé.";
$tx['filebrowser']['error_cant_change_extension']="Vous ne pouvez pas changer l'extension fichier.";
$tx['filebrowser']['error_no_proper_extension']="Fichier de type <b>%s</b> non autorisé dans le dossier actuel.";
$tx['filebrowser']['error_folder_already_exists']="Le dossier <b>%s</b> existe déjà.";
$tx['filebrowser']['error_cant_create_folder']="Le dossier n'a pas été créé.";
$tx['filebrowser']['success_deleted']="<b>%s</b> supprimé.";
$tx['filebrowser']['success_uploaded']="<b>%s</b> uploadé.";
$tx['filebrowser']['success_folder_created']="<b>%s</b> créé.";
$tx['filebrowser']['success_renamed']="<b>%s</b> renommé en <b>%s</b>.";
$tx['filebrowser']['upload_file_to']="Upload du fichier vers <b>%s</b>";
$tx['filebrowser']['create_subfolder_in']="Créer un sous-dossier dans <b>%s</b>";
$tx['filebrowser']['upload_file']="Uploader le fichier";
$tx['filebrowser']['create_folder']="Créer un sous-dossier";
$tx['filebrowser']['confirm_delete']="Supprimer définitivement %s?";
$tx['filebrowser']['prompt_rename']="Renommer %s en:";
$tx['filebrowser']['cf_confirm_delete']="Ce texte est utilisé dans un contexte javascript: Ne pas utiliser \" ou \\'";
$tx['filebrowser']['cf_prompt_rename']="Ce texte est utilisé dans un contexte javascript: Ne pas utiliser \" ou \\'";
$tx['filebrowser']['folder']="Dossier";
$tx['filebrowser']['files']="Fichiers:";
$tx['files']['bytes']="bytes";
$tx['files']['totalsize']="Taille totale";
$tx['filetype']['backup']="backup";
$tx['filetype']['config']="Configuration CMS";
$tx['filetype']['content']="Fichier contenu";
$tx['filetype']['execute']="exécuter";
$tx['filetype']['file']="fichier";
$tx['filetype']['folder']="dossier";
$tx['filetype']['langconfig']="Configuration du site web";
$tx['filetype']['language']="fichier langue";
$tx['filetype']['log']="log";
$tx['filetype']['pagedata']="fichier pagedata";
$tx['filetype']['stylesheet']="feuille de style";
$tx['filetype']['template']="template";
$tx['heading']['error']="ERREUR";
$tx['heading']['warning']="ERREUR / AVERTISSEMENT";
$tx['help']['adminmenu_narrow_max']="<p>Nombre maximum de plugins, affichés dans le menu déroulant étroit Plugins</p><p>Plus de plugins vont déclencher un menu déroulant à 3 colonnes.</p>";
$tx['help']['adminmenu_scroll']="<p>Si réglé sur <b>true</b> le menu admin scrollera / défillera avec votre page web.</p>";
$tx['help']['backup_numberoffiles']="<p>Nombre de backup de content.htm et pagedata.php sur le serveur web.</p><p>Défaut: <b>10</b></p>";
$tx['help']['downloads_maxsize']="<p>Taille maximum des uploads en Byte</p>";
$tx['help']['editor_height']="<p>Entier ou expression JavaScript retournant un entier pour la hauteur de l'éditeur en pixels.</p>";
$tx['help']['editor_external']="<p>Si vous souhaitez utiliser un éditeur externe, installer le comme plugin et entrer son nom ici.</p>";
$tx['help']['editor_tinymce_toolbar']="<p>Choisissez la taille de la toolbar de votre éditeur TinyMCE.</p><p><b>!!! Fonctionne uniquement avec TinyMCE !!!</b> (l'éditeur par défaut)</p>";
$tx['help']['filebrowser_external']="<p>Si vous souhaitez utiliser un explorateur de fichier externe, par exemple hi_kcfinder, installer le plugin et entrer son nom ici.</p>";
$tx['help']['filebrowser_extensions_downloads']="<p>Fonctionne uniquement pour l'explorateur de fichier d'origine de CMSimple.</p>";
$tx['help']['filebrowser_extensions_images']="<p>Fonctionne uniquement pour l'explorateur de fichier d'origine de CMSimple.</p>";
$tx['help']['filebrowser_extensions_media']="<p>Fonctionne uniquement pour l'explorateur de fichier d'origine de CMSimple.</p>";
$tx['help']['filebrowser_extensions_userfiles']="<p>Fonctionne uniquement pour l'explorateur de fichier d'origine de CMSimple.</p>";
$tx['help']['folders_downloads']="<p>Le dossier pour les téléchargements, utilisé par les boites de dialogue de l'éditeur</p><p>Défaut: <b>userfiles/downloads/</b></p>";
$tx['help']['folders_images']="<p>Le dossiers des images, utilisé par les boites de dialogue de l'éditeur</p><p>Défaut: <b>userfiles/images/</b></p>";
$tx['help']['folders_media']="<p>Le dossier des fichiers multimédia, utilisé par les boites de dialogue de l'éditeur</p><p>Default: <b>userfiles/media/</b></p>";
$tx['help']['folders_userfiles']="<p>Le dossier des fichiers utilisateur parent</p><p>Défaut: <b>userfiles/</b></p>";
$tx['help']['functions_file']="<p>Ne pas modifier s'il vous plait</p>";
$tx['help']['hidden_path_locator']="<p><b>true</b> Montre le chemin de la page cachée dans le localisateur.</p>";
$tx['help']['hidden_pages_search']="<p><b>true</b> Montre les pages cachées dans les résultat de la fonction recherche interne.</p>";
$tx['help']['hidden_pages_sitemap']="<p><b>true</b> Montre les pages cachées dans le sitemap.</p>";
$tx['help']['hidden_pages_toc']="<p><b>true</b> Montre les pages cachées dans le TOC / Table des matières (menu de navigation), si elles sont appelées (par exemple appelé par un lien).</p>";
$tx['help']['images_maxsize']="<p>Taille maximum des images uploadées en Byte</p>";
$tx['help']['jquery_autoload']="<p>Réglé à <b>1</b> et les librairies seront disponibles en permanence.</p>";
$tx['help']['language_default']="<p>Dans le cas de langues secondaires dans les dossier à 2 caractères, mettre la langue de la page parent ou subsite ici</p><p>Les langues secondaires dans les dossiers à 2 caractères reconnaisse leur propre language automatiquement.</p>";
$tx['help']['langconfig']="Les réglages de <b>Template</b> et <b>Password</b><br />vont substituer vos réglages de la configuration CMS!";
$tx['help']['locator_show_homepage']="<b>true</b> montre un lien vers la page d'accueil au début du fil d'ariane";
$tx['help']['mailform_captcha']="<b>true</b> active le captcha sur le formulaire email";
$tx['help']['mailform_email']="<p>Si sélectionné le formulaire email sera activé</p>";
$tx['help']['menu_color']="<p>Non utilisé par CMSimple core</p>";
$tx['help']['menu_highlightcolor']="<p>Non utilisé par CMSimple core</p>";
$tx['help']['menu_legal']="<p>Pour la compatibilité avec les versions plus anciennes, merci de ne pas changer.</p><p>Défault: <b>CMSimple Legal Notices</b></p>";
$tx['help']['menu_levels']="<p>Le nombre de niveau de la structure site- et menu. Les réglages possibles vont de 1 à 6</p><p><i>Exemple:</i> Si c'est réglé à <b>3</b>, h1-h3 seront utilisés comme séparateurs des pages.</p><p>Défaut: <b>3</b></p>";
$tx['help']['menu_levelcatch']="<p>Merci de ne pas modifier.</p><p>Défaut: <b>10</b></p>";
$tx['help']['menu_sdoc']="<p>Laisser vide ou indiquer <b>parent</b>, <i>parent</i> ajoute la classe <i>sdocs</i> a toute la branche ouverte du menu de navigation.</p><p>Défaut: <b>parent</b></p>";
$tx['help']['meta_author']="<p>L'auteur du site web (peut être vide)</p>";
$tx['help']['meta_description']="<p>Description courte du site web pour les moteurs de recherche</p>";
$tx['help']['meta_keywords']="<p>Mots clés pour les moteurs de recherche, séparés par des virgules et sans espace après les virgules</p>";
$tx['help']['meta_publisher']="<p>L'éditeur du site web (peut être vide)</p>";
$tx['help']['meta_robots']="<p>Instructions pour les moteurs de recherche</p><p>Défaut: <b>index, follow</b></p>";
$tx['help']['pagemanager_external']="<p>Si vous souhiatez utiliser un manageur de page externe, installer le plugin et entrer son nom ici</p>";
$tx['help']['pagemanager_pagedata_attribute']="<p><b>published</b> ou <b>linked_to_menu</b></p><p>L'attribut pagedata pour les cases à cocher.</p><p><b>Attention:</b> Si vous choisissez un attribut innaproprié vous aller mettre le bordel dans votre pagedata.php!</p><p><b>!!! Fonctionne uniquement avec le Pagemanager d'origine de CMSimple !!!</b></p>";
$tx['help']['plugins_folder']="<p>Merci de ne pas modifier</p>";
$tx['help']['scripting_regexp']="<p>Merci de ne pas modifier</p>";
$tx['help']['security_password']="<p>Le mot de passe encrypté du site, pour un nouveau mot de passe merci d'écrire dans le champ vidé.</p>";
$tx['help']['security_type']="<p>Défaut: <b>page</b></p>";
$tx['help']['site_allow_config']="<p><b>true</b> donne accès à l'auteur à la configuration du système. Tout autre choix autorise l'accès.</p><p><b>!!! ATTENTION !!!</b></p><p>Si vous désactiver l'accès à la configuration du système vous ne pourrez la modifier que par FTP.</p>";
$tx['help']['site_full_settings_menu']="<p><b>true</b> donne accès au menu Réglages du menu administrateur. Tout autre choix autorise l'accès.</p><p><b>!!! ATTENTION !!!</b></p><p>L'accès au système de configuration est toujours possible, quoi qu'il arrive, par accès via l'url du navigateur.</p>";
$tx['help']['site_content_visible']="<p><b>true</b> montre le contenu et la navigation aux utilisateurs non-connectés visiteurs du site.</p><p>Tout autre réglage cache le contenu et la navigation aux visiteurs non connectés.</p><p>Vous pouvez l'utiliser comme un mode maintenance minimaliste.</p>";
$tx['help']['site_create_content_textfiles']="<p><b>true</b> crée pour chaque page h1 un fichier txt pour une utilisation ailleurs dans le contenu ou pour d'autres installations sur le domaine.</p><p>Les fichiers txt seront sauvegardés dans le dossier:</p><p>./userfiles/co_author/</p>";
$tx['help']['site_template']="<p>Le template du site web</p>";
$tx['help']['site_title']="<p>Le titre du site web</p>";
$tx['help']['uri_length']="<p>Longueur maximum de l'URL.</p><p>Défaut: <b>256</b></p>";
$tx['help']['uri_seperator']="<p>Le caractère qui sépare les noms de pages et sous-pages dans l'URL.</p>";
$tx['help']['xhtml_amp']="<p><b>true</b> converti <i>&</i> en <i>&amp;amp;</i> dans votre contenu. Modifier ce réglage n'est pas recommandé.</p>";
$tx['help']['xhtml_endtags']="<p><b>true</b> crée dans le contenu XHTML les endslashes requis pour les tags solitaires tels que &lt;br&gt; etc.</p>";
$tx['images']['usedin']="Utilisé dans";
$tx['languagemenu']['text']="sélectionner la langue: ";
$tx['lastupdate']['dateformat']="F d, Y, H:i";
$tx['lastupdate']['text']="Dernière mise à jour";
$tx['link']['check']="Merci de vérifier: ";
$tx['link']['check_errors']="Problèmes rencontrés: ";
$tx['link']['check_ok']="Aucune erreur trouvée";
$tx['link']['checked']=" liens ont été vérifiés. ";
$tx['link']['email']="Est ce que cette adresse email est valide et encore utilisée ?";
$tx['link']['error']="Erreur: ";
$tx['link']['errors']="Erreurs: ";
$tx['link']['ext_error_domain']="lien externe erroné, le domaine n'est pas joignable.";
$tx['link']['ext_error_page']="lien externe erroné, la page n'est pas joignable.";
$tx['link']['hints']="Indications/Indices:";
$tx['link']['int_error']="lien interne erroné, la page n'existe pas.";
$tx['link']['link']="Lien: ";
$tx['link']['linked_page']="Cible du lien: ";
$tx['link']['page']="Page: ";
$tx['link']['redirect']="La page ciblée redirige vers un autre emplacement. Merci de vérifier et de mettre votre lien à jour.";
$tx['link']['returned_status']="Code status http retourné : ";
$tx['link']['unknown']="Problème inconnu, merci de vérifier ce lien.";
$tx['locator']['home']="Accueil";
$tx['locator']['text']="Vous êtes ici: ";
$tx['log']['dateformat']="Y-m-d H:i:s";
$tx['log']['loggedin']="connecté";
$tx['login']['loggedout']="Vous avez été déconnecté";
$tx['login']['warning']="<p>Administration du site</p><p>Veillez entrer votre mot de passe.</p><p>!!! <i>JavaScript et les Cookies doivent être activés</i> !!!</p>";
$tx['mailform']['captcha']="Merci de bien vouloir saisir ce nombre (prévention du spam)";
$tx['mailform']['captchafalse']="Merci d'entrer le code anti-spam";
$tx['mailform']['mustwritemessage']="Aucun message n'a été saisi";
$tx['mailform']['notaccepted']="Merci de remplir les champs requis";
$tx['mailform']['notsend']="Le message n'a pu être envoyé";
$tx['mailform']['send']="Le message a été envoyé";
$tx['mailform']['sendbutton']="Envoyer";
$tx['mailform']['sender']="Votre e-mail (requis)";
$tx['mailform']['sendername']="Votre nom";
$tx['mailform']['senderphone']="Votre numéro de téléphone";
$tx['menu']['login']="Connexion";
$tx['menu']['mailform']="Formulaire de contact";
$tx['menu']['print']="Imprimer";
$tx['menu']['sitemap']="Plan du site";
$tx['message']['maintenance']="<p><b>Ce site est actuellement en maintenance.</b></p><p><b>Merci de réessayer plus tard.</b></p>";
$tx['message']['maintenance_backend']="<b>!!! Ce site est en mode maintenance !!!</b>";
$tx['message']['own_configfile']="La configuration dédiée de ce subsite ou de cette langue secondaire a été désactivée - aucun fichier config.php dans le dossier racine de ce subsite ou de cette langue secondaire.<br /><br /><b>Vous éditer la configuration du site principal.</b>";
$tx['message']['plugin_standard1']="Ce plugin est un plugin standard de CMSimple.";
$tx['message']['plugin_standard2']="Editer la Configuration dans";
$tx['meta']['codepage']="utf-8";
$tx['meta_tags']['tab']="Meta";
$tx['meta_tags']['form_title']="Meta-Tags";
$tx['meta_tags']['title']="Titre:";
$tx['meta_tags']['description']="Description:";
$tx['meta_tags']['keywords']="Mots-clés:";
$tx['meta_tags']['robots']="Robots:";
$tx['meta_tags']['hint_title']="<p>Un bon titre améliore le classement dans les moteurs de recherche.</p>";
$tx['meta_tags']['hint_description']="<p>Donner un rapide résumé de cet article.</p><p>La plupart du temps ceci sera visible dans la page de résultats des moteurs de recherche.</p>";
$tx['meta_tags']['hint_keywords']="<p>Une liste séparée par des virgules des thèmes les plus importants de cet article.</p>";
$tx['meta_tags']['hint_robots']="<p><b>index, follow</b> » Les moteurs de recherche sont autorisés à indexer cette page.</p><p><b>noindex, nofollow</b> » les moteurs de recherche de sont <b>PAS</b> autorisés à indexer cette page.</p>";
$tx['meta_tags']['submit']="Soumettre";
$tx['navigator']['next']="suivant »";
$tx['navigator']['previous']="« précédent";
$tx['navigator']['top']="retour en haut de page";
$tx['page_params']['tab']="Page";
$tx['page_params']['form_title']="Paramètres de la page";
$tx['page_params']['heading']="Titre alternatif ?";
$tx['page_params']['header_location']="Page redirigée ?";
$tx['page_params']['template']="Template de la page :";
$tx['page_params']['last_edit']="Dernière édition :";
$tx['page_params']['show_last_edit']="Montrer la dernière édition ?";
$tx['page_params']['published']="Publié ?";
$tx['page_params']['linked_to_menu']="Apparait dans le menu ?";
$tx['page_params']['yes']="oui";
$tx['page_params']['no']="non";
$tx['page_params']['submit']="sauvegarder";
$tx['page_params']['use_default_template']="default template";
$tx['page_params']['hint_heading']="<p>Vous pouvez choisir qu'un titre alternatif soit montré sur la page.</p><p>Le heading que vous insérer dans l'éditeur ci-dessous sera quand même utilisé dans les menus.</p>";
$tx['page_params']['hint_published']="<p>Si vous choisissez <b>non</b> cette page sera cachée de vos visiteurs. N'oubliez pas de la mettre à <b>oui</b> lorsque vous êtes prêt.</p>";
$tx['page_params']['hint_linked_to_menu']="<p>Choisissez <b>non</b> pour cacher cette page de la navigation.</p><p>Le contenu de la page sera quand même disponible pour des liens directs ou pour les newboxes.</p>";
$tx['page_params']['hint_last_edit']="<p>Choisissez <b>oui</b> pour montrer la dernière date d'édition de cette page précise. Le format de date peut être changé dans les réglages de langue, le look peut être stylé avec le sélecteur CSS <b>#pp_last_update</b>.</p>";
$tx['page_params']['hint_template']="<p>Souhaitez vous choisir un autre Template pour cette page ?</p>";
$tx['page_params']['hint_header_location']="<p>Ici vous pouvez faire rediriger cette page vers une autre page interne ou externe.</p><p>Les cibles externes doivent être indiquées complètement, en incluant http://</p>";
$tx['pagemanager']['cf_verbose']="<p>Montrer les boites de dialogues d'information et de confirmation? <b>true</b> ou <b>false</b></p><p><strong><b>true</b> est fortement recommandé</strong>, a moins d'être un power user <strong>et</strong> habitué à Pagemanager_XH.</p>";
$tx['pagemanager']['cf_toolbar_show']="<p>Est ce que la barre d'outil doit être montrée? <b>true</b> ou <b>false</b></p>";
$tx['pagemanager']['cf_toolbar_vertical']="<p>Est ce que la barre d'outil doit être montrée verticalement? <b>true</b> ou <b>false</b></p><p>Cette option est pour les power users, qui peuvent ajuster le layout dans la feuille de style plugin.</p>";
$tx['pagemanager']['cf_pagedata_attribute']="<p>L'attribut yes/no (avec pour défaut yes) de pagedata pour les cases a cocher, par exemple <b>published</b> ou <b>linked_to_menu</b>.</p><p><strong>Attention:</strong> Si vous choisissez un attribut innaproprié vous allez mettre le bordel dans pagedata.php!</p>";
$tx['pagemanager']['cf_treeview_theme']="<p>Thème du widget tree view : <b>cmsimple</b></p><p>D'autres thèmes sont disponibles sur http://3-magi.net/?CMSimple_XH/Pagemanager_XH.</p>";
$tx['pagemanager']['cf_treeview_animation']="<p>Durée des animations d'ouverture/fermeture en ms. 0 signifie pas d'animation.</p>";
$tx['pagemanager']['cf_utf8_marker']="<p>Usage interne. <strong>Ne pas modifier!</strong></p>";
$tx['pagemanager']['menu_main']="Page administration";
$tx['pagemanager']['op_expand']="Développer toutes les pages";
$tx['pagemanager']['op_collapse']="Contracter toutes les pages";
$tx['pagemanager']['op_create']="Créer une page (<em>en tant que sous-page</em>)";
$tx['pagemanager']['op_create_after']="Créer une page (<em>au même niveau - après les sous-pages</em>)";
$tx['pagemanager']['op_rename']="Renommer la page";
$tx['pagemanager']['op_delete']="Supprimer la page (<em>sous-pages inclues</em>)";
$tx['pagemanager']['op_cut']="Couper";
$tx['pagemanager']['op_copy']="Copier";
$tx['pagemanager']['op_paste']="Coller (<em>en tant que sous-age</em>)";
$tx['pagemanager']['op_paste_after']="Coller (<em>au même niveay - après les sous-pages</em>)";
$tx['pagemanager']['op_help']="<p>Vous pouvez réorganiser les pages par <em>drag&amp;drop</em>. <em>Un clic droit sur une page</em> ouvre le menu contextuel. Des instructions plus détaillées sont disponibles dans l'aide du plugin.</p>";
$tx['pagemanager']['treeview_loading']="Chargement...";
$tx['pagemanager']['treeview_new']="Nouvelle page";
$tx['pagemanager']['button_delete']="Supprimer";
$tx['pagemanager']['button_ok']="OK";
$tx['pagemanager']['button_cancel']="Annuler";
$tx['pagemanager']['message_confirm']="Confirmation";
$tx['pagemanager']['message_confirm_deletion']="La page est toutes ses sous-pages vont être supprimées !";
$tx['pagemanager']['message_warning_leave']="Vos modification seront perdues !";
$tx['pagemanager']['message_confirm_leave']="*** MODIFICATIONS NON SAUVEGARDEES ! ***\r\n\r\nConfirmer pour les sauvegarder, sinon elles seront perdues !\r\n";
$tx['pagemanager']['message_information']="Information";
$tx['pagemanager']['message_menu_level']="Ceci excédera votre configuration du nombre de niveaux du menu !";
$tx['pagemanager']['message_no_selection']="Vous devez sélectionner une page avant d'utiliser cet outil !";
$tx['pagemanager']['message_delete_last']="Vous ne pouvez pas supprimer le dernier niveau le plus haut des pages !";
$tx['pagemanager']['error_phpversion']="Pagemanager_XH requiert au moins PHP version %s!";
$tx['pagemanager']['error_extension']="Pagemanager_XH requiert PHP's %s extension!";
$tx['pagemanager']['error_jquery']="Pagemanager_XH requiert le plugin jQuery4CMSimple ! Merci de le <a href='http://www.cmsimple-xh.com/wiki/doku.php/plugins:jquery4cmsimple'>télécharger</a> et l'installer avant de procéder plus loins.";
$tx['pagemanager']['error_encoding']="Pagemanager_XH requiert un encodage UTF-8 !";
$tx['pagemanager']['error_structure_confirmation']="Je sais <em>exactement</em> ce que je fais! Je veux continuer.";
$tx['pagemanager']['error_structure_warning']="<strong>Structure de page irrégulière trouvée.</strong> Pour plus de détails voir l'aide du plugin ou consulter votre webmaster!";
$tx['pagemanager']['error_nesting']="Structure de la page trop imbriquée !";
$tx['pagemanager']['error_cant_rename']="Cette page ne peut pas être renommée car son heading est partiellement formaté.";
$tx['pagemanager']['error_offending_extension']="Extension utilisant sa propre librairie jQuery conflictuelle a été detectée (voir le manuel, section \"Limitations\").";
$tx['result']['created']="créé";
$tx['result']['deleted']="supprimé";
$tx['result']['uploaded']="uploadé";
$tx['search']['button']="Chercher";
$tx['search']['foundin']="trouvé dans";
$tx['search']['notfound']="n'a pas été trouvé";
$tx['search']['pgplural']="pages";
$tx['search']['pgsingular']="page";
$tx['search']['result']="Résultat de votre recherche";
$tx['settings']['backup']="Backup";
$tx['settings']['backupexplain1']="Pendant la déconnexion le contenu est sauvegardé et le fichier de backup plus ancien supprimé.";
$tx['settings']['backupexplain2']="Les noms des fichiers de backup commencent avec la date et l'heure du backup avec le format : YYYYMMDD_HHMMSS";
$tx['settings']['backupexplain3']="Merci de toujours sauvegarder le fichier contenu et le fichier pagedata ensemble !";
$tx['settings']['ftp']="Utiliser FTP pour la gestion à distance des fichiers";
$tx['settings']['systemfiles']="Fichiers système";
$tx['settings']['warning']="Ne modifier les réglages que lorsque vous comprenez les effets que vos modifications auront !";
$tx['submenu']['heading']="Sous-menu";
$tx['sysinfo']['helplinks']="Info liens Aide";
$tx['sysinfo']['php_version']="PHP-Version";
$tx['sysinfo']['phpinfo_hint']="(s'ouvre dans une nouvelle fenêtre ou tabulation)";
$tx['sysinfo']['phpinfo_link']="PHP Info &raquo;";
$tx['sysinfo']['plugins']="Plugins installés";
$tx['sysinfo']['version']="Version de CMSimple installée";
$tx['template']['default']="default template";
$tx['template']['text1']="Template Text 1";
$tx['template']['text2']="Template Text 2";
$tx['template']['text3']="Template Text 3";
$tx['template']['text4']="Template Text 4";
$tx['template']['text5']="Template Text 5";
$tx['template']['text6']="Template Text 6";
$tx['template']['text7']="Template Text 7";
$tx['template']['text8']="Template Text 8";
$tx['template']['text9']="Template Text 9";
$tx['title']['downloads']="Téléchargements";
$tx['title']['images']="Images";
$tx['title']['mailform']="Formulaire de contact";
$tx['title']['media']="Fichiers média";
$tx['title']['phpinfo']="PHP Info";
$tx['title']['search']="Recherche";
$tx['title']['settings']="Réglages";
$tx['title']['sitemap']="Plan du site";
$tx['title']['sysinfo']="System Info";
$tx['title']['userfiles']="Fichiers utilisateur";
$tx['title']['validate']="Valider les liens";
$tx['toc']['dupl']="HEADING DUPLIQUE";
$tx['toc']['empty']="HEADING VIDE";
$tx['toc']['missing']="HEADING MANQUANT";
$tx['toc']['newpage']="NOUVELLE PAGE";
$tx['urichar']['new']="";
$tx['urichar']['org']="";
$tx['validate']['extfail']="LIEN EXTERNE ECHEC";
$tx['validate']['extok']="LIEN EXTERNE OK";
$tx['validate']['intfail']="LIEN INTERNE ECHEC";
$tx['validate']['intfilok']="LIEN INTERNE VERS FICHIER OK";
$tx['validate']['intok']="LIEN INTERNE OK";
$tx['validate']['mailto']="LIEN MAILTO";
$tx['validate']['notxt']="PAS DE TEXTE DANS LE LIEN";
$tx['version']['cmsimple_ok']="Current CMSimple version is installed.";
$tx['version']['current_version_installed']="Current version installed";
$tx['version']['info_download']="Info&nbsp;and&nbsp;download";
$tx['version']['no_versionsinfo']="No version informations available";
$tx['version']['standard_plugin']="Standard System Plugin";
$tx['version']['update_available']="Newer version is available";
$tx['version']['updates_message']="Updates available";
$tx['version']['version_check_failed']="Version check failed!";
$tx['utf-8']['marker']="äöü";
?>

View File

@ -0,0 +1,329 @@
<?php
/* utf8-marker = äöüß */
$tx['action']['delete']="удалить";
$tx['action']['download']="скачать";
$tx['action']['edit']="редактировать";
$tx['action']['save']="сохранить";
$tx['action']['upload']="закачать";
$tx['action']['view']="просмотр";
$tx['adminmenu']['configuration']="CMS";
$tx['adminmenu']['downloads']="Загрузки";
$tx['adminmenu']['edit']="Режим редактирования";
$tx['adminmenu']['files']="Файлы";
$tx['adminmenu']['help']="Помощь";
$tx['adminmenu']['images']="Изображения";
$tx['adminmenu']['langconfig']="Сайт";
$tx['adminmenu']['language']="Язык";
$tx['adminmenu']['log']="Лог-файл";
$tx['adminmenu']['logout']="Выход";
$tx['adminmenu']['media']="Media";
$tx['adminmenu']['normal']="Режим просмотра";
$tx['adminmenu']['pagemanager']="Страницы";
$tx['adminmenu']['plugins']="Плагины";
$tx['adminmenu']['settings']="Настройки";
$tx['adminmenu']['stylesheet']="Стиль";
$tx['adminmenu']['sysinfo']="Информация";
$tx['adminmenu']['template']="Шаблон";
$tx['adminmenu']['userfiles']="Пользовательские файлы";
$tx['adminmenu']['validate']="Проверка ссылки";
$tx['error']['401']="Ошибка 401: Несанкционированный доступ";
$tx['error']['404']="Ошибка 404: Страница не найдена";
$tx['error']['alreadyexists']="Уже существует";
$tx['error']['cntdelete']="Не удается удалить";
$tx['error']['cntlocateheading']="Нет выбранной страницы";
$tx['error']['cntopen']="Не удается открыть";
$tx['error']['cntsave']="Не удалось сохранить";
$tx['error']['cntwriteto']="Не удалось записать в";
$tx['error']['missing']="Отсутствующий";
$tx['error']['notreadable']="Не читаемые";
$tx['error']['notwritable']="Не записываемые";
$tx['error']['tolarge']="слишком большой! Максимальный размер имеет значение";
$tx['error']['undefined']="Не определено";
$tx['error']['wrongext']="Неправильное расширение файла";
$tx['filebrowser']['help']="Список разрешенных расширений файлов в каждой папке - через запятую - до. <b>*</b> служит в качестве заполнителя для всех расширений файлов.";
$tx['filebrowser']['error_not_deleted']="<b>%s</b> не был удален.";
$tx['filebrowser']['error_file_is_used']="Файл используется на этих страницах:";
$tx['filebrowser']['error_file_too_big']="Размер файла превышает (%s kb) допустимый предел (%s kb). Вы можете увеличить предел в вашей конфигурации.";
$tx['filebrowser']['error_folder_not_empty']="Папка не пуста.";
$tx['filebrowser']['error_not_writeable']="Папка <b>%s</b> не для записи. Пожалуйста, измените файл разрешения.";
$tx['filebrowser']['error_unknown']="Что-то пошло не так.";
$tx['filebrowser']['error_not_uploaded']="<b>%s</b> не была загружена.";
$tx['filebrowser']['error_file_already_exists']="Файл уже существует.";
$tx['filebrowser']['error_cant_rename']="<b>%s</b> не был переименован.";
$tx['filebrowser']['error_cant_change_extension']="Вы не можете изменить расширение файла.";
$tx['filebrowser']['error_no_proper_extension']="File type <b>%s</b> Не допускается в текущей папке.";
$tx['filebrowser']['error_folder_already_exists']="Folder <b>%s</b> уже существует.";
$tx['filebrowser']['error_cant_create_folder']="Папка не была создана.";
$tx['filebrowser']['success_deleted']="<b>%s</b> удаленный.";
$tx['filebrowser']['success_uploaded']="<b>%s</b> загружено.";
$tx['filebrowser']['success_folder_created']="<b>%s</b> созданный.";
$tx['filebrowser']['success_renamed']="<b>%s</b> переименован в <b>%s</b>.";
$tx['filebrowser']['upload_file_to']="Загрузить файл <b>%s</b>";
$tx['filebrowser']['create_subfolder_in']="Создайте подпапку в <b>%s</b>";
$tx['filebrowser']['upload_file']="Загрузить файл";
$tx['filebrowser']['create_folder']="Создайте подпапку";
$tx['filebrowser']['confirm_delete']="Действительно удалить %s?";
$tx['filebrowser']['prompt_rename']="Переименовать %s в:";
$tx['filebrowser']['cf_confirm_delete']="Этот текст используется в javascript контекст: не используйте \" or \\'";
$tx['filebrowser']['cf_prompt_rename']="Этот текст используется в javascript контекст: не используйте \" or \\'";
$tx['filebrowser']['folder']="Папка";
$tx['filebrowser']['files']="Файлы:";
$tx['files']['bytes']="байт";
$tx['files']['totalsize']="Общий размер";
$tx['filetype']['backup']="резервное копирование";
$tx['filetype']['config']="CMS конфигурация";
$tx['filetype']['content']="содержание файла";
$tx['filetype']['execute']="выполнять";
$tx['filetype']['file']="файл";
$tx['filetype']['folder']="папка";
$tx['filetype']['langconfig']="Сайт конфигурации";
$tx['filetype']['language']="языковой файл";
$tx['filetype']['log']="журнал";
$tx['filetype']['pagedata']="pagedata file";
$tx['filetype']['stylesheet']="стили";
$tx['filetype']['template']="шаблон";
$tx['heading']['error']="ОШИБКА";
$tx['heading']['warning']="ОШИБКА / ВНИМАНИЕ";
$tx['help']['adminmenu_narrow_max']="<p>Максимальное количество плагинов, которые будут отображены в небольшом выпадающем меню плагинов.</p><p>Дополнительные подключаемые модули создают три колонки выпадающего меню.</p>";
$tx['help']['adminmenu_scroll']="<p>If set to <b>правда</b> меню администратора будет прокручиваться с веб-страницы.</p>";
$tx['help']['backup_numberoffiles']="<p>Количество резервных копий content.htm и pagedata.php на веб-сервере.</p><p>Default: <b>10</b></p>";
$tx['help']['downloads_maxsize']="<p>Максимальный размер загрузки в байтах</p>";
$tx['help']['editor_height']="<p>Integer или JavaScript это выражение, которое возвращает целое число, для редактора уровней в пикселях.</p>";
$tx['help']['editor_external']="<p>Если вы хотите использовать внешний редактор, установить его в качестве плагина и введите его название здесь.</p>";
$tx['help']['editor_tinymce_toolbar']="<p>Выберите на панели инструментов редактора TinyMCE.</p><p><b>!!! Только эффективны для TinyMCE !!!</b> (редактор по умолчанию)</p>";
$tx['help']['filebrowser_external']="<p>Если вы хотите использовать внешний файл-браузер, например hi_kcfinder, установите этот плагин и введите его название здесь.</p>";
$tx['help']['filebrowser_extensions_downloads']="<p>Действует только для оригинального CMSimple Filebrowser.</p>";
$tx['help']['filebrowser_extensions_images']="<p>Действует только для оригинального CMSimple Filebrowser.</p>";
$tx['help']['filebrowser_extensions_media']="<p>Действует только для оригинального CMSimple Filebrowser.</p>";
$tx['help']['filebrowser_extensions_userfiles']="<p>Действует только для оригинального CMSimple Filebrowser.</p>";
$tx['help']['folders_downloads']="<p>Папка для скачивания, используется редактором диалогов</p><p>Неисполнение: <b>userfiles/downloads/</b></p>";
$tx['help']['folders_images']="<p>Папка для изображений, используемых редактором диалогов</p><p>Неисполнение: <b>userfiles/images/</b></p>";
$tx['help']['folders_media']="<p>Папка для мультимедийных файлов, используемых редактором диалогов</p><p>Неисполнение: <b>userfiles/media/</b></p>";
$tx['help']['folders_userfiles']="<p>Родительская папка пользовательские файлы</p><p>Неисполнение: <b>userfiles/</b></p>";
$tx['help']['functions_file']="<p>Пожалуйста, не меняйте</p>";
$tx['help']['hidden_path_locator']="<p><b>правда</b> показывает путь скрытые страницы в локаторе.</p>";
$tx['help']['hidden_pages_search']="<p><b>правда</b> показывает скрытые страницы в результатах внутренней функции поиска.</p>";
$tx['help']['hidden_pages_sitemap']="<p><b>правда</b> показывает скрытые страницы в карте сайта.</p>";
$tx['help']['hidden_pages_toc']="<p><b>правда</b> показывает скрытые страницы в оглавлении (навигация по меню), если они вызываются (называют, например, через ссылку).</p>";
$tx['help']['images_maxsize']="<p>Максимальный размер загружаемых изображений в Byte</p>";
$tx['help']['jquery_autoload']="<p>Установить <b>1</b> и библиотеки будут доступны постоянно.</p>";
$tx['help']['language_default']="<p>Во втором языках в 2-значный папки, задать язык страницы родителя или дочерний здесь.</p><p>Второй языках в 2-значный каталоги признать свой ​​язык автоматически.</p>";
$tx['help']['langconfig']="настройки<b>Шаблон</b> and <b>Пароль</b><br />заменит ваши настройки конфигурации CMS!";
$tx['help']['locator_show_homepage']="<b>правда</b> показывает ссылку на главную страницу";
$tx['help']['mailform_captcha']="<b>правда</b> включен Спам в контактной форме";
$tx['help']['mailform_email']="<p>Если указан е-маил, то форма связи будет активна</p>";
$tx['help']['menu_color']="<p>Не используется CMSimple core</p>";
$tx['help']['menu_highlightcolor']="<p>Не используется CMSimple core</p>";
$tx['help']['menu_legal']="<p>Для совместимости с более старыми версиями, пожалуйста, не меняйте.</p><p>Невыполнение: <b>CMSimple Уведомления</b></p>";
$tx['help']['menu_levels']="<p>Число уровней страниц и структура меню. Настройка от 1 до 6 возможны</p><p><i>Пример:</i> Если вы оказались здесь в <b>3</b>, h1-h3 можно будет разделить содержание в новых страницах.</p><p>Default: <b>3</b></p>";
$tx['help']['menu_levelcatch']="<p>Пожалуйста, не меняйте.</p><p>Невыполнение: <b>10</b></p>";
$tx['help']['menu_sdoc']="<p>Пустой или <b>родитель</b>, <i>родитель</i> добавляет класс <i>sdocs</i> на все открытые ветви меню навигации.</p><p>Невыполнение: <b>родитель</b></p>";
$tx['help']['meta_author']="<p>Автор сайта (может быть пустым)</p>";
$tx['help']['meta_description']="<p>Краткое описание сайта для поисковых систем</p>";
$tx['help']['meta_keywords']="<p>Ключевые слова для поисковых систем, разделенных запятыми без пробелов после запятой</p>";
$tx['help']['meta_publisher']="<p>Издатель веб-сайта (может быть пустым)</p>";
$tx['help']['meta_robots']="<p>Инструкции для поисковых систем</p><p>Невыполнение: <b>index, follow</b></p>";
$tx['help']['pagemanager_external']="<p>Если вы хотите использовать внешнию управляющую страницу, установите плагин и введите его название здесь</p>";
$tx['help']['pagemanager_pagedata_attribute']="<p><b>опубликованный</b> or <b>linked_to_menu</b></p><p>Атрибут PageData для галочки.</p><p><b>Осторожность:</b> Если вы выберете о нарушении атрибут, вы запутаетесь в ваших pagedata.php!</p><p><b>!!! Действует только для оригинала CMSimple Pagemanager !!!</b></p>";
$tx['help']['plugins_folder']="<p>Пожалуйста, не меняйте</p>";
$tx['help']['scripting_regexp']="<p>Пожалуйста, не меняйте</p>";
$tx['help']['security_password']="<p>Зашифрованный пароль на этой странице, пожалуйста, введите новый пароль в виде простого текста.</p>";
$tx['help']['security_type']="<p>Невыполнение: <b>страницы</b></p>";
$tx['help']['site_allow_config']="<p><b>true</b> автор дает доступ к конфигурации системы. Все остальные обеспечивают доступ.</p><p><b>!!! ВНИМАНИЕ!!!</b></p><p>Если Вы отключает доступ к конфигурации системы, вы только можете включить ее в ftp.</p>";
$tx['help']['site_full_settings_menu']="<p><b>правда</b> включить меню настройки администратора меню. Все остальные доступно в меню настроек.</p><p><b>!!! ВНИМАНИЕ!!!</b></p><p>Доступ к конфигурации системы можно получить через адресную строку браузера.</p>";
$tx['help']['site_content_visible']="<p><b>правда</b> отображает содержимое и навигации для посетителей, которые не вошли в систему.</p><p>Скрывается содержание и элементы навигации для не зарегистрированных пользователей.</p><p>Вы можете использовать его как просто режим обслуживания.</p>";
$tx['help']['site_create_content_textfiles']="<p><b>правда</b> создает для каждой страницы h1 TXT-файл для использования в другом месте в содержании или в других системах внутри области.</p><p>TXT-файлы будут храниться в Папке:</p><p>./userfiles/co_author/</p>";
$tx['help']['site_template']="<p>Шаблон веб-сайта</p>";
$tx['help']['site_title']="<p>Название сайта</p>";
$tx['help']['uri_length']="<p>Максимальная длина URL.</p><p>Невыполнена: <b>256</b></p>";
$tx['help']['uri_seperator']="<p>Характер, который отделяет имена страниц и подстраниц в URL.</p>";
$tx['help']['xhtml_amp']="<p><b>правда</b> преобразует <i>&</i> to <i>&amp;amp;</i>в содержании. Изменение этого параметра не рекомендуется.</p>";
$tx['help']['xhtml_endtags']="<p><b>правда</b> создает в содержании XHTML определение маркировки, предусмотренной завершенной косой чертой в &lt;br&gt; etc.</p>";
$tx['images']['usedin']="Используется в";
$tx['languagemenu']['text']="выбрать язык: ";
$tx['lastupdate']['dateformat']="F d, Y, H:i";
$tx['lastupdate']['text']="Последнее обновление";
$tx['link']['check']="Пожалуйста, проверьте: ";
$tx['link']['check_errors']="Проблемы и ошибки: ";
$tx['link']['check_ok']="Ошибок не обнаружено";
$tx['link']['checked']="Ссылки были проверены. ";
$tx['link']['email']="Это адрес электронной почты действителен и до сих пор используется?";
$tx['link']['error']="Ошибка: ";
$tx['link']['errors']="Ошибки: ";
$tx['link']['ext_error_domain']="неисправные внешние ссылки, домен не доступен.";
$tx['link']['ext_error_page']="неисправность: внешняя ссылка, страница не доступна.";
$tx['link']['hints']="Советы:";
$tx['link']['int_error']="неисправность: внутренних ссылок на странице не существует.";
$tx['link']['link']="Ссылка: ";
$tx['link']['linked_page']="Ссылка Целевая: ";
$tx['link']['page']="Страница: ";
$tx['link']['redirect']="Ваша страница будет перенаправлена. Пожалуйста, проверьте ссылки.";
$tx['link']['returned_status']="Вернулся http код состояния: ";
$tx['link']['unknown']="Неизвестные проблемы, пожалуйста, проверьте ссылку.";
$tx['locator']['home']="Домой";
$tx['locator']['text']="Вы находитесь здесь: ";
$tx['log']['dateformat']="Y-m-d H:i:s";
$tx['log']['loggedin']="вход в систему";
$tx['login']['loggedout']="Вы вышли из администрирования";
$tx['login']['warning']="<p>Администрация сайта</p><p>Пожалуйста, введите пароль</p><p>!!! <i>JavaScript и Cookies должны быть активированы</i> !!!</p>";
$tx['mailform']['captcha']="Пожалуйста, введите код (защита от спама)";
$tx['mailform']['captchafalse']="Пожалуйста, введите проверочный код";
$tx['mailform']['mustwritemessage']="Пожалуйста введите текстовое сообщение";
$tx['mailform']['notaccepted']="Пожалуйста, заполните необходимые поля";
$tx['mailform']['notsend']="Сообщение не может быть отправлено";
$tx['mailform']['send']="Сообщение отправлено";
$tx['mailform']['sendbutton']="Послать";
$tx['mailform']['sender']="Ваш е-маил";
$tx['mailform']['sendername']="Ваше имя";
$tx['mailform']['senderphone']="Ваш номер телефона";
$tx['menu']['login']="Вход";
$tx['menu']['mailform']="Письмо администратору";
$tx['menu']['print']="Версия для печати";
$tx['menu']['sitemap']="Карта сайта";
$tx['message']['maintenance']="<p><b>Этот сайт находится на обслуживании в этот момент.</b></p><p><b>Пожалуйста, повторите попытку позже.</b></p>";
$tx['message']['maintenance_backend']="<b>!!! Этот сайт находится в режиме обслуживания!!!</b>";
$tx['message']['own_configfile']="Собственной конфигурации для этого дочернего или второго языка не будет - no config.php файл в корневой папке этого дочернего или второго языка.<br /><br /><b>Вы редактируете конфигурацию основного сайта.</b>";
$tx['message']['plugin_standard1']="Этот плагин CMSimple Стандартный Plugin.";
$tx['message']['plugin_standard2']="Изменить конфигурацию в";
$tx['meta']['codepage']="utf-8";
$tx['meta_tags']['tab']="Meta";
$tx['meta_tags']['form_title']="Мета - теги";
$tx['meta_tags']['title']="Title - заголовок страницы:";
$tx['meta_tags']['description']="Description -снипет, то что выходит в поисковой выдаче:";
$tx['meta_tags']['keywords']="Ключевые слова:";
$tx['meta_tags']['robots']="Robots:";
$tx['meta_tags']['hint_title']="<p>Хороший заголовок вашей страницы может улучшить ранжирование в поисковой системе.</p>";
$tx['meta_tags']['hint_description']="<p>Напишите краткий резюме об этой статье.</p><p>В большинстве случаев это будет показано на страницах поисковой выдачи поисковых систем.</p>";
$tx['meta_tags']['hint_keywords']="<p>Список наиболее важных тем этой статьи, разделенных запятыми.</p>";
$tx['meta_tags']['hint_robots']="<p><b>index, follow</b> » Поисковики могут индексировать эту страницу.</p><p><b>noindex, nofollow</b> » Поисковики являются <b>NOT</b> позволить индексировать эту страницу.</p>";
$tx['meta_tags']['submit']="представлять";
$tx['navigator']['next']="Следующая »";
$tx['navigator']['previous']="« Предыдущая";
$tx['navigator']['top']="ВВЕРХ";
$tx['page_params']['tab']="Страница";
$tx['page_params']['form_title']="Параметры страницы";
$tx['page_params']['heading']="Альтернативный заголовок?";
$tx['page_params']['header_location']="Страница-перенаправление?";
$tx['page_params']['template']="Шаблон страницы:";
$tx['page_params']['last_edit']="Последний раз редактировалось:";
$tx['page_params']['show_last_edit']="Показать последние изменения?";
$tx['page_params']['published']="Опубликованный?";
$tx['page_params']['linked_to_menu']="Показать в меню?";
$tx['page_params']['yes']="да";
$tx['page_params']['no']="нет";
$tx['page_params']['submit']="сохранять";
$tx['page_params']['use_default_template']="шаблон по умолчанию";
$tx['page_params']['hint_heading']="<p>Вы можете выбрать другой заголовок, который будет отображаться на странице </p><p>Если вы хотите, чтобы отобразить на самой странице еще ​​один титул (или нет), вы можете указать, что это здесь.</p>";
$tx['page_params']['hint_published']="<p>Если вы выберете <b>нет</b> эта страница будет скрыта от посетителей. Не забудьте изменить его на <b>да</b> когда вы будете готовы.</p>";
$tx['page_params']['hint_linked_to_menu']="<p>Выбирать <b>No</b> чтобы скрыть эту страницу с навигацией.</p><p>Содержимое страницы и прямые ссылки будет доступно для news boxes.</p>";
$tx['page_params']['hint_last_edit']="<p>Выбирать <b>yes</b> для отображения даты последнего редактирования этой же страницы. Формат даты может быть изменен в настройках языка, внешний вид могут быть стилизованы с CSS селектором <b>#pp_last_update</b>.</p>";
$tx['page_params']['hint_template']="<p>Вы хотите выбрать другой шаблон для этой страницы?</p>";
$tx['page_params']['hint_header_location']="<p>Здесь вы можете сделать перенаправление этой страницы на какую нибудь другую внутреннюю страницу своего сайта или на внешнюю страницу другого сайта.</p><p>External targets have to be noted completely including http://</p>";
$tx['pagemanager']['cf_verbose']="<p>Показать информацию и диалоги подтверждения? <b>правда/b> or <b>ложный</b></p><p><strong><b>правда</b> Настоятельно рекомендуется</strong>, если вы не являетесь опытным пользователем <strong>and</strong> уже имеющих Pagemanager_XH.</p>";
$tx['pagemanager']['cf_toolbar_show']="<p>Если панель инструментов отображается? <b>правда</b> or <b>ложный</b></p>";
$tx['pagemanager']['cf_toolbar_vertical']="<p>Если панель инструментов отображается вертикально? <b>правда</b> or <b>ложный</b></p><p>Эта опция предназначена для опытных пользователей, которые можно настроить макет в Plugin стилях.</p>";
$tx['pagemanager']['cf_pagedata_attribute']="<p>Да / нет (по умолчанию да) PageData атрибут для галочки, например <b>опубликованный</b> or <b>linked_to_menu</b>.</p><p><strong>Внимание:</strong> Если вы выберете о нарушении атрибут, берите с собой pagedata.php!</p>";
$tx['pagemanager']['cf_treeview_theme']="<p>Тема дерева виджетов: <b>cmsimple</b></p><p>Другие темы доступны http://3-magi.net/?CMSimple_XH/Pagemanager_XH.</p>";
$tx['pagemanager']['cf_treeview_animation']="<p>Продолжительность открытия / закрытия анимации. 0 означает отсутствие анимации.</p>";
$tx['pagemanager']['cf_utf8_marker']="<p>Внутреннее использование. <strong>Не изменяйте!</strong></p>";
$tx['pagemanager']['menu_main']="Страница администрации";
$tx['pagemanager']['op_expand']="Развернуть все страницы";
$tx['pagemanager']['op_collapse']="Свернуть все страницы";
$tx['pagemanager']['op_create']="Создайте страницу(<em>в качестве суб-страницы</em>)";
$tx['pagemanager']['op_create_after']="Создайте страницу (<em>на том же уровне - после суб-страницы</em>)";
$tx['pagemanager']['op_rename']="Переименовать страницу";
$tx['pagemanager']['op_delete']="Удалить страницу (<em>incl. подстраницу</em>)";
$tx['pagemanager']['op_cut']="Вырезать";
$tx['pagemanager']['op_copy']="Скопировать";
$tx['pagemanager']['op_paste']="Вставить (<em>as sub-page</em>)";
$tx['pagemanager']['op_paste_after']="Вставить (<em>на том же уровне - после суб-страницы</em>)";
$tx['pagemanager']['op_help']="<p>Вы можете изменить порядок страниц <em>drag&amp;drop</em>. <em>Щелчок правой кнопкой мыши на странице</em> открывает контекстное меню. Более подробные инструкции доступны в плагине помощь.</p>";
$tx['pagemanager']['treeview_loading']="Загрузка...";
$tx['pagemanager']['treeview_new']="Новая страница";
$tx['pagemanager']['button_delete']="Удалять";
$tx['pagemanager']['button_ok']="ХОРОШО";
$tx['pagemanager']['button_cancel']="Отменить";
$tx['pagemanager']['message_confirm']="Подтверждение";
$tx['pagemanager']['message_confirm_deletion']="Страница со всеми ее суб-страницами будут удалены!";
$tx['pagemanager']['message_warning_leave']="Ваши изменения будут потеряны!";
$tx['pagemanager']['message_confirm_leave']="*** НЕСОХРАНЕННЫЕ ИЗМЕНЕНИЯ! ***\r\n\r\nПодтвердить, чтобы спасти их, в противном случае они будут потеряны!\r\n";
$tx['pagemanager']['message_information']="Информация";
$tx['pagemanager']['message_menu_level']="Это будет превышать уровень вашей <em>уровни меню</em> конфигурации!";
$tx['pagemanager']['message_no_selection']="Перед использованием Вы должны выбрать страницуl!";
$tx['pagemanager']['message_delete_last']="Вы не должны удалить последнюю страницу верхнего уровня!";
$tx['pagemanager']['error_phpversion']="Pagemanager_XH требуется по крайней мере PHP версия %s!";
$tx['pagemanager']['error_extension']="Pagemanager_XH требуется PHP's %s расширение!";
$tx['pagemanager']['error_jquery']="Pagemanager_XH требуется jQuery4CMSimple плагин! Пожалуйста <a href='http://www.cmsimple-xh.com/wiki/doku.php/plugins:jquery4cmsimple'>скачайте</a> и установите плагин, прежде чем приступить к работе.";
$tx['pagemanager']['error_encoding']="Pagemanager_XH требуется UTF-8 кодирование!";
$tx['pagemanager']['error_structure_confirmation']="Я знаю <em>exactly</em> что я делаю,! Я хочу продолжить.";
$tx['pagemanager']['error_structure_warning']="<strong>Найдена не регулярная структура страницы.</strong> Для получения дополнительной информации смотрите плагин, а за помощью обратитесь к вебмастеру!";
$tx['pagemanager']['error_nesting']="Слишком глубоко вложенные структуры страницы!";
$tx['pagemanager']['error_cant_rename']="Эта страница не может быть переименована, а его заголовок частично отформатирован.";
$tx['pagemanager']['error_offending_extension']="Если Вы столкнулись с расширением, которое включает в себя собственную библиотеку JQuery(см. руководство по эксплуатации, раздел\"Ограничения\").";
$tx['result']['created']="создано";
$tx['result']['deleted']="удалено";
$tx['result']['uploaded']="обновлено";
$tx['search']['button']="Поиск";
$tx['search']['foundin']="найдено на";
$tx['search']['notfound']="не найдено";
$tx['search']['pgplural']="страницы";
$tx['search']['pgsingular']="странице";
$tx['search']['result']="Результаты поиска";
$tx['settings']['backup']="Резервная копия";
$tx['settings']['backupexplain1']="В конце сеанса содержание копируется и более старый резервный файл(ы) будет удален.";
$tx['settings']['backupexplain2']="Имя копии будет содержать: YYYYMMDD_HHMMSS";
$tx['settings']['backupexplain3']="Пожалуйста, сохраните файл контента и PageData файл всегда вместе!";
$tx['settings']['ftp']="Используйте FTP для удаленного управления файлами";
$tx['settings']['systemfiles']="Системные файлы";
$tx['settings']['warning']="Не изменяйте параметры настроек, если не уверены!!";
$tx['submenu']['heading']="Разделы";
$tx['sysinfo']['helplinks']="Информация и Помощь Ссылки";
$tx['sysinfo']['php_version']="PHP-Версия";
$tx['sysinfo']['phpinfo_hint']="(откроется в новом окне или вкладке)";
$tx['sysinfo']['phpinfo_link']="PHP Информация &raquo;";
$tx['sysinfo']['plugins']="Установленные Плагины";
$tx['sysinfo']['version']="Установленная CMSimple Версия";
$tx['template']['default']="шаблон по умолчанию";
$tx['template']['text1']="Шаблон Текста 1";
$tx['template']['text2']="Шаблон Текста 2";
$tx['template']['text3']="Шаблон Текста 3";
$tx['template']['text4']="Шаблон Текста 4";
$tx['template']['text5']="Шаблон Текста 5";
$tx['template']['text6']="Шаблон Текста 6";
$tx['template']['text7']="Шаблон Текста 7";
$tx['template']['text8']="Шаблон Текста 8";
$tx['template']['text9']="Шаблон Текста 9";
$tx['title']['downloads']="Файлы";
$tx['title']['images']="Изображения";
$tx['title']['mailform']="Письмо администратору";
$tx['title']['media']="Media файлы";
$tx['title']['phpinfo']="PHP Информация";
$tx['title']['search']="Поиск";
$tx['title']['settings']="Настройки";
$tx['title']['sitemap']="Карта сайта";
$tx['title']['sysinfo']="Информация о системе";
$tx['title']['userfiles']="Пользовательские файлы";
$tx['title']['validate']="Проверка ссылок";
$tx['toc']['dupl']="ДУБЛИКАТ ЗАГОЛОВКА";
$tx['toc']['empty']="ПУСТОЙ ЗАГОЛОВОК";
$tx['toc']['missing']="ПОТЕРЯННЫЙ ЗАГОЛОВОК";
$tx['toc']['newpage']="НОВАЯ СТРАНИЦА";
$tx['urichar']['new']="";
$tx['urichar']['org']="";
$tx['validate']['extfail']="НЕВЕРНАЯ ВНЕШНЯЯ ССЫЛКА";
$tx['validate']['extok']="ВЕРНАЯ ВНЕШНЯЯ ССЫЛКА";
$tx['validate']['intfail']="НЕВЕРНАЯ ВНУТРЕННЯЯ ССЫЛКА";
$tx['validate']['intfilok']="ВЕРНАЯ ВНУТРЕННЯЯ ССЫЛКА НА ФАЙЛ";
$tx['validate']['intok']="ВЕРНАЯ ВНУТРЕННЯЯ ССЫЛКА";
$tx['validate']['mailto']="MAILTO ССЫЛКА";
$tx['validate']['notxt']="НЕТ ТЕКСТА ПО ССЫЛКЕ";
$tx['version']['cmsimple_ok']="Current CMSimple version is installed.";
$tx['version']['current_version_installed']="Current version installed";
$tx['version']['info_download']="Info&nbsp;and&nbsp;download";
$tx['version']['no_versionsinfo']="No version informations available";
$tx['version']['standard_plugin']="Standard System Plugin";
$tx['version']['update_available']="Newer version is available";
$tx['version']['updates_message']="Updates available";
$tx['version']['version_check_failed']="Version check failed!";
$tx['utf-8']['marker']="äöü";
?>

View File

@ -0,0 +1,329 @@
<?php
/* utf8-marker = äöüß */
$tx['action']['delete']="sil";
$tx['action']['download']="indir";
$tx['action']['edit']="güncelle";
$tx['action']['save']="kaydet";
$tx['action']['upload']="yükle";
$tx['action']['view']="izle";
$tx['adminmenu']['configuration']="İYS";
$tx['adminmenu']['downloads']="Dosya indirmeler";
$tx['adminmenu']['edit']="Güncelleme modu";
$tx['adminmenu']['files']="Dosyalar";
$tx['adminmenu']['help']="Yardım";
$tx['adminmenu']['images']="Resimler";
$tx['adminmenu']['langconfig']="Web sitesi";
$tx['adminmenu']['language']="Dil";
$tx['adminmenu']['log']="Kütük dosyası";
$tx['adminmenu']['logout']="Çıkış";
$tx['adminmenu']['media']="Medya";
$tx['adminmenu']['normal']="İzleme modu";
$tx['adminmenu']['pagemanager']="Sayfalar";
$tx['adminmenu']['plugins']="Yamalar";
$tx['adminmenu']['settings']="Ayarlar";
$tx['adminmenu']['stylesheet']="Biçimlendirme";
$tx['adminmenu']['sysinfo']="Bilgi";
$tx['adminmenu']['template']="Tema";
$tx['adminmenu']['userfiles']="Kullanıcı dosyaları";
$tx['adminmenu']['validate']="Linkleri onayla";
$tx['error']['401']="Hata 401: Yetkisiz giriş";
$tx['error']['404']="Hata 404: Bulunamadı";
$tx['error']['alreadyexists']="Zaten mevcut";
$tx['error']['cntdelete']="Silinemedi";
$tx['error']['cntlocateheading']="Sayfa seçilmedi";
$tx['error']['cntopen']="ılamadı";
$tx['error']['cntsave']="Kaydedilemedi";
$tx['error']['cntwriteto']="Yazılamadı";
$tx['error']['missing']="Eksik";
$tx['error']['notreadable']="Okunamaz";
$tx['error']['notwritable']="Yazılamaz";
$tx['error']['tolarge']="çok büyük! En fazla boyut";
$tx['error']['undefined']="Tanımsız";
$tx['error']['wrongext']="Hatalı dosya uzantısı -";
$tx['filebrowser']['help']="Virgüllerle ayrılmış liste halinde, her bir klasör için dosya eklentilerini yazın. Tüm dosya eklentileri için <b>*</b> kullanın.";
$tx['filebrowser']['error_not_deleted']="<b>%s</b> silinmedi.";
$tx['filebrowser']['error_file_is_used']="Dosya şu sayfalarda kullanımda:";
$tx['filebrowser']['error_file_too_big']="Dosya boyutu (%s kb) izin verilen sınırı (%s kb) aşıyor. Ayarlar yoluyla sınırı artırabilirsiniz.";
$tx['filebrowser']['error_folder_not_empty']="Klasör boş değil.";
$tx['filebrowser']['error_not_writeable']="<b>%s</b> klasörü yazılabilir değil. Dosya izinlerini değiştirin.";
$tx['filebrowser']['error_unknown']="Bir hata oluştu.";
$tx['filebrowser']['error_not_uploaded']="<b>%s</b> yüklenemedi.";
$tx['filebrowser']['error_file_already_exists']="Dosya zaten var.";
$tx['filebrowser']['error_cant_rename']="<b>%s</b> yeniden adlandırılamadı.";
$tx['filebrowser']['error_cant_change_extension']="Dosya uzantısını değiştiremezsiniz.";
$tx['filebrowser']['error_no_proper_extension']="<b>%s</b> dosya tipine bu klasörde izin yok.";
$tx['filebrowser']['error_folder_already_exists']="<b>%s</b> klasörü zaten mevcut.";
$tx['filebrowser']['error_cant_create_folder']="Klasör oluşturulamadı.";
$tx['filebrowser']['success_deleted']="<b>%s</b> silindi.";
$tx['filebrowser']['success_uploaded']="<b>%s</b> yüklendi.";
$tx['filebrowser']['success_folder_created']="<b>%s</b> oluşturuldu.";
$tx['filebrowser']['success_renamed']="<b>%s</b>, <b>%s</b> olarak yeniden adlandırıldı.";
$tx['filebrowser']['upload_file_to']="Dosyayı <b>%s</b> içinde yükle";
$tx['filebrowser']['create_subfolder_in']="<b>%s</b> içinde alt klasör oluştur";
$tx['filebrowser']['upload_file']="Dosya yükle";
$tx['filebrowser']['create_folder']="Alt klasör oluştur";
$tx['filebrowser']['confirm_delete']="%s silinsin mi?";
$tx['filebrowser']['prompt_rename']="%s için yeni ad:";
$tx['filebrowser']['cf_confirm_delete']="Bu metin javascript içerikte kullanılıyor: Yazarken \" ya da \\' kullanmayın";
$tx['filebrowser']['cf_prompt_rename']="Bu metin javascript içerikte kullanılıyor: Yazarken \" or \\' kullanmayın";
$tx['filebrowser']['folder']="Klasör";
$tx['filebrowser']['files']="Dosyalar:";
$tx['files']['bytes']="bit";
$tx['files']['totalsize']="Toplam boyut";
$tx['filetype']['backup']="yedekle";
$tx['filetype']['config']="İYS ayarları";
$tx['filetype']['content']="içerik dosyası";
$tx['filetype']['execute']="uygula";
$tx['filetype']['file']="dosya";
$tx['filetype']['folder']="klasör";
$tx['filetype']['langconfig']="Web sitesi ayarları";
$tx['filetype']['language']="dil dosyası";
$tx['filetype']['log']="kütük";
$tx['filetype']['pagedata']="sayfa verisi dosyası";
$tx['filetype']['stylesheet']="biçimlendirme";
$tx['filetype']['template']="tema";
$tx['heading']['error']="HATA";
$tx['heading']['warning']="HATA / UYARI";
$tx['help']['adminmenu_narrow_max']="<p>Dar bir Yama Açılır Mönüsünde gösterilen en fazla yama sayısı.</p><p>Daha fazla yama 3 sütunlu bir açılır mönü yaratır.</p>";
$tx['help']['adminmenu_scroll']="<p>Eğer <b>true</b> olarak seçilirse yönetici mönüsü sayfayla birlikte hareket eder.</p>";
$tx['help']['backup_numberoffiles']="<p>Web sürücüsü üzerinde content.htm ve pagedata.htm için en fazla yedekleme sayısı.</p><p>Varsayılan: <b>10</b></p>";
$tx['help']['downloads_maxsize']="<p>Bit değeriyle en fazla dosya indirme boyutu</p>";
$tx['help']['editor_height']="<p>Piksel değeriyle editör yüksekliği için tamsayı ya da Javascript ifadesi.</p>";
$tx['help']['editor_external']="<p>Eğer harici bir editör kullanmak isterseniz yama olarak yükleyin ve adını buraya yazın.</p>";
$tx['help']['editor_tinymce_toolbar']="<p>TinyMCE editörü araç çubuğunun boyutunu seçin.</p><p><b>!!! Yalnızca TinyMCE için geçerlidir !!!</b> (varsayılan editör)</p>";
$tx['help']['filebrowser_external']="<p>Eğer harici bir dosya tarayıcı - örneğin hi_kcfinder - kullanmak isterseniz yama olarak yükleyin ve adını buraya yazın.</p>";
$tx['help']['filebrowser_extensions_downloads']="<p>Yalnızca orijinal CMSimple Dosya Tarayıcısı için geçerlidir.</p>";
$tx['help']['filebrowser_extensions_images']="<p>Yalnızca orijinal CMSimple Dosya Tarayıcısı için geçerlidir.</p>";
$tx['help']['filebrowser_extensions_media']="<p>Yalnızca orijinal CMSimple Dosya Tarayıcısı için geçerlidir.</p>";
$tx['help']['filebrowser_extensions_userfiles']="<p>Yalnızca orijinal CMSimple Dosya Tarayıcısı için geçerlidir.</p>";
$tx['help']['folders_downloads']="<p>Editör işlemleri için kullanılan dosya indirme klasörü</p><p>Varsayılan: <b>userfiles/downloads/</b></p>";
$tx['help']['folders_images']="<p>Editör işlemleri için kullanılan resim klasörü</p><p>Varsayılan: <b>userfiles/images/</b></p>";
$tx['help']['folders_media']="<p>Editör işlemleri için kullanılan multimedya klasörü</p><p>Varsayılan: <b>userfiles/media/</b></p>";
$tx['help']['folders_userfiles']="<p>Ana userfiles (kullanıcı dosyaları) klasörü</p><p>Varsayılan: <b>userfiles/</b></p>";
$tx['help']['functions_file']="<p>Değiştirmeyin</p>";
$tx['help']['hidden_path_locator']="<p><b>true</b> gizli dosyanın yolunu gösterir.</p>";
$tx['help']['hidden_pages_search']="<p><b>true</b> dahili arama işlemi sonuçlarında gizli sayfaları gösterir.</p>";
$tx['help']['hidden_pages_sitemap']="<p><b>true</b> site haritasında gizli sayfaları gösterir.</p>";
$tx['help']['hidden_pages_toc']="<p><b>true</b> TOC (site içinde dolaşma mönüsü) üzeinde gizli sayfaları gösterir - eğer, örneğin, bir link tarafından isteniyorlarsa.</p>";
$tx['help']['images_maxsize']="<p>Bit değeriyle en fazla yüklenecek resim boyutu</p>";
$tx['help']['jquery_autoload']="<p><b>1</b> olarak ayarlandığında kitaplıklar sürekli mevcut hale gelir.</p>";
$tx['help']['language_default']="<p>2 haneli klasörlerdeki ikinci dillerde ana sayfanın ya da alt sitenin dilini burada belirleyin.</p><p>2 haneli klasörlerdeki ikinci diller kendiliğinden algılanır.</p>";
$tx['help']['langconfig']="Yapılacak <b>Tema</b> ve <b>Şifre</b><br /> ayarları İYS Ayarlarındaki düzenlemeyi geçersiz kılar!";
$tx['help']['locator_show_homepage']="<b>true</b> en başta ana sayfaya bir link gösterir";
$tx['help']['mailform_captcha']="<b>true</b> posta formunda Captcha seçeneğini açar";
$tx['help']['mailform_email']="<p>Eğer açılırsa posta formu devreye sokulur</p>";
$tx['help']['menu_color']="<p>CMSimple çekirdeği tarafından kullanılmıyor</p>";
$tx['help']['menu_highlightcolor']="<p>CMSimple çekirdeği tarafından kullanılmıyor</p>";
$tx['help']['menu_legal']="<p>Eski sürümlerle uyumluluk açısından, değiştirmeyin.</p><p>Varsayılan: <b>CMSimple Yasal Uyarıları</b></p>";
$tx['help']['menu_levels']="<p>Site ve mönü yapısında düzey sayısı. Olası ayarlar 1 ile 6 arasındadır.</p><p><i>Örnek:</i> Eğer <b>3</b> olarak belirlerseniz, h1-h3 yeni sayfalarda içeriği paylaşır.</p><p>Varsayılan: <b>3</b></p>";
$tx['help']['menu_levelcatch']="<p>Değiştirmeyin.</p><p>Varsayılan: <b>10</b></p>";
$tx['help']['menu_sdoc']="<p>Boş bırakın ya da <b>parent</b> olarak belirleyin; <i>parent</i> ile <i>sdocs</i> sınıfı site içi dolaşım mönüsünün açık dallarına atanır.</p><p>Varsayılan: <b>parent</b></p>";
$tx['help']['meta_author']="<p>Web sitesinin yazarı (boş kalabilir)</p>";
$tx['help']['meta_description']="<p>Arama motorları için web sitesinin kısa açıklaması</p>";
$tx['help']['meta_keywords']="<p>Arama motorları için anahtar sözcükler; virgüllerle ayırın ve virgüllerden sonra boşluk bırakmayın</p>";
$tx['help']['meta_publisher']="<p>Web sitesinin yayıncısı (boş kalabilir)</p>";
$tx['help']['meta_robots']="<p>Arama motorları için yönergeler</p><p>Varsayılan: <b>index, follow</b></p>";
$tx['help']['pagemanager_external']="<p>Eğer harici bir sayfa yöneticisi kullanmak isterseniz yama olarak yükleyin ve adını buraya yazın</p>";
$tx['help']['pagemanager_pagedata_attribute']="<p><b>published</b> ya da <b>linked_to_menu</b></p><p>Onay kutuları için sayfa verisi değeri.</p><p><b>Dikkat:</b> Yanlış bir değer seçerseniz pagedata.php dosyası bozulur!</p><p><b>!!! Yalnızca orijinal CMSimple Sayfa Yöneticisi (Pagemanager) için geçerlidir !!!</b></p>";
$tx['help']['plugins_folder']="<p>Değiştirmeyin</p>";
$tx['help']['scripting_regexp']="<p>Değiştirmeyin</p>";
$tx['help']['security_password']="<p>Sitenin kriptolanmış şifresi; yeni şifreyi metin olarak yazın.</p>";
$tx['help']['security_type']="<p>Varsayılan: <b>page</b></p>";
$tx['help']['site_allow_config']="<p><b>true</b> yazara sistem ayarlarına erişim sağlar. Diğerleri erişimi gerçekleştirir. .</p><p><b>!!! UYARI !!!</b></p><p>Sistem ayarlarına erişimi kapatırsanız yalnızca FTP yoluyla yeniden açabilirsiniz.</p>";
$tx['help']['site_full_settings_menu']="<p><b>true</b> yönetici mönüsünde ayarlar mönüsünü açar. Diğerleri erişimi gerçekleştirir.</p><p><b>!!! UYARI !!!</b></p><p>Sistem ayarları erişim tarayıcının adres çubuğu yoluyla da mümkündür.</p>";
$tx['help']['site_content_visible']="<p><b>true</b> web sitesine giriş yapmamış ziyaretçilere içeriği ve site içinde dolaşmayı gösterir.</p><p>Tüm diğerleri web sitesine giriş yapmamış ziyaretçilerden içeriği ve site içi dolaşımı saklar.</p><p>Bunu sitede bakım yapacağınız zaman kullanabilirsiniz.</p>";
$tx['help']['site_create_content_textfiles']="<p><b>true</b> ile her bir h1 sayfası için bir txt dosyası oluşturulur ve bu da içerik için ya da başka kurulumlar için kullanılır.</p><p>Txt uzantılı dosyalar şu klasörde saklanır:</p><p>./userfiles/co_author/</p>";
$tx['help']['site_template']="<p>Web sitesinin teması</p>";
$tx['help']['site_title']="<p>Web sitesinin başlığı</p>";
$tx['help']['uri_length']="<p>URL için en fazla uzunluk.</p><p>Varsayılan: <b>256</b></p>";
$tx['help']['uri_seperator']="<p>URL içinde sayfa ve alt sayfa adlarını ayıran karakter.</p>";
$tx['help']['xhtml_amp']="<p><b>true</b> ile <i>&</i> işareti içerik içinde <i>&amp;amp;</i> işaretine dönüşür. Bu ayarın değiştirilmesi önerilmez.</p>";
$tx['help']['xhtml_endtags']="<p><b>true</b> ile XHTML içerik içinde gerekli &lt;br&gt; gibi imler oluşturulur.</p>";
$tx['images']['usedin']="Kullanıldığı yer";
$tx['languagemenu']['text']="dil seç: ";
$tx['lastupdate']['dateformat']="F d, Y, H:i";
$tx['lastupdate']['text']="En son güncelleme";
$tx['link']['check']="Kontrol edin: ";
$tx['link']['check_errors']="Bulunan sorunlar: ";
$tx['link']['check_ok']="Hata bulunmadı";
$tx['link']['checked']="link kontrol edildi. ";
$tx['link']['email']="Bu e-posta adresi geçerli ve kullanımda mı?";
$tx['link']['error']="Hata: ";
$tx['link']['errors']="Hatalar: ";
$tx['link']['ext_error_domain']="hatalı harici link; adrese erişilemedi.";
$tx['link']['ext_error_page']="hatalı dahili link; sayfaya erişilemedi.";
$tx['link']['hints']="İpuçları:";
$tx['link']['int_error']="hatalı dahili link; sayfa mevcut değil.";
$tx['link']['link']="Link: ";
$tx['link']['linked_page']="Linkin hedefi: ";
$tx['link']['page']="Sayfa: ";
$tx['link']['redirect']="Hedeflenen sayfa başka bir konuma yönlendirme yapıyor. Kontrol edip linki güncelleyin.";
$tx['link']['returned_status']="Alınan http statü kodu: ";
$tx['link']['unknown']="Bilinmeyen sorun - bu linki kontrol edin.";
$tx['locator']['home']="Ana Sayfa";
$tx['locator']['text']="Buradasınız: ";
$tx['log']['dateformat']="Y-m-d H:i:s";
$tx['log']['loggedin']="giriş yaptı";
$tx['login']['loggedout']="Çıkış yaptınız";
$tx['login']['warning']="<p>Site yönetimi</p><p>Şifreyi yazın.</p><p>!!! <i>JavaScript ve çerezler devrede olmalı</i> !!!</p>";
$tx['mailform']['captcha']="Bu sayıyı yazın (spam için önlem)";
$tx['mailform']['captchafalse']="Spam önlemi için kodu yazın";
$tx['mailform']['mustwritemessage']="Mesaj yazılmadı";
$tx['mailform']['notaccepted']="Gerekli alanları doldurun";
$tx['mailform']['notsend']="Mesaj gönderilemedi";
$tx['mailform']['send']="Mesaj gönderildi";
$tx['mailform']['sendbutton']="Gönder";
$tx['mailform']['sender']="E-postanız (gerekli)";
$tx['mailform']['sendername']="Adınız";
$tx['mailform']['senderphone']="Telefon numaranız";
$tx['menu']['login']="Giriş";
$tx['menu']['mailform']="Posta formu";
$tx['menu']['print']="Yazdırılabilir sürüm";
$tx['menu']['sitemap']="Site haritası";
$tx['message']['maintenance']="<p><b>Site şu anda bakımdan geçiriliyor.</b></p><p><b>Daha sonra yeniden deneyin.</b></p>";
$tx['message']['maintenance_backend']="<b>!!! Bu site bakımdan geçiriliyor !!!</b>";
$tx['message']['own_configfile']="Bu alt site ya da ikinci dil için ayar kapalı - bu alt sitenin ya da ikinci sitenin kök dizininde config.php yok.<br /><br /><b>Ana sitenin ayarlarını güncelliyorsunuz.</b>";
$tx['message']['plugin_standard1']="Bu yama bir CMSimple Standard Yaması.";
$tx['message']['plugin_standard2']="Ayarların güncelleneceği yer";
$tx['meta']['codepage']="utf-8";
$tx['meta_tags']['tab']="Meta";
$tx['meta_tags']['form_title']="Meta-Etiketler";
$tx['meta_tags']['title']="Başlık:";
$tx['meta_tags']['description']="ıklama:";
$tx['meta_tags']['keywords']="Anahtar sözcükler:";
$tx['meta_tags']['robots']="Robotlar:";
$tx['meta_tags']['hint_title']="<p>İyi bir başlık arama motorları değerlendirmesini artırabilir.</p>";
$tx['meta_tags']['hint_description']="<p>Bu yazı için kısa bir özet yazın.</p><p>Çoğu durumda, arama motorlarının sonuç sayfalarında gösterilir.</p>";
$tx['meta_tags']['hint_keywords']="<p>Bu yazının en önemli unsurlarının virgüllerle ayrılmış bir listesi.</p>";
$tx['meta_tags']['hint_robots']="<p><b>index, follow</b> » Arama motorlarının bu sayfayı endekslemesine izin var.</p><p><b>noindex, nofollow</b> » Aama motorlarının bu sayfayı endekslemesine izin <b>YOK</b>.</p>";
$tx['meta_tags']['submit']="GÖNDER";
$tx['navigator']['next']="sonraki »";
$tx['navigator']['previous']="« önceki";
$tx['navigator']['top']="yukarı";
$tx['page_params']['tab']="Sayfa";
$tx['page_params']['form_title']="Sayfa parametreleri";
$tx['page_params']['heading']="Alternatif başlık?";
$tx['page_params']['header_location']="Sayfa yeniden yönlendirilsin mi?";
$tx['page_params']['template']="Sayfa teması:";
$tx['page_params']['last_edit']="En son güncelleme:";
$tx['page_params']['show_last_edit']="En son güncelleme gösterilsin mi?";
$tx['page_params']['published']="Yayınlansın mı?";
$tx['page_params']['linked_to_menu']="Mönüde gösterilsin mi?";
$tx['page_params']['yes']="Evet";
$tx['page_params']['no']="Hayır";
$tx['page_params']['submit']="kaydet";
$tx['page_params']['use_default_template']="varsayılan tema";
$tx['page_params']['hint_heading']="<p>Sayfada gösterilecek farklı bir başlık seçebilirsiniz.</p><p>Aşağıda metin editöründe yazacağınız başlık mönülerde kullanılır.</p>";
$tx['page_params']['hint_published']="<p>Eğer <b>hayır</b> seçerseniz bu sayfa ziyaretçilerden saklanır. Hazır olduğunda <b>evet</b> olarak değiştirmeyi unutmayın.</p>";
$tx['page_params']['hint_linked_to_menu']="<p>Bu sayfanın site içi yönlendirmeden gizlenmesi için <b>hayır</b> seçin.</p><p>Sayfa içeriği yine de haber kutularında ve doğrudan linklerle erişilebilir olur.</p>";
$tx['page_params']['hint_last_edit']="<p>Bu sayfanın en son güncellendiği tarihi göstermek için <b>evet</b> seçilebilir. Tarih formatı dil ayarlarından, nasıl görüneceği de <b>#pp_last_update</b> CSS değeri ile belirlenebilir.</p>";
$tx['page_params']['hint_template']="<p>Bu sayfa için başka bir tema seçmek istiyor musunuz?</p>";
$tx['page_params']['hint_header_location']="<p>Buradan bu sayfayı başka bir dahili ya da harici sayfaya yönlendirebilirsiniz.</p><p>Harici hedefler eksiksiz olarak ve http:// eklenerek yazılmalı</p>";
$tx['pagemanager']['cf_verbose']="<p>Bilgi ve onay diyalogları gösterilsin mi? <b>evet</b> ya da <b>hayır</b></p><p><strong><b>evet</b> önerilir</strong> - eğer deneyimli bir kullanıcı <strong>ve</strong> Pagemanager_XH konusunda deneyimli değilseniz</p>";
$tx['pagemanager']['cf_toolbar_show']="<p>Araç çubuğu gösterilsin mi? <b>evet</b> ya da <b>hayır</b></p>";
$tx['pagemanager']['cf_toolbar_vertical']="<p>Araç çubuğu dikey olarak gösterilsin mi? <b>true</b> ya da <b>false</b></p><p>bu seçenek Plugin Stylesheet içinden yerleşimi ayarlayabilecek uzman kullanıcılar içindir.</p>";
$tx['pagemanager']['cf_pagedata_attribute']="<p>Onay kutuları için evet / hayır (varsayılan değer evet) sayfa verisi değerleri; örneğin <b>published</b> ya da <b>linked_to_menu</b>.</p><p><strong>Uyarı:</strong> Yanlış bir değer seçerseniz pagedata.php dosyası bozulur!</p>";
$tx['pagemanager']['cf_treeview_theme']="<p>Ağaç görünüm gerecinin teması: <b>cmsimple</b></p><p>Diğer temalar için adres http://3-magi.net/?CMSimple_XH/Pagemanager_XH.</p>";
$tx['pagemanager']['cf_treeview_animation']="<p>Milisaniye değerinden açma/kapama animasyonlarının süresi. 0 animasyonu kapamak anlamına gelir.</p>";
$tx['pagemanager']['cf_utf8_marker']="<p>Dahili kullanım. <strong>Değiştirmeyin!</strong></p>";
$tx['pagemanager']['menu_main']="Sayfa yönetimi";
$tx['pagemanager']['op_expand']="Tüm sayfaları genişlet";
$tx['pagemanager']['op_collapse']="Tüm sayfaları daralt";
$tx['pagemanager']['op_create']="Sayfa yarat (<em>alt sayfa olarak</em>)";
$tx['pagemanager']['op_create_after']="Sayfa yarat (<em>aynı düzeyde - alt sayfalardan sonra</em>)";
$tx['pagemanager']['op_rename']="Sayfayı yeniden adlandır";
$tx['pagemanager']['op_delete']="Sayfayı sil (<em>alt sayfaları ile</em>)";
$tx['pagemanager']['op_cut']="Kes";
$tx['pagemanager']['op_copy']="Kopyala";
$tx['pagemanager']['op_paste']="Yapıştır (<em>alt sayfa olarak</em>)";
$tx['pagemanager']['op_paste_after']="Yapıştır (<em>aynı düzeyde - alt sayfalardan sonra</em>)";
$tx['pagemanager']['op_help']="<p>Sayfaları <em>sürükle&amp;bırak</em> ile yeniden düzenleyebilirsiniz. <em>Bir sayfa üzerinde sağ tıklama</em> içerik mönüsünü açar. Daha ayrıntılı yönergeler yamanın yardım dosyasında.</p>";
$tx['pagemanager']['treeview_loading']="Yükleniyor ...";
$tx['pagemanager']['treeview_new']="Yeni sayfa";
$tx['pagemanager']['button_delete']="Sil";
$tx['pagemanager']['button_ok']="Tamam";
$tx['pagemanager']['button_cancel']="İptal";
$tx['pagemanager']['message_confirm']="Onay";
$tx['pagemanager']['message_confirm_deletion']="Sayfa tüm alt sayfalarıyla silinecek!";
$tx['pagemanager']['message_warning_leave']="Ayarlarınız kaybolacak!";
$tx['pagemanager']['message_confirm_leave']="*** KAYDEDİLMEMİŞ AYARLAR! ***\r\n\r\nKaydetmek için onaylayın, aksi halde ayarlar silinecek!\r\n";
$tx['pagemanager']['message_information']="Bilgi";
$tx['pagemanager']['message_menu_level']="Bu işlem <em>mönü düzeyleri</em> ayarlarını aşmakta!";
$tx['pagemanager']['message_no_selection']="Bu gereci kullanmadan önce bir sayfa seçin!";
$tx['pagemanager']['message_delete_last']="En son üst düzey sayfayı silmeyin!";
$tx['pagemanager']['error_phpversion']="Pagemanager_XH için en az PHP sürüm %s gerekli!";
$tx['pagemanager']['error_extension']="Pagemanager_XH için PHP'nin %s uzantısı gerekli!";
$tx['pagemanager']['error_jquery']="Pagemanager_XH için jQuery4CMSimple yaması gerekli! Yamayı <a href='http://www.cmsimple-xh.com/wiki/doku.php/plugins:jquery4cmsimple'>indirin</a> ve yükleyin.";
$tx['pagemanager']['error_encoding']="Pagemanager_XH için UTF-8 kodlama gerekli!";
$tx['pagemanager']['error_structure_confirmation']="Ben ne yaptığımı <em>iyi</em> biliyorum! Devam etmek istiyorum.";
$tx['pagemanager']['error_structure_warning']="<strong>Düzensiz sayfa yapısı bulundu.</strong> Ayrıntılar için yamanın yardım dosyasına bakın ve web yöneticisine danışın!";
$tx['pagemanager']['error_nesting']="Sayfa yapısında gereğinden çok derin gömülü içerik!";
$tx['pagemanager']['error_cant_rename']="Başlığı kısmen biçimlendirildiği için bu sayfa yeniden adlandırılamaz.";
$tx['pagemanager']['error_offending_extension']="Kendi jQuery kitaplığını kullanan hatalı uzantı belirlendi (bakınız kullanım notları, bölüm \"Limitations\").";
$tx['result']['created']="oluşturuldu";
$tx['result']['deleted']="silindi";
$tx['result']['uploaded']="yüklendi";
$tx['search']['button']="Ara";
$tx['search']['foundin']="bulundu; yeri";
$tx['search']['notfound']="bulunamadı";
$tx['search']['pgplural']="sayfa";
$tx['search']['pgsingular']="sayfa";
$tx['search']['result']="Aramanızın sonucu";
$tx['settings']['backup']="Yedekleme";
$tx['settings']['backupexplain1']="Çıkış sonrasında içerik yedeklenir ve önceki yedekleme dosyası silinir.";
$tx['settings']['backupexplain2']="Yedekleme dosyalarının adı yedekleme tarih ve saatiyle başlamalı, örneğin: YILAYGUN_SAATDAKIKASANIYE";
$tx['settings']['backupexplain3']="Content ve Pagedata dosyalarını daima birlikte kaydedin!";
$tx['settings']['ftp']="Uzaktan dosya yönetimi için FTP kullan";
$tx['settings']['systemfiles']="Sistem dosyaları";
$tx['settings']['warning']="Yalnızca sonucundan emin olduğunuz değişiklikleri yapın!";
$tx['submenu']['heading']="Alt mönü";
$tx['sysinfo']['helplinks']="Bilgi ve Yardım Linkleri";
$tx['sysinfo']['php_version']="PHP sürümü";
$tx['sysinfo']['phpinfo_hint']="(yeni bir pencere ya da sekmede açılır)";
$tx['sysinfo']['phpinfo_link']="PHP Bilgisi &raquo;";
$tx['sysinfo']['plugins']="Yüklü Yamalar";
$tx['sysinfo']['version']="Yüklü CMSimple Sürümü";
$tx['template']['default']="varsayılan tema";
$tx['template']['text1']="Tema Metni 1";
$tx['template']['text2']="Tema Metni 2";
$tx['template']['text3']="Tema Metni 3";
$tx['template']['text4']="Tema Metni 4";
$tx['template']['text5']="Tema Metni 5";
$tx['template']['text6']="Tema Metni 6";
$tx['template']['text7']="Tema Metni 7";
$tx['template']['text8']="Tema Metni 8";
$tx['template']['text9']="Tema Metni 9";
$tx['title']['downloads']="İndirilen dosyalar";
$tx['title']['images']="Resimler";
$tx['title']['mailform']="Posta formları";
$tx['title']['media']="Medya dosyaları";
$tx['title']['phpinfo']="PHP Bilgisi";
$tx['title']['search']="Arama";
$tx['title']['settings']="Ayarlar";
$tx['title']['sitemap']="Site Haritası";
$tx['title']['sysinfo']="Sistem Bilgisi";
$tx['title']['userfiles']="Kullanıcı dosyaları";
$tx['title']['validate']="Linkleri onayla";
$tx['toc']['dupl']="YİNELENEN BAŞLIK";
$tx['toc']['empty']="BOŞ BAŞLIK";
$tx['toc']['missing']="EKSİK BAŞLIK";
$tx['toc']['newpage']="YENİ SAYFA";
$tx['urichar']['new']="";
$tx['urichar']['org']="";
$tx['validate']['extfail']="HARİCİ LİNK BAŞARISIZ";
$tx['validate']['extok']="HARİCİ LİNK TAMAM";
$tx['validate']['intfail']="DAHİLİ LİNK BAŞARISIZ";
$tx['validate']['intfilok']="DOSYAYA DAHİLİ LİNK TAMAM";
$tx['validate']['intok']="DAHİLİ LİNK TAMAM";
$tx['validate']['mailto']="POSTA GÖNDERME LİNKİ";
$tx['validate']['notxt']="LİNKTE METİN YOK";
$tx['version']['cmsimple_ok']="Current CMSimple version is installed.";
$tx['version']['current_version_installed']="Current version installed";
$tx['version']['info_download']="Info&nbsp;and&nbsp;download";
$tx['version']['no_versionsinfo']="No version informations available";
$tx['version']['standard_plugin']="Standard System Plugin";
$tx['version']['update_available']="Newer version is available";
$tx['version']['updates_message']="Updates available";
$tx['version']['version_check_failed']="Version check failed!";
$tx['utf-8']['marker']="çğıİöşü";
?>

629
cms/cmsimple/legal.txt Normal file
View File

@ -0,0 +1,629 @@
<p>CMSimple is provided under the GPL3 license.</p>
<h4 style="text-align: center;">GNU GENERAL PUBLIC LICENSE</h4>
<p style="text-align: center;">Version 3, 29 June 2007</p>
<p>Copyright &copy; 2007 Free Software Foundation, Inc.
&lt;<a href="http://fsf.org/">http://fsf.org/</a>&gt;</p><p>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.</p>
<h4><a name="preamble"></a>Preamble</h4>
<p>The GNU General Public License is a free, copyleft license for
software and other kinds of works.</p>
<p>The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.</p>
<p>When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.</p>
<p>To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.</p>
<p>For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.</p>
<p>Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.</p>
<p>For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.</p>
<p>Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.</p>
<p>Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.</p>
<p>The precise terms and conditions for copying, distribution and
modification follow.</p>
<h4><a name="terms"></a>TERMS AND CONDITIONS</h4>
<h5><a name="section0"></a>0. Definitions.</h5>
<p>&ldquo;This License&rdquo; refers to version 3 of the GNU General Public License.</p>
<p>&ldquo;Copyright&rdquo; also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.</p>
<p>&ldquo;The Program&rdquo; refers to any copyrightable work licensed under this
License. Each licensee is addressed as &ldquo;you&rdquo;. &ldquo;Licensees&rdquo; and
&ldquo;recipients&rdquo; may be individuals or organizations.</p>
<p>To &ldquo;modify&rdquo; a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a &ldquo;modified version&rdquo; of the
earlier work or a work &ldquo;based on&rdquo; the earlier work.</p>
<p>A &ldquo;covered work&rdquo; means either the unmodified Program or a work based
on the Program.</p>
<p>To &ldquo;propagate&rdquo; a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.</p>
<p>To &ldquo;convey&rdquo; a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.</p>
<p>An interactive user interface displays &ldquo;Appropriate Legal Notices&rdquo;
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.</p>
<h5><a name="section1"></a>1. Source Code.</h5>
<p>The &ldquo;source code&rdquo; for a work means the preferred form of the work
for making modifications to it. &ldquo;Object code&rdquo; means any non-source
form of a work.</p>
<p>A &ldquo;Standard Interface&rdquo; means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.</p>
<p>The &ldquo;System Libraries&rdquo; of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
&ldquo;Major Component&rdquo;, in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.</p>
<p>The &ldquo;Corresponding Source&rdquo; for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.</p>
<p>The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.</p>
<p>The Corresponding Source for a work in source code form is that
same work.</p>
<h5><a name="section2"></a>2. Basic Permissions.</h5>
<p>All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.</p>
<p>You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.</p>
<p>Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.</p>
<h5><a name="section3"></a>3. Protecting Users' Legal Rights From Anti-Circumvention Law.</h5>
<p>No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.</p>
<p>When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.</p>
<h5><a name="section4"></a>4. Conveying Verbatim Copies.</h5>
<p>You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.</p>
<p>You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.</p>
<h5><a name="section5"></a>5. Conveying Modified Source Versions.</h5>
<p>You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:</p>
<ul>
<li>a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.</li>
<li>b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
&ldquo;keep intact all notices&rdquo;.</li>
<li>c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.</li>
<li>d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.</li>
</ul>
<p>A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
&ldquo;aggregate&rdquo; if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.</p>
<h5><a name="section6"></a>6. Conveying Non-Source Forms.</h5>
<p>You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:</p>
<ul>
<li>a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.</li>
<li>b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.</li>
<li>c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.</li>
<li>d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.</li>
<li>e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.</li>
</ul>
<p>A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.</p>
<p>A &ldquo;User Product&rdquo; is either (1) a &ldquo;consumer product&rdquo;, which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, &ldquo;normally used&rdquo; refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.</p>
<p>&ldquo;Installation Information&rdquo; for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.</p>
<p>If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).</p>
<p>The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.</p>
<p>Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.</p>
<h5><a name="section7"></a>7. Additional Terms.</h5>
<p>&ldquo;Additional permissions&rdquo; are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.</p>
<p>When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.</p>
<p>Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:</p>
<ul>
<li>a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or</li>
<li>b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or</li>
<li>c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or</li>
<li>d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or</li>
<li>e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or</li>
<li>f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.</li>
</ul>
<p>All other non-permissive additional terms are considered &ldquo;further
restrictions&rdquo; within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.</p>
<p>If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.</p>
<p>Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.</p>
<h5><a name="section8"></a>8. Termination.</h5>
<p>You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).</p>
<p>However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.</p>
<p>Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.</p>
<p>Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.</p>
<h5><a name="section9"></a>9. Acceptance Not Required for Having Copies.</h5>
<p>You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.</p>
<h5><a name="section10"></a>10. Automatic Licensing of Downstream Recipients.</h5>
<p>Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.</p>
<p>An &ldquo;entity transaction&rdquo; is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.</p>
<p>You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.</p>
<h5><a name="section11"></a>11. Patents.</h5>
<p>A &ldquo;contributor&rdquo; is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's &ldquo;contributor version&rdquo;.</p>
<p>A contributor's &ldquo;essential patent claims&rdquo; are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, &ldquo;control&rdquo; includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.</p>
<p>Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.</p>
<p>In the following three paragraphs, a &ldquo;patent license&rdquo; is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To &ldquo;grant&rdquo; such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.</p>
<p>If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. &ldquo;Knowingly relying&rdquo; means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.</p>
<p>If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.</p>
<p>A patent license is &ldquo;discriminatory&rdquo; if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.</p>
<p>Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.</p>
<h5><a name="section12"></a>12. No Surrender of Others' Freedom.</h5>
<p>If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.</p>
<h5><a name="section13"></a>13. Use with the GNU Affero General Public License.</h5>
<p>Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.</p>
<h5><a name="section14"></a>14. Revised Versions of this License.</h5>
<p>The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.</p>
<p>Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License &ldquo;or any later version&rdquo; applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.</p>
<p>If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.</p>
<p>Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.</p>
<h5><a name="section15"></a>15. Disclaimer of Warranty.</h5>
<p>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM &ldquo;AS IS&rdquo; WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p>
<h5><a name="section16"></a>16. Limitation of Liability.</h5>
<p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.</p>
<h5><a name="section17"></a>17. Interpretation of Sections 15 and 16.</h5>
<p>If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.</p>

3
cms/cmsimple/log.php Normal file
View File

@ -0,0 +1,3 @@
<?php // utf-8 marker: äöü
if(!defined('CMSIMPLE_VERSION') || preg_match('/log.php/i', $_SERVER['SCRIPT_NAME'])){die('No direct access');} ?>
==============================

1
cms/cmsimple/log.txt Normal file
View File

@ -0,0 +1 @@
nix

320
cms/cmsimple/login.php Normal file
View File

@ -0,0 +1,320 @@
<?php // utf8-marker = äöü
/*
==================================================
This file is a part of CMSimple 5.17
Released: 2025-02-18
Project website: www.cmsimple.org
==================================================
CMSimple COPYRIGHT INFORMATION
(c) Gert Ebersbach - mail@ge-webdesign.de
CMSimple is released under the GPL3 licence.
You may not remove copyright information from the files.
Any modifications will fall under the copyleft conditions of GPL3.
GPL 3 Deutsch: http://www.gnu.de/documents/gpl.de.html
GPL 3 English: http://www.gnu.org/licenses/gpl.html
HISTORY:
--------------------------------------------------
2020-04-21 CMSimple 5 - www.cmsimple.org
(c) Gert Ebersbach - mail@ge-webdesign.de
--------------------------------------------------
2012-11-11 CMSimple 4 - www.cmsimple.org
(c) Gert Ebersbach - mail@ge-webdesign.de
--------------------------------------------------
CMSimple_XH 1.5.3
2012-03-19
based on CMSimple version 3.3 - December 31. 2009
For changelog, downloads and information please see http://www.cmsimple-xh.com
--------------------------------------------------
CMSimple version 3.3 - December 31. 2009
Small - simple - smart
(c) 1999-2009 Peter Andreas Harteg - peter@harteg.dk
END CMSimple COPYRIGHT INFORMATION
==================================================
*/
// if(isset($_GET['login'])) $login = false;
// if(isset($_GET['xyz'])) $login = true;
global $pth;
if (preg_match('/login.php/i', $_SERVER['SCRIPT_NAME']) || preg_match('/\/2author\//i', $sn) || preg_match('/\/2lang\//i', $sn) || preg_match('/\/2site\//i', $sn) || preg_match('/\/2sit2lang\//i', $sn))
die('Access Denied');
require $pth['folder']['cmsimple'] . 'PasswordHash.php';
$cmsimple_pwHasher = new PasswordHash(8, true);
if(isset($cf['security']['type']))
{
unset($cf['security']['type']);
}
function gc($s)
{
if(isset($_COOKIE[$s])) return $_COOKIE[$s];
}
function logincheck()
{
global $cf;
return (gc('passwd') == $cf['security']['password']);
}
function writelog($m)
{
global $pth, $e;
$newLogfilePHP = '<?php // utf-8 marker: äöü
if(!defined(\'CMSIMPLE_VERSION\') || preg_match(\'/log.php/i\', $_SERVER[\'SCRIPT_NAME\'])){die(\'No direct access\');} ?>
==============================
';
$logfileContent = str_replace($newLogfilePHP,'',file_get_contents($pth['file']['log']));
if ($fh = fopen($pth['file']['log'], "w"))
{
fwrite($fh,$newLogfilePHP . $m . $logfileContent);
fclose($fh);
}
}
function loginforms()
{
global $adm, $cf, $print, $hjs, $tx, $onload, $f, $o, $u, $s;
if ($f == 'login')
{
$cf['meta']['robots'] = "noindex";
$onload.= "self.focus();document.login.passwd.focus();";
$f = $tx['menu']['login'];
$o.= '
<div id="cmsimple_loginformBG" class="cmsimple_loginformBG">
<div id="cmsimple_loginform" class="cmsimple_loginform">
<div class="cmsimple_close"><a href="./?' . $u[$s] . '">X</a></div>
<h1>' . $tx['menu']['login'] . '</h1>
<div>
' . str_replace('<br><br><br><br>','<br><br>', str_replace("\r",'<br>',str_replace("\n",'<br>',$tx['login']['warning']))) . '
</div>
<form id="login" name="login" action="./?' . $u[$s] . '" method="post">
<input type="hidden" name="login" value="true">
<input type="hidden" name="selected" value="' . $u[$s] . '">
' . $tx['login']['user_optional'] . ': <br>
<input type="text" name="user" id="user" value=""><br>
' . $tx['login']['password'] . ':<br>
<input type="password" name="passwd" id="passwd" value=""><br>
<br>
<input type="submit" name="submit" id="submit" class="submit" value="' . $tx['login']['login'] . '">
</form>
</div>
</div>
';
// $s = -1;
}
}
// LOGIN & BACKUP
$adm = (gc('status') == 'adm' && logincheck());
if ($login && $passwd == '' && !$adm)
{
$login = null;
$f = 'login';
}
// timeout in seconds
$setup_timeOut = 600;
$cmsimpleLogin = 'closed';
if(file_exists('./setupControl.php'))
{
if(function_exists('fileatime'))
{
$setupFileCreated = fileatime('./setupControl.php');
}
else
{
$setupFileCreated = filectime('./setupControl.php');
}
}
if(file_exists('./setupControl.php') && (time() - $setupFileCreated < $setup_timeOut)) $cmsimpleLogin = 'open';
if(!$cmsimple_pwHasher->CheckPassword('test', $cf['security']['password'])) $cmsimpleLogin = 'open';
if(file_exists('./setupControl.php') && (time() - $setupFileCreated > $setup_timeOut)) unlink('./setupControl.php');
if ($login && !$adm)
{
if ($cmsimple_pwHasher->CheckPassword($passwd, $cf['security']['password']) && $cmsimpleLogin !== 'closed')
{
setcookie('status', 'adm', 0);
setcookie('passwd', $cf['security']['password'], 0);
$adm = true;
$edit = true;
if(!isset($_SESSION) && isset($_POST['passwd']) && $adm == true){session_start();}
$_SESSION[$csrfSession] = uniqid('', true);
writelog(date("Y-m-d H:i:s") . " from " . sv('REMOTE_ADDR') . " logged_in: $sn" . ' - "' . strip_tags($_POST['user']) ."\"\n");
chmod('setupControl.php', 0777);
unlink('./setupControl.php');
}
else
{
writelog(date("Y-m-d H:i:s")." from ".sv('REMOTE_ADDR')." login failed: $sn ##### \"" . strip_tags($_POST['user']) . "\" ##### \n");
$o = '
<div id="cmsimple_loginformBG" class="cmsimple_loginformBG">
<div id="cmsimple_loginform" class="cmsimple_loginform">
<div class="cmsimple_close"><a href="./?' . htmlspecialchars(strip_tags($_SERVER['QUERY_STRING']), ENT_QUOTES, 'UTF-8') . '&login">X</a></div>
<p><br><b>' . $tx['login']['wrong_password'] . '</b></p>
</div>
</div>
';
}
}
else if ($logout && $adm)
{
unset($_SESSION[$csrfSession]);
$backupDate = date("Ymd_His");
$fn = $backupDate . '_content.php'; // 4.5
if (copy($pth['file']['content'], './backups/cmsimple/' . $fn))
{
$o .= '<p>' . ucfirst($tx['filetype']['backup']) . ' ' . $fn . ' ' . $tx['result']['created'] . '</p>';
$fl = array();
$fd = opendir('./backups/cmsimple/');
while (($p = readdir($fd)) == true)
{
if (preg_match("/\d{3}\_content.php/", $p) || preg_match("/\d{3}\_content.htm/", $p)) // 4.5
$fl[] = $p;
}
if ($fd == true)
closedir($fd);
sort($fl, SORT_STRING);
$v = count($fl) - $cf['backup']['numberoffiles'];
for ($i = 0; $i < $v; $i++)
{
if (unlink('./backups/cmsimple/' . '/' . $fl[$i]))
$o .= '<p>' . ucfirst($tx['filetype']['backup']) . ' ' . $fl[$i] . ' ' . $tx['result']['deleted'] . '</p>';
else
e('cntdelete', 'backup', $fl[$i]);
}
}
else
{
e('cntsave', 'backup', $fn);
}
// SAVE function for pagedata.php added
if (file_exists($pth['folder']['content'] . 'pagedata.php'))
{
$fn = $backupDate . '_pagedata.php';
if (copy($pth['file']['pagedata'], './backups/cmsimple/' . $fn))
{
$o .= '<p>' . ucfirst($tx['filetype']['backup']) . ' ' . $fn . ' ' . $tx['result']['created'] . '</p>';
$fl = array();
$fd = opendir('./backups/cmsimple/');
while (($p = readdir($fd)) == true)
{
if (preg_match("/\d{3}\_pagedata.php/", $p))
$fl[] = $p;
}
if ($fd == true)
closedir($fd);
sort($fl, SORT_STRING);
$v = count($fl) - $cf['backup']['numberoffiles'];
for ($i = 0; $i < $v; $i++)
{
if (unlink('./backups/cmsimple/' . $fl[$i]))
$o .= '<p>' . ucfirst($tx['filetype']['backup']) . ' ' . $fl[$i] . ' ' . $tx['result']['deleted'] . '</p>';
else
e('cntdelete', 'backup', $fl[$i]);
}
}
else
{
e('cntsave', 'backup', $fn);
}
}
// END save function for pagedata.php
$adm = false;
setcookie('status', '', 0);
setcookie('passwd', '', 0);
$o .= '<p class="cmsimplecore_warning" style="text-align: center; font-weight: 700; padding: 8px;">' . $tx['login']['loggedout'] . '</p>';
}
// SETTING FUNCTIONS AS PERMITTED
if ($adm)
{
if ($edit)
setcookie('mode'.$sn, 'edit', 0);
if ($normal)
setcookie('mode'.$sn, '', 0);
if (gc('mode'.$sn) == 'edit' && !$normal)
$edit = true;
}
else
{
if (gc('status') != '')
setcookie('status', '', 0);
if (gc('passwd') != '')
setcookie('passwd', '', 0);
if (gc('mode'.$sn) == 'edit')
setcookie('mode'.$sn, '', 0);
}
// DELETE OLD BACKUPS FROM CONTENT FOLDER
if($login && $adm)
{
// create backup folders, if not exists
if(!is_dir('./backups/'))
{
mkdir('./backups/', 0777, true);
chmod('./backups/', 0777);
}
if(!is_dir('./backups/cmsimple/'))
{
mkdir('./backups/cmsimple/', 0777, true);
chmod('./backups/cmsimple/', 0777);
}
// new backups array
if(count(scandir('./backups/cmsimple/')) > 0)
{
$nbf = opendir('./backups/cmsimple/');
while(($newBackupFile = readdir($nbf)) == true)
{
if(preg_match("/_content.php/", $newBackupFile) || preg_match("/_pagedata.php/", $newBackupFile))
{
$newBackups[] = $newBackupFile;
}
}
}
// delete old backups
if(isset($newBackups) && count($newBackups) > 10)
{
$delobf = opendir($pth['folder']['content']);
while(($oldBackupFile = readdir($delobf)) == true)
{
if(preg_match("/_content.php/", $oldBackupFile) || preg_match("/\d{3}\_content.htm/", $oldBackupFile) || preg_match("/_pagedata.php/", $oldBackupFile))
{
unlink($pth['folder']['content'] . $oldBackupFile);
}
}
}
}
?>

188
cms/cmsimple/mailform.php Normal file
View File

@ -0,0 +1,188 @@
<?php // utf8-marker = äöü
/*
==================================================
This file is a part of CMSimple 5.17
Released: 2025-02-18
Project website: www.cmsimple.org
==================================================
CMSimple COPYRIGHT INFORMATION
(c) Gert Ebersbach - mail@ge-webdesign.de
CMSimple is released under the GPL3 licence.
You may not remove copyright information from the files.
Any modifications will fall under the copyleft conditions of GPL3.
GPL 3 Deutsch: http://www.gnu.de/documents/gpl.de.html
GPL 3 English: http://www.gnu.org/licenses/gpl.html
HISTORY:
--------------------------------------------------
2020-04-21 CMSimple 5 - www.cmsimple.org
(c) Gert Ebersbach - mail@ge-webdesign.de
--------------------------------------------------
2012-11-11 CMSimple 4 - www.cmsimple.org
(c) Gert Ebersbach - mail@ge-webdesign.de
--------------------------------------------------
CMSimple_XH 1.5.3
2012-03-19
based on CMSimple version 3.3 - December 31. 2009
For changelog, downloads and information please see http://www.cmsimple-xh.com
--------------------------------------------------
CMSimple version 3.3 - December 31. 2009
Small - simple - smart
(c) 1999-2009 Peter Andreas Harteg - peter@harteg.dk
END CMSimple COPYRIGHT INFORMATION
==================================================
*/
/*
History:
2012-02-18 GE removed inline css to core.css, added outer div with id for better styling by template
2011-08-30 captcha on/off + change in error messages by svasti, code improvement by cmb
2010-06-12 Bob for XH 1.2 : Mail header subject localized
2009-09-18 GE for CMSimple_XH
2008-11-19 JB for 32SE added captcha, senders phone and name
*/
if (preg_match('/mailform.php/i',$_SERVER['SCRIPT_NAME']))die('Access Denied');
$o.= "\n" . '<div id="cmsimple_mailform" class="cmsimple_mailform">' . "\n";
// optional text after mailform (hhidden page/newsbox)
$o.= newsbox('CMSimpleMFC1') . "\n";
$title = $tx['title'][$f];
$o .= '<h1>' . $title . '</h1>' . "\n";
// optional text after mailform (hhidden page/newsbox)
$o.= newsbox('CMSimpleMFC2') . "\n";
initvar('sendername');
initvar('senderphone');
initvar('sender');
initvar('getlast');
initvar('cap');
initvar('mailform');
function check_for_linebreaks($field)
{
if(preg_match("/%0A|\\r|%0D|\\n|%00|\\0|%09|\\t|%01|%02|%03|%04|%05|%06|%07|%08|%09|%0B|%0C|%0E|%0F|%10|%11|%12|%13/i", $field))
{
return true;
}
else
{
return false;
}
}
$t = '';
if ($action == 'send')
{
$msg = ($tx['mailform']['sendername'] . ": " . stsl($sendername) . " - " . stsl($sender) . "\n" . $tx['mailform']['senderphone'] . ": " . stsl($senderphone) . "\n\n" . stsl($mailform));
$CMSimpleMailformSubject = $tx['menu']['mailform'] . ' ' . sv('SERVER_NAME');
// MAIL DELIVERY and MESSAGES
if ($getlast != $cap && trim($cf['mailform']['captcha']) == 'true')
{
$e .= '<li>' . $tx['mailform']['captchafalse'] . '</li>';
}
if ($mailform == '')
{
$e .= '<li>' . $tx['mailform']['mustwritemessage'] . '</li>';
}
if (!(preg_match('!^[^@]+@[^@|^\s]+$!', $sender)))
{
$e .= '<li>' . $tx['mailform']['notaccepted'] . '</li>';
}
if (check_for_linebreaks($sendername) == true || check_for_linebreaks($senderphone) == true || check_for_linebreaks($sender) == true || check_for_linebreaks($getlast) == true || check_for_linebreaks($cap) == true || check_for_linebreaks($CMSimpleMailformSubject) == true || check_for_linebreaks($cf['mailform']['email']) == true)
{
die('<p>No attacks please ... go back with the back button of your browser</p>');
}
if (!$e && !(mail($cf['mailform']['email'], '=?UTF-8?B?' . base64_encode($CMSimpleMailformSubject) . '?=', $msg, "From: CMSimple Mailform <" . $cf['mailform']['email'] . ">\r\n" . "Reply-To: " . stsl($sender) . "\r\n" . 'MIME-Version: 1.0' . "\r\n" . 'Content-type: text/plain; charset=UTF-8' . "\r\n")))
{
$e .= '<li>' . $tx['mailform']['notsend'] . '</li>' . "\n";
}
else
{
$t = '<p>' . $tx['mailform']['send'] . '</p>' . "\n";
}
}
if(isset($_REQUEST['cmsimplemailformsent']))
{
$o.= '
<p class="cmsimplecore_message">' . $tx['mailform']['send'] . '</p>
<p class="cmsimpleform_backlink"><a href="./?&mailform">' . $tx['title']['mailform'] . ' &raquo;</a></p>' . "\n";
}
// MAILFORM
if (($t == '' || $e != '') && !isset($_REQUEST['cmsimplemailformsent']))
{
// JB+ add captcha
srand((double)microtime()*1000000);
$random=rand(10000,99999);
$o .= '<form action="./" method="post">' . "\n";
$o .= '<input type="hidden" name="function" value="mailform">' . "\n";
if (trim($cf['mailform']['captcha']) == 'true')
{
$o .= '<input type="hidden" name="getlast" value="' . $random . '">' . "\n";
}
$o .= '<input type="hidden" name="action" value="send">' . "\n";
// fields before textarea
$o .= '<div>' . "\n" . $tx['mailform']['sendername'].': <br>' . "\n"
. '<input type="text" class="text" size="35" name="sendername" value="' . htmlspecialchars(stsl($sendername), ENT_COMPAT, 'UTF-8').'">' . "\n"
. '</div>' . "\n"
. '<div>' . "\n" . $tx['mailform']['senderphone'].': <br>' . "\n"
. '<input type="text" class="text" size="35" name="senderphone" value="' . htmlspecialchars(stsl($senderphone), ENT_COMPAT, 'UTF-8').'">' . "\n" . '</div>' . "\n"
. '<div>' . "\n" . $tx['mailform']['sender'].': <br>' . "\n"
. '<input type="text" class="text" size="35" name="sender" value="' . htmlspecialchars(stsl($sender), ENT_COMPAT, 'UTF-8').'">' . "\n"
. '</div>' . "\n<br>\n";
// textarea
$o .= '<textarea rows="12" cols="40" name="mailform">' . "\n";
if ($mailform != 'true') $o .= htmlspecialchars(stsl($mailform), ENT_COMPAT, 'UTF-8') . "\n";
$o .= '</textarea>' . "\n";
// captcha
if (trim($cf['mailform']['captcha']) == 'true')
{
$o .= '<p>' . $tx['mailform']['captcha'] . '</p>' . "\n"
. '<input type="text" name="cap" class="captchainput">' . "\n"
. '<span class="captcha_code">' . "\n"
. $random . '</span>' . "\n";
}
// sendbutton
$o .= '<div style="clear: both;">' . "\n"
. '<input type="submit" class="submit" value="' . $tx['mailform']['sendbutton'] . '">' . "\n"
. '</div>' . "\n";
$o .= '</form>' . "\n";
}
else
{
if(!isset($_REQUEST['cmsimplemailformsent']))header('Location: ./?&mailform&cmsimplemailformsent');
}
// optional text after mailform (hhidden page/newsbox)
$o.= '</div>
<div style="clear: both;">&nbsp;</div>' . "\n";
$o.= newsbox('CMSimpleMFC3') . "\n";
?>

111
cms/cmsimple/search.php Normal file
View File

@ -0,0 +1,111 @@
<?php // utf8-marker = äöü
/*
==================================================
This file is a part of CMSimple 5.17
Released: 2025-02-18
Project website: www.cmsimple.org
==================================================
CMSimple COPYRIGHT INFORMATION
(c) Gert Ebersbach - mail@ge-webdesign.de
CMSimple is released under the GPL3 licence.
You may not remove copyright information from the files.
Any modifications will fall under the copyleft conditions of GPL3.
GPL 3 Deutsch: http://www.gnu.de/documents/gpl.de.html
GPL 3 English: http://www.gnu.org/licenses/gpl.html
HISTORY:
--------------------------------------------------
2020-04-21 CMSimple 5 - www.cmsimple.org
(c) Gert Ebersbach - mail@ge-webdesign.de
--------------------------------------------------
2012-11-11 CMSimple 4 - www.cmsimple.org
(c) Gert Ebersbach - mail@ge-webdesign.de
--------------------------------------------------
CMSimple_XH 1.5.3
2012-03-19
based on CMSimple version 3.3 - December 31. 2009
For changelog, downloads and information please see http://www.cmsimple-xh.com
--------------------------------------------------
CMSimple version 3.3 - December 31. 2009
Small - simple - smart
(c) 1999-2009 Peter Andreas Harteg - peter@harteg.dk
END CMSimple COPYRIGHT INFORMATION
==================================================
*/
if (preg_match('/search.php/i', $_SERVER['SCRIPT_NAME']))
die('Access Denied');
if(!function_exists('mb_strtolower'))
{
function mb_strtolower($string, $charset = null)
{
$string = utf8_decode($string);
$string = strtolower($string);
$string = utf8_encode($string);
return $string;
}
}
$title = $tx['title']['search'];
$ta = array();
if ($search != '')
{
$search = mb_strtolower(trim(stsl($search)), 'utf-8');
$words = explode(' ', $search);
foreach ($c as $i => $pagexyz)
{
if ((!hide($i) || $cf['hidden']['pages_search'] == 'true') && !strstr($pagexyz,'_splitToc_'))
{
$found = true;
$pagexyz = evaluate_plugincall($pagexyz, TRUE);
$pagexyz = mb_strtolower(strip_tags($pagexyz), 'utf-8');
$pagexyz = html_entity_decode($pagexyz, ENT_QUOTES, 'utf-8');
foreach ($words as $word)
{
if (strpos($pagexyz, trim($word)) === false)
{
$found = false;
break;
}
}
if (!$found) {continue;}
$ta[] = $i;
}
}
if(count($ta) > 0){
$cms_searchresults = "\n" .'<ul class="cmsimple_searchresults">';
$words = (implode( ",", $words));
foreach($ta as $i)
{
$cms_searchresults .= "\n\t" . '<li><a href="./?' . $u[$i] . amp() . 'search=' . urlencode($words) .'">' . $h[$i] . '</a></li>';
}
$cms_searchresults .= "\n" . '</ul>' . "\n";
}
}
$o .= '<h1>' . $tx['search']['result'] . '</h1><p>"' . htmlspecialchars($search, ENT_COMPAT, 'UTF-8') . '" ';
if (count($ta) == 0)
{
$o .= $tx['search']['notfound'] . '.</p>';
}
else
{
$o .= $tx['search']['foundin'] . ' ' . count($ta) . ' ';
if (count($ta) > 1
)$o .= $tx['search']['pgplural'];
else
$o .= $tx['search']['pgsingular'];
$o .= ':</p>' . $cms_searchresults;
}
?>

8
cms/content/.htaccess Normal file
View File

@ -0,0 +1,8 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
order deny,allow
deny from all
</IfModule>

View File

@ -0,0 +1,287 @@
<html><head><title>Content</title></head><body>
<h1>Willkommen in der Gemeinschaftspraxis Dr. Jekyll und Mr. Hyde</h1>
<p>Liebe Patienten,</p>
<p>auf unserer Internet-Seite möchten wir Sie über unser Online-Terminbuchungssystem, die Rezeptbestellung, unsere Praxis, das Behandlungsspektrum und die speziellen Therapie-Angebote informieren.</p>
<p>Im Mittelpunkt steht dabei die haus-/augen-/sonstwie-ärztliche Betreuung.</p>
<p>Spezielle Leistungen und Therapien bieten wir Ihnen darüber hinaus in verschiedenen Bereichen an.</p>
<p>Die Terminvereinbarung für die speziellen Angebote können Sie auch bequem direkt aus der Beschreibung unseres Therapieangebotes vornehmen. Ein spezielle Anmeldung dafür ist nicht erforderlich.</p>
<p><em><strong><span style="line-height: 1.3em;"><br></span></strong></em></p>
<p><em><strong><span style="line-height: 1.3em;">Demovideo für die Online-Rezeptbestellung:</span></strong></em></p>
<p><iframe src="https://www.youtube.com/embed/f96QUudbdtw" frameborder="0" width="560" height="315"></iframe></p>
<hr>
<p><em><strong><span style="line-height: 1.3em;">Demovideo für die Online-Terminbuchung, wie sie auch auf dieser Website ausprobiert werden kann:</span></strong></em></p>
<p><iframe src="https://www.youtube.com/embed/L1X5Bbgu4UA" frameborder="0" width="560" height="315"></iframe></p>
<h2>Kontakt</h2>
<p>So erreichen Sie uns:</p>
<p>Telefon (Allgemein): 0431 / 88687-0<br>Telefon (Rezeptbestellung): 0431 / 88687-0<br>Telefon (Terminvergabe): 0431 / 5572987-0<br>Fax: 0431 / 88687-88</p>
<p>E-Mail: <a href="mailto:info@jekyll-und-hyde.de">info@jekyll-und-hyde.de</a></p>
<p>So finden Sie uns:</p>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<div style="overflow: hidden; height: 400px; width: 600px;">
<div id="map_canvas" style="height: 400px; width: 600px;"> </div>
<a href="http://www.maps-einbinden.de">google maps für webseite</a></div>
<script type="text/javascript">// <![CDATA[
window.setTimeout("initGmaps();",300);function initGmaps(){var myOptions = {zoom:15,center:new google.maps.LatLng(54.3402636, 10.133316799999989),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);marker = new google.maps.Marker({map: map, position: new google.maps.LatLng(54.3402636, 10.133316799999989)});infowindow = new google.maps.InfoWindow({content: "<b>Dres. Jekyll und Mabuse</b><br>Steinstr. 1<br>24118 Kiel"});google.maps.event.addListener(marker, "click", function(){infowindow.open(map,marker);});infowindow.open(map,marker);}
// ]]></script>
<h2>Unsere Leistungen</h2>
<p>Auf den folgenden Seiten finden Sie detaillierte Informationen zu unseren Gesundheitsangeboten:</p>
<h3>Gesundheitsuntersuchung</h3>
<p>Alle gesetzlich Versicherten haben ab dem vollendeten 35. Lebensjahr im Abstand von zwei Jahren einen Anspruch auf eine Gesundheitsuntersuchung. Dieser Check-up dient der Früherkennung insbesondere von Herz-Kreislauf-Erkrankungen, Diabetes mellitus und Nierenerkrankungen. Hierbei stellt der untersuchende Arzt in der Regel der Hausarzt mit für den Patienten wenig belastenden Untersuchungen fest, welche Risikofaktoren erkennbar sind und ob sie bereits zu einer Erkrankung geführt haben. Wie wichtig es ist, diesen Check-up regelmäßig durchführen zu lassen, zeigen Erkenntnisse des Bundesgesundheitsministeriums: Demnach werden bei etwa jedem zweiten Teilnehmer an dieser Früherkennungsuntersuchung eine Erkrankung und/oder Risikofaktoren festgestellt, die bis dahin noch nicht bekannt waren.</p>
<p>Buchen Sie gleich hier online einen Termin für eine Gesundheitsuntersuchung:</p>
<div id="medisoft_appointments"> </div>
<div id="medisoft_appointments"> </div>
<p>
<script type="text/javascript">// <![CDATA[
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
window.Medisoft = {
config: {
clientId: '938', // required: replace 938 with your real client id
// locationRef: '1', // optional: pre-selected location (remove if unwanted)
functionRef: '2' // optional: pre-selected function (remove if unwanted)
// doctorRef: '1' // optional: pre-selected doctor (remove if unwanted)
}
};
/* * * DON'T EDIT BELOW THIS LINE * * */
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var msoft = document.createElement('script');
msoft.type = 'text/javascript';
msoft.async = true;
msoft.src = '//' + 'medidate.org/assets/application.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(msoft);
})();
// ]]></script>
</p>
<p>Der Gesundheits-Check-up umfasst folgende Leistungen:</p>
<ul>
<li>Anamnese (zum Beispiel Fragen nach Beschwerden) und insbesondere auch die Erfassung des Risikoprofils (zum Beispiel Rauchen, Übergewicht)</li>
<li>Körperliche Untersuchung (Ganzkörperstatus) einschließlich Messung des Blutdrucks</li>
<li>Laboruntersuchung
<ul>
<li>aus dem Blut:<br><span style="line-height: 1.2em;">Gesamtcholesterin<br></span><span style="line-height: 1.2em;">Glukose</span></li>
<li>aus dem Urin:<br><span style="line-height: 1.2em;">Eiweiß<br></span><span style="line-height: 1.2em;">Glukose<br></span><span style="line-height: 1.2em;">rote und weiße Blutkörperchen<br></span><span style="line-height: 1.2em;">Nitrit</span></li>
</ul>
</li>
<li>Beratung über das Untersuchungsergebnis</li>
</ul>
<p><br>Das Hautkrebs-Screening soll nach Möglichkeit in Verbindung mit dem Check-up durchgeführt werden.</p>
<p>Die Richtlinien des Gemeinsamen Bundesausschusses über die Gesundheits-untersuchungen zur Früherkennung von Krankheiten sind <a href="http://www.g-ba.de/informationen/richtlinien/10/" target="_blank">hier</a> dokumentiert.</p>
<h3>Männer-Checkup</h3>
<h4>Warum ein Checkup für Männer?</h4>
<p><span style="line-height: 1.4em;">Die meisten Männer lieben ihr Auto mehr als ihre Gesundheit. Und wenn doch mal etwas zwickt, ignorieren sie es, statt auf die Signale ihres Körpers zu hören. Dabei sind Männer öfter krank als Frauen und haben eine niedrigere Lebenserwartung.</span></p>
<h4><span style="line-height: 1.4em;">Warum Vorsorge-Untersuchungen?</span></h4>
<p>Mit den Vorsorge-Untersuchungen sollen Gefahren für die Gesundheit rechtzeitig erkannt werden. Denn für viele Krankheiten gilt: Je früher sie diagnostiziert werden, desto größer sind die Heilungschancen.<br>Manche Krankheiten lassen sich sogar ganz vermeiden, wenn entsprechende Risikofaktoren rechtzeitig bemerkt werden, und der Patient bereit ist, bestimmte Lebensgewohnheiten zu ändern.</p>
<h4>Welche Vorsorgemaßnahmen gibt es?</h4>
<p>Wir bieten für alle ab 35 Jahren einen Gesundheits-Check-up an, ab 45 die Krebsvorsorge. Dabei können Risikofaktoren identifiziert und Erkrankungen frühzeitig festgestellt werden. Eine Chance, die jeder nutzen sollte - leider tut das bisher nur jeder fünfte Mann.</p>
<h4><span style="line-height: 1.4em;">Check-up 35 und Krebsfrüherkennung für Männer</span></h4>
<p> </p>
<table class="tabrahmen" style="width: 90%;" cellspacing="10" cellpadding="10">
<tbody>
<tr><th class="tabrahmen" width="16%">Alter</th><th class="tabrahmen" width="65%">Früherkennung folgender Krankheiten</th><th class="tabrahmen" width="19%">Zeitraum</th></tr>
<tr>
<td class="tabrahmen">ab 35</td>
<td class="tabrahmen">Herz-Kreislauf-Erkrankungen, <br>Nierenerkrankungen, Diabetes (Zucker),<br>Hautkrebs</td>
<td class="tabrahmen">alle 2 Jahre</td>
</tr>
<tr>
<td class="tabrahmen">ab 45</td>
<td class="tabrahmen">Prostatakrebs, Hautkrebs<br>(Tastuntersuchung, Inspektion)</td>
<td class="tabrahmen">jährlich</td>
</tr>
<tr>
<td class="tabrahmen">ab 50</td>
<td class="tabrahmen">Darmkrebs<br>(Tastuntersuchung, Stuhlbluttest)</td>
<td class="tabrahmen">jährlich</td>
</tr>
<tr>
<td class="tabrahmen">ab 55</td>
<td class="tabrahmen">Darmkrebs (2 Darmspiegelungen)<br>2. Darmspiegelung nach 10 Jahren<br>bei unauffälligem Erstbefund und<br>Beschwerdefreiheit oder zweijährlicher <br>Test auf Blut im Stuhl</td>
</tr>
</tbody>
</table>
<p>Buchen Sie gleich hier online einen Termin für einen Männer-Checkup:</p>
<div id="medisoft_appointments"> </div>
<script type="text/javascript">// <![CDATA[
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
window.Medisoft = {
config: {
clientId: '938', // required: replace 938 with your real client id
// locationRef: '1', // optional: pre-selected location (remove if unwanted)
functionRef: '1' // optional: pre-selected function (remove if unwanted)
// doctorRef: '1' // optional: pre-selected doctor (remove if unwanted)
}
};
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var msoft = document.createElement('script');
msoft.type = 'text/javascript';
msoft.async = true;
msoft.src = '//' + 'medidate.org/assets/application.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(msoft);
})();
// ]]></script>
<h3>Krebsvorsorge</h3>
<p>Frauen können diese Vorsorge-Untersuchung ab dem Alter von 20 Jahren jährlich in Anspruch nehmen. Untersucht werden dabei die Genitalorgane. Ab dem Alter von 30 Jahren sind auch die Untersuchung der Brust und der Haut Bestandteil der Krebsvorsorge-Untersuchung. Neben der klinischen Untersuchung entnimmt der Arzt grundsätzlich einen Abstrich von der Schleimhautoberfläche, der auf Krebszellen untersucht wird.<br>Ab dem Alter von 50 Jahren werden darüber hinaus jährlich der Enddarm und der übrige Dickdarm untersucht. Ab dem Alter von 50 Jahren bis zur Vollendung des 55. Lebensjahres besteht Anspruch auf die jährliche Durchführung eines Schnelltests auf okkultes (nicht sichtbares) Blut im Stuhl.<br>Frauen ab 50 Jahren haben darüber hinaus bis zur Vollendung des 70. Lebensjahres grundsätzlich alle zwei Jahre Anspruch auf Früherkennung von Krebserkrankungen der Brust durch das so genannte Mammographie-Screening. Hierbei handelt es sich um ein Programm zur Früherkennung von Brustkrebs.<br>Männer können die Krebsvorsorge-Untersuchung ab dem Alter von 45 Jahren jedes Jahr durchführen lassen. Untersucht werden die Prostata, die äußeren Genitalorgane und die Haut. Ab dem Alter von 50 Jahren werden außerdem der Enddarm und der übrige Dickdarm untersucht. Ab dem Alter von 50 Jahren bis zur Vollendung des 55. Lebensjahres besteht Anspruch auf die jährliche Durchführung eines Schnelltests auf okkultes Blut im Stuhl. Ab 35 Jahre ist alle 2 Jahre eine Hautkrebsuntersuchung vorgesehen.<br>Darüber hinaus steht allen Versicherten ab dem Alter von 55 Jahren die Koloskopie (endoskopische Untersuchung des gesamten Dickdarms) als Früherkennungsmaßnahme zur Verfügung. Frühestens zehn Jahre nach Durchführung der ersten Koloskopie besteht Anspruch auf eine zweite Koloskopie. Bei dieser Untersuchung können Polypen (frühe Vorstadien eines möglichen Dickdarmkrebses) erkannt und sofort entfernt werden.<br>Wird die Früherkennung per Koloskopie ab dem Alter von 55 Jahren nicht durchgeführt oder schließt sich keine zweite Koloskopie frühestens zehn Jahre nach der ersten Koloskopie an, besteht Anspruch auf die zweijährliche Durchführung der Untersuchung auf okkultes Blut im Stuhl.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine&amp;functionRef='3'">Buchen Sie gleich online einen Termin für eine Krebsvorsorge-Untersuchung!</a></p>
<h3>Labordiagnostik</h3>
<p>„Das müssen wir erst an das Labor schicken, dann melden wir uns wieder“. Das werden Sie bei uns in Notfallsituationen selten hören. Denn wir möchten, dass Sie im Notfall schnell wissen, wie es um Sie steht. Daher haben wir in unserer Praxis eine umfangreiche Labordiagnostik aufgebaut, die es uns erlaubt in kurzer Zeit aussagekräftige Daten zu erhalten.</p>
<ul>
<li>Urinuntersuchung</li>
<li>Troponin I/D-Dimer („Herzinfarkttest“/„Thrombosetest“)</li>
<li>Streptokokkenschnelltest</li>
<li>CRP-Messung („Entzündungswert“)</li>
<li>HbA1c-Messung („Langzeitzucker“)</li>
<li>Blutzuckermessung</li>
<li>Quick/INR Messung („Blutgerinnungstest“)</li>
</ul>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin für eineLaboruntersuchung!</a></p>
<h3>Psychotherapie</h3>
<p>Psychotherapeutische Hilfe bei: Krisen, Chaos im Gefühlsleben, Ängsten und Niedergeschlagenheit, Depressionen, psychosomatischen Beschwerden, Beziehungsproblemen, Mangel an Gefühlen, Mangel an (Ur-)Vertrauen, wichtigen Entwicklungsschritten/Übergangsphasen...</p>
<p>Methodentransparenz: Klienten erhalten weitgehende Einsicht in die Methodik und die Grundgedanken der Primärtherapie (Psychotherapie), so dass sie die im Laufe der Therapie erworbenen Fähigkeiten auch außerhalb der Therapiesituation in ihrem Alltag oder Berufsleben und für das Vorantreiben ihrer Persönlichkeitsentwicklung selbstständig nutzen können.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin für eine psychotherapeutische Sitzung!</a></p>
<h3>Grauer Star</h3>
<p>Als Grauen Star, auch Katarakt genannt,  bezeichnet man eine Trübung der Linse, die sich im Auge hinter der Pupille befindet. Dies führt zu einem verschleierten Sehen, oft zeigt sich auch eine erhöhte Blenndungsempfindlichkeit.  Die Sehschärfe nimmt kontinuierlich ab und im späten Stadium sieht der Patient wie durch eine Milchglasscheibe.</p>
<p>Heute kann man mit einer in der Regel komplikationslosen Operation eine erhebliche Verbesserung des Sehvermögens erreichen. Bei den heutigen Star-Operationen wird nach Entfernen der eigenen getrübten Linse eine künstliche Linse (Intraokularlinse) eingesetzt.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin für eine Untersuchung!</a></p>
<h3>Naturheilverfahren</h3>
<p>Sie sind mit der Schulmedizin nicht zurechtgekommen und möchten nun natürlichere Wege und Methoden wählen, um Ihren Gesundheitszustand zu verbessern?</p>
<p>Diese Überlegungen und Wünsche kennen wir aus vielen Gesprächen mit unseren Patienten. Wir sind darauf vorbereitet und können Ihnen auch in diesem Bereich weiterhelfen.</p>
<p>Folgende Diagnose- und Therapieformen werden seit langem weltweit mit großem Erfolg angewendet und auch bei uns in der Praxis angeboten:</p>
<p>Ausleitende Verfahren wie Aderlass und Schröpfen, Bach-Blüten-Therapie, Darmsanierung, Eigenblut-Therapie, Entgiftung (keine Drogen), Heilfasten, Immun-Modulation, Licht-Therapie, Misteltherapie, O2-Gewebedruck-Messung, O2-Mehrschritt-Therapie nach Ardenne, Neural-Therapie nach Huneke, Orthomolekular-Therapie, Skinwave, adjuvante Tumor-Therapie, Triggerpunkt-Therapie.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin!</a></p>
<h3>Chirotherapie</h3>
<p>Schnell ist man mal nach einer „falschen Bewegung“ aus dem Gleichgewicht geraten, die Muskeln ziehen ­ ohne großartige Verletzung ­ „schief“ oder „machen zu“. Der Nacken und der Kopf schmerzen seit langem, der Rücken tut weh, oder ein Gelenk will gerade nicht so richtig, ­ wer kennt das nicht.</p>
<p>Hier bieten wir Ihnen die Möglichkeit, nach detaillierter körperlicher Untersuchung mittels manueller Medizin wieder „eingerenkt“ zu werden.</p>
<p><span style="line-height: 1.4em;">Oder wir helfen Ihnen, mit weicheren Methoden ­ der Muskelenergie-Technik ­ blockierte Gelenke oder dysfunktionelle Muskulatur wieder in Gang zu bringen. Die Triggerpunkt-Therapie, die speziell verhärtete Muskel-Areale und schmerzhafte Myogelosen behandelt, spielt hierbei eine besondere Rolle.</span></p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine"><span style="line-height: 1.4em;">Buchen Sie gleich online einen Termin für eine Chirotherapie!</span></a></p>
<h2>Über uns</h2>
<p>Das Team</p>
<p> </p>
<p><img style="float: right; margin-left: 20px; margin-right: 20px;" title="Unser Team" src="./userfiles/images/team.jpg" alt="Unser Team" width="276" height="183"></p>
<p>Ein eingespieltes Team kümmert sich um den reibungslosen Ablauf in unserer Praxis.<br>Wir sind für Sie da, um Ihnen den Praxisaufenthalt so angenehm wie möglich zu machen.</p>
<h3>Dr. Jekyll</h3>
<p><img style="float: right;" title="Dr. Jekyll" src="./userfiles/images/Jekyll-mansfield.jpg" alt="Dr. Jekyll" width="220" height="331"></p>
<p>Curriculum vitae</p>
<p>- Schulische Ausbildung -</p>
<p>1982 - 1986<br>Grundschule London</p>
<p><span style="line-height: 1.3em;">1986 - 1995<br></span><span style="line-height: 1.3em;">Gymnasium Kiel</span></p>
<p>1995 Erwerb der Allgemeinen Hochschulreife</p>
<p>- Berufliche Stationen -</p>
<p>1995 - 2002<br><span style="line-height: 1.3em;">Studium der Humanmedizin an der Christian-Albreechts-Universität Kiel</span></p>
<p><span style="line-height: 1.3em;">2003 - 2004<br></span><span style="line-height: 1.3em;">CAU Kiel: </span><span style="line-height: 1.3em;">Facharztausbildung Internistische und Chirurgische </span><span style="line-height: 1.3em;">Abteilungen CAU Kiel (AiP </span><span style="line-height: 1.3em;">und Assistenzärztin)</span></p>
<p>06/2003<br><span style="line-height: 1.3em;">Promotion zum Dr. med.; Thema der Promotionsarbeit: </span><span style="line-height: 1.3em;">Spezial-Superdupertherapie (Medizinische Klinik / IVF-Abteilung Gynäkologie Passau bei Fr. Prof. Dr. </span><span style="line-height: 1.3em;">Hippokrates</span><span style="line-height: 1.3em;">)</span></p>
<p>2005 - 2007<br><span style="line-height: 1.3em;">Praxisassistent in Kiel, Gemein</span><span style="line-height: 1.3em;">schaftspraxis für Allgemeinmedizin und Innere </span><span style="line-height: 1.3em;">Medizin: Dr. med. Sudhoff, Dr. med. Virchow, Dr. med. </span><span style="line-height: 1.3em;">Sigmund Freud</span></p>
<p><span style="line-height: 1.3em;">01/2008</span><br>Facharztanerkennung Allgemeinmedizin</p>
<p><span style="line-height: 1.3em;">Eintritt in o.g. Gemeinschaftspraxis als Facharzt </span>für Allgemeinmedizin, jetzt in Zusammenarbeit mit Dr. med. Alois Alzheimer</p>
<p><span style="line-height: 1.3em;">2008</span><br>Fortbildung Psychosomatische Grundversorgung<br><br>2008<br>Weiterbildung Hautkrebsscreening</p>
<p>2009<br>Fortbildung Sonographie (Abdomen und Schilddrüse)</p>
<h3>Mr. Hyde</h3>
<p><img style="float: right;" title="Dr. Mabuse" src="./userfiles/images/mabuse.jpg" alt="Dr. Mabuse" width="260" height="194">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<h2>Newsletter</h2>
<p><button id="open-popup">Subscribe to our mailing list</button></p>
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
<script type="text/javascript">// <![CDATA[
function showMailingPopUp() {
require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us7.list-manage.com","uuid":"2057ba7227e9dcbaf39db8d45","lid":"51a388263e"}) })
document.cookie = "MCEvilPopupClosed=; expires=Thu, 01 Jan 1970 00:00:00 UTC";
};
document.getElementById("open-popup").onclick = function() {showMailingPopUp()};
// ]]></script>
<h1>Sprechstundenzeiten und Onlinetermine / Rezeptbestellung</h1>
<p>Hier können Sie für ausgewählte Therapieangebote bequem online einen Termin in unserer Praxis buchen:</p>
<p><a href="https://medidatecustomerportal-staging.azurewebsites.net/?pid=6b03b285-0b5f-4ce4-9239-cca954e2006a&amp;ptok=437074307a47383756684739506263494c534e7543727553596c446874775a6b2b544945474c65453678774c5261526f3757437562624b346a7a69524544563466326c53416b3438454a466a4838646b56537a6f64484e36723869626e744a30467a6f67597854322b762f424d684e564271416c526e7a7a756c6b3578346e4f6c5a7664414730496149615661375932615a332f54712b6379796a5465494f2f443978337754476c676c673d" target="_blank">Hier geht's zur Terminbuchung medidate 2.0</a></p>
<div id="medisoft_appointments"> </div>
<script type="text/javascript">// <![CDATA[
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
window.Medisoft = {
config: {
clientId: '938', // required: replace 938 with your real client id
// locationRef: '1', // optional: pre-selected location (remove if unwanted)
// functionRef: '1', // optional: pre-selected function (remove if unwanted)
// doctorRef: '1' // optional: pre-selected doctor (remove if unwanted)
}
};
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var msoft = document.createElement('script');
msoft.type = 'text/javascript';
msoft.async = true;
msoft.src = '//' + 'medidate.org/assets/application.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(msoft);
})();
// ]]></script>
<p> </p>
<p><sub>Hinweis: Dieser Service ist mit größtmöglichen Datenschutzvorkehrungen versehen. Es werden keinerlei personenbezogenen Daten im Internet zwischengespeichert.</sub></p>
<p>Sollten die von Ihnen gewünschte Therapieangebot nicht als Online-Terminangebot verfügbar sein, wenden Sie sich bitte telefonisch an unsere Praxis unter 0431/8868750.</p>
<p>Unsere Sprechstundenzeiten sind:</p>
<table style="width: 100%;">
<thead>
<tr><th> </th><th align="left">
<p>Vormittags</p>
</th><th align="left">
<p>Nachmittags</p>
</th></tr>
</thead>
<tbody>
<tr>
<td>
<p>Montag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
<tr>
<td>
<p>Dienstag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
<tr>
<td>
<p>Mittwoch</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td> </td>
</tr>
<tr>
<td>
<p>Donnerstag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
<tr>
<td>
<p>Freitag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
</tbody>
</table>
<h1><span>Impressum</span></h1>
<p>Anbieterinformationen dieser Demostrations-Homepage für unsere Kunden:</p>
<p><br>MediSoftware<img style="float: right;" src="./userfiles/images/MS_Hauptlogo_mitUZ_RGB_72dpi.jpg" alt="" width="312" height="149"><br>Steinstr. 1<br>24118 Kiel<br>Tel. 0431/88687-0<br>Fax: 0431/88687-88<br> <a title="Homepage" href="http://www.medisoftware.de">www.medisoftware.de</a><br><a href="mailto:mail@medisoftware.de">mail[at]medisoftware.de</a></p>
<p>Rechtliche Angaben<br><span style="line-height: 1.3em;">Inhaltlich Verantwortlicher gemäß TMG: Dipl. Phys. Jan Meincke</span></p>
<p><span style="line-height: 1.3em;">Trotz sorgfältiger inhaltlicher Kontrolle übernehmen wir keine Haftung für die Inhalte externer Links. Für den Inhalt der verlinkten Seiten sind ausschließlich deren Betreiber verantwortlich.</span></p>
<p>Alle hier verwendeten Namen, Begriffe, Zeichen und Grafiken können Marken- oder Warenzeichen im Besitze ihrer rechtlichen Eigentümer sein. Die Rechte aller erwähnten und benutzten Marken- und Warenzeichen liegen ausschließlich bei deren Besitzern.</p>
</body></html>

View File

@ -0,0 +1,308 @@
<?php
/* utf8-marker = äöüß */
################## Data fields ############
$page_data_fields[] = 'url';
$page_data_fields[] = 'last_edit';
$page_data_fields[] = 'description';
$page_data_fields[] = 'keywords';
$page_data_fields[] = 'title';
$page_data_fields[] = 'robots';
$page_data_fields[] = 'heading';
$page_data_fields[] = 'show_heading';
$page_data_fields[] = 'template';
$page_data_fields[] = 'published';
$page_data_fields[] = 'show_last_edit';
$page_data_fields[] = 'linked_to_menu';
$page_data_fields[] = 'header_location';
$page_data_fields[] = 'use_header_location';
################## Recently deleted ############
$temp_data['url'] = 'Das_Team';
$temp_data['last_edit'] = '1369925665';
$temp_data['description'] = '';
$temp_data['keywords'] = '';
$temp_data['title'] = '';
$temp_data['robots'] = '';
$temp_data['heading'] = '';
$temp_data['show_heading'] = '';
$temp_data['template'] = '';
$temp_data['published'] = '';
$temp_data['show_last_edit'] = '';
$temp_data['linked_to_menu'] = '0';
$temp_data['header_location'] = '';
$temp_data['use_header_location'] = '';
################## Page Data ############
$page_data[0]['url'] = 'Willkommen_in_der_Gemeinschaftspraxis_Dr._Jekyll_und_Mr._Hyde';
$page_data[0]['last_edit'] = '1505987348';
$page_data[0]['description'] = 'Demowebseite MediSoftware Online-Patiententerminbuchungssystem';
$page_data[0]['keywords'] = 'Arztpraxis, Patienten, Termin, Terminvereinbarung, Online, Praxissoftware, Praxisporgramm, Medisoftware, Medisoft, Terminbuchung, Online-Patiententerminbuchungssystem';
$page_data[0]['title'] = 'MediSoftware Demosite';
$page_data[0]['robots'] = 'index, follow';
$page_data[0]['heading'] = '';
$page_data[0]['show_heading'] = '0';
$page_data[0]['template'] = '0';
$page_data[0]['published'] = '1';
$page_data[0]['show_last_edit'] = '0';
$page_data[0]['linked_to_menu'] = '1';
$page_data[0]['header_location'] = '';
$page_data[0]['use_header_location'] = '0';
//----------
$page_data[1]['url'] = 'Kontakt';
$page_data[1]['last_edit'] = '1372088437';
$page_data[1]['description'] = '';
$page_data[1]['keywords'] = '';
$page_data[1]['title'] = '';
$page_data[1]['robots'] = '';
$page_data[1]['heading'] = '';
$page_data[1]['show_heading'] = '';
$page_data[1]['template'] = '';
$page_data[1]['published'] = '';
$page_data[1]['show_last_edit'] = '';
$page_data[1]['linked_to_menu'] = '1';
$page_data[1]['header_location'] = '';
$page_data[1]['use_header_location'] = '';
//----------
$page_data[2]['url'] = 'Unsere_Leistungen';
$page_data[2]['last_edit'] = '1369923310';
$page_data[2]['description'] = '';
$page_data[2]['keywords'] = '';
$page_data[2]['title'] = '';
$page_data[2]['robots'] = '';
$page_data[2]['heading'] = '';
$page_data[2]['show_heading'] = '';
$page_data[2]['template'] = '';
$page_data[2]['published'] = '';
$page_data[2]['show_last_edit'] = '';
$page_data[2]['linked_to_menu'] = '1';
$page_data[2]['header_location'] = '';
$page_data[2]['use_header_location'] = '';
//----------
$page_data[3]['url'] = 'Gesundheitsuntersuchung';
$page_data[3]['last_edit'] = '1401704200';
$page_data[3]['description'] = '';
$page_data[3]['keywords'] = '';
$page_data[3]['title'] = '';
$page_data[3]['robots'] = '';
$page_data[3]['heading'] = '';
$page_data[3]['show_heading'] = '';
$page_data[3]['template'] = '';
$page_data[3]['published'] = '';
$page_data[3]['show_last_edit'] = '';
$page_data[3]['linked_to_menu'] = '1';
$page_data[3]['header_location'] = '';
$page_data[3]['use_header_location'] = '';
//----------
$page_data[4]['url'] = 'Maenner-Checkup';
$page_data[4]['last_edit'] = '1419259090';
$page_data[4]['description'] = '';
$page_data[4]['keywords'] = '';
$page_data[4]['title'] = '';
$page_data[4]['robots'] = '';
$page_data[4]['heading'] = '';
$page_data[4]['show_heading'] = '';
$page_data[4]['template'] = '';
$page_data[4]['published'] = '';
$page_data[4]['show_last_edit'] = '';
$page_data[4]['linked_to_menu'] = '1';
$page_data[4]['header_location'] = '';
$page_data[4]['use_header_location'] = '';
//----------
$page_data[5]['url'] = 'Krebsvorsorge';
$page_data[5]['last_edit'] = '1372415944';
$page_data[5]['description'] = '';
$page_data[5]['keywords'] = '';
$page_data[5]['title'] = '';
$page_data[5]['robots'] = '';
$page_data[5]['heading'] = '';
$page_data[5]['show_heading'] = '';
$page_data[5]['template'] = '';
$page_data[5]['published'] = '';
$page_data[5]['show_last_edit'] = '';
$page_data[5]['linked_to_menu'] = '1';
$page_data[5]['header_location'] = '';
$page_data[5]['use_header_location'] = '';
//----------
$page_data[6]['url'] = 'Labordiagnostik';
$page_data[6]['last_edit'] = '1372087029';
$page_data[6]['description'] = '';
$page_data[6]['keywords'] = '';
$page_data[6]['title'] = '';
$page_data[6]['robots'] = '';
$page_data[6]['heading'] = '';
$page_data[6]['show_heading'] = '';
$page_data[6]['template'] = '';
$page_data[6]['published'] = '';
$page_data[6]['show_last_edit'] = '';
$page_data[6]['linked_to_menu'] = '1';
$page_data[6]['header_location'] = '';
$page_data[6]['use_header_location'] = '';
//----------
$page_data[7]['url'] = 'Psychotherapie';
$page_data[7]['last_edit'] = '1372087044';
$page_data[7]['description'] = '';
$page_data[7]['keywords'] = '';
$page_data[7]['title'] = '';
$page_data[7]['robots'] = '';
$page_data[7]['heading'] = '';
$page_data[7]['show_heading'] = '';
$page_data[7]['template'] = '';
$page_data[7]['published'] = '';
$page_data[7]['show_last_edit'] = '';
$page_data[7]['linked_to_menu'] = '1';
$page_data[7]['header_location'] = '';
$page_data[7]['use_header_location'] = '';
//----------
$page_data[8]['url'] = 'Grauer_Star';
$page_data[8]['last_edit'] = '1372087057';
$page_data[8]['description'] = '';
$page_data[8]['keywords'] = '';
$page_data[8]['title'] = '';
$page_data[8]['robots'] = '';
$page_data[8]['heading'] = '';
$page_data[8]['show_heading'] = '';
$page_data[8]['template'] = '';
$page_data[8]['published'] = '';
$page_data[8]['show_last_edit'] = '';
$page_data[8]['linked_to_menu'] = '1';
$page_data[8]['header_location'] = '';
$page_data[8]['use_header_location'] = '';
//----------
$page_data[9]['url'] = 'Naturheilverfahren';
$page_data[9]['last_edit'] = '1372087071';
$page_data[9]['description'] = '';
$page_data[9]['keywords'] = '';
$page_data[9]['title'] = '';
$page_data[9]['robots'] = '';
$page_data[9]['heading'] = '';
$page_data[9]['show_heading'] = '';
$page_data[9]['template'] = '';
$page_data[9]['published'] = '';
$page_data[9]['show_last_edit'] = '';
$page_data[9]['linked_to_menu'] = '1';
$page_data[9]['header_location'] = '';
$page_data[9]['use_header_location'] = '';
//----------
$page_data[10]['url'] = 'Chirotherapie';
$page_data[10]['last_edit'] = '1372087088';
$page_data[10]['description'] = '';
$page_data[10]['keywords'] = '';
$page_data[10]['title'] = '';
$page_data[10]['robots'] = '';
$page_data[10]['heading'] = '';
$page_data[10]['show_heading'] = '';
$page_data[10]['template'] = '';
$page_data[10]['published'] = '';
$page_data[10]['show_last_edit'] = '';
$page_data[10]['linked_to_menu'] = '1';
$page_data[10]['header_location'] = '';
$page_data[10]['use_header_location'] = '';
//----------
$page_data[11]['url'] = 'Ueber_uns';
$page_data[11]['last_edit'] = '1370251495';
$page_data[11]['description'] = '';
$page_data[11]['keywords'] = '';
$page_data[11]['title'] = '';
$page_data[11]['robots'] = '';
$page_data[11]['heading'] = '';
$page_data[11]['show_heading'] = '';
$page_data[11]['template'] = '';
$page_data[11]['published'] = '';
$page_data[11]['show_last_edit'] = '';
$page_data[11]['linked_to_menu'] = '1';
$page_data[11]['header_location'] = '';
$page_data[11]['use_header_location'] = '';
//----------
$page_data[12]['url'] = 'Dr._Jekyll';
$page_data[12]['last_edit'] = '1370266607';
$page_data[12]['description'] = '';
$page_data[12]['keywords'] = '';
$page_data[12]['title'] = '';
$page_data[12]['robots'] = '';
$page_data[12]['heading'] = '';
$page_data[12]['show_heading'] = '';
$page_data[12]['template'] = '';
$page_data[12]['published'] = '';
$page_data[12]['show_last_edit'] = '';
$page_data[12]['linked_to_menu'] = '1';
$page_data[12]['header_location'] = '';
$page_data[12]['use_header_location'] = '';
//----------
$page_data[13]['url'] = 'Mr._Hyde';
$page_data[13]['last_edit'] = '1371354661';
$page_data[13]['description'] = '';
$page_data[13]['keywords'] = '';
$page_data[13]['title'] = '';
$page_data[13]['robots'] = '';
$page_data[13]['heading'] = '';
$page_data[13]['show_heading'] = '';
$page_data[13]['template'] = '';
$page_data[13]['published'] = '';
$page_data[13]['show_last_edit'] = '';
$page_data[13]['linked_to_menu'] = '1';
$page_data[13]['header_location'] = '';
$page_data[13]['use_header_location'] = '';
//----------
$page_data[14]['url'] = 'Newsletter';
$page_data[14]['last_edit'] = '1530789841';
$page_data[14]['description'] = '';
$page_data[14]['keywords'] = '';
$page_data[14]['title'] = 'Online Terminbuchung';
$page_data[14]['robots'] = '';
$page_data[14]['heading'] = '';
$page_data[14]['show_heading'] = '';
$page_data[14]['template'] = '';
$page_data[14]['published'] = '';
$page_data[14]['show_last_edit'] = '';
$page_data[14]['linked_to_menu'] = '1';
$page_data[14]['header_location'] = '';
$page_data[14]['use_header_location'] = '';
//----------
$page_data[15]['url'] = 'Sprechstundenzeiten_und_Onlinetermine_%2F_Rezeptbestellung';
$page_data[15]['last_edit'] = '1569495745';
$page_data[15]['description'] = '';
$page_data[15]['keywords'] = '';
$page_data[15]['title'] = '';
$page_data[15]['robots'] = '';
$page_data[15]['heading'] = '';
$page_data[15]['show_heading'] = '0';
$page_data[15]['template'] = '0';
$page_data[15]['published'] = '1';
$page_data[15]['show_last_edit'] = '0';
$page_data[15]['linked_to_menu'] = '1';
$page_data[15]['header_location'] = '';
$page_data[15]['use_header_location'] = '0';
//----------
$page_data[16]['url'] = 'Impressum';
$page_data[16]['last_edit'] = '';
$page_data[16]['description'] = '';
$page_data[16]['keywords'] = '';
$page_data[16]['title'] = '';
$page_data[16]['robots'] = '';
$page_data[16]['heading'] = '';
$page_data[16]['show_heading'] = '';
$page_data[16]['template'] = '';
$page_data[16]['published'] = '';
$page_data[16]['show_last_edit'] = '';
$page_data[16]['linked_to_menu'] = '';
$page_data[16]['header_location'] = '';
$page_data[16]['use_header_location'] = '';
//----------
?>

View File

@ -0,0 +1,288 @@
<html><head><title>Content</title></head><body>
<h1>Willkommen in der Gemeinschaftspraxis Dr. Jekyll und Mr. Hyde</h1>
<p>Liebe Patienten,</p>
<p>auf unserer Internet-Seite möchten wir Sie über unser Online-Terminbuchungssystem, die Rezeptbestellung, unsere Praxis, das Behandlungsspektrum und die speziellen Therapie-Angebote informieren.</p>
<p>Im Mittelpunkt steht dabei die haus-/augen-/sonstwie-ärztliche Betreuung.</p>
<p>Spezielle Leistungen und Therapien bieten wir Ihnen darüber hinaus in verschiedenen Bereichen an.</p>
<p>Die Terminvereinbarung für die speziellen Angebote können Sie auch bequem direkt aus der Beschreibung unseres Therapieangebotes vornehmen. Ein spezielle Anmeldung dafür ist nicht erforderlich.</p>
<p><em><strong><span style="line-height: 1.3em;"><br></span></strong></em></p>
<p><em><strong><span style="line-height: 1.3em;">Demovideo für die Online-Rezeptbestellung:</span></strong></em></p>
<p><iframe src="https://www.youtube.com/embed/f96QUudbdtw" frameborder="0" width="560" height="315"></iframe></p>
<hr>
<p><em><strong><span style="line-height: 1.3em;">Demovideo für die Online-Terminbuchung, wie sie auch auf dieser Website ausprobiert werden kann:</span></strong></em></p>
<p><iframe src="https://www.youtube.com/embed/L1X5Bbgu4UA" frameborder="0" width="560" height="315"></iframe></p>
<h2>Kontakt</h2>
<p>So erreichen Sie uns:</p>
<p>Telefon (Allgemein): 0431 / 88687-0<br>Telefon (Rezeptbestellung): 0431 / 88687-0<br>Telefon (Terminvergabe): 0431 / 5572987-0<br>Fax: 0431 / 88687-88</p>
<p>E-Mail: <a href="mailto:info@jekyll-und-hyde.de">info@jekyll-und-hyde.de</a></p>
<p>So finden Sie uns:</p>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<div style="overflow: hidden; height: 400px; width: 600px;">
<div id="map_canvas" style="height: 400px; width: 600px;"> </div>
<a href="http://www.maps-einbinden.de">google maps für webseite</a></div>
<script type="text/javascript">// <![CDATA[
window.setTimeout("initGmaps();",300);function initGmaps(){var myOptions = {zoom:15,center:new google.maps.LatLng(54.3402636, 10.133316799999989),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);marker = new google.maps.Marker({map: map, position: new google.maps.LatLng(54.3402636, 10.133316799999989)});infowindow = new google.maps.InfoWindow({content: "<b>Dres. Jekyll und Mabuse</b><br>Steinstr. 1<br>24118 Kiel"});google.maps.event.addListener(marker, "click", function(){infowindow.open(map,marker);});infowindow.open(map,marker);}
// ]]></script>
<h2>Unsere Leistungen</h2>
<p>Auf den folgenden Seiten finden Sie detaillierte Informationen zu unseren Gesundheitsangeboten:</p>
<h3>Gesundheitsuntersuchung</h3>
<p>Alle gesetzlich Versicherten haben ab dem vollendeten 35. Lebensjahr im Abstand von zwei Jahren einen Anspruch auf eine Gesundheitsuntersuchung. Dieser Check-up dient der Früherkennung insbesondere von Herz-Kreislauf-Erkrankungen, Diabetes mellitus und Nierenerkrankungen. Hierbei stellt der untersuchende Arzt in der Regel der Hausarzt mit für den Patienten wenig belastenden Untersuchungen fest, welche Risikofaktoren erkennbar sind und ob sie bereits zu einer Erkrankung geführt haben. Wie wichtig es ist, diesen Check-up regelmäßig durchführen zu lassen, zeigen Erkenntnisse des Bundesgesundheitsministeriums: Demnach werden bei etwa jedem zweiten Teilnehmer an dieser Früherkennungsuntersuchung eine Erkrankung und/oder Risikofaktoren festgestellt, die bis dahin noch nicht bekannt waren.</p>
<p>Buchen Sie gleich hier online einen Termin für eine Gesundheitsuntersuchung:</p>
<div id="medisoft_appointments"> </div>
<div id="medisoft_appointments"> </div>
<p>
<script type="text/javascript">// <![CDATA[
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
window.Medisoft = {
config: {
clientId: '938', // required: replace 938 with your real client id
// locationRef: '1', // optional: pre-selected location (remove if unwanted)
functionRef: '2' // optional: pre-selected function (remove if unwanted)
// doctorRef: '1' // optional: pre-selected doctor (remove if unwanted)
}
};
/* * * DON'T EDIT BELOW THIS LINE * * */
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var msoft = document.createElement('script');
msoft.type = 'text/javascript';
msoft.async = true;
msoft.src = '//' + 'medidate.org/assets/application.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(msoft);
})();
// ]]></script>
</p>
<p>Der Gesundheits-Check-up umfasst folgende Leistungen:</p>
<ul>
<li>Anamnese (zum Beispiel Fragen nach Beschwerden) und insbesondere auch die Erfassung des Risikoprofils (zum Beispiel Rauchen, Übergewicht)</li>
<li>Körperliche Untersuchung (Ganzkörperstatus) einschließlich Messung des Blutdrucks</li>
<li>Laboruntersuchung
<ul>
<li>aus dem Blut:<br><span style="line-height: 1.2em;">Gesamtcholesterin<br></span><span style="line-height: 1.2em;">Glukose</span></li>
<li>aus dem Urin:<br><span style="line-height: 1.2em;">Eiweiß<br></span><span style="line-height: 1.2em;">Glukose<br></span><span style="line-height: 1.2em;">rote und weiße Blutkörperchen<br></span><span style="line-height: 1.2em;">Nitrit</span></li>
</ul>
</li>
<li>Beratung über das Untersuchungsergebnis</li>
</ul>
<p><br>Das Hautkrebs-Screening soll nach Möglichkeit in Verbindung mit dem Check-up durchgeführt werden.</p>
<p>Die Richtlinien des Gemeinsamen Bundesausschusses über die Gesundheits-untersuchungen zur Früherkennung von Krankheiten sind <a href="http://www.g-ba.de/informationen/richtlinien/10/" target="_blank">hier</a> dokumentiert.</p>
<h3>Männer-Checkup</h3>
<h4>Warum ein Checkup für Männer?</h4>
<p><span style="line-height: 1.4em;">Die meisten Männer lieben ihr Auto mehr als ihre Gesundheit. Und wenn doch mal etwas zwickt, ignorieren sie es, statt auf die Signale ihres Körpers zu hören. Dabei sind Männer öfter krank als Frauen und haben eine niedrigere Lebenserwartung.</span></p>
<h4><span style="line-height: 1.4em;">Warum Vorsorge-Untersuchungen?</span></h4>
<p>Mit den Vorsorge-Untersuchungen sollen Gefahren für die Gesundheit rechtzeitig erkannt werden. Denn für viele Krankheiten gilt: Je früher sie diagnostiziert werden, desto größer sind die Heilungschancen.<br>Manche Krankheiten lassen sich sogar ganz vermeiden, wenn entsprechende Risikofaktoren rechtzeitig bemerkt werden, und der Patient bereit ist, bestimmte Lebensgewohnheiten zu ändern.</p>
<h4>Welche Vorsorgemaßnahmen gibt es?</h4>
<p>Wir bieten für alle ab 35 Jahren einen Gesundheits-Check-up an, ab 45 die Krebsvorsorge. Dabei können Risikofaktoren identifiziert und Erkrankungen frühzeitig festgestellt werden. Eine Chance, die jeder nutzen sollte - leider tut das bisher nur jeder fünfte Mann.</p>
<h4><span style="line-height: 1.4em;">Check-up 35 und Krebsfrüherkennung für Männer</span></h4>
<p> </p>
<table class="tabrahmen" style="width: 90%;" cellspacing="10" cellpadding="10">
<tbody>
<tr><th class="tabrahmen" width="16%">Alter</th><th class="tabrahmen" width="65%">Früherkennung folgender Krankheiten</th><th class="tabrahmen" width="19%">Zeitraum</th></tr>
<tr>
<td class="tabrahmen">ab 35</td>
<td class="tabrahmen">Herz-Kreislauf-Erkrankungen, <br>Nierenerkrankungen, Diabetes (Zucker),<br>Hautkrebs</td>
<td class="tabrahmen">alle 2 Jahre</td>
</tr>
<tr>
<td class="tabrahmen">ab 45</td>
<td class="tabrahmen">Prostatakrebs, Hautkrebs<br>(Tastuntersuchung, Inspektion)</td>
<td class="tabrahmen">jährlich</td>
</tr>
<tr>
<td class="tabrahmen">ab 50</td>
<td class="tabrahmen">Darmkrebs<br>(Tastuntersuchung, Stuhlbluttest)</td>
<td class="tabrahmen">jährlich</td>
</tr>
<tr>
<td class="tabrahmen">ab 55</td>
<td class="tabrahmen">Darmkrebs (2 Darmspiegelungen)<br>2. Darmspiegelung nach 10 Jahren<br>bei unauffälligem Erstbefund und<br>Beschwerdefreiheit oder zweijährlicher <br>Test auf Blut im Stuhl</td>
</tr>
</tbody>
</table>
<p>Buchen Sie gleich hier online einen Termin für einen Männer-Checkup:</p>
<div id="medisoft_appointments"> </div>
<script type="text/javascript">// <![CDATA[
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
window.Medisoft = {
config: {
clientId: '938', // required: replace 938 with your real client id
// locationRef: '1', // optional: pre-selected location (remove if unwanted)
functionRef: '1' // optional: pre-selected function (remove if unwanted)
// doctorRef: '1' // optional: pre-selected doctor (remove if unwanted)
}
};
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var msoft = document.createElement('script');
msoft.type = 'text/javascript';
msoft.async = true;
msoft.src = '//' + 'medidate.org/assets/application.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(msoft);
})();
// ]]></script>
<h3>Krebsvorsorge</h3>
<p>Frauen können diese Vorsorge-Untersuchung ab dem Alter von 20 Jahren jährlich in Anspruch nehmen. Untersucht werden dabei die Genitalorgane. Ab dem Alter von 30 Jahren sind auch die Untersuchung der Brust und der Haut Bestandteil der Krebsvorsorge-Untersuchung. Neben der klinischen Untersuchung entnimmt der Arzt grundsätzlich einen Abstrich von der Schleimhautoberfläche, der auf Krebszellen untersucht wird.<br>Ab dem Alter von 50 Jahren werden darüber hinaus jährlich der Enddarm und der übrige Dickdarm untersucht. Ab dem Alter von 50 Jahren bis zur Vollendung des 55. Lebensjahres besteht Anspruch auf die jährliche Durchführung eines Schnelltests auf okkultes (nicht sichtbares) Blut im Stuhl.<br>Frauen ab 50 Jahren haben darüber hinaus bis zur Vollendung des 70. Lebensjahres grundsätzlich alle zwei Jahre Anspruch auf Früherkennung von Krebserkrankungen der Brust durch das so genannte Mammographie-Screening. Hierbei handelt es sich um ein Programm zur Früherkennung von Brustkrebs.<br>Männer können die Krebsvorsorge-Untersuchung ab dem Alter von 45 Jahren jedes Jahr durchführen lassen. Untersucht werden die Prostata, die äußeren Genitalorgane und die Haut. Ab dem Alter von 50 Jahren werden außerdem der Enddarm und der übrige Dickdarm untersucht. Ab dem Alter von 50 Jahren bis zur Vollendung des 55. Lebensjahres besteht Anspruch auf die jährliche Durchführung eines Schnelltests auf okkultes Blut im Stuhl. Ab 35 Jahre ist alle 2 Jahre eine Hautkrebsuntersuchung vorgesehen.<br>Darüber hinaus steht allen Versicherten ab dem Alter von 55 Jahren die Koloskopie (endoskopische Untersuchung des gesamten Dickdarms) als Früherkennungsmaßnahme zur Verfügung. Frühestens zehn Jahre nach Durchführung der ersten Koloskopie besteht Anspruch auf eine zweite Koloskopie. Bei dieser Untersuchung können Polypen (frühe Vorstadien eines möglichen Dickdarmkrebses) erkannt und sofort entfernt werden.<br>Wird die Früherkennung per Koloskopie ab dem Alter von 55 Jahren nicht durchgeführt oder schließt sich keine zweite Koloskopie frühestens zehn Jahre nach der ersten Koloskopie an, besteht Anspruch auf die zweijährliche Durchführung der Untersuchung auf okkultes Blut im Stuhl.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine&amp;functionRef='3'">Buchen Sie gleich online einen Termin für eine Krebsvorsorge-Untersuchung!</a></p>
<h3>Labordiagnostik</h3>
<p>„Das müssen wir erst an das Labor schicken, dann melden wir uns wieder“. Das werden Sie bei uns in Notfallsituationen selten hören. Denn wir möchten, dass Sie im Notfall schnell wissen, wie es um Sie steht. Daher haben wir in unserer Praxis eine umfangreiche Labordiagnostik aufgebaut, die es uns erlaubt in kurzer Zeit aussagekräftige Daten zu erhalten.</p>
<ul>
<li>Urinuntersuchung</li>
<li>Troponin I/D-Dimer („Herzinfarkttest“/„Thrombosetest“)</li>
<li>Streptokokkenschnelltest</li>
<li>CRP-Messung („Entzündungswert“)</li>
<li>HbA1c-Messung („Langzeitzucker“)</li>
<li>Blutzuckermessung</li>
<li>Quick/INR Messung („Blutgerinnungstest“)</li>
</ul>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin für eineLaboruntersuchung!</a></p>
<h3>Psychotherapie</h3>
<p>Psychotherapeutische Hilfe bei: Krisen, Chaos im Gefühlsleben, Ängsten und Niedergeschlagenheit, Depressionen, psychosomatischen Beschwerden, Beziehungsproblemen, Mangel an Gefühlen, Mangel an (Ur-)Vertrauen, wichtigen Entwicklungsschritten/Übergangsphasen...</p>
<p>Methodentransparenz: Klienten erhalten weitgehende Einsicht in die Methodik und die Grundgedanken der Primärtherapie (Psychotherapie), so dass sie die im Laufe der Therapie erworbenen Fähigkeiten auch außerhalb der Therapiesituation in ihrem Alltag oder Berufsleben und für das Vorantreiben ihrer Persönlichkeitsentwicklung selbstständig nutzen können.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin für eine psychotherapeutische Sitzung!</a></p>
<h3>Grauer Star</h3>
<p>Als Grauen Star, auch Katarakt genannt,  bezeichnet man eine Trübung der Linse, die sich im Auge hinter der Pupille befindet. Dies führt zu einem verschleierten Sehen, oft zeigt sich auch eine erhöhte Blenndungsempfindlichkeit.  Die Sehschärfe nimmt kontinuierlich ab und im späten Stadium sieht der Patient wie durch eine Milchglasscheibe.</p>
<p>Heute kann man mit einer in der Regel komplikationslosen Operation eine erhebliche Verbesserung des Sehvermögens erreichen. Bei den heutigen Star-Operationen wird nach Entfernen der eigenen getrübten Linse eine künstliche Linse (Intraokularlinse) eingesetzt.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin für eine Untersuchung!</a></p>
<h3>Naturheilverfahren</h3>
<p>Sie sind mit der Schulmedizin nicht zurechtgekommen und möchten nun natürlichere Wege und Methoden wählen, um Ihren Gesundheitszustand zu verbessern?</p>
<p>Diese Überlegungen und Wünsche kennen wir aus vielen Gesprächen mit unseren Patienten. Wir sind darauf vorbereitet und können Ihnen auch in diesem Bereich weiterhelfen.</p>
<p>Folgende Diagnose- und Therapieformen werden seit langem weltweit mit großem Erfolg angewendet und auch bei uns in der Praxis angeboten:</p>
<p>Ausleitende Verfahren wie Aderlass und Schröpfen, Bach-Blüten-Therapie, Darmsanierung, Eigenblut-Therapie, Entgiftung (keine Drogen), Heilfasten, Immun-Modulation, Licht-Therapie, Misteltherapie, O2-Gewebedruck-Messung, O2-Mehrschritt-Therapie nach Ardenne, Neural-Therapie nach Huneke, Orthomolekular-Therapie, Skinwave, adjuvante Tumor-Therapie, Triggerpunkt-Therapie.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin!</a></p>
<h3>Chirotherapie</h3>
<p>Schnell ist man mal nach einer „falschen Bewegung“ aus dem Gleichgewicht geraten, die Muskeln ziehen ­ ohne großartige Verletzung ­ „schief“ oder „machen zu“. Der Nacken und der Kopf schmerzen seit langem, der Rücken tut weh, oder ein Gelenk will gerade nicht so richtig, ­ wer kennt das nicht.</p>
<p>Hier bieten wir Ihnen die Möglichkeit, nach detaillierter körperlicher Untersuchung mittels manueller Medizin wieder „eingerenkt“ zu werden.</p>
<p><span style="line-height: 1.4em;">Oder wir helfen Ihnen, mit weicheren Methoden ­ der Muskelenergie-Technik ­ blockierte Gelenke oder dysfunktionelle Muskulatur wieder in Gang zu bringen. Die Triggerpunkt-Therapie, die speziell verhärtete Muskel-Areale und schmerzhafte Myogelosen behandelt, spielt hierbei eine besondere Rolle.</span></p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine"><span style="line-height: 1.4em;">Buchen Sie gleich online einen Termin für eine Chirotherapie!</span></a></p>
<h2>Über uns</h2>
<p>Das Team</p>
<p> </p>
<p><img style="float: right; margin-left: 20px; margin-right: 20px;" title="Unser Team" src="./userfiles/images/team.jpg" alt="Unser Team" width="276" height="183"></p>
<p>Ein eingespieltes Team kümmert sich um den reibungslosen Ablauf in unserer Praxis.<br>Wir sind für Sie da, um Ihnen den Praxisaufenthalt so angenehm wie möglich zu machen.</p>
<h3>Dr. Jekyll</h3>
<p><img style="float: right;" title="Dr. Jekyll" src="./userfiles/images/Jekyll-mansfield.jpg" alt="Dr. Jekyll" width="220" height="331"></p>
<p>Curriculum vitae</p>
<p>- Schulische Ausbildung -</p>
<p>1982 - 1986<br>Grundschule London</p>
<p><span style="line-height: 1.3em;">1986 - 1995<br></span><span style="line-height: 1.3em;">Gymnasium Kiel</span></p>
<p>1995 Erwerb der Allgemeinen Hochschulreife</p>
<p>- Berufliche Stationen -</p>
<p>1995 - 2002<br><span style="line-height: 1.3em;">Studium der Humanmedizin an der Christian-Albreechts-Universität Kiel</span></p>
<p><span style="line-height: 1.3em;">2003 - 2004<br></span><span style="line-height: 1.3em;">CAU Kiel: </span><span style="line-height: 1.3em;">Facharztausbildung Internistische und Chirurgische </span><span style="line-height: 1.3em;">Abteilungen CAU Kiel (AiP </span><span style="line-height: 1.3em;">und Assistenzärztin)</span></p>
<p>06/2003<br><span style="line-height: 1.3em;">Promotion zum Dr. med.; Thema der Promotionsarbeit: </span><span style="line-height: 1.3em;">Spezial-Superdupertherapie (Medizinische Klinik / IVF-Abteilung Gynäkologie Passau bei Fr. Prof. Dr. </span><span style="line-height: 1.3em;">Hippokrates</span><span style="line-height: 1.3em;">)</span></p>
<p>2005 - 2007<br><span style="line-height: 1.3em;">Praxisassistent in Kiel, Gemein</span><span style="line-height: 1.3em;">schaftspraxis für Allgemeinmedizin und Innere </span><span style="line-height: 1.3em;">Medizin: Dr. med. Sudhoff, Dr. med. Virchow, Dr. med. </span><span style="line-height: 1.3em;">Sigmund Freud</span></p>
<p><span style="line-height: 1.3em;">01/2008</span><br>Facharztanerkennung Allgemeinmedizin</p>
<p><span style="line-height: 1.3em;">Eintritt in o.g. Gemeinschaftspraxis als Facharzt </span>für Allgemeinmedizin, jetzt in Zusammenarbeit mit Dr. med. Alois Alzheimer</p>
<p><span style="line-height: 1.3em;">2008</span><br>Fortbildung Psychosomatische Grundversorgung<br><br>2008<br>Weiterbildung Hautkrebsscreening</p>
<p>2009<br>Fortbildung Sonographie (Abdomen und Schilddrüse)</p>
<h3>Mr. Hyde</h3>
<p><img style="float: right;" title="Dr. Mabuse" src="./userfiles/images/mabuse.jpg" alt="Dr. Mabuse" width="260" height="194">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<h2>Newsletter</h2>
<p><button id="open-popup">Subscribe to our mailing list</button></p>
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
<script type="text/javascript">// <![CDATA[
function showMailingPopUp() {
require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us7.list-manage.com","uuid":"2057ba7227e9dcbaf39db8d45","lid":"51a388263e"}) })
document.cookie = "MCEvilPopupClosed=; expires=Thu, 01 Jan 1970 00:00:00 UTC";
};
document.getElementById("open-popup").onclick = function() {showMailingPopUp()};
// ]]></script>
<h1>Sprechstundenzeiten und Onlinetermine / Rezeptbestellung</h1>
<p>Hier können Sie für ausgewählte Therapieangebote bequem online einen Termin in unserer Praxis buchen:</p>
<p><a href="https://medidatecustomerportal-staging.azurewebsites.net/?pid=6b03b285-0b5f-4ce4-9239-cca954e2006a&amp;ptok=437074307a47383756684739506263494c534e7543727553596c446874775a6b2b544945474c65453678774c5261526f3757437562624b346a7a69524544563466326c53416b3438454a466a4838646b56537a6f64484e36723869626e744a30467a6f67597854322b762f424d684e564271416c526e7a7a756c6b3578346e4f6c5a7664414730496149615661375932615a332f54712b6379796a5465494f2f443978337754476c676c673d" target="_blank">Hier geht's zur Terminbuchung medidate 2.0 rundumsorglospraxis Dr. Jekyll</a></p>
<p><a href="https://order.medidate.org/?pid=a4f55e0d-e2dd-4364-b559-9e08c96ddca5&amp;ptok=42304f32504c4467746b554542717969314f6b5a633178424b56794a5a717231705878787934464f315a5447682f5977684246566b6a2b657771363466476570436a39596574486e366e386c7a2b497152787868567975487451746e6d7833455a4267376f675847336730346f59666c6c424331642f48625141613861524f677967466b7134552f376a644c4f465442516c4f724b6a726b4548306f6d5742344f4569724f6850325746513d" target="_blank">Hier geht's zur Terminbuchung medidate 2.0 Arztservice Mr. Hyde</a></p>
<div id="medisoft_appointments"> </div>
<script type="text/javascript">// <![CDATA[
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
window.Medisoft = {
config: {
clientId: '938', // required: replace 938 with your real client id
// locationRef: '1', // optional: pre-selected location (remove if unwanted)
// functionRef: '1', // optional: pre-selected function (remove if unwanted)
// doctorRef: '1' // optional: pre-selected doctor (remove if unwanted)
}
};
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var msoft = document.createElement('script');
msoft.type = 'text/javascript';
msoft.async = true;
msoft.src = '//' + 'medidate.org/assets/application.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(msoft);
})();
// ]]></script>
<p> </p>
<p><sub>Hinweis: Dieser Service ist mit größtmöglichen Datenschutzvorkehrungen versehen. Es werden keinerlei personenbezogenen Daten im Internet zwischengespeichert.</sub></p>
<p>Sollten die von Ihnen gewünschte Therapieangebot nicht als Online-Terminangebot verfügbar sein, wenden Sie sich bitte telefonisch an unsere Praxis unter 0431/8868750.</p>
<p>Unsere Sprechstundenzeiten sind:</p>
<table style="width: 100%;">
<thead>
<tr><th> </th><th align="left">
<p>Vormittags</p>
</th><th align="left">
<p>Nachmittags</p>
</th></tr>
</thead>
<tbody>
<tr>
<td>
<p>Montag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
<tr>
<td>
<p>Dienstag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
<tr>
<td>
<p>Mittwoch</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td> </td>
</tr>
<tr>
<td>
<p>Donnerstag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
<tr>
<td>
<p>Freitag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
</tbody>
</table>
<h1><span>Impressum</span></h1>
<p>Anbieterinformationen dieser Demostrations-Homepage für unsere Kunden:</p>
<p><br>MediSoftware<img style="float: right;" src="./userfiles/images/MS_Hauptlogo_mitUZ_RGB_72dpi.jpg" alt="" width="312" height="149"><br>Steinstr. 1<br>24118 Kiel<br>Tel. 0431/88687-0<br>Fax: 0431/88687-88<br> <a title="Homepage" href="http://www.medisoftware.de">www.medisoftware.de</a><br><a href="mailto:mail@medisoftware.de">mail[at]medisoftware.de</a></p>
<p>Rechtliche Angaben<br><span style="line-height: 1.3em;">Inhaltlich Verantwortlicher gemäß TMG: Dipl. Phys. Jan Meincke</span></p>
<p><span style="line-height: 1.3em;">Trotz sorgfältiger inhaltlicher Kontrolle übernehmen wir keine Haftung für die Inhalte externer Links. Für den Inhalt der verlinkten Seiten sind ausschließlich deren Betreiber verantwortlich.</span></p>
<p>Alle hier verwendeten Namen, Begriffe, Zeichen und Grafiken können Marken- oder Warenzeichen im Besitze ihrer rechtlichen Eigentümer sein. Die Rechte aller erwähnten und benutzten Marken- und Warenzeichen liegen ausschließlich bei deren Besitzern.</p>
</body></html>

View File

@ -0,0 +1,308 @@
<?php
/* utf8-marker = äöüß */
################## Data fields ############
$page_data_fields[] = 'url';
$page_data_fields[] = 'last_edit';
$page_data_fields[] = 'description';
$page_data_fields[] = 'keywords';
$page_data_fields[] = 'title';
$page_data_fields[] = 'robots';
$page_data_fields[] = 'heading';
$page_data_fields[] = 'show_heading';
$page_data_fields[] = 'template';
$page_data_fields[] = 'published';
$page_data_fields[] = 'show_last_edit';
$page_data_fields[] = 'linked_to_menu';
$page_data_fields[] = 'header_location';
$page_data_fields[] = 'use_header_location';
################## Recently deleted ############
$temp_data['url'] = 'Das_Team';
$temp_data['last_edit'] = '1369925665';
$temp_data['description'] = '';
$temp_data['keywords'] = '';
$temp_data['title'] = '';
$temp_data['robots'] = '';
$temp_data['heading'] = '';
$temp_data['show_heading'] = '';
$temp_data['template'] = '';
$temp_data['published'] = '';
$temp_data['show_last_edit'] = '';
$temp_data['linked_to_menu'] = '0';
$temp_data['header_location'] = '';
$temp_data['use_header_location'] = '';
################## Page Data ############
$page_data[0]['url'] = 'Willkommen_in_der_Gemeinschaftspraxis_Dr._Jekyll_und_Mr._Hyde';
$page_data[0]['last_edit'] = '1505987348';
$page_data[0]['description'] = 'Demowebseite MediSoftware Online-Patiententerminbuchungssystem';
$page_data[0]['keywords'] = 'Arztpraxis, Patienten, Termin, Terminvereinbarung, Online, Praxissoftware, Praxisporgramm, Medisoftware, Medisoft, Terminbuchung, Online-Patiententerminbuchungssystem';
$page_data[0]['title'] = 'MediSoftware Demosite';
$page_data[0]['robots'] = 'index, follow';
$page_data[0]['heading'] = '';
$page_data[0]['show_heading'] = '0';
$page_data[0]['template'] = '0';
$page_data[0]['published'] = '1';
$page_data[0]['show_last_edit'] = '0';
$page_data[0]['linked_to_menu'] = '1';
$page_data[0]['header_location'] = '';
$page_data[0]['use_header_location'] = '0';
//----------
$page_data[1]['url'] = 'Kontakt';
$page_data[1]['last_edit'] = '1372088437';
$page_data[1]['description'] = '';
$page_data[1]['keywords'] = '';
$page_data[1]['title'] = '';
$page_data[1]['robots'] = '';
$page_data[1]['heading'] = '';
$page_data[1]['show_heading'] = '';
$page_data[1]['template'] = '';
$page_data[1]['published'] = '';
$page_data[1]['show_last_edit'] = '';
$page_data[1]['linked_to_menu'] = '1';
$page_data[1]['header_location'] = '';
$page_data[1]['use_header_location'] = '';
//----------
$page_data[2]['url'] = 'Unsere_Leistungen';
$page_data[2]['last_edit'] = '1369923310';
$page_data[2]['description'] = '';
$page_data[2]['keywords'] = '';
$page_data[2]['title'] = '';
$page_data[2]['robots'] = '';
$page_data[2]['heading'] = '';
$page_data[2]['show_heading'] = '';
$page_data[2]['template'] = '';
$page_data[2]['published'] = '';
$page_data[2]['show_last_edit'] = '';
$page_data[2]['linked_to_menu'] = '1';
$page_data[2]['header_location'] = '';
$page_data[2]['use_header_location'] = '';
//----------
$page_data[3]['url'] = 'Gesundheitsuntersuchung';
$page_data[3]['last_edit'] = '1401704200';
$page_data[3]['description'] = '';
$page_data[3]['keywords'] = '';
$page_data[3]['title'] = '';
$page_data[3]['robots'] = '';
$page_data[3]['heading'] = '';
$page_data[3]['show_heading'] = '';
$page_data[3]['template'] = '';
$page_data[3]['published'] = '';
$page_data[3]['show_last_edit'] = '';
$page_data[3]['linked_to_menu'] = '1';
$page_data[3]['header_location'] = '';
$page_data[3]['use_header_location'] = '';
//----------
$page_data[4]['url'] = 'Maenner-Checkup';
$page_data[4]['last_edit'] = '1419259090';
$page_data[4]['description'] = '';
$page_data[4]['keywords'] = '';
$page_data[4]['title'] = '';
$page_data[4]['robots'] = '';
$page_data[4]['heading'] = '';
$page_data[4]['show_heading'] = '';
$page_data[4]['template'] = '';
$page_data[4]['published'] = '';
$page_data[4]['show_last_edit'] = '';
$page_data[4]['linked_to_menu'] = '1';
$page_data[4]['header_location'] = '';
$page_data[4]['use_header_location'] = '';
//----------
$page_data[5]['url'] = 'Krebsvorsorge';
$page_data[5]['last_edit'] = '1372415944';
$page_data[5]['description'] = '';
$page_data[5]['keywords'] = '';
$page_data[5]['title'] = '';
$page_data[5]['robots'] = '';
$page_data[5]['heading'] = '';
$page_data[5]['show_heading'] = '';
$page_data[5]['template'] = '';
$page_data[5]['published'] = '';
$page_data[5]['show_last_edit'] = '';
$page_data[5]['linked_to_menu'] = '1';
$page_data[5]['header_location'] = '';
$page_data[5]['use_header_location'] = '';
//----------
$page_data[6]['url'] = 'Labordiagnostik';
$page_data[6]['last_edit'] = '1372087029';
$page_data[6]['description'] = '';
$page_data[6]['keywords'] = '';
$page_data[6]['title'] = '';
$page_data[6]['robots'] = '';
$page_data[6]['heading'] = '';
$page_data[6]['show_heading'] = '';
$page_data[6]['template'] = '';
$page_data[6]['published'] = '';
$page_data[6]['show_last_edit'] = '';
$page_data[6]['linked_to_menu'] = '1';
$page_data[6]['header_location'] = '';
$page_data[6]['use_header_location'] = '';
//----------
$page_data[7]['url'] = 'Psychotherapie';
$page_data[7]['last_edit'] = '1372087044';
$page_data[7]['description'] = '';
$page_data[7]['keywords'] = '';
$page_data[7]['title'] = '';
$page_data[7]['robots'] = '';
$page_data[7]['heading'] = '';
$page_data[7]['show_heading'] = '';
$page_data[7]['template'] = '';
$page_data[7]['published'] = '';
$page_data[7]['show_last_edit'] = '';
$page_data[7]['linked_to_menu'] = '1';
$page_data[7]['header_location'] = '';
$page_data[7]['use_header_location'] = '';
//----------
$page_data[8]['url'] = 'Grauer_Star';
$page_data[8]['last_edit'] = '1372087057';
$page_data[8]['description'] = '';
$page_data[8]['keywords'] = '';
$page_data[8]['title'] = '';
$page_data[8]['robots'] = '';
$page_data[8]['heading'] = '';
$page_data[8]['show_heading'] = '';
$page_data[8]['template'] = '';
$page_data[8]['published'] = '';
$page_data[8]['show_last_edit'] = '';
$page_data[8]['linked_to_menu'] = '1';
$page_data[8]['header_location'] = '';
$page_data[8]['use_header_location'] = '';
//----------
$page_data[9]['url'] = 'Naturheilverfahren';
$page_data[9]['last_edit'] = '1372087071';
$page_data[9]['description'] = '';
$page_data[9]['keywords'] = '';
$page_data[9]['title'] = '';
$page_data[9]['robots'] = '';
$page_data[9]['heading'] = '';
$page_data[9]['show_heading'] = '';
$page_data[9]['template'] = '';
$page_data[9]['published'] = '';
$page_data[9]['show_last_edit'] = '';
$page_data[9]['linked_to_menu'] = '1';
$page_data[9]['header_location'] = '';
$page_data[9]['use_header_location'] = '';
//----------
$page_data[10]['url'] = 'Chirotherapie';
$page_data[10]['last_edit'] = '1372087088';
$page_data[10]['description'] = '';
$page_data[10]['keywords'] = '';
$page_data[10]['title'] = '';
$page_data[10]['robots'] = '';
$page_data[10]['heading'] = '';
$page_data[10]['show_heading'] = '';
$page_data[10]['template'] = '';
$page_data[10]['published'] = '';
$page_data[10]['show_last_edit'] = '';
$page_data[10]['linked_to_menu'] = '1';
$page_data[10]['header_location'] = '';
$page_data[10]['use_header_location'] = '';
//----------
$page_data[11]['url'] = 'Ueber_uns';
$page_data[11]['last_edit'] = '1370251495';
$page_data[11]['description'] = '';
$page_data[11]['keywords'] = '';
$page_data[11]['title'] = '';
$page_data[11]['robots'] = '';
$page_data[11]['heading'] = '';
$page_data[11]['show_heading'] = '';
$page_data[11]['template'] = '';
$page_data[11]['published'] = '';
$page_data[11]['show_last_edit'] = '';
$page_data[11]['linked_to_menu'] = '1';
$page_data[11]['header_location'] = '';
$page_data[11]['use_header_location'] = '';
//----------
$page_data[12]['url'] = 'Dr._Jekyll';
$page_data[12]['last_edit'] = '1370266607';
$page_data[12]['description'] = '';
$page_data[12]['keywords'] = '';
$page_data[12]['title'] = '';
$page_data[12]['robots'] = '';
$page_data[12]['heading'] = '';
$page_data[12]['show_heading'] = '';
$page_data[12]['template'] = '';
$page_data[12]['published'] = '';
$page_data[12]['show_last_edit'] = '';
$page_data[12]['linked_to_menu'] = '1';
$page_data[12]['header_location'] = '';
$page_data[12]['use_header_location'] = '';
//----------
$page_data[13]['url'] = 'Mr._Hyde';
$page_data[13]['last_edit'] = '1371354661';
$page_data[13]['description'] = '';
$page_data[13]['keywords'] = '';
$page_data[13]['title'] = '';
$page_data[13]['robots'] = '';
$page_data[13]['heading'] = '';
$page_data[13]['show_heading'] = '';
$page_data[13]['template'] = '';
$page_data[13]['published'] = '';
$page_data[13]['show_last_edit'] = '';
$page_data[13]['linked_to_menu'] = '1';
$page_data[13]['header_location'] = '';
$page_data[13]['use_header_location'] = '';
//----------
$page_data[14]['url'] = 'Newsletter';
$page_data[14]['last_edit'] = '1530789841';
$page_data[14]['description'] = '';
$page_data[14]['keywords'] = '';
$page_data[14]['title'] = 'Online Terminbuchung';
$page_data[14]['robots'] = '';
$page_data[14]['heading'] = '';
$page_data[14]['show_heading'] = '';
$page_data[14]['template'] = '';
$page_data[14]['published'] = '';
$page_data[14]['show_last_edit'] = '';
$page_data[14]['linked_to_menu'] = '1';
$page_data[14]['header_location'] = '';
$page_data[14]['use_header_location'] = '';
//----------
$page_data[15]['url'] = 'Sprechstundenzeiten_und_Onlinetermine_%2F_Rezeptbestellung';
$page_data[15]['last_edit'] = '1569495925';
$page_data[15]['description'] = '';
$page_data[15]['keywords'] = '';
$page_data[15]['title'] = '';
$page_data[15]['robots'] = '';
$page_data[15]['heading'] = '';
$page_data[15]['show_heading'] = '0';
$page_data[15]['template'] = '0';
$page_data[15]['published'] = '1';
$page_data[15]['show_last_edit'] = '0';
$page_data[15]['linked_to_menu'] = '1';
$page_data[15]['header_location'] = '';
$page_data[15]['use_header_location'] = '0';
//----------
$page_data[16]['url'] = 'Impressum';
$page_data[16]['last_edit'] = '';
$page_data[16]['description'] = '';
$page_data[16]['keywords'] = '';
$page_data[16]['title'] = '';
$page_data[16]['robots'] = '';
$page_data[16]['heading'] = '';
$page_data[16]['show_heading'] = '';
$page_data[16]['template'] = '';
$page_data[16]['published'] = '';
$page_data[16]['show_last_edit'] = '';
$page_data[16]['linked_to_menu'] = '';
$page_data[16]['header_location'] = '';
$page_data[16]['use_header_location'] = '';
//----------
?>

View File

@ -0,0 +1,288 @@
<html><head><title>Content</title></head><body>
<h1>Willkommen in der Gemeinschaftspraxis Dr. Jekyll und Mr. Hyde</h1>
<p>Liebe Patienten,</p>
<p>auf unserer Internet-Seite möchten wir Sie über unser Online-Terminbuchungssystem, die Rezeptbestellung, unsere Praxis, das Behandlungsspektrum und die speziellen Therapie-Angebote informieren.</p>
<p>Im Mittelpunkt steht dabei die haus-/augen-/sonstwie-ärztliche Betreuung.</p>
<p>Spezielle Leistungen und Therapien bieten wir Ihnen darüber hinaus in verschiedenen Bereichen an.</p>
<p>Die Terminvereinbarung für die speziellen Angebote können Sie auch bequem direkt aus der Beschreibung unseres Therapieangebotes vornehmen. Ein spezielle Anmeldung dafür ist nicht erforderlich.</p>
<p><em><strong><span style="line-height: 1.3em;"><br></span></strong></em></p>
<p><em><strong><span style="line-height: 1.3em;">Demovideo für die Online-Rezeptbestellung:</span></strong></em></p>
<p><iframe src="https://www.youtube.com/embed/f96QUudbdtw" frameborder="0" width="560" height="315"></iframe></p>
<hr>
<p><em><strong><span style="line-height: 1.3em;">Demovideo für die Online-Terminbuchung, wie sie auch auf dieser Website ausprobiert werden kann:</span></strong></em></p>
<p><iframe src="https://www.youtube.com/embed/L1X5Bbgu4UA" frameborder="0" width="560" height="315"></iframe></p>
<h2>Kontakt</h2>
<p>So erreichen Sie uns:</p>
<p>Telefon (Allgemein): 0431 / 88687-0<br>Telefon (Rezeptbestellung): 0431 / 88687-0<br>Telefon (Terminvergabe): 0431 / 5572987-0<br>Fax: 0431 / 88687-88</p>
<p>E-Mail: <a href="mailto:info@jekyll-und-hyde.de">info@jekyll-und-hyde.de</a></p>
<p>So finden Sie uns:</p>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<div style="overflow: hidden; height: 400px; width: 600px;">
<div id="map_canvas" style="height: 400px; width: 600px;"> </div>
<a href="http://www.maps-einbinden.de">google maps für webseite</a></div>
<script type="text/javascript">// <![CDATA[
window.setTimeout("initGmaps();",300);function initGmaps(){var myOptions = {zoom:15,center:new google.maps.LatLng(54.3402636, 10.133316799999989),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);marker = new google.maps.Marker({map: map, position: new google.maps.LatLng(54.3402636, 10.133316799999989)});infowindow = new google.maps.InfoWindow({content: "<b>Dres. Jekyll und Mabuse</b><br>Steinstr. 1<br>24118 Kiel"});google.maps.event.addListener(marker, "click", function(){infowindow.open(map,marker);});infowindow.open(map,marker);}
// ]]></script>
<h2>Unsere Leistungen</h2>
<p>Auf den folgenden Seiten finden Sie detaillierte Informationen zu unseren Gesundheitsangeboten:</p>
<h3>Gesundheitsuntersuchung</h3>
<p>Alle gesetzlich Versicherten haben ab dem vollendeten 35. Lebensjahr im Abstand von zwei Jahren einen Anspruch auf eine Gesundheitsuntersuchung. Dieser Check-up dient der Früherkennung insbesondere von Herz-Kreislauf-Erkrankungen, Diabetes mellitus und Nierenerkrankungen. Hierbei stellt der untersuchende Arzt in der Regel der Hausarzt mit für den Patienten wenig belastenden Untersuchungen fest, welche Risikofaktoren erkennbar sind und ob sie bereits zu einer Erkrankung geführt haben. Wie wichtig es ist, diesen Check-up regelmäßig durchführen zu lassen, zeigen Erkenntnisse des Bundesgesundheitsministeriums: Demnach werden bei etwa jedem zweiten Teilnehmer an dieser Früherkennungsuntersuchung eine Erkrankung und/oder Risikofaktoren festgestellt, die bis dahin noch nicht bekannt waren.</p>
<p>Buchen Sie gleich hier online einen Termin für eine Gesundheitsuntersuchung:</p>
<div id="medisoft_appointments"> </div>
<div id="medisoft_appointments"> </div>
<p>
<script type="text/javascript">// <![CDATA[
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
window.Medisoft = {
config: {
clientId: '938', // required: replace 938 with your real client id
// locationRef: '1', // optional: pre-selected location (remove if unwanted)
functionRef: '2' // optional: pre-selected function (remove if unwanted)
// doctorRef: '1' // optional: pre-selected doctor (remove if unwanted)
}
};
/* * * DON'T EDIT BELOW THIS LINE * * */
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var msoft = document.createElement('script');
msoft.type = 'text/javascript';
msoft.async = true;
msoft.src = '//' + 'medidate.org/assets/application.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(msoft);
})();
// ]]></script>
</p>
<p>Der Gesundheits-Check-up umfasst folgende Leistungen:</p>
<ul>
<li>Anamnese (zum Beispiel Fragen nach Beschwerden) und insbesondere auch die Erfassung des Risikoprofils (zum Beispiel Rauchen, Übergewicht)</li>
<li>Körperliche Untersuchung (Ganzkörperstatus) einschließlich Messung des Blutdrucks</li>
<li>Laboruntersuchung
<ul>
<li>aus dem Blut:<br><span style="line-height: 1.2em;">Gesamtcholesterin<br></span><span style="line-height: 1.2em;">Glukose</span></li>
<li>aus dem Urin:<br><span style="line-height: 1.2em;">Eiweiß<br></span><span style="line-height: 1.2em;">Glukose<br></span><span style="line-height: 1.2em;">rote und weiße Blutkörperchen<br></span><span style="line-height: 1.2em;">Nitrit</span></li>
</ul>
</li>
<li>Beratung über das Untersuchungsergebnis</li>
</ul>
<p><br>Das Hautkrebs-Screening soll nach Möglichkeit in Verbindung mit dem Check-up durchgeführt werden.</p>
<p>Die Richtlinien des Gemeinsamen Bundesausschusses über die Gesundheits-untersuchungen zur Früherkennung von Krankheiten sind <a href="http://www.g-ba.de/informationen/richtlinien/10/" target="_blank">hier</a> dokumentiert.</p>
<h3>Männer-Checkup</h3>
<h4>Warum ein Checkup für Männer?</h4>
<p><span style="line-height: 1.4em;">Die meisten Männer lieben ihr Auto mehr als ihre Gesundheit. Und wenn doch mal etwas zwickt, ignorieren sie es, statt auf die Signale ihres Körpers zu hören. Dabei sind Männer öfter krank als Frauen und haben eine niedrigere Lebenserwartung.</span></p>
<h4><span style="line-height: 1.4em;">Warum Vorsorge-Untersuchungen?</span></h4>
<p>Mit den Vorsorge-Untersuchungen sollen Gefahren für die Gesundheit rechtzeitig erkannt werden. Denn für viele Krankheiten gilt: Je früher sie diagnostiziert werden, desto größer sind die Heilungschancen.<br>Manche Krankheiten lassen sich sogar ganz vermeiden, wenn entsprechende Risikofaktoren rechtzeitig bemerkt werden, und der Patient bereit ist, bestimmte Lebensgewohnheiten zu ändern.</p>
<h4>Welche Vorsorgemaßnahmen gibt es?</h4>
<p>Wir bieten für alle ab 35 Jahren einen Gesundheits-Check-up an, ab 45 die Krebsvorsorge. Dabei können Risikofaktoren identifiziert und Erkrankungen frühzeitig festgestellt werden. Eine Chance, die jeder nutzen sollte - leider tut das bisher nur jeder fünfte Mann.</p>
<h4><span style="line-height: 1.4em;">Check-up 35 und Krebsfrüherkennung für Männer</span></h4>
<p> </p>
<table class="tabrahmen" style="width: 90%;" cellspacing="10" cellpadding="10">
<tbody>
<tr><th class="tabrahmen" width="16%">Alter</th><th class="tabrahmen" width="65%">Früherkennung folgender Krankheiten</th><th class="tabrahmen" width="19%">Zeitraum</th></tr>
<tr>
<td class="tabrahmen">ab 35</td>
<td class="tabrahmen">Herz-Kreislauf-Erkrankungen, <br>Nierenerkrankungen, Diabetes (Zucker),<br>Hautkrebs</td>
<td class="tabrahmen">alle 2 Jahre</td>
</tr>
<tr>
<td class="tabrahmen">ab 45</td>
<td class="tabrahmen">Prostatakrebs, Hautkrebs<br>(Tastuntersuchung, Inspektion)</td>
<td class="tabrahmen">jährlich</td>
</tr>
<tr>
<td class="tabrahmen">ab 50</td>
<td class="tabrahmen">Darmkrebs<br>(Tastuntersuchung, Stuhlbluttest)</td>
<td class="tabrahmen">jährlich</td>
</tr>
<tr>
<td class="tabrahmen">ab 55</td>
<td class="tabrahmen">Darmkrebs (2 Darmspiegelungen)<br>2. Darmspiegelung nach 10 Jahren<br>bei unauffälligem Erstbefund und<br>Beschwerdefreiheit oder zweijährlicher <br>Test auf Blut im Stuhl</td>
</tr>
</tbody>
</table>
<p>Buchen Sie gleich hier online einen Termin für einen Männer-Checkup:</p>
<div id="medisoft_appointments"> </div>
<script type="text/javascript">// <![CDATA[
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
window.Medisoft = {
config: {
clientId: '938', // required: replace 938 with your real client id
// locationRef: '1', // optional: pre-selected location (remove if unwanted)
functionRef: '1' // optional: pre-selected function (remove if unwanted)
// doctorRef: '1' // optional: pre-selected doctor (remove if unwanted)
}
};
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var msoft = document.createElement('script');
msoft.type = 'text/javascript';
msoft.async = true;
msoft.src = '//' + 'medidate.org/assets/application.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(msoft);
})();
// ]]></script>
<h3>Krebsvorsorge</h3>
<p>Frauen können diese Vorsorge-Untersuchung ab dem Alter von 20 Jahren jährlich in Anspruch nehmen. Untersucht werden dabei die Genitalorgane. Ab dem Alter von 30 Jahren sind auch die Untersuchung der Brust und der Haut Bestandteil der Krebsvorsorge-Untersuchung. Neben der klinischen Untersuchung entnimmt der Arzt grundsätzlich einen Abstrich von der Schleimhautoberfläche, der auf Krebszellen untersucht wird.<br>Ab dem Alter von 50 Jahren werden darüber hinaus jährlich der Enddarm und der übrige Dickdarm untersucht. Ab dem Alter von 50 Jahren bis zur Vollendung des 55. Lebensjahres besteht Anspruch auf die jährliche Durchführung eines Schnelltests auf okkultes (nicht sichtbares) Blut im Stuhl.<br>Frauen ab 50 Jahren haben darüber hinaus bis zur Vollendung des 70. Lebensjahres grundsätzlich alle zwei Jahre Anspruch auf Früherkennung von Krebserkrankungen der Brust durch das so genannte Mammographie-Screening. Hierbei handelt es sich um ein Programm zur Früherkennung von Brustkrebs.<br>Männer können die Krebsvorsorge-Untersuchung ab dem Alter von 45 Jahren jedes Jahr durchführen lassen. Untersucht werden die Prostata, die äußeren Genitalorgane und die Haut. Ab dem Alter von 50 Jahren werden außerdem der Enddarm und der übrige Dickdarm untersucht. Ab dem Alter von 50 Jahren bis zur Vollendung des 55. Lebensjahres besteht Anspruch auf die jährliche Durchführung eines Schnelltests auf okkultes Blut im Stuhl. Ab 35 Jahre ist alle 2 Jahre eine Hautkrebsuntersuchung vorgesehen.<br>Darüber hinaus steht allen Versicherten ab dem Alter von 55 Jahren die Koloskopie (endoskopische Untersuchung des gesamten Dickdarms) als Früherkennungsmaßnahme zur Verfügung. Frühestens zehn Jahre nach Durchführung der ersten Koloskopie besteht Anspruch auf eine zweite Koloskopie. Bei dieser Untersuchung können Polypen (frühe Vorstadien eines möglichen Dickdarmkrebses) erkannt und sofort entfernt werden.<br>Wird die Früherkennung per Koloskopie ab dem Alter von 55 Jahren nicht durchgeführt oder schließt sich keine zweite Koloskopie frühestens zehn Jahre nach der ersten Koloskopie an, besteht Anspruch auf die zweijährliche Durchführung der Untersuchung auf okkultes Blut im Stuhl.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine&amp;functionRef='3'">Buchen Sie gleich online einen Termin für eine Krebsvorsorge-Untersuchung!</a></p>
<h3>Labordiagnostik</h3>
<p>„Das müssen wir erst an das Labor schicken, dann melden wir uns wieder“. Das werden Sie bei uns in Notfallsituationen selten hören. Denn wir möchten, dass Sie im Notfall schnell wissen, wie es um Sie steht. Daher haben wir in unserer Praxis eine umfangreiche Labordiagnostik aufgebaut, die es uns erlaubt in kurzer Zeit aussagekräftige Daten zu erhalten.</p>
<ul>
<li>Urinuntersuchung</li>
<li>Troponin I/D-Dimer („Herzinfarkttest“/„Thrombosetest“)</li>
<li>Streptokokkenschnelltest</li>
<li>CRP-Messung („Entzündungswert“)</li>
<li>HbA1c-Messung („Langzeitzucker“)</li>
<li>Blutzuckermessung</li>
<li>Quick/INR Messung („Blutgerinnungstest“)</li>
</ul>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin für eineLaboruntersuchung!</a></p>
<h3>Psychotherapie</h3>
<p>Psychotherapeutische Hilfe bei: Krisen, Chaos im Gefühlsleben, Ängsten und Niedergeschlagenheit, Depressionen, psychosomatischen Beschwerden, Beziehungsproblemen, Mangel an Gefühlen, Mangel an (Ur-)Vertrauen, wichtigen Entwicklungsschritten/Übergangsphasen...</p>
<p>Methodentransparenz: Klienten erhalten weitgehende Einsicht in die Methodik und die Grundgedanken der Primärtherapie (Psychotherapie), so dass sie die im Laufe der Therapie erworbenen Fähigkeiten auch außerhalb der Therapiesituation in ihrem Alltag oder Berufsleben und für das Vorantreiben ihrer Persönlichkeitsentwicklung selbstständig nutzen können.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin für eine psychotherapeutische Sitzung!</a></p>
<h3>Grauer Star</h3>
<p>Als Grauen Star, auch Katarakt genannt,  bezeichnet man eine Trübung der Linse, die sich im Auge hinter der Pupille befindet. Dies führt zu einem verschleierten Sehen, oft zeigt sich auch eine erhöhte Blenndungsempfindlichkeit.  Die Sehschärfe nimmt kontinuierlich ab und im späten Stadium sieht der Patient wie durch eine Milchglasscheibe.</p>
<p>Heute kann man mit einer in der Regel komplikationslosen Operation eine erhebliche Verbesserung des Sehvermögens erreichen. Bei den heutigen Star-Operationen wird nach Entfernen der eigenen getrübten Linse eine künstliche Linse (Intraokularlinse) eingesetzt.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin für eine Untersuchung!</a></p>
<h3>Naturheilverfahren</h3>
<p>Sie sind mit der Schulmedizin nicht zurechtgekommen und möchten nun natürlichere Wege und Methoden wählen, um Ihren Gesundheitszustand zu verbessern?</p>
<p>Diese Überlegungen und Wünsche kennen wir aus vielen Gesprächen mit unseren Patienten. Wir sind darauf vorbereitet und können Ihnen auch in diesem Bereich weiterhelfen.</p>
<p>Folgende Diagnose- und Therapieformen werden seit langem weltweit mit großem Erfolg angewendet und auch bei uns in der Praxis angeboten:</p>
<p>Ausleitende Verfahren wie Aderlass und Schröpfen, Bach-Blüten-Therapie, Darmsanierung, Eigenblut-Therapie, Entgiftung (keine Drogen), Heilfasten, Immun-Modulation, Licht-Therapie, Misteltherapie, O2-Gewebedruck-Messung, O2-Mehrschritt-Therapie nach Ardenne, Neural-Therapie nach Huneke, Orthomolekular-Therapie, Skinwave, adjuvante Tumor-Therapie, Triggerpunkt-Therapie.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin!</a></p>
<h3>Chirotherapie</h3>
<p>Schnell ist man mal nach einer „falschen Bewegung“ aus dem Gleichgewicht geraten, die Muskeln ziehen ­ ohne großartige Verletzung ­ „schief“ oder „machen zu“. Der Nacken und der Kopf schmerzen seit langem, der Rücken tut weh, oder ein Gelenk will gerade nicht so richtig, ­ wer kennt das nicht.</p>
<p>Hier bieten wir Ihnen die Möglichkeit, nach detaillierter körperlicher Untersuchung mittels manueller Medizin wieder „eingerenkt“ zu werden.</p>
<p><span style="line-height: 1.4em;">Oder wir helfen Ihnen, mit weicheren Methoden ­ der Muskelenergie-Technik ­ blockierte Gelenke oder dysfunktionelle Muskulatur wieder in Gang zu bringen. Die Triggerpunkt-Therapie, die speziell verhärtete Muskel-Areale und schmerzhafte Myogelosen behandelt, spielt hierbei eine besondere Rolle.</span></p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine"><span style="line-height: 1.4em;">Buchen Sie gleich online einen Termin für eine Chirotherapie!</span></a></p>
<h2>Über uns</h2>
<p>Das Team</p>
<p> </p>
<p><img style="float: right; margin-left: 20px; margin-right: 20px;" title="Unser Team" src="./userfiles/images/team.jpg" alt="Unser Team" width="276" height="183"></p>
<p>Ein eingespieltes Team kümmert sich um den reibungslosen Ablauf in unserer Praxis.<br>Wir sind für Sie da, um Ihnen den Praxisaufenthalt so angenehm wie möglich zu machen.</p>
<h3>Dr. Jekyll</h3>
<p><img style="float: right;" title="Dr. Jekyll" src="./userfiles/images/Jekyll-mansfield.jpg" alt="Dr. Jekyll" width="220" height="331"></p>
<p>Curriculum vitae</p>
<p>- Schulische Ausbildung -</p>
<p>1982 - 1986<br>Grundschule London</p>
<p><span style="line-height: 1.3em;">1986 - 1995<br></span><span style="line-height: 1.3em;">Gymnasium Kiel</span></p>
<p>1995 Erwerb der Allgemeinen Hochschulreife</p>
<p>- Berufliche Stationen -</p>
<p>1995 - 2002<br><span style="line-height: 1.3em;">Studium der Humanmedizin an der Christian-Albreechts-Universität Kiel</span></p>
<p><span style="line-height: 1.3em;">2003 - 2004<br></span><span style="line-height: 1.3em;">CAU Kiel: </span><span style="line-height: 1.3em;">Facharztausbildung Internistische und Chirurgische </span><span style="line-height: 1.3em;">Abteilungen CAU Kiel (AiP </span><span style="line-height: 1.3em;">und Assistenzärztin)</span></p>
<p>06/2003<br><span style="line-height: 1.3em;">Promotion zum Dr. med.; Thema der Promotionsarbeit: </span><span style="line-height: 1.3em;">Spezial-Superdupertherapie (Medizinische Klinik / IVF-Abteilung Gynäkologie Passau bei Fr. Prof. Dr. </span><span style="line-height: 1.3em;">Hippokrates</span><span style="line-height: 1.3em;">)</span></p>
<p>2005 - 2007<br><span style="line-height: 1.3em;">Praxisassistent in Kiel, Gemein</span><span style="line-height: 1.3em;">schaftspraxis für Allgemeinmedizin und Innere </span><span style="line-height: 1.3em;">Medizin: Dr. med. Sudhoff, Dr. med. Virchow, Dr. med. </span><span style="line-height: 1.3em;">Sigmund Freud</span></p>
<p><span style="line-height: 1.3em;">01/2008</span><br>Facharztanerkennung Allgemeinmedizin</p>
<p><span style="line-height: 1.3em;">Eintritt in o.g. Gemeinschaftspraxis als Facharzt </span>für Allgemeinmedizin, jetzt in Zusammenarbeit mit Dr. med. Alois Alzheimer</p>
<p><span style="line-height: 1.3em;">2008</span><br>Fortbildung Psychosomatische Grundversorgung<br><br>2008<br>Weiterbildung Hautkrebsscreening</p>
<p>2009<br>Fortbildung Sonographie (Abdomen und Schilddrüse)</p>
<h3>Mr. Hyde</h3>
<p><img style="float: right;" title="Dr. Mabuse" src="./userfiles/images/mabuse.jpg" alt="Dr. Mabuse" width="260" height="194">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<h2>Newsletter</h2>
<p><button id="open-popup">Subscribe to our mailing list</button></p>
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
<script type="text/javascript">// <![CDATA[
function showMailingPopUp() {
require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us7.list-manage.com","uuid":"2057ba7227e9dcbaf39db8d45","lid":"51a388263e"}) })
document.cookie = "MCEvilPopupClosed=; expires=Thu, 01 Jan 1970 00:00:00 UTC";
};
document.getElementById("open-popup").onclick = function() {showMailingPopUp()};
// ]]></script>
<h1>Sprechstundenzeiten und Onlinetermine / Rezeptbestellung</h1>
<p>Hier können Sie für ausgewählte Therapieangebote bequem online einen Termin in unserer Praxis buchen:</p>
<p><a href="https://medidatecustomerportal-staging.azurewebsites.net/?pid=6b03b285-0b5f-4ce4-9239-cca954e2006a&amp;ptok=437074307a47383756684739506263494c534e7543727553596c446874775a6b2b544945474c65453678774c5261526f3757437562624b346a7a69524544563466326c53416b3438454a466a4838646b56537a6f64484e36723869626e744a30467a6f67597854322b762f424d684e564271416c526e7a7a756c6b3578346e4f6c5a7664414730496149615661375932615a332f54712b6379796a5465494f2f443978337754476c676c673d" target="_blank">Hier geht's zur Terminbuchung medidate 2.0 rundumsorglospraxis Dr. Jekyll</a></p>
<p><a href="https://order.medidate.org/?pid=a4f55e0d-e2dd-4364-b559-9e08c96ddca5&amp;ptok=42304f32504c4467746b554542717969314f6b5a633178424b56794a5a717231705878787934464f315a5447682f5977684246566b6a2b657771363466476570436a39596574486e366e386c7a2b497152787868567975487451746e6d7833455a4267376f675847336730346f59666c6c424331642f48625141613861524f677967466b7134552f376a644c4f465442516c4f724b6a726b4548306f6d5742344f4569724f6850325746513d" target="_blank">Hier geht's zur Terminbuchung medidate 2.0 Arztservice Mr. Hyde</a></p>
<div id="medisoft_appointments"> </div>
<script type="text/javascript">// <![CDATA[
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
window.Medisoft = {
config: {
clientId: '938', // required: replace 938 with your real client id
// locationRef: '1', // optional: pre-selected location (remove if unwanted)
// functionRef: '1', // optional: pre-selected function (remove if unwanted)
// doctorRef: '1' // optional: pre-selected doctor (remove if unwanted)
}
};
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var msoft = document.createElement('script');
msoft.type = 'text/javascript';
msoft.async = true;
msoft.src = '//' + 'medidate.org/assets/application.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(msoft);
})();
// ]]></script>
<p> </p>
<p><sub>Hinweis: Dieser Service ist mit größtmöglichen Datenschutzvorkehrungen versehen. Es werden keinerlei personenbezogenen Daten im Internet zwischengespeichert.</sub></p>
<p>Sollten die von Ihnen gewünschte Therapieangebot nicht als Online-Terminangebot verfügbar sein, wenden Sie sich bitte telefonisch an unsere Praxis unter 0431/8868750.</p>
<p>Unsere Sprechstundenzeiten sind:</p>
<table style="width: 100%;">
<thead>
<tr><th> </th><th align="left">
<p>Vormittags</p>
</th><th align="left">
<p>Nachmittags</p>
</th></tr>
</thead>
<tbody>
<tr>
<td>
<p>Montag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
<tr>
<td>
<p>Dienstag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
<tr>
<td>
<p>Mittwoch</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td> </td>
</tr>
<tr>
<td>
<p>Donnerstag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
<tr>
<td>
<p>Freitag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
</tbody>
</table>
<h1><span>Impressum</span></h1>
<p>Anbieterinformationen dieser Demostrations-Homepage für unsere Kunden:</p>
<p><br>MediSoftware<img style="float: right;" src="./userfiles/images/MS_Hauptlogo_mitUZ_RGB_72dpi.jpg" alt="" width="312" height="149"><br>Steinstr. 1<br>24118 Kiel<br>Tel. 0431/88687-0<br>Fax: 0431/88687-88<br> <a title="Homepage" href="http://www.medisoftware.de">www.medisoftware.de</a><br><a href="mailto:mail@medisoftware.de">mail[at]medisoftware.de</a></p>
<p>Rechtliche Angaben<br><span style="line-height: 1.3em;">Inhaltlich Verantwortlicher gemäß TMG: Dipl. Phys. Jan Meincke</span></p>
<p><span style="line-height: 1.3em;">Trotz sorgfältiger inhaltlicher Kontrolle übernehmen wir keine Haftung für die Inhalte externer Links. Für den Inhalt der verlinkten Seiten sind ausschließlich deren Betreiber verantwortlich.</span></p>
<p>Alle hier verwendeten Namen, Begriffe, Zeichen und Grafiken können Marken- oder Warenzeichen im Besitze ihrer rechtlichen Eigentümer sein. Die Rechte aller erwähnten und benutzten Marken- und Warenzeichen liegen ausschließlich bei deren Besitzern.</p>
</body></html>

View File

@ -0,0 +1,308 @@
<?php
/* utf8-marker = äöüß */
################## Data fields ############
$page_data_fields[] = 'url';
$page_data_fields[] = 'last_edit';
$page_data_fields[] = 'description';
$page_data_fields[] = 'keywords';
$page_data_fields[] = 'title';
$page_data_fields[] = 'robots';
$page_data_fields[] = 'heading';
$page_data_fields[] = 'show_heading';
$page_data_fields[] = 'template';
$page_data_fields[] = 'published';
$page_data_fields[] = 'show_last_edit';
$page_data_fields[] = 'linked_to_menu';
$page_data_fields[] = 'header_location';
$page_data_fields[] = 'use_header_location';
################## Recently deleted ############
$temp_data['url'] = 'Das_Team';
$temp_data['last_edit'] = '1369925665';
$temp_data['description'] = '';
$temp_data['keywords'] = '';
$temp_data['title'] = '';
$temp_data['robots'] = '';
$temp_data['heading'] = '';
$temp_data['show_heading'] = '';
$temp_data['template'] = '';
$temp_data['published'] = '';
$temp_data['show_last_edit'] = '';
$temp_data['linked_to_menu'] = '0';
$temp_data['header_location'] = '';
$temp_data['use_header_location'] = '';
################## Page Data ############
$page_data[0]['url'] = 'Willkommen_in_der_Gemeinschaftspraxis_Dr._Jekyll_und_Mr._Hyde';
$page_data[0]['last_edit'] = '1505987348';
$page_data[0]['description'] = 'Demowebseite MediSoftware Online-Patiententerminbuchungssystem';
$page_data[0]['keywords'] = 'Arztpraxis, Patienten, Termin, Terminvereinbarung, Online, Praxissoftware, Praxisporgramm, Medisoftware, Medisoft, Terminbuchung, Online-Patiententerminbuchungssystem';
$page_data[0]['title'] = 'MediSoftware Demosite';
$page_data[0]['robots'] = 'index, follow';
$page_data[0]['heading'] = '';
$page_data[0]['show_heading'] = '0';
$page_data[0]['template'] = '0';
$page_data[0]['published'] = '1';
$page_data[0]['show_last_edit'] = '0';
$page_data[0]['linked_to_menu'] = '1';
$page_data[0]['header_location'] = '';
$page_data[0]['use_header_location'] = '0';
//----------
$page_data[1]['url'] = 'Kontakt';
$page_data[1]['last_edit'] = '1372088437';
$page_data[1]['description'] = '';
$page_data[1]['keywords'] = '';
$page_data[1]['title'] = '';
$page_data[1]['robots'] = '';
$page_data[1]['heading'] = '';
$page_data[1]['show_heading'] = '';
$page_data[1]['template'] = '';
$page_data[1]['published'] = '';
$page_data[1]['show_last_edit'] = '';
$page_data[1]['linked_to_menu'] = '1';
$page_data[1]['header_location'] = '';
$page_data[1]['use_header_location'] = '';
//----------
$page_data[2]['url'] = 'Unsere_Leistungen';
$page_data[2]['last_edit'] = '1369923310';
$page_data[2]['description'] = '';
$page_data[2]['keywords'] = '';
$page_data[2]['title'] = '';
$page_data[2]['robots'] = '';
$page_data[2]['heading'] = '';
$page_data[2]['show_heading'] = '';
$page_data[2]['template'] = '';
$page_data[2]['published'] = '';
$page_data[2]['show_last_edit'] = '';
$page_data[2]['linked_to_menu'] = '1';
$page_data[2]['header_location'] = '';
$page_data[2]['use_header_location'] = '';
//----------
$page_data[3]['url'] = 'Gesundheitsuntersuchung';
$page_data[3]['last_edit'] = '1401704200';
$page_data[3]['description'] = '';
$page_data[3]['keywords'] = '';
$page_data[3]['title'] = '';
$page_data[3]['robots'] = '';
$page_data[3]['heading'] = '';
$page_data[3]['show_heading'] = '';
$page_data[3]['template'] = '';
$page_data[3]['published'] = '';
$page_data[3]['show_last_edit'] = '';
$page_data[3]['linked_to_menu'] = '1';
$page_data[3]['header_location'] = '';
$page_data[3]['use_header_location'] = '';
//----------
$page_data[4]['url'] = 'Maenner-Checkup';
$page_data[4]['last_edit'] = '1419259090';
$page_data[4]['description'] = '';
$page_data[4]['keywords'] = '';
$page_data[4]['title'] = '';
$page_data[4]['robots'] = '';
$page_data[4]['heading'] = '';
$page_data[4]['show_heading'] = '';
$page_data[4]['template'] = '';
$page_data[4]['published'] = '';
$page_data[4]['show_last_edit'] = '';
$page_data[4]['linked_to_menu'] = '1';
$page_data[4]['header_location'] = '';
$page_data[4]['use_header_location'] = '';
//----------
$page_data[5]['url'] = 'Krebsvorsorge';
$page_data[5]['last_edit'] = '1372415944';
$page_data[5]['description'] = '';
$page_data[5]['keywords'] = '';
$page_data[5]['title'] = '';
$page_data[5]['robots'] = '';
$page_data[5]['heading'] = '';
$page_data[5]['show_heading'] = '';
$page_data[5]['template'] = '';
$page_data[5]['published'] = '';
$page_data[5]['show_last_edit'] = '';
$page_data[5]['linked_to_menu'] = '1';
$page_data[5]['header_location'] = '';
$page_data[5]['use_header_location'] = '';
//----------
$page_data[6]['url'] = 'Labordiagnostik';
$page_data[6]['last_edit'] = '1372087029';
$page_data[6]['description'] = '';
$page_data[6]['keywords'] = '';
$page_data[6]['title'] = '';
$page_data[6]['robots'] = '';
$page_data[6]['heading'] = '';
$page_data[6]['show_heading'] = '';
$page_data[6]['template'] = '';
$page_data[6]['published'] = '';
$page_data[6]['show_last_edit'] = '';
$page_data[6]['linked_to_menu'] = '1';
$page_data[6]['header_location'] = '';
$page_data[6]['use_header_location'] = '';
//----------
$page_data[7]['url'] = 'Psychotherapie';
$page_data[7]['last_edit'] = '1372087044';
$page_data[7]['description'] = '';
$page_data[7]['keywords'] = '';
$page_data[7]['title'] = '';
$page_data[7]['robots'] = '';
$page_data[7]['heading'] = '';
$page_data[7]['show_heading'] = '';
$page_data[7]['template'] = '';
$page_data[7]['published'] = '';
$page_data[7]['show_last_edit'] = '';
$page_data[7]['linked_to_menu'] = '1';
$page_data[7]['header_location'] = '';
$page_data[7]['use_header_location'] = '';
//----------
$page_data[8]['url'] = 'Grauer_Star';
$page_data[8]['last_edit'] = '1372087057';
$page_data[8]['description'] = '';
$page_data[8]['keywords'] = '';
$page_data[8]['title'] = '';
$page_data[8]['robots'] = '';
$page_data[8]['heading'] = '';
$page_data[8]['show_heading'] = '';
$page_data[8]['template'] = '';
$page_data[8]['published'] = '';
$page_data[8]['show_last_edit'] = '';
$page_data[8]['linked_to_menu'] = '1';
$page_data[8]['header_location'] = '';
$page_data[8]['use_header_location'] = '';
//----------
$page_data[9]['url'] = 'Naturheilverfahren';
$page_data[9]['last_edit'] = '1372087071';
$page_data[9]['description'] = '';
$page_data[9]['keywords'] = '';
$page_data[9]['title'] = '';
$page_data[9]['robots'] = '';
$page_data[9]['heading'] = '';
$page_data[9]['show_heading'] = '';
$page_data[9]['template'] = '';
$page_data[9]['published'] = '';
$page_data[9]['show_last_edit'] = '';
$page_data[9]['linked_to_menu'] = '1';
$page_data[9]['header_location'] = '';
$page_data[9]['use_header_location'] = '';
//----------
$page_data[10]['url'] = 'Chirotherapie';
$page_data[10]['last_edit'] = '1372087088';
$page_data[10]['description'] = '';
$page_data[10]['keywords'] = '';
$page_data[10]['title'] = '';
$page_data[10]['robots'] = '';
$page_data[10]['heading'] = '';
$page_data[10]['show_heading'] = '';
$page_data[10]['template'] = '';
$page_data[10]['published'] = '';
$page_data[10]['show_last_edit'] = '';
$page_data[10]['linked_to_menu'] = '1';
$page_data[10]['header_location'] = '';
$page_data[10]['use_header_location'] = '';
//----------
$page_data[11]['url'] = 'Ueber_uns';
$page_data[11]['last_edit'] = '1370251495';
$page_data[11]['description'] = '';
$page_data[11]['keywords'] = '';
$page_data[11]['title'] = '';
$page_data[11]['robots'] = '';
$page_data[11]['heading'] = '';
$page_data[11]['show_heading'] = '';
$page_data[11]['template'] = '';
$page_data[11]['published'] = '';
$page_data[11]['show_last_edit'] = '';
$page_data[11]['linked_to_menu'] = '1';
$page_data[11]['header_location'] = '';
$page_data[11]['use_header_location'] = '';
//----------
$page_data[12]['url'] = 'Dr._Jekyll';
$page_data[12]['last_edit'] = '1370266607';
$page_data[12]['description'] = '';
$page_data[12]['keywords'] = '';
$page_data[12]['title'] = '';
$page_data[12]['robots'] = '';
$page_data[12]['heading'] = '';
$page_data[12]['show_heading'] = '';
$page_data[12]['template'] = '';
$page_data[12]['published'] = '';
$page_data[12]['show_last_edit'] = '';
$page_data[12]['linked_to_menu'] = '1';
$page_data[12]['header_location'] = '';
$page_data[12]['use_header_location'] = '';
//----------
$page_data[13]['url'] = 'Mr._Hyde';
$page_data[13]['last_edit'] = '1371354661';
$page_data[13]['description'] = '';
$page_data[13]['keywords'] = '';
$page_data[13]['title'] = '';
$page_data[13]['robots'] = '';
$page_data[13]['heading'] = '';
$page_data[13]['show_heading'] = '';
$page_data[13]['template'] = '';
$page_data[13]['published'] = '';
$page_data[13]['show_last_edit'] = '';
$page_data[13]['linked_to_menu'] = '1';
$page_data[13]['header_location'] = '';
$page_data[13]['use_header_location'] = '';
//----------
$page_data[14]['url'] = 'Newsletter';
$page_data[14]['last_edit'] = '1530789841';
$page_data[14]['description'] = '';
$page_data[14]['keywords'] = '';
$page_data[14]['title'] = 'Online Terminbuchung';
$page_data[14]['robots'] = '';
$page_data[14]['heading'] = '';
$page_data[14]['show_heading'] = '';
$page_data[14]['template'] = '';
$page_data[14]['published'] = '';
$page_data[14]['show_last_edit'] = '';
$page_data[14]['linked_to_menu'] = '1';
$page_data[14]['header_location'] = '';
$page_data[14]['use_header_location'] = '';
//----------
$page_data[15]['url'] = 'Sprechstundenzeiten_und_Onlinetermine_%2F_Rezeptbestellung';
$page_data[15]['last_edit'] = '1569495925';
$page_data[15]['description'] = '';
$page_data[15]['keywords'] = '';
$page_data[15]['title'] = '';
$page_data[15]['robots'] = '';
$page_data[15]['heading'] = '';
$page_data[15]['show_heading'] = '0';
$page_data[15]['template'] = '0';
$page_data[15]['published'] = '1';
$page_data[15]['show_last_edit'] = '0';
$page_data[15]['linked_to_menu'] = '1';
$page_data[15]['header_location'] = '';
$page_data[15]['use_header_location'] = '0';
//----------
$page_data[16]['url'] = 'Impressum';
$page_data[16]['last_edit'] = '';
$page_data[16]['description'] = '';
$page_data[16]['keywords'] = '';
$page_data[16]['title'] = '';
$page_data[16]['robots'] = '';
$page_data[16]['heading'] = '';
$page_data[16]['show_heading'] = '';
$page_data[16]['template'] = '';
$page_data[16]['published'] = '';
$page_data[16]['show_last_edit'] = '';
$page_data[16]['linked_to_menu'] = '';
$page_data[16]['header_location'] = '';
$page_data[16]['use_header_location'] = '';
//----------
?>

View File

@ -0,0 +1,288 @@
<html><head><title>Content</title></head><body>
<h1>Willkommen in der Gemeinschaftspraxis Dr. Jekyll und Mr. Hyde</h1>
<p>Liebe Patienten,</p>
<p>auf unserer Internet-Seite möchten wir Sie über unser Online-Terminbuchungssystem, die Rezeptbestellung, unsere Praxis, das Behandlungsspektrum und die speziellen Therapie-Angebote informieren.</p>
<p>Im Mittelpunkt steht dabei die haus-/augen-/sonstwie-ärztliche Betreuung.</p>
<p>Spezielle Leistungen und Therapien bieten wir Ihnen darüber hinaus in verschiedenen Bereichen an.</p>
<p>Die Terminvereinbarung für die speziellen Angebote können Sie auch bequem direkt aus der Beschreibung unseres Therapieangebotes vornehmen. Ein spezielle Anmeldung dafür ist nicht erforderlich.</p>
<p><em><strong><span style="line-height: 1.3em;"><br></span></strong></em></p>
<p><em><strong><span style="line-height: 1.3em;">Demovideo für die Online-Rezeptbestellung:</span></strong></em></p>
<p><iframe src="https://www.youtube.com/embed/f96QUudbdtw" frameborder="0" width="560" height="315"></iframe></p>
<hr>
<p><em><strong><span style="line-height: 1.3em;">Demovideo für die Online-Terminbuchung, wie sie auch auf dieser Website ausprobiert werden kann:</span></strong></em></p>
<p><iframe src="https://www.youtube.com/embed/L1X5Bbgu4UA" frameborder="0" width="560" height="315"></iframe></p>
<h2>Kontakt</h2>
<p>So erreichen Sie uns:</p>
<p>Telefon (Allgemein): 0431 / 88687-0<br>Telefon (Rezeptbestellung): 0431 / 88687-0<br>Telefon (Terminvergabe): 0431 / 5572987-0<br>Fax: 0431 / 88687-88</p>
<p>E-Mail: <a href="mailto:info@jekyll-und-hyde.de">info@jekyll-und-hyde.de</a></p>
<p>So finden Sie uns:</p>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<div style="overflow: hidden; height: 400px; width: 600px;">
<div id="map_canvas" style="height: 400px; width: 600px;"> </div>
<a href="http://www.maps-einbinden.de">google maps für webseite</a></div>
<script type="text/javascript">// <![CDATA[
window.setTimeout("initGmaps();",300);function initGmaps(){var myOptions = {zoom:15,center:new google.maps.LatLng(54.3402636, 10.133316799999989),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);marker = new google.maps.Marker({map: map, position: new google.maps.LatLng(54.3402636, 10.133316799999989)});infowindow = new google.maps.InfoWindow({content: "<b>Dres. Jekyll und Mabuse</b><br>Steinstr. 1<br>24118 Kiel"});google.maps.event.addListener(marker, "click", function(){infowindow.open(map,marker);});infowindow.open(map,marker);}
// ]]></script>
<h2>Unsere Leistungen</h2>
<p>Auf den folgenden Seiten finden Sie detaillierte Informationen zu unseren Gesundheitsangeboten:</p>
<h3>Gesundheitsuntersuchung</h3>
<p>Alle gesetzlich Versicherten haben ab dem vollendeten 35. Lebensjahr im Abstand von zwei Jahren einen Anspruch auf eine Gesundheitsuntersuchung. Dieser Check-up dient der Früherkennung insbesondere von Herz-Kreislauf-Erkrankungen, Diabetes mellitus und Nierenerkrankungen. Hierbei stellt der untersuchende Arzt in der Regel der Hausarzt mit für den Patienten wenig belastenden Untersuchungen fest, welche Risikofaktoren erkennbar sind und ob sie bereits zu einer Erkrankung geführt haben. Wie wichtig es ist, diesen Check-up regelmäßig durchführen zu lassen, zeigen Erkenntnisse des Bundesgesundheitsministeriums: Demnach werden bei etwa jedem zweiten Teilnehmer an dieser Früherkennungsuntersuchung eine Erkrankung und/oder Risikofaktoren festgestellt, die bis dahin noch nicht bekannt waren.</p>
<p>Buchen Sie gleich hier online einen Termin für eine Gesundheitsuntersuchung:</p>
<div id="medisoft_appointments"> </div>
<div id="medisoft_appointments"> </div>
<p>
<script type="text/javascript">// <![CDATA[
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
window.Medisoft = {
config: {
clientId: '938', // required: replace 938 with your real client id
// locationRef: '1', // optional: pre-selected location (remove if unwanted)
functionRef: '2' // optional: pre-selected function (remove if unwanted)
// doctorRef: '1' // optional: pre-selected doctor (remove if unwanted)
}
};
/* * * DON'T EDIT BELOW THIS LINE * * */
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var msoft = document.createElement('script');
msoft.type = 'text/javascript';
msoft.async = true;
msoft.src = '//' + 'medidate.org/assets/application.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(msoft);
})();
// ]]></script>
</p>
<p>Der Gesundheits-Check-up umfasst folgende Leistungen:</p>
<ul>
<li>Anamnese (zum Beispiel Fragen nach Beschwerden) und insbesondere auch die Erfassung des Risikoprofils (zum Beispiel Rauchen, Übergewicht)</li>
<li>Körperliche Untersuchung (Ganzkörperstatus) einschließlich Messung des Blutdrucks</li>
<li>Laboruntersuchung
<ul>
<li>aus dem Blut:<br><span style="line-height: 1.2em;">Gesamtcholesterin<br></span><span style="line-height: 1.2em;">Glukose</span></li>
<li>aus dem Urin:<br><span style="line-height: 1.2em;">Eiweiß<br></span><span style="line-height: 1.2em;">Glukose<br></span><span style="line-height: 1.2em;">rote und weiße Blutkörperchen<br></span><span style="line-height: 1.2em;">Nitrit</span></li>
</ul>
</li>
<li>Beratung über das Untersuchungsergebnis</li>
</ul>
<p><br>Das Hautkrebs-Screening soll nach Möglichkeit in Verbindung mit dem Check-up durchgeführt werden.</p>
<p>Die Richtlinien des Gemeinsamen Bundesausschusses über die Gesundheits-untersuchungen zur Früherkennung von Krankheiten sind <a href="http://www.g-ba.de/informationen/richtlinien/10/" target="_blank">hier</a> dokumentiert.</p>
<h3>Männer-Checkup</h3>
<h4>Warum ein Checkup für Männer?</h4>
<p><span style="line-height: 1.4em;">Die meisten Männer lieben ihr Auto mehr als ihre Gesundheit. Und wenn doch mal etwas zwickt, ignorieren sie es, statt auf die Signale ihres Körpers zu hören. Dabei sind Männer öfter krank als Frauen und haben eine niedrigere Lebenserwartung.</span></p>
<h4><span style="line-height: 1.4em;">Warum Vorsorge-Untersuchungen?</span></h4>
<p>Mit den Vorsorge-Untersuchungen sollen Gefahren für die Gesundheit rechtzeitig erkannt werden. Denn für viele Krankheiten gilt: Je früher sie diagnostiziert werden, desto größer sind die Heilungschancen.<br>Manche Krankheiten lassen sich sogar ganz vermeiden, wenn entsprechende Risikofaktoren rechtzeitig bemerkt werden, und der Patient bereit ist, bestimmte Lebensgewohnheiten zu ändern.</p>
<h4>Welche Vorsorgemaßnahmen gibt es?</h4>
<p>Wir bieten für alle ab 35 Jahren einen Gesundheits-Check-up an, ab 45 die Krebsvorsorge. Dabei können Risikofaktoren identifiziert und Erkrankungen frühzeitig festgestellt werden. Eine Chance, die jeder nutzen sollte - leider tut das bisher nur jeder fünfte Mann.</p>
<h4><span style="line-height: 1.4em;">Check-up 35 und Krebsfrüherkennung für Männer</span></h4>
<p> </p>
<table class="tabrahmen" style="width: 90%;" cellspacing="10" cellpadding="10">
<tbody>
<tr><th class="tabrahmen" width="16%">Alter</th><th class="tabrahmen" width="65%">Früherkennung folgender Krankheiten</th><th class="tabrahmen" width="19%">Zeitraum</th></tr>
<tr>
<td class="tabrahmen">ab 35</td>
<td class="tabrahmen">Herz-Kreislauf-Erkrankungen, <br>Nierenerkrankungen, Diabetes (Zucker),<br>Hautkrebs</td>
<td class="tabrahmen">alle 2 Jahre</td>
</tr>
<tr>
<td class="tabrahmen">ab 45</td>
<td class="tabrahmen">Prostatakrebs, Hautkrebs<br>(Tastuntersuchung, Inspektion)</td>
<td class="tabrahmen">jährlich</td>
</tr>
<tr>
<td class="tabrahmen">ab 50</td>
<td class="tabrahmen">Darmkrebs<br>(Tastuntersuchung, Stuhlbluttest)</td>
<td class="tabrahmen">jährlich</td>
</tr>
<tr>
<td class="tabrahmen">ab 55</td>
<td class="tabrahmen">Darmkrebs (2 Darmspiegelungen)<br>2. Darmspiegelung nach 10 Jahren<br>bei unauffälligem Erstbefund und<br>Beschwerdefreiheit oder zweijährlicher <br>Test auf Blut im Stuhl</td>
</tr>
</tbody>
</table>
<p>Buchen Sie gleich hier online einen Termin für einen Männer-Checkup:</p>
<div id="medisoft_appointments"> </div>
<script type="text/javascript">// <![CDATA[
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
window.Medisoft = {
config: {
clientId: '938', // required: replace 938 with your real client id
// locationRef: '1', // optional: pre-selected location (remove if unwanted)
functionRef: '1' // optional: pre-selected function (remove if unwanted)
// doctorRef: '1' // optional: pre-selected doctor (remove if unwanted)
}
};
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var msoft = document.createElement('script');
msoft.type = 'text/javascript';
msoft.async = true;
msoft.src = '//' + 'medidate.org/assets/application.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(msoft);
})();
// ]]></script>
<h3>Krebsvorsorge</h3>
<p>Frauen können diese Vorsorge-Untersuchung ab dem Alter von 20 Jahren jährlich in Anspruch nehmen. Untersucht werden dabei die Genitalorgane. Ab dem Alter von 30 Jahren sind auch die Untersuchung der Brust und der Haut Bestandteil der Krebsvorsorge-Untersuchung. Neben der klinischen Untersuchung entnimmt der Arzt grundsätzlich einen Abstrich von der Schleimhautoberfläche, der auf Krebszellen untersucht wird.<br>Ab dem Alter von 50 Jahren werden darüber hinaus jährlich der Enddarm und der übrige Dickdarm untersucht. Ab dem Alter von 50 Jahren bis zur Vollendung des 55. Lebensjahres besteht Anspruch auf die jährliche Durchführung eines Schnelltests auf okkultes (nicht sichtbares) Blut im Stuhl.<br>Frauen ab 50 Jahren haben darüber hinaus bis zur Vollendung des 70. Lebensjahres grundsätzlich alle zwei Jahre Anspruch auf Früherkennung von Krebserkrankungen der Brust durch das so genannte Mammographie-Screening. Hierbei handelt es sich um ein Programm zur Früherkennung von Brustkrebs.<br>Männer können die Krebsvorsorge-Untersuchung ab dem Alter von 45 Jahren jedes Jahr durchführen lassen. Untersucht werden die Prostata, die äußeren Genitalorgane und die Haut. Ab dem Alter von 50 Jahren werden außerdem der Enddarm und der übrige Dickdarm untersucht. Ab dem Alter von 50 Jahren bis zur Vollendung des 55. Lebensjahres besteht Anspruch auf die jährliche Durchführung eines Schnelltests auf okkultes Blut im Stuhl. Ab 35 Jahre ist alle 2 Jahre eine Hautkrebsuntersuchung vorgesehen.<br>Darüber hinaus steht allen Versicherten ab dem Alter von 55 Jahren die Koloskopie (endoskopische Untersuchung des gesamten Dickdarms) als Früherkennungsmaßnahme zur Verfügung. Frühestens zehn Jahre nach Durchführung der ersten Koloskopie besteht Anspruch auf eine zweite Koloskopie. Bei dieser Untersuchung können Polypen (frühe Vorstadien eines möglichen Dickdarmkrebses) erkannt und sofort entfernt werden.<br>Wird die Früherkennung per Koloskopie ab dem Alter von 55 Jahren nicht durchgeführt oder schließt sich keine zweite Koloskopie frühestens zehn Jahre nach der ersten Koloskopie an, besteht Anspruch auf die zweijährliche Durchführung der Untersuchung auf okkultes Blut im Stuhl.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine&amp;functionRef='3'">Buchen Sie gleich online einen Termin für eine Krebsvorsorge-Untersuchung!</a></p>
<h3>Labordiagnostik</h3>
<p>„Das müssen wir erst an das Labor schicken, dann melden wir uns wieder“. Das werden Sie bei uns in Notfallsituationen selten hören. Denn wir möchten, dass Sie im Notfall schnell wissen, wie es um Sie steht. Daher haben wir in unserer Praxis eine umfangreiche Labordiagnostik aufgebaut, die es uns erlaubt in kurzer Zeit aussagekräftige Daten zu erhalten.</p>
<ul>
<li>Urinuntersuchung</li>
<li>Troponin I/D-Dimer („Herzinfarkttest“/„Thrombosetest“)</li>
<li>Streptokokkenschnelltest</li>
<li>CRP-Messung („Entzündungswert“)</li>
<li>HbA1c-Messung („Langzeitzucker“)</li>
<li>Blutzuckermessung</li>
<li>Quick/INR Messung („Blutgerinnungstest“)</li>
</ul>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin für eineLaboruntersuchung!</a></p>
<h3>Psychotherapie</h3>
<p>Psychotherapeutische Hilfe bei: Krisen, Chaos im Gefühlsleben, Ängsten und Niedergeschlagenheit, Depressionen, psychosomatischen Beschwerden, Beziehungsproblemen, Mangel an Gefühlen, Mangel an (Ur-)Vertrauen, wichtigen Entwicklungsschritten/Übergangsphasen...</p>
<p>Methodentransparenz: Klienten erhalten weitgehende Einsicht in die Methodik und die Grundgedanken der Primärtherapie (Psychotherapie), so dass sie die im Laufe der Therapie erworbenen Fähigkeiten auch außerhalb der Therapiesituation in ihrem Alltag oder Berufsleben und für das Vorantreiben ihrer Persönlichkeitsentwicklung selbstständig nutzen können.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin für eine psychotherapeutische Sitzung!</a></p>
<h3>Grauer Star</h3>
<p>Als Grauen Star, auch Katarakt genannt,  bezeichnet man eine Trübung der Linse, die sich im Auge hinter der Pupille befindet. Dies führt zu einem verschleierten Sehen, oft zeigt sich auch eine erhöhte Blenndungsempfindlichkeit.  Die Sehschärfe nimmt kontinuierlich ab und im späten Stadium sieht der Patient wie durch eine Milchglasscheibe.</p>
<p>Heute kann man mit einer in der Regel komplikationslosen Operation eine erhebliche Verbesserung des Sehvermögens erreichen. Bei den heutigen Star-Operationen wird nach Entfernen der eigenen getrübten Linse eine künstliche Linse (Intraokularlinse) eingesetzt.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin für eine Untersuchung!</a></p>
<h3>Naturheilverfahren</h3>
<p>Sie sind mit der Schulmedizin nicht zurechtgekommen und möchten nun natürlichere Wege und Methoden wählen, um Ihren Gesundheitszustand zu verbessern?</p>
<p>Diese Überlegungen und Wünsche kennen wir aus vielen Gesprächen mit unseren Patienten. Wir sind darauf vorbereitet und können Ihnen auch in diesem Bereich weiterhelfen.</p>
<p>Folgende Diagnose- und Therapieformen werden seit langem weltweit mit großem Erfolg angewendet und auch bei uns in der Praxis angeboten:</p>
<p>Ausleitende Verfahren wie Aderlass und Schröpfen, Bach-Blüten-Therapie, Darmsanierung, Eigenblut-Therapie, Entgiftung (keine Drogen), Heilfasten, Immun-Modulation, Licht-Therapie, Misteltherapie, O2-Gewebedruck-Messung, O2-Mehrschritt-Therapie nach Ardenne, Neural-Therapie nach Huneke, Orthomolekular-Therapie, Skinwave, adjuvante Tumor-Therapie, Triggerpunkt-Therapie.</p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine">Buchen Sie gleich online einen Termin!</a></p>
<h3>Chirotherapie</h3>
<p>Schnell ist man mal nach einer „falschen Bewegung“ aus dem Gleichgewicht geraten, die Muskeln ziehen ­ ohne großartige Verletzung ­ „schief“ oder „machen zu“. Der Nacken und der Kopf schmerzen seit langem, der Rücken tut weh, oder ein Gelenk will gerade nicht so richtig, ­ wer kennt das nicht.</p>
<p>Hier bieten wir Ihnen die Möglichkeit, nach detaillierter körperlicher Untersuchung mittels manueller Medizin wieder „eingerenkt“ zu werden.</p>
<p><span style="line-height: 1.4em;">Oder wir helfen Ihnen, mit weicheren Methoden ­ der Muskelenergie-Technik ­ blockierte Gelenke oder dysfunktionelle Muskulatur wieder in Gang zu bringen. Die Triggerpunkt-Therapie, die speziell verhärtete Muskel-Areale und schmerzhafte Myogelosen behandelt, spielt hierbei eine besondere Rolle.</span></p>
<p><a href="?Sprechstundenzeiten_und_Onlinetermine"><span style="line-height: 1.4em;">Buchen Sie gleich online einen Termin für eine Chirotherapie!</span></a></p>
<h2>Über uns</h2>
<p>Das Team</p>
<p> </p>
<p><img style="float: right; margin-left: 20px; margin-right: 20px;" title="Unser Team" src="./userfiles/images/team.jpg" alt="Unser Team" width="276" height="183"></p>
<p>Ein eingespieltes Team kümmert sich um den reibungslosen Ablauf in unserer Praxis.<br>Wir sind für Sie da, um Ihnen den Praxisaufenthalt so angenehm wie möglich zu machen.</p>
<h3>Dr. Jekyll</h3>
<p><img style="float: right;" title="Dr. Jekyll" src="./userfiles/images/Jekyll-mansfield.jpg" alt="Dr. Jekyll" width="220" height="331"></p>
<p>Curriculum vitae</p>
<p>- Schulische Ausbildung -</p>
<p>1982 - 1986<br>Grundschule London</p>
<p><span style="line-height: 1.3em;">1986 - 1995<br></span><span style="line-height: 1.3em;">Gymnasium Kiel</span></p>
<p>1995 Erwerb der Allgemeinen Hochschulreife</p>
<p>- Berufliche Stationen -</p>
<p>1995 - 2002<br><span style="line-height: 1.3em;">Studium der Humanmedizin an der Christian-Albreechts-Universität Kiel</span></p>
<p><span style="line-height: 1.3em;">2003 - 2004<br></span><span style="line-height: 1.3em;">CAU Kiel: </span><span style="line-height: 1.3em;">Facharztausbildung Internistische und Chirurgische </span><span style="line-height: 1.3em;">Abteilungen CAU Kiel (AiP </span><span style="line-height: 1.3em;">und Assistenzärztin)</span></p>
<p>06/2003<br><span style="line-height: 1.3em;">Promotion zum Dr. med.; Thema der Promotionsarbeit: </span><span style="line-height: 1.3em;">Spezial-Superdupertherapie (Medizinische Klinik / IVF-Abteilung Gynäkologie Passau bei Fr. Prof. Dr. </span><span style="line-height: 1.3em;">Hippokrates</span><span style="line-height: 1.3em;">)</span></p>
<p>2005 - 2007<br><span style="line-height: 1.3em;">Praxisassistent in Kiel, Gemein</span><span style="line-height: 1.3em;">schaftspraxis für Allgemeinmedizin und Innere </span><span style="line-height: 1.3em;">Medizin: Dr. med. Sudhoff, Dr. med. Virchow, Dr. med. </span><span style="line-height: 1.3em;">Sigmund Freud</span></p>
<p><span style="line-height: 1.3em;">01/2008</span><br>Facharztanerkennung Allgemeinmedizin</p>
<p><span style="line-height: 1.3em;">Eintritt in o.g. Gemeinschaftspraxis als Facharzt </span>für Allgemeinmedizin, jetzt in Zusammenarbeit mit Dr. med. Alois Alzheimer</p>
<p><span style="line-height: 1.3em;">2008</span><br>Fortbildung Psychosomatische Grundversorgung<br><br>2008<br>Weiterbildung Hautkrebsscreening</p>
<p>2009<br>Fortbildung Sonographie (Abdomen und Schilddrüse)</p>
<h3>Mr. Hyde</h3>
<p><img style="float: right;" title="Dr. Mabuse" src="./userfiles/images/mabuse.jpg" alt="Dr. Mabuse" width="260" height="194">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<h2>Newsletter</h2>
<p><button id="open-popup">Subscribe to our mailing list</button></p>
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
<script type="text/javascript">// <![CDATA[
function showMailingPopUp() {
require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us7.list-manage.com","uuid":"2057ba7227e9dcbaf39db8d45","lid":"51a388263e"}) })
document.cookie = "MCEvilPopupClosed=; expires=Thu, 01 Jan 1970 00:00:00 UTC";
};
document.getElementById("open-popup").onclick = function() {showMailingPopUp()};
// ]]></script>
<h1>Sprechstundenzeiten und Onlinetermine / Rezeptbestellung</h1>
<p>Hier können Sie für ausgewählte Therapieangebote bequem online einen Termin in unserer Praxis buchen:</p>
<p><a href="https://order.medidate.org/?pid=6b03b285-0b5f-4ce4-9239-cca954e2006a&amp;ptok=79616658394f2f6452483841694d69753959685655516d72614b334c6b577367436555765a376767514c346e4c367457634f56356d69385058786e2f362b475356512f495853414377336f66526e4f5a4565612b72744b696c41624a7159616f4866545178534b2b61515337616248506b462b712b334b77586d69414b6f7a2b5268656e717168514b674b69532f415353586445522f7267454e4d6d6943345662457a732b642b536665453d" target="_blank">Hier geht's zur Terminbuchung medidate 2.0 rundumsorglospraxis Dr. Jekyll</a></p>
<p><a href="https://order.medidate.org/?pid=a4f55e0d-e2dd-4364-b559-9e08c96ddca5&amp;ptok=42304f32504c4467746b554542717969314f6b5a633178424b56794a5a717231705878787934464f315a5447682f5977684246566b6a2b657771363466476570436a39596574486e366e386c7a2b497152787868567975487451746e6d7833455a4267376f675847336730346f59666c6c424331642f48625141613861524f677967466b7134552f376a644c4f465442516c4f724b6a726b4548306f6d5742344f4569724f6850325746513d" target="_blank">Hier geht's zur Terminbuchung medidate 2.0 Arztservice Mr. Hyde</a></p>
<div id="medisoft_appointments"> </div>
<script type="text/javascript">// <![CDATA[
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
window.Medisoft = {
config: {
clientId: '938', // required: replace 938 with your real client id
// locationRef: '1', // optional: pre-selected location (remove if unwanted)
// functionRef: '1', // optional: pre-selected function (remove if unwanted)
// doctorRef: '1' // optional: pre-selected doctor (remove if unwanted)
}
};
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var msoft = document.createElement('script');
msoft.type = 'text/javascript';
msoft.async = true;
msoft.src = '//' + 'medidate.org/assets/application.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(msoft);
})();
// ]]></script>
<p> </p>
<p><sub>Hinweis: Dieser Service ist mit größtmöglichen Datenschutzvorkehrungen versehen. Es werden keinerlei personenbezogenen Daten im Internet zwischengespeichert.</sub></p>
<p>Sollten die von Ihnen gewünschte Therapieangebot nicht als Online-Terminangebot verfügbar sein, wenden Sie sich bitte telefonisch an unsere Praxis unter 0431/8868750.</p>
<p>Unsere Sprechstundenzeiten sind:</p>
<table style="width: 100%;">
<thead>
<tr><th> </th><th align="left">
<p>Vormittags</p>
</th><th align="left">
<p>Nachmittags</p>
</th></tr>
</thead>
<tbody>
<tr>
<td>
<p>Montag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
<tr>
<td>
<p>Dienstag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
<tr>
<td>
<p>Mittwoch</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td> </td>
</tr>
<tr>
<td>
<p>Donnerstag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
<tr>
<td>
<p>Freitag</p>
</td>
<td>
<p>08:00 12:00 Uhr</p>
</td>
<td>
<p>16:00 18:00 Uhr</p>
</td>
</tr>
</tbody>
</table>
<h1><span>Impressum</span></h1>
<p>Anbieterinformationen dieser Demostrations-Homepage für unsere Kunden:</p>
<p><br>MediSoftware<img style="float: right;" src="./userfiles/images/MS_Hauptlogo_mitUZ_RGB_72dpi.jpg" alt="" width="312" height="149"><br>Steinstr. 1<br>24118 Kiel<br>Tel. 0431/88687-0<br>Fax: 0431/88687-88<br> <a title="Homepage" href="http://www.medisoftware.de">www.medisoftware.de</a><br><a href="mailto:mail@medisoftware.de">mail[at]medisoftware.de</a></p>
<p>Rechtliche Angaben<br><span style="line-height: 1.3em;">Inhaltlich Verantwortlicher gemäß TMG: Dipl. Phys. Jan Meincke</span></p>
<p><span style="line-height: 1.3em;">Trotz sorgfältiger inhaltlicher Kontrolle übernehmen wir keine Haftung für die Inhalte externer Links. Für den Inhalt der verlinkten Seiten sind ausschließlich deren Betreiber verantwortlich.</span></p>
<p>Alle hier verwendeten Namen, Begriffe, Zeichen und Grafiken können Marken- oder Warenzeichen im Besitze ihrer rechtlichen Eigentümer sein. Die Rechte aller erwähnten und benutzten Marken- und Warenzeichen liegen ausschließlich bei deren Besitzern.</p>
</body></html>

View File

@ -0,0 +1,308 @@
<?php
/* utf8-marker = äöüß */
################## Data fields ############
$page_data_fields[] = 'url';
$page_data_fields[] = 'last_edit';
$page_data_fields[] = 'description';
$page_data_fields[] = 'keywords';
$page_data_fields[] = 'title';
$page_data_fields[] = 'robots';
$page_data_fields[] = 'heading';
$page_data_fields[] = 'show_heading';
$page_data_fields[] = 'template';
$page_data_fields[] = 'published';
$page_data_fields[] = 'show_last_edit';
$page_data_fields[] = 'linked_to_menu';
$page_data_fields[] = 'header_location';
$page_data_fields[] = 'use_header_location';
################## Recently deleted ############
$temp_data['url'] = 'Das_Team';
$temp_data['last_edit'] = '1369925665';
$temp_data['description'] = '';
$temp_data['keywords'] = '';
$temp_data['title'] = '';
$temp_data['robots'] = '';
$temp_data['heading'] = '';
$temp_data['show_heading'] = '';
$temp_data['template'] = '';
$temp_data['published'] = '';
$temp_data['show_last_edit'] = '';
$temp_data['linked_to_menu'] = '0';
$temp_data['header_location'] = '';
$temp_data['use_header_location'] = '';
################## Page Data ############
$page_data[0]['url'] = 'Willkommen_in_der_Gemeinschaftspraxis_Dr._Jekyll_und_Mr._Hyde';
$page_data[0]['last_edit'] = '1505987348';
$page_data[0]['description'] = 'Demowebseite MediSoftware Online-Patiententerminbuchungssystem';
$page_data[0]['keywords'] = 'Arztpraxis, Patienten, Termin, Terminvereinbarung, Online, Praxissoftware, Praxisporgramm, Medisoftware, Medisoft, Terminbuchung, Online-Patiententerminbuchungssystem';
$page_data[0]['title'] = 'MediSoftware Demosite';
$page_data[0]['robots'] = 'index, follow';
$page_data[0]['heading'] = '';
$page_data[0]['show_heading'] = '0';
$page_data[0]['template'] = '0';
$page_data[0]['published'] = '1';
$page_data[0]['show_last_edit'] = '0';
$page_data[0]['linked_to_menu'] = '1';
$page_data[0]['header_location'] = '';
$page_data[0]['use_header_location'] = '0';
//----------
$page_data[1]['url'] = 'Kontakt';
$page_data[1]['last_edit'] = '1372088437';
$page_data[1]['description'] = '';
$page_data[1]['keywords'] = '';
$page_data[1]['title'] = '';
$page_data[1]['robots'] = '';
$page_data[1]['heading'] = '';
$page_data[1]['show_heading'] = '';
$page_data[1]['template'] = '';
$page_data[1]['published'] = '';
$page_data[1]['show_last_edit'] = '';
$page_data[1]['linked_to_menu'] = '1';
$page_data[1]['header_location'] = '';
$page_data[1]['use_header_location'] = '';
//----------
$page_data[2]['url'] = 'Unsere_Leistungen';
$page_data[2]['last_edit'] = '1369923310';
$page_data[2]['description'] = '';
$page_data[2]['keywords'] = '';
$page_data[2]['title'] = '';
$page_data[2]['robots'] = '';
$page_data[2]['heading'] = '';
$page_data[2]['show_heading'] = '';
$page_data[2]['template'] = '';
$page_data[2]['published'] = '';
$page_data[2]['show_last_edit'] = '';
$page_data[2]['linked_to_menu'] = '1';
$page_data[2]['header_location'] = '';
$page_data[2]['use_header_location'] = '';
//----------
$page_data[3]['url'] = 'Gesundheitsuntersuchung';
$page_data[3]['last_edit'] = '1401704200';
$page_data[3]['description'] = '';
$page_data[3]['keywords'] = '';
$page_data[3]['title'] = '';
$page_data[3]['robots'] = '';
$page_data[3]['heading'] = '';
$page_data[3]['show_heading'] = '';
$page_data[3]['template'] = '';
$page_data[3]['published'] = '';
$page_data[3]['show_last_edit'] = '';
$page_data[3]['linked_to_menu'] = '1';
$page_data[3]['header_location'] = '';
$page_data[3]['use_header_location'] = '';
//----------
$page_data[4]['url'] = 'Maenner-Checkup';
$page_data[4]['last_edit'] = '1419259090';
$page_data[4]['description'] = '';
$page_data[4]['keywords'] = '';
$page_data[4]['title'] = '';
$page_data[4]['robots'] = '';
$page_data[4]['heading'] = '';
$page_data[4]['show_heading'] = '';
$page_data[4]['template'] = '';
$page_data[4]['published'] = '';
$page_data[4]['show_last_edit'] = '';
$page_data[4]['linked_to_menu'] = '1';
$page_data[4]['header_location'] = '';
$page_data[4]['use_header_location'] = '';
//----------
$page_data[5]['url'] = 'Krebsvorsorge';
$page_data[5]['last_edit'] = '1372415944';
$page_data[5]['description'] = '';
$page_data[5]['keywords'] = '';
$page_data[5]['title'] = '';
$page_data[5]['robots'] = '';
$page_data[5]['heading'] = '';
$page_data[5]['show_heading'] = '';
$page_data[5]['template'] = '';
$page_data[5]['published'] = '';
$page_data[5]['show_last_edit'] = '';
$page_data[5]['linked_to_menu'] = '1';
$page_data[5]['header_location'] = '';
$page_data[5]['use_header_location'] = '';
//----------
$page_data[6]['url'] = 'Labordiagnostik';
$page_data[6]['last_edit'] = '1372087029';
$page_data[6]['description'] = '';
$page_data[6]['keywords'] = '';
$page_data[6]['title'] = '';
$page_data[6]['robots'] = '';
$page_data[6]['heading'] = '';
$page_data[6]['show_heading'] = '';
$page_data[6]['template'] = '';
$page_data[6]['published'] = '';
$page_data[6]['show_last_edit'] = '';
$page_data[6]['linked_to_menu'] = '1';
$page_data[6]['header_location'] = '';
$page_data[6]['use_header_location'] = '';
//----------
$page_data[7]['url'] = 'Psychotherapie';
$page_data[7]['last_edit'] = '1372087044';
$page_data[7]['description'] = '';
$page_data[7]['keywords'] = '';
$page_data[7]['title'] = '';
$page_data[7]['robots'] = '';
$page_data[7]['heading'] = '';
$page_data[7]['show_heading'] = '';
$page_data[7]['template'] = '';
$page_data[7]['published'] = '';
$page_data[7]['show_last_edit'] = '';
$page_data[7]['linked_to_menu'] = '1';
$page_data[7]['header_location'] = '';
$page_data[7]['use_header_location'] = '';
//----------
$page_data[8]['url'] = 'Grauer_Star';
$page_data[8]['last_edit'] = '1372087057';
$page_data[8]['description'] = '';
$page_data[8]['keywords'] = '';
$page_data[8]['title'] = '';
$page_data[8]['robots'] = '';
$page_data[8]['heading'] = '';
$page_data[8]['show_heading'] = '';
$page_data[8]['template'] = '';
$page_data[8]['published'] = '';
$page_data[8]['show_last_edit'] = '';
$page_data[8]['linked_to_menu'] = '1';
$page_data[8]['header_location'] = '';
$page_data[8]['use_header_location'] = '';
//----------
$page_data[9]['url'] = 'Naturheilverfahren';
$page_data[9]['last_edit'] = '1372087071';
$page_data[9]['description'] = '';
$page_data[9]['keywords'] = '';
$page_data[9]['title'] = '';
$page_data[9]['robots'] = '';
$page_data[9]['heading'] = '';
$page_data[9]['show_heading'] = '';
$page_data[9]['template'] = '';
$page_data[9]['published'] = '';
$page_data[9]['show_last_edit'] = '';
$page_data[9]['linked_to_menu'] = '1';
$page_data[9]['header_location'] = '';
$page_data[9]['use_header_location'] = '';
//----------
$page_data[10]['url'] = 'Chirotherapie';
$page_data[10]['last_edit'] = '1372087088';
$page_data[10]['description'] = '';
$page_data[10]['keywords'] = '';
$page_data[10]['title'] = '';
$page_data[10]['robots'] = '';
$page_data[10]['heading'] = '';
$page_data[10]['show_heading'] = '';
$page_data[10]['template'] = '';
$page_data[10]['published'] = '';
$page_data[10]['show_last_edit'] = '';
$page_data[10]['linked_to_menu'] = '1';
$page_data[10]['header_location'] = '';
$page_data[10]['use_header_location'] = '';
//----------
$page_data[11]['url'] = 'Ueber_uns';
$page_data[11]['last_edit'] = '1370251495';
$page_data[11]['description'] = '';
$page_data[11]['keywords'] = '';
$page_data[11]['title'] = '';
$page_data[11]['robots'] = '';
$page_data[11]['heading'] = '';
$page_data[11]['show_heading'] = '';
$page_data[11]['template'] = '';
$page_data[11]['published'] = '';
$page_data[11]['show_last_edit'] = '';
$page_data[11]['linked_to_menu'] = '1';
$page_data[11]['header_location'] = '';
$page_data[11]['use_header_location'] = '';
//----------
$page_data[12]['url'] = 'Dr._Jekyll';
$page_data[12]['last_edit'] = '1370266607';
$page_data[12]['description'] = '';
$page_data[12]['keywords'] = '';
$page_data[12]['title'] = '';
$page_data[12]['robots'] = '';
$page_data[12]['heading'] = '';
$page_data[12]['show_heading'] = '';
$page_data[12]['template'] = '';
$page_data[12]['published'] = '';
$page_data[12]['show_last_edit'] = '';
$page_data[12]['linked_to_menu'] = '1';
$page_data[12]['header_location'] = '';
$page_data[12]['use_header_location'] = '';
//----------
$page_data[13]['url'] = 'Mr._Hyde';
$page_data[13]['last_edit'] = '1371354661';
$page_data[13]['description'] = '';
$page_data[13]['keywords'] = '';
$page_data[13]['title'] = '';
$page_data[13]['robots'] = '';
$page_data[13]['heading'] = '';
$page_data[13]['show_heading'] = '';
$page_data[13]['template'] = '';
$page_data[13]['published'] = '';
$page_data[13]['show_last_edit'] = '';
$page_data[13]['linked_to_menu'] = '1';
$page_data[13]['header_location'] = '';
$page_data[13]['use_header_location'] = '';
//----------
$page_data[14]['url'] = 'Newsletter';
$page_data[14]['last_edit'] = '1530789841';
$page_data[14]['description'] = '';
$page_data[14]['keywords'] = '';
$page_data[14]['title'] = 'Online Terminbuchung';
$page_data[14]['robots'] = '';
$page_data[14]['heading'] = '';
$page_data[14]['show_heading'] = '';
$page_data[14]['template'] = '';
$page_data[14]['published'] = '';
$page_data[14]['show_last_edit'] = '';
$page_data[14]['linked_to_menu'] = '1';
$page_data[14]['header_location'] = '';
$page_data[14]['use_header_location'] = '';
//----------
$page_data[15]['url'] = 'Sprechstundenzeiten_und_Onlinetermine_%2F_Rezeptbestellung';
$page_data[15]['last_edit'] = '1579779810';
$page_data[15]['description'] = '';
$page_data[15]['keywords'] = '';
$page_data[15]['title'] = '';
$page_data[15]['robots'] = '';
$page_data[15]['heading'] = '';
$page_data[15]['show_heading'] = '0';
$page_data[15]['template'] = '0';
$page_data[15]['published'] = '1';
$page_data[15]['show_last_edit'] = '0';
$page_data[15]['linked_to_menu'] = '1';
$page_data[15]['header_location'] = '';
$page_data[15]['use_header_location'] = '0';
//----------
$page_data[16]['url'] = 'Impressum';
$page_data[16]['last_edit'] = '';
$page_data[16]['description'] = '';
$page_data[16]['keywords'] = '';
$page_data[16]['title'] = '';
$page_data[16]['robots'] = '';
$page_data[16]['heading'] = '';
$page_data[16]['show_heading'] = '';
$page_data[16]['template'] = '';
$page_data[16]['published'] = '';
$page_data[16]['show_last_edit'] = '';
$page_data[16]['linked_to_menu'] = '';
$page_data[16]['header_location'] = '';
$page_data[16]['use_header_location'] = '';
//----------
?>

Some files were not shown because too many files have changed in this diff Show More