First commit

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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