File: //var/softaculous/txtpat/txtpat.sql
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `txtpat491`
--
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]textpattern`
--
CREATE TABLE `[[dbprefix]]textpattern` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`Posted` datetime NOT NULL,
`Expires` datetime DEFAULT NULL,
`AuthorID` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`LastMod` datetime NOT NULL,
`LastModID` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Title_html` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Body` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`Body_html` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`Excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
`Excerpt_html` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`Image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Category1` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Category2` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Annotate` int(11) NOT NULL DEFAULT '0',
`AnnotateInvite` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comments_count` int(11) NOT NULL DEFAULT '0',
`Status` int(11) NOT NULL DEFAULT '4',
`textile_body` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
`textile_excerpt` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
`Section` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`override_form` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Keywords` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`url_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_4` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_5` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_6` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_7` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_8` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_9` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_10` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`uid` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`feed_time` date NOT NULL,
PRIMARY KEY (`ID`),
KEY `categories_idx` (`Category1`(10),`Category2`(10)),
KEY `Posted` (`Posted`),
KEY `Expires_idx` (`Expires`),
KEY `author_idx` (`AuthorID`),
KEY `section_status_idx` (`Section`(249),`Status`),
KEY `url_title_idx` (`url_title`(250)),
FULLTEXT KEY `searching` (`Title`,`Body`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ;
--
-- Dumping data for table `[[dbprefix]]textpattern`
--
INSERT INTO `[[dbprefix]]textpattern` VALUES
(1, '[[regtime]]', NULL, '[[admin_username]]', '[[regtime]]', '[[admin_username]]', 'Welcome to Textpattern', '', 'This is the Textpattern welcome article. You can delete or edit it and then start creating your own content.\n\n"Textpattern in two minutes":https://textpattern.com/two-minutes provides an overview of Textpattern. "Textpattern user documentation":https://docs.textpattern.com/ provides more detailed information.', '<p>This is the Textpattern welcome article. You can delete or edit it and then start creating your own content.</p>\n\n<p><a href="https://textpattern.com/two-minutes">Textpattern in two minutes</a> provides an overview of Textpattern. <a href="https://docs.textpattern.com/">Textpattern user documentation</a> provides more detailed information.</p>', 'This is an excerpt for the welcome article.', '<p>This is an excerpt for the welcome article.</p>', '', 'hope-for-the-future', 'meaningful-labor', 1, 'Comment', 1, 4, '1', '1', 'articles', '', '', '', 'welcome-to-textpattern', '', '', '', '', '', '', '', '', '', '', '[[secret]]', '[[regday]]');
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_category`
--
CREATE TABLE `[[dbprefix]]txp_category` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`type` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`parent` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`lft` int(11) NOT NULL DEFAULT '0',
`rgt` int(11) NOT NULL DEFAULT '0',
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` varchar(1023) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=9 ;
--
-- Dumping data for table `[[dbprefix]]txp_category`
--
INSERT INTO `[[dbprefix]]txp_category` VALUES
(1, 'root', 'article', '', 1, 8, 'root', ''),
(2, 'root', 'link', '', 1, 4, 'root', ''),
(3, 'root', 'image', '', 1, 2, 'root', ''),
(4, 'root', 'file', '', 1, 2, 'root', ''),
(5, 'everything-is-going-to-be-alright', 'article', 'root', 2, 3, 'Everything is going to be alright', ''),
(6, 'hope-for-the-future', 'article', 'root', 4, 5, 'Hope for the future', ''),
(7, 'meaningful-labor', 'article', 'root', 6, 7, 'Meaningful labor', ''),
(8, 'textpattern', 'link', 'root', 2, 3, 'Textpattern', '');
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_css`
--
CREATE TABLE `[[dbprefix]]txp_css` (
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`css` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`skin` varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
`lastmod` datetime DEFAULT NULL,
PRIMARY KEY (`name`(63),`skin`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `[[dbprefix]]txp_css`
--
INSERT INTO `[[dbprefix]]txp_css` VALUES
('default', 'details,main,search{display:block}progress{vertical-align:baseline}summary{display:list-item}header::after,footer::after,nav ul::after,nav ol::after,.container::after{content:"";display:table;clear:both}@media screen{html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{position:relative;margin:0;background:#f7f7f7}.wrapper{padding:1px 0;border-bottom:1px solid #ccc;background:#fff}.site-header,.site-footer,.container{width:88%;max-width:54em;margin:0 auto}.site-header{padding:1em 0}.site-header h2{margin:0}.site-header h3{margin:.5em 0 0;font-family:"PT Serif",Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",Georgia,serif;font-size:1.25rem;font-style:italic;font-weight:normal;line-height:1.4}.site-footer{padding:.5em 0}.article{margin-bottom:2em;overflow-wrap:break-word}.complementary-content{margin:2em -6% 0;padding:0 6%;overflow-wrap:break-word;border-top:2px dashed #ccc}.accessibility{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);border:0;white-space:nowrap}.site-navigation{background-color:hsl(0,0%,86.8333333333%)}.site-navigation>div{position:relative;max-width:54em;margin:0 auto}.site-navigation ul{margin:0;padding:0;border:solid hsl(0,0%,79.8333333333%);border-width:1px 0;list-style:none}.site-navigation li{border:solid hsl(0,0%,79.8333333333%);border-width:1px 0;background-color:#eee}.site-navigation li:hover{background-color:rgb(248.2,248.2,248.2)}.site-navigation li:active{background-color:hsl(0,0%,82.8333333333%);box-shadow:inset 0 .2em .25em rgba(0,0,0,.15)}.site-navigation li.active{background-color:hsl(0,0%,101.3333333333%);box-shadow:none}.site-navigation a{display:block;padding:.5em 6%;color:#333}.site-navigation a:hover,.site-navigation a:visited{color:#333;text-decoration:none}.site-navigation a:active{color:hsl(0,0%,10%);text-decoration:none}search{padding:1em 6% .5em;background:#fff}search input[type=search]{width:16em;height:2.125em;padding-right:.1875em;padding-left:2em;border-radius:.5em;background:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27%3E%3Cg fill=%27%23333%27%3E%3Cpath d=%27M4,13c0-5,4-9,9-9c5,0,9,4,9,9c0,5-4,9-9,9C8,22,4,18,4,13z M13,19c3.3,0,6-2.7,6-6s-2.7-6-6-6s-6,2.7-6,6S9.7,19,13,19z%27/%3E%3Cpath d=%27M17.5,19l1.5-1.5l4.5,3L28,25c0,0,0,1.5-0.75,2.25S25,28,25,28l-4.5-4.5L17.5,19z%27/%3E%3C/g%3E%3C/svg%3E") no-repeat left center;background-size:2em 2em}a{color:#004cbf;text-decoration:none;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;touch-action:manipulation}a:hover,a:active{outline:0;color:#06f;text-decoration:underline}a:focus{outline:1px solid #06f}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:#000}h1 a:hover,h1 a:active,h2 a:hover,h2 a:active,h3 a:hover,h3 a:active,h4 a:hover,h4 a:active,h5 a:hover,h5 a:active,h6 a:hover,h6 a:active{color:#000;text-decoration-color:rgba(51,51,51,.5)}.paginator{display:flex;justify-content:space-between}.paginator [rel=next]{margin-inline-start:auto}.skip-link{position:absolute;z-index:2;top:1px;left:1px;padding:.25em .5em;transform:translateY(-5em);transition:transform .25s ease-in-out;background-color:hsl(0,0%,101.3333333333%);color:#333;font-family:system-ui,-apple-system,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.skip-link:focus,.skip-link:active{transform:translateY(0)}html{font-size:16px;line-height:1.5}body{color:#333;font-family:"PT Serif",Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",Georgia,serif}.site-navigation{font-family:system-ui,-apple-system,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold}h1,h2,h3,h4,h5,h6{clear:both;color:#000;font-family:system-ui,-apple-system,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}h1{margin:.6315789em 0;font-size:2.375rem;letter-spacing:-0.25px;line-height:1.1842105}h2{margin:.75em 0;font-size:2rem;letter-spacing:-0.25px;line-height:1.25}h3{margin:1em 0;font-size:1.5rem;letter-spacing:-0.25px;line-height:1.3333333}h4{margin:1em 0;font-size:1.25rem;line-height:1.4}h5{margin:1em 0;font-size:1.125rem;line-height:1.4444444}h6{margin:1em 0;font-size:1rem;line-height:1.5}b,strong{font-weight:bolder}address{margin:1em 0}blockquote{margin:.8em 0;font-size:1.25rem;font-style:italic;line-height:1.4;text-align:center}abbr[title]{border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}mark,var{padding:0 .25em;border-radius:.25em;background:#fff9e1;color:#333}pre,code,kbd,samp{border:1px solid hsl(0,0%,89%);border-radius:.2857143em;background-color:#f7f7f7;color:#333;font-family:Menlo,Consolas,Monaco,monospace;font-size:.875rem;line-height:1.5}code,kbd,samp{padding:1px .21429em}pre{padding:.5714286em 1.1428571em;overflow-wrap:normal;overflow-x:auto;tab-size:4}pre code{padding:0;overflow-wrap:normal;border:0;background-color:rgba(0,0,0,0);direction:ltr;font-size:1em;-ms-hyphens:none;hyphens:none;text-align:left;word-break:normal;word-spacing:normal;white-space:pre}sub,sup.footnote,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}small,figcaption,tfoot,.footnote{font-size:.8125rem;line-height:1.5}figcaption,tfoot,.footnote{color:#585858}figcaption{margin-top:.5em;font-style:italic}hr{box-sizing:content-box;height:24px;margin:1em 0;overflow:visible;border:0;background:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 240 24%27%3E%3Cpath fill=%27%23333%27 d=%27M0,0c1.742,13.61,54.74,20.912,119.995,15.279C184.922,9.679,238.594,13.024,240,24c-1.744-13.613-54.742-20.913-120.005-15.284C55.078,14.32,1.405,10.973,0,0z%27/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:240px 24px}[dir=ltr],[dir=rtl]{unicode-bidi:isolate}bdo[dir=ltr],bdo[dir=rtl]{unicode-bidi:isolate-override}:lang(ja){font-family:"Hiragino Sans","Hiragino Kaku Gothic Pro","Meiryo UI",sans-serif;font-weight:300}:lang(ko){font-family:GulimChe,Gulim,sans-serif}:lang(zh-cn){font-family:"PingFang SC",SimHei,sans-serif}:lang(zh-tw){font-family:"PingFang TC",PMingLiU,sans-serif}[lang|=ar] a:hover,[lang|=fa] a:hover,[lang|=ur] a:hover{text-decoration:none}[dir=rtl] code{direction:ltr}[dir=rtl] img.align-left{margin:1em 0 1em 1em;float:right}[dir=rtl] img.align-right{margin:1em 1em 1em 0;float:left}[dir=rtl] caption{text-align:right}[dir=rtl] th,[dir=rtl] td{text-align:right}[dir=rtl] menu,[dir=rtl] ol,[dir=rtl] ul{padding:0 2em 0 0}[dir=rtl] .site-navigation ul,[dir=rtl] .article-list{padding:0}[dir=rtl] dd{margin:0 2em 0 0}[dir=rtl] input[type=checkbox]+label,[dir=rtl] input[type=radio]+label{margin:0 0 0 .5em}[dir=rtl] input[type=checkbox]+label:last-of-type,[dir=rtl] input[type=radio]+label:last-of-type{margin:0}[dir=rtl] select{padding-right:.1875em;padding-left:1.5em;background-position:.5em center}[dir=rtl] .skip-link{right:1px;left:auto}[dir=rtl] .comments h4 .comment-anchor{float:left}video{display:inline-block}img,video{max-width:100%;height:auto}img{vertical-align:middle}img.align-left{margin:1em 1em 1em 0;float:left}img.align-right{margin:1em 0 1em 1em;float:right}img.align-center{display:block;margin:1em auto}figure{margin:1em 0}table{width:100%;margin-bottom:1em;border-spacing:0;border-collapse:collapse}caption{margin-bottom:.5em;font-style:italic;text-align:left}th,td{padding:.5em;border:1px solid #d4d4d4;vertical-align:top;text-align:left}thead tr{background-color:#eee}thead th,thead td{border:1px solid #ccc}tbody tr:nth-child(even){background-color:#f7f7f7}tfoot th,tfoot td{padding:.6666667em}[rowspan]{vertical-align:middle}menu,ol,ul{padding:0 0 0 2em}li>ul,li>ol{margin:0}li::marker{color:color-text-heading}dd{margin:0 0 0 2em}.article-list{margin:0 0 2em;padding:0;border-top:1px solid #ccc;list-style:none}.article-list li{margin-bottom:0;border-bottom:1px solid #ccc}fieldset{min-width:0;margin:1em 0;padding:1px 1em;border:1px solid #ccc}legend{display:table;box-sizing:border-box;max-width:100%;padding:0;color:inherit;white-space:normal}button,input{overflow:visible;touch-action:manipulation}button,input,optgroup,select,textarea{box-sizing:border-box;max-width:100%;margin:0;color:#000;font-family:system-ui,-apple-system,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;line-height:1.375;vertical-align:baseline}[type=color],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{height:2em;padding:.25em .1875em;border:1px solid #ccc;border-radius:0;background:#fff;appearance:none}[type=color]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{border-color:#06f;outline:1px solid rgba(0,0,0,0)}[type=checkbox],[type=radio]{padding:0}[type=checkbox]+label,[type=radio]+label{margin:0 .5em 0 0}[type=checkbox]+label:last-of-type,[type=radio]+label:last-of-type{margin:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-decoration{appearance:none}select{padding-right:1.5em;background:#fff url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%275%27 viewBox=%270 0 17 5%27%3E%3Cpolygon fill=%27%23333%27 points=%270,0 5,5 10,0%27/%3E%3C/svg%3E") right center no-repeat;background-size:1.0625em .3125em;text-transform:none}select::-ms-expand{opacity:0}select[size],select[multiple]{height:auto;padding-right:.5em;background-image:none}select[size="0"],select[size="1"]{height:2em}optgroup{font-style:normal;font-weight:bold}textarea{width:100%;height:auto;min-height:3em;overflow:auto;vertical-align:top;resize:vertical}[disabled],[disabled] option,[disabled] optgroup,span.disabled{border-color:#d4d4d4 !important;opacity:1;background:#eee !important;box-shadow:none !important;color:#aaa !important;text-shadow:none !important;cursor:default !important}.small input{width:25%;min-width:151px}.small textarea{height:5.5em}.large input{width:50%;min-width:302px}.large textarea{height:9.75em}input:focus:invalid,select:focus:invalid,textarea:focus:invalid{border-color:#9d261d;box-shadow:none}input:-moz-ui-invalid,select:-moz-ui-invalid,textarea:-moz-ui-invalid{border-color:#9d261d;box-shadow:none}:-ms-input-placeholder{opacity:1;color:#999;font:inherit}::placeholder{opacity:1;color:#999;font:inherit}.required{border:0;color:#9d261d}button{overflow:visible;text-transform:none}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button,[type=button],[type=reset],[type=submit]{background-color:rgb(222.7,222.7,222.7);background-image:linear-gradient(#eeeeee, rgb(222.7, 222.7, 222.7));display:inline-block;position:relative;width:auto;height:2em;padding:.25em 1em;border:1px solid rgb(222.7,222.7,222.7);border-radius:1em;background-clip:padding-box;box-shadow:0 2px 0 rgb(171.7,171.7,171.7);color:#333;font-weight:normal;text-align:center;appearance:none;cursor:pointer}button:hover,[type=button]:hover,[type=reset]:hover,[type=submit]:hover{background-color:rgb(232.9,232.9,232.9);background-image:linear-gradient(rgb(248.2, 248.2, 248.2), rgb(232.9, 232.9, 232.9));border-color:hsl(0,0%,74.3333333333%);color:#333;text-decoration:none}button:active,[type=button]:active,[type=reset]:active,[type=submit]:active{top:2px;border-color:hsl(0,0%,74.3333333333%);box-shadow:none;color:hsl(0,0%,10%);text-decoration:none}button:focus,[type=button]:focus,[type=reset]:focus,[type=submit]:focus{border-color:#06f;outline:1px solid rgba(0,0,0,0)}button[disabled],[type=button][disabled],[type=reset][disabled],[type=submit][disabled]{top:2px !important}.comments{margin-bottom:1em;padding:1px 1em;overflow-wrap:break-word;border-radius:.5em;background:#f7f7f7}.comments h4 .is-author{font-weight:normal}.comments h4 .comment-anchor{float:right;font-weight:normal}.comments-author{background:hsl(0,0%,93.862745098%)}#cpreview{margin-bottom:2px;padding:1em;border-radius:.5em;background-color:#fff9e1}.error_message li{color:#9d261d}.comments_error{border-color:#9d261d}#popup-page .container{max-width:52em}}@media only screen and (min-width: 38em){.site-navigation{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.site-navigation>div{display:flex;flex-wrap:wrap;justify-content:space-between;width:88%}.site-navigation ul{display:flex;flex-wrap:wrap;border:0}.site-navigation li{border-width:0 1px}.site-navigation a{padding:.5em 1em}search{margin-top:.2em;padding:0;background:rgba(0,0,0,0)}search input[type=search]{width:2.125em;padding-right:0;transition:width .2s ease-in-out,border-color .2s ease-in-out;background-color:#eee;cursor:pointer}search input[type=search]:hover{background-color:rgb(248.2,248.2,248.2)}search input[type=search]:focus{width:16em;padding-right:.1875em;background-color:hsl(0,0%,101.3333333333%);cursor:auto}}@media only screen and (min-width: 46em){html{font-size:1.125rem}}@media screen and (prefers-reduced-motion: reduce),(update: slow){search input[type=search]{transition-duration:0}}@media print{*,*::before,*::after{background:rgba(0,0,0,0) !important;box-shadow:none !important;color:#000 !important;text-shadow:none !important}html{font-size:8pt;line-height:1.5}body{margin:.5cm;padding:2em 5em;font-family:"Helvetica Neue",sans-serif}a{text-decoration:none}.site-header{border-bottom:1pt solid #000}.site-footer{margin-top:12pt;border-top:1pt solid #000}nav,audio,video,form,#comments-form,.comments h4 a:last-child,.complementary-content,.paginator,.skip-link{display:none}abbr[title]::after{content:" (" attr(title) ")"}h1{margin:16pt 0;font-size:32pt;font-weight:normal;line-height:36pt}h2{margin:14pt 0;font-size:24pt;line-height:28pt;orphans:2;widows:2;break-after:avoid}h3{margin:12pt 0;font-size:18pt;line-height:22pt;orphans:2;widows:2;break-after:avoid}h4{margin:11pt 0;font-size:14pt;line-height:18pt;orphans:2;widows:2;break-after:avoid}h5{margin:10pt 0;font-size:12pt;line-height:16pt;orphans:2;widows:2;break-after:avoid}h6{margin:9pt 0;font-size:10pt;line-height:14pt;orphans:2;widows:2;break-after:avoid}p{orphans:2;widows:2}footer,figcaption,tfoot,small,.footnote{font-size:6pt}blockquote{padding:0 0 0 8pt;border-left:3pt solid #000;font-size:16pt;break-inside:avoid}[dir=rtl] blockquote{padding:0 8pt 0 0;border-right:3pt solid #000;border-left:0}pre{margin-bottom:8pt;padding:8pt;border:1pt solid #000;white-space:pre-wrap !important}pre,code,kbd,samp,var{font-family:"Courier New",Courier,monospace}img{break-inside:avoid}img.align-left{margin:1em 1em 1em 0;float:left}img.align-right{margin:1em 0 1em 1em;float:right}img.align-center{display:block;margin:1em auto}[dir=rtl] img.align-left{margin:1em 0 1em 1em;float:right}[dir=rtl] img.align-right{margin:1em 1em 1em 0;float:left}figure{margin-bottom:8pt}figcaption{margin-top:4pt}ul{padding:0 0 8pt 1.8em;list-style:square}[dir=rtl] ul{padding:0 1.8em 8pt 0}ol{padding:0 0 8pt 1.8em;list-style:decimal}[dir=rtl] ol{padding:0 1.8em 8pt 0}dl{padding:0 0 8pt 1.8em}[dir=rtl] dl{padding:0 1.8em 8pt 0}table{width:100%;margin-bottom:8pt}caption{margin-bottom:4pt;font-weight:bold}tr{break-inside:avoid}th,td{padding:4pt 8pt;border-bottom:1pt solid #000}thead{display:table-header-group}thead th{border-top:1pt solid #000}.comments{break-inside:avoid}}', 'four-point-nine', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_discuss`
--
CREATE TABLE `[[dbprefix]]txp_discuss` (
`discussid` int(6) unsigned zerofill NOT NULL AUTO_INCREMENT,
`parentid` int(11) NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`email` varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`web` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`posted` datetime NOT NULL,
`message` text COLLATE utf8mb4_unicode_ci NOT NULL,
`visible` tinyint(4) NOT NULL DEFAULT '1',
PRIMARY KEY (`discussid`),
KEY `parentid` (`parentid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ;
--
-- Dumping data for table `[[dbprefix]]txp_discuss`
--
INSERT INTO `[[dbprefix]]txp_discuss` VALUES
(000001, 1, 'Donald Swain', 'donald.swain@example.com', 'https://docs.textpattern.com/brand/donald-swain', '[[regtime]]', '<p>I enjoy your site very much.</p>', 1);
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_discuss_nonce`
--
CREATE TABLE `[[dbprefix]]txp_discuss_nonce` (
`issue_time` datetime NOT NULL,
`nonce` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`used` tinyint(4) NOT NULL DEFAULT '0',
`secret` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`nonce`(250))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_file`
--
CREATE TABLE `[[dbprefix]]txp_file` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`filename` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`category` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`permissions` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
`description` text COLLATE utf8mb4_unicode_ci NOT NULL,
`downloads` int(10) unsigned NOT NULL DEFAULT '0',
`status` smallint(6) NOT NULL DEFAULT '4',
`modified` datetime NOT NULL,
`created` datetime NOT NULL,
`size` bigint(20) DEFAULT NULL,
`author` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `filename` (`filename`(250)),
KEY `author_idx` (`author`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_form`
--
CREATE TABLE `[[dbprefix]]txp_form` (
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`type` varchar(28) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Form` text COLLATE utf8mb4_unicode_ci NOT NULL,
`skin` varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
`lastmod` datetime DEFAULT NULL,
PRIMARY KEY (`name`(63),`skin`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `[[dbprefix]]txp_form`
--
INSERT INTO `[[dbprefix]]txp_form` VALUES
('article_listing', 'article', '<li class="article" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">\n <h4 itemprop="headline">\n <a href="<txp:permlink />" itemprop="url mainEntityOfPage" title="<txp:text item="read_more" />">\n <txp:title />\n </a>\n </h4>\n\n <!-- if the article has an excerpt, display that -->\n <txp:if_excerpt>\n <div itemprop="description">\n <txp:excerpt />\n </div>\n </txp:if_excerpt>\n\n <p class="footnote">\n <txp:text item="posted" />\n <time datetime="<txp:posted format="iso8601" />" itemprop="datePublished">\n <txp:posted />\n </time>\n <meta itemprop="dateModified" content="<txp:modified format="iso8601" />" />\n ·\n <txp:text item="author" />\n <span itemprop="author" itemscope itemtype="https://schema.org/Person">\n <span itemprop="name">\n <txp:author link this_section />\n </span>\n </span>\n </p>\n</li>', 'four-point-nine', NULL),
('default', 'article', '<article class="article" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">\n <meta itemprop="mainEntityOfPage" content="<txp:permlink />">\n\n <txp:if_individual_article>\n <h1 itemprop="headline"><txp:title /></h1>\n <txp:else />\n <h1 itemprop="headline"><a href="<txp:permlink />" itemprop="url" title="<txp:text item="read_more" />"><txp:title /></a>\n </h1>\n </txp:if_individual_article>\n\n <p>\n <strong>\n <txp:text item="posted" />\n </strong>\n <time datetime="<txp:posted format="iso8601" />" itemprop="datePublished">\n <txp:posted />\n </time>\n <meta itemprop="dateModified" content="<txp:modified format="iso8601" />" />\n\n <!-- only display comments count if comments posted, or if new comments allowed -->\n <txp:if_comments>\n <br>\n <strong>\n <txp:text item="comments" />\n </strong>\n <a href="<txp:permlink />#comments-head" title="<txp:text item="go_comments" />" itemprop="discussionUrl">\n <span itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter">\n <meta itemprop="interactionType" content="https://schema.org/CommentAction" />\n <span itemprop="userInteractionCount"><txp:comments_count /></span>\n </span>\n </a>\n <txp:else />\n <txp:if_comments_allowed>\n <br>\n <strong>\n <txp:text item="comments" />\n </strong>\n <a href="<txp:permlink />#comments-head" title="<txp:text item="go_comments" />" itemprop="discussionUrl">\n <span itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter">\n <meta itemprop="interactionType" content="https://schema.org/CommentAction" />\n <span itemprop="userInteractionCount">0</span>\n </span>\n </a>\n </txp:if_comments_allowed>\n </txp:if_comments>\n </p>\n\n <txp:if_article_image>\n <txp:images form="images" />\n </txp:if_article_image>\n\n <div itemprop="articleBody">\n <txp:body />\n </div>\n\n <p>\n <strong>\n <txp:text item="author" />\n </strong>\n <span itemprop="author" itemscope itemtype="https://schema.org/Person">\n <span itemprop="name">\n <txp:author link this_section />\n </span>\n </span>\n\n <!-- only display categories if they are actually set for an article, otherwise omit -->\n <txp:if_article_category>\n <br>\n <strong>\n <txp:text item="categories" />\n </strong>\n <span itemprop="keywords">\n <txp:category_list categories=''<txp:category1 />,<txp:category2 />'' children="0" break=", " trim>\n <txp:category title link />\n </txp:category_list>\n </span>\n </txp:if_article_category>\n </p>\n\n <!-- if this is an individual article then add the comments section via form: comments_display.article.txp -->\n <txp:if_individual_article>\n <txp:output_form form="comments_display" />\n </txp:if_individual_article>\n\n</article>', 'four-point-nine', NULL),
('search_results', 'article', '<li class="article" itemscope itemtype="https://schema.org/Article">\n <h4 itemprop="headline">\n <a href="<txp:permlink />" itemprop="url mainEntityOfPage" title="<txp:text item="read_more" />">\n <txp:title />\n </a>\n </h4>\n\n <!-- if the article has an excerpt, display that, otherwise show highlighted keywords in context of article -->\n <txp:if_excerpt>\n <div itemprop="description">\n <txp:excerpt />\n </div>\n <txp:else />\n <p>\n <txp:search_result_excerpt />\n </p>\n </txp:if_excerpt>\n\n <p class="footnote">\n <txp:text item="posted" />\n <time datetime="<txp:posted format="iso8601" />" itemprop="datePublished">\n <txp:posted />\n </time>\n <meta itemprop="dateModified" content="<txp:modified format="iso8601" />" />\n ·\n <txp:text item="author" />\n <span itemprop="author" itemscope itemtype="https://schema.org/Person">\n <span itemprop="name">\n <txp:author link this_section />\n </span>\n </span>\n </p>\n</li>', 'four-point-nine', NULL),
('comments', 'comment', '<!-- load the comment email into a variable. you will be using this below along with author email variable loaded in form: default.article.txp\n then check the comment email variable against article author email variable, and if it matches add ''comments-author'' class -->\n<txp:variable name="this_comment" value=''<txp:comment_email />'' />\n<txp:if_variable name="this_comment" value=''<txp:author_email />''>\n <article class="comments comments-author" itemscope itemtype="https://schema.org/Comment">\n<txp:else />\n <article class="comments" itemscope itemtype="https://schema.org/Comment">\n</txp:if_variable>\n\n <h4>\n <span class="comment-author" itemprop="author" itemscope itemtype="https://schema.org/Person">\n <span itemprop="name">\n <txp:comment_name />\n </span>\n </span>\n\n <!-- ...now check the comment email variable against article author email variable, and if it matches add ''(author)'' text -->\n <txp:if_variable name="this_comment" value=''<txp:author_email />''>\n <span class="is-author">\n (<txp:text item="author" />)\n </span>\n </txp:if_variable>\n\n <!-- add a permlink so people can link direct to this comment -->\n <span class="comment-anchor" itemprop="url">\n <txp:comment_permlink>#</txp:comment_permlink>\n </span>\n\n </h4>\n\n <!-- also add a ''since'' to show comment freshness -->\n <p class="footnote">\n <time datetime="<txp:comment_time format="iso8601" />" itemprop="dateCreated">\n <txp:comment_time />\n (<txp:comment_time format="since" />)\n </time>\n </p>\n\n <div itemprop="text">\n <txp:comment_message />\n </div>\n\n</article>', 'four-point-nine', NULL),
('comments_display', 'comment', '<!-- if there are comments, display them (note: example code below overrides the global preference setting for comments wrapping by stating\n attributes of wraptag="" and break="", you are instead using ol and li tags below)... -->\n<txp:if_comments>\n\n <section id="comments-head">\n <h3>\n <txp:text item="comments" />\n </h3>\n <ol class="comments-list">\n\n <txp:comments wraptag="" break="li" /> <!-- links by default to form: ''comments.comment.txp'' unless you specify a different form -->\n\n <!-- if this is a comment preview, display it (but only if there is no error) -->\n <txp:if_comments_preview>\n <li>\n <p id="cpreview">\n <txp:text item="press_preview_then_submit" />\n </p>\n\n <!-- links by default to form: ''comments.comment.txp'' unless you specify a different form -->\n <txp:comments_preview wraptag="" />\n\n </li>\n </txp:if_comments_preview>\n\n </ol>\n\n<!-- else if there are no comments yet and user is currently previewing comment, display it (but only if there is no error) -->\n<txp:else />\n\n <txp:if_comments_preview>\n <section id="comments-head">\n <h3>\n <txp:text item="comments" />\n </h3>\n <ol class="comments-list">\n <li>\n <p id="cpreview">\n <txp:text item="press_preview_then_submit" />\n </p>\n\n <!-- links by default to form: ''comments.comment.txp'' unless you specify a different form -->\n <txp:comments_preview wraptag="" />\n\n </li>\n </ol>\n\n<!-- else just display that there are simply no comments whatsoever :( ...but only if comments are allowed -->\n <txp:else />\n\n <txp:if_comments_allowed>\n <section id="comments-head">\n <h3>\n <txp:text item="comments" />\n </h3>\n <p>\n <txp:text item="no_comments" />\n </p>\n\n </txp:if_comments_allowed>\n </txp:if_comments_preview>\n</txp:if_comments>\n\n<!-- next, if new comments are allowed for this article then display comment form -->\n<txp:if_comments_allowed>\n\n <section id="comments-form">\n\n <!-- comment invite text is taken for the article''s comment invitation field on the ''write'' screen -->\n <h3>\n <txp:comments_invite showcount="0" textonly showalways />\n </h3>\n\n <!-- links by default to form: ''comment_form.comment.txp'' unless you specify a different form -->\n <txp:comments_form />\n\n </section>\n\n<!-- else display a comments expired message ...but only if comments had previously been allowed -->\n<txp:else />\n\n <txp:if_comments>\n <p>\n <strong>\n <txp:text item="comments_expired" />\n </strong>\n </p>\n </txp:if_comments>\n\n</txp:if_comments_allowed>\n\n<!-- if a comments section was rendered above, close the tag -->\n<txp:if_comments>\n </section>\n<txp:else />\n <txp:if_comments_allowed>\n </section>\n </txp:if_comments_allowed>\n</txp:if_comments>', 'four-point-nine', NULL),
('comment_form', 'comment', '<p>\n <txp:text item="enter_comment_here" />\n</p>\n\n<!-- if there is an error, then inform user -->\n<txp:if_comments_error>\n <txp:comments_error class="error_message" wraptag="ol" break="li" />\n</txp:if_comments_error>\n\n<p class="large">\n <label for="name">\n <txp:text item="comment_name" />\n <b class="required" title="<txp:text item="required" />">*</b>\n </label>\n <br>\n <txp:comment_name_input size="32" />\n</p>\n\n<p class="large">\n <label for="email">\n <txp:text item="comment_email" />\n <b class="required" title="<txp:text item="required" />">*</b>\n </label>\n <br>\n <txp:comment_email_input size="32" />\n</p>\n\n<p class="large">\n <label for="web">\n <txp:text item="comment_web" />\n </label>\n <br>\n <txp:comment_web_input size="32" />\n</p>\n\n<p class="small">\n <label for="message">\n <txp:text item="comment_message" />\n <b class="required" title="<txp:text item="required" />">*</b>\n </label>\n <br>\n <txp:comment_message_input cols="64" rows="4" />\n</p>\n\n<!-- preview and submit buttons (note: submit button will have a class of ''disabled''\n applied until you have previewed the message at least once) -->\n<p>\n <txp:comment_preview />\n <txp:comment_submit />\n</p>', 'four-point-nine', NULL),
('popup_comments', 'comment', '<!DOCTYPE html>\n<html lang="<txp:lang />" dir="<txp:text item="lang_dir" />">\n\n<head>\n <meta charset="utf-8">\n <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">\n <title><txp:page_title /></title>\n\n <!-- CSS -->\n <txp:css format="link" media="" />\n <!-- ...or you can use (faster) external CSS files e.g. <link rel="stylesheet" href="<txp:page_url type="theme_path" />/styles/default.css"> -->\n\n <meta name="generator" content="Textpattern CMS">\n <meta name="robots" content="noindex, follow">\n</head>\n\n<body class="popup-page">\n <div class="wrapper">\n <div class="container">\n\n <!-- this form is only used if you set ''Comments mode'' to ''popup'' format in preferences -->\n <txp:popup_comments />\n\n </div> <!-- /.container -->\n </div> <!-- /.wrapper -->\n</body>\n</html>', 'four-point-nine', NULL),
('files', 'file', '<div itemscope itemtype="https://schema.org/DataDownload">\n\n <!-- ...if exists, use the file title, otherwise use file name -->\n <a href="<txp:file_download_link />" itemprop="url contentUrl">\n <strong itemprop="name">\n <txp:evaluate>\n <txp:file_download_name title />\n <txp:else />\n <txp:file_download_name />\n </txp:evaluate>\n </strong>\n </a>\n\n <!-- ...if exists, use the file description, otherwise omit that line -->\n <txp:evaluate test>\n <div itemprop="description">\n <txp:file_download_description />\n </div>\n </txp:evaluate>\n\n <div class="footnote">\n\n <!-- ...if exists, use the file category, otherwise omit that line -->\n <txp:evaluate test="file_download_category">\n <strong>\n <txp:text item="category" />\n </strong>\n <span itemprop="keywords">\n <txp:file_download_category title />\n </span>\n ·\n </txp:evaluate>\n\n <strong>\n <txp:text item="author" />\n </strong>\n <span itemprop="author" itemscope itemtype="https://schema.org/Person">\n <span itemprop="name">\n <txp:file_download_author link />\n </span>\n </span>\n ·\n <strong>\n <txp:text item="file_size" />\n </strong>\n <span itemprop="contentSize">\n <txp:file_download_size />\n </span>\n ·\n <strong>\n <txp:text item="last_modified" />\n </strong>\n <time datetime="<txp:file_download_modified format="iso8601" />" itemprop="dateModified">\n <txp:file_download_modified />\n </time>\n ·\n <strong>\n <txp:text item="download_count" />\n </strong>\n <span itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter">\n <meta itemprop="interactionType" content="https://schema.org/DownloadAction" />\n <span itemprop="userInteractionCount">\n <txp:file_download_downloads />\n </span>\n </span>\n\n </div>\n\n</div>', 'four-point-nine', NULL),
('plainlinks', 'link', '<!-- This is being used as an external links form, therefore rel is set to ''external'' -->\n<txp:linkdesctitle rel="external" />', 'four-point-nine', NULL),
('body_aside', 'misc', '<aside class="complementary-content">\n <!-- feed links, default flavor is RSS, so we don''t need to specify a flavor on the first feed_link -->\n <p><txp:feed_link class="feed-rss" label="RSS" /> / <txp:feed_link class="feed-atom" flavor="atom" label="Atom" /></p>\n\n <!-- if links exist, renders a links list -->\n <txp:evaluate test="linklist">\n <section>\n <h4><txp:text item="links" /></h4>\n <!-- links by default to form: ''plainlinks.txp'' unless you specify a different form -->\n <txp:linklist wraptag="ul" break="li" />\n </section>\n </txp:evaluate>\n</aside>', 'four-point-nine', NULL),
('body_footer', 'misc', '<footer class="site-footer">\n <p><small><txp:text item="published_with" /> <a rel="external" href="https://textpattern.com/" title="<txp:text item="go_txp_com" />">Textpattern CMS</a></small></p>\n</footer>', 'four-point-nine', NULL),
('body_header', 'misc', '<a class="skip-link" href="#main"><txp:text item="go_content" /></a>\n\n<header class="site-header">\n <h2><txp:link_to_home><txp:site_name /></txp:link_to_home></h2>\n <txp:evaluate>\n <h3><txp:site_slogan /></h3>\n </txp:evaluate>\n</header>\n\n<nav id="navigation" class="site-navigation" aria-label="<txp:text item="site_nav" />" itemscope itemtype="https://schema.org/SiteNavigationElement">\n <div>\n <txp:section_list default_title=''<txp:text item="home" />'' include_default wraptag="ul" break="">\n <txp:if_status>\n <li<txp:if_section name=''<txp:section />''> class="active"</txp:if_section>>\n <a itemprop="url" href="<txp:section url />"<txp:if_section name=''<txp:section />''> aria-current="page"</txp:if_section>>\n <txp:section title />\n </a>\n </li>\n <txp:else />\n <li>\n <a itemprop="url" href="<txp:section url />">\n <txp:section title />\n </a>\n </li>\n </txp:if_status>\n </txp:section_list>\n\n <!-- links by default to form: ''search_input.txp'' unless you specify a different form -->\n <txp:search_input />\n </div>\n</nav>', 'four-point-nine', NULL),
('images', 'misc', '<!-- set up a variable to check whether an image also has a caption associated with it... -->\n<txp:variable name="caption" value=''<txp:image_info />'' />\n\n<!-- ...now use that image caption and wrap img inside a figure with figcaption tags, otherwise just use a plain img tag -->\n<txp:if_variable name="caption" value="">\n\n <p itemprop="image" itemscope itemtype="https://schema.org/ImageObject">\n <img loading="lazy" itemprop="url contentUrl" src="<txp:image_url link=''0'' />" alt="<txp:image_info type=''alt'' default=''-'' />">\n <meta itemprop="width" content="<txp:image_info type="w" />">\n <meta itemprop="height" content="<txp:image_info type="h" />">\n </p>\n\n<txp:else />\n\n <figure itemprop="image" itemscope itemtype="https://schema.org/ImageObject">\n\n <img loading="lazy" itemprop="url contentUrl" src="<txp:image_url link=''0'' />" alt="<txp:image_info type=''alt'' default=''-'' />">\n <meta itemprop="width" content="<txp:image_info type="w" />">\n <meta itemprop="height" content="<txp:image_info type="h" />">\n\n <!-- you do not need to specify the attribute type="caption" as that is the default setting for <txp:image_info /> tag -->\n <figcaption itemprop="caption">\n <txp:image_info />\n </figcaption>\n\n </figure>\n\n</txp:if_variable>', 'four-point-nine', NULL),
('search_display', 'misc', '<h1 itemprop="name"><txp:text item="search_results" /></h1>\n\n<txp:if_search_results>\n\n <!-- if search result count greater than 200 then display excessive results message, otherwise show search result count -->\n <txp:if_search_results max="200">\n <h3>\n <txp:items_count />\n <txp:text item="matching_search_request" />\n <q><txp:search_term /></q>\n </h3>\n <txp:else />\n <h3>\n <txp:text item="too_common_search_term" />\n <q><txp:search_term /></q>\n </h3>\n </txp:if_search_results>\n\n<!-- if no search results, then display no search results message -->\n<txp:else />\n <h3>\n <txp:text item="no_search_matches" />\n </h3>\n\n</txp:if_search_results>\n\n<!-- display resulting articles (10 per page; default setting) -->\n<txp:article[1] class="article-list" wraptag="ul" />\n\n<!-- check if there are further results and provide pagination links depending on the result -->\n<txp:if_search_results min="11">\n <nav class="paginator" aria-label="<txp:text item="page_nav" />">\n <txp:evaluate>\n <txp:newer rel="prev">\n <txp:text item="prev" />\n </txp:newer>\n <txp:older rel="next">\n <txp:text item="next" />\n </txp:older>\n </txp:evaluate>\n </nav>\n</txp:if_search_results>', 'four-point-nine', NULL),
('search_input', 'misc', '<search role="search" aria-label="<txp:text item="search" />" itemscope itemtype="https://schema.org/WebSite">\n <meta itemprop="url" content="<txp:site_url />">\n <form method="get" action="<txp:site_url />" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction">\n <meta itemprop="target" content="<txp:site_url />?q={q}">\n <label class="accessibility" for="search"><txp:text item="search" /></label>\n <input id="search" name="q" type="search" itemprop="query-input" placeholder="<txp:text item="search" />"<txp:if_search> value="<txp:search_term />"</txp:if_search>>\n </form>\n</search>', 'four-point-nine', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_image`
--
CREATE TABLE `[[dbprefix]]txp_image` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`category` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`ext` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`w` int(11) NOT NULL DEFAULT '0',
`h` int(11) NOT NULL DEFAULT '0',
`alt` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`caption` text COLLATE utf8mb4_unicode_ci NOT NULL,
`date` datetime NOT NULL,
`author` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`thumbnail` int(11) NOT NULL DEFAULT '0',
`thumb_w` int(11) NOT NULL DEFAULT '0',
`thumb_h` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `author_idx` (`author`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_lang`
--
CREATE TABLE `[[dbprefix]]txp_lang` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`lang` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL,
`name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
`event` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
`owner` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`data` text COLLATE utf8mb4_unicode_ci,
`lastmod` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `lang` (`lang`,`name`),
KEY `lang_2` (`lang`,`event`),
KEY `owner` (`owner`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1120 ;
--
-- Dumping data for table `[[dbprefix]]txp_lang`
--
INSERT INTO `[[dbprefix]]txp_lang` VALUES
(1, 'en', 'a_few_seconds', 'common', '', 'a few seconds', '[[regtime]]'),
(2, 'en', 'active', 'common', '', 'Active', '[[regtime]]'),
(3, 'en', 'add', 'common', '', 'Add', '[[regtime]]'),
(4, 'en', 'admin', 'common', '', 'Admin', '[[regtime]]'),
(5, 'en', 'ago', 'common', '', '{qty} {period} ago', '[[regtime]]'),
(6, 'en', 'all', 'common', '', 'All', '[[regtime]]'),
(7, 'en', 'any', 'common', '', 'Any', '[[regtime]]'),
(8, 'en', 'are_you_sure', 'common', '', 'Are you sure?', '[[regtime]]'),
(9, 'en', 'article', 'common', '', 'Article', '[[regtime]]'),
(10, 'en', 'article_image', 'common', '', 'Article image', '[[regtime]]'),
(11, 'en', 'articles', 'common', '', 'Articles', '[[regtime]]'),
(12, 'en', 'ascending', 'common', '', 'Ascending', '[[regtime]]'),
(13, 'en', 'auth_required', 'common', '', 'Authorization required.', '[[regtime]]'),
(14, 'en', 'author', 'common', '', 'Author', '[[regtime]]'),
(15, 'en', 'authors', 'common', '', 'Authors', '[[regtime]]'),
(16, 'en', 'back_to_login', 'common', '', 'Back to Textpattern login', '[[regtime]]'),
(17, 'en', 'back_to_top', 'common', '', 'Back to top', '[[regtime]]'),
(18, 'en', 'bad_cookie', 'common', '', 'Your session has expired. Please log in again.', '[[regtime]]'),
(19, 'en', 'bad_login', 'common', '', 'Could not log in with that username/password.', '[[regtime]]'),
(20, 'en', 'breadcrumb_nav', 'common', '', 'Breadcrumb navigation', '[[regtime]]'),
(21, 'en', 'browse', 'common', '', 'Browse', '[[regtime]]'),
(22, 'en', 'bulk_edit', 'common', '', 'Bulk edit', '[[regtime]]'),
(23, 'en', 'bulk_select', 'common', '', 'Bulk select all/none', '[[regtime]]'),
(24, 'en', 'bulk_select_row', 'common', '', 'Bulk select row ID {id}', '[[regtime]]'),
(25, 'en', 'bulk_selected_all', 'common', '', 'Bulk selected: all', '[[regtime]]'),
(26, 'en', 'bulk_selected_none', 'common', '', 'Bulk selected: none', '[[regtime]]'),
(27, 'en', 'cancel', 'common', '', 'Cancel', '[[regtime]]'),
(28, 'en', 'caption', 'common', '', 'Caption', '[[regtime]]'),
(29, 'en', 'categories', 'common', '', 'Categories', '[[regtime]]'),
(30, 'en', 'categorize', 'common', '', 'Categorize', '[[regtime]]'),
(31, 'en', 'category', 'common', '', 'Category', '[[regtime]]'),
(32, 'en', 'category1', 'common', '', 'Category 1', '[[regtime]]'),
(33, 'en', 'category2', 'common', '', 'Category 2', '[[regtime]]'),
(34, 'en', 'choose', 'common', '', 'Choose…', '[[regtime]]'),
(35, 'en', 'close', 'common', '', 'Close', '[[regtime]]'),
(36, 'en', 'code', 'common', '', 'Code', '[[regtime]]'),
(37, 'en', 'comment', 'common', '', 'Comment', '[[regtime]]'),
(38, 'en', 'comment_invitation', 'common', '', 'Invitation', '[[regtime]]'),
(39, 'en', 'comments', 'common', '', 'Comments', '[[regtime]]'),
(40, 'en', 'comments_expired', 'common', '', 'Commenting has expired for this article.', '[[regtime]]'),
(41, 'en', 'confirm_delete_popup', 'common', '', 'Really delete?', '[[regtime]]'),
(42, 'en', 'contact', 'common', '', 'Contact', '[[regtime]]'),
(43, 'en', 'cookies_must_be_enabled', 'common', '', 'Browser cookies must be enabled to use Textpattern.', '[[regtime]]'),
(44, 'en', 'copy', 'common', '', 'Copy', '[[regtime]]'),
(45, 'en', 'could_not_log_in', 'common', '', 'Could not log in with that username/password.', '[[regtime]]'),
(46, 'en', 'create', 'common', '', 'Create', '[[regtime]]'),
(47, 'en', 'css', 'common', '', 'Style', '[[regtime]]'),
(48, 'en', 'current', 'common', '', 'Current', '[[regtime]]'),
(49, 'en', 'date', 'common', '', 'Date', '[[regtime]]'),
(50, 'en', 'date_added', 'common', '', 'Date added', '[[regtime]]'),
(51, 'en', 'dateformat', 'common', '', 'Date format', '[[regtime]]'),
(52, 'en', 'default', 'common', '', 'Default', '[[regtime]]'),
(53, 'en', 'delete', 'common', '', 'Delete', '[[regtime]]'),
(54, 'en', 'delete_selected', 'common', '', 'Delete selected', '[[regtime]]'),
(55, 'en', 'descending', 'common', '', 'Descending', '[[regtime]]'),
(56, 'en', 'description', 'common', '', 'Description', '[[regtime]]'),
(57, 'en', 'dimensions', 'common', '', 'Dimensions', '[[regtime]]'),
(58, 'en', 'documentation', 'common', '', 'Documentation', '[[regtime]]'),
(59, 'en', 'download', 'common', '', 'Download', '[[regtime]]'),
(60, 'en', 'download_count', 'common', '', 'Download count', '[[regtime]]'),
(61, 'en', 'downloads', 'common', '', 'Downloads', '[[regtime]]'),
(62, 'en', 'duplicate', 'common', '', 'Duplicate', '[[regtime]]'),
(63, 'en', 'edit', 'common', '', 'Edit', '[[regtime]]'),
(64, 'en', 'email', 'common', '', 'Email', '[[regtime]]'),
(65, 'en', 'email_address', 'common', '', 'Email address', '[[regtime]]'),
(66, 'en', 'exact', 'common', '', 'Exact', '[[regtime]]'),
(67, 'en', 'excerpt', 'common', '', 'Excerpt', '[[regtime]]'),
(68, 'en', 'expire_date', 'common', '', 'Expire date', '[[regtime]]'),
(69, 'en', 'expire_time', 'common', '', 'Expire time', '[[regtime]]'),
(70, 'en', 'expired', 'common', '', 'Expired', '[[regtime]]'),
(71, 'en', 'expires', 'common', '', 'Expires', '[[regtime]]'),
(72, 'en', 'export', 'common', '', 'Export', '[[regtime]]'),
(73, 'en', 'extension', 'common', '', 'Extension', '[[regtime]]'),
(74, 'en', 'extensions', 'common', '', 'Extensions', '[[regtime]]'),
(75, 'en', 'file', 'common', '', 'File', '[[regtime]]'),
(76, 'en', 'file_download', 'common', '', 'File download', '[[regtime]]'),
(77, 'en', 'file_size', 'common', '', 'File size', '[[regtime]]'),
(78, 'en', 'files', 'common', '', 'Files', '[[regtime]]'),
(79, 'en', 'flags', 'common', '', 'Flags', '[[regtime]]'),
(80, 'en', 'forget', 'common', '', 'Forget', '[[regtime]]'),
(81, 'en', 'form', 'common', '', 'Form', '[[regtime]]'),
(82, 'en', 'form_submission_error', 'common', '', 'Sorry, the form could not be submitted. Please try again later.', '[[regtime]]'),
(83, 'en', 'forms', 'common', '', 'Forms', '[[regtime]]'),
(84, 'en', 'gallery', 'common', '', 'Gallery', '[[regtime]]'),
(85, 'en', 'general_error', 'common', '', 'General error', '[[regtime]]'),
(86, 'en', 'go', 'common', '', 'Go', '[[regtime]]'),
(87, 'en', 'go_back', 'common', '', 'Go back', '[[regtime]]'),
(88, 'en', 'go_comments', 'common', '', 'Go to comments', '[[regtime]]'),
(89, 'en', 'go_content', 'common', '', 'Go to content', '[[regtime]]'),
(90, 'en', 'go_nav', 'common', '', 'Go to navigation', '[[regtime]]'),
(91, 'en', 'go_search', 'common', '', 'Go to search', '[[regtime]]'),
(92, 'en', 'go_to', 'common', '', 'Go to', '[[regtime]]'),
(93, 'en', 'go_txp_com', 'common', '', 'Go to the Textpattern website', '[[regtime]]'),
(94, 'en', 'height', 'common', '', 'Height', '[[regtime]]'),
(95, 'en', 'help', 'common', '', 'Help', '[[regtime]]'),
(96, 'en', 'hidden', 'common', '', 'Hidden', '[[regtime]]'),
(97, 'en', 'home', 'common', '', 'Home', '[[regtime]]'),
(98, 'en', 'host', 'common', '', 'Host', '[[regtime]]'),
(99, 'en', 'id', 'common', '', 'ID#', '[[regtime]]'),
(100, 'en', 'image', 'common', '', 'Image', '[[regtime]]'),
(101, 'en', 'images', 'common', '', 'Images', '[[regtime]]'),
(102, 'en', 'import', 'common', '', 'Import', '[[regtime]]'),
(103, 'en', 'input_day', 'common', '', 'Day', '[[regtime]]'),
(104, 'en', 'input_hour', 'common', '', 'Hour', '[[regtime]]'),
(105, 'en', 'input_minute', 'common', '', 'Minute', '[[regtime]]'),
(106, 'en', 'input_month', 'common', '', 'Month', '[[regtime]]'),
(107, 'en', 'input_second', 'common', '', 'Second', '[[regtime]]'),
(108, 'en', 'input_year', 'common', '', 'Year', '[[regtime]]'),
(109, 'en', 'install', 'common', '', 'Install', '[[regtime]]'),
(110, 'en', 'internal_error', 'common', '', 'Internal error', '[[regtime]]'),
(111, 'en', 'keywords', 'common', '', 'Keywords', '[[regtime]]'),
(112, 'en', 'label', 'common', '', 'Label', '[[regtime]]'),
(113, 'en', 'language', 'common', '', 'Language', '[[regtime]]'),
(114, 'en', 'last_modification', 'common', '', 'Last modification', '[[regtime]]'),
(115, 'en', 'last_modified', 'common', '', 'Last modified', '[[regtime]]'),
(116, 'en', 'lightswitch', 'common', '', 'Toggle light/dark mode', '[[regtime]]'),
(117, 'en', 'link', 'common', '', 'Link', '[[regtime]]'),
(118, 'en', 'links', 'common', '', 'Links', '[[regtime]]'),
(119, 'en', 'list', 'common', '', 'List', '[[regtime]]'),
(120, 'en', 'list_articles', 'common', '', 'List articles', '[[regtime]]'),
(121, 'en', 'list_categories', 'common', '', 'List categories', '[[regtime]]'),
(122, 'en', 'list_links', 'common', '', 'List links', '[[regtime]]'),
(123, 'en', 'list_options', 'common', '', 'Column display options', '[[regtime]]'),
(124, 'en', 'log_in_button', 'common', '', 'Log in', '[[regtime]]'),
(125, 'en', 'logged_in_as', 'common', '', 'Logged in as', '[[regtime]]'),
(126, 'en', 'login', 'common', '', 'Log in', '[[regtime]]'),
(127, 'en', 'login_to_textpattern', 'common', '', 'Log in to Textpattern', '[[regtime]]'),
(128, 'en', 'logout', 'common', '', 'Log out', '[[regtime]]'),
(129, 'en', 'mail', 'common', '', 'Mail', '[[regtime]]'),
(130, 'en', 'manual', 'common', '', 'Manual', '[[regtime]]'),
(131, 'en', 'message', 'common', '', 'Message', '[[regtime]]'),
(132, 'en', 'method', 'common', '', 'Method', '[[regtime]]'),
(133, 'en', 'misc', 'common', '', 'Miscellaneous', '[[regtime]]'),
(134, 'en', 'modified', 'common', '', 'Modified', '[[regtime]]'),
(135, 'en', 'modified_by', 'common', '', 'Last modified by', '[[regtime]]'),
(136, 'en', 'month', 'common', '', 'Month', '[[regtime]]'),
(137, 'en', 'more', 'common', '', 'More', '[[regtime]]'),
(138, 'en', 'more_pages', 'common', '', 'More pages', '[[regtime]]'),
(139, 'en', 'name', 'common', '', 'Name', '[[regtime]]'),
(140, 'en', 'navigation', 'common', '', 'Navigation', '[[regtime]]'),
(141, 'en', 'never', 'common', '', 'Never', '[[regtime]]'),
(142, 'en', 'newer', 'common', '', 'Newer', '[[regtime]]'),
(143, 'en', 'next', 'common', '', 'Next', '[[regtime]]'),
(144, 'en', 'txp_no', 'common', '', 'No', '[[regtime]]'),
(145, 'en', 'no_results_found', 'common', '', 'No results found.', '[[regtime]]'),
(146, 'en', 'txp_none', 'common', '', 'None', '[[regtime]]'),
(147, 'en', 'noscript', 'common', '', '<strong>Note:</strong> JavaScript is currently disabled in your browser.', '[[regtime]]'),
(148, 'en', 'of', 'common', '', 'of', '[[regtime]]'),
(149, 'en', 'txp_off', 'common', '', 'Off', '[[regtime]]'),
(150, 'en', 'older', 'common', '', 'Older', '[[regtime]]'),
(151, 'en', 'txp_on', 'common', '', 'On', '[[regtime]]'),
(152, 'en', 'opens_external_link', 'common', '', '(opens an external link in a new window)', '[[regtime]]'),
(153, 'en', 'options', 'common', '', 'Options', '[[regtime]]'),
(154, 'en', 'organization', 'common', '', 'Company/organization', '[[regtime]]'),
(155, 'en', 'page', 'common', '', 'Page', '[[regtime]]'),
(156, 'en', 'page_nav', 'common', '', 'Page navigation', '[[regtime]]'),
(157, 'en', 'pages', 'common', '', 'Pages', '[[regtime]]'),
(158, 'en', 'password', 'common', '', 'Password', '[[regtime]]'),
(159, 'en', 'password_forgotten', 'common', '', 'Forgot password?', '[[regtime]]'),
(160, 'en', 'permlink', 'common', '', 'Permanent link', '[[regtime]]'),
(161, 'en', 'pophelp', 'common', '', 'Pop-up help links', '[[regtime]]'),
(162, 'en', 'post', 'common', '', 'Post', '[[regtime]]'),
(163, 'en', 'posted', 'common', '', 'Posted', '[[regtime]]'),
(164, 'en', 'posted_by', 'common', '', 'Posted by', '[[regtime]]'),
(165, 'en', 'prev', 'common', '', 'Previous', '[[regtime]]'),
(166, 'en', 'preview', 'common', '', 'Preview', '[[regtime]]'),
(167, 'en', 'publish', 'common', '', 'Publish', '[[regtime]]'),
(168, 'en', 'publish_date', 'common', '', 'Publish date', '[[regtime]]'),
(169, 'en', 'publish_time', 'common', '', 'Publish time', '[[regtime]]'),
(170, 'en', 'published_at', 'common', '', 'Published at', '[[regtime]]'),
(171, 'en', 'published_with', 'common', '', 'Published with', '[[regtime]]'),
(172, 'en', 'range', 'common', '', 'Range', '[[regtime]]'),
(173, 'en', 'recent_articles', 'common', '', 'Recent articles', '[[regtime]]'),
(174, 'en', 'recent_comments', 'common', '', 'Recent comments', '[[regtime]]'),
(175, 'en', 'recent_posts', 'common', '', 'Recent posts', '[[regtime]]'),
(176, 'en', 'recently', 'common', '', 'Recently', '[[regtime]]'),
(177, 'en', 'related_articles', 'common', '', 'Related articles', '[[regtime]]'),
(178, 'en', 'reload', 'common', '', 'Reload', '[[regtime]]'),
(179, 'en', 'remember', 'common', '', 'Remember', '[[regtime]]'),
(180, 'en', 'remove', 'common', '', 'Remove', '[[regtime]]'),
(181, 'en', 'required', 'common', '', 'Required', '[[regtime]]'),
(182, 'en', 'reset', 'common', '', 'Reset', '[[regtime]]'),
(183, 'en', 'restricted_area', 'common', '', 'Restricted area.', '[[regtime]]'),
(184, 'en', 'revert', 'common', '', 'Revert', '[[regtime]]'),
(185, 'en', 'salutation', 'common', '', 'Dear {name},', '[[regtime]]'),
(186, 'en', 'save', 'common', '', 'Save', '[[regtime]]'),
(187, 'en', 'save_new', 'common', '', 'Save new', '[[regtime]]'),
(188, 'en', 'search', 'common', '', 'Search', '[[regtime]]'),
(189, 'en', 'search_results', 'common', '', 'Search results', '[[regtime]]'),
(190, 'en', 'section', 'common', '', 'Section', '[[regtime]]'),
(191, 'en', 'sections', 'common', '', 'Sections', '[[regtime]]'),
(192, 'en', 'select', 'common', '', 'Select', '[[regtime]]'),
(193, 'en', 'selected', 'common', '', 'Selected', '[[regtime]]'),
(194, 'en', 'send', 'common', '', 'Send', '[[regtime]]'),
(195, 'en', 'showing_search_results', 'common', '', 'Showing {from} to {to} of {total}', '[[regtime]]'),
(196, 'en', 'site', 'common', '', 'Site', '[[regtime]]'),
(197, 'en', 'site_slogan', 'common', '', 'Site slogan', '[[regtime]]'),
(198, 'en', 'sitename', 'common', '', 'Site name', '[[regtime]]'),
(199, 'en', 'siteurl', 'common', '', 'Site URL', '[[regtime]]'),
(200, 'en', 'skin', 'common', '', 'Theme', '[[regtime]]'),
(201, 'en', 'spam', 'common', '', 'Spam', '[[regtime]]'),
(202, 'en', 'status', 'common', '', 'Status', '[[regtime]]'),
(203, 'en', 'status_in_use', 'common', '', 'In use', '[[regtime]]'),
(204, 'en', 'status_missing', 'common', '', 'Missing', '[[regtime]]'),
(205, 'en', 'status_ok', 'common', '', 'OK', '[[regtime]]'),
(206, 'en', 'stay_logged_in', 'common', '', 'Remain logged in with this browser', '[[regtime]]'),
(207, 'en', 'submit', 'common', '', 'Submit', '[[regtime]]'),
(208, 'en', 'tel', 'common', '', 'Phone number', '[[regtime]]'),
(209, 'en', 'textpack', 'common', '', 'Textpack', '[[regtime]]'),
(210, 'en', 'thumbnail', 'common', '', 'Thumbnail', '[[regtime]]'),
(211, 'en', 'time', 'common', '', 'Time', '[[regtime]]'),
(212, 'en', 'title', 'common', '', 'Title', '[[regtime]]'),
(213, 'en', 'toggle_all_selected', 'common', '', 'Toggle all/none selected', '[[regtime]]'),
(214, 'en', 'toggle_yes_no', 'common', '', 'Toggle yes/no', '[[regtime]]'),
(215, 'en', 'txt_quote_double_close', 'common', '', '”', '[[regtime]]'),
(216, 'en', 'txt_quote_double_open', 'common', '', '“', '[[regtime]]'),
(217, 'en', 'txt_quote_single_close', 'common', '', '’', '[[regtime]]'),
(218, 'en', 'txt_quote_single_open', 'common', '', '‘', '[[regtime]]'),
(219, 'en', 'type', 'common', '', 'Type', '[[regtime]]'),
(220, 'en', 'undefined', 'common', '', 'Undefined', '[[regtime]]'),
(221, 'en', 'units_b', 'common', '', 'B', '[[regtime]]'),
(222, 'en', 'units_e', 'common', '', 'EB', '[[regtime]]'),
(223, 'en', 'units_g', 'common', '', 'GB', '[[regtime]]'),
(224, 'en', 'units_k', 'common', '', 'kB', '[[regtime]]'),
(225, 'en', 'units_m', 'common', '', 'MB', '[[regtime]]'),
(226, 'en', 'units_p', 'common', '', 'PB', '[[regtime]]'),
(227, 'en', 'units_t', 'common', '', 'TB', '[[regtime]]'),
(228, 'en', 'units_y', 'common', '', 'YB', '[[regtime]]'),
(229, 'en', 'units_z', 'common', '', 'ZB', '[[regtime]]'),
(230, 'en', 'unknown', 'common', '', 'Unknown', '[[regtime]]'),
(231, 'en', 'unknown_section', 'common', '', 'Unknown section', '[[regtime]]'),
(232, 'en', 'untitled', 'common', '', 'Untitled', '[[regtime]]'),
(233, 'en', 'update', 'common', '', 'Update', '[[regtime]]'),
(234, 'en', 'upload', 'common', '', 'Upload', '[[regtime]]'),
(235, 'en', 'upload_err_cant_write', 'common', '', 'Failed to write file to drive.', '[[regtime]]'),
(236, 'en', 'upload_err_extension', 'common', '', 'File upload stopped by PHP extension.', '[[regtime]]'),
(237, 'en', 'upload_err_form_size', 'common', '', 'File exceeds the maximum size specified in Textpattern’s preferences.', '[[regtime]]'),
(238, 'en', 'upload_err_ini_size', 'common', '', 'File exceeds the <code>upload_max_filesize</code> directive in <code>php.ini</code>.', '[[regtime]]'),
(239, 'en', 'upload_err_no_file', 'common', '', 'No file was specified.', '[[regtime]]'),
(240, 'en', 'upload_err_partial', 'common', '', 'File was only partially uploaded.', '[[regtime]]'),
(241, 'en', 'upload_err_tmp_dir', 'common', '', 'No valid temporary directory was found. Please consult your website host.', '[[regtime]]'),
(242, 'en', 'upload_file', 'common', '', 'Upload file', '[[regtime]]'),
(243, 'en', 'url', 'common', '', 'URL', '[[regtime]]'),
(244, 'en', 'value', 'common', '', 'Value', '[[regtime]]'),
(245, 'en', 'version', 'common', '', 'Version', '[[regtime]]'),
(246, 'en', 'view', 'common', '', 'View', '[[regtime]]'),
(247, 'en', 'viewsite', 'common', '', 'View site', '[[regtime]]'),
(248, 'en', 'website', 'common', '', 'Website', '[[regtime]]'),
(249, 'en', 'width', 'common', '', 'Width', '[[regtime]]'),
(250, 'en', 'with_selected', 'common', '', 'With selected:', '[[regtime]]'),
(251, 'en', 'with_selected_option', 'common', '', 'With {count} selected…', '[[regtime]]'),
(252, 'en', 'txp_yes', 'common', '', 'Yes', '[[regtime]]'),
(253, 'en', 'lang_name', 'common', '', 'English', '[[regtime]]'),
(254, 'en', 'lang_code', 'common', '', 'en', '[[regtime]]'),
(255, 'en', 'lang_dir', 'common', '', 'ltr', '[[regtime]]'),
(256, 'en', 'account_activation', 'admin', '', 'Please activate your account', '[[regtime]]'),
(257, 'en', 'account_activation_confirmation', 'admin', '', 'Please use the link below to activate your account and set up a password.', '[[regtime]]'),
(258, 'en', 'alias_is_taken', 'admin', '', 'Alias already exists.', '[[regtime]]'),
(259, 'en', 'assign_assets_to', 'admin', '', 'Assign author’s content to', '[[regtime]]'),
(260, 'en', 'author_already_exists', 'admin', '', 'Author <strong>{name}</strong> already exists.', '[[regtime]]'),
(261, 'en', 'author_deleted', 'admin', '', 'Authors deleted: <strong>{name}</strong>.', '[[regtime]]'),
(262, 'en', 'author_save_failed', 'admin', '', 'Author <strong>{name}</strong> could not be saved.', '[[regtime]]'),
(263, 'en', 'author_updated', 'admin', '', 'Authors updated: <strong>{name}</strong>.', '[[regtime]]'),
(264, 'en', 'cannot_assign_assets_to_deletee', 'admin', '', 'You cannot assign assets to a deleted account.', '[[regtime]]'),
(265, 'en', 'change_email_address', 'admin', '', 'Change your email address', '[[regtime]]'),
(266, 'en', 'change_password', 'admin', '', 'Change your password', '[[regtime]]'),
(267, 'en', 'changelanguage', 'admin', '', 'Change language', '[[regtime]]'),
(268, 'en', 'changeprivilege', 'admin', '', 'Change role', '[[regtime]]'),
(269, 'en', 'could_not_mail', 'admin', '', 'Could not email', '[[regtime]]'),
(270, 'en', 'could_not_update_author', 'admin', '', 'Could not update author.', '[[regtime]]'),
(271, 'en', 'create_author', 'admin', '', 'New author', '[[regtime]]'),
(272, 'en', 'current_password', 'admin', '', 'Current password', '[[regtime]]'),
(273, 'en', 'edit_author', 'admin', '', 'Edit author', '[[regtime]]'),
(274, 'en', 'email_changed', 'admin', '', 'Email address changed to <strong>{email}</strong>.', '[[regtime]]'),
(275, 'en', 'error_adding_new_author', 'admin', '', 'Error adding new author.', '[[regtime]]'),
(276, 'en', 'from_or_to_address_missing', 'admin', '', 'Sender and/or recipient address is missing.', '[[regtime]]'),
(277, 'en', 'invalid_header', 'admin', '', 'Invalid mail header.', '[[regtime]]'),
(278, 'en', 'invalid_token', 'admin', '', 'Password reset security token is invalid.', '[[regtime]]'),
(279, 'en', 'last_login', 'admin', '', 'Last log in', '[[regtime]]'),
(280, 'en', 'link_expires', 'admin', '', 'You have until {day} {month} {year}, {time} to respond before this link expires.', '[[regtime]]'),
(281, 'en', 'log_in_at', 'admin', '', 'Log in at', '[[regtime]]'),
(282, 'en', 'login_name', 'admin', '', 'Login', '[[regtime]]'),
(283, 'en', 'login_sent_to', 'admin', '', 'Login details sent to {email}.', '[[regtime]]'),
(284, 'en', 'must_reassign_assets', 'admin', '', 'Please reassign author’s content', '[[regtime]]'),
(285, 'en', 'new_email', 'admin', '', 'New email', '[[regtime]]'),
(286, 'en', 'new_password', 'admin', '', 'New password', '[[regtime]]'),
(287, 'en', 'password_change_confirmation', 'admin', '', 'Your password has been changed. If you did not request a change to your password, contact your site administrator.', '[[regtime]]'),
(288, 'en', 'password_changed', 'admin', '', 'Password changed.', '[[regtime]]'),
(289, 'en', 'password_confirm_button', 'admin', '', 'Set password', '[[regtime]]'),
(290, 'en', 'password_invalid', 'admin', '', 'Your password is incorrect.', '[[regtime]]'),
(291, 'en', 'password_required', 'admin', '', 'Please provide a new password.', '[[regtime]]'),
(292, 'en', 'password_reset', 'admin', '', 'Reset password', '[[regtime]]'),
(293, 'en', 'password_reset_button', 'admin', '', 'Reset password', '[[regtime]]'),
(294, 'en', 'password_reset_confirmation', 'admin', '', 'Somebody (probably you) has requested to reset your password. Please confirm this reset request using the link below.', '[[regtime]]'),
(295, 'en', 'password_reset_confirmation_request', 'admin', '', 'Please confirm your password reset request', '[[regtime]]'),
(296, 'en', 'password_reset_confirmation_request_sent', 'admin', '', 'A confirmation message was sent. Please check your email and follow the instructions.', '[[regtime]]'),
(297, 'en', 'password_set', 'admin', '', 'Your password has been set', '[[regtime]]'),
(298, 'en', 'password_set_confirmation', 'admin', '', 'Your password has been set. If you did not request this, contact your site administrator.', '[[regtime]]'),
(299, 'en', 'privileges', 'admin', '', 'Role', '[[regtime]]'),
(300, 'en', 'privs_none', 'admin', '', 'None', '[[regtime]]'),
(301, 'en', 'real_name', 'admin', '', 'Real name', '[[regtime]]'),
(302, 'en', 'resend_activation', 'admin', '', 'Resend activation link', '[[regtime]]'),
(303, 'en', 'resend_activation_request_sent', 'admin', '', 'Activation message sent to {name}.', '[[regtime]]'),
(304, 'en', 'resetpassword', 'admin', '', 'Send reset password link', '[[regtime]]'),
(305, 'en', 'search_users', 'admin', '', 'Search users', '[[regtime]]'),
(306, 'en', 'sending_failed', 'admin', '', 'The message failed to send.', '[[regtime]]'),
(307, 'en', 'set_password', 'admin', '', 'Set your password', '[[regtime]]'),
(308, 'en', 'show_password', 'admin', '', 'Show password', '[[regtime]]'),
(309, 'en', 'token_expired', 'admin', '', 'Password reset security token has expired.', '[[regtime]]'),
(310, 'en', 'unable_retrieve_template', 'admin', '', 'Unable to retrieve template.', '[[regtime]]'),
(311, 'en', 'unable_retrieve_user', 'admin', '', 'Unable to retrieve user.', '[[regtime]]'),
(312, 'en', 'unable_set_template', 'admin', '', 'Unable to set template.', '[[regtime]]'),
(313, 'en', 'you_have_been_registered', 'admin', '', 'You have been registered as a contributor to the site', '[[regtime]]'),
(314, 'en', 'your_login_info', 'admin', '', 'Your login info', '[[regtime]]'),
(315, 'en', 'your_login_is', 'admin', '', 'Your login is', '[[regtime]]'),
(316, 'en', 'your_new_password', 'admin', '', 'Your new password', '[[regtime]]'),
(317, 'en', 'your_password_is', 'admin', '', 'Your password is', '[[regtime]]'),
(318, 'en', 'active_language_ui', 'admin-side', '', 'User language', '[[regtime]]'),
(319, 'en', 'advanced_options', 'admin-side', '', 'Advanced options', '[[regtime]]'),
(320, 'en', 'auto_dst', 'admin-side', '', 'Automatically adjust Daylight Saving Time?', '[[regtime]]'),
(321, 'en', 'body', 'admin-side', '', 'Body', '[[regtime]]'),
(322, 'en', 'breadcrumb_title', 'admin-side', '', '/breadcrumb/title', '[[regtime]]'),
(323, 'en', 'cannot_delete', 'admin-side', '', 'Cannot delete {thing}.', '[[regtime]]'),
(324, 'en', 'cannot_instantiate_theme', 'admin-side', '', 'Theme <strong>{name}</strong> ({class}) failed to load properly from file {path}. The default theme will be used as a fallback when you refresh this page.', '[[regtime]]'),
(325, 'en', 'changeauthor', 'admin-side', '', 'Change author', '[[regtime]]'),
(326, 'en', 'changecategory', 'admin-side', '', 'Change category', '[[regtime]]'),
(327, 'en', 'changecategory1', 'admin-side', '', 'Change category 1', '[[regtime]]'),
(328, 'en', 'changecategory2', 'admin-side', '', 'Change category 2', '[[regtime]]'),
(329, 'en', 'changecomments', 'admin-side', '', 'Change comments', '[[regtime]]'),
(330, 'en', 'changeparent', 'admin-side', '', 'Change parent', '[[regtime]]'),
(331, 'en', 'changesection', 'admin-side', '', 'Change section', '[[regtime]]'),
(332, 'en', 'changestatus', 'admin-side', '', 'Change status', '[[regtime]]'),
(333, 'en', 'collapse_all', 'admin-side', '', 'Collapse all', '[[regtime]]'),
(334, 'en', 'convert_linebreaks', 'admin-side', '', 'Convert line breaks', '[[regtime]]'),
(335, 'en', 'copy_editor', 'admin-side', '', 'Copy Editor', '[[regtime]]'),
(336, 'en', 'create_article', 'admin-side', '', 'New article', '[[regtime]]'),
(337, 'en', 'custom', 'admin-side', '', 'Custom fields', '[[regtime]]'),
(338, 'en', 'custom_field_clash', 'admin-side', '', 'Reserved word as custom field name(s): <strong>{list}</strong>', '[[regtime]]'),
(339, 'en', 'date_settings', 'admin-side', '', 'Date and time', '[[regtime]]'),
(340, 'en', 'deleteforce', 'admin-side', '', 'Force delete', '[[regtime]]'),
(341, 'en', 'designer', 'admin-side', '', 'Designer', '[[regtime]]'),
(342, 'en', 'detail', 'admin-side', '', 'Detail', '[[regtime]]'),
(343, 'en', 'directory_permissions', 'admin-side', '', 'Check directory permissions: <strong>{path}</strong>.', '[[regtime]]'),
(344, 'en', 'draft', 'admin-side', '', 'Draft', '[[regtime]]'),
(345, 'en', 'expand_all', 'admin-side', '', 'Expand all', '[[regtime]]'),
(346, 'en', 'export_to_disk', 'admin-side', '', 'Export to drive', '[[regtime]]'),
(347, 'en', 'file_base_path', 'admin-side', '', 'File directory path', '[[regtime]]'),
(348, 'en', 'freelancer', 'admin-side', '', 'Freelancer', '[[regtime]]'),
(349, 'en', 'get_off_my_lawn', 'admin-side', '', 'I’m sorry. I’m afraid I can’t do that; <code>{event}</code> <code>{step}</code> is an unsafe operation.', '[[regtime]]'),
(350, 'en', 'gmtoffset', 'admin-side', '', 'Time zone (GMT offset in seconds)', '[[regtime]]'),
(351, 'en', 'id_title', 'admin-side', '', '/id/title', '[[regtime]]'),
(352, 'en', 'img_dir', 'admin-side', '', 'Image directory', '[[regtime]]'),
(353, 'en', 'import_from_disk', 'admin-side', '', 'Import from drive', '[[regtime]]'),
(354, 'en', 'installed', 'admin-side', '', 'Installed', '[[regtime]]'),
(355, 'en', 'invalid_argument', 'admin-side', '', 'Invalid argument', '[[regtime]]'),
(356, 'en', 'invalid_article_id', 'admin-side', '', 'Invalid article ID', '[[regtime]]'),
(357, 'en', 'invalid_expiredate', 'admin-side', '', 'Invalid expire date or time.', '[[regtime]]'),
(358, 'en', 'invalid_json', 'admin-side', '', 'Invalid JSON files: <strong>{list}</strong>.', '[[regtime]]'),
(359, 'en', 'invalid_postdate', 'admin-side', '', 'Invalid publish date or time.', '[[regtime]]'),
(360, 'en', 'is_dst', 'admin-side', '', 'Daylight Saving Time enabled?', '[[regtime]]'),
(361, 'en', 'leave_text_untouched', 'admin-side', '', 'Leave text untouched', '[[regtime]]'),
(362, 'en', 'live', 'admin-side', '', 'Live', '[[regtime]]'),
(363, 'en', 'live_preview', 'admin-side', '', 'Live preview', '[[regtime]]'),
(364, 'en', 'locale', 'admin-side', '', 'Locale', '[[regtime]]'),
(365, 'en', 'manage', 'admin-side', '', 'Manage', '[[regtime]]'),
(366, 'en', 'managing_editor', 'admin-side', '', 'Managing Editor', '[[regtime]]'),
(367, 'en', 'messy', 'admin-side', '', '?=messy', '[[regtime]]'),
(368, 'en', 'meta', 'admin-side', '', 'Meta', '[[regtime]]'),
(369, 'en', 'no_sections_available', 'tag', '', 'No sections available.', '[[regtime]]'),
(370, 'en', 'on_front_page', 'admin-side', '', 'On default page?', '[[regtime]]'),
(371, 'en', 'override', 'admin-side', '', 'Override', '[[regtime]]'),
(372, 'en', 'parent', 'admin-side', '', 'Parent', '[[regtime]]'),
(373, 'en', 'path_creation_or_writing_failed', 'admin-side', '', 'Unable to create or write in files/directories: <strong>{list}</strong>.', '[[regtime]]'),
(374, 'en', 'path_not_readable', 'admin-side', '', 'Cannot read from directories/files <code>{list}</code>.', '[[regtime]]'),
(375, 'en', 'path_not_writable', 'admin-side', '', 'Cannot write to directories/files <code>{list}</code>.', '[[regtime]]'),
(376, 'en', 'path_renaming_failed', 'admin-side', '', 'Files or directories renaming failed for: <strong>{list}</strong>.', '[[regtime]]'),
(377, 'en', 'pending', 'admin-side', '', 'Pending', '[[regtime]]'),
(378, 'en', 'permlink_mode', 'admin-side', '', 'Article URL pattern', '[[regtime]]'),
(379, 'en', 'plugin_dir', 'admin-side', '', 'Plugin directory', '[[regtime]]'),
(380, 'en', 'pophelp_missing', 'admin-side', '', 'Help text is missing.', '[[regtime]]'),
(381, 'en', 'preferences_saved', 'admin-side', '', 'Preferences saved', '[[regtime]]'),
(382, 'en', 'publisher', 'admin-side', '', 'Publisher', '[[regtime]]'),
(383, 'en', 'reset_time', 'admin-side', '', 'Reset timestamp to now', '[[regtime]]'),
(384, 'en', 'search_all', 'admin-side', '', 'Search all', '[[regtime]]'),
(385, 'en', 'search_clear', 'admin-side', '', 'Clear search', '[[regtime]]'),
(386, 'en', 'search_options', 'admin-side', '', 'Search options', '[[regtime]]'),
(387, 'en', 'section_category_title', 'admin-side', '', '/section/category/title', '[[regtime]]'),
(388, 'en', 'section_id_title', 'admin-side', '', '/section/id/title', '[[regtime]]'),
(389, 'en', 'section_title', 'admin-side', '', '/section/title', '[[regtime]]'),
(390, 'en', 'set_expire_now', 'admin-side', '', 'Set expiry to now', '[[regtime]]'),
(391, 'en', 'set_to_now', 'admin-side', '', 'Set timestamp to now', '[[regtime]]'),
(392, 'en', 'show', 'admin-side', '', 'Show', '[[regtime]]'),
(393, 'en', 'skin_dir', 'admin-side', '', 'Theme directory', '[[regtime]]'),
(394, 'en', 'sort_value', 'admin-side', '', 'Sort value', '[[regtime]]'),
(395, 'en', 'staff_writer', 'admin-side', '', 'Staff Writer', '[[regtime]]'),
(396, 'en', 'sticky', 'admin-side', '', 'Sticky', '[[regtime]]'),
(397, 'en', 'swap_values', 'admin-side', '', 'Swap values', '[[regtime]]'),
(398, 'en', 'tab_admin', 'admin-side', '', 'Admin', '[[regtime]]'),
(399, 'en', 'tab_comments', 'admin-side', '', 'Comments', '[[regtime]]'),
(400, 'en', 'tab_content', 'admin-side', '', 'Content', '[[regtime]]'),
(401, 'en', 'tab_diagnostics', 'admin-side', '', 'Diagnostics', '[[regtime]]'),
(402, 'en', 'tab_extensions', 'admin-side', '', 'Extensions', '[[regtime]]'),
(403, 'en', 'tab_file', 'admin-side', '', 'Files', '[[regtime]]'),
(404, 'en', 'tab_forms', 'admin-side', '', 'Forms', '[[regtime]]'),
(405, 'en', 'tab_help', 'admin-side', '', 'Help', '[[regtime]]'),
(406, 'en', 'tab_image', 'admin-side', '', 'Images', '[[regtime]]'),
(407, 'en', 'tab_import', 'admin-side', '', 'Import', '[[regtime]]'),
(408, 'en', 'tab_languages', 'admin-side', '', 'Languages', '[[regtime]]'),
(409, 'en', 'tab_link', 'admin-side', '', 'Links', '[[regtime]]'),
(410, 'en', 'tab_list', 'admin-side', '', 'Articles', '[[regtime]]'),
(411, 'en', 'tab_logs', 'admin-side', '', 'Visitor logs', '[[regtime]]'),
(412, 'en', 'tab_organise', 'admin-side', '', 'Categories', '[[regtime]]'),
(413, 'en', 'tab_pages', 'admin-side', '', 'Pages', '[[regtime]]'),
(414, 'en', 'tab_plugins', 'admin-side', '', 'Plugins', '[[regtime]]'),
(415, 'en', 'tab_preferences', 'admin-side', '', 'Preferences', '[[regtime]]'),
(416, 'en', 'tab_presentation', 'admin-side', '', 'Presentation', '[[regtime]]'),
(417, 'en', 'tab_sections', 'admin-side', '', 'Sections', '[[regtime]]'),
(418, 'en', 'tab_site_account', 'admin-side', '', 'Account', '[[regtime]]'),
(419, 'en', 'tab_site_admin', 'admin-side', '', 'Users', '[[regtime]]'),
(420, 'en', 'tab_skin', 'admin-side', '', 'Themes', '[[regtime]]'),
(421, 'en', 'tab_start', 'admin-side', '', 'Home', '[[regtime]]'),
(422, 'en', 'tab_style', 'admin-side', '', 'Styles', '[[regtime]]'),
(423, 'en', 'tab_view_site', 'admin-side', '', 'View site', '[[regtime]]'),
(424, 'en', 'tab_write', 'admin-side', '', 'Write', '[[regtime]]'),
(425, 'en', 'tagbuilder', 'admin-side', '', 'Tag builder', '[[regtime]]'),
(426, 'en', 'tags', 'admin-side', '', 'Tags', '[[regtime]]'),
(427, 'en', 'tempdir', 'admin-side', '', 'Temporary directory path', '[[regtime]]'),
(428, 'en', 'text', 'admin-side', '', 'Text', '[[regtime]]'),
(429, 'en', 'textfilter', 'admin-side', '', 'Format:', '[[regtime]]'),
(430, 'en', 'textfilter_help', 'admin-side', '', 'Text formatting help', '[[regtime]]'),
(431, 'en', 'theme_name', 'admin-side', '', 'Admin-side theme', '[[regtime]]'),
(432, 'en', 'timestamp', 'admin-side', '', 'Timestamp', '[[regtime]]'),
(433, 'en', 'title_body', 'admin-side', '', 'Title and body', '[[regtime]]'),
(434, 'en', 'title_body_excerpt', 'admin-side', '', 'Title, body and excerpt', '[[regtime]]'),
(435, 'en', 'title_only', 'admin-side', '', '/title', '[[regtime]]'),
(436, 'en', 'trailing_slash', 'admin-side', '', 'Add a trailing slash to URLs', '[[regtime]]'),
(437, 'en', 'unmoderated', 'admin-side', '', 'Unmoderated', '[[regtime]]'),
(438, 'en', 'update_available', 'admin-side', '', 'Update available', '[[regtime]]'),
(439, 'en', 'update_from_disk', 'admin-side', '', 'Update from drive', '[[regtime]]'),
(440, 'en', 'use_textile', 'admin-side', '', 'Default text formatting', '[[regtime]]'),
(441, 'en', 'view_per_page', 'admin-side', '', 'View {page} per page', '[[regtime]]'),
(442, 'en', 'view_preview_short', 'admin-side', '', 'Preview', '[[regtime]]'),
(443, 'en', 'visible', 'admin-side', '', 'Visible', '[[regtime]]'),
(444, 'en', 'year_month_day_title', 'admin-side', '', '/year/month/day/title', '[[regtime]]'),
(445, 'en', 'article_expires_before_postdate', 'article', '', 'Error: article expires <strong>before</strong> publish date.', '[[regtime]]'),
(446, 'en', 'article_markup', 'article', '', 'Body markup', '[[regtime]]'),
(447, 'en', 'article_posted', 'article', '', 'Article posted.', '[[regtime]]'),
(448, 'en', 'article_save_failed', 'article', '', 'The article was not saved due to an error. Please try again.', '[[regtime]]'),
(449, 'en', 'article_saved', 'article', '', 'Article saved.', '[[regtime]]'),
(450, 'en', 'article_saved_draft', 'article', '', 'Article saved as draft.', '[[regtime]]'),
(451, 'en', 'article_saved_hidden', 'article', '', 'Article saved as hidden.', '[[regtime]]'),
(452, 'en', 'article_saved_pending', 'article', '', 'Article saved as pending.', '[[regtime]]'),
(453, 'en', 'clean_preview', 'article', '', 'Sanitize', '[[regtime]]'),
(454, 'en', 'comment_settings', 'article', '', 'Comment options', '[[regtime]]'),
(455, 'en', 'concurrent_edit_by', 'article', '', 'Article <strong>not</strong> saved. {author} modified the article while you were editing it. If you’re sure, press the ‘Save’ button once more.', '[[regtime]]'),
(456, 'en', 'excerpt_markup', 'article', '', 'Excerpt markup', '[[regtime]]'),
(457, 'en', 'found_unsafe', 'article', '', 'Found {tags} txp tags and {elements} unsafe elements.', '[[regtime]]'),
(458, 'en', 'override_default_form', 'article', '', 'Override form', '[[regtime]]'),
(459, 'en', 'problem_creating_article', 'article', '', 'There was a problem creating the article.', '[[regtime]]'),
(460, 'en', 'problem_deleting_article', 'article', '', 'There was a problem deleting the article.', '[[regtime]]'),
(461, 'en', 'problem_getting_articles', 'article', '', 'There was a problem getting articles.', '[[regtime]]'),
(462, 'en', 'problem_retrieving_article', 'article', '', 'There was a problem retrieving the article.', '[[regtime]]'),
(463, 'en', 'problem_retrieving_article_categories', 'article', '', 'There was a problem retrieving article categories.', '[[regtime]]'),
(464, 'en', 'problem_retrieving_categories', 'article', '', 'There was a problem retrieving categories.', '[[regtime]]'),
(465, 'en', 'problem_retrieving_category_info', 'article', '', 'There was a problem retrieving category information.', '[[regtime]]'),
(466, 'en', 'problem_retrieving_sections', 'article', '', 'There was a problem retrieving sections.', '[[regtime]]'),
(467, 'en', 'problem_saving_article_categories', 'article', '', 'There was a problem saving article categories.', '[[regtime]]'),
(468, 'en', 'problem_updating_article', 'article', '', 'There was a problem updating the article.', '[[regtime]]'),
(469, 'en', 'sort_display', 'article', '', 'Sort and display', '[[regtime]]'),
(470, 'en', 'trying_to_assign_unexisting_category_to_the_article', 'article', '', 'A non-existent category cannot be assigned to an article.', '[[regtime]]'),
(471, 'en', 'url_title', 'article', '', 'URL-only title', '[[regtime]]'),
(472, 'en', 'url_title_is_blank', 'article', '', 'URL-only title was left blank.', '[[regtime]]'),
(473, 'en', 'url_title_is_multiple', 'article', '', 'The same URL-only title is used by {count} different articles.', '[[regtime]]'),
(474, 'en', 'write', 'article', '', 'Write', '[[regtime]]'),
(475, 'en', 'article_categories_deleted', 'category', '', 'Article categories deleted: <strong>{list}</strong>.', '[[regtime]]'),
(476, 'en', 'article_category', 'category', '', 'Article category', '[[regtime]]'),
(477, 'en', 'article_category_already_exists', 'category', '', 'Article category <strong>{name}</strong> already exists.', '[[regtime]]'),
(478, 'en', 'article_category_created', 'category', '', 'Article category <strong>{name}</strong> created.', '[[regtime]]'),
(479, 'en', 'article_category_description', 'category', '', 'Article category description', '[[regtime]]'),
(480, 'en', 'article_category_invalid', 'category', '', 'Article category <strong>{name}</strong> invalid.', '[[regtime]]'),
(481, 'en', 'article_category_name', 'category', '', 'Article category name', '[[regtime]]'),
(482, 'en', 'article_category_title', 'category', '', 'Article category title', '[[regtime]]'),
(483, 'en', 'article_category_updated', 'category', '', 'Article category <strong>{name}</strong> updated.', '[[regtime]]'),
(484, 'en', 'categories_set_parent', 'category', '', '{list} assigned to {type} category parent {parent}', '[[regtime]]'),
(485, 'en', 'category_count', 'category', '', 'Items in this category: {num}.', '[[regtime]]'),
(486, 'en', 'category_not_found', 'category', '', 'Category not found', '[[regtime]]'),
(487, 'en', 'category_save_failed', 'category', '', 'The category was not saved due to an error. Please try again.', '[[regtime]]'),
(488, 'en', 'create_category', 'category', '', 'New category', '[[regtime]]'),
(489, 'en', 'edit_category', 'category', '', 'Edit category', '[[regtime]]'),
(490, 'en', 'file_categories_deleted', 'category', '', 'File categories deleted: <strong>{list}</strong>.', '[[regtime]]'),
(491, 'en', 'file_category_already_exists', 'category', '', 'File category <strong>{name}</strong> already exists.', '[[regtime]]'),
(492, 'en', 'file_category_created', 'category', '', 'File category <strong>{name}</strong> created.', '[[regtime]]'),
(493, 'en', 'file_category_description', 'category', '', 'File category description', '[[regtime]]'),
(494, 'en', 'file_category_invalid', 'category', '', 'File category <strong>{name}</strong> invalid.', '[[regtime]]'),
(495, 'en', 'file_category_name', 'category', '', 'File category name', '[[regtime]]'),
(496, 'en', 'file_category_title', 'category', '', 'File category title', '[[regtime]]'),
(497, 'en', 'file_category_updated', 'category', '', 'File category <strong>{name}</strong> updated.', '[[regtime]]'),
(498, 'en', 'image_categories_deleted', 'category', '', 'Image categories deleted: <strong>{list}</strong>.', '[[regtime]]'),
(499, 'en', 'image_category_already_exists', 'category', '', 'Image category <strong>{name}</strong> already exists.', '[[regtime]]'),
(500, 'en', 'image_category_created', 'category', '', 'Image category <strong>{name}</strong> created.', '[[regtime]]'),
(501, 'en', 'image_category_description', 'category', '', 'Image category description', '[[regtime]]'),
(502, 'en', 'image_category_invalid', 'category', '', 'Image category <strong>{name}</strong> invalid.', '[[regtime]]'),
(503, 'en', 'image_category_name', 'category', '', 'Image category name', '[[regtime]]'),
(504, 'en', 'image_category_title', 'category', '', 'Image category title', '[[regtime]]'),
(505, 'en', 'image_category_updated', 'category', '', 'Image category <strong>{name}</strong> updated.', '[[regtime]]'),
(506, 'en', 'link_categories_deleted', 'category', '', 'Link categories deleted: <strong>{list}</strong>.', '[[regtime]]'),
(507, 'en', 'link_category_already_exists', 'category', '', 'Link category <strong>{name}</strong> already exists.', '[[regtime]]'),
(508, 'en', 'link_category_created', 'category', '', 'Link category <strong>{name}</strong> created.', '[[regtime]]'),
(509, 'en', 'link_category_description', 'category', '', 'Link category description', '[[regtime]]'),
(510, 'en', 'link_category_invalid', 'category', '', 'Link category <strong>{name}</strong> invalid.', '[[regtime]]'),
(511, 'en', 'link_category_name', 'category', '', 'Link category name', '[[regtime]]'),
(512, 'en', 'link_category_title', 'category', '', 'Link category title', '[[regtime]]'),
(513, 'en', 'link_category_updated', 'category', '', 'Link category <strong>{name}</strong> updated.', '[[regtime]]'),
(514, 'en', 'no_categories_exist', 'category', '', 'None exist.', '[[regtime]]'),
(515, 'en', 'no_other_categories_exist', 'category', '', 'No other categories exist.', '[[regtime]]'),
(516, 'en', 'all_stylesheets', 'css', '', 'All styles', '[[regtime]]'),
(517, 'en', 'create_css', 'css', '', 'New style', '[[regtime]]'),
(518, 'en', 'css_already_exists', 'css', '', 'Style <strong>{name}</strong> already exists.', '[[regtime]]'),
(519, 'en', 'css_code', 'css', '', 'Style code', '[[regtime]]'),
(520, 'en', 'css_created', 'css', '', 'Styles created: <strong>{list}</strong>.', '[[regtime]]'),
(521, 'en', 'css_deleted', 'css', '', 'Styles deleted: <strong>{list}</strong>.', '[[regtime]]'),
(522, 'en', 'css_name', 'css', '', 'Style name', '[[regtime]]'),
(523, 'en', 'css_name_required', 'css', '', 'Please provide a name for your style.', '[[regtime]]'),
(524, 'en', 'css_save_failed', 'css', '', 'The style was not saved due to an error. Please try again.', '[[regtime]]'),
(525, 'en', 'css_updated', 'css', '', 'Styles updated: <strong>{list}</strong>.', '[[regtime]]'),
(526, 'en', 'css_used_by_section', 'css', '', 'Style <strong>{name}</strong> not deleted: used by {count} section(s).', '[[regtime]]'),
(527, 'en', 'all_checks_passed', 'diag', '', 'All checks passed.', '[[regtime]]'),
(528, 'en', 'cgi_header_config', 'diag', '', 'CGI header configuration', '[[regtime]]'),
(529, 'en', 'clean_url_data_failed', 'diag', '', 'Clean URL data test failed: {data}', '[[regtime]]'),
(530, 'en', 'clean_url_test_failed', 'diag', '', 'Clean URL test failed.', '[[regtime]]'),
(531, 'en', 'concurrent_user_live', 'diag', '', 'Your user account is permitted to log in from multiple locations on a live site. This is a security risk.', '[[regtime]]'),
(532, 'en', 'dev_version_live', 'diag', '', 'You are running a development version of Textpattern on a live server.', '[[regtime]]'),
(533, 'en', 'diag_clear_private', 'diag', '', 'Hide private information', '[[regtime]]'),
(534, 'en', 'diagnostic_info', 'diag', '', 'Diagnostic info', '[[regtime]]'),
(535, 'en', 'dir_not_writable', 'diag', '', '{dirtype} is not writable: {path}', '[[regtime]]'),
(536, 'en', 'dns_lookup_fails', 'diag', '', 'DNS lookup failed: {domain}', '[[regtime]]'),
(537, 'en', 'file_uploads_disabled', 'diag', '', 'File uploads are disabled.', '[[regtime]]'),
(538, 'en', 'high', 'diag', '', 'High', '[[regtime]]'),
(539, 'en', 'htaccess_missing', 'diag', '', '.htaccess file is missing.', '[[regtime]]'),
(540, 'en', 'low', 'diag', '', 'Low', '[[regtime]]'),
(541, 'en', 'missing_files', 'diag', '', 'Missing files: {list}', '[[regtime]]'),
(542, 'en', 'mod_rewrite_missing', 'diag', '', 'Apache module <code>mod_rewrite</code> is not enabled.', '[[regtime]]'),
(543, 'en', 'modified_files', 'diag', '', 'Some Textpattern files have been modified: {list}', '[[regtime]]'),
(544, 'en', 'mysql_table_errors', 'diag', '', 'The following errors were detected in your MySQL tables: {list}', '[[regtime]]'),
(545, 'en', 'no_temp_dir', 'diag', '', 'No temporary directory defined.', '[[regtime]]'),
(546, 'en', 'old_placeholder', 'diag', '', 'Section named the same as directory: {path}.', '[[regtime]]'),
(547, 'en', 'path_inaccessible', 'diag', '', '<strong>{path}</strong> is not accessible.', '[[regtime]]'),
(548, 'en', 'php_diagnostics', 'diag', '', 'PHP configuration', '[[regtime]]'),
(549, 'en', 'php_extensions', 'diag', '', 'PHP extensions', '[[regtime]]'),
(550, 'en', 'php_scripting_enabled', 'diag', '', 'You have PHP enabled in your articles/pages. To improve security from potentially malicious and damaging code, consider switching these off via the Preferences panel, unless you absolutely need to embed PHP functionality in your site.', '[[regtime]]'),
(551, 'en', 'php_version_required', 'diag', '', 'Textpattern requires at least version {version} of PHP to be installed on your server.', '[[regtime]]'),
(552, 'en', 'preflight_check', 'diag', '', 'Pre-flight check [{count}]', '[[regtime]]'),
(553, 'en', 'problem_connecting_update_server', 'diag', '', 'There was a problem connecting to the Textpattern update server. Please try again later.', '[[regtime]]'),
(554, 'en', 'site_trailing_slash', 'diag', '', 'Site URL has a trailing slash: {path}', '[[regtime]]'),
(555, 'en', 'site_url_mismatch', 'diag', '', 'Site URL preference might be incorrect: {url}', '[[regtime]]'),
(556, 'en', 'some_php_functions_disabled', 'diag', '', 'The following PHP functions (which may be necessary to run Textpattern) are disabled on your server: {list}', '[[regtime]]'),
(557, 'en', 'still_exists', 'diag', '', '<strong>{path}</strong> still exists.', '[[regtime]]');
INSERT INTO `[[dbprefix]]txp_lang` VALUES
(558, 'en', 'textpattern_update_available', 'diag', '', 'New Textpattern version {version} <a href="https://textpattern.com/download" rel="external">available for download</a>.', '[[regtime]]'),
(559, 'en', 'textpattern_update_available_beta', 'diag', '', 'New Textpattern pre-release version {version} available for download. Please <a href="https://textpattern.com/download-beta" rel="external">visit the Textpattern website</a> for more information.', '[[regtime]]'),
(560, 'en', 'tmp_plugin_paths_match', 'diag', '', 'Temporary directory path and plugin cache directory path should <strong>not</strong> match.', '[[regtime]]'),
(561, 'en', 'warn_mail_unavailable', 'diag', '', 'Your PHP installation is missing the <code>mail()</code> function. Therefore no emails can be sent from Textpattern, which limits certain functionality.', '[[regtime]]'),
(562, 'en', 'article_deleted', 'discuss', '', 'Article deleted.', '[[regtime]]'),
(563, 'en', 'comment_not_found', 'discuss', '', 'Comment does not exist, it may have been deleted.', '[[regtime]]'),
(564, 'en', 'comment_save_failed', 'discuss', '', 'The comment was not saved due to an error. Please try again.', '[[regtime]]'),
(565, 'en', 'comment_updated', 'discuss', '', 'Comment <strong>{id}</strong> updated.', '[[regtime]]'),
(566, 'en', 'comments_deleted', 'discuss', '', 'Comments deleted: <strong>{list}</strong>.', '[[regtime]]'),
(567, 'en', 'comments_marked_spam', 'discuss', '', 'Comments hidden and marked as spam: <strong>{list}</strong>.', '[[regtime]]'),
(568, 'en', 'comments_marked_unmoderated', 'discuss', '', 'Comments hidden and marked as unmoderated: <strong>{list}</strong>.', '[[regtime]]'),
(569, 'en', 'comments_marked_visible', 'discuss', '', 'Comments made visible: <strong>{list}</strong>.', '[[regtime]]'),
(570, 'en', 'edit_comment', 'discuss', '', 'Edit comment', '[[regtime]]'),
(571, 'en', 'hide_spam', 'discuss', '', 'Hide (spam)', '[[regtime]]'),
(572, 'en', 'hide_unmoderated', 'discuss', '', 'Hide (unmoderated)', '[[regtime]]'),
(573, 'en', 'just_spam_results_found', 'discuss', '', 'Only spam comments found. Use ‘Show spam’ to view them.', '[[regtime]]'),
(574, 'en', 'no_comments_recorded', 'discuss', '', 'No comments recorded.', '[[regtime]]'),
(575, 'en', 'search_comments', 'discuss', '', 'Search comments', '[[regtime]]'),
(576, 'en', 'show_spam', 'discuss', '', 'Show spam', '[[regtime]]'),
(577, 'en', 'condition', 'file', '', 'Condition', '[[regtime]]'),
(578, 'en', 'edit_file', 'file', '', 'Edit file', '[[regtime]]'),
(579, 'en', 'existing_file', 'file', '', 'Existing file', '[[regtime]]'),
(580, 'en', 'file_already_exists', 'file', '', 'File <strong>{name}</strong> already exists.', '[[regtime]]'),
(581, 'en', 'file_cannot_rename', 'file', '', 'File <strong>{name}</strong> could not be renamed.', '[[regtime]]'),
(582, 'en', 'file_delete_failed', 'file', '', 'Failed to delete files: <strong>{list}</strong>.', '[[regtime]]'),
(583, 'en', 'file_deleted', 'file', '', 'Files deleted: <strong>{name}</strong>.', '[[regtime]]'),
(584, 'en', 'file_dir_not_writeable', 'file', '', 'Cannot write to file directory <code>{filedir}</code>.', '[[regtime]]'),
(585, 'en', 'file_not_found', 'file', '', 'Files not found: <strong>{list}</strong>.', '[[regtime]]'),
(586, 'en', 'file_not_updated', 'file', '', 'File <strong>{name}</strong> not updated.', '[[regtime]]'),
(587, 'en', 'file_relink', 'file', '', 'Upload/assign file', '[[regtime]]'),
(588, 'en', 'file_status', 'file', '', 'File status', '[[regtime]]'),
(589, 'en', 'file_unsynchronized', 'file', '', 'File <strong>{name}</strong> has become unsynchronized with the database. Please manually fix filename.', '[[regtime]]'),
(590, 'en', 'file_updated', 'file', '', 'Files updated: <strong>{name}</strong>.', '[[regtime]]'),
(591, 'en', 'file_upload_failed', 'file', '', 'Failed to upload: <strong>{list}</strong>.', '[[regtime]]'),
(592, 'en', 'file_uploaded', 'file', '', 'Files uploaded: <strong>{name}</strong>.', '[[regtime]]'),
(593, 'en', 'invalid_filename', 'file', '', 'Invalid filenames: <strong>{list}</strong>.', '[[regtime]]'),
(594, 'en', 'invalid_id', 'file', '', 'Invalid ID <strong>{id}</strong>.', '[[regtime]]'),
(595, 'en', 'linked_to_file', 'file', '', 'Files linked: <strong>{list}</strong>.', '[[regtime]]'),
(596, 'en', 'no_files_recorded', 'file', '', 'No files recorded.', '[[regtime]]'),
(597, 'en', 'permissions', 'file', '', 'Permissions', '[[regtime]]'),
(598, 'en', 'private', 'file', '', 'Private', '[[regtime]]'),
(599, 'en', 'public', 'file', '', 'Public', '[[regtime]]'),
(600, 'en', 'replace_file', 'file', '', 'Replace file', '[[regtime]]'),
(601, 'en', 'reset_download_count', 'file', '', 'Reset download count', '[[regtime]]'),
(602, 'en', 'search_files', 'file', '', 'Search files', '[[regtime]]'),
(603, 'en', 'all_forms', 'form', '', 'All forms', '[[regtime]]'),
(604, 'en', 'changetype', 'form', '', 'Change type', '[[regtime]]'),
(605, 'en', 'create_form', 'form', '', 'New form', '[[regtime]]'),
(606, 'en', 'form_already_exists', 'form', '', 'Form <strong>{name}</strong> already exists.', '[[regtime]]'),
(607, 'en', 'form_clone', 'form', '', 'Duplicate form', '[[regtime]]'),
(608, 'en', 'form_code', 'form', '', 'Form code', '[[regtime]]'),
(609, 'en', 'form_created', 'form', '', 'Forms created: <strong>{list}</strong>.', '[[regtime]]'),
(610, 'en', 'form_deleted', 'form', '', 'Forms deleted: <strong>{list}</strong>.', '[[regtime]]'),
(611, 'en', 'form_name', 'form', '', 'Form name', '[[regtime]]'),
(612, 'en', 'form_name_invalid', 'form', '', 'Form name invalid.', '[[regtime]]'),
(613, 'en', 'form_save_failed', 'form', '', 'The form was not saved due to an error. Please try again.', '[[regtime]]'),
(614, 'en', 'form_type', 'form', '', 'Form type', '[[regtime]]'),
(615, 'en', 'form_type_missing', 'form', '', 'Form type is missing', '[[regtime]]'),
(616, 'en', 'form_updated', 'form', '', 'Forms updated: <strong>{list}</strong>.', '[[regtime]]'),
(617, 'en', 'alt_text', 'image', '', 'Alternate text', '[[regtime]]'),
(618, 'en', 'changethumb', 'image', '', 'Change thumbnail type', '[[regtime]]'),
(619, 'en', 'create_thumbnail', 'image', '', 'Create thumbnail', '[[regtime]]'),
(620, 'en', 'edit_image', 'image', '', 'Edit image', '[[regtime]]'),
(621, 'en', 'image_delete_failed', 'image', '', 'Images could not be completely deleted: <strong>{name}</strong>.', '[[regtime]]'),
(622, 'en', 'image_deleted', 'image', '', 'Images deleted: <strong>{name}</strong>.', '[[regtime]]'),
(623, 'en', 'image_details', 'image', '', 'Image details', '[[regtime]]'),
(624, 'en', 'image_name', 'image', '', 'Image name', '[[regtime]]'),
(625, 'en', 'image_save_error', 'image', '', 'There was a problem saving image data.', '[[regtime]]'),
(626, 'en', 'image_save_failed', 'image', '', 'The image was not saved due to an error. Please try again.', '[[regtime]]'),
(627, 'en', 'image_updated', 'image', '', 'Images updated: <strong>{name}</strong>.', '[[regtime]]'),
(628, 'en', 'image_uploaded', 'image', '', 'Images uploaded: <strong>{name}</strong>.', '[[regtime]]'),
(629, 'en', 'img_dir_not_writeable', 'image', '', 'Cannot write to image directory <code>{imgdir}</code>.', '[[regtime]]'),
(630, 'en', 'invalid_width_or_height', 'image', '', 'Invalid width or height.', '[[regtime]]'),
(631, 'en', 'keep_square_pixels', 'image', '', 'Crop', '[[regtime]]'),
(632, 'en', 'no_images_recorded', 'image', '', 'No images recorded.', '[[regtime]]'),
(633, 'en', 'only_graphic_files_allowed', 'image', '', 'Only <strong>{formats}</strong> file types allowed.', '[[regtime]]'),
(634, 'en', 'replace_image', 'image', '', 'Replace image', '[[regtime]]'),
(635, 'en', 'search_images', 'image', '', 'Search images', '[[regtime]]'),
(636, 'en', 'thumb_auto', 'image', '', 'Automatic', '[[regtime]]'),
(637, 'en', 'thumb_custom', 'image', '', 'Custom', '[[regtime]]'),
(638, 'en', 'thumbnail_delete_failed', 'image', '', 'Thumbnail could not be completely deleted.', '[[regtime]]'),
(639, 'en', 'thumbnail_deleted', 'image', '', 'Thumbnail deleted.', '[[regtime]]'),
(640, 'en', 'thumbnail_not_saved', 'image', '', 'Thumbnail <strong>{id}</strong> not saved.', '[[regtime]]'),
(641, 'en', 'thumbnail_saved', 'image', '', 'Thumbnail <strong>{id}</strong> saved.', '[[regtime]]'),
(642, 'en', 'thumbnail_type', 'image', '', 'Thumbnail type', '[[regtime]]'),
(643, 'en', 'upload_image', 'image', '', 'Upload image', '[[regtime]]'),
(644, 'en', 'upload_thumbnail', 'image', '', 'Upload thumbnail', '[[regtime]]'),
(645, 'en', 'active_language', 'lang', '', 'Site language', '[[regtime]]'),
(646, 'en', 'install_from_textpack', 'lang', '', 'Install from Textpack', '[[regtime]]'),
(647, 'en', 'install_textpack', 'lang', '', 'Install Textpack', '[[regtime]]'),
(648, 'en', 'language_count_user', 'lang', '', 'Users of this language: {num}.', '[[regtime]]'),
(649, 'en', 'language_deleted', 'lang', '', 'Language <strong>{name}</strong> removed.', '[[regtime]]'),
(650, 'en', 'language_installed', 'lang', '', 'Language <strong>{name}</strong> installed.', '[[regtime]]'),
(651, 'en', 'language_not_installed', 'lang', '', 'Language <strong>{name}</strong> not installed.', '[[regtime]]'),
(652, 'en', 'language_preamble', 'lang', '', '<strong>You can help us improve Textpattern!</strong> We welcome additional translations (and corrections to current translations) by our user community. Please visit <a href="https://textpattern.com/languages" rel="external" target="_blank">Textpattern language translations <span class="ui-icon ui-icon-extlink">(opens an external link in a new window)</span></a> for further details.', '[[regtime]]'),
(653, 'en', 'language_updated', 'lang', '', 'Language <strong>{name}</strong> updated.', '[[regtime]]'),
(654, 'en', 'locale_not_available_for_language', 'lang', '', 'No locale available for language <strong>{name}</strong>. Using default locale instead.', '[[regtime]]'),
(655, 'en', 'textpack_strings_installed', 'lang', '', '{count} strings installed from Textpack.', '[[regtime]]'),
(656, 'en', 'create_link', 'link', '', 'New link', '[[regtime]]'),
(657, 'en', 'edit_link', 'link', '', 'Edit link', '[[regtime]]'),
(658, 'en', 'link_created', 'link', '', 'Link <strong>{name}</strong> created.', '[[regtime]]'),
(659, 'en', 'link_empty', 'link', '', 'Links should not be empty.', '[[regtime]]'),
(660, 'en', 'link_save_failed', 'link', '', 'Link could not be saved.', '[[regtime]]'),
(661, 'en', 'link_saved', 'link', '', 'Link saved.', '[[regtime]]'),
(662, 'en', 'link_updated', 'link', '', 'Links updated: <strong>{name}</strong>.', '[[regtime]]'),
(663, 'en', 'links_deleted', 'link', '', 'Links deleted: <strong>{list}</strong>.', '[[regtime]]'),
(664, 'en', 'no_links_recorded', 'link', '', 'No links recorded.', '[[regtime]]'),
(665, 'en', 'search_links', 'link', '', 'Search links', '[[regtime]]'),
(666, 'en', 'articles_deleted', 'list', '', 'Articles deleted: <strong>{list}</strong>.', '[[regtime]]'),
(667, 'en', 'articles_duplicated', 'list', '', 'Articles duplicated: <strong>{list}</strong>.', '[[regtime]]'),
(668, 'en', 'articles_modified', 'list', '', 'Articles modified: <strong>{list}</strong>.', '[[regtime]]'),
(669, 'en', 'no_articles_recorded', 'list', '', 'No articles recorded.', '[[regtime]]'),
(670, 'en', 'search_articles', 'list', '', 'Search articles', '[[regtime]]'),
(671, 'en', 'logs_deleted', 'lore', '', 'Logs deleted: <strong>{list}</strong>.', '[[regtime]]'),
(672, 'en', 'no_refers_recorded', 'lore', '', 'No hits recorded.', '[[regtime]]'),
(673, 'en', 'referrer', 'lore', '', 'Referrer', '[[regtime]]'),
(674, 'en', 'search_logs', 'lore', '', 'Search logs', '[[regtime]]'),
(675, 'en', 'all_pages', 'page', '', 'All pages', '[[regtime]]'),
(676, 'en', 'create_page', 'page', '', 'New page', '[[regtime]]'),
(677, 'en', 'page_already_exists', 'page', '', 'Page <strong>{name}</strong> already exists.', '[[regtime]]'),
(678, 'en', 'page_code', 'page', '', 'Page code', '[[regtime]]'),
(679, 'en', 'page_created', 'page', '', 'Pages created: <strong>{list}</strong>.', '[[regtime]]'),
(680, 'en', 'page_deleted', 'page', '', 'Pages deleted: <strong>{list}</strong>.', '[[regtime]]'),
(681, 'en', 'page_name', 'page', '', 'Page name', '[[regtime]]'),
(682, 'en', 'page_name_invalid', 'page', '', 'Page name is invalid.', '[[regtime]]'),
(683, 'en', 'page_save_failed', 'page', '', 'The page was not saved due to an error. Please try again.', '[[regtime]]'),
(684, 'en', 'page_updated', 'page', '', 'Pages updated: <strong>{list}</strong>.', '[[regtime]]'),
(685, 'en', 'page_used_by_section', 'page', '', 'Page <strong>{name}</strong> not deleted; used by {count} section(s).', '[[regtime]]'),
(686, 'en', 'author_uri', 'plugin', '', 'Author website', '[[regtime]]'),
(687, 'en', 'bad_plugin_code', 'plugin', '', 'Badly formed or empty plugin code.', '[[regtime]]'),
(688, 'en', 'changeorder', 'plugin', '', 'Change order', '[[regtime]]'),
(689, 'en', 'compile', 'plugin', '', 'Compile', '[[regtime]]'),
(690, 'en', 'edit_plugin', 'plugin', '', 'Edit plugin <strong>{name}</strong>', '[[regtime]]'),
(691, 'en', 'edit_plugins', 'plugin', '', 'Edit plugin', '[[regtime]]'),
(692, 'en', 'install_plugin', 'plugin', '', 'Install plugin', '[[regtime]]'),
(693, 'en', 'order', 'plugin', '', 'Order', '[[regtime]]'),
(694, 'en', 'plugin', 'plugin', '', 'Plugin', '[[regtime]]'),
(695, 'en', 'plugin_compression_unsupported', 'plugin', '', 'Plugin decompression is not supported by your server. Contact the plugin author for an uncompressed version.', '[[regtime]]'),
(696, 'en', 'plugin_delete_entirely', 'plugin', '', 'Delete plugin from drive too', '[[regtime]]'),
(697, 'en', 'plugin_deleted', 'plugin', '', 'Plugins deleted: <strong>{name}</strong>.', '[[regtime]]'),
(698, 'en', 'plugin_details', 'plugin', '', 'Plugin details', '[[regtime]]'),
(699, 'en', 'plugin_dir_not_writeable', 'plugin', '', 'Cannot write to plugin directory <code>{plugindir}</code>.', '[[regtime]]'),
(700, 'en', 'plugin_has_prefs', 'plugin', '', 'Has prefs', '[[regtime]]'),
(701, 'en', 'plugin_help', 'plugin', '', 'Plugin help', '[[regtime]]'),
(702, 'en', 'plugin_install_cancelled', 'plugin', '', 'Plugin installation cancelled.', '[[regtime]]'),
(703, 'en', 'plugin_install_failed', 'plugin', '', 'Plugin <strong>{name}</strong> install failed.', '[[regtime]]'),
(704, 'en', 'plugin_installed', 'plugin', '', 'Plugin <strong>{name}</strong> installed.', '[[regtime]]'),
(705, 'en', 'plugin_lifecycle_notify', 'plugin', '', 'Lifecycle notify', '[[regtime]]'),
(706, 'en', 'plugin_not_editable', 'plugin', '', 'Plugin is not available for editing. Please enable (activate) it, visit another admin-side panel, and return here to attempt relinking.', '[[regtime]]'),
(707, 'en', 'plugin_saved', 'plugin', '', 'Plugin <strong>{name}</strong> saved.', '[[regtime]]'),
(708, 'en', 'plugin_token_expired', 'plugin', '', 'Plugin security token expired. Please retry the installation.', '[[regtime]]'),
(709, 'en', 'plugin_type_admin', 'plugin', '', 'Back-end only', '[[regtime]]'),
(710, 'en', 'plugin_type_admin_async', 'plugin', '', 'Back-end only (async)', '[[regtime]]'),
(711, 'en', 'plugin_type_library', 'plugin', '', 'Library', '[[regtime]]'),
(712, 'en', 'plugin_type_public', 'plugin', '', 'Public site only', '[[regtime]]'),
(713, 'en', 'plugin_type_public_admin', 'plugin', '', 'Public + back-end', '[[regtime]]'),
(714, 'en', 'plugin_type_public_admin_async', 'plugin', '', 'Public + back-end (async)', '[[regtime]]'),
(715, 'en', 'plugin_updated', 'plugin', '', 'Plugins updated: <strong>{name}</strong>.', '[[regtime]]'),
(716, 'en', 'plugin_upgrade', 'plugin', '', 'Upgrade to v{version} ({type})', '[[regtime]]'),
(717, 'en', 'previewing_plugin', 'plugin', '', 'Plugin preview', '[[regtime]]'),
(718, 'en', 'revert_to_last_installed', 'plugin', '', 'Revert to last installed code', '[[regtime]]'),
(719, 'en', 'search_plugins', 'plugin', '', 'Search plugins', '[[regtime]]'),
(720, 'en', 'upload_plugin', 'plugin', '', 'Upload plugin', '[[regtime]]'),
(721, 'en', 'verify_plugin', 'plugin', '', 'Verify plugin', '[[regtime]]'),
(722, 'en', 'admin_side_plugins', 'prefs', '', 'Use admin-side plugins?', '[[regtime]]'),
(723, 'en', 'admin_theme', 'prefs', '', 'Admin theme', '[[regtime]]'),
(724, 'en', 'all_hits', 'prefs', '', 'All hits', '[[regtime]]'),
(725, 'en', 'all_preferences', 'prefs', '', 'All preferences', '[[regtime]]'),
(726, 'en', 'allow_article_php_scripting', 'prefs', '', 'Allow PHP in articles?', '[[regtime]]'),
(727, 'en', 'allow_form_override', 'prefs', '', 'Allow form override?', '[[regtime]]'),
(728, 'en', 'allow_page_php_scripting', 'prefs', '', 'Allow PHP in pages?', '[[regtime]]'),
(729, 'en', 'archive_dateformat', 'prefs', '', 'Archive date format', '[[regtime]]'),
(730, 'en', 'articles_use_excerpts', 'prefs', '', 'Show excerpt on article edit page?', '[[regtime]]'),
(731, 'en', 'attach_titles_to_permalinks', 'prefs', '', 'Attach titles to permalinks?', '[[regtime]]'),
(732, 'en', 'category_subcategory', 'prefs', '', '/category/subcategory', '[[regtime]]'),
(733, 'en', 'clean', 'prefs', '', '/clean/', '[[regtime]]'),
(734, 'en', 'comment_means_site_updated', 'prefs', '', 'New comment means site updated?', '[[regtime]]'),
(735, 'en', 'comment_nofollow', 'prefs', '', 'Apply <code>rel="nofollow"</code> to comments?', '[[regtime]]'),
(736, 'en', 'comments_are_ol', 'prefs', '', 'Present comments as a numbered list?', '[[regtime]]'),
(737, 'en', 'comments_auto_append', 'prefs', '', 'Automatically append comments to articles?', '[[regtime]]'),
(738, 'en', 'comments_dateformat', 'prefs', '', 'Comments date format', '[[regtime]]'),
(739, 'en', 'comments_default_invite', 'prefs', '', 'Default comments invite', '[[regtime]]'),
(740, 'en', 'comments_disabled_after', 'prefs', '', 'Comments disabled after', '[[regtime]]'),
(741, 'en', 'comments_disallow_images', 'prefs', '', 'Allow commenter images in comments?', '[[regtime]]'),
(742, 'en', 'comments_mode', 'prefs', '', 'Comments mode', '[[regtime]]'),
(743, 'en', 'comments_moderate', 'prefs', '', 'Moderate comments?', '[[regtime]]'),
(744, 'en', 'comments_on_default', 'prefs', '', 'Comments on by default?', '[[regtime]]'),
(745, 'en', 'comments_require_email', 'prefs', '', 'Comments require commenter’s email address?', '[[regtime]]'),
(746, 'en', 'comments_require_name', 'prefs', '', 'Comments require commenter’s name?', '[[regtime]]'),
(747, 'en', 'comments_sendmail', 'prefs', '', 'Email comments to author?', '[[regtime]]'),
(748, 'en', 'comments_use_fat_textile', 'prefs', '', 'Allow more Textile markup in comments?', '[[regtime]]'),
(749, 'en', 'concurrent_logins', 'prefs', '', 'Accounts permitted to login concurrently', '[[regtime]]'),
(750, 'en', 'custom_10_set', 'prefs', '', 'Custom field 10 name', '[[regtime]]'),
(751, 'en', 'custom_1_set', 'prefs', '', 'Custom field 1 name', '[[regtime]]'),
(752, 'en', 'custom_2_set', 'prefs', '', 'Custom field 2 name', '[[regtime]]'),
(753, 'en', 'custom_3_set', 'prefs', '', 'Custom field 3 name', '[[regtime]]'),
(754, 'en', 'custom_4_set', 'prefs', '', 'Custom field 4 name', '[[regtime]]'),
(755, 'en', 'custom_5_set', 'prefs', '', 'Custom field 5 name', '[[regtime]]'),
(756, 'en', 'custom_6_set', 'prefs', '', 'Custom field 6 name', '[[regtime]]'),
(757, 'en', 'custom_7_set', 'prefs', '', 'Custom field 7 name', '[[regtime]]'),
(758, 'en', 'custom_8_set', 'prefs', '', 'Custom field 8 name', '[[regtime]]'),
(759, 'en', 'custom_9_set', 'prefs', '', 'Custom field 9 name', '[[regtime]]'),
(760, 'en', 'custom_form_types', 'prefs', '', 'Custom form template types', '[[regtime]]'),
(761, 'en', 'default_event', 'prefs', '', 'Default panel', '[[regtime]]'),
(762, 'en', 'default_publish_status', 'prefs', '', 'Default publishing status', '[[regtime]]'),
(763, 'en', 'doctype', 'prefs', '', 'Doctype', '[[regtime]]'),
(764, 'en', 'enable_dev_preview', 'prefs', '', 'Enable development theme preview?', '[[regtime]]'),
(765, 'en', 'enable_short_tags', 'prefs', '', 'Enable short tag support?', '[[regtime]]'),
(766, 'en', 'enable_xmlrpc_server', 'prefs', '', 'Enable XML-RPC server?', '[[regtime]]'),
(767, 'en', 'enhanced_email', 'prefs', '', 'Use enhanced mail features?', '[[regtime]]'),
(768, 'en', 'expire_logs_after', 'prefs', '', 'Logs expire after how many days?', '[[regtime]]'),
(769, 'en', 'feeds', 'prefs', '', 'Feeds', '[[regtime]]'),
(770, 'en', 'file_download_header', 'prefs', '', 'File download header', '[[regtime]]'),
(771, 'en', 'file_max_upload_size', 'prefs', '', 'Maximum file size of uploads (in bytes)', '[[regtime]]'),
(772, 'en', 'ham', 'prefs', '', 'All but spam', '[[regtime]]'),
(773, 'en', 'hours_days_ago', 'prefs', '', 'hours/days ago', '[[regtime]]'),
(774, 'en', 'include_email_atom', 'prefs', '', 'Include email address in Atom feeds?', '[[regtime]]'),
(775, 'en', 'logging', 'prefs', '', 'Logging', '[[regtime]]'),
(776, 'en', 'logs_expire', 'prefs', '', 'Logs expire after how many days?', '[[regtime]]'),
(777, 'en', 'mail_enhanced', 'prefs', '', 'Enhanced email settings', '[[regtime]]'),
(778, 'en', 'markup_default', 'prefs', '', 'Default markup', '[[regtime]]'),
(779, 'en', 'max_url_len', 'prefs', '', 'Maximum URL length (in characters)', '[[regtime]]'),
(780, 'en', 'module_pophelp', 'prefs', '', 'Display admin-side inline help links', '[[regtime]]'),
(781, 'en', 'never_display_email', 'prefs', '', 'Hide commenter’s email address?', '[[regtime]]'),
(782, 'en', 'no_preferences', 'prefs', '', 'No preferences available.', '[[regtime]]'),
(783, 'en', 'override_emailcharset', 'prefs', '', 'Use ISO-8859-1 encoding in emails (default is UTF-8)?', '[[regtime]]'),
(784, 'en', 'override_form_types', 'prefs', '', 'Override form types', '[[regtime]]'),
(785, 'en', 'path_from_root', 'prefs', '', 'Sub-directory (if any)', '[[regtime]]'),
(786, 'en', 'permlink_format', 'prefs', '', 'Permalink title URL pattern', '[[regtime]]'),
(787, 'en', 'permlink_hyphenated', 'prefs', '', 'Hyphenated (title-like-this)', '[[regtime]]'),
(788, 'en', 'permlink_intercapped', 'prefs', '', 'Intercapped (TitleLikeThis)', '[[regtime]]'),
(789, 'en', 'plugin_cache_dir', 'prefs', '', 'Plugin cache directory path', '[[regtime]]'),
(790, 'en', 'production_debug', 'prefs', '', 'Debugging', '[[regtime]]'),
(791, 'en', 'production_live', 'prefs', '', 'Live', '[[regtime]]'),
(792, 'en', 'production_status', 'prefs', '', 'Production status', '[[regtime]]'),
(793, 'en', 'production_test', 'prefs', '', 'Testing', '[[regtime]]'),
(794, 'en', 'publish_expired_articles', 'prefs', '', 'Publish expired articles?', '[[regtime]]'),
(795, 'en', 'publisher_email', 'prefs', '', 'Send login details from this email address', '[[regtime]]'),
(796, 'en', 'referrers_only', 'prefs', '', 'Referrers only', '[[regtime]]'),
(797, 'en', 'rss_how_many', 'prefs', '', 'How many articles should be included in feeds?', '[[regtime]]'),
(798, 'en', 'secondpass', 'prefs', '', 'Number of extra parser sweeps', '[[regtime]]'),
(799, 'en', 'send_lastmod', 'prefs', '', 'Send "Last-Modified" header?', '[[regtime]]'),
(800, 'en', 'show_comment_count_in_feed', 'prefs', '', 'Show comment count in feeds?', '[[regtime]]'),
(801, 'en', 'smtp_from', 'prefs', '', 'SMTP envelope sender address', '[[regtime]]'),
(802, 'en', 'smtp_host', 'prefs', '', 'SMTP host', '[[regtime]]'),
(803, 'en', 'smtp_pass', 'prefs', '', 'SMTP password', '[[regtime]]'),
(804, 'en', 'smtp_port', 'prefs', '', 'SMTP port', '[[regtime]]'),
(805, 'en', 'smtp_sectype', 'prefs', '', 'SMTP security method', '[[regtime]]'),
(806, 'en', 'smtp_user', 'prefs', '', 'SMTP user name', '[[regtime]]'),
(807, 'en', 'spam_blocklists', 'prefs', '', 'Spam blocklists (comma-separated)', '[[regtime]]'),
(808, 'en', 'syndicate_body_or_excerpt', 'prefs', '', 'Syndicate article excerpt only?', '[[regtime]]'),
(809, 'en', 'timeoffset', 'prefs', '', 'Time offset (hours)', '[[regtime]]'),
(810, 'en', 'txp_evaluate_functions', 'prefs', '', 'PHP functions enabled in <code>txp:evaluate</code>', '[[regtime]]'),
(811, 'en', 'tz_timezone', 'prefs', '', 'Time zone', '[[regtime]]'),
(812, 'en', 'up_to_date', 'prefs', '', 'Up-to-date', '[[regtime]]'),
(813, 'en', 'url_mode', 'prefs', '', 'URL mode', '[[regtime]]'),
(814, 'en', 'use_comments', 'prefs', '', 'Accept comments?', '[[regtime]]'),
(815, 'en', 'use_mail_on_feeds_id', 'prefs', '', 'Use email address to construct feed ID (default is site URL)?', '[[regtime]]'),
(816, 'en', 'use_plugins', 'prefs', '', 'Use plugins?', '[[regtime]]'),
(817, 'en', '403_forbidden', 'public', '', 'Forbidden.', '[[regtime]]'),
(818, 'en', '404_not_found', 'public', '', 'The requested resource was not found.', '[[regtime]]'),
(819, 'en', '410_gone', 'public', '', 'The requested resource is no longer available.', '[[regtime]]'),
(820, 'en', '500_internal_server_error', 'public', '', 'Internal server error.', '[[regtime]]'),
(821, 'en', 'article_context', 'public', '', 'article', '[[regtime]]'),
(822, 'en', 'article_found', 'public', '', 'article found', '[[regtime]]'),
(823, 'en', 'articles_found', 'public', '', 'articles found', '[[regtime]]'),
(824, 'en', 'atom_feed_title', 'public', '', 'Atom feed', '[[regtime]]'),
(825, 'en', 'comment_comment', 'public', '', 'Comment', '[[regtime]]'),
(826, 'en', 'comment_duplicate', 'public', '', 'Duplicate comments are not accepted.', '[[regtime]]'),
(827, 'en', 'comment_email', 'public', '', 'Email', '[[regtime]]'),
(828, 'en', 'comment_email_required', 'public', '', 'Please enter a valid email address.', '[[regtime]]'),
(829, 'en', 'comment_message', 'public', '', 'Message', '[[regtime]]'),
(830, 'en', 'comment_moderated', 'public', '', 'Your comment is pending moderation. It will appear after it has been approved.', '[[regtime]]'),
(831, 'en', 'comment_name', 'public', '', 'Name', '[[regtime]]'),
(832, 'en', 'comment_name_required', 'public', '', 'Please enter your name.', '[[regtime]]'),
(833, 'en', 'comment_posted', 'public', '', 'Thank you for adding your comment.', '[[regtime]]'),
(834, 'en', 'comment_received', 'public', '', '{site} comment received: {title}', '[[regtime]]'),
(835, 'en', 'comment_recorded', 'public', '', 'A comment on your post “{title}” was received.', '[[regtime]]'),
(836, 'en', 'comment_required', 'public', '', 'Please enter a comment.', '[[regtime]]'),
(837, 'en', 'comment_web', 'public', '', 'Website', '[[regtime]]'),
(838, 'en', 'comments_closed', 'public', '', 'Commenting is closed for this article.', '[[regtime]]'),
(839, 'en', 'comments_on', 'public', '', 'Comments on', '[[regtime]]'),
(840, 'en', 'comments_permlink', 'public', '', 'Permanent link', '[[regtime]]'),
(841, 'en', 'continue_reading', 'public', '', 'Continue reading', '[[regtime]]'),
(842, 'en', 'day', 'public', '', 'day', '[[regtime]]'),
(843, 'en', 'days', 'public', '', 'days', '[[regtime]]'),
(844, 'en', 'enter_comment_here', 'public', '', '<strong>Enter your comment below.</strong> Fields marked <b class="required" title="Required">*</b> are required. You must preview your comment before submitting it.', '[[regtime]]'),
(845, 'en', 'file_context', 'public', '', 'file', '[[regtime]]'),
(846, 'en', 'hour', 'public', '', 'hour', '[[regtime]]'),
(847, 'en', 'hours', 'public', '', 'hours', '[[regtime]]'),
(848, 'en', 'image_context', 'public', '', 'image', '[[regtime]]'),
(849, 'en', 'link_context', 'public', '', 'link', '[[regtime]]'),
(850, 'en', 'main_content', 'public', '', 'Main content', '[[regtime]]'),
(851, 'en', 'matching_search_request', 'public', '', 'matching your search request', '[[regtime]]'),
(852, 'en', 'minute', 'public', '', 'minute', '[[regtime]]'),
(853, 'en', 'minutes', 'public', '', 'minutes', '[[regtime]]'),
(854, 'en', 'no_comments', 'public', '', 'There are currently no comments on this article.', '[[regtime]]'),
(855, 'en', 'no_search_matches', 'public', '', 'Sorry, no results found matching your search request', '[[regtime]]'),
(856, 'en', 'nopopup', 'public', '', 'current window', '[[regtime]]'),
(857, 'en', 'permanent_link', 'public', '', 'Permanent link to this article', '[[regtime]]'),
(858, 'en', 'popup', 'public', '', 'pop-up window', '[[regtime]]'),
(859, 'en', 'press_preview_then_submit', 'public', '', 'The following is a preview of what your comment will look like. When you are happy with your comment, use the <strong><a href="#txpCommentSubmit" title="Go to the submit button">submit</a></strong> button.', '[[regtime]]'),
(860, 'en', 'read_more', 'public', '', 'Read more', '[[regtime]]'),
(861, 'en', 'rss_feed_title', 'public', '', 'RSS feed', '[[regtime]]'),
(862, 'en', 'site_nav', 'public', '', 'Site navigation', '[[regtime]]'),
(863, 'en', 'textile_help', 'public', '', 'Textile help', '[[regtime]]'),
(864, 'en', 'too_common_search_term', 'public', '', 'It seems like you are looking for a very common search term, maybe try a more specific phrase than', '[[regtime]]'),
(865, 'en', 'week', 'public', '', 'week', '[[regtime]]'),
(866, 'en', 'weeks', 'public', '', 'weeks', '[[regtime]]'),
(867, 'en', 'your_ip_is_blocklisted_by', 'public', '', 'Your IP address has been blocklisted by {list}', '[[regtime]]'),
(868, 'en', 'yyyy-mm', 'public', '', 'yyyy-mm', '[[regtime]]'),
(869, 'en', 'article_count', 'section', '', 'Articles in this section: {num}.', '[[regtime]]'),
(870, 'en', 'change_page_style', 'section', '', 'Change theme/page/style', '[[regtime]]'),
(871, 'en', 'create_section', 'section', '', 'New section', '[[regtime]]'),
(872, 'en', 'default_section_updated', 'section', '', 'Default section updated', '[[regtime]]'),
(873, 'en', 'default_write_section', 'section', '', 'Default publishing section', '[[regtime]]'),
(874, 'en', 'dev_theme', 'section', '', 'Development', '[[regtime]]'),
(875, 'en', 'dev_to_live', 'section', '', 'Reset to live', '[[regtime]]'),
(876, 'en', 'edit_default_section', 'section', '', 'Edit default section', '[[regtime]]'),
(877, 'en', 'edit_section', 'section', '', 'Edit section', '[[regtime]]'),
(878, 'en', 'include_in_search', 'section', '', 'Searchable?', '[[regtime]]'),
(879, 'en', 'live_theme', 'section', '', 'Live', '[[regtime]]'),
(880, 'en', 'live_to_dev', 'section', '', 'Deploy to live', '[[regtime]]'),
(881, 'en', 'search_sections', 'section', '', 'Search sections', '[[regtime]]'),
(882, 'en', 'section_created', 'section', '', 'Section <strong>{name}</strong> created.', '[[regtime]]'),
(883, 'en', 'section_delete_failure', 'section', '', 'Could not delete section(s), articles are currently assigned: {name}.', '[[regtime]]'),
(884, 'en', 'section_deleted', 'section', '', 'Sections deleted: <strong>{name}</strong>.', '[[regtime]]'),
(885, 'en', 'section_head', 'section', '', 'Site sections', '[[regtime]]'),
(886, 'en', 'section_longtitle', 'section', '', 'Section title', '[[regtime]]'),
(887, 'en', 'section_name', 'section', '', 'Section name', '[[regtime]]'),
(888, 'en', 'section_name_already_exists', 'section', '', 'Section <strong>{name}</strong> already exists.', '[[regtime]]'),
(889, 'en', 'section_save_failed', 'section', '', 'The section was not saved due to an error. Please try again.', '[[regtime]]'),
(890, 'en', 'section_updated', 'section', '', 'Sections updated: <strong>{name}</strong>.', '[[regtime]]'),
(891, 'en', 'switch_dev_live', 'section', '', 'Developer preview', '[[regtime]]'),
(892, 'en', 'syndicate', 'section', '', 'Syndicate articles?', '[[regtime]]'),
(893, 'en', 'uses_page', 'section', '', 'Uses page', '[[regtime]]'),
(894, 'en', 'uses_skin', 'section', '', 'Uses theme', '[[regtime]]'),
(895, 'en', 'uses_style', 'section', '', 'Uses style', '[[regtime]]'),
(896, 'en', 'assign_sections', 'skin', '', 'Assign sections', '[[regtime]]'),
(897, 'en', 'create_skin', 'skin', '', 'New theme', '[[regtime]]'),
(898, 'en', 'css_creation_failed', 'skin', '', 'Styles creation failed for: <strong>{list}</strong>.', '[[regtime]]'),
(899, 'en', 'css_deletion_failed', 'skin', '', 'Styles deletion failed for: <strong>{list}</strong>.', '[[regtime]]'),
(900, 'en', 'css_files_deletion_failed', 'skin', '', 'Styles files deletion failed for: <strong>{list}</strong>.', '[[regtime]]'),
(901, 'en', 'css_import_failed', 'skin', '', 'Styles import failed for: <strong>{list}</strong>.', '[[regtime]]'),
(902, 'en', 'css_name_unsafe', 'skin', '', 'Not exportable styles names for: <strong>{list}</strong>. Names must match the following regular expression: <code>^[a-z][a-z0-9_\\-\\.]{0,63}$</code>.', '[[regtime]]'),
(903, 'en', 'css_not_found', 'skin', '', 'No style data found for: <strong>{list}</strong>.', '[[regtime]]'),
(904, 'en', 'css_update_failed', 'skin', '', 'Styles update failed for: <strong>{list}</strong>.', '[[regtime]]'),
(905, 'en', 'edit_skin', 'skin', '', 'Edit theme', '[[regtime]]'),
(906, 'en', 'form_creation_failed', 'skin', '', 'Forms creation failed for: <strong>{list}</strong>.', '[[regtime]]'),
(907, 'en', 'form_deletion_failed', 'skin', '', 'Forms deletion failed for: <strong>{list}</strong>.', '[[regtime]]'),
(908, 'en', 'form_duplicate_failed', 'skin', '', 'Duplicated forms import failed for: <strong>{list}</strong>.', '[[regtime]]'),
(909, 'en', 'form_files_deletion_failed', 'skin', '', 'Forms files deletion failed for: <strong>{list}</strong>.', '[[regtime]]'),
(910, 'en', 'form_import_failed', 'skin', '', 'Forms import failed for: <strong>{list}</strong>.', '[[regtime]]'),
(911, 'en', 'form_name_unsafe', 'skin', '', 'Not exportable form names for: <strong>{list}</strong>. Names must match the following regular expression: <code>^[a-z][a-z0-9_\\-\\.]{0,63}$</code>.', '[[regtime]]'),
(912, 'en', 'form_subdir_error', 'skin', '', 'Form types error for: <strong>{list}</strong>. These forms are used as default by tags and should use defined types.', '[[regtime]]'),
(913, 'en', 'form_subdir_invalid', 'skin', '', 'Invalid form type for: <strong>{list}</strong>. Current valid types are: <code>article</code>, <code>category</code>, <code>comment</code>, <code>file</code>, <code>link</code>, <code>section</code> and <code>misc</code>. <code>misc</code> will be used by default.', '[[regtime]]'),
(914, 'en', 'form_update_failed', 'skin', '', 'Forms update failed for: <strong>{list}</strong>.', '[[regtime]]'),
(915, 'en', 'no_skin_recorded', 'skin', '', 'No themes recorded.', '[[regtime]]'),
(916, 'en', 'page_creation_failed', 'skin', '', 'Pages creation failed for: <strong>{list}</strong>.', '[[regtime]]'),
(917, 'en', 'page_deletion_failed', 'skin', '', 'Pages deletion failed for: <strong>{list}</strong>.', '[[regtime]]'),
(918, 'en', 'page_files_deletion_failed', 'skin', '', 'Pages files deletion failed for: <strong>{list}</strong>.', '[[regtime]]'),
(919, 'en', 'page_import_failed', 'skin', '', 'Pages import failed for: <strong>{list}</strong>.', '[[regtime]]'),
(920, 'en', 'page_name_unsafe', 'skin', '', 'Not exportable page names for: <strong>{list}</strong>. Names must match the following regular expression: <code>^[a-z][a-z0-9_\\-\\.]{0,63}$</code>.', '[[regtime]]'),
(921, 'en', 'page_not_found', 'skin', '', 'No page data found for: <strong>{list}</strong>.', '[[regtime]]'),
(922, 'en', 'page_update_failed', 'skin', '', 'Pages update failed for: <strong>{list}</strong>.', '[[regtime]]'),
(923, 'en', 'search_skins', 'skin', '', 'Search themes', '[[regtime]]'),
(924, 'en', 'skin_already_exists', 'skin', '', 'Themes already exist in the database or in the themes directory and may cause conflicts: <strong>{list}</strong>.', '[[regtime]]'),
(925, 'en', 'skin_author', 'skin', '', 'Theme author', '[[regtime]]'),
(926, 'en', 'skin_author_uri', 'skin', '', 'Theme website', '[[regtime]]'),
(927, 'en', 'skin_count_css', 'skin', '', 'Styles in this theme: {num}.', '[[regtime]]'),
(928, 'en', 'skin_count_form', 'skin', '', 'Forms in this theme: {num}.', '[[regtime]]'),
(929, 'en', 'skin_count_page', 'skin', '', 'Pages in this theme: {num}.', '[[regtime]]'),
(930, 'en', 'skin_count_section', 'skin', '', 'Sections used by this theme: {num}.', '[[regtime]]'),
(931, 'en', 'skin_created', 'skin', '', 'Themes created: <strong>{list}</strong>.', '[[regtime]]'),
(932, 'en', 'skin_creation_failed', 'skin', '', 'Themes creation failed for: <strong>{list}</strong>.', '[[regtime]]'),
(933, 'en', 'skin_delete_entirely', 'skin', '', 'Delete theme templates from drive too', '[[regtime]]'),
(934, 'en', 'skin_delete_from_database', 'skin', '', 'Delete unused templates from database on import', '[[regtime]]'),
(935, 'en', 'skin_delete_from_disk', 'skin', '', 'Delete unused templates from drive on export', '[[regtime]]'),
(936, 'en', 'skin_deleted', 'skin', '', 'Themes deleted: <strong>{list}</strong>.', '[[regtime]]'),
(937, 'en', 'skin_deletion_failed', 'skin', '', 'Theme(s) deletion failed for: <strong>{list}</strong>.', '[[regtime]]'),
(938, 'en', 'skin_description', 'skin', '', 'Theme description', '[[regtime]]'),
(939, 'en', 'skin_export_failed', 'skin', '', 'Themes export failed for: <strong>{list}</strong>.', '[[regtime]]'),
(940, 'en', 'skin_exported', 'skin', '', 'Themes exported: <strong>{list}</strong>.', '[[regtime]]'),
(941, 'en', 'skin_files_deletion_failed', 'skin', '', 'Theme files deletion failed for: <strong>{list}</strong>.', '[[regtime]]'),
(942, 'en', 'skin_import_failed', 'skin', '', 'Themes import failed for: <strong>{list}</strong>.', '[[regtime]]'),
(943, 'en', 'skin_imported', 'skin', '', 'Themes imported: <strong>{list}</strong>.', '[[regtime]]'),
(944, 'en', 'skin_in_use', 'skin', '', 'Deletion aborted for themes used by sections: <strong>{list}</strong>.', '[[regtime]]'),
(945, 'en', 'skin_name', 'skin', '', 'Theme name', '[[regtime]]'),
(946, 'en', 'skin_name_invalid', 'skin', '', 'Theme name <strong>{name}</strong> invalid.', '[[regtime]]'),
(947, 'en', 'skin_name_unsafe', 'skin', '', 'Not exportable theme names for: <strong>{list}</strong>. Names must match the following regular expression: <code>^[a-z][a-z0-9_\\-\\.]{0,63}$</code>.', '[[regtime]]'),
(948, 'en', 'skin_not_found', 'skin', '', 'No theme data found for: <strong>{list}</strong>.', '[[regtime]]'),
(949, 'en', 'skin_related_sections_update_failed', 'skin', '', 'Themes related sections update failed for: <strong>{list}</strong>. Please visit the Sections panel to update manually.', '[[regtime]]'),
(950, 'en', 'skin_title', 'skin', '', 'Theme title', '[[regtime]]'),
(951, 'en', 'skin_unknown', 'skin', '', 'Unknown themes: <strong>{list}</strong>.', '[[regtime]]'),
(952, 'en', 'skin_update_failed', 'skin', '', 'Themes update failed for: <strong>{list}</strong>.', '[[regtime]]'),
(953, 'en', 'skin_updated', 'skin', '', 'Themes updated: <strong>{list}</strong>.', '[[regtime]]'),
(954, 'en', 'skin_version', 'skin', '', 'Theme version', '[[regtime]]'),
(955, 'en', 'active_class', 'tag', '', 'CSS class for active list item', '[[regtime]]'),
(956, 'en', 'allowoverride', 'tag', '', 'Allow form to be overridden?', '[[regtime]]'),
(957, 'en', 'breadcrumb_linked', 'tag', '', 'Link breadcrumbs?', '[[regtime]]'),
(958, 'en', 'breadcrumb_separator', 'tag', '', 'Breadcrumbs separator', '[[regtime]]'),
(959, 'en', 'break', 'tag', '', 'List break tag', '[[regtime]]'),
(960, 'en', 'breakclass', 'tag', '', 'CSS class for list break tag', '[[regtime]]'),
(961, 'en', 'build', 'tag', '', 'Build tag', '[[regtime]]'),
(962, 'en', 'button_text', 'tag', '', 'Button text', '[[regtime]]'),
(963, 'en', 'category_list_section', 'tag', '', 'Link to specific section?', '[[regtime]]'),
(964, 'en', 'category_tags', 'tag', '', 'Category', '[[regtime]]'),
(965, 'en', 'class', 'tag', '', 'CSS class', '[[regtime]]'),
(966, 'en', 'comment_details', 'tag', '', 'Comment details', '[[regtime]]'),
(967, 'en', 'comment_form', 'tag', '', 'Comment form', '[[regtime]]'),
(968, 'en', 'comment_name_link', 'tag', '', 'Link to commenter’s email address/website?', '[[regtime]]'),
(969, 'en', 'comments_form', 'tag', '', 'Comments form', '[[regtime]]'),
(970, 'en', 'decimals', 'tag', '', 'Display # numbers after the decimal point', '[[regtime]]'),
(971, 'en', 'default_title', 'tag', '', 'Text to use for default section link', '[[regtime]]'),
(972, 'en', 'depth', 'tag', '', 'Depth', '[[regtime]]'),
(973, 'en', 'escape', 'tag', '', 'Escape', '[[regtime]]'),
(974, 'en', 'exclude', 'tag', '', 'Exclude', '[[regtime]]'),
(975, 'en', 'file_download_tags', 'tag', '', 'File downloads', '[[regtime]]'),
(976, 'en', 'filename', 'tag', '', 'Name', '[[regtime]]'),
(977, 'en', 'flavor', 'tag', '', 'Syndication format', '[[regtime]]'),
(978, 'en', 'format', 'tag', '', 'Format', '[[regtime]]'),
(979, 'en', 'gmt', 'tag', '', 'Format according to <abbr title="Greenwich Mean Time">GMT</abbr> time?', '[[regtime]]'),
(980, 'en', 'has_excerpt', 'tag', '', 'Has excerpt', '[[regtime]]'),
(981, 'en', 'hilight', 'tag', '', 'Highlight tag', '[[regtime]]'),
(982, 'en', 'hilight_limit', 'tag', '', 'Highlight how many instances?', '[[regtime]]'),
(983, 'en', 'html_id', 'tag', '', 'HTML <code>id</code> attribute', '[[regtime]]'),
(984, 'en', 'include_default', 'tag', '', 'Include default section?', '[[regtime]]'),
(985, 'en', 'inline_style', 'tag', '', 'Inline style (CSS)', '[[regtime]]'),
(986, 'en', 'input_size', 'tag', '', 'Input size', '[[regtime]]'),
(987, 'en', 'labeltag', 'tag', '', 'Label tag', '[[regtime]]'),
(988, 'en', 'limit', 'tag', '', 'Display how many?', '[[regtime]]'),
(989, 'en', 'link_text', 'tag', '', 'Link text', '[[regtime]]'),
(990, 'en', 'link_to_this_author', 'tag', '', 'Link to a list of other articles by this author?', '[[regtime]]'),
(991, 'en', 'link_to_this_category', 'tag', '', 'Link to a list of other articles in this category?', '[[regtime]]'),
(992, 'en', 'link_to_this_section', 'tag', '', 'Link to a list of other articles in this section?', '[[regtime]]'),
(993, 'en', 'linkclass', 'tag', '', 'CSS class for links', '[[regtime]]'),
(994, 'en', 'listform', 'tag', '', 'List form', '[[regtime]]'),
(995, 'en', 'match_type', 'tag', '', 'Match type', '[[regtime]]'),
(996, 'en', 'media', 'tag', '', 'HTML <code>media</code> attribute', '[[regtime]]'),
(997, 'en', 'msgcols', 'tag', '', 'Message textarea columns', '[[regtime]]'),
(998, 'en', 'msgrows', 'tag', '', 'Message textarea rows', '[[regtime]]'),
(999, 'en', 'no_categories_available', 'tag', '', 'No categories available.', '[[regtime]]'),
(1000, 'en', 'no_forms_available', 'tag', '', 'No forms available.', '[[regtime]]'),
(1001, 'en', 'offset', 'tag', '', 'Skip', '[[regtime]]'),
(1002, 'en', 'page_article_hed', 'tag', '', 'Article output', '[[regtime]]'),
(1003, 'en', 'page_article_nav_hed', 'tag', '', 'Article navigation', '[[regtime]]'),
(1004, 'en', 'page_file_hed', 'tag', '', 'File downloads', '[[regtime]]'),
(1005, 'en', 'page_misc_hed', 'tag', '', 'Miscellaneous', '[[regtime]]'),
(1006, 'en', 'page_nav_hed', 'tag', '', 'Site navigation', '[[regtime]]'),
(1007, 'en', 'page_xml_hed', 'tag', '', 'XML feeds', '[[regtime]]'),
(1008, 'en', 'pageby', 'tag', '', 'Paginate by', '[[regtime]]'),
(1009, 'en', 'pgonly', 'tag', '', 'Count articles, but show nothing', '[[regtime]]'),
(1010, 'en', 'random', 'tag', '', 'Random', '[[regtime]]'),
(1011, 'en', 'rel', 'tag', '', 'HTML <code>rel</code> attribute', '[[regtime]]'),
(1012, 'en', 'search_input_form', 'tag', '', 'Search input', '[[regtime]]'),
(1013, 'en', 'search_results_form', 'tag', '', 'Search results', '[[regtime]]'),
(1014, 'en', 'searchall', 'tag', '', 'Search all sections?', '[[regtime]]'),
(1015, 'en', 'searchsticky', 'tag', '', 'Search sticky articles?', '[[regtime]]'),
(1016, 'en', 'section_tags', 'tag', '', 'Section', '[[regtime]]'),
(1017, 'en', 'separator', 'tag', '', 'Separator', '[[regtime]]'),
(1018, 'en', 'showalways', 'tag', '', 'Show always', '[[regtime]]'),
(1019, 'en', 'showcount', 'tag', '', 'Show count?', '[[regtime]]'),
(1020, 'en', 'size_format', 'tag', '', 'Size format', '[[regtime]]'),
(1021, 'en', 'sort', 'tag', '', 'Sort by', '[[regtime]]'),
(1022, 'en', 'tag', 'tag', '', 'Tag', '[[regtime]]'),
(1023, 'en', 'tag_article', 'tag', '', 'Articles (single or list)', '[[regtime]]'),
(1024, 'en', 'tag_article_custom', 'tag', '', 'Articles (custom list)', '[[regtime]]'),
(1025, 'en', 'tag_article_image', 'tag', '', 'Article image', '[[regtime]]'),
(1026, 'en', 'tag_author', 'tag', '', 'Author', '[[regtime]]'),
(1027, 'en', 'tag_body', 'tag', '', 'Body', '[[regtime]]'),
(1028, 'en', 'tag_body_excerpt', 'tag', '', 'Body excerpt', '[[regtime]]'),
(1029, 'en', 'tag_breadcrumb', 'tag', '', 'Breadcrumb', '[[regtime]]'),
(1030, 'en', 'tag_category', 'tag', '', 'Category', '[[regtime]]'),
(1031, 'en', 'tag_category1', 'tag', '', 'Category 1', '[[regtime]]'),
(1032, 'en', 'tag_category2', 'tag', '', 'Category 2', '[[regtime]]'),
(1033, 'en', 'tag_category_list', 'tag', '', 'Category list', '[[regtime]]'),
(1034, 'en', 'tag_comment_anchor', 'tag', '', 'Comment anchor', '[[regtime]]'),
(1035, 'en', 'tag_comment_email', 'tag', '', 'Comment email', '[[regtime]]'),
(1036, 'en', 'tag_comment_email_input', 'tag', '', 'Comment email input', '[[regtime]]'),
(1037, 'en', 'tag_comment_id', 'tag', '', 'Comment ID', '[[regtime]]'),
(1038, 'en', 'tag_comment_message', 'tag', '', 'Comment message', '[[regtime]]'),
(1039, 'en', 'tag_comment_message_input', 'tag', '', 'Comment message input', '[[regtime]]'),
(1040, 'en', 'tag_comment_name', 'tag', '', 'Comment name', '[[regtime]]'),
(1041, 'en', 'tag_comment_name_input', 'tag', '', 'Comment name input', '[[regtime]]'),
(1042, 'en', 'tag_comment_permlink', 'tag', '', 'Comment permanent link', '[[regtime]]'),
(1043, 'en', 'tag_comment_preview', 'tag', '', 'Comment preview button', '[[regtime]]'),
(1044, 'en', 'tag_comment_remember', 'tag', '', 'Remember details checkbox', '[[regtime]]'),
(1045, 'en', 'tag_comment_submit', 'tag', '', 'Comment submit button', '[[regtime]]'),
(1046, 'en', 'tag_comment_time', 'tag', '', 'Comment time', '[[regtime]]'),
(1047, 'en', 'tag_comment_web', 'tag', '', 'Comment website', '[[regtime]]'),
(1048, 'en', 'tag_comment_web_input', 'tag', '', 'Comment website input', '[[regtime]]'),
(1049, 'en', 'tag_comments', 'tag', '', 'Comments', '[[regtime]]'),
(1050, 'en', 'tag_comments_form', 'tag', '', 'Comments form', '[[regtime]]'),
(1051, 'en', 'tag_comments_invite', 'tag', '', 'Comments invite', '[[regtime]]'),
(1052, 'en', 'tag_comments_preview', 'tag', '', 'Comments preview', '[[regtime]]'),
(1053, 'en', 'tag_css', 'tag', '', 'CSS link (<code>head</code>)', '[[regtime]]'),
(1054, 'en', 'tag_email', 'tag', '', 'Email link (spam-resistant)', '[[regtime]]'),
(1055, 'en', 'tag_excerpt', 'tag', '', 'Excerpt', '[[regtime]]'),
(1056, 'en', 'tag_feed_link', 'tag', '', 'Articles feed link', '[[regtime]]'),
(1057, 'en', 'tag_file_download', 'tag', '', 'File download', '[[regtime]]'),
(1058, 'en', 'tag_file_download_category', 'tag', '', 'File category', '[[regtime]]'),
(1059, 'en', 'tag_file_download_created', 'tag', '', 'File created time', '[[regtime]]'),
(1060, 'en', 'tag_file_download_description', 'tag', '', 'File description', '[[regtime]]');
INSERT INTO `[[dbprefix]]txp_lang` VALUES
(1061, 'en', 'tag_file_download_downloads', 'tag', '', 'File download count', '[[regtime]]'),
(1062, 'en', 'tag_file_download_id', 'tag', '', 'File ID#', '[[regtime]]'),
(1063, 'en', 'tag_file_download_link', 'tag', '', 'File download link', '[[regtime]]'),
(1064, 'en', 'tag_file_download_list', 'tag', '', 'File download list', '[[regtime]]'),
(1065, 'en', 'tag_file_download_modified', 'tag', '', 'File modified time', '[[regtime]]'),
(1066, 'en', 'tag_file_download_name', 'tag', '', 'File name', '[[regtime]]'),
(1067, 'en', 'tag_file_download_size', 'tag', '', 'File size', '[[regtime]]'),
(1068, 'en', 'tag_home', 'tag', '', 'Home', '[[regtime]]'),
(1069, 'en', 'tag_if_category', 'tag', '', 'If category', '[[regtime]]'),
(1070, 'en', 'tag_if_section', 'tag', '', 'If section', '[[regtime]]'),
(1071, 'en', 'tag_image', 'tag', '', 'Image', '[[regtime]]'),
(1072, 'en', 'tag_lang', 'tag', '', 'Language', '[[regtime]]'),
(1073, 'en', 'tag_link', 'tag', '', 'Link', '[[regtime]]'),
(1074, 'en', 'tag_link_category', 'tag', '', 'Link category', '[[regtime]]'),
(1075, 'en', 'tag_link_date', 'tag', '', 'Link date', '[[regtime]]'),
(1076, 'en', 'tag_link_description', 'tag', '', 'Link description', '[[regtime]]'),
(1077, 'en', 'tag_link_feed_link', 'tag', '', 'Links feed link', '[[regtime]]'),
(1078, 'en', 'tag_link_name', 'tag', '', 'Link name', '[[regtime]]'),
(1079, 'en', 'tag_link_text', 'tag', '', 'Link name', '[[regtime]]'),
(1080, 'en', 'tag_link_to_home', 'tag', '', 'Homepage link', '[[regtime]]'),
(1081, 'en', 'tag_link_to_next', 'tag', '', 'Next article link', '[[regtime]]'),
(1082, 'en', 'tag_link_to_prev', 'tag', '', 'Previous article link', '[[regtime]]'),
(1083, 'en', 'tag_linkdesctitle', 'tag', '', 'Link, title=description', '[[regtime]]'),
(1084, 'en', 'tag_linklist', 'tag', '', 'Links list', '[[regtime]]'),
(1085, 'en', 'tag_name', 'tag', '', 'Commenter name', '[[regtime]]'),
(1086, 'en', 'tag_newer', 'tag', '', 'Newer articles link', '[[regtime]]'),
(1087, 'en', 'tag_next_article', 'tag', '', 'Next article', '[[regtime]]'),
(1088, 'en', 'tag_next_title', 'tag', '', 'Next article title', '[[regtime]]'),
(1089, 'en', 'tag_older', 'tag', '', 'Older articles link', '[[regtime]]'),
(1090, 'en', 'tag_output_form', 'tag', '', 'Output form', '[[regtime]]'),
(1091, 'en', 'tag_page_title', 'tag', '', 'Page title', '[[regtime]]'),
(1092, 'en', 'tag_password_protect', 'tag', '', 'Password protection', '[[regtime]]'),
(1093, 'en', 'tag_permlink', 'tag', '', 'Permanent link', '[[regtime]]'),
(1094, 'en', 'tag_popup', 'tag', '', 'Pop-up list', '[[regtime]]'),
(1095, 'en', 'tag_posted', 'tag', '', 'Posted', '[[regtime]]'),
(1096, 'en', 'tag_prev_article', 'tag', '', 'Previous article', '[[regtime]]'),
(1097, 'en', 'tag_prev_title', 'tag', '', 'Previous article title', '[[regtime]]'),
(1098, 'en', 'tag_recent_articles', 'tag', '', 'Recent articles', '[[regtime]]'),
(1099, 'en', 'tag_recent_comments', 'tag', '', 'Recent comments', '[[regtime]]'),
(1100, 'en', 'tag_related_articles', 'tag', '', 'Related articles', '[[regtime]]'),
(1101, 'en', 'tag_search_input', 'tag', '', 'Search input form', '[[regtime]]'),
(1102, 'en', 'tag_search_result_date', 'tag', '', 'Search result date', '[[regtime]]'),
(1103, 'en', 'tag_search_result_excerpt', 'tag', '', 'Search result excerpt', '[[regtime]]'),
(1104, 'en', 'tag_search_result_title', 'tag', '', 'Search result title', '[[regtime]]'),
(1105, 'en', 'tag_search_result_url', 'tag', '', 'Search result URL', '[[regtime]]'),
(1106, 'en', 'tag_section', 'tag', '', 'Section', '[[regtime]]'),
(1107, 'en', 'tag_section_list', 'tag', '', 'Section list', '[[regtime]]'),
(1108, 'en', 'tag_site_name', 'tag', '', 'Site name', '[[regtime]]'),
(1109, 'en', 'tag_site_slogan', 'tag', '', 'Site slogan', '[[regtime]]'),
(1110, 'en', 'tag_title', 'tag', '', 'Title', '[[regtime]]'),
(1111, 'en', 'textonly', 'tag', '', 'Text only?', '[[regtime]]'),
(1112, 'en', 'this_section', 'tag', '', 'Link to current section?', '[[regtime]]'),
(1113, 'en', 'time_format', 'tag', '', 'Time format string', '[[regtime]]'),
(1114, 'en', 'time_future', 'tag', '', 'Future', '[[regtime]]'),
(1115, 'en', 'time_past', 'tag', '', 'Past', '[[regtime]]'),
(1116, 'en', 'title_separator', 'tag', '', 'Individual article and site name separator', '[[regtime]]'),
(1117, 'en', 'tooltip', 'tag', '', 'Link tooltip', '[[regtime]]'),
(1118, 'en', 'use_thumbnail', 'tag', '', 'Use thumbnail?', '[[regtime]]'),
(1119, 'en', 'wraptag', 'tag', '', 'Wrap tag', '[[regtime]]');
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_link`
--
CREATE TABLE `[[dbprefix]]txp_link` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`date` datetime NOT NULL,
`category` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`url` text COLLATE utf8mb4_unicode_ci NOT NULL,
`linkname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`linksort` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` text COLLATE utf8mb4_unicode_ci NOT NULL,
`author` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `author_idx` (`author`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=6 ;
--
-- Dumping data for table `[[dbprefix]]txp_link`
--
INSERT INTO `[[dbprefix]]txp_link` VALUES
(1, '[[regtime]]', 'textpattern', 'https://textpattern.com/', 'Textpattern website', '10', '', ''),
(2, '[[regtime]]', 'textpattern', 'https://docs.textpattern.com/', 'Textpattern user documentation', '20', '', ''),
(3, '[[regtime]]', 'textpattern', 'https://textpattern.com/github', 'Textpattern on GitHub', '30', '', ''),
(4, '[[regtime]]', 'textpattern', 'https://textpattern.com/mastodon', 'Textpattern on Mastodon', '40', '', ''),
(5, '[[regtime]]', 'textpattern', 'https://textpattern.com/x', 'Textpattern on X', '50', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_log`
--
CREATE TABLE `[[dbprefix]]txp_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`time` datetime NOT NULL,
`page` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`refer` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`status` int(11) NOT NULL DEFAULT '200',
`method` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'GET',
PRIMARY KEY (`id`),
KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_page`
--
CREATE TABLE `[[dbprefix]]txp_page` (
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_html` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`skin` varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
`lastmod` datetime DEFAULT NULL,
PRIMARY KEY (`name`(63),`skin`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `[[dbprefix]]txp_page`
--
INSERT INTO `[[dbprefix]]txp_page` VALUES
('archive', '<!DOCTYPE html>\n<html lang="<txp:lang />" dir="<txp:text item="lang_dir" />">\n\n<head>\n <meta charset="utf-8">\n <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">\n <title><txp:page_title /></title>\n\n <!-- CSS -->\n <txp:css format="link" media="" />\n <!-- ...or you can use (faster) external CSS files e.g. <link rel="stylesheet" href="<txp:page_url type="theme_path" />/styles/default.css"> -->\n\n <meta name="generator" content="Textpattern CMS">\n\n <txp:if_search>\n <meta name="robots" content="none">\n <txp:else />\n <txp:if_author>\n <meta name="robots" content="noindex, follow">\n <txp:else />\n <txp:meta_description />\n <txp:if_article_list>\n <txp:variable name="page" value=''<txp:page_url type="pg" />'' />\n <txp:if_variable name="page" value="1">\n <meta name="robots" content="index, follow">\n <link rel="canonical" href="<txp:section url />">\n <script type="application/ld+json">\n {\n "@context": "https://schema.org",\n "@type": "Blog",\n "headline": "<txp:section title escape="json" />",\n <txp:if_description>"description": "<txp:meta_description format="" escape="json" />",</txp:if_description>\n "url": "<txp:section url escape="json" />"\n }\n </script>\n <txp:else />\n <meta name="robots" content="noindex, follow">\n </txp:if_variable>\n <txp:else />\n <txp:meta_keywords separator="," />\n <txp:meta_author title />\n <meta name="robots" content="<txp:if_expires>unavailable_after: <txp:expires gmt format="%d-%b-%y %T" /> GMT<txp:else />index, follow</txp:if_expires>">\n <link rel="canonical" href="<txp:permlink />">\n <meta property="og:site_name" content="<txp:site_name />">\n <meta property="og:type" content="article">\n <meta property="og:title" content="<txp:title />">\n <txp:if_description><meta property="og:description" content="<txp:meta_description format="" />"></txp:if_description>\n <meta property="og:url" content="<txp:permlink />">\n <txp:if_article_image>\n <txp:images limit="1">\n <meta property="og:image" content="<txp:image_url />">\n <meta property="og:image:width" content="<txp:image_info type="w" />">\n <meta property="og:image:height" content="<txp:image_info type="h" />">\n <meta property="og:image:alt" content="<txp:image_info type="alt" />">\n </txp:images>\n </txp:if_article_image>\n <script type="application/ld+json">\n {\n "@context": "https://schema.org",\n "@type": "Blog",\n "blogPost": [{\n "@type": "BlogPosting",\n "headline": "<txp:title escape="json" />",\n <txp:if_description>"description": "<txp:meta_description format="" escape="json" />",</txp:if_description>\n "url": "<txp:permlink escape="json" />"\n }]\n }\n </script>\n </txp:if_article_list>\n </txp:if_author>\n </txp:if_search>\n\n <!-- content feeds -->\n <txp:feed_link flavor="atom" format="link" label="Atom" />\n <txp:feed_link flavor="rss" format="link" label="RSS" />\n</head>\n\n<txp:if_search>\n <body class="search-page" itemscope itemtype="https://schema.org/SearchResultsPage">\n<txp:else />\n <txp:if_article_list>\n <body class="<txp:section />-page" itemscope itemtype="https://schema.org/CollectionPage">\n <txp:else />\n <body class="<txp:section />-page" itemscope itemtype="https://schema.org/WebPage">\n </txp:if_article_list>\n</txp:if_search>\n\n <txp:output_form form="body_header" />\n\n <div class="wrapper">\n <div class="container">\n\n <!-- Main content -->\n <main id="main" aria-label="<txp:text item="main_content" />" itemscope itemtype="https://schema.org/Blog">\n\n <!-- is this the search result page? also omits the pagination links below (uses pagination format within search_display.txp instead) -->\n <txp:if_search>\n <txp:output_form form="search_display" />\n\n <txp:else />\n <txp:if_article_list>\n\n <h1 itemprop="name"><txp:section title /></h1>\n <txp:article class="article-list" form="article_listing" limit="10" wraptag="ul" />\n\n <!-- add pagination links to foot of article listings if there are more articles available -->\n <txp:evaluate test="newer,older">\n <nav class="paginator" aria-label="<txp:text item="page_nav" />">\n <txp:newer rel="prev">\n <txp:text item="newer" />\n </txp:newer>\n <txp:older rel="next">\n <txp:text item="older" />\n </txp:older>\n </nav>\n </txp:evaluate>\n\n <txp:else />\n <txp:article status />\n\n <!-- add pagination links to foot of article if there are more articles available -->\n <txp:evaluate test="link_to_prev,link_to_next">\n <nav class="paginator" aria-label="<txp:text item="page_nav" />">\n <txp:link_to_prev>\n <txp:text item="prev" />\n </txp:link_to_prev>\n <txp:link_to_next>\n <txp:text item="next" />\n </txp:link_to_next>\n </nav>\n </txp:evaluate>\n </txp:if_article_list>\n </txp:if_search>\n\n </main>\n\n <txp:output_form form="body_aside" />\n\n </div> <!-- /.container -->\n </div> <!-- /.wrapper -->\n\n <txp:output_form form="body_footer" />\n\n</body>\n</html>', 'four-point-nine', NULL),
('default', '<!DOCTYPE html>\n<html lang="<txp:lang />" dir="<txp:text item="lang_dir" />">\n\n<head>\n <meta charset="utf-8">\n <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">\n <title><txp:page_title /></title>\n\n <!-- CSS -->\n <txp:css format="link" media="" />\n <!-- ...or you can use (faster) external CSS files e.g. <link rel="stylesheet" href="<txp:page_url type="theme_path" />/styles/default.css"> -->\n\n <meta name="generator" content="Textpattern CMS">\n\n <txp:if_search>\n <meta name="robots" content="none">\n <txp:else />\n <txp:if_author>\n <meta name="robots" content="noindex, follow">\n <txp:else />\n <txp:meta_description />\n <txp:if_category>\n <meta name="robots" content="noindex, follow">\n <txp:else />\n <txp:variable name="page" value=''<txp:page_url type="pg" />'' />\n <txp:if_variable name="page" value="1">\n <meta name="robots" content="index, follow">\n <link rel="canonical" href="<txp:site_url />">\n <script type="application/ld+json">\n {\n "@context": "https://schema.org",\n "@type": "WebSite",\n "headline": "<txp:site_name escape="json" />",\n <txp:if_description>"description": "<txp:meta_description format="" escape="json" />",</txp:if_description>\n "url": "<txp:site_url escape="json" />"\n }\n </script>\n <txp:else />\n <meta name="robots" content="noindex, follow">\n </txp:if_variable>\n <txp:variable name="front-page" value="1" />\n </txp:if_category>\n </txp:if_author>\n </txp:if_search>\n\n <!-- content feeds -->\n <txp:feed_link flavor="atom" format="link" label="Atom" />\n <txp:feed_link flavor="rss" format="link" label="RSS" />\n</head>\n\n<txp:if_variable name="front-page">\n <body class="front-page" itemscope itemtype="https://schema.org/WebPage">\n<txp:else />\n <txp:if_search>\n <body class="search-page" itemscope itemtype="https://schema.org/SearchResultsPage">\n <txp:else />\n <body class="listing-page" itemscope itemtype="https://schema.org/CollectionPage">\n </txp:if_search>\n</txp:if_variable>\n\n <txp:output_form form="body_header" />\n\n <div class="wrapper">\n <div class="container">\n\n <!-- Main content -->\n <main id="main" aria-label="<txp:text item="main_content" />" itemscope itemtype="https://schema.org/Blog">\n\n <!-- is this the search result page? also omits the pagination links below (uses pagination format within search_display.txp instead) -->\n <txp:if_search>\n <txp:output_form form="search_display" />\n\n <txp:else />\n <!-- else is this the front page? -->\n <txp:if_variable name="front-page">\n <!-- links by default to form: ''default.txp'' unless you specify a different form -->\n <txp:article limit="5" />\n\n <txp:else />\n <!-- else is this an article author list? -->\n <txp:if_author>\n <h1 itemprop="name"><txp:text item="author" /> <txp:author /></h1>\n\n <txp:else />\n <!-- else is this an article category list? -->\n <txp:if_category>\n <h1 itemprop="name"><txp:text item="category" /> <txp:category title /></h1>\n </txp:if_category>\n </txp:if_author>\n <txp:article form="article_listing" limit="10" wraptag="ul" class="article-list" />\n </txp:if_variable>\n\n <!-- add pagination links to foot of front page/author listings/category listings if there are more articles available -->\n <txp:evaluate test="newer,older">\n <nav class="paginator" aria-label="<txp:text item="page_nav" />">\n <txp:newer rel="prev">\n <txp:text item="newer" />\n </txp:newer>\n <txp:older rel="next">\n <txp:text item="older" />\n </txp:older>\n </nav>\n </txp:evaluate>\n </txp:if_search>\n\n </main>\n\n <txp:output_form form="body_aside" />\n\n </div> <!-- /.container -->\n </div> <!-- /.wrapper -->\n\n <txp:output_form form="body_footer" />\n\n</body>\n</html>', 'four-point-nine', NULL),
('error_default', '<!DOCTYPE html>\n<html lang="<txp:lang />" dir="<txp:text item="lang_dir" />">\n\n<head>\n <meta charset="utf-8">\n <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">\n <title><txp:error_status /></title>\n\n <!-- CSS -->\n <txp:css format="link" media="" />\n <!-- ...or you can use (faster) external CSS files e.g. <link rel="stylesheet" href="<txp:page_url type="theme_path" />/styles/default.css"> -->\n\n <meta name="generator" content="Textpattern CMS">\n <meta name="robots" content="none">\n\n <!-- content feeds -->\n <txp:feed_link flavor="atom" format="link" label="Atom" />\n <txp:feed_link flavor="rss" format="link" label="RSS" />\n</head>\n\n<body class="error-page" itemscope itemtype="https://schema.org/WebPage">\n\n <txp:output_form form="body_header" />\n\n <div class="wrapper">\n <div class="container">\n\n <!-- Main content -->\n <main id="main" aria-label="<txp:text item="main_content" />">\n <h1 class="error-status"><txp:error_status /></h1>\n <p class="error-msg"><txp:error_message /></p>\n </main>\n\n <txp:output_form form="body_aside" />\n\n </div> <!-- /.container -->\n </div> <!-- /.wrapper -->\n\n <txp:output_form form="body_footer" />\n\n</body>\n</html>', 'four-point-nine', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_plugin`
--
CREATE TABLE `[[dbprefix]]txp_plugin` (
`name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`status` int(11) NOT NULL DEFAULT '1',
`author` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`author_uri` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`version` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1.0',
`description` text COLLATE utf8mb4_unicode_ci NOT NULL,
`help` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`code` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`code_restore` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`code_md5` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`textpack` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`type` int(11) NOT NULL DEFAULT '0',
`load_order` tinyint(3) unsigned NOT NULL DEFAULT '5',
`flags` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`name`(63)),
KEY `status_type_idx` (`status`,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_prefs`
--
CREATE TABLE `[[dbprefix]]txp_prefs` (
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`val` text COLLATE utf8mb4_unicode_ci NOT NULL,
`type` smallint(5) unsigned NOT NULL DEFAULT '2',
`event` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
`collection` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`html` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'text_input',
`position` smallint(5) unsigned NOT NULL DEFAULT '0',
`user_name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`name`(185),`user_name`),
KEY `name` (`name`(250)),
KEY `user_name` (`user_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `[[dbprefix]]txp_prefs`
--
INSERT INTO `[[dbprefix]]txp_prefs` VALUES
('img_dir', 'images', 0, 'admin', '', 'text_input', 20, ''),
('skin_dir', 'themes', 0, 'admin', '', 'text_input', 30, ''),
('file_base_path', '[[softpath]]/files', 0, 'admin', '', 'text_input', 40, ''),
('file_max_upload_size', '2000000', 0, 'admin', '', 'text_input', 60, ''),
('tempdir', '[[softpath]]/textpattern/tmp', 0, 'admin', '', 'text_input', 80, ''),
('plugin_cache_dir', '', 0, 'admin', '', 'text_input', 100, ''),
('smtp_from', '', 0, 'mail', '', 'text_input', 110, ''),
('publisher_email', '', 0, 'mail', '', 'text_input', 115, ''),
('override_emailcharset', '0', 0, 'mail', '', 'yesnoradio', 120, ''),
('enhanced_email', '0', 0, 'mail', '', 'enhanced_email', 150, ''),
('smtp_host', '', 0, 'mail', 'mail_enhanced', 'smtp_handler', 160, ''),
('smtp_port', '', 0, 'mail', 'mail_enhanced', 'smtp_handler', 170, ''),
('smtp_user', '', 0, 'mail', 'mail_enhanced', 'smtp_handler', 180, ''),
('smtp_pass', '', 0, 'mail', 'mail_enhanced', 'smtp_handler', 190, ''),
('smtp_sectype', '', 0, 'mail', 'mail_enhanced', 'smtp_handler', 200, ''),
('enable_xmlrpc_server', '0', 0, 'admin', '', 'yesnoradio', 130, ''),
('default_event', 'article', 0, 'admin', '', 'default_event', 150, ''),
('theme_name', 'hive', 0, 'admin', '', 'themename', 160, ''),
('module_pophelp', '1', 0, 'admin', '', 'module_pophelp', 170, ''),
('advanced_options', '0', 0, 'admin', '', 'onoffradio', 200, ''),
('comments_on_default', '0', 0, 'comments', '', 'yesnoradio', 20, ''),
('comments_default_invite', 'Comment', 0, 'comments', '', 'text_input', 40, ''),
('comments_moderate', '1', 0, 'comments', '', 'yesnoradio', 60, ''),
('comments_disabled_after', '42', 0, 'comments', '', 'weeks', 80, ''),
('comments_auto_append', '0', 0, 'comments', '', 'yesnoradio', 100, ''),
('comments_mode', '0', 0, 'comments', '', 'commentmode', 120, ''),
('comments_dateformat', '%b %d, %I:%M %p', 0, 'comments', '', 'dateformats', 140, ''),
('comments_sendmail', '0', 0, 'comments', '', 'commentsendmail', 160, ''),
('comments_are_ol', '1', 0, 'comments', '', 'yesnoradio', 180, ''),
('comment_means_site_updated', '1', 0, 'comments', '', 'yesnoradio', 200, ''),
('comments_require_name', '1', 0, 'comments', '', 'yesnoradio', 220, ''),
('comments_require_email', '1', 0, 'comments', '', 'yesnoradio', 240, ''),
('never_display_email', '1', 0, 'comments', '', 'yesnoradio', 260, ''),
('comment_nofollow', '1', 0, 'comments', '', 'yesnoradio', 280, ''),
('comments_disallow_images', '0', 0, 'comments', '', 'yesnoradio', 300, ''),
('comments_use_fat_textile', '0', 0, 'comments', '', 'yesnoradio', 320, ''),
('spam_blocklists', '', 0, 'comments', '', 'text_input', 340, ''),
('custom_1_set', 'custom1', 0, 'custom', '', 'custom_set', 1, ''),
('custom_2_set', 'custom2', 0, 'custom', '', 'custom_set', 2, ''),
('custom_3_set', '', 0, 'custom', '', 'custom_set', 3, ''),
('custom_4_set', '', 0, 'custom', '', 'custom_set', 4, ''),
('custom_5_set', '', 0, 'custom', '', 'custom_set', 5, ''),
('custom_6_set', '', 0, 'custom', '', 'custom_set', 6, ''),
('custom_7_set', '', 0, 'custom', '', 'custom_set', 7, ''),
('custom_8_set', '', 0, 'custom', '', 'custom_set', 8, ''),
('custom_9_set', '', 0, 'custom', '', 'custom_set', 9, ''),
('custom_10_set', '', 0, 'custom', '', 'custom_set', 10, ''),
('syndicate_body_or_excerpt', '1', 0, 'feeds', '', 'yesnoradio', 20, ''),
('rss_how_many', '5', 0, 'feeds', '', 'number', 40, ''),
('show_comment_count_in_feed', '1', 0, 'feeds', '', 'yesnoradio', 60, ''),
('include_email_atom', '0', 0, 'feeds', '', 'yesnoradio', 80, ''),
('use_mail_on_feeds_id', '0', 0, 'feeds', '', 'yesnoradio', 100, ''),
('articles_use_excerpts', '1', 0, 'publish', '', 'yesnoradio', 40, ''),
('allow_form_override', '1', 0, 'publish', '', 'yesnoradio', 60, ''),
('override_form_types', 'article', 0, 'publish', '', 'overrideTypes', 70, ''),
('attach_titles_to_permalinks', '1', 0, 'publish', '', 'yesnoradio', 80, ''),
('permlink_format', '1', 0, 'publish', '', 'permlink_format', 100, ''),
('send_lastmod', '1', 0, 'publish', '', 'yesnoradio', 120, ''),
('publish_expired_articles', '0', 0, 'publish', '', 'yesnoradio', 130, ''),
('use_textile', '1', 0, 'publish', '', 'pref_text', 200, ''),
('enable_short_tags', '1', 0, 'publish', '', 'yesnoradio', 230, ''),
('use_plugins', '1', 0, 'publish', '', 'yesnoradio', 260, ''),
('admin_side_plugins', '1', 0, 'publish', '', 'yesnoradio', 280, ''),
('allow_page_php_scripting', '0', 0, 'publish', '', 'yesnoradio', 300, ''),
('allow_article_php_scripting', '0', 0, 'publish', '', 'yesnoradio', 320, ''),
('max_url_len', '1000', 0, 'publish', '', 'number', 340, ''),
('blog_mail_uid', '[[blog_mail_uid]]', 2, 'publish', '', 'text_input', 0, ''),
('blog_time_uid', '2005', 2, 'publish', '', 'text_input', 0, ''),
('blog_uid', '[[blog_uid]]', 2, 'publish', '', 'text_input', 0, ''),
('dbupdatetime', '0', 2, 'publish', '', 'text_input', 0, ''),
('language', 'en', 2, 'publish', '', 'text_input', 0, ''),
('lastmod', '2005-07-23 16:24:10', 2, 'publish', '', 'text_input', 0, ''),
('locale', 'en_US.UTF-8', 2, 'publish', '', 'text_input', 0, ''),
('path_from_root', '/', 2, 'publish', '', 'text_input', 0, ''),
('path_to_site', '[[softpath]]', 2, 'publish', '', 'text_input', 0, ''),
('searchable_article_fields', 'Title, Body', 2, 'publish', '', 'text_input', 0, ''),
('textile_updated', '1', 2, 'publish', '', 'text_input', 0, ''),
('timeoffset', '0', 2, 'publish', '', 'text_input', 0, ''),
('timezone_key', '', 2, 'publish', '', 'text_input', 0, ''),
('url_mode', '1', 2, 'publish', '', 'text_input', 0, ''),
('sql_now_posted', '[[timestamp]]', 2, 'publish', '', 'text_input', 0, ''),
('sql_now_expires', '[[timestamp]]', 2, 'publish', '', 'text_input', 0, ''),
('sql_now_created', '[[timestamp]]', 2, 'publish', '', 'text_input', 0, ''),
('sql_now_date', '[[timestamp]]', 2, 'publish', '', 'text_input', 0, ''),
('version', '4.9.1', 2, 'publish', '', 'text_input', 0, ''),
('default_section', 'articles', 2, 'section', '', 'text_input', 0, ''),
('sitename', '[[site_name]]', 0, 'site', '', 'text_input', 20, ''),
('siteurl', '[[domhost]][[relativeurl]]', 0, 'site', '', 'text_input', 40, ''),
('site_slogan', '[[site_desc]]', 0, 'site', '', 'text_input', 60, ''),
('production_status', 'testing', 0, 'site', '', 'prod_levels', 80, ''),
('gmtoffset', '+0', 0, 'site', '', 'gmtoffset_select', 110, ''),
('auto_dst', '0', 0, 'site', '', 'yesnoradio', 115, ''),
('is_dst', '0', 0, 'site', '', 'is_dst', 120, ''),
('dateformat', 'since', 0, 'site', '', 'dateformats', 140, ''),
('archive_dateformat', '%b %d, %I:%M %p', 0, 'site', '', 'dateformats', 160, ''),
('permlink_mode', 'section_title', 0, 'site', '', 'permlinkmodes', 180, ''),
('trailing_slash', '0', 0, 'site', '', 'trailing_slash', 185, ''),
('doctype', 'html5', 0, 'site', '', 'doctypes', 190, ''),
('logging', 'none', 0, 'site', '', 'logging', 220, ''),
('expire_logs_after', '7', 0, 'site', '', 'number', 230, ''),
('use_comments', '0', 0, 'site', '', 'yesnoradio', 240, ''),
('txp_evaluate_functions', '', 0, 'advanced_options', '', 'text_input', 100, ''),
('custom_form_types', ';[js]\n;mediatype="application/javascript"\n;title="JavaScript"', 0, 'advanced_options', '', 'longtext_input', 200, ''),
('file_download_header', '', 0, 'advanced_options', '', 'longtext_input', 250, ''),
('secondpass', '1', 0, 'advanced_options', '', 'number', 300, ''),
('concurrent_logins', '', 0, 'advanced_options', '', 'text_input', 350, ''),
('skin_delete_from_database', '', 2, 'skin', '', 'text_input', 0, '[[admin_username]]');
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_section`
--
CREATE TABLE `[[dbprefix]]txp_section` (
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`skin` varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
`page` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`css` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`permlink_mode` varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` varchar(1023) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`in_rss` int(11) NOT NULL DEFAULT '1',
`on_frontpage` int(11) NOT NULL DEFAULT '1',
`searchable` int(11) NOT NULL DEFAULT '1',
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`dev_skin` varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`dev_page` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`dev_css` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`name`(63)),
KEY `page_skin` (`page`(50),`skin`),
KEY `css_skin` (`css`(50),`skin`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `[[dbprefix]]txp_section`
--
INSERT INTO `[[dbprefix]]txp_section` VALUES
('default', 'four-point-nine', 'default', 'default', '', '', 1, 1, 1, 'Default', '', '', ''),
('articles', 'four-point-nine', 'archive', 'default', '', '', 1, 1, 1, 'Articles', '', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_skin`
--
CREATE TABLE `[[dbprefix]]txp_skin` (
`name` varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Default',
`version` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '1.0',
`description` varchar(10240) COLLATE utf8mb4_unicode_ci DEFAULT '',
`author` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '',
`author_uri` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '',
`lastmod` datetime DEFAULT NULL,
PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `[[dbprefix]]txp_skin`
--
INSERT INTO `[[dbprefix]]txp_skin` VALUES
('four-point-nine', 'Four Point Nine', '4.9.1', 'The default theme shipped with Textpattern CMS 4.9.', 'Team Textpattern', 'https://github.com/textpattern/textpattern-default-theme', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_token`
--
CREATE TABLE `[[dbprefix]]txp_token` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`reference_id` int(11) NOT NULL,
`type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`selector` varchar(12) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`expires` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `ref_type` (`reference_id`,`type`(50))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]txp_users`
--
CREATE TABLE `[[dbprefix]]txp_users` (
`user_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`pass` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
`RealName` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`email` varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`privs` tinyint(4) NOT NULL DEFAULT '1',
`last_access` datetime DEFAULT NULL,
`nonce` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`user_id`),
UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ;
--
-- Dumping data for table `[[dbprefix]]txp_users`
--
INSERT INTO `[[dbprefix]]txp_users` VALUES
(1, '[[admin_username]]', '[[admin_pass]]', '[[admin_realname]]', '[[admin_email]]', 1, NULL, '[[nonce]]');
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;