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