Custom Login Page Customizer | LoginPress - Version 1.1.13

Version Description

  • 2018-11-05 =
  • Update: log file (active theme info).
  • Compatibility: LoginPress is compatible with Russian language now. Special thanks to satone667 to contribute.
  • Enhancement: Code refactoring.
Download this release

Release Info

Developer hiddenpearls
Plugin Icon 128x128 Custom Login Page Customizer | LoginPress
Version 1.1.13
Comparing to
See all releases

Code changes from version 1.1.12 to 1.1.13

classes/class-loginpress-log.php CHANGED
@@ -99,6 +99,14 @@ class LoginPress_Log_Info {
99
  $html .= 'Max Input Vars: ' . ini_get( 'max_input_vars' ) . "\n";
100
  $html .= 'Display Errors: ' . ( ini_get( 'display_errors' ) ? 'On (' . ini_get( 'display_errors' ) . ')' : 'N/A' ) . "\n";
101
 
 
 
 
 
 
 
 
 
102
  // WordPress active plugins
103
  $html .= "\n" . '-- WordPress Active Plugins --' . "\n\n";
104
  $plugins = get_plugins();
99
  $html .= 'Max Input Vars: ' . ini_get( 'max_input_vars' ) . "\n";
100
  $html .= 'Display Errors: ' . ( ini_get( 'display_errors' ) ? 'On (' . ini_get( 'display_errors' ) . ')' : 'N/A' ) . "\n";
101
 
102
+ // WordPress active themes
103
+ $html .= "\n" . '-- WordPress Active Theme --' . "\n\n";
104
+ $my_theme = wp_get_theme();
105
+ $html .= 'Name: ' . $my_theme->get( 'Name' ) . "\n";
106
+ $html .= 'URI: ' . $my_theme->get( 'ThemeURI' ) . "\n";
107
+ $html .= 'Author: ' . $my_theme->get( 'Author' ) . "\n";
108
+ $html .= 'Version: ' . $my_theme->get( 'Version' ) . "\n";
109
+
110
  // WordPress active plugins
111
  $html .= "\n" . '-- WordPress Active Plugins --' . "\n\n";
112
  $plugins = get_plugins();
languages/loginpress-ru_RU.mo ADDED
Binary file
languages/loginpress-ru_RU.po ADDED
@@ -0,0 +1,1371 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
4
+ "%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
5
+ "Project-Id-Version: LoginPress - Customizing the WordPress Login\n"
6
+ "POT-Creation-Date: 2018-07-13 17:43+0500\n"
7
+ "PO-Revision-Date: 2018-11-01 12:23+0300\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.2\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
15
+ "X-Poedit-WPHeader: loginpress.php\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
+ "Last-Translator: \n"
21
+ "Language: ru\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
24
+
25
+ #: classes/class-loginpress-addons.php:100
26
+ #: classes/class-loginpress-addons.php:185
27
+ #, php-format
28
+ msgid "%1$s Already Installed %2$s"
29
+ msgstr "%1$s уже установлено %2$s"
30
+
31
+ #: classes/class-loginpress-addons.php:104
32
+ #: classes/class-loginpress-addons.php:190
33
+ #, php-format
34
+ msgid "%1$s Activate Plugin %2$s"
35
+ msgstr "%1$s активировать плагин %2$s"
36
+
37
+ #: classes/class-loginpress-addons.php:195
38
+ #, php-format
39
+ msgid "%1$s Install %2$s"
40
+ msgstr "%1$s установка %2$s"
41
+
42
+ #: classes/class-loginpress-addons.php:226
43
+ msgid "You have a lifetime license, it will never expire."
44
+ msgstr "У вас пожизненная лицензия."
45
+
46
+ #: classes/class-loginpress-addons.php:230
47
+ #, php-format
48
+ msgid "Your (%2$s) license key is valid until %s."
49
+ msgstr "Ваш (%2$s) ключ лицензии действителен до %s."
50
+
51
+ #: classes/class-loginpress-addons.php:244
52
+ msgid "You need to activate your license to download the following add-ons."
53
+ msgstr "Для загрузки следующих надстроек необходимо активировать лицензию."
54
+
55
+ #: classes/class-loginpress-addons.php:257
56
+ msgid "You need to upgrade to LoginPress Pro to access these add-ons."
57
+ msgstr ""
58
+ "Чтобы получить доступ к этим надстройкам, необходимо выполнить обновление до "
59
+ "LoginPress Pro."
60
+
61
+ #: classes/class-loginpress-addons.php:482
62
+ msgid "Extend the functionality of LoginPress with these awesome Add-ons"
63
+ msgstr ""
64
+ "Расширьте функциональность LoginPress с этими удивительными дополнениями"
65
+
66
+ #: classes/class-loginpress-custom-password.php:45
67
+ #: include/customizer-strings.php:81 include/template-loginpress.php:518
68
+ msgid "Password"
69
+ msgstr "Пароль"
70
+
71
+ #: classes/class-loginpress-custom-password.php:49
72
+ msgid "Confirm Password"
73
+ msgstr "Подтверждение пароля"
74
+
75
+ #: classes/class-loginpress-custom-password.php:70
76
+ msgid "<strong>ERROR</strong>: Please enter your password twice."
77
+ msgstr "<strong>Ошибка</strong>: Введите ваш пароль дважды."
78
+
79
+ #: classes/class-loginpress-custom-password.php:74
80
+ msgid ""
81
+ "<strong>ERROR</strong>: Please enter the same password in the end password "
82
+ "fields."
83
+ msgstr ""
84
+ "<strong>Ошибка</strong>: Введите такой же пароль в последнее поле пароля."
85
+
86
+ #: classes/class-loginpress-filter-plugin.php:42
87
+ #, php-format
88
+ msgid "Buy %s now"
89
+ msgstr "Купить %s сейчас"
90
+
91
+ #: classes/class-loginpress-filter-plugin.php:43
92
+ msgid "Buy Now"
93
+ msgstr "Купить сейчас"
94
+
95
+ #: classes/class-loginpress-filter-plugin.php:186
96
+ msgid "Analytify"
97
+ msgstr "Анализировать"
98
+
99
+ #: classes/class-loginpress-filter-plugin.php:195
100
+ msgid ""
101
+ "Analytify is reshaping Google Analytics in WordPress. See Social Media, "
102
+ "Keywords, Realtime, Country, Mobile and Browsers Statistics under pages and "
103
+ "posts."
104
+ msgstr ""
105
+ "Analytify меняет Google Analytics в WordPress. См. социальные сети, ключевые "
106
+ "слова, статистику в реальном времени, страну, мобильные устройства и "
107
+ "браузеры в разделе страницы и сообщения."
108
+
109
+ #: classes/class-loginpress-filter-plugin.php:198
110
+ msgid "Related Posts"
111
+ msgstr "Связанные посты"
112
+
113
+ #: classes/class-loginpress-filter-plugin.php:207
114
+ msgid ""
115
+ "Related Post Thumbnails plugin is for those who want the showcase of their "
116
+ "related posts after the post detail. The plugin allows customizing thumbnail "
117
+ "sizes, display settings, and type of relations. The plugin is using original "
118
+ "WordPress taxonomy. It returns generated HTML, that is essential for page "
119
+ "load speed of blogs that use many Javascript widgets."
120
+ msgstr ""
121
+ "Плагин для тех, кто хочет просматривать свои связанные посты в подробностях "
122
+ "опубликованной записи. Плагин позволяет настраивать размеры миниатюр, "
123
+ "параметры отображения и тип отношений. Плагин использует оригинальную "
124
+ "таксономию WordPress. Он возвращает сгенерированный HTML, что важно для "
125
+ "скорости загрузки страниц блогов, которые используют множество виджетов "
126
+ "Javascript."
127
+
128
+ #: classes/class-loginpress-filter-plugin.php:210
129
+ msgid "LoginPress Pro"
130
+ msgstr "LoginPress Pro"
131
+
132
+ #: classes/class-loginpress-filter-plugin.php:220
133
+ msgid ""
134
+ "LoginPress Plugin by LoginPress holds a lot of customization fields to "
135
+ "change the layout of the login page of WordPress. You can modify the look "
136
+ "and feel of login page completely even the login error messages, forgot "
137
+ "error messages, registration error messages, forget password hint message "
138
+ "and many more."
139
+ msgstr ""
140
+ "LoginPress Plugin by LoginPress holds a lot of customization fields to "
141
+ "change the layout of the login page of WordPress. You can modify the look "
142
+ "and feel of login page completely even the login error messages, forgot "
143
+ "error messages, registration error messages, forget password hint message "
144
+ "and many more."
145
+
146
+ #: classes/class-loginpress-login-order.php:69 custom.php:821 custom.php:1547
147
+ #, php-format
148
+ msgid "%1$sError:%2$s The username field is empty."
149
+ msgstr "%1$sОшибка:%2$s не указано имя пользователя."
150
+
151
+ #: classes/class-loginpress-login-order.php:71 custom.php:822 custom.php:1549
152
+ #, php-format
153
+ msgid "%1$sError:%2$s The password field is empty."
154
+ msgstr "%1$sОшибка:%2$s не указан пароль."
155
+
156
+ #: classes/class-loginpress-login-order.php:92 custom.php:828
157
+ #, php-format
158
+ msgid "%1$sError:%2$s Invalid Email Address"
159
+ msgstr "%1$sError:%2$s неправильный адрес Email"
160
+
161
+ #: classes/class-loginpress-login-order.php:114 custom.php:820 custom.php:1543
162
+ #, php-format
163
+ msgid "%1$sError:%2$s Invalid Username."
164
+ msgstr "%1$sError:%2$s неправильное имя пользователя."
165
+
166
+ #: classes/class-loginpress-promo.php:9
167
+ msgid "Google Fonts"
168
+ msgstr "Шрифты Google"
169
+
170
+ #: classes/class-loginpress-promo.php:26 classes/class-loginpress-promo.php:47
171
+ #: classes/control-presets.php:74
172
+ msgid "Unlock Premium Feature"
173
+ msgstr "Разблокировать Premium"
174
+
175
+ #: classes/class-loginpress-promo.php:31
176
+ msgid "reCAPTCHA"
177
+ msgstr "reCAPTCHA"
178
+
179
+ #: classes/class-loginpress-settings-api.php:372
180
+ msgid "Choose File"
181
+ msgstr "Выбрать файл"
182
+
183
+ #: classes/class-loginpress-settings-api.php:639
184
+ msgid "Getting Started Video"
185
+ msgstr "Видео \"Начиная работу\""
186
+
187
+ #: classes/class-loginpress-settings-api.php:647
188
+ msgid "Why Go Pro?"
189
+ msgstr "Почему Go Pro?"
190
+
191
+ #: classes/class-loginpress-settings-api.php:650
192
+ msgid "Secure login with Google reCaptcha"
193
+ msgstr "Безопасный вход с помощью Google reCaptcha"
194
+
195
+ #: classes/class-loginpress-settings-api.php:651
196
+ msgid "20+ Custom Login Themes"
197
+ msgstr "20+ настраиваемых тем страницы логина"
198
+
199
+ #: classes/class-loginpress-settings-api.php:652
200
+ msgid "Full customization with Custom CSS & JS"
201
+ msgstr "Полная настройка с Custom CSS & JS"
202
+
203
+ #: classes/class-loginpress-settings-api.php:657
204
+ msgid "See What's In The Pro Version"
205
+ msgstr "Смотрите что есть в версии Pro"
206
+
207
+ #: classes/class-loginpress-settings-api.php:666
208
+ msgid "Plugin Support"
209
+ msgstr "Поддержка плагинов"
210
+
211
+ #: classes/class-loginpress-settings-api.php:669
212
+ msgid "Got a Question, Idea, Problem or Praise?"
213
+ msgstr "Есть вопрос, идея, проблема или благодарность?"
214
+
215
+ #: classes/class-loginpress-settings-api.php:671
216
+ msgid "Support Request"
217
+ msgstr "Запрос поддержки"
218
+
219
+ #: classes/class-loginpress-setup.php:53
220
+ msgid "Default Settings Restored"
221
+ msgstr "Восстановить настройки по умолчанию"
222
+
223
+ #: classes/class-loginpress-setup.php:60 custom.php:242 loginpress.php:280
224
+ msgid "LoginPress"
225
+ msgstr "LoginPress"
226
+
227
+ #: classes/class-loginpress-setup.php:62 classes/class-loginpress-setup.php:79
228
+ msgid "Settings"
229
+ msgstr "Настройки"
230
+
231
+ #: classes/class-loginpress-setup.php:64
232
+ msgid "Customizer"
233
+ msgstr "Настройщик"
234
+
235
+ #: classes/class-loginpress-setup.php:66
236
+ msgid "Help"
237
+ msgstr "Помощь"
238
+
239
+ #: classes/class-loginpress-setup.php:68 include/loginpress-import-export.php:9
240
+ msgid "Import/Export LoginPress Settings"
241
+ msgstr "Настройка импорта/экспорта LoginPress"
242
+
243
+ #: classes/class-loginpress-setup.php:68
244
+ msgid "Import / Export"
245
+ msgstr "Импорт/экспресс"
246
+
247
+ #: classes/class-loginpress-setup.php:70
248
+ msgid "Add-Ons"
249
+ msgstr "Аддоны"
250
+
251
+ #: classes/class-loginpress-setup.php:80
252
+ #, php-format
253
+ msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
254
+ msgstr "Все остальное настраивается через %1$sWordPress Customizer%2$s."
255
+
256
+ #: classes/class-loginpress-setup.php:98
257
+ msgid "Upgrade to Pro for More Features"
258
+ msgstr "Обновитесь до версии Pro для получения дополнительных возможностей"
259
+
260
+ #: classes/class-loginpress-setup.php:123
261
+ msgid "Session Expire"
262
+ msgstr "Сессия истекает"
263
+
264
+ #: classes/class-loginpress-setup.php:124
265
+ msgid "Set the session expiration time in minutes. e.g: 10"
266
+ msgstr "Установить время отключения сессии в минутах, например: 10"
267
+
268
+ #: classes/class-loginpress-setup.php:125
269
+ msgid "10"
270
+ msgstr "10"
271
+
272
+ #: classes/class-loginpress-setup.php:148
273
+ msgid "Custom Password Fields"
274
+ msgstr "Настраиваемые поля пароля"
275
+
276
+ #: classes/class-loginpress-setup.php:149
277
+ msgid "Enable custom password fields on registration form."
278
+ msgstr "Включить настраиваемый поля пароля в регистрационных формах."
279
+
280
+ #: classes/class-loginpress-setup.php:154
281
+ msgid "Login Order"
282
+ msgstr "Порядок входа"
283
+
284
+ #: classes/class-loginpress-setup.php:155
285
+ msgid "Enable users to login using their username and/or email address."
286
+ msgstr "Включить вход пользователей с помощью имени и/или адреса почты."
287
+
288
+ #: classes/class-loginpress-setup.php:172
289
+ msgid "Reset Default Settings"
290
+ msgstr "Восстановить настройки по умолчанию"
291
+
292
+ #: classes/class-loginpress-setup.php:173
293
+ msgid "Remove my custom settings."
294
+ msgstr "Удалить мои настройки."
295
+
296
+ #: classes/class-loginpress-setup.php:206
297
+ msgid "LoginPress - Rebranding your boring WordPress Login pages"
298
+ msgstr "LoginPress - обновление надоевших форм входа WordPress"
299
+
300
+ #: classes/class-loginpress-setup.php:225
301
+ #, php-format
302
+ msgid "Free support is available on the %1$s plugin support forums%2$s."
303
+ msgstr "Бесплатная поддержка доступна на %1$s форуме поддержки %2$s."
304
+
305
+ #: classes/class-loginpress-setup.php:227
306
+ #, php-format
307
+ msgid ""
308
+ "For premium features, add-ons and priority email support, %1$s upgrade to pro"
309
+ "%2$s."
310
+ msgstr ""
311
+ "Для премиум функций, аддонов и приоритетной поддержки, %1$s одновитесь до pro"
312
+ "%2$s."
313
+
314
+ #: classes/class-loginpress-setup.php:233
315
+ msgid "Download Log File"
316
+ msgstr "Скачать лог файл"
317
+
318
+ #: classes/class-loginpress-setup.php:287
319
+ msgid "Lost Password URL"
320
+ msgstr "URL забытого пароля"
321
+
322
+ #: classes/class-loginpress-setup.php:288
323
+ msgid ""
324
+ "Use WordPress default lost password URL instead of WooCommerce custom lost "
325
+ "password URL."
326
+ msgstr ""
327
+ "Использовать адрес по умолчанию WordPress для замены забытого пароля вместо "
328
+ "станицы WooCommerce."
329
+
330
+ #: classes/control-presets.php:78
331
+ msgid "Contact us for Custom Design"
332
+ msgstr "Свяжитесь с нами для заказа своего личного дизайна"
333
+
334
+ #: classes/controls/group.php:53
335
+ msgid "Info:"
336
+ msgstr "Инфо:"
337
+
338
+ #: custom.php:243
339
+ msgid "Customize Your WordPress Login Page with LoginPress :)"
340
+ msgstr "Настройте вашу страницу входа WordPress с помощью LoginPress :)"
341
+
342
+ #: custom.php:256
343
+ msgid "Themes"
344
+ msgstr "Темы"
345
+
346
+ #: custom.php:257
347
+ msgid "Choose Theme"
348
+ msgstr "Выберите тему"
349
+
350
+ #: custom.php:270 custom.php:277 custom.php:475 custom.php:482
351
+ msgid "Company"
352
+ msgstr "Компания"
353
+
354
+ #: custom.php:271 custom.php:282 custom.php:476
355
+ msgid "Persona"
356
+ msgstr "Персона"
357
+
358
+ #: custom.php:272 custom.php:273 custom.php:477 custom.php:478
359
+ msgid "Corporate"
360
+ msgstr "Фирма"
361
+
362
+ #: custom.php:274 custom.php:479
363
+ msgid "Startup"
364
+ msgstr "Автозапуск"
365
+
366
+ #: custom.php:275 custom.php:480
367
+ msgid "Wedding"
368
+ msgstr "Свадьба"
369
+
370
+ #: custom.php:276 custom.php:481
371
+ msgid "Wedding #2"
372
+ msgstr "Свадьба №2"
373
+
374
+ #: custom.php:278 custom.php:483
375
+ msgid "Bikers"
376
+ msgstr "Байкеры"
377
+
378
+ #: custom.php:279
379
+ msgid "Fitness"
380
+ msgstr "Фитнес"
381
+
382
+ #: custom.php:280
383
+ msgid "Shopping"
384
+ msgstr "Шоппинг"
385
+
386
+ #: custom.php:281
387
+ msgid "Writers"
388
+ msgstr "Писатели"
389
+
390
+ #: custom.php:283
391
+ msgid "Geek"
392
+ msgstr "Гики"
393
+
394
+ #: custom.php:284
395
+ msgid "Innovation"
396
+ msgstr "Инновации"
397
+
398
+ #: custom.php:285
399
+ msgid "Photographers"
400
+ msgstr "Фотографы"
401
+
402
+ #: custom.php:314
403
+ msgid "Custom Design"
404
+ msgstr "Индивидуальный дизайн"
405
+
406
+ #: custom.php:332
407
+ msgid "Logo"
408
+ msgstr "Лого"
409
+
410
+ #: custom.php:333
411
+ msgid "Customize Your Logo Section"
412
+ msgstr "Настроить раздел логотипа"
413
+
414
+ #: custom.php:352
415
+ msgid "Disable Logo:"
416
+ msgstr "Отключить лого:"
417
+
418
+ #: custom.php:365
419
+ msgid "Logo Image:"
420
+ msgstr "Рисунок логотипа:"
421
+
422
+ #: custom.php:383
423
+ msgid "Logo URL:"
424
+ msgstr "Адрес логотипа:"
425
+
426
+ #: custom.php:383
427
+ msgid "Logo Hover Title:"
428
+ msgstr "Заголовок лого при наведении курсора:"
429
+
430
+ #: custom.php:409
431
+ msgid "Background"
432
+ msgstr "Фон"
433
+
434
+ #: custom.php:423
435
+ msgid "Background Color:"
436
+ msgstr "Цвет фона:"
437
+
438
+ #: custom.php:442
439
+ msgid "Enable Background Image?"
440
+ msgstr "Включить фоновое изображение?"
441
+
442
+ #: custom.php:456
443
+ msgid "Background Image:"
444
+ msgstr "Фоновое изображение:"
445
+
446
+ #: custom.php:503
447
+ msgid "Background Gallery:"
448
+ msgstr "Галерея фонов:"
449
+
450
+ #: custom.php:516
451
+ msgid "Background Repeat:"
452
+ msgstr "Повтор фонов:"
453
+
454
+ #: custom.php:539
455
+ msgid "Select Position:"
456
+ msgstr "Выберите позицию:"
457
+
458
+ #: custom.php:564
459
+ msgid "Background Image Size: "
460
+ msgstr "Размер рисунка фона "
461
+
462
+ #: custom.php:582
463
+ msgid "Customize Login Form"
464
+ msgstr "Настроить форму входа"
465
+
466
+ #: custom.php:604
467
+ msgid "Enable Form Transparency:"
468
+ msgstr "Включить прозрачность формы:"
469
+
470
+ #: custom.php:617
471
+ msgid "Form Background Image:"
472
+ msgstr "Изображение фона формы:"
473
+
474
+ #: custom.php:744
475
+ msgid "Customize Forget Form"
476
+ msgstr "Настроить форму удаления"
477
+
478
+ #: custom.php:757
479
+ msgid "Forget Form Background Image:"
480
+ msgstr "Изображение фона формы удаления:"
481
+
482
+ #: custom.php:771
483
+ msgid "Forget Form Background Color:"
484
+ msgstr "Цвет фона формы удаления:"
485
+
486
+ #: custom.php:781
487
+ msgid "Button Beauty"
488
+ msgstr "Украшение кнопки"
489
+
490
+ #: custom.php:812
491
+ msgid "Error Messages"
492
+ msgstr "Сообщения об ошибках"
493
+
494
+ #: custom.php:820 custom.php:1545
495
+ #, php-format
496
+ msgid "%1$sError:%2$s Invalid Password."
497
+ msgstr "%1$sОшибка:%2$s Неправильный пароль."
498
+
499
+ #: custom.php:823 custom.php:1551
500
+ #, php-format
501
+ msgid "%1$sError:%2$s The email address isn't correct.."
502
+ msgstr "%1$sОшибка:%2$s Адрес почты неверен."
503
+
504
+ #: custom.php:824 custom.php:1553
505
+ #, php-format
506
+ msgid "%1$sError:%2$s Please type your email address."
507
+ msgstr "%1$sОшибка:%2$s Укажите ваш адрес."
508
+
509
+ #: custom.php:825 custom.php:1555
510
+ #, php-format
511
+ msgid ""
512
+ "%1$sError:%2$s This username is already registered. Please choose another "
513
+ "one."
514
+ msgstr ""
515
+ "%1$sОшибка:%2$s Такое имя пользователя уже используется, выберите другое."
516
+
517
+ #: custom.php:826 custom.php:1557
518
+ #, php-format
519
+ msgid ""
520
+ "%1$sError:%2$s This email is already registered, please choose another one."
521
+ msgstr "%1$sОшибка:%2$s этот адрес почты уже зарегистрирован, укажете другой."
522
+
523
+ #: custom.php:827 custom.php:1559
524
+ #, php-format
525
+ msgid "%1$sError:%2$s Invalid username or email."
526
+ msgstr "%1$sОшибка:%2$s Неверное имя или адрес."
527
+
528
+ #: custom.php:830
529
+ msgid "Incorrect Username Message:"
530
+ msgstr "Сообщение о неправильном имени пользователя:"
531
+
532
+ #: custom.php:831
533
+ msgid "Incorrect Password Message:"
534
+ msgstr "Сообщение о неверном пароле:"
535
+
536
+ #: custom.php:832
537
+ msgid "Empty Username Message:"
538
+ msgstr "Сообщение о пустом имени:"
539
+
540
+ #: custom.php:833
541
+ msgid "Empty Password Message:"
542
+ msgstr "Сообщение о пустом пароле:"
543
+
544
+ #: custom.php:834
545
+ msgid "Invalid Email Message:"
546
+ msgstr "Сообщение о неверном адресе:"
547
+
548
+ #: custom.php:835
549
+ msgid "Empty Email Message:"
550
+ msgstr "Сообщение о пустом адресе:"
551
+
552
+ #: custom.php:836
553
+ msgid "Username Already Exist Message:"
554
+ msgstr "Пользователь уже существует:"
555
+
556
+ #: custom.php:837
557
+ msgid "Email Already Exist Message:"
558
+ msgstr "Почта уже используется:"
559
+
560
+ #: custom.php:838
561
+ msgid "Forget Password Message:"
562
+ msgstr "Сообщение об удалении данных:"
563
+
564
+ #: custom.php:839
565
+ msgid "Login with Email Message:"
566
+ msgstr "Вход с помощью адреса почты:"
567
+
568
+ #: custom.php:866
569
+ msgid "Welcome Messages"
570
+ msgstr "Сообщение приветствия"
571
+
572
+ #: custom.php:875
573
+ msgid "Welcome Message on Lost Password:"
574
+ msgstr "Сообщение приветствия на потерянный пароль:"
575
+
576
+ #: custom.php:876
577
+ msgid "Welcome Message on Login Page:"
578
+ msgstr "Сообщение приветствия на странице входа:"
579
+
580
+ #: custom.php:877
581
+ msgid "Welcome Message on Registration:"
582
+ msgstr "Сообщение приветствия при регистрации:"
583
+
584
+ #: custom.php:878
585
+ msgid "Logout Message:"
586
+ msgstr "Сообщение при выходе:"
587
+
588
+ #: custom.php:879
589
+ msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
590
+ msgstr "Граница поля сообщения: (Пример: 1px solid #00a0d2;)"
591
+
592
+ #: custom.php:912
593
+ msgid "Message Field Background Color:"
594
+ msgstr "Цвет фона поля сообщения:"
595
+
596
+ #: custom.php:1024
597
+ msgid "Form Footer"
598
+ msgstr "Подвал формы"
599
+
600
+ #: custom.php:1046
601
+ msgid "Enable Footer Text:"
602
+ msgstr "Включить текст подвала:"
603
+
604
+ #: custom.php:1060
605
+ msgid "Lost Password Text:"
606
+ msgstr "Текст при потере пароля:"
607
+
608
+ #: custom.php:1095
609
+ msgid "Footer Text Color:"
610
+ msgstr "Цвет текста подвала:"
611
+
612
+ #: custom.php:1109
613
+ msgid "Footer Text Hover Color:"
614
+ msgstr "Цвет текста подвала при наведении:"
615
+
616
+ #: custom.php:1130
617
+ msgid "Text Font Size:"
618
+ msgstr "Размер шрифта текста:"
619
+
620
+ #: custom.php:1146
621
+ msgid "Footer Background Color:"
622
+ msgstr "Цвет фона подвала:"
623
+
624
+ #: custom.php:1170
625
+ msgid "Enable \"Back to\" Text:"
626
+ msgstr "Включить текст \"Вернуться на сайт\":"
627
+
628
+ #: custom.php:1185
629
+ msgid "\"Back to\" Text Decoration:"
630
+ msgstr "Оформление текста \"Вернуться на сайт\":"
631
+
632
+ #: custom.php:1205
633
+ msgid "\"Back to\" Text Color:"
634
+ msgstr "Цвет текста \"Вернуться на сайт\":"
635
+
636
+ #: custom.php:1219
637
+ msgid "\"Back to\" Text Hover Color:"
638
+ msgstr "Цвет текста \"Вернуться на сайт\" при наведении:"
639
+
640
+ #: custom.php:1240
641
+ msgid "\"Back to\" Text Font Size:"
642
+ msgstr "Размер шрифта текста \"Вернуться на сайт\":"
643
+
644
+ #: custom.php:1256
645
+ msgid "\"Back to\" Background Color:"
646
+ msgstr "Цвет фона текста \"Вернуться на сайт\":"
647
+
648
+ #: custom.php:1281
649
+ msgid "Enable Copyright Note:"
650
+ msgstr "Включить указание копирайта:"
651
+
652
+ #: custom.php:1285 custom.php:1449
653
+ #, php-format
654
+ msgid "© %1$s %2$s, All Rights Reserved."
655
+ msgstr "© %1$s %2$s, Все права защищены."
656
+
657
+ #: custom.php:1292
658
+ msgid "Copyright Note:"
659
+ msgstr "Примечание копирайта:"
660
+
661
+ #: custom.php:1316
662
+ msgid ""
663
+ "Show some Love. Please help others learn about this free plugin by placing "
664
+ "small link in footer. Thank you very much!"
665
+ msgstr ""
666
+ "Проявите благодарность: пусть пользователи вашего сайта узнают о нашем "
667
+ "плагине. Спасибо!"
668
+
669
+ #: custom.php:1331
670
+ msgid "Love Position:"
671
+ msgstr "Расположение благодарности:"
672
+
673
+ #: custom.php:1349
674
+ msgid "Custom CSS/JS"
675
+ msgstr "Свои CSS/JS"
676
+
677
+ #: custom.php:1362
678
+ msgid "Customize CSS:"
679
+ msgstr "Настройка CSS:"
680
+
681
+ #: custom.php:1367
682
+ #, php-format
683
+ msgid ""
684
+ "Custom CSS doen't make effect live. For preview please save the setting and "
685
+ "visit %1$s login%2$s page or after save refresh the customizer."
686
+ msgstr ""
687
+ "Свой CSS отобразится не сразу. Для просмотра изменений сохраните настройки и "
688
+ "перейдите на страницу %1$s входа %2$s."
689
+
690
+ #: custom.php:1377
691
+ msgid "Customize JS:"
692
+ msgstr "Свой JS:"
693
+
694
+ #: custom.php:1382
695
+ #, php-format
696
+ msgid ""
697
+ "Custom JS doen't make effect live. For preview please save the setting and "
698
+ "visit %1$s login%2$s page or after save refresh the customizer."
699
+ msgstr ""
700
+ "Свой JS отобразится не сразу. Для просмотра изменений сохраните настройки и "
701
+ "перейдите на страницу %1$s входа %2$s."
702
+
703
+ #: custom.php:1432 custom.php:1434
704
+ msgid "Powered by:"
705
+ msgstr "Разработано:"
706
+
707
+ #: custom.php:1634 include/template-loginpress.php:469
708
+ msgid "Username"
709
+ msgstr "Пользователь"
710
+
711
+ #: custom.php:1636
712
+ msgid "Email Address"
713
+ msgstr "Адрес почты"
714
+
715
+ #: custom.php:1703 include/template-loginpress.php:370
716
+ msgid ""
717
+ "Please enter your username or email address. You will receive a link to "
718
+ "create a new password via email."
719
+ msgstr ""
720
+ "Введите ваше имя пользователя и адрес. Вам будет выслано письмо со ссылкой "
721
+ "для создания нового пароля."
722
+
723
+ #: custom.php:1711 include/template-loginpress.php:465
724
+ msgid "Register For This Site"
725
+ msgstr "Зарегистрироваться"
726
+
727
+ #: custom.php:1729 custom.php:1733
728
+ msgid "Your password has been reset."
729
+ msgstr "Вам выслан пароль."
730
+
731
+ #: custom.php:1733 include/template-loginpress.php:397
732
+ #: include/template-loginpress.php:491
733
+ msgid "Log in"
734
+ msgstr "Вход"
735
+
736
+ #: include/class-remote-notification-client.php:126
737
+ #: include/class-remote-notification-client.php:137
738
+ msgid "Cheatin&#8217; huh?"
739
+ msgstr "Жульничаете?"
740
+
741
+ #: include/class-remote-notification-client.php:502
742
+ msgid "Dismiss notification"
743
+ msgstr "Отключить уведомление"
744
+
745
+ #: include/class-remote-notification-client.php:701
746
+ #, php-format
747
+ msgid "The server response was invalid (code %s)"
748
+ msgstr "Неверный ответ сервера (код %s)"
749
+
750
+ #: include/class-remote-notification-client.php:707
751
+ msgid "The server response is empty"
752
+ msgstr "Пустой ответ сервера"
753
+
754
+ #: include/class-remote-notification-client.php:713
755
+ msgid "Cannot decode the response content"
756
+ msgstr "Не могу расшифровать ответ сервера"
757
+
758
+ #. translators: 1: Name of this plugin
759
+ #: include/create-loginpress-page.php:58
760
+ #, php-format
761
+ msgid ""
762
+ "<p>This page is used by %1$s to preview the login page in the Customizer.</p>"
763
+ msgstr ""
764
+ "<p>Эта страница используется %1$s для предпросмотра страницы входа в "
765
+ "Customizer.</p>"
766
+
767
+ #: include/create-loginpress-page.php:63
768
+ msgctxt "Page slug"
769
+ msgid "loginpress"
770
+ msgstr "loginpress"
771
+
772
+ #: include/create-loginpress-page.php:64
773
+ msgctxt "Page title"
774
+ msgid "LoginPress"
775
+ msgstr "LoginPress"
776
+
777
+ #: include/customizer-strings.php:8
778
+ msgid "Logo Width:"
779
+ msgstr "Ширина лого:"
780
+
781
+ #: include/customizer-strings.php:8
782
+ msgid "Logo Height:"
783
+ msgstr "Высота лого:"
784
+
785
+ #: include/customizer-strings.php:8
786
+ msgid "Space Bottom:"
787
+ msgstr "Интервал снизу:"
788
+
789
+ #: include/customizer-strings.php:22
790
+ msgid "Input Fields:"
791
+ msgstr "Поля ввода:"
792
+
793
+ #: include/customizer-strings.php:23
794
+ msgid "Input Field Labels:"
795
+ msgstr "Метки полей ввода:"
796
+
797
+ #: include/customizer-strings.php:24
798
+ msgid "Login Form:"
799
+ msgstr "Форма входа:"
800
+
801
+ #: include/customizer-strings.php:25
802
+ msgid "Lost Your Password Text"
803
+ msgstr "Текст забытого пароля"
804
+
805
+ #: include/customizer-strings.php:26
806
+ msgid "Back To Site Text"
807
+ msgstr "Текст \"Вернуться на сайт\""
808
+
809
+ #: include/customizer-strings.php:27
810
+ msgid "LoginPress Footer Text"
811
+ msgstr "Текст подвала LoginPress"
812
+
813
+ #: include/customizer-strings.php:29
814
+ msgid ""
815
+ "This section helps you to easily Customize the login form input field "
816
+ "elements."
817
+ msgstr "Это раздел помогает легко настроить элементы формы входа."
818
+
819
+ #: include/customizer-strings.php:30
820
+ msgid ""
821
+ "This section helps you to easily Customize the login form input field labels."
822
+ msgstr "Это раздел помогает легко настроить метки элементов формы входа."
823
+
824
+ #: include/customizer-strings.php:31
825
+ msgid ""
826
+ "This section helps you to easily Customize the login form elements whether "
827
+ "they are form lables, fields or backgrounds."
828
+ msgstr ""
829
+ "Это раздел помогает легко настроить элементы формы входа такие как метки "
830
+ "формы, поля и фоны."
831
+
832
+ #: include/customizer-strings.php:32
833
+ msgid ""
834
+ " Customize the \"Lost your password\" and \"Register\" text section under "
835
+ "the form."
836
+ msgstr ""
837
+ " Настроить текст разделов \"Забыли пароль\" и \"Регистрация\" под формой."
838
+
839
+ #: include/customizer-strings.php:33
840
+ msgid "Customize the \"Back to\" text section under the form."
841
+ msgstr "Настройка раздела \"Вернуться на сайт\" внизу формы."
842
+
843
+ #: include/customizer-strings.php:34
844
+ msgid ""
845
+ "Customize the copyright note and branding sections at the footer of login "
846
+ "page."
847
+ msgstr "Настройка копирайта и секции брэндинга в подвале станицы входа."
848
+
849
+ #: include/customizer-strings.php:44
850
+ msgid "Form Width:"
851
+ msgstr "Ширина формы:"
852
+
853
+ #: include/customizer-strings.php:45
854
+ msgid "Form Minimum Height:"
855
+ msgstr "Минимальная высота формы:"
856
+
857
+ #: include/customizer-strings.php:46
858
+ msgid "Form Radius:"
859
+ msgstr "Радиус закругления формы:"
860
+
861
+ #: include/customizer-strings.php:47
862
+ msgid "Form Shadow:"
863
+ msgstr "Тень формы:"
864
+
865
+ #: include/customizer-strings.php:48
866
+ msgid "Form Shadow Opacity:"
867
+ msgstr "Прозрачность тени формы:"
868
+
869
+ #: include/customizer-strings.php:49
870
+ msgid "Input Text Field Width:"
871
+ msgstr "Ширина поля ввода текста:"
872
+
873
+ #: include/customizer-strings.php:50
874
+ msgid "Input Text Field Radius:"
875
+ msgstr "Радиус закругления поля ввода текста:"
876
+
877
+ #: include/customizer-strings.php:51
878
+ msgid "Input Text Field Shadow:"
879
+ msgstr "Тень поля ввода текста:"
880
+
881
+ #: include/customizer-strings.php:52
882
+ msgid "Input Text Field Shadow Opacity:"
883
+ msgstr "Прозрачность тени поля ввода текста:"
884
+
885
+ #: include/customizer-strings.php:53
886
+ msgid "Input Field Label Font Size:"
887
+ msgstr "Текст размера метки поля ввода:"
888
+
889
+ #: include/customizer-strings.php:54
890
+ msgid "Remember Me Font Size:"
891
+ msgstr "Размер шрифта \"Запомнить меня\":"
892
+
893
+ #: include/customizer-strings.php:73
894
+ msgid "Form Background Color:"
895
+ msgstr "Цвет фона формы:"
896
+
897
+ #: include/customizer-strings.php:74
898
+ msgid "Input Field Background Color:"
899
+ msgstr "Цвет фона поля ввода:"
900
+
901
+ #: include/customizer-strings.php:75
902
+ msgid "Input Field Text Color:"
903
+ msgstr "Цвет текста поля ввода:"
904
+
905
+ #: include/customizer-strings.php:76
906
+ msgid "Input Field Label Color:"
907
+ msgstr "Цвет метки поля ввода:"
908
+
909
+ #: include/customizer-strings.php:77
910
+ msgid "Remember me Label Color:"
911
+ msgstr "Цвет метки \"Запомнить меня\":"
912
+
913
+ #: include/customizer-strings.php:81 include/template-loginpress.php:382
914
+ #: include/template-loginpress.php:514
915
+ msgid "Username or Email Address"
916
+ msgstr "Имя пользователя или адрес почты"
917
+
918
+ #: include/customizer-strings.php:83
919
+ msgid "Form Padding:"
920
+ msgstr "Отбивка формы:"
921
+
922
+ #: include/customizer-strings.php:84
923
+ msgid "Border (Example: 2px dotted black):"
924
+ msgstr "Граница (Пример: 2px dotted black):"
925
+
926
+ #: include/customizer-strings.php:85
927
+ msgid "Input Text Field Margin:"
928
+ msgstr "Поля текста поля ввода:"
929
+
930
+ #: include/customizer-strings.php:86
931
+ msgid "Username Label:"
932
+ msgstr "Мета имени пользователя:"
933
+
934
+ #: include/customizer-strings.php:87
935
+ msgid "Password Label:"
936
+ msgstr "Метка пароля:"
937
+
938
+ #: include/customizer-strings.php:98
939
+ msgid "Button Color:"
940
+ msgstr "Цвет кнопки:"
941
+
942
+ #: include/customizer-strings.php:99
943
+ msgid "Button Border Color:"
944
+ msgstr "Цвет границы кнопки:"
945
+
946
+ #: include/customizer-strings.php:100
947
+ msgid "Button Color (Hover):"
948
+ msgstr "Цвет кнопки при наведении:"
949
+
950
+ #: include/customizer-strings.php:101
951
+ msgid "Button Border (Hover):"
952
+ msgstr "Граница кнопки при наведении:"
953
+
954
+ #: include/customizer-strings.php:102
955
+ msgid "Button Box Shadow:"
956
+ msgstr "Тень кнопки:"
957
+
958
+ #: include/customizer-strings.php:103
959
+ msgid "Button Text Color:"
960
+ msgstr "Цвет текста кнопки:"
961
+
962
+ #: include/customizer-strings.php:108
963
+ msgid "Button Size:"
964
+ msgstr "Размер кнопки:"
965
+
966
+ #: include/customizer-strings.php:108
967
+ msgid "Button Top Padding:"
968
+ msgstr "Отбивка кнопки сверху:"
969
+
970
+ #: include/customizer-strings.php:108
971
+ msgid "Button Bottom Padding:"
972
+ msgstr "Отбивка кнопки снизу:"
973
+
974
+ #: include/customizer-strings.php:108
975
+ msgid "Radius:"
976
+ msgstr "Радиус закругления:"
977
+
978
+ #: include/customizer-strings.php:108
979
+ msgid "Shadow:"
980
+ msgstr "Тень:"
981
+
982
+ #: include/customizer-strings.php:108
983
+ msgid "Shadow Opacity:"
984
+ msgstr "Прозрачность тени:"
985
+
986
+ #: include/customizer-strings.php:108
987
+ msgid "Text Size:"
988
+ msgstr "Размер текста:"
989
+
990
+ #: include/deactivate_modal.php:131
991
+ msgid "Quick feedback about LoginPress"
992
+ msgstr "Быстрый отзыв на LoginPress"
993
+
994
+ #: include/deactivate_modal.php:134
995
+ msgid "If you have a moment, please let us know why you are deactivating:"
996
+ msgstr "Если у вас есть возможность, укажите причину удаления:"
997
+
998
+ #: include/deactivate_modal.php:141
999
+ msgid " I upgraded to LoginPress Pro"
1000
+ msgstr " Я обновился до версии Про"
1001
+
1002
+ #: include/deactivate_modal.php:143
1003
+ msgid ""
1004
+ "No need to deactivate this LoginPress Core version. Pro version works as an "
1005
+ "add-on with Core version."
1006
+ msgstr ""
1007
+ "Не нужно удалять бесплатную версию плагина, версия Про работает как аддон "
1008
+ "поверх установленной."
1009
+
1010
+ #: include/deactivate_modal.php:150
1011
+ msgid "I only needed the plugin for a short period"
1012
+ msgstr "Плагин мне нужен на небольшое время"
1013
+
1014
+ #: include/deactivate_modal.php:159
1015
+ msgid "I found a better plugin"
1016
+ msgstr "Я нашел плагин лучше"
1017
+
1018
+ #: include/deactivate_modal.php:162
1019
+ msgid "Kindly tell us the Plugin name."
1020
+ msgstr "Пожалуйста, скажите какой плагин вам понравился."
1021
+
1022
+ #: include/deactivate_modal.php:169
1023
+ msgid "The plugin broke my site"
1024
+ msgstr "Плагин обрушил мой сайт"
1025
+
1026
+ #: include/deactivate_modal.php:178
1027
+ msgid "The plugin suddenly stopped working"
1028
+ msgstr "Плагин внезапно перестал работать"
1029
+
1030
+ #: include/deactivate_modal.php:187
1031
+ msgid "I no longer need the plugin"
1032
+ msgstr "Плагин мне более не нужен"
1033
+
1034
+ #: include/deactivate_modal.php:196
1035
+ msgid "It's a temporary deactivation. I'm just debugging an issue."
1036
+ msgstr "Приостановка временная, я просто отлаживаю проблему."
1037
+
1038
+ #: include/deactivate_modal.php:205
1039
+ msgid "Other"
1040
+ msgstr "Прочее"
1041
+
1042
+ #: include/deactivate_modal.php:208
1043
+ msgid "Kindly tell us the reason so we can improve."
1044
+ msgstr "Просим сообщить причину, чтобы мы могли работать лучше."
1045
+
1046
+ #: include/deactivate_modal.php:213
1047
+ msgid "Anonymous feedback"
1048
+ msgstr "Анонимный отзыв"
1049
+
1050
+ #: include/deactivate_modal.php:214
1051
+ msgid "Skip & Deactivate"
1052
+ msgstr "Пропустить и деактивировать"
1053
+
1054
+ #: include/deactivate_modal.php:217
1055
+ msgid "Submit & Deactivate"
1056
+ msgstr "Передать и деактивировать"
1057
+
1058
+ #: include/deactivate_modal.php:218
1059
+ msgid "Cancel"
1060
+ msgstr "Выход"
1061
+
1062
+ #: include/loginpress-import-export.php:10
1063
+ msgid ""
1064
+ "Import/Export your LoginPress Settings for/from other sites. This will "
1065
+ "export/import all the settings including Customizer settings as well."
1066
+ msgstr ""
1067
+ "Импорт/экспорт данных LoginPress с/на другой сайт. Это действие скопирует "
1068
+ "все настройки плагина."
1069
+
1070
+ #: include/loginpress-import-export.php:15
1071
+ msgid "Import Settings:"
1072
+ msgstr "Импорт настроек:"
1073
+
1074
+ #: include/loginpress-import-export.php:19
1075
+ msgid "Import"
1076
+ msgstr "Импорт"
1077
+
1078
+ #: include/loginpress-import-export.php:23
1079
+ msgid "LoginPress Settings Imported Successfully."
1080
+ msgstr "Настройки LoginPress импортированы успешно."
1081
+
1082
+ #: include/loginpress-import-export.php:25
1083
+ msgid "Select a file and click on Import to start processing."
1084
+ msgstr "Выберите файл и нажмите \"Импорт\" для начала обработки."
1085
+
1086
+ #: include/loginpress-import-export.php:30
1087
+ msgid "Export Settings:"
1088
+ msgstr "Экспорт настроек:"
1089
+
1090
+ #: include/loginpress-import-export.php:33
1091
+ msgid "Export"
1092
+ msgstr "Экспорт"
1093
+
1094
+ #: include/loginpress-import-export.php:37
1095
+ msgid "LoginPress Settings Exported Successfully!"
1096
+ msgstr "Экспорт настроек LoginPress выполнен успешно!"
1097
+
1098
+ #: include/loginpress-import-export.php:38
1099
+ msgid "Export LoginPress Settings."
1100
+ msgstr "Настройки экспорта."
1101
+
1102
+ #: include/loginpress-optin-form.php:301
1103
+ msgid "Welcome to LoginPress"
1104
+ msgstr "Добро пожаловать в LoginPress"
1105
+
1106
+ #: include/loginpress-optin-form.php:307
1107
+ #, php-format
1108
+ msgid ""
1109
+ "%1$s Hey %2$s, %4$s If you opt-in some data about your installation of "
1110
+ "LoginPress will be sent to WPBrigade.com (This doesn't include stats)%4$s "
1111
+ "and You will receive new feature updates, security notifications etc %5$sNo "
1112
+ "Spam, I promise.%6$s %4$s%4$s Help us %7$sImprove LoginPress%8$s %4$s %4$s "
1113
+ msgstr ""
1114
+ "%1$s Эй %2$s, %4$s если вы выберите некоторые данные, информация об этой "
1115
+ "установке будет отправлена в WPBrigade.com (кроме статистики)%4$s и вы "
1116
+ "получите новые возможности обновлений, предупреждения безопасности и пр. "
1117
+ "%5$sБез спама.%6$s %4$s%4$s Помогите нам %7$sулучшить LoginPress%8$s %4$s "
1118
+ "%4$s "
1119
+
1120
+ #: include/loginpress-optin-form.php:308
1121
+ msgid "Allow and Continue "
1122
+ msgstr "Принять и продолжить "
1123
+
1124
+ #: include/loginpress-optin-form.php:309
1125
+ msgid "Skip This Step"
1126
+ msgstr "Пропустить этот шаг"
1127
+
1128
+ #: include/loginpress-optin-form.php:311
1129
+ msgid "What permissions are being granted?"
1130
+ msgstr "Какие разрешения предоставляются?"
1131
+
1132
+ #: include/loginpress-optin-form.php:313
1133
+ msgid "Your Website Overview"
1134
+ msgstr "Обзор вашего сайта"
1135
+
1136
+ #: include/loginpress-optin-form.php:314
1137
+ msgid ""
1138
+ "Your Site URL, WordPress & PHP version, plugins & themes. This data lets us "
1139
+ "make sure this plugin always stays compatible with the most popular plugins "
1140
+ "and themes."
1141
+ msgstr ""
1142
+ "Адрес вашего сайта, версии WordPress и PHP, плагинов и тем. Эти данные "
1143
+ "позволят нам быть уверенными в том, что наш плагин всегда будет оставаться "
1144
+ "совместимым с большинством плагинов и тем."
1145
+
1146
+ #: include/loginpress-optin-form.php:316
1147
+ msgid "Your Profile Overview"
1148
+ msgstr "Обзор вашего профиля"
1149
+
1150
+ #: include/loginpress-optin-form.php:317
1151
+ msgid "Your name and email address."
1152
+ msgstr "Ваше имя и адрес почты."
1153
+
1154
+ #: include/loginpress-optin-form.php:319
1155
+ msgid "Admin Notices"
1156
+ msgstr "Примечания для администратора"
1157
+
1158
+ #: include/loginpress-optin-form.php:320
1159
+ msgid "Updates, Announcement, Marketing. No Spam, I promise."
1160
+ msgstr "Обновления, анонсы, маркетинг. Спама не будет."
1161
+
1162
+ #: include/loginpress-optin-form.php:322
1163
+ msgid "Plugin Actions"
1164
+ msgstr "Действия плагина"
1165
+
1166
+ #: include/loginpress-optin-form.php:323
1167
+ msgid ""
1168
+ "Active, Deactive, Uninstallation and How you use this plugin's features and "
1169
+ "settings. This is limited to usage data. It does not include any of your "
1170
+ "sensitive LoginPress data, such as traffic. This data helps us learn which "
1171
+ "features are most popular, so we can improve the plugin further."
1172
+ msgstr ""
1173
+ "Активация, деактивация, удаление и то, как вы используете возможности "
1174
+ "плагина и настроек. Данные ограничены. Они не включают чувствительные данные "
1175
+ "такие как трафик. Эти данные помогают нам узнать какие возможности наиболее "
1176
+ "популярны, чтобы мы могли улучшить работу плагина в будущем."
1177
+
1178
+ #: include/loginpress-optout-form.php:94 include/loginpress-optout-form.php:109
1179
+ msgid "Opt Out"
1180
+ msgstr "Устранение"
1181
+
1182
+ #: include/loginpress-optout-form.php:98
1183
+ msgid ""
1184
+ "We appreciate your help in making the plugin better by letting us track some "
1185
+ "usage data."
1186
+ msgstr ""
1187
+ "Мы благодарны за вашу помощь в разработке плагина предоставлением данных об "
1188
+ "использовании."
1189
+
1190
+ #: include/loginpress-optout-form.php:102
1191
+ #, php-format
1192
+ msgid ""
1193
+ "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
1194
+ "Making a better user experience, prioritizing new features, and more good "
1195
+ "things. We'd really appreciate if you'll reconsider letting us continue with "
1196
+ "the tracking."
1197
+ msgstr ""
1198
+ "Отслеживание использования производится с целью улучшения работы %1$s "
1199
+ "LoginPress %2$s плагина. Обеспечение лучшего пользовательского опыта, "
1200
+ "определение приоритетов новых функций и многое другое. Мы будем очень "
1201
+ "признательны, если вы передумаете и позволите нам продолжить отслеживание."
1202
+
1203
+ #: include/loginpress-optout-form.php:103
1204
+ #, php-format
1205
+ msgid ""
1206
+ "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
1207
+ "LoginPress%2$s."
1208
+ msgstr ""
1209
+ "Нажатием на \"Устранение\", вы отказываетесь от отправки данных в %1$s "
1210
+ "LoginPress%2$s."
1211
+
1212
+ #: include/loginpress-optout-form.php:110
1213
+ msgid "On second thought - I want to continue helping"
1214
+ msgstr "И все таки: я хочу продолжить помогать"
1215
+
1216
+ #: include/privacy-policy.php:13
1217
+ #, php-format
1218
+ msgid "%1$sPrivacy Policy%2$s."
1219
+ msgstr "%1$sПолитика конфиденциальности%2$s."
1220
+
1221
+ #. translators: Login screen title. 1: Login screen name, 2: Network or site name
1222
+ #: include/template-loginpress.php:70
1223
+ #, php-format
1224
+ msgid "%1$s &lsaquo; %2$s &#8212; WordPress"
1225
+ msgstr "%1$s &lsaquo; %2$s &#8212; WordPress"
1226
+
1227
+ #: include/template-loginpress.php:147
1228
+ msgid "https://wordpress.org/"
1229
+ msgstr "https://wordpress.org/"
1230
+
1231
+ #: include/template-loginpress.php:148
1232
+ msgid "Powered by WordPress"
1233
+ msgstr "Работает на WordPress"
1234
+
1235
+ #. translators: %s: site title
1236
+ #: include/template-loginpress.php:250
1237
+ #, php-format
1238
+ msgctxt "site"
1239
+ msgid "&larr; Back to %s"
1240
+ msgstr "&larr; назад к %s"
1241
+
1242
+ #: include/template-loginpress.php:370
1243
+ msgid "Lost Password"
1244
+ msgstr "Забыл пароль"
1245
+
1246
+ #: include/template-loginpress.php:393
1247
+ msgid "Get New Password"
1248
+ msgstr "Получить новый пароль"
1249
+
1250
+ #: include/template-loginpress.php:400 include/template-loginpress.php:487
1251
+ #: include/template-loginpress.php:544
1252
+ msgid "Register"
1253
+ msgstr "Регистрация"
1254
+
1255
+ #: include/template-loginpress.php:465
1256
+ msgid "Registration Form"
1257
+ msgstr "Форма регистрации"
1258
+
1259
+ #: include/template-loginpress.php:473
1260
+ msgid "Email"
1261
+ msgstr "Адрес почты"
1262
+
1263
+ #: include/template-loginpress.php:484
1264
+ msgid "Registration confirmation will be emailed to you."
1265
+ msgstr "Вам отправлено подтверждение регистрации."
1266
+
1267
+ #: include/template-loginpress.php:493 include/template-loginpress.php:552
1268
+ msgid "Lost your password?"
1269
+ msgstr "Забыли пароль?"
1270
+
1271
+ #: include/template-loginpress.php:508 include/template-loginpress.php:536
1272
+ msgid "Log In"
1273
+ msgstr "Вход"
1274
+
1275
+ #: include/template-loginpress.php:534
1276
+ msgid "Remember Me"
1277
+ msgstr "Запомнить меня"
1278
+
1279
+ #: loginpress.php:278
1280
+ msgid "Activate"
1281
+ msgstr "Активировать"
1282
+
1283
+ #: loginpress.php:378
1284
+ msgid "Vote!"
1285
+ msgstr "Голосовать!"
1286
+
1287
+ #: loginpress.php:571
1288
+ msgid "Leave A Review?"
1289
+ msgstr "Оставить отзыв?"
1290
+
1291
+ #: loginpress.php:572
1292
+ msgid ""
1293
+ "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
1294
+ "review on WordPress.org?"
1295
+ msgstr ""
1296
+ "Мы надеемся, что вам нравится работать с LoginPress! Не могли бы вы оставить "
1297
+ "отзыв о нас на WordPress.org?"
1298
+
1299
+ #: loginpress.php:574
1300
+ msgid "Sure! I'd love to!"
1301
+ msgstr "Конечно, я тоже люблю!"
1302
+
1303
+ #: loginpress.php:575
1304
+ msgid "I've already left a review"
1305
+ msgstr "Я уже оставил отзыв"
1306
+
1307
+ #: loginpress.php:576
1308
+ msgid "Maybe Later"
1309
+ msgstr "Может быть позже"
1310
+
1311
+ #: loginpress.php:577
1312
+ msgid "Never show again"
1313
+ msgstr "Никогда не показывать снова"
1314
+
1315
+ #: loginpress.php:602
1316
+ msgid "Introducing LoginPress Addons!"
1317
+ msgstr "Представляем аддоны для LoginPress!"
1318
+
1319
+ #: loginpress.php:603
1320
+ msgid "Extend LoginPress with these add-ons and supercharge your login pages."
1321
+ msgstr "Расширьте возможности ваших страниц входа с помощью LoginPress."
1322
+
1323
+ #: loginpress.php:607
1324
+ msgid "Learn More"
1325
+ msgstr "Узнать больше"
1326
+
1327
+ #: loginpress.php:666
1328
+ #, php-format
1329
+ msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1330
+ msgstr "%1$s Настройки %2$s | %3$s Customize %4$s"
1331
+
1332
+ #: loginpress.php:670
1333
+ #, php-format
1334
+ msgid " | %1$s Opt Out %2$s "
1335
+ msgstr " | %1$s Отклонить %2$s "
1336
+
1337
+ #: loginpress.php:672
1338
+ #, php-format
1339
+ msgid " | %1$s Opt In %2$s "
1340
+ msgstr " | %1$s Участвовать %2$s "
1341
+
1342
+ #: loginpress.php:678
1343
+ #, php-format
1344
+ msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1345
+ msgstr "%1$s %3$s Обновить до Pro %4$s %2$s"
1346
+
1347
+ #. Plugin Name of the plugin/theme
1348
+ msgid "LoginPress - Customizing the WordPress Login"
1349
+ msgstr "LoginPress - настроить вход в WordPress"
1350
+
1351
+ #. Plugin URI of the plugin/theme
1352
+ msgid "http://WPBrigade.com/wordpress/plugins/loginpress/"
1353
+ msgstr "http://WPBrigade.com/wordpress/plugins/loginpress/"
1354
+
1355
+ #. Description of the plugin/theme
1356
+ msgid ""
1357
+ "LoginPress is the best <code>wp-login</code> Login Page Customizer plugin by "
1358
+ "<a href=\"https://wpbrigade.com/\">WPBrigade</a> which allows you to "
1359
+ "completely change the layout of login, register and forgot password forms."
1360
+ msgstr ""
1361
+ "LoginPress - лучший кастомайзер для страницы <code>wp-login</code> от "
1362
+ "разработчиков <a href=\"https://wpbrigade.com/\">WPBrigade</a> который "
1363
+ "позволит вам забыть формы паролей и настроить все нюансы страницы входа."
1364
+
1365
+ #. Author of the plugin/theme
1366
+ msgid "WPBrigade"
1367
+ msgstr "WPBrigade"
1368
+
1369
+ #. Author URI of the plugin/theme
1370
+ msgid "http://WPBrigade.com/"
1371
+ msgstr "http://WPBrigade.com/"
loginpress.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: LoginPress - Customizing the WordPress Login
4
  * Plugin URI: https://WPBrigade.com/wordpress/plugins/loginpress/
5
  * Description: LoginPress is the best <code>wp-login</code> Login Page Customizer plugin by <a href="https://wpbrigade.com/">WPBrigade</a> which allows you to completely change the layout of login, register and forgot password forms.
6
- * Version: 1.1.12
7
  * Author: WPBrigade
8
  * Author URI: https://WPBrigade.com/
9
  * Text Domain: loginpress
@@ -22,7 +22,7 @@ if ( ! class_exists( 'LoginPress' ) ) :
22
  /**
23
  * @var string
24
  */
25
- public $version = '1.1.12';
26
 
27
  /**
28
  * @var The single instance of the class
@@ -335,14 +335,14 @@ if ( ! class_exists( 'LoginPress' ) ) :
335
  */
336
  function _change_auth_cookie_expiration( $expiration, $user_id, $remember ) {
337
 
338
- $loginpress_setting = get_option( 'loginpress_setting' );
339
- $_expiration = isset( $loginpress_setting['session_expiration'] ) ? intval( $loginpress_setting['session_expiration'] ) : '';
340
 
341
  if ( empty( $_expiration ) || '0' == $_expiration ) {
342
  return $expiration;
343
  }
344
 
345
- $expiration = $_expiration * 60; // Duration of the expiration period in seconds.
346
 
347
  return $expiration;
348
  }
3
  * Plugin Name: LoginPress - Customizing the WordPress Login
4
  * Plugin URI: https://WPBrigade.com/wordpress/plugins/loginpress/
5
  * Description: LoginPress is the best <code>wp-login</code> Login Page Customizer plugin by <a href="https://wpbrigade.com/">WPBrigade</a> which allows you to completely change the layout of login, register and forgot password forms.
6
+ * Version: 1.1.13
7
  * Author: WPBrigade
8
  * Author URI: https://WPBrigade.com/
9
  * Text Domain: loginpress
22
  /**
23
  * @var string
24
  */
25
+ public $version = '1.1.13';
26
 
27
  /**
28
  * @var The single instance of the class
335
  */
336
  function _change_auth_cookie_expiration( $expiration, $user_id, $remember ) {
337
 
338
+ $loginpress_setting = get_option( 'loginpress_setting' );
339
+ $_expiration = isset( $loginpress_setting['session_expiration'] ) ? intval( $loginpress_setting['session_expiration'] ) : '';
340
 
341
  if ( empty( $_expiration ) || '0' == $_expiration ) {
342
  return $expiration;
343
  }
344
 
345
+ $expiration = $_expiration * 60; // Convert Duration (minutes) of the expiration period in seconds.
346
 
347
  return $expiration;
348
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tested up to: 4.9
4
  Contributors: WPBrigade, hiddenpearls, AbdulWahab610
5
  Author URI: https://wpbrigade.com
6
  Tags: wp-login, custom wp-login, login customizer, custom login, custom login logo, login customizer, custom login page, login error, login page style, loginpress
7
- Stable tag: 1.1.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -205,6 +205,11 @@ Please visit <a target="_blank" rel="friend" href="https://WPBrigade.com/wordpre
205
 
206
  == Changelog ==
207
 
 
 
 
 
 
208
  = 1.1.12 - 2018-10-10 =
209
  * Bugfix: On load hide login form control if transparency enabled.
210
 
@@ -418,5 +423,5 @@ Please visit <a target="_blank" rel="friend" href="https://WPBrigade.com/wordpre
418
 
419
  == Upgrade Notice ==
420
 
421
- = 1.1.12 =
422
  * Important Release, upgrade immediately.
4
  Contributors: WPBrigade, hiddenpearls, AbdulWahab610
5
  Author URI: https://wpbrigade.com
6
  Tags: wp-login, custom wp-login, login customizer, custom login, custom login logo, login customizer, custom login page, login error, login page style, loginpress
7
+ Stable tag: 1.1.13
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
205
 
206
  == Changelog ==
207
 
208
+ = 1.1.13 - 2018-11-05 =
209
+ * Update: log file (active theme info).
210
+ * Compatibility: LoginPress is compatible with Russian language now. Special thanks to <a href="https://profiles.wordpress.org/satone667" rel="friend">satone667</a> to contribute.
211
+ * Enhancement: Code refactoring.
212
+
213
  = 1.1.12 - 2018-10-10 =
214
  * Bugfix: On load hide login form control if transparency enabled.
215
 
423
 
424
  == Upgrade Notice ==
425
 
426
+ = 1.1.13 =
427
  * Important Release, upgrade immediately.