Version Description
- Added
password_protected_login_password_title
filter to allow customizing the "Password" label on the login form. Props Jeremy Herve. - Fix stray "and" in readme. Props Viktor Szpe.
- Update Portuguese translation. Props Jonathan Hult.
- Update Russian translation. Props Alexey Chumakov.
Download this release
Release Info
Developer | husobj |
Plugin | Password Protected |
Version | 2.2.5 |
Comparing to | |
See all releases |
Code changes from version 2.2.4 to 2.2.5
- CHANGELOG.md +12 -2
- README.md +11 -10
- admin/admin-bar.php +1 -1
- languages/password-protected-pt_PT.mo +0 -0
- languages/password-protected-pt_PT.po +291 -98
- languages/password-protected-ru_RU.mo +0 -0
- languages/password-protected-ru_RU.po +254 -77
- languages/password-protected.pot +144 -89
- password-protected.php +4 -4
- readme.txt +25 -14
- theme/password-protected-login.php +2 -2
CHANGELOG.md
CHANGED
@@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
4 |
|
5 |
## [Unreleased]
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
## [2.2.4] - 2019-02-22
|
8 |
|
9 |
### Fixed
|
@@ -131,7 +141,6 @@ Check that `$_SERVER['REMOTE_ADDR']` is set.
|
|
131 |
|
132 |
### Added
|
133 |
- Added 'password_protected_theme_file' filter to allow custom login templates.
|
134 |
-
- It's now really easy to contribute to the translation of this plugin via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/).
|
135 |
- Add option to allow logged in users.
|
136 |
|
137 |
## [1.6.2] - 2014-01-10
|
@@ -217,7 +226,8 @@ Check that `$_SERVER['REMOTE_ADDR']` is set.
|
|
217 |
### Added
|
218 |
- First Release. If you spot any bugs or issues please [log them here](https://github.com/benhuson/password-protected/issues).
|
219 |
|
220 |
-
[Unreleased]: https://github.com/benhuson/password-protected/compare/2.2.
|
|
|
221 |
[2.2.4]: https://github.com/benhuson/password-protected/compare/2.2.3...2.2.4
|
222 |
[2.2.3]: https://github.com/benhuson/password-protected/compare/2.2.2...2.2.3
|
223 |
[2.2.2]: https://github.com/benhuson/password-protected/compare/2.2.1...2.2.2
|
4 |
|
5 |
## [Unreleased]
|
6 |
|
7 |
+
## [2.2.5] - 2019-06-04
|
8 |
+
|
9 |
+
### Added
|
10 |
+
- Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form. Props [Jeremy Herve](https://github.com/jeherve).
|
11 |
+
|
12 |
+
### Changed
|
13 |
+
- Fix stray "and" in readme. Props [Viktor Szépe](https://github.com/szepeviktor).
|
14 |
+
- Update Portuguese translation. Props [Jonathan Hult](https://github.com/jhult).
|
15 |
+
- Update Russian translation. Props [Alexey Chumakov](https://github.com/achumakov).
|
16 |
+
|
17 |
## [2.2.4] - 2019-02-22
|
18 |
|
19 |
### Fixed
|
141 |
|
142 |
### Added
|
143 |
- Added 'password_protected_theme_file' filter to allow custom login templates.
|
|
|
144 |
- Add option to allow logged in users.
|
145 |
|
146 |
## [1.6.2] - 2014-01-10
|
226 |
### Added
|
227 |
- First Release. If you spot any bugs or issues please [log them here](https://github.com/benhuson/password-protected/issues).
|
228 |
|
229 |
+
[Unreleased]: https://github.com/benhuson/password-protected/compare/2.2.5...HEAD
|
230 |
+
[2.2.5]: https://github.com/benhuson/password-protected/compare/2.2.4...2.2.5
|
231 |
[2.2.4]: https://github.com/benhuson/password-protected/compare/2.2.3...2.2.4
|
232 |
[2.2.3]: https://github.com/benhuson/password-protected/compare/2.2.2...2.2.3
|
233 |
[2.2.2]: https://github.com/benhuson/password-protected/compare/2.2.1...2.2.2
|
README.md
CHANGED
@@ -3,23 +3,22 @@ Password Protected
|
|
3 |
|
4 |
A very simple way to quickly password protect your WordPress site with a single password.
|
5 |
|
6 |
-
This plugin only protects your WordPress content. It **does not protect
|
7 |
|
8 |
Features include:
|
9 |
|
10 |
- Password protect your WordPress site with a single password.
|
11 |
- Option to allow access to feeds.
|
12 |
- Option to allow administrators access without entering password.
|
13 |
-
- Works with Mark Jaquith's [Login Logo](
|
14 |
-
- Works with the [Uber Login Logo](
|
15 |
|
16 |
> Please note, this plugin works by setting a cookie to allow access to the site. If you are using a caching plugin or web hosting such as WP Engine that has in-built caching, you will need to configure the caching service to be disabled if the Password Protected cookie is set.
|
17 |
|
18 |
Translations
|
19 |
------------
|
20 |
|
21 |
-
If you would like to translate this plugin you can easily contribute
|
22 |
-
More instructions can be found at [wp-translations.org](http://wp-translations.org/translators-wp-translations/)
|
23 |
|
24 |
Installation
|
25 |
------------
|
@@ -38,8 +37,8 @@ If you are upgrading manually via FTP rather that through the WordPress automati
|
|
38 |
Frequently Asked Questions
|
39 |
--------------------------
|
40 |
|
41 |
-
__How can I change the
|
42 |
-
Install and configure the [Login Logo](
|
43 |
|
44 |
__How can I enable feeds while the site is password protected?__
|
45 |
In the settings, check the 'Allow Feeds' checkbox.
|
@@ -65,12 +64,14 @@ __How can I contribute?__
|
|
65 |
If you can, please [fork the code](https://github.com/benhuson/password-protected) and submit a pull request via GitHub. If you're not comfortable using Git, then please just submit it to the issues link above.
|
66 |
|
67 |
__How can I translate this plugin?__
|
68 |
-
If you would like to translate this plugin you can easily contribute
|
69 |
-
More instructions can be found at [wp-translations.org](http://wp-translations.org/translators-wp-translations/)
|
70 |
|
71 |
Upgrade Notice
|
72 |
--------------
|
73 |
|
|
|
|
|
|
|
74 |
### 2.2.4
|
75 |
Check that `$_SERVER['REMOTE_ADDR']` is set.
|
76 |
|
@@ -114,7 +115,7 @@ Added 'password_protected_login_redirect' filter.
|
|
114 |
Fix login template compatibility for WordPress 3.9
|
115 |
|
116 |
### 1.7
|
117 |
-
Added 'password_protected_theme_file' filter and option to allow logged in users.
|
118 |
|
119 |
### 1.6.2
|
120 |
Allow redirection to a different URL when logging out.
|
3 |
|
4 |
A very simple way to quickly password protect your WordPress site with a single password.
|
5 |
|
6 |
+
This plugin only protects your WordPress generated content. It **does not protect images or uploaded files** so if you enter and exact URL to in image file it will still be accessible.
|
7 |
|
8 |
Features include:
|
9 |
|
10 |
- Password protect your WordPress site with a single password.
|
11 |
- Option to allow access to feeds.
|
12 |
- Option to allow administrators access without entering password.
|
13 |
+
- Works with Mark Jaquith's [Login Logo](https://wordpress.org/plugins/login-logo/) plugin.
|
14 |
+
- Works with the [Uber Login Logo](https://wordpress.org/plugins/uber-login-logo/) plugin.
|
15 |
|
16 |
> Please note, this plugin works by setting a cookie to allow access to the site. If you are using a caching plugin or web hosting such as WP Engine that has in-built caching, you will need to configure the caching service to be disabled if the Password Protected cookie is set.
|
17 |
|
18 |
Translations
|
19 |
------------
|
20 |
|
21 |
+
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via WordPress.
|
|
|
22 |
|
23 |
Installation
|
24 |
------------
|
37 |
Frequently Asked Questions
|
38 |
--------------------------
|
39 |
|
40 |
+
__How can I change the WordPress logo to a different image?__
|
41 |
+
Install and configure the [Login Logo](https://wordpress.org/plugins/login-logo/) plugin by Mark Jaquith or the [Uber Login Logo](https://wordpress.org/plugins/uber-login-logo/) plugin. This will change the logo on your password entry page AND also your admin login page.
|
42 |
|
43 |
__How can I enable feeds while the site is password protected?__
|
44 |
In the settings, check the 'Allow Feeds' checkbox.
|
64 |
If you can, please [fork the code](https://github.com/benhuson/password-protected) and submit a pull request via GitHub. If you're not comfortable using Git, then please just submit it to the issues link above.
|
65 |
|
66 |
__How can I translate this plugin?__
|
67 |
+
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via WordPress.
|
|
|
68 |
|
69 |
Upgrade Notice
|
70 |
--------------
|
71 |
|
72 |
+
### 2.2.5
|
73 |
+
Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form.
|
74 |
+
|
75 |
### 2.2.4
|
76 |
Check that `$_SERVER['REMOTE_ADDR']` is set.
|
77 |
|
115 |
Fix login template compatibility for WordPress 3.9
|
116 |
|
117 |
### 1.7
|
118 |
+
Added 'password_protected_theme_file' filter and option to allow logged in users.
|
119 |
|
120 |
### 1.6.2
|
121 |
Allow redirection to a different URL when logging out.
|
admin/admin-bar.php
CHANGED
@@ -41,7 +41,7 @@ class Admin_Bar {
|
|
41 |
|
42 |
$wp_admin_bar->add_menu( array(
|
43 |
'id' => 'password_protected',
|
44 |
-
'title' =>
|
45 |
'href' => self::get_toolbar_item_url(),
|
46 |
'meta' => array(
|
47 |
'title' => self::get_toolbar_item_title()
|
41 |
|
42 |
$wp_admin_bar->add_menu( array(
|
43 |
'id' => 'password_protected',
|
44 |
+
'title' => '',
|
45 |
'href' => self::get_toolbar_item_url(),
|
46 |
'meta' => array(
|
47 |
'title' => self::get_toolbar_item_title()
|
languages/password-protected-pt_PT.mo
CHANGED
Binary file
|
languages/password-protected-pt_PT.po
CHANGED
@@ -1,174 +1,367 @@
|
|
1 |
# Copyright (C) 2013 Password Protected
|
2 |
# This file is distributed under the same license as the Password Protected package.
|
3 |
-
# Translators:
|
4 |
-
# alfalb.as, 2015
|
5 |
-
# Júlio Reis <webmaster@arocha.org>, 2014
|
6 |
-
# Lídia Martins <javasoficial1@gmail.com>, 2015
|
7 |
-
# rtbfreitas, 2014
|
8 |
-
# Júlio Reis <webmaster@arocha.org>, 2014
|
9 |
msgid ""
|
10 |
msgstr ""
|
11 |
"Project-Id-Version: Password Protected\n"
|
12 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
|
13 |
-
"POT-Creation-Date:
|
14 |
-
"PO-Revision-Date:
|
15 |
-
"Last-Translator:
|
16 |
-
"Language-Team:
|
|
|
17 |
"MIME-Version: 1.0\n"
|
18 |
"Content-Type: text/plain; charset=UTF-8\n"
|
19 |
"Content-Transfer-Encoding: 8bit\n"
|
20 |
-
"Language: pt_PT\n"
|
21 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
22 |
-
"X-Generator: Poedit
|
23 |
-
"X-Poedit-
|
24 |
-
"X-Poedit-KeywordsList: __;_e;
|
25 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
-
|
|
|
28 |
msgid "Password Protected"
|
29 |
-
msgstr "
|
30 |
|
31 |
-
#:
|
32 |
msgid "Password Protected Settings"
|
33 |
-
msgstr "Definições
|
34 |
|
35 |
-
#:
|
36 |
msgid "Save Changes"
|
37 |
msgstr "Guardar alterações"
|
38 |
|
39 |
-
#:
|
40 |
-
msgid "
|
41 |
-
|
|
|
|
|
|
|
|
|
42 |
|
43 |
-
#:
|
44 |
-
msgid "
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
-
#:
|
48 |
-
msgid "
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
-
#:
|
52 |
msgid "Password Protected Status"
|
53 |
msgstr "Estado do Password Protected"
|
54 |
|
55 |
-
#:
|
56 |
msgid "Protected Permissions"
|
57 |
msgstr "Permissões protegidas"
|
58 |
|
59 |
-
#:
|
60 |
msgid "New Password"
|
61 |
-
msgstr "Nova
|
62 |
|
63 |
-
#:
|
64 |
msgid "Allow IP Addresses"
|
65 |
-
msgstr ""
|
66 |
|
67 |
-
#:
|
68 |
-
msgid "
|
69 |
-
|
|
|
|
|
|
|
|
|
70 |
|
71 |
-
#:
|
72 |
msgid "New password not saved. Password fields did not match."
|
73 |
-
msgstr "A nova senha não foi guardada
|
74 |
|
75 |
-
#:
|
76 |
msgid "New password saved."
|
77 |
-
msgstr "
|
78 |
|
79 |
-
#:
|
80 |
-
msgid "
|
81 |
-
|
|
|
|
|
|
|
|
|
82 |
|
83 |
-
#:
|
84 |
-
msgid "
|
85 |
-
|
|
|
|
|
|
|
|
|
86 |
|
87 |
-
#:
|
88 |
msgid "Enabled"
|
89 |
-
msgstr "
|
90 |
|
91 |
-
#:
|
92 |
msgid "Allow Administrators"
|
93 |
-
msgstr "Permitir
|
94 |
|
95 |
-
#:
|
96 |
msgid "Allow Logged In Users"
|
97 |
-
msgstr "Permitir
|
98 |
|
99 |
-
#:
|
100 |
msgid "Allow RSS Feeds"
|
101 |
-
msgstr "Permitir
|
102 |
|
103 |
-
#:
|
104 |
-
msgid "
|
105 |
-
|
|
|
|
|
|
|
|
|
106 |
|
107 |
-
#:
|
108 |
msgid "Type your new password again."
|
109 |
-
msgstr "
|
110 |
|
111 |
-
#:
|
112 |
-
msgid "Enter one IP address per line"
|
113 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
114 |
|
115 |
-
#:
|
116 |
msgid "http://github.com/benhuson/password-protected"
|
117 |
msgstr "http://github.com/benhuson/password-protected"
|
118 |
|
119 |
-
#:
|
120 |
msgid "GitHub"
|
121 |
msgstr "GitHub"
|
122 |
|
123 |
-
#:
|
124 |
-
msgid "
|
125 |
-
|
|
|
|
|
|
|
|
|
126 |
|
127 |
-
#:
|
128 |
msgid "Translate"
|
129 |
msgstr "Traduzir"
|
130 |
|
131 |
-
#:
|
132 |
msgid "Settings"
|
133 |
msgstr "Definições"
|
134 |
|
135 |
-
#:
|
136 |
-
msgid "
|
137 |
-
|
|
|
|
|
|
|
|
|
138 |
|
139 |
-
#:
|
140 |
-
msgid "
|
141 |
-
|
|
|
|
|
|
|
|
|
|
|
142 |
|
143 |
-
#:
|
144 |
-
msgid "
|
145 |
-
|
|
|
|
|
|
|
|
|
146 |
|
147 |
-
#:
|
148 |
-
msgid "
|
149 |
-
|
|
|
|
|
|
|
|
|
150 |
|
151 |
-
#:
|
152 |
#, php-format
|
153 |
-
msgid "
|
154 |
-
|
|
|
|
|
|
|
|
|
155 |
|
156 |
-
#:
|
157 |
msgid "Incorrect Password"
|
158 |
-
msgstr "Senha
|
159 |
|
160 |
-
#:
|
161 |
msgid "Logout"
|
162 |
msgstr "Terminar sessão"
|
163 |
|
164 |
-
#:
|
165 |
-
msgid "
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
|
|
|
|
171 |
|
172 |
-
#:
|
173 |
msgid "Password"
|
174 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Copyright (C) 2013 Password Protected
|
2 |
# This file is distributed under the same license as the Password Protected package.
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Password Protected\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
|
7 |
+
"POT-Creation-Date: 2017-10-18 16:06+0100\n"
|
8 |
+
"PO-Revision-Date: 2017-10-18 16:06+0100\n"
|
9 |
+
"Last-Translator: Pedro Mendonça <ped.gaspar@gmail.com>\n"
|
10 |
+
"Language-Team: Pedro Mendonça <ped.gaspar@gmail.com>\n"
|
11 |
+
"Language: pt_PT\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
"X-Generator: Poedit 2.0.4\n"
|
17 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
19 |
+
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
20 |
+
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
21 |
+
"X-Textdomain-Support: yes\n"
|
22 |
+
"X-Poedit-Basepath: ..\n"
|
23 |
+
"X-Poedit-WPHeader: password-protected.php\n"
|
24 |
+
"X-Poedit-SearchPath-0: .\n"
|
25 |
+
|
26 |
+
#: admin/admin-caching.php:49
|
27 |
+
msgid "Caching"
|
28 |
+
msgstr "Cache"
|
29 |
+
|
30 |
+
#: admin/admin-caching.php:57
|
31 |
+
msgid "Cookies"
|
32 |
+
msgstr "Cookies"
|
33 |
+
|
34 |
+
#: admin/admin-caching.php:68
|
35 |
+
msgid "WP Engine Hosting"
|
36 |
+
msgstr "Alojamento WP Engine"
|
37 |
+
|
38 |
+
#: admin/admin-caching.php:81
|
39 |
+
msgid "W3 Total Cache"
|
40 |
+
msgstr "W3 Total Cache"
|
41 |
+
|
42 |
+
#: admin/admin-caching.php:98
|
43 |
+
msgid ""
|
44 |
+
"Password Protected does not always work well with sites that use caching."
|
45 |
+
msgstr ""
|
46 |
+
"O Password Protected poderá não funcionar correctamente em sites que usem "
|
47 |
+
"cache."
|
48 |
+
|
49 |
+
#: admin/admin-caching.php:99
|
50 |
+
msgid ""
|
51 |
+
"If your site uses a caching plugin or your web hosting uses server-side "
|
52 |
+
"caching, you may need to configure your setup to disable caching for the "
|
53 |
+
"Password Protected cookie:"
|
54 |
+
msgstr ""
|
55 |
+
"Se o seu site usar um plugin de cache ou o seu alojamento usar cache no "
|
56 |
+
"servidor, poderá ter de alterar a sua configuração de modo a desactivar a "
|
57 |
+
"cache para o cookie do Password Protected:"
|
58 |
+
|
59 |
+
#: admin/admin-caching.php:121
|
60 |
+
msgid "We have detected your site may be running on WP Engine hosting."
|
61 |
+
msgstr ""
|
62 |
+
"Foi detectado que o seu site poderá estar a funcionar num alojado WP Engine."
|
63 |
+
|
64 |
+
#: admin/admin-caching.php:122
|
65 |
+
msgid ""
|
66 |
+
"In order for Password Protected to work with WP Engine's caching "
|
67 |
+
"configuration you must ask them to disable caching for the Password "
|
68 |
+
"Protected cookie."
|
69 |
+
msgstr ""
|
70 |
+
"Para que o Password Protected funcione correctamente com a configuração de "
|
71 |
+
"cache do WP Engine, deverá solicitar a desactivação da cache para o cookie "
|
72 |
+
"do Password Protected."
|
73 |
+
|
74 |
+
#: admin/admin-caching.php:133
|
75 |
+
msgid "It looks like you may be using the W3 Total Cache plugin?"
|
76 |
+
msgstr "Está a usar o plugin W3 Total Cache?"
|
77 |
+
|
78 |
+
#: admin/admin-caching.php:134
|
79 |
+
msgid ""
|
80 |
+
"In order for Password Protected to work with W3 Total Cache you must disable "
|
81 |
+
"caching when the Password Protected cookie is set."
|
82 |
+
msgstr ""
|
83 |
+
"Para que o Password Protected funcione correctamente com o W3 Total Cache, "
|
84 |
+
"deverá desactivar a cache para o cookie do Password Protected."
|
85 |
+
|
86 |
+
#: admin/admin-caching.php:135
|
87 |
+
#, php-format
|
88 |
+
msgid ""
|
89 |
+
"You can adjust the cookie settings for W3 Total Cache under <a href=\"%s"
|
90 |
+
"\">Performance > Page Cache > Advanced > Rejected Cookies</a>."
|
91 |
+
msgstr ""
|
92 |
+
"Pode ajustar as definições de cookies para o W3 Total Cache em <a href=\"%s"
|
93 |
+
"\">Performance > Cache de páginas > Avançada > Cookies rejeitados</a>."
|
94 |
|
95 |
+
#. Plugin Name of the plugin/theme
|
96 |
+
#: admin/admin.php:30 admin/admin.php:81
|
97 |
msgid "Password Protected"
|
98 |
+
msgstr "Password Protected"
|
99 |
|
100 |
+
#: admin/admin.php:43
|
101 |
msgid "Password Protected Settings"
|
102 |
+
msgstr "Definições do Password Protected"
|
103 |
|
104 |
+
#: admin/admin.php:49
|
105 |
msgid "Save Changes"
|
106 |
msgstr "Guardar alterações"
|
107 |
|
108 |
+
#: admin/admin.php:82
|
109 |
+
msgid ""
|
110 |
+
"<p><strong>Password Protected Status</strong><br />Turn on/off password "
|
111 |
+
"protection.</p>"
|
112 |
+
msgstr ""
|
113 |
+
"<p><strong>Estado do Password Protected</strong><br />Active ou desactive a "
|
114 |
+
"proteção por senha.</p>"
|
115 |
|
116 |
+
#: admin/admin.php:83
|
117 |
+
msgid ""
|
118 |
+
"<p><strong>Protected Permissions</strong><br />Allow access for logged in "
|
119 |
+
"users and administrators without needing to enter a password. You will need "
|
120 |
+
"to enable this option if you want administrators to be able to preview the "
|
121 |
+
"site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
|
122 |
+
"site is password protected.</p>"
|
123 |
+
msgstr ""
|
124 |
+
"<p><strong>Permissões protegidas</strong><br />Permite o acesso aos "
|
125 |
+
"utilizadores e administradores com sessão iniciada sem ser necessário "
|
126 |
+
"inserir uma senha. Terá que activar esta opção para permitir aos "
|
127 |
+
"administradores pré-visualizar o site no personalizador do tema. Permite "
|
128 |
+
"também o acesso aos feeds RSS quando o site estiver protegido por senha.</p>"
|
129 |
|
130 |
+
#: admin/admin.php:84
|
131 |
+
msgid ""
|
132 |
+
"<p><strong>Password Fields</strong><br />To set a new password, enter it "
|
133 |
+
"into both fields. You cannot set an `empty` password. To disable password "
|
134 |
+
"protection uncheck the Enabled checkbox.</p>"
|
135 |
+
msgstr ""
|
136 |
+
"<p><strong>Campos de senha</strong><br />Para definir uma nova senha, insira-"
|
137 |
+
"a nos dois campos. Não pode definir uma senha `vazia`. Para desactivar a "
|
138 |
+
"proteção por senha, desselecione a caixa Activado.</p>"
|
139 |
|
140 |
+
#: admin/admin.php:103
|
141 |
msgid "Password Protected Status"
|
142 |
msgstr "Estado do Password Protected"
|
143 |
|
144 |
+
#: admin/admin.php:111
|
145 |
msgid "Protected Permissions"
|
146 |
msgstr "Permissões protegidas"
|
147 |
|
148 |
+
#: admin/admin.php:119
|
149 |
msgid "New Password"
|
150 |
+
msgstr "Nova senha"
|
151 |
|
152 |
+
#: admin/admin.php:127
|
153 |
msgid "Allow IP Addresses"
|
154 |
+
msgstr "Permitir endereços de IP"
|
155 |
|
156 |
+
#: admin/admin.php:156
|
157 |
+
msgid ""
|
158 |
+
"New password not saved. When setting a new password please enter it in both "
|
159 |
+
"fields."
|
160 |
+
msgstr ""
|
161 |
+
"A nova senha não foi guardada. Ao definir uma nova senha, por favor, insira-"
|
162 |
+
"a nos dois campos."
|
163 |
|
164 |
+
#: admin/admin.php:159
|
165 |
msgid "New password not saved. Password fields did not match."
|
166 |
+
msgstr "A nova senha não foi guardada. As senhas não são iguais."
|
167 |
|
168 |
+
#: admin/admin.php:162
|
169 |
msgid "New password saved."
|
170 |
+
msgstr "Nova senha guardada."
|
171 |
|
172 |
+
#: admin/admin.php:209
|
173 |
+
msgid ""
|
174 |
+
"Password protect your web site. Users will be asked to enter a password to "
|
175 |
+
"view the site."
|
176 |
+
msgstr ""
|
177 |
+
"Proteja o seu site com uma senha. Será pedido aos utilizadores para inserir "
|
178 |
+
"uma senha para ver o site."
|
179 |
|
180 |
+
#: admin/admin.php:210
|
181 |
+
msgid ""
|
182 |
+
"For more information about Password Protected settings, view the \"Help\" "
|
183 |
+
"tab at the top of this page."
|
184 |
+
msgstr ""
|
185 |
+
"Para mais informações sobre as definições do Password Protected, veja o "
|
186 |
+
"separador \"Ajuda\" no topo desta página."
|
187 |
|
188 |
+
#: admin/admin.php:219
|
189 |
msgid "Enabled"
|
190 |
+
msgstr "Activado"
|
191 |
|
192 |
+
#: admin/admin.php:228
|
193 |
msgid "Allow Administrators"
|
194 |
+
msgstr "Permitir administradores"
|
195 |
|
196 |
+
#: admin/admin.php:229
|
197 |
msgid "Allow Logged In Users"
|
198 |
+
msgstr "Permitir utilizadores com sessão iniciada"
|
199 |
|
200 |
+
#: admin/admin.php:230
|
201 |
msgid "Allow RSS Feeds"
|
202 |
+
msgstr "Permitir feeds RSS"
|
203 |
|
204 |
+
#: admin/admin.php:239
|
205 |
+
msgid ""
|
206 |
+
"If you would like to change the password type a new one. Otherwise leave "
|
207 |
+
"this blank."
|
208 |
+
msgstr ""
|
209 |
+
"Se desejar alterar a sua senha, digite uma nova. Se não, deixe isto em "
|
210 |
+
"branco."
|
211 |
|
212 |
+
#: admin/admin.php:240
|
213 |
msgid "Type your new password again."
|
214 |
+
msgstr "Digite a nova senha outra vez."
|
215 |
|
216 |
+
#: admin/admin.php:250
|
217 |
+
msgid "Enter one IP address per line."
|
218 |
+
msgstr "Insira um endereço de IP por linha."
|
219 |
+
|
220 |
+
#: admin/admin.php:250
|
221 |
+
#, php-format
|
222 |
+
msgid "Your IP is address %s."
|
223 |
+
msgstr "O seu endereço de IP é %s."
|
224 |
|
225 |
+
#: admin/admin.php:291
|
226 |
msgid "http://github.com/benhuson/password-protected"
|
227 |
msgstr "http://github.com/benhuson/password-protected"
|
228 |
|
229 |
+
#: admin/admin.php:291
|
230 |
msgid "GitHub"
|
231 |
msgstr "GitHub"
|
232 |
|
233 |
+
#: admin/admin.php:292
|
234 |
+
msgid ""
|
235 |
+
"https://www.transifex.com/projects/p/password-protected/resource/password-"
|
236 |
+
"protected/"
|
237 |
+
msgstr ""
|
238 |
+
"https://www.transifex.com/projects/p/password-protected/resource/password-"
|
239 |
+
"protected/"
|
240 |
|
241 |
+
#: admin/admin.php:292
|
242 |
msgid "Translate"
|
243 |
msgstr "Traduzir"
|
244 |
|
245 |
+
#: admin/admin.php:309
|
246 |
msgid "Settings"
|
247 |
msgstr "Definições"
|
248 |
|
249 |
+
#: admin/admin.php:337
|
250 |
+
msgid ""
|
251 |
+
"You have enabled password protection but not yet set a password. Please set "
|
252 |
+
"one below."
|
253 |
+
msgstr ""
|
254 |
+
"Activou a protecção por senha, mas ainda não definiui a respectiva senha. "
|
255 |
+
"Por favor defina-a abaixo."
|
256 |
|
257 |
+
#: admin/admin.php:342
|
258 |
+
msgid ""
|
259 |
+
"You have enabled password protection and allowed administrators and logged "
|
260 |
+
"in users - other users will still need to enter a password to view the site."
|
261 |
+
msgstr ""
|
262 |
+
"Activou a protecção por senha com acesso a administradores e utilizadores "
|
263 |
+
"com sessão iniciada - os restantes utilizadores terão que inserir a senha "
|
264 |
+
"para aceder ao site."
|
265 |
|
266 |
+
#: admin/admin.php:344
|
267 |
+
msgid ""
|
268 |
+
"You have enabled password protection and allowed administrators - other "
|
269 |
+
"users will still need to enter a password to view the site."
|
270 |
+
msgstr ""
|
271 |
+
"Activou a protecção por senha com acesso a administradores - os restantes "
|
272 |
+
"utilizadores terão que inserir a senha para aceder ao site."
|
273 |
|
274 |
+
#: admin/admin.php:346
|
275 |
+
msgid ""
|
276 |
+
"You have enabled password protection and allowed logged in users - other "
|
277 |
+
"users will still need to enter a password to view the site."
|
278 |
+
msgstr ""
|
279 |
+
"Activou a protecção por senha com acesso a utilizadores com sessão iniciada "
|
280 |
+
"- os restantes utilizadores terão que inserir a senha para aceder ao site."
|
281 |
|
282 |
+
#: password-protected.php:162
|
283 |
#, php-format
|
284 |
+
msgid ""
|
285 |
+
"Feeds are not available for this site. Please visit the <a href=\"%s"
|
286 |
+
"\">website</a>."
|
287 |
+
msgstr ""
|
288 |
+
"Este sítio não tem feeds disponíveis. Por favor, visite o <a href=\"%s"
|
289 |
+
"\">site</a>."
|
290 |
|
291 |
+
#: password-protected.php:304
|
292 |
msgid "Incorrect Password"
|
293 |
+
msgstr "Senha incorrecta"
|
294 |
|
295 |
+
#: password-protected.php:440 password-protected.php:444
|
296 |
msgid "Logout"
|
297 |
msgstr "Terminar sessão"
|
298 |
|
299 |
+
#: theme/password-protected-login.php:42
|
300 |
+
msgid ""
|
301 |
+
"<strong>ERROR</strong>: Cookies are blocked or not supported by your "
|
302 |
+
"browser. You must <a href='http://www.google.com/cookies.html'>enable "
|
303 |
+
"cookies</a> to use WordPress."
|
304 |
+
msgstr ""
|
305 |
+
"<strong>ERRO</strong>: Os cookies estão bloqueados ou não são suportados "
|
306 |
+
"pelo seu navegador. Tem de <a href='http://www.google.com/cookies."
|
307 |
+
"html'>permitir cookies</a> para usar o WordPress."
|
308 |
|
309 |
+
#: theme/password-protected-login.php:107
|
310 |
msgid "Password"
|
311 |
+
msgstr "Senha"
|
312 |
+
|
313 |
+
#: theme/password-protected-login.php:111
|
314 |
+
msgid "Remember Me"
|
315 |
+
msgstr "Lembrar-me"
|
316 |
+
|
317 |
+
#: theme/password-protected-login.php:114
|
318 |
+
msgid "Log In"
|
319 |
+
msgstr "Iniciar sessão"
|
320 |
+
|
321 |
+
#. Plugin URI of the plugin/theme
|
322 |
+
msgid "https://wordpress.org/plugins/password-protected/"
|
323 |
+
msgstr "https://wordpress.org/plugins/password-protected/"
|
324 |
+
|
325 |
+
#. Description of the plugin/theme
|
326 |
+
msgid ""
|
327 |
+
"A very simple way to quickly password protect your WordPress site with a "
|
328 |
+
"single password. Please note: This plugin does not restrict access to "
|
329 |
+
"uploaded files and images and does not work with some caching setups."
|
330 |
+
msgstr ""
|
331 |
+
"Um modo simples e rápido de proteger o seu site WordPress apenas com uma "
|
332 |
+
"senha. Atenção: Este plugin não restringe o acesso a imagens e ficheiros "
|
333 |
+
"carregados, não funciona com alguns plugins de cache."
|
334 |
+
|
335 |
+
#. Author of the plugin/theme
|
336 |
+
msgid "Ben Huson"
|
337 |
+
msgstr "Ben Huson"
|
338 |
+
|
339 |
+
#. Author URI of the plugin/theme
|
340 |
+
msgid "http://github.com/benhuson/password-protected/"
|
341 |
+
msgstr "http://github.com/benhuson/password-protected/"
|
342 |
+
|
343 |
+
#~ msgid ""
|
344 |
+
#~ "If your site uses a caching plugin or yur web hosting uses server-side "
|
345 |
+
#~ "caching, you may need to configure your setup to disable caching for the "
|
346 |
+
#~ "Password Protected cookie:"
|
347 |
+
#~ msgstr ""
|
348 |
+
#~ "Se o seu site usar um plugin de cache ou o seu alojamento usar cache no "
|
349 |
+
#~ "servidor, poderá ter de alterar a sua configuração de modo a desactivar a "
|
350 |
+
#~ "cache para o cookie do Password Protected:"
|
351 |
+
|
352 |
+
#~ msgid ""
|
353 |
+
#~ "The Password Protected plugin does not work with WP Engine hosting. "
|
354 |
+
#~ "Please disable it."
|
355 |
+
#~ msgstr ""
|
356 |
+
#~ "O plugin Password Protected não é compatível com o alojamento WP Engine. "
|
357 |
+
#~ "Por favor, desactive-o."
|
358 |
+
|
359 |
+
#~ msgid ""
|
360 |
+
#~ "A very simple way to quickly password protect your WordPress site with a "
|
361 |
+
#~ "single password. Please note: This plugin does not restrict access to "
|
362 |
+
#~ "uploaded files and images and does not work on WP Engine or with some "
|
363 |
+
#~ "caching setups."
|
364 |
+
#~ msgstr ""
|
365 |
+
#~ "Um modo simples e rápido de proteger o seu site WordPress apenas com uma "
|
366 |
+
#~ "senha. Atenção: Este plugin não restringe o acesso a imagens e ficheiros "
|
367 |
+
#~ "carregados, não funciona com o WP Engine e com alguns plugins de cache."
|
languages/password-protected-ru_RU.mo
CHANGED
Binary file
|
languages/password-protected-ru_RU.po
CHANGED
@@ -6,167 +6,344 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Password Protected\n"
|
8 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
-
"Last-Translator:
|
12 |
-
"Language-Team: Russian (Russia) (http://www.transifex.com/
|
|
|
|
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
|
|
19 |
"X-Poedit-Basepath: .\n"
|
20 |
"X-Poedit-KeywordsList: __;_e;_ex;_x\n"
|
21 |
"X-Poedit-SearchPath-0: ..\n"
|
22 |
|
23 |
-
#: ../admin/admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
msgid "Password Protected"
|
25 |
msgstr "Защита паролем"
|
26 |
|
27 |
-
#: ../admin/admin.php:
|
28 |
msgid "Password Protected Settings"
|
29 |
msgstr "Настройки Защиты паролем"
|
30 |
|
31 |
-
#: ../admin/admin.php:
|
32 |
msgid "Save Changes"
|
33 |
msgstr "Сохранить изменения"
|
34 |
|
35 |
-
#: ../admin/admin.php:
|
36 |
-
msgid "
|
37 |
-
|
|
|
|
|
|
|
|
|
38 |
|
39 |
-
#: ../admin/admin.php:
|
40 |
msgid ""
|
41 |
-
"<p><strong>Protected Permissions</strong><br />Allow access for logged in
|
42 |
-
"
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
-
#: ../admin/admin.php:
|
46 |
-
msgid "
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
-
#: ../admin/admin.php:
|
50 |
msgid "Password Protected Status"
|
51 |
msgstr "Состояние защиты паролем"
|
52 |
|
53 |
-
#: ../admin/admin.php:
|
54 |
msgid "Protected Permissions"
|
55 |
msgstr "Исключения защиты"
|
56 |
|
57 |
-
#: ../admin/admin.php:
|
58 |
msgid "New Password"
|
59 |
msgstr "Новый пароль"
|
60 |
|
61 |
-
#: ../admin/admin.php:
|
62 |
msgid "Allow IP Addresses"
|
63 |
msgstr "Пускать IP-адреса"
|
64 |
|
65 |
-
#: ../admin/admin.php:
|
66 |
-
msgid "
|
67 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
-
#: ../admin/admin.php:
|
70 |
msgid "New password not saved. Password fields did not match."
|
71 |
msgstr "Новый пароль не сохранён. Введенные пароли не совпадают."
|
72 |
|
73 |
-
#: ../admin/admin.php:
|
74 |
msgid "New password saved."
|
75 |
msgstr "Новый пароль сохранён."
|
76 |
|
77 |
-
#: ../admin/admin.php:
|
78 |
-
msgid "
|
79 |
-
|
|
|
|
|
|
|
|
|
80 |
|
81 |
-
#: ../admin/admin.php:
|
82 |
-
msgid "
|
83 |
-
|
|
|
|
|
|
|
|
|
84 |
|
85 |
-
#: ../admin/admin.php:
|
86 |
msgid "Enabled"
|
87 |
msgstr "Включить защиту"
|
88 |
|
89 |
-
#: ../admin/admin.php:
|
90 |
msgid "Allow Administrators"
|
91 |
msgstr "Пускать администраторов"
|
92 |
|
93 |
-
#: ../admin/admin.php:
|
94 |
msgid "Allow Logged In Users"
|
95 |
msgstr "Пускать зарегистрированных пользователей"
|
96 |
|
97 |
-
#: ../admin/admin.php:
|
98 |
msgid "Allow RSS Feeds"
|
99 |
msgstr "Разрешить RSS Каналы"
|
100 |
|
101 |
-
#: ../admin/admin.php:
|
102 |
-
|
103 |
-
|
|
|
|
|
104 |
|
105 |
-
#: ../admin/admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
msgid "Type your new password again."
|
107 |
msgstr "Еще раз введите новый пароль."
|
108 |
|
109 |
-
#: ../admin/admin.php:
|
110 |
-
|
111 |
-
|
|
|
112 |
|
113 |
-
#: ../admin/admin.php:
|
114 |
msgid "http://github.com/benhuson/password-protected"
|
115 |
msgstr "http://github.com/benhuson/password-protected"
|
116 |
|
117 |
-
#: ../admin/admin.php:
|
118 |
msgid "GitHub"
|
119 |
msgstr "GitHub"
|
120 |
|
121 |
-
#: ../admin/admin.php:
|
122 |
-
msgid "https://
|
123 |
-
msgstr "https://
|
124 |
|
125 |
-
#: ../admin/admin.php:
|
126 |
msgid "Translate"
|
127 |
msgstr "Перевести"
|
128 |
|
129 |
-
#: ../admin/admin.php:
|
130 |
msgid "Settings"
|
131 |
msgstr "Настройки"
|
132 |
|
133 |
-
#: ../admin/admin.php:
|
134 |
-
msgid "
|
135 |
-
|
|
|
|
|
|
|
|
|
136 |
|
137 |
-
#: ../admin/admin.php:
|
138 |
-
msgid "
|
139 |
-
|
|
|
|
|
|
|
|
|
|
|
140 |
|
141 |
-
#: ../admin/admin.php:
|
142 |
-
msgid "
|
143 |
-
|
|
|
|
|
|
|
|
|
144 |
|
145 |
-
#: ../admin/admin.php:
|
146 |
-
msgid "
|
147 |
-
|
|
|
|
|
|
|
|
|
148 |
|
149 |
-
#: ../password-protected.php:
|
150 |
#, php-format
|
151 |
-
msgid "
|
152 |
-
|
|
|
|
|
|
|
|
|
153 |
|
154 |
-
#: ../password-protected.php:
|
155 |
msgid "Incorrect Password"
|
156 |
msgstr "Неверный пароль"
|
157 |
|
158 |
-
#: ../password-protected.php:
|
159 |
msgid "Logout"
|
160 |
msgstr "Выйти"
|
161 |
|
162 |
-
#: ../password-protected.php:
|
163 |
-
msgid "
|
164 |
-
msgstr "
|
165 |
|
166 |
-
#: ../theme/password-protected-login.php:
|
167 |
-
msgid "
|
168 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
|
170 |
-
#: ../theme/password-protected-login.php:
|
171 |
msgid "Password"
|
172 |
msgstr "Пароль"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Password Protected\n"
|
8 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
|
9 |
+
"POT-Creation-Date: 2019-06-04 12:19+0100\n"
|
10 |
+
"PO-Revision-Date: 2019-06-04 12:22+0100\n"
|
11 |
+
"Last-Translator: Alexey Chumakov <alex@chumakov.ru>\n"
|
12 |
+
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/"
|
13 |
+
"password-protected/language/ru_RU/)\n"
|
14 |
+
"Language: ru_RU\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
18 |
+
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
19 |
+
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
20 |
+
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
21 |
+
"X-Generator: Poedit 2.2.3\n"
|
22 |
"X-Poedit-Basepath: .\n"
|
23 |
"X-Poedit-KeywordsList: __;_e;_ex;_x\n"
|
24 |
"X-Poedit-SearchPath-0: ..\n"
|
25 |
|
26 |
+
#: ../admin/admin-bar.php:78
|
27 |
+
msgid "Password Protection is enabled."
|
28 |
+
msgstr "Защита паролем."
|
29 |
+
|
30 |
+
#: ../admin/admin-bar.php:81
|
31 |
+
msgid "Password Protection is disabled."
|
32 |
+
msgstr "Защита паролем."
|
33 |
+
|
34 |
+
#: ../admin/admin-caching.php:49
|
35 |
+
msgid "Caching"
|
36 |
+
msgstr ""
|
37 |
+
|
38 |
+
#: ../admin/admin-caching.php:57
|
39 |
+
msgid "Cookie Name"
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: ../admin/admin-caching.php:68
|
43 |
+
msgid "WP Engine Hosting"
|
44 |
+
msgstr ""
|
45 |
+
|
46 |
+
#: ../admin/admin-caching.php:81
|
47 |
+
msgid "W3 Total Cache"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: ../admin/admin-caching.php:98
|
51 |
+
#, fuzzy
|
52 |
+
#| msgid ""
|
53 |
+
#| "The Password Protected plugin does not work with WP Engine hosting. "
|
54 |
+
#| "Please disable it."
|
55 |
+
msgid ""
|
56 |
+
"Password Protected does not always work well with sites that use caching."
|
57 |
+
msgstr ""
|
58 |
+
"Плагин Защита паролем не работает с хостингом WP Engine. Пожалуйста, "
|
59 |
+
"отключите плагин."
|
60 |
+
|
61 |
+
#: ../admin/admin-caching.php:99
|
62 |
+
msgid ""
|
63 |
+
"If your site uses a caching plugin or your web hosting uses server-side "
|
64 |
+
"caching, you may need to configure your caching setup to disable caching for "
|
65 |
+
"the Password Protected cookie:"
|
66 |
+
msgstr ""
|
67 |
+
|
68 |
+
#: ../admin/admin-caching.php:121
|
69 |
+
msgid "We have detected your site may be running on WP Engine hosting."
|
70 |
+
msgstr ""
|
71 |
+
|
72 |
+
#: ../admin/admin-caching.php:122
|
73 |
+
msgid ""
|
74 |
+
"In order for Password Protected to work with WP Engine's caching "
|
75 |
+
"configuration you must ask them to disable caching for the Password "
|
76 |
+
"Protected cookie."
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: ../admin/admin-caching.php:133
|
80 |
+
msgid "It looks like you may be using the W3 Total Cache plugin?"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: ../admin/admin-caching.php:134
|
84 |
+
msgid ""
|
85 |
+
"In order for Password Protected to work with W3 Total Cache you must disable "
|
86 |
+
"caching when the Password Protected cookie is set."
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
+
#: ../admin/admin-caching.php:135
|
90 |
+
#, php-format
|
91 |
+
msgid ""
|
92 |
+
"You can adjust the cookie settings for W3 Total Cache under <a href=\"%s"
|
93 |
+
"\">Performance > Page Cache > Advanced > Rejected Cookies</a>."
|
94 |
+
msgstr ""
|
95 |
+
|
96 |
+
#: ../admin/admin.php:35
|
97 |
+
msgid ""
|
98 |
+
"The Password Protected plugin stores a cookie on successful password login "
|
99 |
+
"containing a hashed version of the entered password. It does not store any "
|
100 |
+
"information about the user. The cookie stored is named "
|
101 |
+
"<code>bid_n_password_protected_auth</code> where <code>n</code> is the blog "
|
102 |
+
"ID in a multisite network"
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: ../admin/admin.php:37
|
106 |
+
#, fuzzy
|
107 |
+
#| msgid "Password Protected"
|
108 |
+
msgid "Password Protected Plugin"
|
109 |
+
msgstr "Защита паролем"
|
110 |
+
|
111 |
+
#: ../admin/admin.php:46 ../admin/admin.php:97
|
112 |
msgid "Password Protected"
|
113 |
msgstr "Защита паролем"
|
114 |
|
115 |
+
#: ../admin/admin.php:59
|
116 |
msgid "Password Protected Settings"
|
117 |
msgstr "Настройки Защиты паролем"
|
118 |
|
119 |
+
#: ../admin/admin.php:65
|
120 |
msgid "Save Changes"
|
121 |
msgstr "Сохранить изменения"
|
122 |
|
123 |
+
#: ../admin/admin.php:98
|
124 |
+
msgid ""
|
125 |
+
"<p><strong>Password Protected Status</strong><br />Turn on/off password "
|
126 |
+
"protection.</p>"
|
127 |
+
msgstr ""
|
128 |
+
"<p><strong>Состояние защиты паролем</strong><br />Включение/выключение "
|
129 |
+
"защиты паролем.</p>"
|
130 |
|
131 |
+
#: ../admin/admin.php:99
|
132 |
msgid ""
|
133 |
+
"<p><strong>Protected Permissions</strong><br />Allow access for logged in "
|
134 |
+
"users and administrators without needing to enter a password. You will need "
|
135 |
+
"to enable this option if you want administrators to be able to preview the "
|
136 |
+
"site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
|
137 |
+
"site is password protected.</p>"
|
138 |
+
msgstr ""
|
139 |
+
"<p><strong>Исключения защиты</strong><br />Разрешать доступ без пароля "
|
140 |
+
"зарегистрированным пользователям и администраторам. Если администратором "
|
141 |
+
"нужен предварительный просмотр сайта в Настройке внешнего вида, "
|
142 |
+
"соответствующий пункт нужно включить. Также можно разрешать доступ к RSS-"
|
143 |
+
"каналам запароленного сайта.</p>"
|
144 |
|
145 |
+
#: ../admin/admin.php:100
|
146 |
+
msgid ""
|
147 |
+
"<p><strong>Password Fields</strong><br />To set a new password, enter it "
|
148 |
+
"into both fields. You cannot set an `empty` password. To disable password "
|
149 |
+
"protection uncheck the Enabled checkbox.</p>"
|
150 |
+
msgstr ""
|
151 |
+
"<p><strong>Новый пароль</strong><br />Чтобы установить новый пароль, введите "
|
152 |
+
"его в оба поля. Устанавливать \"пустой\" пароль нельзя. Чтобы выключить "
|
153 |
+
"защиту паролем, снимите галочку в пункте Включить защиту.</p>"
|
154 |
|
155 |
+
#: ../admin/admin.php:119
|
156 |
msgid "Password Protected Status"
|
157 |
msgstr "Состояние защиты паролем"
|
158 |
|
159 |
+
#: ../admin/admin.php:127
|
160 |
msgid "Protected Permissions"
|
161 |
msgstr "Исключения защиты"
|
162 |
|
163 |
+
#: ../admin/admin.php:135
|
164 |
msgid "New Password"
|
165 |
msgstr "Новый пароль"
|
166 |
|
167 |
+
#: ../admin/admin.php:143
|
168 |
msgid "Allow IP Addresses"
|
169 |
msgstr "Пускать IP-адреса"
|
170 |
|
171 |
+
#: ../admin/admin.php:151
|
172 |
+
msgid "Allow Remember me"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: ../admin/admin.php:159
|
176 |
+
msgid "Remember for this many days"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: ../admin/admin.php:191
|
180 |
+
msgid ""
|
181 |
+
"New password not saved. When setting a new password please enter it in both "
|
182 |
+
"fields."
|
183 |
+
msgstr ""
|
184 |
+
"Новый пароль не сохранён. Чтобы задать новый пароль, пожалуйста, введите его "
|
185 |
+
"в оба поля."
|
186 |
|
187 |
+
#: ../admin/admin.php:194
|
188 |
msgid "New password not saved. Password fields did not match."
|
189 |
msgstr "Новый пароль не сохранён. Введенные пароли не совпадают."
|
190 |
|
191 |
+
#: ../admin/admin.php:197
|
192 |
msgid "New password saved."
|
193 |
msgstr "Новый пароль сохранён."
|
194 |
|
195 |
+
#: ../admin/admin.php:244
|
196 |
+
msgid ""
|
197 |
+
"Password protect your web site. Users will be asked to enter a password to "
|
198 |
+
"view the site."
|
199 |
+
msgstr ""
|
200 |
+
"Защитите свой сайт паролем. Пароль будет запрашиваться у пользователей для "
|
201 |
+
"просмотра сайта."
|
202 |
|
203 |
+
#: ../admin/admin.php:245
|
204 |
+
msgid ""
|
205 |
+
"For more information about Password Protected settings, view the \"Help\" "
|
206 |
+
"tab at the top of this page."
|
207 |
+
msgstr ""
|
208 |
+
"Дополнительные сведения о настройках Защиты паролем находятся на вкладке "
|
209 |
+
"\"Помощь\" вверху этой страницы."
|
210 |
|
211 |
+
#: ../admin/admin.php:254
|
212 |
msgid "Enabled"
|
213 |
msgstr "Включить защиту"
|
214 |
|
215 |
+
#: ../admin/admin.php:263
|
216 |
msgid "Allow Administrators"
|
217 |
msgstr "Пускать администраторов"
|
218 |
|
219 |
+
#: ../admin/admin.php:264
|
220 |
msgid "Allow Logged In Users"
|
221 |
msgstr "Пускать зарегистрированных пользователей"
|
222 |
|
223 |
+
#: ../admin/admin.php:265
|
224 |
msgid "Allow RSS Feeds"
|
225 |
msgstr "Разрешить RSS Каналы"
|
226 |
|
227 |
+
#: ../admin/admin.php:266
|
228 |
+
#, fuzzy
|
229 |
+
#| msgid "Allow IP Addresses"
|
230 |
+
msgid "Allow REST API Access"
|
231 |
+
msgstr "Пускать IP-адреса"
|
232 |
|
233 |
+
#: ../admin/admin.php:275
|
234 |
+
msgid ""
|
235 |
+
"If you would like to change the password type a new one. Otherwise leave "
|
236 |
+
"this blank."
|
237 |
+
msgstr ""
|
238 |
+
"Если вы хотите поменять пароль, введите новый. Иначе оставьте поле пустым."
|
239 |
+
|
240 |
+
#: ../admin/admin.php:276
|
241 |
msgid "Type your new password again."
|
242 |
msgstr "Еще раз введите новый пароль."
|
243 |
|
244 |
+
#: ../admin/admin.php:289
|
245 |
+
#, php-format
|
246 |
+
msgid "Your IP is address %s."
|
247 |
+
msgstr "Пускать IP-адреса %s."
|
248 |
|
249 |
+
#: ../admin/admin.php:350
|
250 |
msgid "http://github.com/benhuson/password-protected"
|
251 |
msgstr "http://github.com/benhuson/password-protected"
|
252 |
|
253 |
+
#: ../admin/admin.php:350
|
254 |
msgid "GitHub"
|
255 |
msgstr "GitHub"
|
256 |
|
257 |
+
#: ../admin/admin.php:351
|
258 |
+
msgid "https://translate.wordpress.org/projects/wp-plugins/password-protected"
|
259 |
+
msgstr "https://translate.wordpress.org/projects/wp-plugins/password-protected"
|
260 |
|
261 |
+
#: ../admin/admin.php:351
|
262 |
msgid "Translate"
|
263 |
msgstr "Перевести"
|
264 |
|
265 |
+
#: ../admin/admin.php:368
|
266 |
msgid "Settings"
|
267 |
msgstr "Настройки"
|
268 |
|
269 |
+
#: ../admin/admin.php:396
|
270 |
+
msgid ""
|
271 |
+
"You have enabled password protection but not yet set a password. Please set "
|
272 |
+
"one below."
|
273 |
+
msgstr ""
|
274 |
+
"Вы включили защиту паролем, но пока не установили пароль. Пожалуйста, "
|
275 |
+
"укажите его ниже."
|
276 |
|
277 |
+
#: ../admin/admin.php:401
|
278 |
+
msgid ""
|
279 |
+
"You have enabled password protection and allowed administrators and logged "
|
280 |
+
"in users - other users will still need to enter a password to view the site."
|
281 |
+
msgstr ""
|
282 |
+
"Вы включили защиту паролем и разрешили вход администраторам и "
|
283 |
+
"зарегистрированным пользователям — другим пользователям потребуется вводить "
|
284 |
+
"пароль для просмотра сайта."
|
285 |
|
286 |
+
#: ../admin/admin.php:403
|
287 |
+
msgid ""
|
288 |
+
"You have enabled password protection and allowed administrators - other "
|
289 |
+
"users will still need to enter a password to view the site."
|
290 |
+
msgstr ""
|
291 |
+
"Вы включили защиту паролем и разрешили вход администраторам — другим "
|
292 |
+
"пользователям потребуется вводить пароль для просмотра сайта."
|
293 |
|
294 |
+
#: ../admin/admin.php:405
|
295 |
+
msgid ""
|
296 |
+
"You have enabled password protection and allowed logged in users - other "
|
297 |
+
"users will still need to enter a password to view the site."
|
298 |
+
msgstr ""
|
299 |
+
"Вы включили защиту паролем и разрешили вход зарегистрированным пользователям "
|
300 |
+
"— другим пользователям потребуется вводить пароль для просмотра сайта."
|
301 |
|
302 |
+
#: ../password-protected.php:165
|
303 |
#, php-format
|
304 |
+
msgid ""
|
305 |
+
"Feeds are not available for this site. Please visit the <a href=\"%s"
|
306 |
+
"\">website</a>."
|
307 |
+
msgstr ""
|
308 |
+
"Каналы для этого сайта недоступны. Пожалуйста, посетите <a href=\"%s"
|
309 |
+
"\">вебсайт</a>."
|
310 |
|
311 |
+
#: ../password-protected.php:324
|
312 |
msgid "Incorrect Password"
|
313 |
msgstr "Неверный пароль"
|
314 |
|
315 |
+
#: ../password-protected.php:462 ../password-protected.php:466
|
316 |
msgid "Logout"
|
317 |
msgstr "Выйти"
|
318 |
|
319 |
+
#: ../password-protected.php:808
|
320 |
+
msgid "Only authenticated users can access the REST API."
|
321 |
+
msgstr ""
|
322 |
|
323 |
+
#: ../theme/password-protected-login.php:53
|
324 |
+
msgid ""
|
325 |
+
"<strong>ERROR</strong>: Cookies are blocked or not supported by your "
|
326 |
+
"browser. You must <a href='http://www.google.com/cookies.html'>enable "
|
327 |
+
"cookies</a> to use WordPress."
|
328 |
+
msgstr ""
|
329 |
+
"<strong>ОШИБКА</strong>: Cookies либо заблокированы, либо не поддерживаются "
|
330 |
+
"вашим браузером. Чтобы использовать WordPress, нужно <a href='http://www."
|
331 |
+
"google.com/cookies.html'>разрешить cookies</a>."
|
332 |
|
333 |
+
#: ../theme/password-protected-login.php:120
|
334 |
msgid "Password"
|
335 |
msgstr "Пароль"
|
336 |
+
|
337 |
+
#~ msgid "Enter one IP address per line"
|
338 |
+
#~ msgstr "Введите IP-адреса по одному в строке"
|
339 |
+
|
340 |
+
#~ msgid ""
|
341 |
+
#~ "A very simple way to quickly password protect your WordPress site with a "
|
342 |
+
#~ "single password. Please note: This plugin does not restrict access to "
|
343 |
+
#~ "uploaded files and images and does not work on WP Engine or with some "
|
344 |
+
#~ "caching setups."
|
345 |
+
#~ msgstr ""
|
346 |
+
#~ "Очень простой способ быстро защитить свой сайт WordPress единым паролем. "
|
347 |
+
#~ "Обратите внимание: этот плагин не ограничивает доступ к закачанным файлам "
|
348 |
+
#~ "и изображениям, и не работает с WP Engine, а также с некоторыми "
|
349 |
+
#~ "настройками кэширования."
|
languages/password-protected.pot
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Password Protected\n"
|
7 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
|
8 |
-
"POT-Creation-Date:
|
9 |
"PO-Revision-Date: 2015-05-14 23:15-0000\n"
|
10 |
"Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
|
11 |
"Language-Team: LANGUAGE\n"
|
@@ -13,193 +13,248 @@ msgstr ""
|
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
-
"X-Generator: Poedit
|
17 |
-
"X-Poedit-KeywordsList: __;_e;_ex;
|
18 |
"X-Poedit-Basepath: .\n"
|
19 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
20 |
"X-Poedit-SearchPath-0: ..\n"
|
21 |
|
22 |
-
#: ../admin/admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
msgid "Password Protected"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: ../admin/admin.php:
|
27 |
msgid "Password Protected Settings"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: ../admin/admin.php:
|
31 |
msgid "Save Changes"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: ../admin/admin.php:
|
35 |
-
msgid ""
|
36 |
-
"<p><strong>Password Protected Status</strong><br />Turn on/off password "
|
37 |
-
"protection.</p>"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: ../admin/admin.php:
|
41 |
msgid ""
|
42 |
-
"<p><strong>Protected Permissions</strong><br />Allow access for logged in users "
|
43 |
-
"
|
44 |
-
"this option if you want administrators to be able to preview the site in the "
|
45 |
-
"Theme Customizer. Also allow RSS Feeds to be accessed when the site is password "
|
46 |
-
"protected.</p>"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: ../admin/admin.php:
|
50 |
-
msgid ""
|
51 |
-
"<p><strong>Password Fields</strong><br />To set a new password, enter it into "
|
52 |
-
"both fields. You cannot set an `empty` password. To disable password protection "
|
53 |
-
"uncheck the Enabled checkbox.</p>"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: ../admin/admin.php:
|
57 |
msgid "Password Protected Status"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: ../admin/admin.php:
|
61 |
msgid "Protected Permissions"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: ../admin/admin.php:
|
65 |
msgid "New Password"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: ../admin/admin.php:
|
69 |
msgid "Allow IP Addresses"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: ../admin/admin.php:
|
73 |
-
msgid ""
|
74 |
-
|
75 |
-
|
|
|
|
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: ../admin/admin.php:
|
|
|
|
|
|
|
|
|
79 |
msgid "New password not saved. Password fields did not match."
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: ../admin/admin.php:
|
83 |
msgid "New password saved."
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: ../admin/admin.php:
|
87 |
-
msgid ""
|
88 |
-
"Password protect your web site. Users will be asked to enter a password to view "
|
89 |
-
"the site."
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: ../admin/admin.php:
|
93 |
-
msgid ""
|
94 |
-
"For more information about Password Protected settings, view the \"Help\" tab at "
|
95 |
-
"the top of this page."
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: ../admin/admin.php:
|
99 |
msgid "Enabled"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: ../admin/admin.php:
|
103 |
msgid "Allow Administrators"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: ../admin/admin.php:
|
107 |
msgid "Allow Logged In Users"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: ../admin/admin.php:
|
111 |
msgid "Allow RSS Feeds"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: ../admin/admin.php:
|
115 |
-
msgid ""
|
116 |
-
|
117 |
-
|
|
|
|
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: ../admin/admin.php:
|
121 |
msgid "Type your new password again."
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: ../admin/admin.php:
|
|
|
|
|
|
|
|
|
125 |
#, php-format
|
126 |
msgid "Your IP is address %s."
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: ../admin/admin.php:
|
130 |
msgid "http://github.com/benhuson/password-protected"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: ../admin/admin.php:
|
134 |
msgid "GitHub"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: ../admin/admin.php:
|
138 |
-
msgid ""
|
139 |
-
"https://www.transifex.com/projects/p/password-protected/resource/password-"
|
140 |
-
"protected/"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: ../admin/admin.php:
|
144 |
msgid "Translate"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: ../admin/admin.php:
|
148 |
msgid "Settings"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: ../admin/admin.php:
|
152 |
-
msgid ""
|
153 |
-
"You have enabled password protection but not yet set a password. Please set one "
|
154 |
-
"below."
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: ../admin/admin.php:
|
158 |
-
msgid ""
|
159 |
-
"You have enabled password protection and allowed administrators and logged in "
|
160 |
-
"users - other users will still need to enter a password to view the site."
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: ../admin/admin.php:
|
164 |
-
msgid ""
|
165 |
-
"You have enabled password protection and allowed administrators - other users "
|
166 |
-
"will still need to enter a password to view the site."
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: ../admin/admin.php:
|
170 |
-
msgid ""
|
171 |
-
"You have enabled password protection and allowed logged in users - other users "
|
172 |
-
"will still need to enter a password to view the site."
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: ../password-protected.php:
|
176 |
#, php-format
|
177 |
-
msgid ""
|
178 |
-
"Feeds are not available for this site. Please visit the <a href=\"%s\">website</"
|
179 |
-
"a>."
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: ../password-protected.php:
|
183 |
msgid "Incorrect Password"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: ../password-protected.php:
|
187 |
msgid "Logout"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: ../password-protected.php:
|
191 |
-
msgid ""
|
192 |
-
"The Password Protected plugin does not work with WP Engine hosting. Please "
|
193 |
-
"disable it."
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: ../theme/password-protected-login.php:
|
197 |
-
msgid ""
|
198 |
-
"<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You "
|
199 |
-
"must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use "
|
200 |
-
"WordPress."
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: ../theme/password-protected-login.php:
|
204 |
msgid "Password"
|
205 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Password Protected\n"
|
7 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
|
8 |
+
"POT-Creation-Date: 2019-06-04 12:50+0100\n"
|
9 |
"PO-Revision-Date: 2015-05-14 23:15-0000\n"
|
10 |
"Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
|
11 |
"Language-Team: LANGUAGE\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
+
"X-Generator: Poedit 2.2.3\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c\n"
|
18 |
"X-Poedit-Basepath: .\n"
|
19 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
20 |
"X-Poedit-SearchPath-0: ..\n"
|
21 |
|
22 |
+
#: ../admin/admin-bar.php:78
|
23 |
+
msgid "Password Protection is enabled."
|
24 |
+
msgstr ""
|
25 |
+
|
26 |
+
#: ../admin/admin-bar.php:81
|
27 |
+
msgid "Password Protection is disabled."
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: ../admin/admin-caching.php:49
|
31 |
+
msgid "Caching"
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: ../admin/admin-caching.php:57
|
35 |
+
msgid "Cookie Name"
|
36 |
+
msgstr ""
|
37 |
+
|
38 |
+
#: ../admin/admin-caching.php:68
|
39 |
+
msgid "WP Engine Hosting"
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: ../admin/admin-caching.php:81
|
43 |
+
msgid "W3 Total Cache"
|
44 |
+
msgstr ""
|
45 |
+
|
46 |
+
#: ../admin/admin-caching.php:98
|
47 |
+
msgid "Password Protected does not always work well with sites that use caching."
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: ../admin/admin-caching.php:99
|
51 |
+
msgid "If your site uses a caching plugin or your web hosting uses server-side caching, you may need to configure your caching setup to disable caching for the Password Protected cookie:"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: ../admin/admin-caching.php:121
|
55 |
+
msgid "We have detected your site may be running on WP Engine hosting."
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: ../admin/admin-caching.php:122
|
59 |
+
msgid "In order for Password Protected to work with WP Engine's caching configuration you must ask them to disable caching for the Password Protected cookie."
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: ../admin/admin-caching.php:133
|
63 |
+
msgid "It looks like you may be using the W3 Total Cache plugin?"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: ../admin/admin-caching.php:134
|
67 |
+
msgid "In order for Password Protected to work with W3 Total Cache you must disable caching when the Password Protected cookie is set."
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: ../admin/admin-caching.php:135
|
71 |
+
#, php-format
|
72 |
+
msgid "You can adjust the cookie settings for W3 Total Cache under <a href=\"%s\">Performance > Page Cache > Advanced > Rejected Cookies</a>."
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: ../admin/admin.php:35
|
76 |
+
msgctxt "privacy policy content"
|
77 |
+
msgid ""
|
78 |
+
"The Password Protected plugin stores a cookie on successful password login containing a hashed version of the entered password. It does not store any information about the user. The cookie stored is named "
|
79 |
+
"<code>bid_n_password_protected_auth</code> where <code>n</code> is the blog ID in a multisite network"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: ../admin/admin.php:37
|
83 |
+
msgid "Password Protected Plugin"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: ../admin/admin.php:46 ../admin/admin.php:97
|
87 |
msgid "Password Protected"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: ../admin/admin.php:59
|
91 |
msgid "Password Protected Settings"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: ../admin/admin.php:65
|
95 |
msgid "Save Changes"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: ../admin/admin.php:98
|
99 |
+
msgid "<p><strong>Password Protected Status</strong><br />Turn on/off password protection.</p>"
|
|
|
|
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: ../admin/admin.php:99
|
103 |
msgid ""
|
104 |
+
"<p><strong>Protected Permissions</strong><br />Allow access for logged in users and administrators without needing to enter a password. You will need to enable this option if you want administrators to be able to preview the site in "
|
105 |
+
"the Theme Customizer. Also allow RSS Feeds to be accessed when the site is password protected.</p>"
|
|
|
|
|
|
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: ../admin/admin.php:100
|
109 |
+
msgid "<p><strong>Password Fields</strong><br />To set a new password, enter it into both fields. You cannot set an `empty` password. To disable password protection uncheck the Enabled checkbox.</p>"
|
|
|
|
|
|
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: ../admin/admin.php:119
|
113 |
msgid "Password Protected Status"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: ../admin/admin.php:127
|
117 |
msgid "Protected Permissions"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: ../admin/admin.php:135
|
121 |
msgid "New Password"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: ../admin/admin.php:143
|
125 |
msgid "Allow IP Addresses"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: ../admin/admin.php:151
|
129 |
+
msgid "Allow Remember me"
|
130 |
+
msgstr ""
|
131 |
+
|
132 |
+
#: ../admin/admin.php:159
|
133 |
+
msgid "Remember for this many days"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: ../admin/admin.php:191
|
137 |
+
msgid "New password not saved. When setting a new password please enter it in both fields."
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: ../admin/admin.php:194
|
141 |
msgid "New password not saved. Password fields did not match."
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: ../admin/admin.php:197
|
145 |
msgid "New password saved."
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: ../admin/admin.php:244
|
149 |
+
msgid "Password protect your web site. Users will be asked to enter a password to view the site."
|
|
|
|
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: ../admin/admin.php:245
|
153 |
+
msgid "For more information about Password Protected settings, view the \"Help\" tab at the top of this page."
|
|
|
|
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: ../admin/admin.php:254
|
157 |
msgid "Enabled"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: ../admin/admin.php:263
|
161 |
msgid "Allow Administrators"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: ../admin/admin.php:264
|
165 |
msgid "Allow Logged In Users"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: ../admin/admin.php:265
|
169 |
msgid "Allow RSS Feeds"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: ../admin/admin.php:266
|
173 |
+
msgid "Allow REST API Access"
|
174 |
+
msgstr ""
|
175 |
+
|
176 |
+
#: ../admin/admin.php:275
|
177 |
+
msgid "If you would like to change the password type a new one. Otherwise leave this blank."
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: ../admin/admin.php:276
|
181 |
msgid "Type your new password again."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: ../admin/admin.php:287
|
185 |
+
msgid "Enter one IP address per line."
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: ../admin/admin.php:289
|
189 |
#, php-format
|
190 |
msgid "Your IP is address %s."
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: ../admin/admin.php:350
|
194 |
msgid "http://github.com/benhuson/password-protected"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: ../admin/admin.php:350
|
198 |
msgid "GitHub"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: ../admin/admin.php:351
|
202 |
+
msgid "https://translate.wordpress.org/projects/wp-plugins/password-protected"
|
|
|
|
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: ../admin/admin.php:351
|
206 |
msgid "Translate"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: ../admin/admin.php:368
|
210 |
msgid "Settings"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: ../admin/admin.php:396
|
214 |
+
msgid "You have enabled password protection but not yet set a password. Please set one below."
|
|
|
|
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: ../admin/admin.php:401
|
218 |
+
msgid "You have enabled password protection and allowed administrators and logged in users - other users will still need to enter a password to view the site."
|
|
|
|
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: ../admin/admin.php:403
|
222 |
+
msgid "You have enabled password protection and allowed administrators - other users will still need to enter a password to view the site."
|
|
|
|
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: ../admin/admin.php:405
|
226 |
+
msgid "You have enabled password protection and allowed logged in users - other users will still need to enter a password to view the site."
|
|
|
|
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: ../password-protected.php:165
|
230 |
#, php-format
|
231 |
+
msgid "Feeds are not available for this site. Please visit the <a href=\"%s\">website</a>."
|
|
|
|
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: ../password-protected.php:324
|
235 |
msgid "Incorrect Password"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: ../password-protected.php:462 ../password-protected.php:466
|
239 |
msgid "Logout"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: ../password-protected.php:808
|
243 |
+
msgid "Only authenticated users can access the REST API."
|
|
|
|
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: ../theme/password-protected-login.php:53
|
247 |
+
msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
|
|
|
|
|
|
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: ../theme/password-protected-login.php:120
|
251 |
msgid "Password"
|
252 |
msgstr ""
|
253 |
+
|
254 |
+
#: ../theme/password-protected-login.php:126
|
255 |
+
msgid "Remember Me"
|
256 |
+
msgstr ""
|
257 |
+
|
258 |
+
#: ../theme/password-protected-login.php:131
|
259 |
+
msgid "Log In"
|
260 |
+
msgstr ""
|
password-protected.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Password Protected
|
5 |
Plugin URI: https://wordpress.org/plugins/password-protected/
|
6 |
Description: A very simple way to quickly password protect your WordPress site with a single password. Please note: This plugin does not restrict access to uploaded files and images and does not work with some caching setups.
|
7 |
-
Version: 2.2.
|
8 |
Author: Ben Huson
|
9 |
Text Domain: password-protected
|
10 |
Author URI: http://github.com/benhuson/password-protected/
|
@@ -42,7 +42,7 @@ $Password_Protected = new Password_Protected();
|
|
42 |
|
43 |
class Password_Protected {
|
44 |
|
45 |
-
var $version = '2.2.
|
46 |
var $admin = null;
|
47 |
var $errors = null;
|
48 |
|
@@ -672,8 +672,8 @@ class Password_Protected {
|
|
672 |
*
|
673 |
* Support for 3rd party plugins:
|
674 |
*
|
675 |
-
* - Login Logo
|
676 |
-
* - Uber Login Logo
|
677 |
*/
|
678 |
public function compat() {
|
679 |
|
4 |
Plugin Name: Password Protected
|
5 |
Plugin URI: https://wordpress.org/plugins/password-protected/
|
6 |
Description: A very simple way to quickly password protect your WordPress site with a single password. Please note: This plugin does not restrict access to uploaded files and images and does not work with some caching setups.
|
7 |
+
Version: 2.2.5
|
8 |
Author: Ben Huson
|
9 |
Text Domain: password-protected
|
10 |
Author URI: http://github.com/benhuson/password-protected/
|
42 |
|
43 |
class Password_Protected {
|
44 |
|
45 |
+
var $version = '2.2.5';
|
46 |
var $admin = null;
|
47 |
var $errors = null;
|
48 |
|
672 |
*
|
673 |
* Support for 3rd party plugins:
|
674 |
*
|
675 |
+
* - Login Logo https://wordpress.org/plugins/login-logo/
|
676 |
+
* - Uber Login Logo https://wordpress.org/plugins/uber-login-logo/
|
677 |
*/
|
678 |
public function compat() {
|
679 |
|
readme.txt
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
Contributors: husobj
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DXRJDNCMK9U3N
|
4 |
Tags: password, protect, password protect, login
|
5 |
-
Requires at least:
|
6 |
-
Tested up to: 5.1
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 2.2.
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
A very simple way to quickly password protect your WordPress site with a single password.
|
@@ -14,22 +14,21 @@ A very simple way to quickly password protect your WordPress site with a single
|
|
14 |
|
15 |
A very simple way to quickly password protect your WordPress site with a single password.
|
16 |
|
17 |
-
This plugin only protects your WordPress content. It **does not protect
|
18 |
|
19 |
Features include:
|
20 |
|
21 |
* Password protect your WordPress site with a single password.
|
22 |
* Option to allow access to feeds.
|
23 |
* Option to allow administrators access without entering password.
|
24 |
-
* Works with Mark Jaquith's [Login Logo](
|
25 |
-
* Works with the [Uber Login Logo](
|
26 |
|
27 |
> Please note, this plugin works by setting a cookie to allow access to the site. If you are using a caching plugin or web hosting such as WP Engine that has in-built caching, you will need to configure the caching service to be disabled if the Password Protected cookie is set.
|
28 |
|
29 |
= Translations =
|
30 |
|
31 |
-
If you would like to translate this plugin you can easily contribute
|
32 |
-
More instructions can be found at [wp-translations.org](http://wp-translations.org/translators-wp-translations/)
|
33 |
|
34 |
== Installation ==
|
35 |
|
@@ -45,8 +44,8 @@ If you are upgrading manually via FTP rather that through the WordPress automati
|
|
45 |
|
46 |
== Frequently Asked Questions ==
|
47 |
|
48 |
-
= How can I change the
|
49 |
-
Install and configure the [Login Logo](
|
50 |
|
51 |
= How can I enable feeds while the site is password protected? =
|
52 |
In the settings, check the 'Allow Feeds' checkbox.
|
@@ -72,8 +71,7 @@ You can also submit suggested enhancements if you like.
|
|
72 |
If you can, please [fork the code](https://github.com/benhuson/password-protected) and submit a pull request via GitHub. If you're not comfortable using Git, then please just submit it to the issues link above.
|
73 |
|
74 |
= How can I translate this plugin? =
|
75 |
-
If you would like to translate this plugin you can easily contribute
|
76 |
-
More instructions can be found at [wp-translations.org](http://wp-translations.org/translators-wp-translations/)
|
77 |
|
78 |
== Screenshots ==
|
79 |
|
@@ -81,6 +79,14 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o
|
|
81 |
2. Password Protected settings page.
|
82 |
|
83 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
|
85 |
= 2.2.4 =
|
86 |
- Check that `$_SERVER['REMOTE_ADDR']` is set.
|
@@ -155,7 +161,6 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o
|
|
155 |
= 1.7 =
|
156 |
* Remove JavaScript that disables admin RSS checkbox.
|
157 |
* Added 'password_protected_theme_file' filter to allow custom login templates.
|
158 |
-
* It's now really easy to contribute to the translation of this plugin via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/).
|
159 |
* Add option to allow logged in users.
|
160 |
|
161 |
= 1.6.2 =
|
@@ -209,6 +214,12 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o
|
|
209 |
|
210 |
== Upgrade Notice ==
|
211 |
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
= 2.2.3 =
|
213 |
Restrict REST-API-access only if password protection is active. Added viewport meta tag to login page.
|
214 |
|
@@ -249,7 +260,7 @@ Added 'password_protected_login_redirect' filter.
|
|
249 |
Fix login template compatibility for WordPress 3.9
|
250 |
|
251 |
= 1.7 =
|
252 |
-
Added 'password_protected_theme_file' filter and option to allow logged in users.
|
253 |
|
254 |
= 1.6.2 =
|
255 |
Allow redirection to a different URL when logging out.
|
2 |
Contributors: husobj
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DXRJDNCMK9U3N
|
4 |
Tags: password, protect, password protect, login
|
5 |
+
Requires at least: 4.6
|
6 |
+
Tested up to: 5.2.1
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 2.2.5
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
A very simple way to quickly password protect your WordPress site with a single password.
|
14 |
|
15 |
A very simple way to quickly password protect your WordPress site with a single password.
|
16 |
|
17 |
+
This plugin only protects your WordPress generated content. It **does not protect images or uploaded files** so if you enter and exact URL to in image file it will still be accessible.
|
18 |
|
19 |
Features include:
|
20 |
|
21 |
* Password protect your WordPress site with a single password.
|
22 |
* Option to allow access to feeds.
|
23 |
* Option to allow administrators access without entering password.
|
24 |
+
* Works with Mark Jaquith's [Login Logo](https://wordpress.org/plugins/login-logo/) plugin.
|
25 |
+
* Works with the [Uber Login Logo](https://wordpress.org/plugins/uber-login-logo/) plugin.
|
26 |
|
27 |
> Please note, this plugin works by setting a cookie to allow access to the site. If you are using a caching plugin or web hosting such as WP Engine that has in-built caching, you will need to configure the caching service to be disabled if the Password Protected cookie is set.
|
28 |
|
29 |
= Translations =
|
30 |
|
31 |
+
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via WordPress.
|
|
|
32 |
|
33 |
== Installation ==
|
34 |
|
44 |
|
45 |
== Frequently Asked Questions ==
|
46 |
|
47 |
+
= How can I change the WordPress logo to a different image? =
|
48 |
+
Install and configure the [Login Logo](https://wordpress.org/plugins/login-logo/) plugin by Mark Jaquith or the [Uber Login Logo](https://wordpress.org/plugins/uber-login-logo/) plugin. This will change the logo on your password entry page AND also your admin login page.
|
49 |
|
50 |
= How can I enable feeds while the site is password protected? =
|
51 |
In the settings, check the 'Allow Feeds' checkbox.
|
71 |
If you can, please [fork the code](https://github.com/benhuson/password-protected) and submit a pull request via GitHub. If you're not comfortable using Git, then please just submit it to the issues link above.
|
72 |
|
73 |
= How can I translate this plugin? =
|
74 |
+
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via WordPress.
|
|
|
75 |
|
76 |
== Screenshots ==
|
77 |
|
79 |
2. Password Protected settings page.
|
80 |
|
81 |
== Changelog ==
|
82 |
+
|
83 |
+
= Unreleased =
|
84 |
+
|
85 |
+
= 2.2.5 =
|
86 |
+
- Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form. Props [Jeremy Herve](https://github.com/jeherve).
|
87 |
+
- Fix stray "and" in readme. Props [Viktor Szépe](https://github.com/szepeviktor).
|
88 |
+
- Update Portuguese translation. Props [Jonathan Hult](https://github.com/jhult).
|
89 |
+
- Update Russian translation. Props [Alexey Chumakov](https://github.com/achumakov).
|
90 |
|
91 |
= 2.2.4 =
|
92 |
- Check that `$_SERVER['REMOTE_ADDR']` is set.
|
161 |
= 1.7 =
|
162 |
* Remove JavaScript that disables admin RSS checkbox.
|
163 |
* Added 'password_protected_theme_file' filter to allow custom login templates.
|
|
|
164 |
* Add option to allow logged in users.
|
165 |
|
166 |
= 1.6.2 =
|
214 |
|
215 |
== Upgrade Notice ==
|
216 |
|
217 |
+
= 2.2.5 =
|
218 |
+
Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form.
|
219 |
+
|
220 |
+
= 2.2.4 =
|
221 |
+
Check that `$_SERVER['REMOTE_ADDR']` is set.
|
222 |
+
|
223 |
= 2.2.3 =
|
224 |
Restrict REST-API-access only if password protection is active. Added viewport meta tag to login page.
|
225 |
|
260 |
Fix login template compatibility for WordPress 3.9
|
261 |
|
262 |
= 1.7 =
|
263 |
+
Added 'password_protected_theme_file' filter and option to allow logged in users.
|
264 |
|
265 |
= 1.6.2 =
|
266 |
Allow redirection to a different URL when logging out.
|
theme/password-protected-login.php
CHANGED
@@ -117,7 +117,7 @@ do_action( 'password_protected_login_head' );
|
|
117 |
|
118 |
<form name="loginform" id="loginform" action="<?php echo esc_url( $Password_Protected->login_url() ); ?>" method="post">
|
119 |
<p>
|
120 |
-
<label for="password_protected_pass"><?php
|
121 |
<input type="password" name="password_protected_pwd" id="password_protected_pass" class="input" value="" size="20" tabindex="20" /></label>
|
122 |
</p>
|
123 |
|
@@ -149,4 +149,4 @@ if(typeof wpOnload=='function')wpOnload();
|
|
149 |
<div class="clear"></div>
|
150 |
|
151 |
</body>
|
152 |
-
</html>
|
117 |
|
118 |
<form name="loginform" id="loginform" action="<?php echo esc_url( $Password_Protected->login_url() ); ?>" method="post">
|
119 |
<p>
|
120 |
+
<label for="password_protected_pass"><?php echo apply_filters( 'password_protected_login_password_title', __( 'Password', 'password-protected' ) ); ?><br />
|
121 |
<input type="password" name="password_protected_pwd" id="password_protected_pass" class="input" value="" size="20" tabindex="20" /></label>
|
122 |
</p>
|
123 |
|
149 |
<div class="clear"></div>
|
150 |
|
151 |
</body>
|
152 |
+
</html>
|