New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | This plugin allows you to make your WordPress site accessible to logged in users only. | You have to log in to add a translation. | Details |
Original untranslated
This plugin allows you to make your WordPress site accessible to logged in users only.
You have to log in to edit this translation. |
|||
| ↑ | Authenticator | You have to log in to add a translation. | Details |
Original untranslated |
|||
| <code>authenticator_get_options</code> gives you access to the current authentication token: | You have to log in to add a translation. | Details | |
Original untranslated
<code>authenticator_get_options</code> gives you access to the current authentication token:
CommentFound in installation paragraph. You have to log in to edit this translation. |
|||
| On a multisite installation: | You have to log in to add a translation. | Details | |
Original untranslated
On a multisite installation:
CommentFound in installation paragraph. You have to log in to edit this translation. |
|||
| In a typical WordPress <code>.htaccess</code> it all looks like: | You have to log in to add a translation. | Details | |
Original untranslated
In a typical WordPress <code>.htaccess</code> it all looks like:
CommentFound in installation paragraph. You have to log in to edit this translation. |
|||
| Unzip the downloaded package. | You have to log in to add a translation. | Details | |
Original untranslated
Unzip the downloaded package.
CommentFound in installation list item. You have to log in to edit this translation. |
|||
| PHP 5.6 or later. | You have to log in to add a translation. | Details | |
Original untranslated
PHP 5.6 or later.
CommentFound in installation list item. You have to log in to edit this translation. |
|||
| WordPress version 1.5 and later. | You have to log in to add a translation. | Details | |
Original untranslated
WordPress version 1.5 and later.
CommentFound in installation list item. You have to log in to edit this translation. |
|||
| <code>authenticator_exclude_posts</code> List of post-titles which should remain public, like the follow example source to public the 'Contact'-page. | You have to log in to add a translation. | Details | |
Original untranslated
<code>authenticator_exclude_posts</code> List of post-titles which should remain public, like the follow example source to public the 'Contact'-page.
CommentFound in installation paragraph. You have to log in to edit this translation. |
|||
| <code>authenticator_exclude_ajax_actions</code> AJAX-Actions (independend of <code>_nopriv</code>) which should not be authenticated (remain open for everyone) | You have to log in to add a translation. | Details | |
Original untranslated
<code>authenticator_exclude_ajax_actions</code> AJAX-Actions (independend of <code>_nopriv</code>) which should not be authenticated (remain open for everyone)
CommentFound in installation paragraph. You have to log in to edit this translation. |
|||
| <code>authenticator_exclude_pagenows</code> Pass an array of <code>$GLOBALS[ 'pagenow' ]</code> values to it, to exclude several WordPress pages from redirecting to the login page. | You have to log in to add a translation. | Details | |
Original untranslated
<code>authenticator_exclude_pagenows</code> Pass an array of <code>$GLOBALS[ 'pagenow' ]</code> values to it, to exclude several WordPress pages from redirecting to the login page.
CommentFound in installation paragraph. You have to log in to edit this translation. |
|||
| <?php↵ add_filter( 'authenticator_bypass_feed_auth', '__return_true' ); | You have to log in to add a translation. | Details | |
Original untranslated
<?php↵
add_filter( 'authenticator_bypass_feed_auth', '__return_true' );
CommentFound in installation paragraph. You have to log in to edit this translation. |
|||
| <code>authenticator_bypass_feed_auth</code> gives you the possibility to open the feeds for everyone. No authentication will be required then. | You have to log in to add a translation. | Details | |
Original untranslated
<code>authenticator_bypass_feed_auth</code> gives you the possibility to open the feeds for everyone. No authentication will be required then.
CommentFound in installation paragraph. You have to log in to edit this translation. |
|||
| <?php↵ add_filter( 'authenticator_bypass', '__return_true' ); | You have to log in to add a translation. | Details | |
Original untranslated
<?php↵
add_filter( 'authenticator_bypass', '__return_true' );
CommentFound in installation paragraph. You have to log in to edit this translation. |
|||
| <code>authenticator_bypass</code> gives you the possibility to completely bypass the authentication. No authentication will be required then. | You have to log in to add a translation. | Details | |
Original untranslated
<code>authenticator_bypass</code> gives you the possibility to completely bypass the authentication. No authentication will be required then.
CommentFound in installation paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.