Prio | Original string | Translation | — |
---|---|---|---|
↑ | Security against brute force attacks by tracking IP, name, password; requiring very strong passwords. Idle timeout. Maintenance mode lockdown. | You have to log in to add a translation. | Details |
Original untranslated
Security against brute force attacks by tracking IP, name, password; requiring very strong passwords. Idle timeout. Maintenance mode lockdown.
You have to log in to edit this translation. Meta |
|||
↑ | Login Security Solution | You have to log in to add a translation. | Details |
Original untranslatedMeta |
|||
<p>Password Lists</p> <ul> <li><a href="http://dazzlepod.com/site_media/txt/passwords.txt">Dazzlepod Password List</a>, Dazzlepod | You have to log in to add a translation. | Details | |
Original untranslated
<p>Password Lists</p>↵
↵
<ul>↵
<li><a href="http://dazzlepod.com/site_media/txt/passwords.txt">Dazzlepod Password List</a>, Dazzlepod
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
<p>Technical Info</p> <ul> <li><a href="http://doc.infosnel.nl/extreme_utf-8.html">The Extreme UTF-8 Table</a>, infosnel.nl | You have to log in to add a translation. | Details | |
Original untranslated
<p>Technical Info</p>↵
↵
<ul>↵
<li><a href="http://doc.infosnel.nl/extreme_utf-8.html">The Extreme UTF-8 Table</a>, infosnel.nl
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
<p>This plugin offers the ability to remove all of this plugin's settings from your database. Go to WordPress' "Plugins" admin interface and click the "Settings" link for this plugin. In the "Deactivate" entry, click the "Yes, delete the damn data" button and save the form.</p> | You have to log in to add a translation. | Details | |
Original untranslated
<p>This plugin offers the ability to remove all of this plugin's settings↵
from your database. Go to WordPress' "Plugins" admin interface and↵
click the "Settings" link for this plugin. In the "Deactivate" entry,↵
click the "Yes, delete the damn data" button and save the form.</p>
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
<p>Finally, to update the <code>.mo</code> files for testing or release:</p> <ol> <li><code>./makemos.sh</code> | You have to log in to add a translation. | Details | |
Original untranslated
<p>Finally, to update the <code>.mo</code> files for testing or release:</p>↵
↵
<ol>↵
<li><code>./makemos.sh</code>
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
<p>Then, bringing the <code>.po</code> files up to date is as easy as:</p> <ol> <li><code>./updatepos.sh</code> | You have to log in to add a translation. | Details | |
Original untranslated
<p>Then, bringing the <code>.po</code> files up to date is as easy as:</p>↵
↵
<ol>↵
<li><code>./updatepos.sh</code>
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
<p>So, now you'll have:</p> <pre><code>parent dir |- login-security-solution/ |- makepot/ </code></pre> | You have to log in to add a translation. | Details | |
Original untranslated
<p>So, now you'll have:</p>↵
↵
<pre><code>parent dir↵
|- login-security-solution/↵
|- makepot/↵
</code></pre>
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
<p>To update the <code>.pot</code> file:</p> <ol> <li><p>WordPress' <code>makepot</code> utility directory should be in the same directory as the <code>login-security-solution</code> directory. If you don't have this setup, here's what to do:</p> <ul> <li>cd into the directory above this one. | You have to log in to add a translation. | Details | |
Original untranslated
<p>To update the <code>.pot</code> file:</p>↵
↵
<ol>↵
<li><p>WordPress' <code>makepot</code> utility directory should be in the same directory↵
as the <code>login-security-solution</code> directory. If you don't have this↵
setup, here's what to do:</p>↵
↵
<ul>↵
<li>cd into the directory above this one.
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
<p>To start a new translation:</p> <pre><code>cd languages # Adjust "lc" to your language code. # Adjust "CC" to your country code. cp login-security-solution.pot login-security-solution-lc_CC.po # Edit the new login-security-solution-lc_CC.po file. </code></pre> | You have to log in to add a translation. | Details | |
Original untranslated
<p>To start a new translation:</p>↵
↵
<pre><code>cd languages↵
↵
# Adjust "lc" to your language code.↵
# Adjust "CC" to your country code.↵
cp login-security-solution.pot login-security-solution-lc_CC.po↵
↵
# Edit the new login-security-solution-lc_CC.po file.↵
</code></pre>
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
Do NOT translate items that have a comment above them saying <code>Translation from WordPress. DO NOT TRANSLATE IT IN THIS PLUGIN.</code> When starting a new translation, please take a look at an existing <code>.po</code> file to see which strings they are. Those phrases are already translated in WordPress' core. Leaving them untranslated here ensures consistency with the rest of WordPress. | You have to log in to add a translation. | Details | |
Original untranslated
Do NOT translate items that have a comment above them saying↵
<code>Translation from WordPress. DO NOT TRANSLATE IT IN THIS PLUGIN.</code>↵
When starting a new translation, please take a look at an existing↵
<code>.po</code> file to see which strings they are. Those phrases are already↵
translated in WordPress' core. Leaving them untranslated here ensures↵
consistency with the rest of WordPress.
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
<strong>Run <code>git diff</code> before all commits.</strong> Ensure only expected changes are being made. | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Run <code>git diff</code> before all commits.</strong> Ensure only expected changes↵
are being made.
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
When translating a new feature, please make that one commit. If other parts of the translation need updating, please make them in a separate commit. | You have to log in to add a translation. | Details | |
Original untranslated
When translating a new feature, please make that one commit. If other↵
parts of the translation need updating, please make them in a separate↵
commit.
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
Translation commits and pull requests should <strong>only</strong> touch the <code>.po</code> file. If you have other changes you wish to see made, please do so via separate commits in separate pull requests. | You have to log in to add a translation. | Details | |
Original untranslated
Translation commits and pull requests should <strong>only</strong> touch the <code>.po</code>↵
file. If you have other changes you wish to see made, please do so↵
via separate commits in separate pull requests.
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
<strong>Do not</strong> commit the <code>.mo</code> files! They get created as part of the release process. | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Do not</strong> commit the <code>.mo</code> files! They get created as part of the↵
release process.
CommentFound in faq list item. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.