<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[2374] 2013/codebykat/post-by-email/trunk: Generated POT file for translations, fixed unicode character bug</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://gsoc.trac.wordpress.org/changeset/2374">2374</a></dd>
<dt>Author</dt> <dd>codebykat</dd>
<dt>Date</dt> <dd>2013-09-23 13:02:04 +0000 (Mon, 23 Sep 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Generated POT file for translations, fixed unicode character bug</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#2013codebykatpostbyemailtrunkclasspostbyemailphp">2013/codebykat/post-by-email/trunk/class-post-by-email.php</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#2013codebykatpostbyemailtrunklangpostbyemailpot">2013/codebykat/post-by-email/trunk/lang/post-by-email.pot</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="2013codebykatpostbyemailtrunkclasspostbyemailphp"></a>
<div class="modfile"><h4>Modified: 2013/codebykat/post-by-email/trunk/class-post-by-email.php (2373 => 2374)</h4>
<pre class="diff"><span>
<span class="info">--- 2013/codebykat/post-by-email/trunk/class-post-by-email.php       2013-09-23 12:51:25 UTC (rev 2373)
+++ 2013/codebykat/post-by-email/trunk/class-post-by-email.php  2013-09-23 13:02:04 UTC (rev 2374)
</span><span class="lines">@@ -678,6 +678,9 @@
</span><span class="cx">          $content = strip_tags( $content, '<img><p><br><i><b><u><em><strong><strike><font><span><div><style><a>' );
</span><span class="cx">          $content = trim( $content );
</span><span class="cx"> 
</span><ins>+               // fix for &nbsp; which get turned into unicode and destroy everything
+               $content = str_replace( chr( 0xA0 ), ' ', $content );
+
</ins><span class="cx">           return $content;
</span><span class="cx">  }
</span><span class="cx"> 
</span></span></pre></div>
<a id="2013codebykatpostbyemailtrunklangpostbyemailpot"></a>
<div class="addfile"><h4>Added: 2013/codebykat/post-by-email/trunk/lang/post-by-email.pot (0 => 2374)</h4>
<pre class="diff"><span>
<span class="info">--- 2013/codebykat/post-by-email/trunk/lang/post-by-email.pot                                (rev 0)
+++ 2013/codebykat/post-by-email/trunk/lang/post-by-email.pot   2013-09-23 13:02:04 UTC (rev 2374)
</span><span class="lines">@@ -0,0 +1,275 @@
</span><ins>+# Copyright (C) 2013 Post By Email
+# This file is distributed under the same license as the Post By Email package.
+msgid ""
+msgstr ""
+"Project-Id-Version: Post By Email 1.0.4\n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/post-by-email\n"
+"POT-Creation-Date: 2013-09-23 13:00:26+00:00\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"PO-Revision-Date: 2013-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+
+#: class-post-by-email-admin.php:119
+msgid "Could not save protocol: must be POP3 or IMAP."
+msgstr ""
+
+#: class-post-by-email-admin.php:131
+msgid "Could not save port number: invalid number."
+msgstr ""
+
+#: class-post-by-email-admin.php:143
+msgid "Could not save default category: category not found."
+msgstr ""
+
+#: class-post-by-email-admin.php:157
+msgid "Please enter a security PIN to enable PIN authentication."
+msgstr ""
+
+#: class-post-by-email-admin.php:166
+msgid "Error: PIN cannot contain shortcode delimiters."
+msgstr ""
+
+#. #-#-#-#-#  plugin.pot (Post By Email 1.0.4)  #-#-#-#-#
+#. Plugin Name of the plugin/theme
+#: class-post-by-email-admin.php:218 class-post-by-email-admin.php:219
+msgid "Post By Email"
+msgstr ""
+
+#: class-post-by-email-admin.php:235
+msgid "For more information:"
+msgstr ""
+
+#: class-post-by-email-admin.php:236
+msgid "Installation"
+msgstr ""
+
+#: class-post-by-email-admin.php:237
+msgid "Usage"
+msgstr ""
+
+#: class-post-by-email-admin.php:238
+msgid "Support Forums"
+msgstr ""
+
+#: class-post-by-email.php:229
+msgid "Please wait %s to check mail again!"
+msgstr ""
+
+#: class-post-by-email.php:264
+msgid "There doesn&#8217;t seem to be any new mail."
+msgstr ""
+
+#: class-post-by-email.php:269
+msgid "Found 1 new message."
+msgid_plural "Found %s new messages."
+msgstr[0] ""
+msgstr[1] ""
+
+#: class-post-by-email.php:300
+msgid "No author match for %s (Subject: %s); skipping."
+msgstr ""
+
+#: class-post-by-email.php:347
+msgid "failed PIN authentication; discarding."
+msgstr ""
+
+#: class-post-by-email.php:438
+msgid "(no title)"
+msgstr ""
+
+#: class-post-by-email.php:443
+msgid " (pending)"
+msgstr ""
+
+#: class-post-by-email.php:446
+msgid "Posted:"
+msgstr ""
+
+#: class-post-by-email.php:496 class-post-by-email.php:535
+#: class-post-by-email.php:789
+msgid "An error occurred: "
+msgstr ""
+
+#: views/admin.php:21
+msgid "Your settings have been saved."
+msgstr ""
+
+#: views/admin.php:29
+msgid "Basic Settings"
+msgstr ""
+
+#: views/admin.php:32
+msgid "Mailbox Details"
+msgstr ""
+
+#: views/admin.php:35
+msgid "Security"
+msgstr ""
+
+#: views/admin.php:38
+msgid "Activity Log"
+msgstr ""
+
+#: views/admin.php:50
+msgid ""
+"To post to WordPress by e-mail you must set up a special-purpose e-mail "
+"account\n"
+"\t\t\t\t\t\twith IMAP or POP3 access. Any mail received at this address will "
+"be posted, so it's\n"
+"\t\t\t\t\t\ta good idea to keep this address very secret.  For an extra "
+"level of security, enable\n"
+"\t\t\t\t\t\tPIN-based authentication under the Security tab."
+msgstr ""
+
+#: views/admin.php:62
+msgid "Mail Server"
+msgstr ""
+
+#: views/admin.php:68
+msgid "The address of the incoming mail server (IMAP or POP3)."
+msgstr ""
+
+#: views/admin.php:75
+msgid "Login Name"
+msgstr ""
+
+#: views/admin.php:85
+msgid "Password"
+msgstr ""
+
+#: views/admin.php:95
+msgid "Default Mail Category"
+msgstr ""
+
+#: views/admin.php:117
+msgid ""
+"Configure the details of your mailbox connection.  The default settings "
+"should work with most email accounts, but if your mail server differs, you "
+"can enter it here."
+msgstr ""
+
+#: views/admin.php:123
+msgid "Protocol"
+msgstr ""
+
+#: views/admin.php:136
+msgid "Port"
+msgstr ""
+
+#: views/admin.php:142
+msgid ""
+"Common port numbers: 143 (IMAP), 993 (IMAP/SSL), 110 (POP3), 995 (POP3/SSL)."
+msgstr ""
+
+#: views/admin.php:149
+msgid "Always use secure connection (SSL)?"
+msgstr ""
+
+#: views/admin.php:159
+msgid "Delete messages after posting?"
+msgstr ""
+
+#: views/admin.php:164
+msgid ""
+"Uncheck this box to mark messages as read instead of deleting (requires "
+"IMAP)."
+msgstr ""
+
+#: views/admin.php:170
+msgid "Reset to Defaults"
+msgstr ""
+
+#: views/admin.php:177
+msgid ""
+"If you do not require a PIN to create a new post, anyone who knows your "
+"email address and the address of your Post By Email inbox will be able to "
+"post to this blog."
+msgstr ""
+
+#: views/admin.php:183
+msgid ""
+"Once you have enabled PIN-based authentication, include the PIN in your "
+"email with a shortcode.  Emails that do not include the correct PIN will be "
+"discarded."
+msgstr ""
+
+#: views/admin.php:187
+msgid "Example:"
+msgstr ""
+
+#: views/admin.php:194
+msgid "Require a PIN to post?"
+msgstr ""
+
+#: views/admin.php:204
+msgid "PIN"
+msgstr ""
+
+#: views/admin.php:209
+msgid "Generate"
+msgstr ""
+
+#: views/admin.php:215
+msgid "What should be done with posts from unrecognized emails?"
+msgstr ""
+
+#: views/admin.php:220
+msgid "Save as drafts"
+msgstr ""
+
+#: views/admin.php:221
+msgid "Discard them"
+msgstr ""
+
+#: views/admin.php:224
+msgid ""
+"Any messages received from email addresses registered to WordPress users "
+"will be posted (set to pending if they don't have the publish posts "
+"capability).  For emails that don't match a user in the system, you can "
+"choose to skip the message or post it as a pending draft."
+msgstr ""
+
+#: views/admin.php:243
+msgid "Last checked for new mail:"
+msgstr ""
+
+#: views/admin.php:251
+msgid "Never"
+msgstr ""
+
+#: views/admin.php:254
+msgid "Next scheduled check:"
+msgstr ""
+
+#: views/admin.php:263
+msgid "Check now"
+msgstr ""
+
+#: views/admin.php:269
+msgid "Clear Log"
+msgstr ""
+
+#: views/admin.php:275
+msgid "Log Messages"
+msgstr ""
+
+#. Plugin URI of the plugin/theme
+msgid "http://codebykat.wordpress.com"
+msgstr ""
+
+#. Description of the plugin/theme
+msgid ""
+"Create new posts on your WordPress blog by sending email to a specific email "
+"address."
+msgstr ""
+
+#. Author of the plugin/theme
+msgid "Kat Hagan"
+msgstr ""
+
+#. Author URI of the plugin/theme
+msgid "http://profiles.wordpress.org/codebykat"
+msgstr ""
</ins></span></pre>
</div>
</div>

</body>
</html>