<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[URL Blacklist — lang/post 1.3.x]]></title>
	<link rel="self" href="http://www.keydogbb.info/feed-atom-topic98.xml"/>
	<updated>2011-12-30T14:25:59Z</updated>
	<generator>PunBB</generator>
	<id>http://keydogbb.info/topic98-langpost-13x.html</id>
		<entry>
			<title type="html"><![CDATA[lang/post 1.3.x]]></title>
			<link rel="alternate" href="http://keydogbb.info/post303.html#p303"/>
			<content type="html"><![CDATA[<div class="codebox"><pre><code>&lt;?php

// Language definitions used in post.php and edit.php
$lang_post = array(

// Post validation stuff (many are similar to those in edit.php)
&#039;No subject&#039;            =&gt;    &#039;Topics must contain a subject.&#039;,
&#039;Too long subject&#039;        =&gt;    &#039;Subjects cannot be longer than 70 characters.&#039;,
&#039;All caps subject&#039;        =&gt;    &#039;Subjects cannot contain only capital letters.&#039;,
&#039;No message&#039;            =&gt;    &#039;You must enter a message.&#039;,
&#039;Too long message&#039;        =&gt;    &#039;Your post length is %s bytes. This exceeds the %s bytes limit.&#039;,
&#039;All caps message&#039;        =&gt;    &#039;Posts cannot contain only capital letters.&#039;,
&#039;CSRF token mismatch&#039;    =&gt;    &#039;Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you posted the form. Clicking &quot;Submit&quot; again should solve the problem.&#039;,
&#039;Invalid e-mail&#039;        =&gt;    &#039;The e-mail address you entered is invalid.&#039;,

// Posting
&#039;Compose your reply&#039;    =&gt;    &#039;Compose and post your new reply&#039;,
&#039;Compose your topic&#039;    =&gt;    &#039;Compose and post your new topic&#039;,
&#039;Compose edited reply&#039;    =&gt;    &#039;Compose and post your edited reply&#039;,
&#039;Compose edited topic&#039;    =&gt;    &#039;Compose and post your edited topic&#039;,
&#039;Guest post legend&#039;        =&gt;    &#039;Required information for guests&#039;,
&#039;Post errors&#039;            =&gt;    &#039;&lt;strong&gt;Warning!&lt;/strong&gt; The following errors must be corrected before your message can be posted:&#039;,
&#039;Guest name&#039;            =&gt;    &#039;Guest name&#039;,    // For guests (instead of Username)
&#039;Guest e-mail&#039;            =&gt;    &#039;Guest e-mail&#039;,
&#039;Post redirect&#039;            =&gt;    &#039;Post entered. Redirecting…&#039;,
&#039;Post reply&#039;            =&gt;    &#039;Post new reply&#039;,
&#039;Post new topic&#039;        =&gt;    &#039;Post new topic&#039;,
&#039;Topic subject&#039;            =&gt;    &#039;Topic subject&#039;,
&#039;Write message&#039;            =&gt;    &#039;Write message&#039;,
&#039;Hide smilies&#039;            =&gt;    &#039;Never show smilies as icons (images) for this post.&#039;,
&#039;Subscribe&#039;                =&gt;    &#039;Subscribe to this topic.&#039;,
&#039;Stay subscribed&#039;        =&gt;    &#039;Stay subscribed to this topic.&#039;,
&#039;Topic review&#039;            =&gt;    &#039;Topic review (newest first)&#039;,
&#039;Flood&#039;                    =&gt;    &#039;At least %s seconds have to pass between posts. Please wait a while and try posting again.&#039;,
&#039;Permalink post&#039;        =&gt;    &#039;Permanent link to this post&#039;,
&#039;Post settings&#039;            =&gt;    &#039;Optional post settings&#039;,
&#039;Preview reply&#039;            =&gt;    &#039;Preview your new reply&#039;,
&#039;Preview new topic&#039;        =&gt;    &#039;Preview your new topic&#039;,
&#039;Preview reply&#039;            =&gt;    &#039;Preview reply&#039;, // For preview button
&#039;Preview topic&#039;            =&gt;    &#039;Preview topic&#039;, // For preview button
&#039;Submit reply&#039;            =&gt;    &#039;Submit reply&#039;, // For submit button
&#039;Submit topic&#039;            =&gt;    &#039;Submit topic&#039;, // For submit button
&#039;Post byline&#039;            =&gt;    &#039;&lt;span&gt;Post by &lt;/span&gt;%s&#039;,
&#039;Topic byline&#039;            =&gt;    &#039;&lt;span&gt;Topic by &lt;/span&gt;%s&#039;,
&#039;Reply byline&#039;            =&gt;    &#039;&lt;span&gt;Reply by &lt;/span&gt;%s&#039;,
&#039;Post posted&#039;            =&gt;    &#039;&lt;span&gt;Posted &lt;/span&gt;%s&#039;,




// Edit post
&#039;Edit post legend&#039;        =&gt;    &#039;Edit message&#039;,
&#039;Edit topic&#039;            =&gt;    &#039;Edit topic&#039;,
&#039;Edit reply&#039;            =&gt;    &#039;Edit reply&#039;,
&#039;Silent edit&#039;            =&gt;    &#039;Silent edit (don\&#039;t display &quot;Last edited by…&quot; in topic view for this edit).&#039;,
&#039;Preview edited topic&#039;    =&gt;    &#039;Preview of your edited topic&#039;,
&#039;Preview edited reply&#039;    =&gt;    &#039;Preview of your edited reply&#039;,
&#039;Edit redirect&#039;            =&gt;    &#039;Post updated. Redirecting…&#039;

);</code></pre></div>]]></content>
			<author>
				<name><![CDATA[KeyDog]]></name>
				<uri>http://keydogbb.info/user2.html</uri>
			</author>
			<updated>2011-12-30T14:25:59Z</updated>
			<id>http://keydogbb.info/post303.html#p303</id>
		</entry>
</feed>

