First commit
This commit is contained in:
1
cms/setup/defaults/CMSimpleDebug.txt
Normal file
1
cms/setup/defaults/CMSimpleDebug.txt
Normal file
@ -0,0 +1 @@
|
||||
6
|
6
cms/setup/defaults/_cmsimpleAdmin.php
Normal file
6
cms/setup/defaults/_cmsimpleAdmin.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
if (preg_match('/cmsimpleAdmin.php/i', $_SERVER['SCRIPT_NAME'])){die('Access Denied');}
|
||||
|
||||
// CMSimple Admin User:
|
||||
$cmsimpleAdminUser = 'admin';
|
||||
?>
|
72
cms/setup/defaults/config.php
Normal file
72
cms/setup/defaults/config.php
Normal 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']="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 (.*?)\\#";
|
||||
?>
|
217
cms/setup/defaults/content.php
Normal file
217
cms/setup/defaults/content.php
Normal file
@ -0,0 +1,217 @@
|
||||
<?php // utf8-marker = äöü
|
||||
if(!defined('CMSIMPLE_VERSION') || preg_match('/content.php/i', $_SERVER['SCRIPT_NAME']))
|
||||
{
|
||||
die('No direct access');
|
||||
}
|
||||
?>
|
||||
<h1 class="_level1_page_">Welcome to CMSimple 5</h1>
|
||||
<h1>Welcome to CMSimple 5</h1>
|
||||
<p><img class="tplge_right" src="userfiles/images/coffee.png" alt="">Congratulations on your new installation of <strong>CMSimple</strong>.</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>CMSimple is published under GPL3 License. More information about CMSimple, the documentation and the current Downloads you will find on the CMSimple Homepage:</p>
|
||||
<p><strong><a href="https://www.ge-webdesign.de/">cmsimple.org »</a></strong></p>
|
||||
<p>Here you will find a Demo-Website with CMSimple and a lot of Plugins, extending the functionality of CMSimple:</p>
|
||||
<p><strong><a href="https://www.ge-webdesign.de/plugindemo/">CMSimple Plugin Demo Pages (German) »</a></strong></p>
|
||||
<h2>The CMSimple links</h2>
|
||||
<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="https://www.cmsimple.org">CMSimple</a> modified by <a href="https://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="https://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 class="_level1_page_">Willkommen bei CMSimple 5</h1>
|
||||
<h1>Willkommen bei CMSimple 5</h1>
|
||||
<p><img class="tplge_right" src="userfiles/images/coffee.png" alt="">Herzlichen Glückwunsch zu Ihrer neuen Installation von <strong>CMSimple</strong>.</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>CMSimple ist veröffentlicht unter GPL3 Lizenz.Mehr Informationen zu CMSimple, die Dokumentation und die aktuellen Downloads finden Sie auf der CMSimple Homepage:</p>
|
||||
<p><strong><a href="https://www.ge-webdesign.de/">cmsimple.org »</a></strong></p>
|
||||
<p>Hier finden Sie eine Demo-Website mit CMSimple und vielen Plugins, mit denen die Funktionalität von CMSimple erweitert werden kann:</p>
|
||||
<p><strong><a href="https://www.ge-webdesign.de/plugindemo/">CMSimple Plugin Demo Seiten »</a></strong></p>
|
||||
<h2>Die CMSimple Links</h2>
|
||||
<p>Wenn Sie ein originales oder modifiziertes CMSimple Template nutzen, belassen Sie bitte den Template Link im Template. Sie können diesen Link wie folgt erweitern:</p>
|
||||
<ul>
|
||||
<li>Template by <a href="https://www.cmsimple.org">CMSimple</a> - modified by <a href="https://www.cmsimple.org">Ihr Link</a></li>
|
||||
</ul>
|
||||
<p>Wenn Sie ein anderes Template nutzen, setzen Sie bitte einen entsprechenden Link zu <a href="https://www.cmsimple.org">www.cmsimple.org</a> in Ihrem Template, um die Popularität von CMSimple zu steigern, so geben Sie etwas zurück an das Projekt CMSimple.</p>
|
||||
<h1 class="_level1_page_">Menulevels and Headings</h1>
|
||||
<h1>Menulevels & Headings</h1>
|
||||
<p>With CMSimple 5 you can use 6 menulevels by default:</p>
|
||||
<p><strong><a href="?sitemap">Take a look at the full page structure »</a></strong></p>
|
||||
<p>Headings h1 with the CSS classes "_level<strong>1</strong>_page_ "... "_level<strong>6</strong>_page_" will dynamically split the document into new pages:</p>
|
||||
<p class="tplge_code"><h1 class="_level1_page_">Menu Levels and Headings</h1></p>
|
||||
<p>CMSimple includes a pagemanager that simplifies creating, renaming, moving and deleting of pages. Even complete folders with subfolders can be moved or deleted with Pagemanager.</p>
|
||||
<p>Thus it should be no problem to get rid of the contents of this standard download. Alternatively you could start with the present page structure, rename pages and overwrite the contents.</p>
|
||||
<h1 class="_level2_page_">Menu Level 2 - Page 1</h1>
|
||||
<h1>Menu Level 2 - Page 1</h1>
|
||||
<p>In CMSimple5 you can use all headings on a CMSimple page:</p>
|
||||
<h1>Heading h1</h1>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h2>Heading h2</h2>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h3>Heading h3</h3>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h4>Heading h4</h4>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h5>Heading h5</h5>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h6>Heading h6</h6>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h1 class="_level3_page_">Menu Level 3 - Page 1</h1>
|
||||
<h1>Menu Level 3 - Page 1</h1>
|
||||
<p>In CMSimple5 you can use all headings on a CMSimple page:</p>
|
||||
<h1>Heading h1</h1>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h2>Heading h2</h2>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h3>Heading h3</h3>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h4>Heading h4</h4>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h5>Heading h5</h5>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h6>Heading h6</h6>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text.</p>
|
||||
<h1 class="_level4_page_">MenuLevel 4 Page</h1>
|
||||
<h1>Menu Level 4 Page</h1>
|
||||
<p>In CMSimple5 you can use all headings on a CMSimple page:</p>
|
||||
<h1>Heading h1</h1>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h2>Heading h2</h2>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h3>Heading h3</h3>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h4>Heading h4</h4>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h5>Heading h5</h5>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h6>Heading h6</h6>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h1 class="_level5_page_">MenuLevel 5 Page</h1>
|
||||
<h1>Menu Level 5 Page</h1>
|
||||
<p>In CMSimple5 you can use all headings on a CMSimple page:</p>
|
||||
<h1>Heading h1</h1>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h2>Heading h2</h2>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h3>Heading h3</h3>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h4>Heading h4</h4>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h5>Heading h5</h5>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h6>Heading h6</h6>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h1 class="_level6_page_">MenuLevel 6 Page</h1>
|
||||
<h1>Menu Level 6 Page</h1>
|
||||
<p>In CMSimple5 you can use all headings on a CMSimple page:</p>
|
||||
<h1>Heading h1</h1>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h2>Heading h2</h2>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h3>Heading h3</h3>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h4>Heading h4</h4>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h5>Heading h5</h5>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h6>Heading h6</h6>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h1 class="_level3_page_">Menu Level 3 - Page 2</h1>
|
||||
<h1>Menu Level 3 - Page 2</h1>
|
||||
<p>In CMSimple5 you can use all headings on a CMSimple page:</p>
|
||||
<h1>Heading h1</h1>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h2>Heading h2</h2>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h3>Heading h3</h3>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h4>Heading h4</h4>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h5>Heading h5</h5>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h6>Heading h6</h6>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text.</p>
|
||||
<h1 class="_level3_page_">Menu Level 3 - Page 3</h1>
|
||||
<h1>Menu Level 3 - Page 3</h1>
|
||||
<p>In CMSimple5 you can use all headings on a CMSimple page:</p>
|
||||
<h1>Heading h1</h1>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h2>Heading h2</h2>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h3>Heading h3</h3>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h4>Heading h4</h4>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h5>Heading h5</h5>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h6>Heading h6</h6>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text.</p>
|
||||
<h1 class="_level2_page_">Menu Level 2 - Page 2</h1>
|
||||
<h1>Menu Level 2 - Page 2</h1>
|
||||
<p>In CMSimple5 you can use all headings on a CMSimple page:</p>
|
||||
<h1>Heading h1</h1>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h2>Heading h2</h2>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h3>Heading h3</h3>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h4>Heading h4</h4>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h5>Heading h5</h5>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h6>Heading h6</h6>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h1 class="_level2_page_">Menu Level 2 - Page 3</h1>
|
||||
<h1>Menu Level 2 - Page 3</h1>
|
||||
<p>In CMSimple5 you can use all headings on a CMSimple page:</p>
|
||||
<h1>Heading h1</h1>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h2>Heading h2</h2>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h3>Heading h3</h3>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h4>Heading h4</h4>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h5>Heading h5</h5>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h6>Heading h6</h6>
|
||||
<p>This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. This is a paragraph with some text. </p>
|
||||
<h1 class="_level1_page_">Templates and Plugins</h1>
|
||||
<h1>Templates & Plugins</h1>
|
||||
<p>By using a different template, you can give your pages a completely different look. Some useful plugins can greatly expand the functionality of your CMSimple website.</p>
|
||||
<div style="text-align: center; font-weight: bold; background: #900; color: #ffffff; padding: 4px 6px;">
|
||||
<p>While installing templates or plugins, <br> please respect the licensing conditions of the authors.</p>
|
||||
</div>
|
||||
<p>Popular plugins provide picture galleries, guest books, comment possibilities, integration of video etc.</p>
|
||||
<p>Templates and plugins for CMSimple are available on <strong><a href="https://www.ge-webdesign.de/">ge-webdesign.de »</a></strong></p>
|
||||
<h1 class="_level1_page_">Languages</h1>
|
||||
<h1>Languages</h1>
|
||||
<p>The standard download of CMSimple include German and English language files (de.php and en.php).</p>
|
||||
<p>Please don’t delete the "default" and the "en" language files (default.php and en.php), as they serve as default fallback.</p>
|
||||
<h1 class="_level1_page_">News01</h1>
|
||||
<h2>Infobox News01</h2>
|
||||
<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>
|
||||
<h2>Infobox News02</h2>
|
||||
<p>This box shows the content of the hidden page "News02".</p>
|
||||
<hr>
|
||||
<p><span class="tlid-translation translation" lang="en"><span class="" title="">The heading of this infobox is an h2 heading, h1, h3 and h4 heading looks the same.</span> <span title="">The other headings in an infobox (newsbox):</span></span></p>
|
||||
<h5>Heading h5</h5>
|
||||
<h6>Heading h6</h6>
|
||||
<h1 class="_level1_page_">News03</h1>
|
||||
<h2>Infobox News03</h2>
|
||||
<p>This box shows the content of the hidden page "News03".</p>
|
||||
<hr>
|
||||
<p>Here you will find modern templates and plugins for CMSimple:</p>
|
||||
<ul>
|
||||
<li style="text-align: left;"><a href="https://www.ge-webdesign.de/cmsimpletemplates/">CMSimple Templates »</a></li>
|
||||
<li style="text-align: left;"><a href="https://www.ge-webdesign.de/cmsimpleplugins/">CMSimple Plugins »</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p>Now have much fun and success with your new CMSimple Website.</p>
|
||||
<p>Viel Spass und Erfolg mit Ihrer neuen CMSimple Website.</p>
|
391
cms/setup/defaults/de.php
Normal file
391
cms/setup/defaults/de.php
Normal file
@ -0,0 +1,391 @@
|
||||
<?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']['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']['syscheck']="System Check";
|
||||
$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']['error_not_deleted']="%s 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 Einstellungen - CMSimple - CMS geändert werden.";
|
||||
$tx['filebrowser']['error_folder_not_empty']="Der Ordner ist nicht leer.";
|
||||
$tx['filebrowser']['error_not_writeable']="Der Ordner %s ist nicht beschreibbar. Bitte ändern Sie die Dateirechte.";
|
||||
$tx['filebrowser']['error_unknown']="Unbekannter Fehler - irgendetwas hat nicht geklappt.";
|
||||
$tx['filebrowser']['error_not_uploaded']="%s wurde nicht hochgeladen. ";
|
||||
$tx['filebrowser']['error_file_already_exists']="Die Datei gibt es schon.";
|
||||
$tx['filebrowser']['error_cant_rename']="%s 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 %s sind in diesem Ordner nicht erlaubt.";
|
||||
$tx['filebrowser']['error_folder_already_exists']="Den Ordner %s gibt es schon.";
|
||||
$tx['filebrowser']['error_cant_create_folder']="Der Ordner konnte nicht angelegt werden.";
|
||||
$tx['filebrowser']['success_deleted']="%s gelöscht.";
|
||||
$tx['filebrowser']['success_uploaded']="%s hochgeladen.";
|
||||
$tx['filebrowser']['success_folder_created']="%s angelegt.";
|
||||
$tx['filebrowser']['success_renamed']="%s umbenannt zu %s.";
|
||||
$tx['filebrowser']['upload_file_to']="Datei in %s hochladen";
|
||||
$tx['filebrowser']['create_subfolder_in']="Unterordner in %s 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']['folder']="Ordner";
|
||||
$tx['filebrowser']['files']="Dateien:";
|
||||
$tx['filebrowser']['files_rename']="Mit einem Doppelklick können Sie Dateien umbenennen.";
|
||||
$tx['filebrowser']['view_list']="Listenansicht";
|
||||
$tx['filebrowser']['view_thumbs']="Miniaturansicht";
|
||||
$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']['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']="FEHLER–HINWEIS";
|
||||
$tx['help']['adminmenu_narrow_max']="Maximale Anzahl der Plugins, die in einem schmalen Plugins Dropdown Menü angezeigt werden.\r\n\r\nMehr Plugins erzeugen ein dreispaltiges Dropdown Menü.";
|
||||
$tx['help']['adminmenu_scroll']="Bei true scrollt das Admin Menü mit.";
|
||||
$tx['help']['backup_numberoffiles']="Anzahl der Backups von content.htm und pagedata.php auf dem Server.\r\n\r\nStandard: 10";
|
||||
$tx['help']['downloads_maxsize']="Maximale Größe für das Hochladen von Datein in den Downloads-Ordner in Byte";
|
||||
$tx['help']['editor_height']="Die Höhe des Editor Bereiches in px.";
|
||||
$tx['help']['editor_external']="Wenn Sie einen externen Editor nutzen wollen, installieren Sie ihn als Plugin und tragen Sie seinen Namen hier ein.";
|
||||
$tx['help']['editor_tinymce_toolbar']="Wählen Sie Ihre TinyMCE Editor Toolbar.\r\n\r\n!!! Nur wirksam für TinyMCE !!! (Der Standard Editor)";
|
||||
$tx['help']['filebrowser_external']="Wenn Sie einen externen Datei-Browser verwenden möchten, z.B. hi_kcfinder, installieren Sie das Plugin und tragen Sie seinen Namen hier ein.";
|
||||
$tx['help']['filebrowser_extensions_downloads']="* dient als Platzhalter für alle Dateiendungen.\r\n\r\nNur wirksam für den Original CMSimple Filebrowser.";
|
||||
$tx['help']['filebrowser_extensions_images']="* dient als Platzhalter für alle Dateiendungen.\r\n\r\nNur wirksam für den Original CMSimple Filebrowser.";
|
||||
$tx['help']['filebrowser_extensions_media']="* dient als Platzhalter für alle Dateiendungen.\r\n\r\nNur wirksam für den Original CMSimple Filebrowser.";
|
||||
$tx['help']['filebrowser_extensions_userfiles']="* dient als Platzhalter für alle Dateiendungen.\r\n\r\nNur wirksam für den Original CMSimple Filebrowser.";
|
||||
$tx['help']['filebrowser_show_images_permanent']="\"true\" zeigt die Bilder im Filebrowser permanent. Alles andere zeigt eine Liste der Bilder, sie werden erst bei mouseover sichtbar.\r\n\r\nNur wirksam für den Original CMSimple Filebrowser.";
|
||||
$tx['help']['filebrowser_maxheight_of_thumbs']="Die Höhe der Vorschaubilder (px).\r\n\r\nStandard: 86\r\n\r\nNur wirksam für den Original CMSimple Filebrowser.";
|
||||
$tx['help']['filebrowser_width_px_plus']="Wenn Sie sehr viele breite Bilder haben, erhöhen Sie diesen Wert.\r\n\r\nStandard: 40\r\n\r\nNur wirksam für den Original CMSimple Filebrowser.";
|
||||
$tx['help']['folders_downloads']="Der Ordner für Downloads, der bei den Editor Dialogen genutzt wird.\r\n\r\nStandard: userfiles/downloads/";
|
||||
$tx['help']['folders_images']="Der Ordner für Bilder, der bei den Editor Dialogen genutzt wird.\r\n\r\nStandard: userfiles/images/";
|
||||
$tx['help']['folders_media']="Der Ordner für Multimedia Dateien, der bei den Editor Dialogen genutzt wird.\r\n\r\nStandard: userfiles/media/";
|
||||
$tx['help']['folders_userfiles']="Der übergeordnete Ordner (Hauptordner) für Anwenderdateien.\r\n\r\nStandard: userfiles/";
|
||||
$tx['help']['functions_file']="Bitte nicht ändern";
|
||||
$tx['help']['hidden_path_locator']="\"true\" zeigt den Pfad einer versteckten Seite im Locator (Breadcrumb Navigation).";
|
||||
$tx['help']['hidden_pages_search']="\"true\" zeigt versteckte Seiten in den Ergebnissen der internen Suchfunktion an.";
|
||||
$tx['help']['hidden_pages_sitemap']="\"true\" zeigt versteckte Seiten im Inhaltsverzeichnis.";
|
||||
$tx['help']['hidden_pages_submenu']="\"true\" zeigt versteckte Seiten im Submenu.";
|
||||
$tx['help']['hidden_pages_toc']="\"true\" zeigt versteckte Seiten im Navigationsmenü, wenn sie aufgerufen sind (z. B. aufgerufen per Link).";
|
||||
$tx['help']['images_maxsize']="Maximale Größe für das Hochladen von Bildern in Byte";
|
||||
$tx['help']['jquery_autoload']="Setzen Sie dies auf \"1\" und die JS Bibliotheken sind permanent verfügbar.";
|
||||
$tx['help']['jquery_file_css']="Tragen Sie hier den Pfad zu Ihrer jQuery UI css Datei ein.\r\n\r\nStandard: smoothness/jqueryui.css";
|
||||
$tx['help']['jquery_file_core']="Wählen Sie Ihre jQuery Version.";
|
||||
$tx['help']['jquery_file_ui']="Wählen Sie Ihre jQuery UI Version.";
|
||||
$tx['help']['jquery_version_core']="Nicht mehr wirksam in CMSimple 4.2.3 oder höher.";
|
||||
$tx['help']['jquery_version_ui']="Nicht mehr wirksam in CMSimple 4.2.3 oder höher.";
|
||||
$tx['help']['language_default']="Bei Zweitsprachen in 2-stelligen Verzeichnissen wird hier die Sprache der übergeordneten Hauptseite oder Subsite eingetragen.\r\n\r\nZweitsprachen in 2-stelligen Verzeichnissen erkennen ihre eigen Sprache automatisch.";
|
||||
$tx['help']['language_short']="Durch Kommata getrennte Liste von Sprachkürzeln.";
|
||||
$tx['help']['language_long']="Durch Kommata getrennte Liste von Sprachen.\r\n\r\nSollte in der gleichen Reihenfolge wie die Sprachkürzel sortiert sein.";
|
||||
$tx['help']['locator_show_homepage']="\"true\" erzeugt am Anfang des Locators einen Link zur Startseite.";
|
||||
$tx['help']['mailform_captcha']="\"true\" aktiviert den Spamschutz im Kontakt-Formular.";
|
||||
$tx['help']['mailform_email']="Falls gesetzt, wird das Kontakt-Formular aktiviert.";
|
||||
$tx['help']['menu_color']="Nicht mehr von CMSimple Systemfunktionen genutzt.";
|
||||
$tx['help']['menu_highlightcolor']="Nicht mehr von CMSimple Systemfunktionen genutzt";
|
||||
$tx['help']['menu_legal']="Für Kompatibilität mit älteren Versionen, bitte nicht ändern.\r\n\r\nStandard: CMSimple Legal Notices";
|
||||
$tx['help']['menu_levels']="Die Anzahl der Ebenen der Seiten- und Menüstruktur. Einstellungen von 1 bis 6 sind möglich.\r\n\r\nBeispiel: Wenn Sie hier \"3\" eintragen, erzeugen h1-h3 neue Seiten.\r\n\r\nStandard: 3";
|
||||
$tx['help']['menu_levelcatch']="Bitte nicht ändern.\r\n\r\nStandard: 10";
|
||||
$tx['help']['menu_sdoc']="Leer oder \"parent\", parent fügt dem gesamten offenen Zweig des Navigationsmenüs die Klasse \"sdocs\" hinzu.\r\n\r\nStandard: parent";
|
||||
$tx['help']['meta_author']="Der Autor der Internetseite (darf leer sein)";
|
||||
$tx['help']['meta_description']="Kurze Seitenbeschreibung der Internetseite für Suchmaschinen";
|
||||
$tx['help']['meta_keywords']="Suchbegriffe für Suchmaschinen, getrennt durch Kommata und ohne Leerzeichen nach einem Komma.";
|
||||
$tx['help']['meta_publisher']="Der Verleger der Internetseite (darf leer sein)";
|
||||
$tx['help']['meta_robots']="Anweisungen für Suchmaschinen\r\n\r\nStandard: index, follow";
|
||||
$tx['help']['pagemanager_external']="Wenn Sie einen externen Seiten-Manager verwenden möchten, installieren Sie das Plugin und tragen Sie seinen Namen hier ein";
|
||||
$tx['help']['pagemanager_pagedata_attribute']="\"published\" oder \"linked_to_menu\"\r\n\r\nVorsicht: Wenn Sie ein ungeeignetes Attribut wählen, bringen Sie Ihre pagedata.php durcheinander.\r\n\r\n!!! Nur wirksam für den Original CMSimple Pagemanager !!!";
|
||||
$tx['help']['plugins_folder']="Bitte nicht ändern";
|
||||
$tx['help']['scripting_regexp']="Bitte nicht ändern";
|
||||
$tx['help']['security_password']="Das verschlüsselte Passwort der Seite, neues Passwort bitte im Klartext eintragen.";
|
||||
$tx['help']['security_type']="Standard: page";
|
||||
$tx['help']['server_script_name_slice']="!!! Im Normalfall leer !!!\r\n\r\nNur bei misskonfigurierten Servern mit falscher Ausgabe von Server Variablen kann es evtl. helfen, diese Option auf \"true\" zu setzen.";
|
||||
$tx['help']['server_timezone']="Normalerweise leer! Format (z. B.): Europe/London (Siehe: php.net/manual/de/timezones.php)";
|
||||
$tx['help']['show_locator_above_editor']="\"true\" zeigt einen Locator (breadcrumb navigation) über dem Editor.";
|
||||
$tx['help']['show_page_headings']="\"true\" zeigt die Seitenüberschrift über dem Seiteninhalt.";
|
||||
$tx['help']['site_allow_config']="\"true\" gibt dem Autor Zugang zur System Konfiguration. Alles andere sperrt den Zugang.";
|
||||
$tx['help']['site_allow_config_plugins']="\"true\" gibt dem Autor Zugang zu den Plugin Konfigurationen (Stylesheet, Konfiguration, Sprache). Alles andere sperrt den Zugang.";
|
||||
$tx['help']['site_allow_embed_in_frames']="\"allow\" erlaubt die Einbindung überall
|
||||
\"deny\" verhindert die Einbindung überall
|
||||
\"sameorigin\" erlaubt die Einbindung nur auf der selben Domain (Standard)";
|
||||
$tx['help']['site_allow_linkcheck']="\"true\" aktiviert den Linkcheck im Adminmenü";
|
||||
$tx['help']['site_allow_versionsinfo']="\"true\" aktiviert die Versions Info (Update Info) für CMSimple und Plugins.\r\n\r\nEmpfohlen: true";
|
||||
$tx['help']['site_full_settings_menu']="\"true\" aktiviert das Einstellungs Menü des Admin Menüs. Alles andere dektiviert das Einstellungs Menü.\r\n\r\n!!! WARNUNG !!!\r\n\r\nDer Zugang zur System Konfiguration ist weiterhin möglich, per Adresszeile des Browsers.";
|
||||
$tx['help']['site_content_visible']="\"true\" zeigt die Inhalte und Navigationselemente für nicht eingeloggte Besucher der Internetseite.\r\n\r\nAlles andere versteckt Inhalte und Navigationselemente für nicht eingeloggte Besucher.\r\n\r\nSie können diese Funktion auch als einfachen Wartungsmodus verwenden.";
|
||||
$tx['help']['site_create_content_textfiles']="\"true\" 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.\r\n\r\nDie txt-Dateien werden in folgendem Ordner gespeichert:\r\n\r\n./userfiles/co_author/";
|
||||
$tx['help']['site_printview_with_backlink']="\"true\" erzeugt am oberen Rand der Druckansicht einen Backlink.";
|
||||
$tx['help']['site_template']="Das Template der Internetseite";
|
||||
$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']="Der Titel der Internetseite";
|
||||
$tx['help']['uri_length']="Maximale Länge des URL\r\n\r\nStandard: 256";
|
||||
$tx['help']['uri_seperator']="Das Zeichen, das die Namen von Seiten und Unterseiten in der URL trennt.\r\n\r\nÄnderung nicht empfohlen.";
|
||||
$tx['help']['xhtml_amp']="\"true\" konvertiert \"&\" zu \"&amp;\" im Inhalt. Änderung nicht empfohlen.\r\n\r\nStandard: true";
|
||||
$tx['help']['xhtml_endtags']="\"true\" erzeugt im Inhalt die für bestimmte XHTML-Auszeichnungselemente erforderlichen Abschluss-Schrägstriche, wie <br /> etc.";
|
||||
$tx['help']['use_csrf_protection']="\"true\" aktiviert die CSRF-protection.";
|
||||
$tx['help']['use_backend_template']="\"true\" aktiviert das Backend Template.\r\n\r\nFür die Bearbeitung der Seiteninhalte ist weiterhin das konfigurierte Template aktiv.";
|
||||
$tx['help']['use_backend_template_always']="\"true\" aktiviert das Backend Template auch für die Bearbeitung der Seiteninhalte.";
|
||||
$tx['help']['use_h1only_pagesplitting']="\"true\" Aktiviert das h1-only Page Splitting. ACHTUNG: diesen Eintrag sollten Sie nur ändern, wenn Sie genau wissen was Sie tun.";
|
||||
$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']['login']="Anmelden";
|
||||
$tx['login']['password']="Passwort";
|
||||
$tx['login']['try_again']="Neuer Versuch:";
|
||||
$tx['login']['user_optional']="Name (optional)";
|
||||
$tx['login']['warning']="Administrationsbereich.\r\n\r\nBitte Passwort eingeben.\r\n\r\n!!! JavaScript und Cookies müssen aktiviert sein !!!";
|
||||
$tx['login']['wrong_password']="Falsches Passwort";
|
||||
$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 geben Sie eine gültige E-Mail-Adresse ein";
|
||||
$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']['main_menu']="Menü";
|
||||
$tx['menu']['news_area']="Info";
|
||||
$tx['menu']['page_content']="Seite";
|
||||
$tx['menu']['print']="Druckansicht";
|
||||
$tx['menu']['sitemap']="Inhaltsverzeichnis";
|
||||
$tx['menu']['top']="nach oben";
|
||||
$tx['message']['file_saved']="Datei gespeichert";
|
||||
$tx['message']['maintenance']="Diese Seiten werden zur Zeit gewartet - bitte versuchen Sie es später noch einmal.";
|
||||
$tx['message']['maintenance_backend']="!!! Diese Seite befindet sich im Wartungsmodus !!!";
|
||||
$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.\r\n\r\nSie bearbeiten die Konfiguration der Hauptseite.";
|
||||
$tx['message']['password_default']="Sie verwenden das Standard Passwort! Bitte ändern Sie es hier:";
|
||||
$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']="Der Titel wird in der Titelleiste des Browsers angezeigt.\r\n\r\nEin aussagekräftiger Titel könnte das Suchmaschinen-Ranking verbessern.";
|
||||
$tx['meta_tags']['hint_description']="Fassen Sie hier kurz und treffend den Inhalt dieses Artikels zusammen.\r\n\r\nDiese Seitenbeschreibung wird (meistens) auf den Ergebnisseiten der Suchmaschinen angezeigt.";
|
||||
$tx['meta_tags']['hint_keywords']="Geben Sie hier die für den Seiteninhalt wichtigsten Begriffe, getrennt durch Kommata, ein.";
|
||||
$tx['meta_tags']['hint_robots']="\"index, follow\": Ihre Seite wird von Suchmaschinen indiziert.\r\n\r\n\"noindex, nofollow\": Ihre Seite wird von Suchmaschinen NICHT indiziert.";
|
||||
$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']['sitetitle']="Anderer Seitentitel?";
|
||||
$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']="Mit der Überschrift im Texteditor bestimmen Sie, unter welchem Titel diese Seite im Menü verlinkt wird.\r\n\r\nWenn 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.)";
|
||||
$tx['page_params']['hint_sitetitle']="Hier können Sie für eine Seite einen anderen Seitentitel (oder auch keinen) anzeigen lassen. Diese Änderung ist nur im Ansichtsmodus und im ausgeloggten Zustand wirksam.";
|
||||
$tx['page_params']['hint_published']="Legen Sie hier fest, ob Sie diese Seite (schon) Ihren Besuchern präsentieren wollen.";
|
||||
$tx['page_params']['hint_linked_to_menu']="Wenn eine Seite - beispielsweise eine Newsbox - nicht im Navigationsmenü angezeigt werden soll, wählen Sie \"Nein\".";
|
||||
$tx['page_params']['hint_last_edit']="Sie können das Datum der letzten Bearbeitung anzeigen lassen.\r\n\r\nDas Datumsformat legen Sie über die CMSimple-Spracheinstellungen fest, das sonstige Erscheinungsbild über css (#pp_last_update).";
|
||||
$tx['page_params']['hint_template']="Hier können Sie für diese Seite ein vom Standard abweichendes Template auswählen.";
|
||||
$tx['page_params']['hint_header_location']="Hier kann angegeben werden, ob die Seite weitergeleitet werden soll auf ein internes oder externes Ziel.\r\n\r\nExterne Ziele müssen immer vollständig, beginnend mit http:// angegeben werden.";
|
||||
$tx['pagemanager']['menu_main']="Seiten verwalten";
|
||||
$tx['pagemanager']['op_collapse']="Alle Seiten einklappen";
|
||||
$tx['pagemanager']['op_copy']="Kopieren";
|
||||
$tx['pagemanager']['op_create']="Seite erstellen (als Unterseite)";
|
||||
$tx['pagemanager']['op_create_after']="Seite erstellen (auf gleicher Ebene - nach Unterseiten)";
|
||||
$tx['pagemanager']['op_cut']="Ausschneiden";
|
||||
$tx['pagemanager']['op_delete']="Seite löschen (incl. Unterseiten)";
|
||||
$tx['pagemanager']['op_expand']="Alle Seiten aufklappen";
|
||||
$tx['pagemanager']['op_help']="Sie können Seiten per drag & drop neu anordnen. Rechtsklick auf eine Seite öffnet das Kontextmenü. \r\n\r\nDetailierte Informationen zur Benutzung entnehmen Sie bitte der Plugin Hilfe.";
|
||||
$tx['pagemanager']['op_paste']="Einfügen (als Unterseite)";
|
||||
$tx['pagemanager']['op_paste_after']="Einfügen (auf gleicher Ebene - nach Unterseiten)";
|
||||
$tx['pagemanager']['op_rename']="Seite umbenennen";
|
||||
$tx['pagemanager']['op_save']="Sichern";
|
||||
$tx['pagemanager']['op_separator']="";
|
||||
$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!";
|
||||
$tx['pagemanager']['message_information']="Information";
|
||||
$tx['pagemanager']['message_menu_level']="Das würde Ihre menu levels 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 benötigt mindestens PHP version %s!";
|
||||
$tx['pagemanager']['error_extension']="Pagemanager benötigt die PHP Erweiterung %s!";
|
||||
$tx['pagemanager']['error_jquery']="Pagemanager benötigt das jQuery4CMSimple-Plugin!";
|
||||
$tx['pagemanager']['error_encoding']="Pagemanager erfordert UTF-8 Kodierung!";
|
||||
$tx['pagemanager']['error_structure_confirmation']="Ich weiß genau was ich mache! Ich möchte fortfahren.";
|
||||
$tx['pagemanager']['error_structure_warning']="Unregelmäßige Seitenstruktur gefunden. 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['pagemanager']['publish_page']="Seite veröffentlichen?";
|
||||
$tx['pagemanager']['show_in_menu']="In der Navigation anzeigen?";
|
||||
$tx['pagemanager']['text_doubleclick']="Doppelklick ruft die Seite auf, der Pagemanager wird verlassen.";
|
||||
$tx['restore']['back_to']="zurück zu Backup Manager";
|
||||
$tx['restore']['backups']="Backups";
|
||||
$tx['restore']['backup_files']="Bei Logout erzeugte Backup Dateien";
|
||||
$tx['restore']['backups_created']="Backups erstellt von";
|
||||
$tx['restore']['backups_restored']="Backup wiederhergestellt";
|
||||
$tx['restore']['confirm_delete_backup']="Wollen Sie dieses Backup wirklich löschen?";
|
||||
$tx['restore']['confirm_delete_file']="Wollen Sie diese Datei wirklich löschen?";
|
||||
$tx['restore']['confirm_restore_backup']="Wollen Sie wirklich dieses Backup als Inhalt wiederherstellen?";
|
||||
$tx['restore']['delete_file']="Datei löschen";
|
||||
$tx['restore']['delete_backup']="Backup löschen";
|
||||
$tx['restore']['headline_backups']="Backup Manager";
|
||||
$tx['restore']['headline_delete_file']="Datei löschen";
|
||||
$tx['restore']['headline_deleted_backup']="Gelöschtes Backup";
|
||||
$tx['restore']['no_backups_in_content_folder']="Keine Backups im Verzeichnis ./content/";
|
||||
$tx['restore']['no_other_files_in_content_folder']="Keine anderen Dateien im Verzeichnis ./content/";
|
||||
$tx['restore']['other_files']="Andere Dateien";
|
||||
$tx['restore']['restore_backup']="Backup wiederherstellen";
|
||||
$tx['restore']['restore_backups']="Wiederherstellung eines Backups";
|
||||
$tx['restore']['view_file']="Datei ansehen";
|
||||
$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']['allow_config_plugins']="Sie haben keine Berechtigung zur Plugin Konfiguration. Bitte kontaktieren Sie den Administrator.";
|
||||
$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']['active']="aktiviert";
|
||||
$tx['sysinfo']['disabled']="deaktiviert";
|
||||
$tx['sysinfo']['helplinks']="Hilfe und Informationen";
|
||||
$tx['sysinfo']['hidden']="aus Admin Menü entfernt";
|
||||
$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['sysinfo']['version_info']="Versions- und Update Info »";
|
||||
$tx['sysinfo']['version_info_configlink']="CMS Konfiguration »";
|
||||
$tx['sysinfo']['version_info_disabled']="Die Versions- und Update Info ist deaktiviert";
|
||||
$tx['template']['default']="Standard Template";
|
||||
$tx['template']['text1']="Hauptmenü";
|
||||
$tx['template']['text2']="Newsbereich";
|
||||
$tx['template']['text3']="Inhalt";
|
||||
$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']="Inhaltsverzeichnis";
|
||||
$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 und 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']="äöü";
|
||||
?>
|
1
cms/setup/defaults/disabled_plugins.txt
Normal file
1
cms/setup/defaults/disabled_plugins.txt
Normal file
@ -0,0 +1 @@
|
||||
§convert_h1split§ §filebrowser§ §jquery§ §meta_tags§ §page_params§ §pagemanager§ §tinymce§
|
391
cms/setup/defaults/en.php
Normal file
391
cms/setup/defaults/en.php
Normal 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;\" 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 <br> 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&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 »";
|
||||
$tx['sysinfo']['plugins']="Installed Plugins";
|
||||
$tx['sysinfo']['version']="Installed CMSimple Version";
|
||||
$tx['sysinfo']['version_info']="Version- and Update Info »";
|
||||
$tx['sysinfo']['version_info_configlink']="CMS Configuration »";
|
||||
$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 and 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']="äöü";
|
||||
?>
|
3
cms/setup/defaults/log.php
Normal file
3
cms/setup/defaults/log.php
Normal 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');} ?>
|
||||
==============================
|
348
cms/setup/defaults/pagedata.php
Normal file
348
cms/setup/defaults/pagedata.php
Normal file
@ -0,0 +1,348 @@
|
||||
<?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'] = 'News01';
|
||||
$temp_data['last_edit'] = '1587145009';
|
||||
$temp_data['description'] = '';
|
||||
$temp_data['keywords'] = '';
|
||||
$temp_data['title'] = '';
|
||||
$temp_data['robots'] = '';
|
||||
$temp_data['heading'] = '';
|
||||
$temp_data['show_heading'] = '0';
|
||||
$temp_data['template'] = '0';
|
||||
$temp_data['published'] = '1';
|
||||
$temp_data['show_last_edit'] = '0';
|
||||
$temp_data['linked_to_menu'] = '0';
|
||||
$temp_data['header_location'] = '';
|
||||
$temp_data['use_header_location'] = '0';
|
||||
$temp_data['sitetitle'] = '';
|
||||
$temp_data['show_sitetitle'] = '';
|
||||
|
||||
################## Page Data ############
|
||||
$page_data[0]['url'] = 'Welcome_to_CMSimple_5';
|
||||
$page_data[0]['last_edit'] = '1591877609';
|
||||
$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'] = '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[0]['csrf_token'] = '58f8e1eb031ac0.01829288';
|
||||
$page_data[0]['sitetitle'] = '';
|
||||
$page_data[0]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[1]['url'] = 'Willkommen_bei_CMSimple_5';
|
||||
$page_data[1]['last_edit'] = '1591878609';
|
||||
$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[1]['sitetitle'] = '';
|
||||
$page_data[1]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[2]['url'] = 'Menulevels_and_Headings';
|
||||
$page_data[2]['last_edit'] = '1586504524';
|
||||
$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'] = '1';
|
||||
$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'] = 'Menu_Level_2_-_Page_1';
|
||||
$page_data[3]['last_edit'] = '1701765272';
|
||||
$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[3]['sitetitle'] = '';
|
||||
$page_data[3]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[4]['url'] = 'Menu_Level_3_-_Page_1';
|
||||
$page_data[4]['last_edit'] = '1701765284';
|
||||
$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[4]['sitetitle'] = '';
|
||||
$page_data[4]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[5]['url'] = 'MenuLevel_4_Page';
|
||||
$page_data[5]['last_edit'] = '1701765328';
|
||||
$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[5]['sitetitle'] = '';
|
||||
$page_data[5]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[6]['url'] = 'MenuLevel_5_Page';
|
||||
$page_data[6]['last_edit'] = '1701765337';
|
||||
$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[6]['sitetitle'] = '';
|
||||
$page_data[6]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[7]['url'] = 'MenuLevel_6_Page';
|
||||
$page_data[7]['last_edit'] = '1586419875';
|
||||
$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[7]['sitetitle'] = '';
|
||||
$page_data[7]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[8]['url'] = 'Menu_Level_3_-_Page_2';
|
||||
$page_data[8]['last_edit'] = '1586420039';
|
||||
$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[8]['sitetitle'] = '';
|
||||
$page_data[8]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[9]['url'] = 'Menu_Level_3_-_Page_3';
|
||||
$page_data[9]['last_edit'] = '1586420062';
|
||||
$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[9]['sitetitle'] = '';
|
||||
$page_data[9]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[10]['url'] = 'Menu_Level_2_-_Page_2';
|
||||
$page_data[10]['last_edit'] = '1586419937';
|
||||
$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[10]['sitetitle'] = '';
|
||||
$page_data[10]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[11]['url'] = 'Menu_Level_2_-_Page_3';
|
||||
$page_data[11]['last_edit'] = '1586419925';
|
||||
$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[11]['sitetitle'] = '';
|
||||
$page_data[11]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[12]['url'] = 'Templates_and_Plugins';
|
||||
$page_data[12]['last_edit'] = '1586507957';
|
||||
$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[12]['sitetitle'] = '';
|
||||
$page_data[12]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[13]['url'] = 'Languages';
|
||||
$page_data[13]['last_edit'] = '1587145953';
|
||||
$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'] = '0';
|
||||
$page_data[13]['template'] = '0';
|
||||
$page_data[13]['published'] = '1';
|
||||
$page_data[13]['show_last_edit'] = '0';
|
||||
$page_data[13]['linked_to_menu'] = '1';
|
||||
$page_data[13]['header_location'] = '';
|
||||
$page_data[13]['use_header_location'] = '0';
|
||||
$page_data[13]['sitetitle'] = '';
|
||||
$page_data[13]['show_sitetitle'] = '0';
|
||||
$page_data[13]['csrf_token'] = '5e91cd479cf824.44743763';
|
||||
|
||||
//----------
|
||||
$page_data[14]['url'] = 'News01';
|
||||
$page_data[14]['last_edit'] = '1587146578';
|
||||
$page_data[14]['description'] = '';
|
||||
$page_data[14]['keywords'] = '';
|
||||
$page_data[14]['title'] = '';
|
||||
$page_data[14]['robots'] = '';
|
||||
$page_data[14]['heading'] = '';
|
||||
$page_data[14]['show_heading'] = '0';
|
||||
$page_data[14]['template'] = '0';
|
||||
$page_data[14]['published'] = '1';
|
||||
$page_data[14]['show_last_edit'] = '0';
|
||||
$page_data[14]['linked_to_menu'] = '0';
|
||||
$page_data[14]['header_location'] = '';
|
||||
$page_data[14]['use_header_location'] = '0';
|
||||
$page_data[14]['sitetitle'] = '';
|
||||
$page_data[14]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[15]['url'] = 'News02';
|
||||
$page_data[15]['last_edit'] = '1646064737';
|
||||
$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'] = '0';
|
||||
$page_data[15]['header_location'] = '';
|
||||
$page_data[15]['use_header_location'] = '0';
|
||||
$page_data[15]['sitetitle'] = '';
|
||||
$page_data[15]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
$page_data[16]['url'] = 'News03';
|
||||
$page_data[16]['last_edit'] = '1587193079';
|
||||
$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'] = '0';
|
||||
$page_data[16]['template'] = '0';
|
||||
$page_data[16]['published'] = '1';
|
||||
$page_data[16]['show_last_edit'] = '0';
|
||||
$page_data[16]['linked_to_menu'] = '0';
|
||||
$page_data[16]['header_location'] = '';
|
||||
$page_data[16]['use_header_location'] = '0';
|
||||
$page_data[16]['sitetitle'] = '';
|
||||
$page_data[16]['show_sitetitle'] = '';
|
||||
|
||||
//----------
|
||||
?>
|
Reference in New Issue
Block a user