Advanced Access Manager - Version 5.9.6.2

Version Description

  • Fixed the bug added slashes to the Access Policy JSON document
  • Fixed the bug with Metaboxes & Widgets to prevent PHP warning for widgets that registered with Closure callback
  • Fixed the bug in URI Access feature that causes PHP warning when data is merged for multiple roles
  • Fixed the bug with Access Policy rules that are not initialized correctly for Visitors
  • Fixed the bug reported on GitHub https://github.com/aamplugin/advanced-access-manager/issues/6
  • Changed the way AAM hooks into get_options pipeline with Access Policy "Params". This is done to support array options
  • Changed the way Login Widget is registered to reduce code
Download this release

Release Info

Developer vasyltech
Plugin Icon 128x128 Advanced Access Manager
Version 5.9.6.2
Comparing to
See all releases

Code changes from version 5.9.6.1 to 5.9.6.2

Files changed (135) hide show
  1. Lang/advanced-access-manager-en_US.po +0 -2406
  2. aam.php +4 -2
  3. {Application → application}/Api/Manager.php +0 -0
  4. {Application → application}/Api/Rest/Resource/Post.php +0 -0
  5. {Application → application}/Api/Rest/Resource/Revision.php +0 -0
  6. {Application → application}/Api/Rest/Resource/User.php +0 -0
  7. {Application → application}/Backend/Authorization.php +0 -0
  8. {Application → application}/Backend/Feature.php +0 -0
  9. {Application → application}/Backend/Feature/Abstract.php +0 -0
  10. {Application → application}/Backend/Feature/Extension/Manager.php +0 -0
  11. {Application → application}/Backend/Feature/Main/404Redirect.php +0 -0
  12. {Application → application}/Backend/Feature/Main/Capability.php +0 -0
  13. {Application → application}/Backend/Feature/Main/GetStarted.php +0 -0
  14. {Application → application}/Backend/Feature/Main/Jwt.php +0 -0
  15. {Application → application}/Backend/Feature/Main/LoginRedirect.php +0 -0
  16. {Application → application}/Backend/Feature/Main/LogoutRedirect.php +0 -0
  17. {Application → application}/Backend/Feature/Main/Menu.php +0 -0
  18. {Application → application}/Backend/Feature/Main/Metabox.php +0 -0
  19. {Application → application}/Backend/Feature/Main/Policy.php +0 -0
  20. {Application → application}/Backend/Feature/Main/Post.php +1 -1
  21. {Application → application}/Backend/Feature/Main/Redirect.php +0 -0
  22. {Application → application}/Backend/Feature/Main/Route.php +0 -0
  23. {Application → application}/Backend/Feature/Main/Toolbar.php +0 -0
  24. {Application → application}/Backend/Feature/Main/Uri.php +0 -0
  25. {Application → application}/Backend/Feature/Settings/ConfigPress.php +0 -0
  26. {Application → application}/Backend/Feature/Settings/Content.php +0 -0
  27. {Application → application}/Backend/Feature/Settings/Core.php +0 -0
  28. {Application → application}/Backend/Feature/Settings/Manager.php +0 -0
  29. {Application → application}/Backend/Feature/Settings/Security.php +0 -0
  30. {Application → application}/Backend/Feature/Subject/Role.php +0 -0
  31. {Application → application}/Backend/Feature/Subject/User.php +0 -0
  32. {Application → application}/Backend/Filter.php +0 -0
  33. {Application → application}/Backend/Manager.php +3 -8
  34. {Application → application}/Backend/Subject.php +0 -0
  35. {Application → application}/Backend/View.php +0 -0
  36. {Application → application}/Backend/View/Helper.php +0 -0
  37. {Application → application}/Backend/View/Localization.php +0 -0
  38. {Application → application}/Backend/View/PostOptionList.php +0 -0
  39. {Application → application}/Backend/Widget/Login.php +6 -4
  40. {Application → application}/Backend/phtml/extensions.phtml +0 -0
  41. {Application → application}/Backend/phtml/index.phtml +0 -0
  42. {Application → application}/Backend/phtml/main-panel.phtml +0 -0
  43. {Application → application}/Backend/phtml/main/404redirect.phtml +0 -0
  44. {Application → application}/Backend/phtml/main/capability.phtml +0 -0
  45. {Application → application}/Backend/phtml/main/get-started.phtml +0 -0
  46. {Application → application}/Backend/phtml/main/jwt.phtml +0 -0
  47. {Application → application}/Backend/phtml/main/login-redirect.phtml +0 -0
  48. {Application → application}/Backend/phtml/main/logout-redirect.phtml +0 -0
  49. {Application → application}/Backend/phtml/main/menu.phtml +0 -0
  50. {Application → application}/Backend/phtml/main/metabox.phtml +0 -0
  51. {Application → application}/Backend/phtml/main/policy.phtml +0 -0
  52. {Application → application}/Backend/phtml/main/post.phtml +0 -0
  53. {Application → application}/Backend/phtml/main/redirect.phtml +0 -0
  54. {Application → application}/Backend/phtml/main/route.phtml +0 -0
  55. {Application → application}/Backend/phtml/main/toolbar.phtml +0 -0
  56. {Application → application}/Backend/phtml/main/uri.phtml +0 -0
  57. {Application → application}/Backend/phtml/metabox/metabox-content.phtml +1 -1
  58. {Application → application}/Backend/phtml/metabox/policy-metabox.phtml +1 -1
  59. {Application → application}/Backend/phtml/metabox/policy-principal-metabox.phtml +0 -0
  60. {Application → application}/Backend/phtml/metabox/post-metabox.phtml +0 -0
  61. {Application → application}/Backend/phtml/metabox/term-metabox.phtml +0 -0
  62. {Application → application}/Backend/phtml/partial/login-redirect.phtml +0 -0
  63. {Application → application}/Backend/phtml/partial/post-access-form.phtml +0 -0
  64. {Application → application}/Backend/phtml/partial/post-advanced-settings.phtml +0 -0
  65. {Application → application}/Backend/phtml/partial/post-type.phtml +0 -0
  66. {Application → application}/Backend/phtml/partial/redirect.phtml +0 -0
  67. {Application → application}/Backend/phtml/partial/role-inheritance.phtml +0 -0
  68. {Application → application}/Backend/phtml/partial/term-type.phtml +0 -0
  69. {Application → application}/Backend/phtml/settings/configpress.phtml +0 -0
  70. {Application → application}/Backend/phtml/settings/content.phtml +0 -0
  71. {Application → application}/Backend/phtml/settings/core.phtml +0 -0
  72. {Application → application}/Backend/phtml/settings/security.phtml +0 -0
  73. {Application → application}/Backend/phtml/system/export.phtml +0 -0
  74. {Application → application}/Backend/phtml/user/multiple-roles.phtml +0 -0
  75. {Application → application}/Backend/phtml/widget/login-backend.phtml +0 -0
  76. {Application → application}/Backend/phtml/widget/login-frontend.phtml +0 -0
  77. {Application → application}/Core/API.php +0 -0
  78. {Application → application}/Core/Api/Area.php +0 -0
  79. {Application → application}/Core/Cache.php +0 -0
  80. {Application → application}/Core/Compatibility.php +0 -0
  81. {Application → application}/Core/Config.php +0 -0
  82. {Application → application}/Core/ConfigPress.php +0 -0
  83. {Application → application}/Core/ConfigPress/Evaluator.php +0 -0
  84. {Application → application}/Core/ConfigPress/Reader.php +0 -0
  85. {Application → application}/Core/Console.php +0 -0
  86. {Application → application}/Core/Exporter.php +0 -0
  87. {Application → application}/Core/Gateway.php +0 -0
  88. {Application → application}/Core/Importer.php +0 -0
  89. {Application → application}/Core/Jwt/Auth.php +0 -0
  90. {Application → application}/Core/Jwt/Issuer.php +0 -0
  91. {Application → application}/Core/Jwt/Manager.php +0 -0
  92. {Application → application}/Core/Login.php +0 -0
  93. {Application → application}/Core/Media.php +0 -0
  94. {Application → application}/Core/Object.php +0 -0
  95. {Application → application}/Core/Object/Cache.php +0 -0
  96. {Application → application}/Core/Object/Capability.php +0 -0
  97. {Application → application}/Core/Object/LoginRedirect.php +0 -0
  98. {Application → application}/Core/Object/LogoutRedirect.php +0 -0
  99. {Application → application}/Core/Object/Menu.php +0 -0
  100. {Application → application}/Core/Object/Metabox.php +9 -5
  101. {Application → application}/Core/Object/Policy.php +0 -0
  102. {Application → application}/Core/Object/Post.php +0 -0
  103. {Application → application}/Core/Object/Redirect.php +0 -0
  104. {Application → application}/Core/Object/Route.php +0 -0
  105. {Application → application}/Core/Object/Toolbar.php +0 -0
  106. {Application → application}/Core/Object/Uri.php +0 -3
  107. {Application → application}/Core/Object/Visibility.php +0 -0
  108. {Application → application}/Core/Policy/Condition.php +0 -0
  109. {Application → application}/Core/Policy/Factory.php +0 -0
  110. {Application → application}/Core/Policy/Manager.php +16 -3
  111. {Application → application}/Core/Policy/Token.php +0 -0
  112. {Application → application}/Core/Policy/Validator.php +0 -0
  113. {Application → application}/Core/Request.php +0 -0
  114. {Application → application}/Core/Server.php +0 -0
  115. {Application → application}/Core/Subject.php +0 -0
  116. {Application → application}/Core/Subject/Default.php +0 -0
  117. {Application → application}/Core/Subject/Role.php +0 -0
  118. {Application → application}/Core/Subject/User.php +0 -0
  119. {Application → application}/Core/Subject/Visitor.php +9 -0
  120. {Application → application}/Extension/List.php +0 -0
  121. {Application → application}/Extension/Repository.php +0 -0
  122. {Application → application}/Frontend/Authorization.php +0 -0
  123. {Application → application}/Frontend/Filter.php +0 -0
  124. {Application → application}/Frontend/Manager.php +0 -0
  125. {Application → application}/Frontend/phtml/login.phtml +0 -0
  126. {Application → application}/Shared/Manager.php +0 -0
  127. {Application → application}/Shortcode/Factory.php +0 -0
  128. {Application → application}/Shortcode/Strategy/Content.php +19 -8
  129. {Application → application}/Shortcode/Strategy/Interface.php +0 -0
  130. {Application → application}/Shortcode/Strategy/Login.php +1 -1
  131. {Application → application}/Shortcode/Strategy/LoginRedirect.php +0 -0
  132. autoloader.php +1 -1
  133. {Lang → lang}/advanced-access-manager-en_US.mo +0 -0
  134. lang/advanced-access-manager-en_US.po +2608 -0
  135. readme.txt +11 -2
Lang/advanced-access-manager-en_US.po DELETED
@@ -1,2406 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Advanced Access Manager\n"
4
- "POT-Creation-Date: 2019-02-07 06:56-0500\n"
5
- "PO-Revision-Date: \n"
6
- "Last-Translator: \n"
7
- "Language-Team: AAMPlugin <support@aamplugin.com>\n"
8
- "Language: en_US\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.1\n"
13
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;preparePhrase\n"
16
- "X-Poedit-Basepath: ..\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- #: Application/Api/Manager.php:129
20
- msgid "Access denied"
21
- msgstr ""
22
-
23
- #: Application/Backend/Feature/Extension/Manager.php:75
24
- msgid "Download failure. Try again or contact us."
25
- msgstr ""
26
-
27
- #: Application/Backend/Feature/Extension/Manager.php:113
28
- msgid "No valid license key was found."
29
- msgstr ""
30
-
31
- #: Application/Backend/Feature/Main/404Redirect.php:53
32
- msgid "404 Redirect"
33
- msgstr ""
34
-
35
- #: Application/Backend/Feature/Main/Capability.php:88
36
- msgid "Permission denied to update this capability"
37
- msgstr ""
38
-
39
- #: Application/Backend/Feature/Main/Capability.php:105
40
- msgid "Capability already exists"
41
- msgstr ""
42
-
43
- #: Application/Backend/Feature/Main/Capability.php:128
44
- msgid "Permission denied to delete this capability"
45
- msgstr ""
46
-
47
- #: Application/Backend/Feature/Main/Capability.php:298
48
- #: Application/Backend/Feature/Main/Capability.php:339
49
- msgid "System"
50
- msgstr ""
51
-
52
- #: Application/Backend/Feature/Main/Capability.php:299
53
- #: Application/Backend/Feature/Main/Capability.php:341
54
- msgid "Posts & Pages"
55
- msgstr ""
56
-
57
- #: Application/Backend/Feature/Main/Capability.php:300
58
- #: Application/Backend/Feature/Main/Capability.php:343
59
- msgid "Backend"
60
- msgstr ""
61
-
62
- #: Application/Backend/Feature/Main/Capability.php:301
63
- #: Application/Backend/Feature/Main/Capability.php:345
64
- msgid "AAM Interface"
65
- msgstr ""
66
-
67
- #: Application/Backend/Feature/Main/Capability.php:302
68
- #: Application/Backend/Feature/Main/Capability.php:347
69
- msgid "Miscellaneous"
70
- msgstr ""
71
-
72
- #: Application/Backend/Feature/Main/Capability.php:379
73
- msgid "Capabilities"
74
- msgstr ""
75
-
76
- #: Application/Backend/Feature/Main/GetStarted.php:36
77
- msgid "Get Started"
78
- msgstr ""
79
-
80
- #: Application/Backend/Feature/Main/LoginRedirect.php:73
81
- msgid "Login Redirect"
82
- msgstr ""
83
-
84
- #: Application/Backend/Feature/Main/LogoutRedirect.php:73
85
- msgid "Logout Redirect"
86
- msgstr ""
87
-
88
- #: Application/Backend/Feature/Main/Menu.php:207
89
- msgid "Backend Menu"
90
- msgstr ""
91
-
92
- #: Application/Backend/Feature/Main/Metabox.php:207
93
- msgid "Metaboxes & Widgets"
94
- msgstr ""
95
-
96
- #: Application/Backend/Feature/Main/Policy.php:59
97
- msgid "Failed to fetch policy. Please try again."
98
- msgstr ""
99
-
100
- #: Application/Backend/Feature/Main/Policy.php:171
101
- msgid "(no title)"
102
- msgstr ""
103
-
104
- #: Application/Backend/Feature/Main/Policy.php:210
105
- #: Application/Shared/Manager.php:127
106
- msgid "Access Policies"
107
- msgstr ""
108
-
109
- #: Application/Backend/Feature/Main/Post.php:487
110
- #: Application/Backend/phtml/main/404redirect.phtml:36
111
- #: Application/Backend/phtml/main/login-redirect.phtml:43
112
- #: Application/Backend/phtml/main/logout-redirect.phtml:43
113
- #: Application/Backend/phtml/main/redirect.phtml:67
114
- #: Application/Backend/phtml/main/redirect.phtml:119
115
- #: Application/Backend/phtml/main/uri.phtml:74
116
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:89
117
- msgid "Existing Page"
118
- msgstr ""
119
-
120
- #: Application/Backend/Feature/Main/Post.php:489
121
- msgid "Valid URL"
122
- msgstr ""
123
-
124
- #: Application/Backend/Feature/Main/Post.php:491
125
- msgid "Custom Callback"
126
- msgstr ""
127
-
128
- #: Application/Backend/Feature/Main/Post.php:645
129
- msgid "Posts & Terms"
130
- msgstr ""
131
-
132
- #: Application/Backend/Feature/Main/Redirect.php:83
133
- msgid "Access Denied Redirect"
134
- msgstr ""
135
-
136
- #: Application/Backend/Feature/Main/Route.php:120
137
- msgid "API Routes"
138
- msgstr ""
139
-
140
- #: Application/Backend/Feature/Main/Toolbar.php:123
141
- msgid "Admin Toolbar"
142
- msgstr ""
143
-
144
- #: Application/Backend/Feature/Main/Uri.php:130
145
- msgid "URI Access"
146
- msgstr ""
147
-
148
- #: Application/Backend/Feature/Settings/ConfigPress.php:53
149
- msgid "ConfigPress"
150
- msgstr ""
151
-
152
- #: Application/Backend/Feature/Settings/Content.php:32
153
- msgid "Media Files Access Control"
154
- msgstr ""
155
-
156
- #: Application/Backend/Feature/Settings/Content.php:33
157
- #, php-format
158
- msgid ""
159
- "Allow AAM to manage a physically access to all media files located in the "
160
- "defined by the system [uploads] folder. [Note!] This feature requires "
161
- "additional steps as described in %sthis article%s."
162
- msgstr ""
163
-
164
- #: Application/Backend/Feature/Settings/Content.php:37
165
- msgid "Manage Hidden Post Types"
166
- msgstr ""
167
-
168
- #: Application/Backend/Feature/Settings/Content.php:38
169
- msgid ""
170
- "By default AAM allows you to manage access only to public post types on "
171
- "Posts & Terms tab. By enabling this feature, you also will be able to manage "
172
- "access to hidden post types like revisions, navigation menus or any other "
173
- "custom post types that are not registered as public."
174
- msgstr ""
175
-
176
- #: Application/Backend/Feature/Settings/Content.php:57
177
- msgid "Content Settings"
178
- msgstr ""
179
-
180
- #: Application/Backend/Feature/Settings/Core.php:32
181
- msgid "Get Started Tab"
182
- msgstr ""
183
-
184
- #: Application/Backend/Feature/Settings/Core.php:33
185
- msgid ""
186
- "Display the \"Get Started\" feature on the Main panel. You can disable this "
187
- "feature to remove the extra tab when you get familiar with core access "
188
- "control concepts."
189
- msgstr ""
190
-
191
- #: Application/Backend/Feature/Settings/Core.php:37
192
- msgid "Edit/Delete Capabilities"
193
- msgstr ""
194
-
195
- #: Application/Backend/Feature/Settings/Core.php:38
196
- msgid ""
197
- "Allow to edit or delete any existing capability on the Capabilities tab. "
198
- "[Warning!] For experienced users only. Changing or deleting capability may "
199
- "result in loosing access to some features or even the entire website."
200
- msgstr ""
201
-
202
- #: Application/Backend/Feature/Settings/Core.php:42
203
- msgid "Backend Access Control"
204
- msgstr ""
205
-
206
- #: Application/Backend/Feature/Settings/Core.php:43
207
- msgid ""
208
- "Allow AAM to manage access to the backend. Keep this option disabled if "
209
- "there is no needs to restrict backend features for other users."
210
- msgstr ""
211
-
212
- #: Application/Backend/Feature/Settings/Core.php:47
213
- msgid "Frontend Access Control"
214
- msgstr ""
215
-
216
- #: Application/Backend/Feature/Settings/Core.php:48
217
- msgid ""
218
- "Allow AAM to manage access to the frontend. Keep this option disabled if "
219
- "there is no needs to restrict frontend resources for users and visitors."
220
- msgstr ""
221
-
222
- #: Application/Backend/Feature/Settings/Core.php:52
223
- msgid "API Access Control"
224
- msgstr ""
225
-
226
- #: Application/Backend/Feature/Settings/Core.php:53
227
- msgid ""
228
- "Allow AAM to manage access to the website resources that are invoked with "
229
- "WordPress core APIs. Keep this option disabled if there is no needs to "
230
- "restrict API access."
231
- msgstr ""
232
-
233
- #: Application/Backend/Feature/Settings/Core.php:57
234
- msgid "Render Access Manager Metabox"
235
- msgstr ""
236
-
237
- #: Application/Backend/Feature/Settings/Core.php:58
238
- msgid ""
239
- "Render Access Manager metabox on all post and term edit pages. Access "
240
- "Manager metabox is the quick way to manage access to any post or term "
241
- "without leaving an edit page."
242
- msgstr ""
243
-
244
- #: Application/Backend/Feature/Settings/Core.php:62
245
- msgid "Render Access Link"
246
- msgstr ""
247
-
248
- #: Application/Backend/Feature/Settings/Core.php:63
249
- msgid ""
250
- "Render Access shortcut link under any post, page, custom post type, "
251
- "category, custom taxonomy title or user name."
252
- msgstr ""
253
-
254
- #: Application/Backend/Feature/Settings/Core.php:67
255
- msgid "Secure Login"
256
- msgstr ""
257
-
258
- #: Application/Backend/Feature/Settings/Core.php:68
259
- msgid ""
260
- "AAM comes with its own user login handler. With this feature you can add "
261
- "AJAX login widget to your frontend page that significantly enhance your "
262
- "website security."
263
- msgstr ""
264
-
265
- #: Application/Backend/Feature/Settings/Core.php:72
266
- msgid "XML-RPC WordPress API"
267
- msgstr ""
268
-
269
- #: Application/Backend/Feature/Settings/Core.php:73
270
- #, php-format
271
- msgid ""
272
- "Remote procedure call (RPC) interface is used to manage WordPress website "
273
- "content and features. For more information check %sXML-RPC Support%s article."
274
- msgstr ""
275
-
276
- #: Application/Backend/Feature/Settings/Core.php:77
277
- msgid "RESTful WordPress API"
278
- msgstr ""
279
-
280
- #: Application/Backend/Feature/Settings/Core.php:78
281
- #, php-format
282
- msgid ""
283
- "RESTful interface that is used to manage WordPress website content and "
284
- "features. For more information check %sREST API handbook%s."
285
- msgstr ""
286
-
287
- #: Application/Backend/Feature/Settings/Core.php:82
288
- msgid "JWT Authentication"
289
- msgstr ""
290
-
291
- #: Application/Backend/Feature/Settings/Core.php:83
292
- #, php-format
293
- msgid ""
294
- "[Note!] PHP 5.4 or higher is required for this feature. Enable the ability "
295
- "to authenticate user with WordPress RESTful API and JWT token. For more "
296
- "information, check %sHow to authenticate WordPress user with JWT token%s "
297
- "article"
298
- msgstr ""
299
-
300
- #: Application/Backend/Feature/Settings/Core.php:87
301
- msgid "Multiple Roles Support"
302
- msgstr ""
303
-
304
- #: Application/Backend/Feature/Settings/Core.php:88
305
- #, php-format
306
- msgid ""
307
- "Enable support for multiple roles per use. The final access settings or "
308
- "general settings will be computed based on the mergin preferences. For more "
309
- "information check %sWordPress access control for users with multiple roles%s "
310
- "article."
311
- msgstr ""
312
-
313
- #: Application/Backend/Feature/Settings/Core.php:92
314
- msgid "Support AAM Extensions"
315
- msgstr ""
316
-
317
- #: Application/Backend/Feature/Settings/Core.php:93
318
- msgid ""
319
- "AAM comes with the limited list of premium and free extensions that "
320
- "significantly enhance AAM behavior. You can disable support for AAM "
321
- "extension and any already installed extension will no longer be loaded "
322
- "during the website execution as well as website administrator will not be "
323
- "able to install new extensions."
324
- msgstr ""
325
-
326
- #: Application/Backend/Feature/Settings/Core.php:97
327
- msgid "AAM Cron Job"
328
- msgstr ""
329
-
330
- #: Application/Backend/Feature/Settings/Core.php:98
331
- msgid ""
332
- "AAM cron job executes periodically (typically once a day) to check for "
333
- "available updates for already installed extensions. Cron job is not executed "
334
- "if there are no installed extensions."
335
- msgstr ""
336
-
337
- #: Application/Backend/Feature/Settings/Core.php:117
338
- msgid "Core Settings"
339
- msgstr ""
340
-
341
- #: Application/Backend/Feature/Settings/Security.php:32
342
- #: Application/Backend/Feature/Settings/Security.php:37
343
- msgid "Login Timeout"
344
- msgstr ""
345
-
346
- #: Application/Backend/Feature/Settings/Security.php:33
347
- #: Application/Backend/Feature/Settings/Security.php:38
348
- #, php-format
349
- msgid ""
350
- "Delay the login process for 1 second (the value is configurable) to "
351
- "significantly reduce the chance for brute force or dictionary attack. For "
352
- "more information about this option please refer to %sHow does AAM Secure "
353
- "Login works%s."
354
- msgstr ""
355
-
356
- #: Application/Backend/Feature/Settings/Security.php:42
357
- msgid "One Session Per User"
358
- msgstr ""
359
-
360
- #: Application/Backend/Feature/Settings/Security.php:43
361
- #, php-format
362
- msgid ""
363
- "Automatically destroy all other sessions for a user if he/she tries to login "
364
- "from different location. For more information about this option please refer "
365
- "to %sHow does AAM Secure Login works%s."
366
- msgstr ""
367
-
368
- #: Application/Backend/Feature/Settings/Security.php:47
369
- msgid "Brute Force Lockout"
370
- msgstr ""
371
-
372
- #: Application/Backend/Feature/Settings/Security.php:48
373
- #, php-format
374
- msgid ""
375
- "Automatically reject login attempts if number of unsuccessful login attempts "
376
- "is more than 20 over the period of 2 minutes (both values are configurable). "
377
- "For more information about this option please refer to %sHow does AAM Secure "
378
- "Login works%s."
379
- msgstr ""
380
-
381
- #: Application/Backend/Feature/Settings/Security.php:67
382
- msgid "Security Settings"
383
- msgstr ""
384
-
385
- #: Application/Backend/Feature/Subject/User.php:64
386
- msgid "Operation is not permitted"
387
- msgstr ""
388
-
389
- #: Application/Backend/Feature/Subject/User.php:79
390
- msgid "You cannot set expiration to yourself"
391
- msgstr ""
392
-
393
- #: Application/Backend/Manager.php:558
394
- msgid "Access Manager"
395
- msgstr ""
396
-
397
- #: Application/Backend/Manager.php:577
398
- msgid "Policy Document"
399
- msgstr ""
400
-
401
- #: Application/Backend/Manager.php:585
402
- msgid "Policy Principals"
403
- msgstr ""
404
-
405
- #: Application/Backend/Manager.php:727 Application/Backend/Manager.php:745
406
- #: Application/Backend/Manager.php:769
407
- msgid "Access"
408
- msgstr ""
409
-
410
- #: Application/Backend/Manager.php:977 Application/Backend/Manager.php:1000
411
- #: Application/Core/API.php:331 Application/Core/Gateway.php:201
412
- msgid "Access Denied"
413
- msgstr ""
414
-
415
- #: Application/Backend/View/Localization.php:26 media/js/aam-5.8.js:2048
416
- msgid "Search Capability"
417
- msgstr ""
418
-
419
- #: Application/Backend/View/Localization.php:27 media/js/aam-5.8.js:2049
420
- msgid "_TOTAL_ capability(s)"
421
- msgstr ""
422
-
423
- #: Application/Backend/View/Localization.php:28 media/js/aam-5.8.js:504
424
- #: media/js/aam-5.8.js:565 media/js/aam-5.8.js:1135 media/js/aam-5.8.js:2175
425
- #: media/js/aam-5.8.js:2219 media/js/aam-5.8.js:2806 media/js/aam-5.8.js:3384
426
- #: media/js/aam-5.8.js:3842
427
- msgid "Saving..."
428
- msgstr ""
429
-
430
- #: Application/Backend/View/Localization.php:29 media/js/aam-5.8.js:2183
431
- msgid "Failed to add new capability"
432
- msgstr ""
433
-
434
- #: Application/Backend/View/Localization.php:30 media/js/aam-5.8.js:46
435
- #: media/js/aam-5.8.js:523 media/js/aam-5.8.js:577 media/js/aam-5.8.js:614
436
- #: media/js/aam-5.8.js:741 media/js/aam-5.8.js:779 media/js/aam-5.8.js:1145
437
- #: media/js/aam-5.8.js:1178 media/js/aam-5.8.js:1396 media/js/aam-5.8.js:1853
438
- #: media/js/aam-5.8.js:1917 media/js/aam-5.8.js:2188 media/js/aam-5.8.js:2231
439
- #: media/js/aam-5.8.js:2270 media/js/aam-5.8.js:2356 media/js/aam-5.8.js:2525
440
- #: media/js/aam-5.8.js:3135 media/js/aam-5.8.js:3226 media/js/aam-5.8.js:3397
441
- #: media/js/aam-5.8.js:3433 media/js/aam-5.8.js:3594 media/js/aam-5.8.js:3636
442
- #: media/js/aam-5.8.js:3786 media/js/aam-5.8.js:4013 media/js/aam-5.8.js:4452
443
- #: media/js/aam-5.8.js:4487
444
- msgid "Application error"
445
- msgstr ""
446
-
447
- #: Application/Backend/View/Localization.php:31 media/js/aam-5.8.js:2191
448
- msgid "Add Capability"
449
- msgstr ""
450
-
451
- #: Application/Backend/View/Localization.php:32 media/js/aam-5.8.js:1639
452
- #: media/js/aam-5.8.js:1766 Application/Backend/phtml/main/menu.phtml:84
453
- #: Application/Backend/phtml/main/toolbar.phtml:69
454
- msgid "Show Menu"
455
- msgstr ""
456
-
457
- #: Application/Backend/View/Localization.php:33 media/js/aam-5.8.js:1649
458
- #: media/js/aam-5.8.js:1776 Application/Backend/phtml/main/menu.phtml:88
459
- #: Application/Backend/phtml/main/toolbar.phtml:73
460
- msgid "Restrict Menu"
461
- msgstr ""
462
-
463
- #: Application/Backend/View/Localization.php:34 media/js/aam-5.8.js:1911
464
- msgid "Failed to retrieve mataboxes"
465
- msgstr ""
466
-
467
- #: Application/Backend/View/Localization.php:35 media/js/aam-5.8.js:2569
468
- msgid "Search"
469
- msgstr ""
470
-
471
- #: Application/Backend/View/Localization.php:36 media/js/aam-5.8.js:2570
472
- msgid "_TOTAL_ object(s)"
473
- msgstr ""
474
-
475
- #: Application/Backend/View/Localization.php:37
476
- msgid "Failed"
477
- msgstr ""
478
-
479
- #: Application/Backend/View/Localization.php:38 media/js/aam-5.8.js:156
480
- #: media/js/aam-5.8.js:681
481
- msgid "Loading..."
482
- msgstr ""
483
-
484
- #: Application/Backend/View/Localization.php:39 media/js/aam-5.8.js:161
485
- msgid "No Role"
486
- msgstr ""
487
-
488
- #: Application/Backend/View/Localization.php:40 media/js/aam-5.8.js:224
489
- msgid "Search Role"
490
- msgstr ""
491
-
492
- #: Application/Backend/View/Localization.php:41 media/js/aam-5.8.js:225
493
- msgid "_TOTAL_ role(s)"
494
- msgstr ""
495
-
496
- #: Application/Backend/View/Localization.php:42 media/js/aam-5.8.js:1489
497
- #: media/js/aam-5.8.js:3475 Application/Backend/phtml/index.phtml:270
498
- #: Application/Backend/phtml/main/capability.phtml:26
499
- #: Application/Backend/phtml/main/capability.phtml:64
500
- msgid "Create"
501
- msgstr ""
502
-
503
- #: Application/Backend/View/Localization.php:43 media/js/aam-5.8.js:264
504
- #: Application/Backend/phtml/index.phtml:223
505
- #: Application/Backend/phtml/index.phtml:440
506
- msgid "Users"
507
- msgstr ""
508
-
509
- #: Application/Backend/View/Localization.php:44
510
- msgid "Failed to add new role"
511
- msgstr ""
512
-
513
- #: Application/Backend/View/Localization.php:45 media/js/aam-5.8.js:527
514
- msgid "Add Role"
515
- msgstr ""
516
-
517
- #: Application/Backend/View/Localization.php:46 media/js/aam-5.8.js:572
518
- msgid "Failed to update role"
519
- msgstr ""
520
-
521
- #: Application/Backend/View/Localization.php:47
522
- #: Application/Backend/View/PostOptionList.php:157 media/js/aam-5.8.js:581
523
- #: Application/Backend/phtml/extensions.phtml:55
524
- #: Application/Backend/phtml/extensions.phtml:82
525
- #: Application/Backend/phtml/index.phtml:296
526
- #: Application/Backend/phtml/main/capability.phtml:86
527
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:37
528
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:58
529
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:114
530
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:135
531
- msgid "Update"
532
- msgstr ""
533
-
534
- #: Application/Backend/View/Localization.php:48 media/js/aam-5.8.js:604
535
- #: media/js/aam-5.8.js:2258 media/js/aam-5.8.js:3423
536
- msgid "Deleting..."
537
- msgstr ""
538
-
539
- #: Application/Backend/View/Localization.php:49 media/js/aam-5.8.js:610
540
- msgid "Failed to delete role"
541
- msgstr ""
542
-
543
- #: Application/Backend/View/Localization.php:50
544
- #: Application/Backend/View/Localization.php:62 media/js/aam-5.8.js:385
545
- #: media/js/aam-5.8.js:618 Application/Backend/phtml/index.phtml:308
546
- msgid "Delete Role"
547
- msgstr ""
548
-
549
- #: Application/Backend/View/Localization.php:51 media/js/aam-5.8.js:737
550
- msgid "Failed to block user"
551
- msgstr ""
552
-
553
- #: Application/Backend/View/Localization.php:52 media/js/aam-5.8.js:816
554
- msgid "Search User"
555
- msgstr ""
556
-
557
- #: Application/Backend/View/Localization.php:53 media/js/aam-5.8.js:817
558
- msgid "_TOTAL_ user(s)"
559
- msgstr ""
560
-
561
- #: Application/Backend/View/Localization.php:54 media/js/aam-5.8.js:880
562
- #: Application/Backend/phtml/index.phtml:241
563
- #: Application/Backend/phtml/metabox/metabox-content.phtml:48
564
- msgid "Role"
565
- msgstr ""
566
-
567
- #: Application/Backend/View/Localization.php:55
568
- #: Application/Core/Subject/Visitor.php:79 media/js/aam-5.8.js:1221
569
- msgid "Anonymous"
570
- msgstr ""
571
-
572
- #: Application/Backend/View/Localization.php:56
573
- msgid "Current user"
574
- msgstr ""
575
-
576
- #: Application/Backend/View/Localization.php:57
577
- msgid "Current role"
578
- msgstr ""
579
-
580
- #: Application/Backend/View/Localization.php:58 media/js/aam-5.8.js:2701
581
- msgid "Manage Access"
582
- msgstr ""
583
-
584
- #: Application/Backend/View/Localization.php:59
585
- #: Application/Backend/View/PostOptionList.php:95 media/js/aam-5.8.js:2713
586
- msgid "Edit"
587
- msgstr ""
588
-
589
- #: Application/Backend/View/Localization.php:60 media/js/aam-5.8.js:310
590
- msgid "Manage Role"
591
- msgstr ""
592
-
593
- #: Application/Backend/View/Localization.php:61 media/js/aam-5.8.js:332
594
- msgid "Edit Role"
595
- msgstr ""
596
-
597
- #: Application/Backend/View/Localization.php:63 media/js/aam-5.8.js:919
598
- #: Application/Backend/phtml/index.phtml:343
599
- msgid "Manage User"
600
- msgstr ""
601
-
602
- #: Application/Backend/View/Localization.php:64 media/js/aam-5.8.js:960
603
- msgid "Edit User"
604
- msgstr ""
605
-
606
- #: Application/Backend/View/Localization.php:65 media/js/aam-5.8.js:732
607
- #: media/js/aam-5.8.js:733 media/js/aam-5.8.js:981
608
- msgid "Lock User"
609
- msgstr ""
610
-
611
- #: Application/Backend/View/Localization.php:66 media/js/aam-5.8.js:726
612
- #: media/js/aam-5.8.js:727 media/js/aam-5.8.js:994
613
- msgid "Unlock User"
614
- msgstr ""
615
-
616
- #: Application/Backend/View/Localization.php:67
617
- msgid "Failed to grand capability - WordPress policy"
618
- msgstr ""
619
-
620
- #: Application/Backend/View/PostOptionList.php:26
621
- #: Application/Backend/View/PostOptionList.php:90
622
- #: Application/Backend/View/PostOptionList.php:112
623
- msgid "List"
624
- msgstr ""
625
-
626
- #: Application/Backend/View/PostOptionList.php:27
627
- #: Application/Backend/View/PostOptionList.php:92
628
- #, php-format
629
- msgid "Hide %s however still allow access with direct URL."
630
- msgstr ""
631
-
632
- #: Application/Backend/View/PostOptionList.php:27
633
- #: Application/Backend/View/PostOptionList.php:31
634
- #, php-format
635
- msgid " %sSee in action.%s"
636
- msgstr ""
637
-
638
- #: Application/Backend/View/PostOptionList.php:30
639
- #: Application/Backend/View/PostOptionList.php:116
640
- msgid "Read"
641
- msgstr ""
642
-
643
- #: Application/Backend/View/PostOptionList.php:31
644
- #, php-format
645
- msgid ""
646
- "Restrict access to view, read or download %s. Any attempts to open %s will "
647
- "be denied and redirected based on the Access Denied Redirect rule."
648
- msgstr ""
649
-
650
- #: Application/Backend/View/PostOptionList.php:34
651
- #: Application/Backend/View/PostOptionList.php:120
652
- msgid "Limit"
653
- msgstr ""
654
-
655
- #: Application/Backend/View/PostOptionList.php:35
656
- #: Application/Backend/View/PostOptionList.php:121
657
- msgid "Teaser message"
658
- msgstr ""
659
-
660
- #: Application/Backend/View/PostOptionList.php:39
661
- #: Application/Backend/View/PostOptionList.php:125
662
- #, php-format
663
- msgid "Replace %s content with defined teaser message."
664
- msgstr ""
665
-
666
- #: Application/Backend/View/PostOptionList.php:42
667
- #: Application/Backend/View/PostOptionList.php:128
668
- msgid "Read Counter"
669
- msgstr ""
670
-
671
- #: Application/Backend/View/PostOptionList.php:43
672
- #: Application/Backend/View/PostOptionList.php:129
673
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:32
674
- msgid "Threshold"
675
- msgstr ""
676
-
677
- #: Application/Backend/View/PostOptionList.php:48
678
- #, php-format
679
- msgid ""
680
- "Define how many times %s can be read, viewed or download. After number of "
681
- "times exceeds the specified threshold, access will be denied and redirected "
682
- "based on the Access Denied Redirect rule."
683
- msgstr ""
684
-
685
- #: Application/Backend/View/PostOptionList.php:51
686
- #: Application/Backend/View/PostOptionList.php:137
687
- msgid "Comment"
688
- msgstr ""
689
-
690
- #: Application/Backend/View/PostOptionList.php:52
691
- #, php-format
692
- msgid "Restrict access to comment on %s if commenting is allowed."
693
- msgstr ""
694
-
695
- #: Application/Backend/View/PostOptionList.php:55
696
- msgid "Redirect"
697
- msgstr ""
698
-
699
- #: Application/Backend/View/PostOptionList.php:56
700
- msgid "Redirect Rule"
701
- msgstr ""
702
-
703
- #: Application/Backend/View/PostOptionList.php:60
704
- #, php-format
705
- msgid ""
706
- "Redirect user based on the defined redirect rule when user tries to read the "
707
- "%s. The REDIRECT option will be ignored if READ option is checked."
708
- msgstr ""
709
-
710
- #: Application/Backend/View/PostOptionList.php:63
711
- #: Application/Backend/View/PostOptionList.php:141
712
- msgid "Password Protected"
713
- msgstr ""
714
-
715
- #: Application/Backend/View/PostOptionList.php:64
716
- #: Application/Backend/View/PostOptionList.php:142
717
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:53
718
- #: Application/Backend/phtml/widget/login-frontend.phtml:27
719
- #: Application/Frontend/phtml/login.phtml:13
720
- msgid "Password"
721
- msgstr ""
722
-
723
- #: Application/Backend/View/PostOptionList.php:68
724
- #, php-format
725
- msgid ""
726
- "Protect access to %s with password. Available with WordPress 4.7.0 or higher."
727
- msgstr ""
728
-
729
- #: Application/Backend/View/PostOptionList.php:71
730
- #: Application/Backend/View/PostOptionList.php:149
731
- msgid "Access Expiration"
732
- msgstr ""
733
-
734
- #: Application/Backend/View/PostOptionList.php:72
735
- #: Application/Backend/View/PostOptionList.php:150
736
- msgid "Expires"
737
- msgstr ""
738
-
739
- #: Application/Backend/View/PostOptionList.php:76
740
- #, php-format
741
- msgid "Define when access will expire for %s."
742
- msgstr ""
743
-
744
- #: Application/Backend/View/PostOptionList.php:76
745
- #, php-format
746
- msgid ""
747
- "After expiration, the access to %s will be denied and redirected based on "
748
- "the Access Denied Redirect rule. For more information %scheck this article%s "
749
- "or "
750
- msgstr ""
751
-
752
- #: Application/Backend/View/PostOptionList.php:76
753
- #, php-format
754
- msgid " %ssee in action.%s"
755
- msgstr ""
756
-
757
- #: Application/Backend/View/PostOptionList.php:79
758
- msgid "Monetized Access"
759
- msgstr ""
760
-
761
- #: Application/Backend/View/PostOptionList.php:80
762
- msgid "E-Product"
763
- msgstr ""
764
-
765
- #: Application/Backend/View/PostOptionList.php:85
766
- #, php-format
767
- msgid ""
768
- "[Premium feature!] Start selling access to %s. Access will be granted to "
769
- "open %s only if selected E-Product had been purchased. For more information "
770
- "%scheck this article%s."
771
- msgstr ""
772
-
773
- #: Application/Backend/View/PostOptionList.php:97
774
- #, php-format
775
- msgid ""
776
- "Restrict access to edit %s. Any attempts to edit %s will result in "
777
- "redirecting user based on the Access Denied Redirect rule."
778
- msgstr ""
779
-
780
- #: Application/Backend/View/PostOptionList.php:100
781
- #: Application/Backend/View/PostOptionList.php:162 media/js/aam-5.8.js:3437
782
- #: Application/Backend/phtml/index.phtml:314
783
- #: Application/Backend/phtml/main/capability.phtml:104
784
- #: Application/Backend/phtml/main/uri.phtml:119
785
- msgid "Delete"
786
- msgstr ""
787
-
788
- #: Application/Backend/View/PostOptionList.php:102
789
- #: Application/Backend/View/PostOptionList.php:164
790
- #, php-format
791
- msgid "Restrict access to trash or permanently delete %s."
792
- msgstr ""
793
-
794
- #: Application/Backend/View/PostOptionList.php:105
795
- msgid "Publish"
796
- msgstr ""
797
-
798
- #: Application/Backend/View/PostOptionList.php:107
799
- #, php-format
800
- msgid ""
801
- "Restrict access to publish %s. User will be allowed only to submit %s for "
802
- "review."
803
- msgstr ""
804
-
805
- #: Application/Backend/View/PostOptionList.php:113
806
- #, php-format
807
- msgid "Hide %s however still allow access to retrieve %s."
808
- msgstr ""
809
-
810
- #: Application/Backend/View/PostOptionList.php:117
811
- #, php-format
812
- msgid ""
813
- "Restrict access to retrieve %s. Any attempts to retrieve %s will be denied."
814
- msgstr ""
815
-
816
- #: Application/Backend/View/PostOptionList.php:134
817
- #, php-format
818
- msgid ""
819
- "Define how many times %s can be retrieved. After number of time exceeds the "
820
- "defined threshold, the access will be denied to %s."
821
- msgstr ""
822
-
823
- #: Application/Backend/View/PostOptionList.php:138
824
- #, php-format
825
- msgid "Restrict access to comment on %s if commenting feature is enabled."
826
- msgstr ""
827
-
828
- #: Application/Backend/View/PostOptionList.php:146
829
- #, php-format
830
- msgid "Protected %s with password. Available with WordPress 4.7.0 or higher."
831
- msgstr ""
832
-
833
- #: Application/Backend/View/PostOptionList.php:154
834
- #, php-format
835
- msgid "Define when access expires to %s."
836
- msgstr ""
837
-
838
- #: Application/Backend/View/PostOptionList.php:154
839
- #, php-format
840
- msgid ""
841
- "After expiration, the access to %s will be denied. For more information "
842
- "%scheck this article%s or "
843
- msgstr ""
844
-
845
- #: Application/Backend/View/PostOptionList.php:159
846
- #, php-format
847
- msgid "Restrict access to update %s. Any attempts to update %s will be denied."
848
- msgstr ""
849
-
850
- #: Application/Backend/Widget/Login.php:19
851
- msgid "AAM Secure Login Widget"
852
- msgstr ""
853
-
854
- #: Application/Backend/Widget/Login.php:58
855
- #: Application/Frontend/phtml/login.phtml:27
856
- msgid "Login"
857
- msgstr ""
858
-
859
- #: Application/Backend/Widget/Login.php:62
860
- #: Application/Shortcode/Strategy/Login.php:54
861
- msgid "Howdy, %username%"
862
- msgstr ""
863
-
864
- #: Application/Core/Importer.php:113
865
- msgid "Import AAM Settings"
866
- msgstr ""
867
-
868
- #: Application/Core/Importer.php:126
869
- msgid ""
870
- "Howdy! Upload your AAM JSON file and we&#8217;ll import the access settings "
871
- "into this site."
872
- msgstr ""
873
-
874
- #: Application/Core/Importer.php:127
875
- msgid ""
876
- "Choose a JSON (.json) file to upload, then click Upload file and import."
877
- msgstr ""
878
-
879
- #: Application/Core/Importer.php:141 Application/Core/Importer.php:145
880
- #: Application/Core/Importer.php:179
881
- msgid "Sorry, there has been an error."
882
- msgstr ""
883
-
884
- #: Application/Core/Importer.php:146
885
- #, php-format
886
- msgid ""
887
- "The export file could not be found at <code>%s</code>. It is likely that "
888
- "this was caused by a permissions problem."
889
- msgstr ""
890
-
891
- #: Application/Core/Importer.php:180
892
- msgid "The file does not exist, please try again."
893
- msgstr ""
894
-
895
- #: Application/Core/Importer.php:188
896
- msgid "Sorry, there has been an error. File content is invalid"
897
- msgstr ""
898
-
899
- #: Application/Core/Importer.php:202
900
- msgid "All done."
901
- msgstr ""
902
-
903
- #: Application/Core/Importer.php:202
904
- msgid "Have fun!"
905
- msgstr ""
906
-
907
- #: Application/Core/Importer.php:227
908
- msgid "Version of exported settings do not match current AAM version"
909
- msgstr ""
910
-
911
- #: Application/Core/JwtAuth.php:57
912
- msgid "Valid username."
913
- msgstr ""
914
-
915
- #: Application/Core/JwtAuth.php:61
916
- msgid "Valid password."
917
- msgstr ""
918
-
919
- #: Application/Core/JwtAuth.php:73
920
- msgid "JWT token."
921
- msgstr ""
922
-
923
- #: Application/Core/JwtAuth.php:221
924
- msgid "JWT Authentication is enabled but secret key is not defined"
925
- msgstr ""
926
-
927
- #: Application/Core/Login.php:179
928
- msgid "Access denied. Please login to get access."
929
- msgstr ""
930
-
931
- #: Application/Core/Policy/Validator.php:94
932
- msgid "The policy is not valid JSON object"
933
- msgstr ""
934
-
935
- #: Application/Core/Policy/Validator.php:111
936
- msgid "The policy document is empty"
937
- msgstr ""
938
-
939
- #: Application/Core/Subject/Default.php:78 media/js/aam-5.8.js:1294
940
- msgid "All Users, Roles and Visitor"
941
- msgstr ""
942
-
943
- #: Application/Extension/Repository.php:149
944
- #, php-format
945
- msgid "[%s] was not loaded. Update AAM plugin to the latest version."
946
- msgstr ""
947
-
948
- #: Application/Extension/Repository.php:159
949
- #, php-format
950
- msgid "The [%s] does not appear to be a valid AAM extension. %sRead more.%s"
951
- msgstr ""
952
-
953
- #: Application/Extension/Repository.php:385
954
- #, php-format
955
- msgid "Failed to create %s"
956
- msgstr ""
957
-
958
- #: Application/Extension/Repository.php:389
959
- #, php-format
960
- msgid "Directory %s is not writable"
961
- msgstr ""
962
-
963
- #: Application/Shared/Manager.php:125
964
- msgid "Access Policy"
965
- msgstr ""
966
-
967
- #: Application/Shared/Manager.php:128 media/js/aam-5.8.js:1546
968
- msgid "Edit Policy"
969
- msgstr ""
970
-
971
- #: Application/Shared/Manager.php:129
972
- msgid "Add New Policy"
973
- msgstr ""
974
-
975
- #: Application/Shared/Manager.php:130
976
- msgid "New Policy"
977
- msgstr ""
978
-
979
- #: Application/Shared/Manager.php:132
980
- msgid "Access and security policy"
981
- msgstr ""
982
-
983
- #: Application/Shared/Manager.php:418
984
- msgid "RESTful API is disabled"
985
- msgstr ""
986
-
987
- #: Application/Shared/Manager.php:609
988
- msgid "[No teaser message provided]"
989
- msgstr ""
990
-
991
- #: Application/Shortcode/Factory.php:52
992
- msgid "No valid strategy found for the given context"
993
- msgstr ""
994
-
995
- #: Application/Shortcode/Strategy/LoginRedirect.php:64
996
- msgid "Login to continue"
997
- msgstr ""
998
-
999
- #: aam.php:216
1000
- msgid "PHP 5.3.0 or higher is required."
1001
- msgstr ""
1002
-
1003
- #: aam.php:218
1004
- msgid "WP 4.0 or higher is required."
1005
- msgstr ""
1006
-
1007
- #: media/js/aam-5.8.js:96 media/js/aam-5.8.js:1266 media/js/aam-5.8.js:1338
1008
- msgid "Failed to apply policy changes"
1009
- msgstr ""
1010
-
1011
- #: media/js/aam-5.8.js:107 media/js/aam-5.8.js:1602 media/js/aam-5.8.js:1729
1012
- #: media/js/aam-5.8.js:3850 media/js/aam-5.8.js:3895 media/js/aam-5.8.js:3945
1013
- #: media/js/aam-5.8.js:3979
1014
- msgid "Application Error"
1015
- msgstr ""
1016
-
1017
- #: media/js/aam-5.8.js:241
1018
- msgid "Create New Role"
1019
- msgstr ""
1020
-
1021
- #: media/js/aam-5.8.js:356
1022
- msgid "Clone Role"
1023
- msgstr ""
1024
-
1025
- #: media/js/aam-5.8.js:686 Application/Backend/phtml/index.phtml:372
1026
- #: Application/Backend/phtml/partial/role-inheritance.phtml:5
1027
- msgid "Select Role"
1028
- msgstr ""
1029
-
1030
- #: media/js/aam-5.8.js:764
1031
- msgid "Generating token..."
1032
- msgstr ""
1033
-
1034
- #: media/js/aam-5.8.js:774
1035
- msgid "Failed to generate JWT token"
1036
- msgstr ""
1037
-
1038
- #: media/js/aam-5.8.js:832
1039
- msgid "Create New User"
1040
- msgstr ""
1041
-
1042
- #: media/js/aam-5.8.js:841
1043
- msgid "Loading roles..."
1044
- msgstr ""
1045
-
1046
- #: media/js/aam-5.8.js:858
1047
- msgid "Filter By Role"
1048
- msgstr ""
1049
-
1050
- #: media/js/aam-5.8.js:1007
1051
- msgid "Switch To User"
1052
- msgstr ""
1053
-
1054
- #: media/js/aam-5.8.js:1149 media/js/aam-5.8.js:3402
1055
- #: Application/Backend/phtml/index.phtml:403
1056
- #: Application/Backend/phtml/main/uri.phtml:97
1057
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:16
1058
- msgid "Save"
1059
- msgstr ""
1060
-
1061
- #: media/js/aam-5.8.js:1168
1062
- msgid "Reseting..."
1063
- msgstr ""
1064
-
1065
- #: media/js/aam-5.8.js:1182 Application/Backend/phtml/index.phtml:402
1066
- msgid "Reset"
1067
- msgstr ""
1068
-
1069
- #: media/js/aam-5.8.js:1247 media/js/aam-5.8.js:1319
1070
- msgid "Processing..."
1071
- msgstr ""
1072
-
1073
- #: media/js/aam-5.8.js:1258 media/js/aam-5.8.js:1271
1074
- #: Application/Backend/phtml/metabox/metabox-content.phtml:86
1075
- msgid "Detach Policy From Visitors"
1076
- msgstr ""
1077
-
1078
- #: media/js/aam-5.8.js:1260 media/js/aam-5.8.js:1269
1079
- #: Application/Backend/phtml/metabox/metabox-content.phtml:88
1080
- msgid "Attach Policy To Visitors"
1081
- msgstr ""
1082
-
1083
- #: media/js/aam-5.8.js:1330 media/js/aam-5.8.js:1343
1084
- #: Application/Backend/phtml/metabox/metabox-content.phtml:111
1085
- msgid "Detach Policy From Everybody"
1086
- msgstr ""
1087
-
1088
- #: media/js/aam-5.8.js:1332 media/js/aam-5.8.js:1341
1089
- #: Application/Backend/phtml/metabox/metabox-content.phtml:113
1090
- msgid "Attach Policy To Everybody"
1091
- msgstr ""
1092
-
1093
- #: media/js/aam-5.8.js:1443
1094
- msgid "Downloading"
1095
- msgstr ""
1096
-
1097
- #: media/js/aam-5.8.js:1447 Application/Backend/phtml/extensions.phtml:86
1098
- #: Application/Backend/phtml/extensions.phtml:121
1099
- msgid "Download"
1100
- msgstr ""
1101
-
1102
- #: media/js/aam-5.8.js:1478
1103
- msgid "Search Policy"
1104
- msgstr ""
1105
-
1106
- #: media/js/aam-5.8.js:1479
1107
- msgid "_TOTAL_ Policies"
1108
- msgstr ""
1109
-
1110
- #: media/js/aam-5.8.js:1521
1111
- msgid "Apply Policy"
1112
- msgstr ""
1113
-
1114
- #: media/js/aam-5.8.js:1535
1115
- msgid "Revoke Policy"
1116
- msgstr ""
1117
-
1118
- #: media/js/aam-5.8.js:1673 Application/Backend/phtml/main/menu.phtml:70
1119
- #: Application/Backend/phtml/main/toolbar.phtml:59
1120
- msgid "Uncheck to allow"
1121
- msgstr ""
1122
-
1123
- #: media/js/aam-5.8.js:1675 Application/Backend/phtml/main/menu.phtml:70
1124
- #: Application/Backend/phtml/main/toolbar.phtml:59
1125
- msgid "Check to restrict"
1126
- msgstr ""
1127
-
1128
- #: media/js/aam-5.8.js:1805 media/js/aam-5.8.js:1961
1129
- #: Application/Backend/phtml/main/metabox.phtml:68
1130
- msgid "Uncheck to show"
1131
- msgstr ""
1132
-
1133
- #: media/js/aam-5.8.js:1807 media/js/aam-5.8.js:1963
1134
- #: Application/Backend/phtml/main/metabox.phtml:68
1135
- msgid "Check to hide"
1136
- msgstr ""
1137
-
1138
- #: media/js/aam-5.8.js:1933
1139
- msgid "Processing"
1140
- msgstr ""
1141
-
1142
- #: media/js/aam-5.8.js:1936 Application/Backend/phtml/main/metabox.phtml:104
1143
- msgid "Initialize"
1144
- msgstr ""
1145
-
1146
- #: media/js/aam-5.8.js:2010
1147
- msgid "WordPress core does not allow to grant this capability"
1148
- msgstr ""
1149
-
1150
- #: media/js/aam-5.8.js:2051 media/js/aam-5.8.js:3280
1151
- msgid "Nothing to show"
1152
- msgstr ""
1153
-
1154
- #: media/js/aam-5.8.js:2235 Application/Backend/phtml/main/capability.phtml:76
1155
- msgid "Update Capability"
1156
- msgstr ""
1157
-
1158
- #: media/js/aam-5.8.js:2274 Application/Backend/phtml/main/capability.phtml:98
1159
- msgid "Delete Capability"
1160
- msgstr ""
1161
-
1162
- #: media/js/aam-5.8.js:2604
1163
- msgid "Settings Customized"
1164
- msgstr ""
1165
-
1166
- #: media/js/aam-5.8.js:2638 media/js/aam-5.8.js:2641 media/js/aam-5.8.js:2654
1167
- #: media/js/aam-5.8.js:2657
1168
- msgid "Parent:"
1169
- msgstr ""
1170
-
1171
- #: media/js/aam-5.8.js:2644 media/js/aam-5.8.js:2660
1172
- #: Application/Backend/phtml/main/menu.phtml:67
1173
- #: Application/Backend/phtml/main/metabox.phtml:65
1174
- #: Application/Backend/phtml/main/toolbar.phtml:56
1175
- msgid "ID:"
1176
- msgstr ""
1177
-
1178
- #: media/js/aam-5.8.js:2687
1179
- msgid "Drill-Down"
1180
- msgstr ""
1181
-
1182
- #: media/js/aam-5.8.js:2766 media/js/aam-5.8.js:4480
1183
- msgid "Resetting..."
1184
- msgstr ""
1185
-
1186
- #: media/js/aam-5.8.js:3276
1187
- msgid "Search Route"
1188
- msgstr ""
1189
-
1190
- #: media/js/aam-5.8.js:3277
1191
- msgid "_TOTAL_ route(s)"
1192
- msgstr ""
1193
-
1194
- #: media/js/aam-5.8.js:3279
1195
- msgid "No API enpoints found. You might have APIs disabled."
1196
- msgstr ""
1197
-
1198
- #: media/js/aam-5.8.js:3391
1199
- msgid "Failed to save URI rule"
1200
- msgstr ""
1201
-
1202
- #: media/js/aam-5.8.js:3429
1203
- msgid "Failed to delete URI rule"
1204
- msgstr ""
1205
-
1206
- #: media/js/aam-5.8.js:3464
1207
- msgid "Search URI"
1208
- msgstr ""
1209
-
1210
- #: media/js/aam-5.8.js:3465
1211
- msgid "_TOTAL_ URI(s)"
1212
- msgstr ""
1213
-
1214
- #: media/js/aam-5.8.js:3505
1215
- msgid "Edit Rule"
1216
- msgstr ""
1217
-
1218
- #: media/js/aam-5.8.js:3517
1219
- msgid "Delete Rule"
1220
- msgstr ""
1221
-
1222
- #: media/js/aam-5.8.js:3626
1223
- msgid "Extension status was updated successfully"
1224
- msgstr ""
1225
-
1226
- #: media/js/aam-5.8.js:3779
1227
- msgid "The issue has been resolved"
1228
- msgstr ""
1229
-
1230
- #: media/js/aam-5.8.js:3853 Application/Backend/phtml/main/get-started.phtml:13
1231
- msgid "OK, got it"
1232
- msgstr ""
1233
-
1234
- #: media/js/aam-5.8.js:3932 media/js/aam-5.8.js:3966
1235
- msgid "Wait..."
1236
- msgstr ""
1237
-
1238
- #: media/js/aam-5.8.js:3938
1239
- msgid "All settings has been cleared successfully"
1240
- msgstr ""
1241
-
1242
- #: media/js/aam-5.8.js:3949 media/js/aam-5.8.js:3983
1243
- #: Application/Backend/phtml/index.phtml:101
1244
- msgid "Clear"
1245
- msgstr ""
1246
-
1247
- #: media/js/aam-5.8.js:3972
1248
- msgid "The cache has been cleared successfully"
1249
- msgstr ""
1250
-
1251
- #: media/js/vendor.js:600
1252
- msgid ": "
1253
- msgstr ""
1254
-
1255
- #: Application/Backend/phtml/extensions.phtml:6
1256
- msgid ""
1257
- "By purchasing any of the extensions below, you obtain the license that "
1258
- "allows you to install and use our software for life and for one physical "
1259
- "WordPress installation only. However you will be able to download new "
1260
- "updates for one year from the time of purchase unless you purchased the "
1261
- "[Extended version]. Exceptions are websites where URL is either [localhost] "
1262
- "or starts with [dev.], [staging.], [test.] or [demo.] They are considered as "
1263
- "development websites and you can use the purchased license unlimited number "
1264
- "of times before it is activated on a production website. [Money back "
1265
- "guaranteed] within 10 day from the time of purchase."
1266
- msgstr ""
1267
-
1268
- #: Application/Backend/phtml/extensions.phtml:11
1269
- msgid "Install/Update Extension"
1270
- msgstr ""
1271
-
1272
- #: Application/Backend/phtml/extensions.phtml:15
1273
- msgid "License Key"
1274
- msgstr ""
1275
-
1276
- #: Application/Backend/phtml/extensions.phtml:19
1277
- msgid "Submit"
1278
- msgstr ""
1279
-
1280
- #: Application/Backend/phtml/extensions.phtml:28
1281
- msgid "Premium"
1282
- msgstr ""
1283
-
1284
- #: Application/Backend/phtml/extensions.phtml:29
1285
- #: Application/Backend/phtml/extensions.phtml:73
1286
- msgid "Free"
1287
- msgstr ""
1288
-
1289
- #: Application/Backend/phtml/extensions.phtml:30
1290
- msgid "Check for Updates"
1291
- msgstr ""
1292
-
1293
- #: Application/Backend/phtml/extensions.phtml:50
1294
- msgid "Installed"
1295
- msgstr ""
1296
-
1297
- #: Application/Backend/phtml/extensions.phtml:52
1298
- #: Application/Backend/phtml/extensions.phtml:80
1299
- msgid "Deactivate"
1300
- msgstr ""
1301
-
1302
- #: Application/Backend/phtml/extensions.phtml:52
1303
- #: Application/Backend/phtml/extensions.phtml:80
1304
- msgid "extension is active"
1305
- msgstr ""
1306
-
1307
- #: Application/Backend/phtml/extensions.phtml:55
1308
- msgid "license is missing"
1309
- msgstr ""
1310
-
1311
- #: Application/Backend/phtml/extensions.phtml:57
1312
- #: Application/Backend/phtml/extensions.phtml:84
1313
- msgid "Activate"
1314
- msgstr ""
1315
-
1316
- #: Application/Backend/phtml/extensions.phtml:57
1317
- #: Application/Backend/phtml/extensions.phtml:84
1318
- msgid "extension is inactive"
1319
- msgstr ""
1320
-
1321
- #: Application/Backend/phtml/extensions.phtml:59
1322
- #: Application/Backend/phtml/index.phtml:188
1323
- msgid "Read More"
1324
- msgstr ""
1325
-
1326
- #: Application/Backend/phtml/extensions.phtml:101
1327
- #: Application/Backend/phtml/extensions.phtml:132
1328
- #: Application/Backend/phtml/extensions.phtml:143
1329
- #: Application/Backend/phtml/index.phtml:94
1330
- #: Application/Backend/phtml/index.phtml:254
1331
- #: Application/Backend/phtml/index.phtml:271
1332
- #: Application/Backend/phtml/index.phtml:281
1333
- #: Application/Backend/phtml/index.phtml:297
1334
- #: Application/Backend/phtml/index.phtml:307
1335
- #: Application/Backend/phtml/index.phtml:315
1336
- #: Application/Backend/phtml/index.phtml:342
1337
- #: Application/Backend/phtml/index.phtml:404
1338
- #: Application/Backend/phtml/main/capability.phtml:54
1339
- #: Application/Backend/phtml/main/capability.phtml:65
1340
- #: Application/Backend/phtml/main/capability.phtml:75
1341
- #: Application/Backend/phtml/main/capability.phtml:87
1342
- #: Application/Backend/phtml/main/capability.phtml:97
1343
- #: Application/Backend/phtml/main/capability.phtml:105
1344
- #: Application/Backend/phtml/main/menu.phtml:113
1345
- #: Application/Backend/phtml/main/metabox.phtml:91
1346
- #: Application/Backend/phtml/main/metabox.phtml:105
1347
- #: Application/Backend/phtml/main/uri.phtml:26
1348
- #: Application/Backend/phtml/main/uri.phtml:98
1349
- #: Application/Backend/phtml/main/uri.phtml:108
1350
- #: Application/Backend/phtml/main/uri.phtml:120
1351
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:6
1352
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:17
1353
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:27
1354
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:38
1355
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:48
1356
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:59
1357
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:69
1358
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:115
1359
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:125
1360
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:136
1361
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:146
1362
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:158
1363
- msgid "Close"
1364
- msgstr ""
1365
-
1366
- #: Application/Backend/phtml/extensions.phtml:102
1367
- msgid "Notification"
1368
- msgstr ""
1369
-
1370
- #: Application/Backend/phtml/extensions.phtml:106
1371
- msgid ""
1372
- "Extension requires manual installation. Please follow few simple steps below."
1373
- msgstr ""
1374
-
1375
- #: Application/Backend/phtml/extensions.phtml:110
1376
- msgid "Click [Download] button below and save the zip archive on your computer"
1377
- msgstr ""
1378
-
1379
- #: Application/Backend/phtml/extensions.phtml:111
1380
- msgid "Connect to your website via FTP and navigate to [wp-content] folder"
1381
- msgstr ""
1382
-
1383
- #: Application/Backend/phtml/extensions.phtml:112
1384
- msgid ""
1385
- "Create [aam/extension] folder inside [wp-content] and make sure it is "
1386
- "writable by your server"
1387
- msgstr ""
1388
-
1389
- #: Application/Backend/phtml/extensions.phtml:113
1390
- msgid ""
1391
- "Unzip downloaded archive and upload the folder inside the [wp-content/aam/"
1392
- "extension] folder"
1393
- msgstr ""
1394
-
1395
- #: Application/Backend/phtml/extensions.phtml:117
1396
- msgid ""
1397
- "[PLEASE NOTE!] Your browser may not support the latest HTML5 attribures and "
1398
- "if downloaded file is not .ZIP archive, simply rename the file by adding ."
1399
- "zip extension."
1400
- msgstr ""
1401
-
1402
- #: Application/Backend/phtml/extensions.phtml:122
1403
- #: Application/Backend/phtml/index.phtml:102
1404
- msgid "Cancel"
1405
- msgstr ""
1406
-
1407
- #: Application/Backend/phtml/extensions.phtml:133
1408
- msgid "Install Extension"
1409
- msgstr ""
1410
-
1411
- #: Application/Backend/phtml/extensions.phtml:137
1412
- msgid ""
1413
- "Insert license key that you recieved after the payment (find the email "
1414
- "example below). It might take up to 2 hours to process the payment. Please "
1415
- "remember that license key is limited only to one life domain."
1416
- msgstr ""
1417
-
1418
- #: Application/Backend/phtml/index.phtml:14
1419
- msgid "Main Panel"
1420
- msgstr ""
1421
-
1422
- #: Application/Backend/phtml/index.phtml:18
1423
- msgid ""
1424
- "[Loading AAM UI]. Please wait. If content will not load within next 30 "
1425
- "seconds, clear your browser cache and reload the page. If still nothing, it "
1426
- "is most likely some sort of JavaScript or CSS conflict with one your active "
1427
- "plugins or theme. Try to deactivate all plugins and switch to any default "
1428
- "WordPress theme to find out what causes the issue."
1429
- msgstr ""
1430
-
1431
- #: Application/Backend/phtml/index.phtml:30
1432
- msgid "Notifications"
1433
- msgstr ""
1434
-
1435
- #: Application/Backend/phtml/index.phtml:81
1436
- msgid "Clear AAM Cache"
1437
- msgstr ""
1438
-
1439
- #: Application/Backend/phtml/index.phtml:84
1440
- msgid "Reset AAM Settings"
1441
- msgstr ""
1442
-
1443
- #: Application/Backend/phtml/index.phtml:95
1444
- msgid "Clear all settings"
1445
- msgstr ""
1446
-
1447
- #: Application/Backend/phtml/index.phtml:98
1448
- msgid "All AAM settings will be removed."
1449
- msgstr ""
1450
-
1451
- #: Application/Backend/phtml/index.phtml:114
1452
- msgid "Warning"
1453
- msgstr ""
1454
-
1455
- #: Application/Backend/phtml/index.phtml:119
1456
- #, php-format
1457
- msgid ""
1458
- "All AAM extension should be located in [%s] directory however it either does "
1459
- "not exist or is not writable."
1460
- msgstr ""
1461
-
1462
- #: Application/Backend/phtml/index.phtml:121
1463
- msgid "Click To Fix The Issue"
1464
- msgstr ""
1465
-
1466
- #: Application/Backend/phtml/index.phtml:133
1467
- #, php-format
1468
- msgid ""
1469
- "Failed to create a [%s] directory for AAM extension. To create it manually, "
1470
- "login to your website via FTP and create [%s] directory. [Please Note!] It "
1471
- "is a relative directory path from your website root (where wp-config.php "
1472
- "file is located)."
1473
- msgstr ""
1474
-
1475
- #: Application/Backend/phtml/index.phtml:138
1476
- msgid "Ok"
1477
- msgstr ""
1478
-
1479
- #: Application/Backend/phtml/index.phtml:150
1480
- msgid "Premium Licenses"
1481
- msgstr ""
1482
-
1483
- #: Application/Backend/phtml/index.phtml:167
1484
- msgid "Manage License"
1485
- msgstr ""
1486
-
1487
- #: Application/Backend/phtml/index.phtml:169
1488
- msgid "Upgrade License"
1489
- msgstr ""
1490
-
1491
- #: Application/Backend/phtml/index.phtml:187
1492
- msgid ""
1493
- "The [Development Package] allows you to get all premium extensions for "
1494
- "[unlimited number of websites]."
1495
- msgstr ""
1496
-
1497
- #: Application/Backend/phtml/index.phtml:198
1498
- msgid "AAM Multisite"
1499
- msgstr ""
1500
-
1501
- #: Application/Backend/phtml/index.phtml:201
1502
- msgid ""
1503
- "Install free [AAM Multisite extension] in order to manage all your sites "
1504
- "from the Network Admin."
1505
- msgstr ""
1506
-
1507
- #: Application/Backend/phtml/index.phtml:212
1508
- msgid "Users/Roles Manager"
1509
- msgstr ""
1510
-
1511
- #: Application/Backend/phtml/index.phtml:220
1512
- #: Application/Backend/phtml/index.phtml:435
1513
- msgid "Roles"
1514
- msgstr ""
1515
-
1516
- #: Application/Backend/phtml/index.phtml:226
1517
- #: Application/Backend/phtml/index.phtml:445
1518
- msgid "Visitor"
1519
- msgstr ""
1520
-
1521
- #: Application/Backend/phtml/index.phtml:229
1522
- #: Application/Backend/phtml/index.phtml:450
1523
- msgid "Default"
1524
- msgstr ""
1525
-
1526
- #: Application/Backend/phtml/index.phtml:242
1527
- #: Application/Backend/phtml/index.phtml:330
1528
- #: Application/Backend/phtml/main/uri.phtml:134
1529
- msgid "Action"
1530
- msgstr ""
1531
-
1532
- #: Application/Backend/phtml/index.phtml:255
1533
- msgid "Create Role"
1534
- msgstr ""
1535
-
1536
- #: Application/Backend/phtml/index.phtml:259
1537
- #: Application/Backend/phtml/index.phtml:286
1538
- msgid "Role Name"
1539
- msgstr ""
1540
-
1541
- #: Application/Backend/phtml/index.phtml:260
1542
- #: Application/Backend/phtml/index.phtml:287
1543
- msgid "Enter Role Name"
1544
- msgstr ""
1545
-
1546
- #: Application/Backend/phtml/index.phtml:263
1547
- #: Application/Backend/phtml/index.phtml:290
1548
- msgid "Role Expiration"
1549
- msgstr ""
1550
-
1551
- #: Application/Backend/phtml/index.phtml:264
1552
- #: Application/Backend/phtml/index.phtml:291
1553
- msgid "Enter Expiration Rule"
1554
- msgstr ""
1555
-
1556
- #: Application/Backend/phtml/index.phtml:282
1557
- msgid "Update Role"
1558
- msgstr ""
1559
-
1560
- #: Application/Backend/phtml/index.phtml:311
1561
- #, php-format
1562
- msgid "Are you sure that you want to delete the %s role?"
1563
- msgstr ""
1564
-
1565
- #: Application/Backend/phtml/index.phtml:329
1566
- #: Application/Backend/phtml/metabox/metabox-content.phtml:64
1567
- msgid "Username"
1568
- msgstr ""
1569
-
1570
- #: Application/Backend/phtml/index.phtml:354
1571
- msgid ""
1572
- "Define for how long user can access the website and what action needs to be "
1573
- "taken after access expires."
1574
- msgstr ""
1575
-
1576
- #: Application/Backend/phtml/index.phtml:360
1577
- msgid "Action After Expiration"
1578
- msgstr ""
1579
-
1580
- #: Application/Backend/phtml/index.phtml:362
1581
- msgid "Select Action"
1582
- msgstr ""
1583
-
1584
- #: Application/Backend/phtml/index.phtml:363
1585
- msgid "Logout User"
1586
- msgstr ""
1587
-
1588
- #: Application/Backend/phtml/index.phtml:364
1589
- msgid "Delete Account"
1590
- msgstr ""
1591
-
1592
- #: Application/Backend/phtml/index.phtml:365
1593
- msgid "Lock Account"
1594
- msgstr ""
1595
-
1596
- #: Application/Backend/phtml/index.phtml:366
1597
- msgid "Change User Role"
1598
- msgstr ""
1599
-
1600
- #: Application/Backend/phtml/index.phtml:370
1601
- msgid "Change To Role"
1602
- msgstr ""
1603
-
1604
- #: Application/Backend/phtml/index.phtml:378
1605
- #, php-format
1606
- msgid ""
1607
- "User JWT token to authentication user without a need for entering username/"
1608
- "password. To learn more about JWT authentication, please refer to %sHow to "
1609
- "authenticate WordPress user with JWT token%s article."
1610
- msgstr ""
1611
-
1612
- #: Application/Backend/phtml/index.phtml:380
1613
- msgid "JWT Token (for any API calls)"
1614
- msgstr ""
1615
-
1616
- #: Application/Backend/phtml/index.phtml:387
1617
- msgid "User Login URL (with JWT token)"
1618
- msgstr ""
1619
-
1620
- #: Application/Backend/phtml/index.phtml:389
1621
- msgid ""
1622
- "With this URL user will be automatically logged in until the time defined on "
1623
- "the \"Temporary Access\" tab."
1624
- msgstr ""
1625
-
1626
- #: Application/Backend/phtml/index.phtml:394
1627
- msgid "To manage user profile, click on the button below."
1628
- msgstr ""
1629
-
1630
- #: Application/Backend/phtml/index.phtml:396
1631
- msgid "Edit User Profile"
1632
- msgstr ""
1633
-
1634
- #: Application/Backend/phtml/index.phtml:414
1635
- msgid ""
1636
- "Manage access to your website for visitors (any user that is not "
1637
- "authenticated)"
1638
- msgstr ""
1639
-
1640
- #: Application/Backend/phtml/index.phtml:415
1641
- #: Application/Backend/phtml/metabox/metabox-content.phtml:78
1642
- msgid "Manage Visitors"
1643
- msgstr ""
1644
-
1645
- #: Application/Backend/phtml/index.phtml:422
1646
- msgid ""
1647
- "Manage default access to your website resources for all users, roles and "
1648
- "visitor. This includes Administrator role and your user"
1649
- msgstr ""
1650
-
1651
- #: Application/Backend/phtml/index.phtml:423
1652
- #: Application/Backend/phtml/metabox/metabox-content.phtml:104
1653
- msgid "Manage Default Access"
1654
- msgstr ""
1655
-
1656
- #: Application/Backend/phtml/index.phtml:431
1657
- msgid ""
1658
- "Manage access for your users, roles and visitors. Be careful with "
1659
- "[Administrator] role as well as your admin user. [Database backup is "
1660
- "strongly recommended]."
1661
- msgstr ""
1662
-
1663
- #: Application/Backend/phtml/index.phtml:436
1664
- msgid ""
1665
- "With Roles tab you can manage access for any defined role, edit role's name, "
1666
- "create new role or even delete existing (but only when there is no users "
1667
- "assigned to it). You are not allowed to delete Administrator role."
1668
- msgstr ""
1669
-
1670
- #: Application/Backend/phtml/index.phtml:441
1671
- msgid ""
1672
- "Manage access for any user. As a bonus feature, you can block user. It means "
1673
- "that user will be not able to login to your website anymore."
1674
- msgstr ""
1675
-
1676
- #: Application/Backend/phtml/index.phtml:446
1677
- msgid ""
1678
- "Visitor can be considered any user that is not authenticated to your website."
1679
- msgstr ""
1680
-
1681
- #: Application/Backend/phtml/index.phtml:451
1682
- msgid ""
1683
- "Manage default access settings to your website resources for all users, "
1684
- "roles and visitors."
1685
- msgstr ""
1686
-
1687
- #: Application/Backend/phtml/main-panel.phtml:26
1688
- msgid "You are not allowed to manage any of the existing features."
1689
- msgstr ""
1690
-
1691
- #: Application/Backend/phtml/main/404redirect.phtml:7
1692
- msgid "Setup [default] 404 redirect for all none-existing pages."
1693
- msgstr ""
1694
-
1695
- #: Application/Backend/phtml/main/404redirect.phtml:20
1696
- msgid "Default WordPress 404 handler"
1697
- msgstr ""
1698
-
1699
- #: Application/Backend/phtml/main/404redirect.phtml:24
1700
- #: Application/Backend/phtml/main/login-redirect.phtml:31
1701
- #: Application/Backend/phtml/main/logout-redirect.phtml:31
1702
- #: Application/Backend/phtml/main/redirect.phtml:50
1703
- #: Application/Backend/phtml/main/uri.phtml:57
1704
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:77
1705
- msgid "Redirected to existing page [(select from the drop-down)]"
1706
- msgstr ""
1707
-
1708
- #: Application/Backend/phtml/main/404redirect.phtml:28
1709
- #: Application/Backend/phtml/main/redirect.phtml:54
1710
- #: Application/Backend/phtml/main/redirect.phtml:106
1711
- #: Application/Backend/phtml/main/uri.phtml:61
1712
- msgid "Redirected to the URL [(enter valid URL starting from http or https)]"
1713
- msgstr ""
1714
-
1715
- #: Application/Backend/phtml/main/404redirect.phtml:32
1716
- #: Application/Backend/phtml/main/login-redirect.phtml:39
1717
- #: Application/Backend/phtml/main/logout-redirect.phtml:39
1718
- #: Application/Backend/phtml/main/redirect.phtml:58
1719
- #: Application/Backend/phtml/main/redirect.phtml:110
1720
- #: Application/Backend/phtml/main/uri.phtml:65
1721
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:85
1722
- #, php-format
1723
- msgid "Trigger PHP callback function [(valid %sPHP callback%s is required)]"
1724
- msgstr ""
1725
-
1726
- #: Application/Backend/phtml/main/404redirect.phtml:45
1727
- #: Application/Backend/phtml/main/login-redirect.phtml:52
1728
- #: Application/Backend/phtml/main/logout-redirect.phtml:52
1729
- #: Application/Backend/phtml/main/redirect.phtml:76
1730
- #: Application/Backend/phtml/main/redirect.phtml:128
1731
- #: Application/Backend/phtml/main/uri.phtml:81
1732
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:96
1733
- msgid "-- Select Page --"
1734
- msgstr ""
1735
-
1736
- #: Application/Backend/phtml/main/404redirect.phtml:51
1737
- #: Application/Backend/phtml/main/login-redirect.phtml:58
1738
- #: Application/Backend/phtml/main/logout-redirect.phtml:58
1739
- #: Application/Backend/phtml/main/redirect.phtml:82
1740
- #: Application/Backend/phtml/main/redirect.phtml:134
1741
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:102
1742
- msgid "The URL"
1743
- msgstr ""
1744
-
1745
- #: Application/Backend/phtml/main/404redirect.phtml:56
1746
- #: Application/Backend/phtml/main/login-redirect.phtml:63
1747
- #: Application/Backend/phtml/main/logout-redirect.phtml:63
1748
- #: Application/Backend/phtml/main/redirect.phtml:87
1749
- #: Application/Backend/phtml/main/redirect.phtml:139
1750
- #: Application/Backend/phtml/main/uri.phtml:92
1751
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:107
1752
- msgid "PHP Callback Function"
1753
- msgstr ""
1754
-
1755
- #: Application/Backend/phtml/main/404redirect.phtml:60
1756
- msgid ""
1757
- "You cannot setup 404 redirect for specific user, role or visitors. Switch to "
1758
- "[Manage Default Access] and define default 404 redirect for everybody."
1759
- msgstr ""
1760
-
1761
- #: Application/Backend/phtml/main/capability.phtml:8
1762
- #, php-format
1763
- msgid ""
1764
- "[Be careful!] Manage capabilities for [%s]. For more information about the "
1765
- "concept of capabilities check %sWhat is a WordPress capability%s article."
1766
- msgstr ""
1767
-
1768
- #: Application/Backend/phtml/main/capability.phtml:16
1769
- msgid "Filter"
1770
- msgstr ""
1771
-
1772
- #: Application/Backend/phtml/main/capability.phtml:23
1773
- msgid "All Capabilities"
1774
- msgstr ""
1775
-
1776
- #: Application/Backend/phtml/main/capability.phtml:32
1777
- msgid "Capabilities are customized"
1778
- msgstr ""
1779
-
1780
- #: Application/Backend/phtml/main/capability.phtml:33
1781
- #: Application/Backend/phtml/main/menu.phtml:14
1782
- #: Application/Backend/phtml/main/metabox.phtml:20
1783
- #: Application/Backend/phtml/main/policy.phtml:16
1784
- #: Application/Backend/phtml/main/post.phtml:36
1785
- #: Application/Backend/phtml/main/route.phtml:17
1786
- #: Application/Backend/phtml/main/toolbar.phtml:15
1787
- #: Application/Backend/phtml/main/uri.phtml:17
1788
- #: Application/Backend/phtml/metabox/metabox-content.phtml:133
1789
- msgid "Reset To Default"
1790
- msgstr ""
1791
-
1792
- #: Application/Backend/phtml/main/capability.phtml:42
1793
- msgid "Category"
1794
- msgstr ""
1795
-
1796
- #: Application/Backend/phtml/main/capability.phtml:43
1797
- #: Application/Backend/phtml/main/capability.phtml:59
1798
- #: Application/Backend/phtml/main/capability.phtml:80
1799
- msgid "Capability"
1800
- msgstr ""
1801
-
1802
- #: Application/Backend/phtml/main/capability.phtml:44
1803
- #: Application/Backend/phtml/main/policy.phtml:28
1804
- #: Application/Backend/phtml/main/post.phtml:52
1805
- #: Application/Backend/phtml/main/uri.phtml:135
1806
- msgid "Actions"
1807
- msgstr ""
1808
-
1809
- #: Application/Backend/phtml/main/capability.phtml:55
1810
- msgid "Create Capability"
1811
- msgstr ""
1812
-
1813
- #: Application/Backend/phtml/main/capability.phtml:60
1814
- #: Application/Backend/phtml/main/capability.phtml:81
1815
- msgid "Enter Capability"
1816
- msgstr ""
1817
-
1818
- #: Application/Backend/phtml/main/capability.phtml:83
1819
- msgid ""
1820
- "[Please note!] Capability will be updated for all roles. Any functionality "
1821
- "that depends on this capability may not work properly."
1822
- msgstr ""
1823
-
1824
- #: Application/Backend/phtml/main/capability.phtml:101
1825
- #, php-format
1826
- msgid "Are you sure that you want to delete %s capability for all roles?"
1827
- msgstr ""
1828
-
1829
- #: Application/Backend/phtml/main/get-started.phtml:7
1830
- msgid ""
1831
- "Appreciate your interest in Advanced Access Manager (aka AAM). With strong "
1832
- "knowledge and experience in WordPress, AAM becomes a very powerful tool to "
1833
- "manage access to your frontend, backend and RESTful/XML-PRC APIs."
1834
- msgstr ""
1835
-
1836
- #: Application/Backend/phtml/main/get-started.phtml:8
1837
- msgid "Please Note!"
1838
- msgstr ""
1839
-
1840
- #: Application/Backend/phtml/main/get-started.phtml:8
1841
- #, php-format
1842
- msgid ""
1843
- "Power comes with responsibility. Make sure you have good understanding of "
1844
- "%sWordPress Roles & Capabilities%s because AAM is very closely integrated "
1845
- "with WordPress core. It is also recommended to have a backup of your "
1846
- "database before you start working with AAM. There is no need to backup your "
1847
- "files; AAM does not modify any physical files on your server and never did."
1848
- msgstr ""
1849
-
1850
- #: Application/Backend/phtml/main/get-started.phtml:9
1851
- #, php-format
1852
- msgid ""
1853
- "AAM was thoroughly tested on the fresh installation of WordPress and in the "
1854
- "latest versions of Chrome, Safari, IE and Firefox. If you have any issues, "
1855
- "the most typical case is a conflict with other plugins or themes. In this "
1856
- "case please do not hesitate to contact us directly on our website "
1857
- "%saamplugin.com%s"
1858
- msgstr ""
1859
-
1860
- #: Application/Backend/phtml/main/get-started.phtml:10
1861
- #, php-format
1862
- msgid ""
1863
- "If you are not sure where to start, please check our %s\"Get Started\"%s "
1864
- "page to learn more about core concepts that will definitely help you to "
1865
- "manage access to your WordPress website more effectively."
1866
- msgstr ""
1867
-
1868
- #: Application/Backend/phtml/main/get-started.phtml:12
1869
- msgid "Go To \"Get Started\" Page"
1870
- msgstr ""
1871
-
1872
- #: Application/Backend/phtml/main/login-redirect.phtml:7
1873
- msgid ""
1874
- "Define the [default] login redirect for all users and roles when "
1875
- "authentication is completed successfully."
1876
- msgstr ""
1877
-
1878
- #: Application/Backend/phtml/main/login-redirect.phtml:11
1879
- #, php-format
1880
- msgid ""
1881
- "Customize login redirect for [%s] when the authentication is completed "
1882
- "successfully. [Please note!] Login redirect works with default WordPress "
1883
- "login form or %sAAM Secure Login widget%s. It may [not] work with any other "
1884
- "login solutions."
1885
- msgstr ""
1886
-
1887
- #: Application/Backend/phtml/main/login-redirect.phtml:27
1888
- #: Application/Backend/phtml/main/logout-redirect.phtml:27
1889
- msgid "WordPress default behavior"
1890
- msgstr ""
1891
-
1892
- #: Application/Backend/phtml/main/login-redirect.phtml:35
1893
- #: Application/Backend/phtml/main/logout-redirect.phtml:35
1894
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:81
1895
- msgid "Redirected to the URL [(enter full URL starting from http or https)]"
1896
- msgstr ""
1897
-
1898
- #: Application/Backend/phtml/main/logout-redirect.phtml:7
1899
- msgid "Define the [default] logout redirect for all users and roles."
1900
- msgstr ""
1901
-
1902
- #: Application/Backend/phtml/main/logout-redirect.phtml:11
1903
- #, php-format
1904
- msgid "Customize logout redirect for [%s]."
1905
- msgstr ""
1906
-
1907
- #: Application/Backend/phtml/main/menu.phtml:6
1908
- #, php-format
1909
- msgid ""
1910
- "Protect your backend area. The list of menus and submenus is based on "
1911
- "capabilities [%s] has. For more information please check %sHow to manage "
1912
- "WordPress backend menu%s."
1913
- msgstr ""
1914
-
1915
- #: Application/Backend/phtml/main/menu.phtml:13
1916
- #: Application/Backend/phtml/main/metabox.phtml:19
1917
- #: Application/Backend/phtml/main/post.phtml:35
1918
- #: Application/Backend/phtml/main/toolbar.phtml:14
1919
- #: Application/Backend/phtml/main/uri.phtml:16
1920
- #: Application/Backend/phtml/metabox/metabox-content.phtml:132
1921
- msgid "Settings are customized"
1922
- msgstr ""
1923
-
1924
- #: Application/Backend/phtml/main/menu.phtml:47
1925
- #: Application/Backend/phtml/main/toolbar.phtml:44
1926
- msgid "Menu ID:"
1927
- msgstr ""
1928
-
1929
- #: Application/Backend/phtml/main/menu.phtml:59
1930
- #: Application/Backend/phtml/main/menu.phtml:66
1931
- msgid "Cap:"
1932
- msgstr ""
1933
-
1934
- #: Application/Backend/phtml/main/menu.phtml:102
1935
- msgid ""
1936
- "Current user does not have enough capabilities to access any available "
1937
- "dashboard page."
1938
- msgstr ""
1939
-
1940
- #: Application/Backend/phtml/main/menu.phtml:114
1941
- msgid "Dashboard Lockdown"
1942
- msgstr ""
1943
-
1944
- #: Application/Backend/phtml/main/menu.phtml:118
1945
- msgid "You cannot restrict access to Dashboard home page."
1946
- msgstr ""
1947
-
1948
- #: Application/Backend/phtml/main/menu.phtml:119
1949
- #, php-format
1950
- msgid ""
1951
- "The [Home] is the default page every user is redirected after login. To "
1952
- "restrict access to the entire backend, please check %sHow to lockdown "
1953
- "WordPress backend%s article."
1954
- msgstr ""
1955
-
1956
- #: Application/Backend/phtml/main/menu.phtml:123
1957
- msgid "OK"
1958
- msgstr ""
1959
-
1960
- #: Application/Backend/phtml/main/metabox.phtml:6
1961
- #, php-format
1962
- msgid ""
1963
- "Hide unnecessary or restricted metaboxes and widgets for [%s]. For more "
1964
- "information please check %sHow to hide WordPress metaboxes and widgets%s."
1965
- msgstr ""
1966
-
1967
- #: Application/Backend/phtml/main/metabox.phtml:12
1968
- msgid "Refresh"
1969
- msgstr ""
1970
-
1971
- #: Application/Backend/phtml/main/metabox.phtml:13
1972
- msgid "Init URL"
1973
- msgstr ""
1974
-
1975
- #: Application/Backend/phtml/main/metabox.phtml:43
1976
- msgid "Dashboard Widgets"
1977
- msgstr ""
1978
-
1979
- #: Application/Backend/phtml/main/metabox.phtml:47
1980
- msgid "Frontend Widgets [(including Appearance->Widgets)]"
1981
- msgstr ""
1982
-
1983
- #: Application/Backend/phtml/main/metabox.phtml:81
1984
- msgid "The list is not initialized. Click Refresh button above."
1985
- msgstr ""
1986
-
1987
- #: Application/Backend/phtml/main/metabox.phtml:92
1988
- msgid "Initialize URL"
1989
- msgstr ""
1990
-
1991
- #: Application/Backend/phtml/main/metabox.phtml:96
1992
- msgid ""
1993
- "Some metaboxes are \"conditional\" and appear on the Edit screen when "
1994
- "certain conditions are met. For example metabox \"Comments\" appears only "
1995
- "for existing page and not for new page. If you do not see a desired metabox, "
1996
- "try to copy & paste the full URL to the backend page where that metabox "
1997
- "appears."
1998
- msgstr ""
1999
-
2000
- #: Application/Backend/phtml/main/metabox.phtml:99
2001
- msgid "Backend page URL"
2002
- msgstr ""
2003
-
2004
- #: Application/Backend/phtml/main/metabox.phtml:100
2005
- msgid "Insert valid URL"
2006
- msgstr ""
2007
-
2008
- #: Application/Backend/phtml/main/policy.phtml:7
2009
- #, php-format
2010
- msgid ""
2011
- "Manage access and security policies for [%s]. For more information check "
2012
- "%sAccess &amp; Security Policy%s page."
2013
- msgstr ""
2014
-
2015
- #: Application/Backend/phtml/main/policy.phtml:15
2016
- msgid "Policies are customized"
2017
- msgstr ""
2018
-
2019
- #: Application/Backend/phtml/main/policy.phtml:27
2020
- msgid "Policy"
2021
- msgstr ""
2022
-
2023
- #: Application/Backend/phtml/main/policy.phtml:40
2024
- #, php-format
2025
- msgid ""
2026
- "%s[AAM Plus Package]%s extension is required in order to apply Access &amp; "
2027
- "Security Policies to everybody all together."
2028
- msgstr ""
2029
-
2030
- #: Application/Backend/phtml/main/post.phtml:7
2031
- #, php-format
2032
- msgid ""
2033
- "You are allowed to manage access to unlimited number of posts, pages or "
2034
- "custom post types but only for any role, user or visitor. Consider to "
2035
- "purchase %s[AAM Plus Package]%s extension to have the ability to also manage "
2036
- "access to categories and custom taxonomies or to define the default access "
2037
- "to all posts, pages or custom post types. For more information about this "
2038
- "functionality check %sHow to manage access to the WordPress content%s."
2039
- msgstr ""
2040
-
2041
- #: Application/Backend/phtml/main/post.phtml:15
2042
- #, php-format
2043
- msgid ""
2044
- "Manage access to posts, pages, custom post types, categories or custom "
2045
- "hierarchical taxonomies. For more information about this functionality check "
2046
- "%sManage access to the WordPress Posts and Terms%s article."
2047
- msgstr ""
2048
-
2049
- #: Application/Backend/phtml/main/post.phtml:25
2050
- msgid "Root"
2051
- msgstr ""
2052
-
2053
- #: Application/Backend/phtml/main/post.phtml:51
2054
- msgid "Title"
2055
- msgstr ""
2056
-
2057
- #: Application/Backend/phtml/main/post.phtml:61
2058
- #: Application/Backend/phtml/main/post.phtml:64
2059
- #: Application/Backend/phtml/main/post.phtml:68
2060
- #: Application/Backend/phtml/main/post.phtml:71
2061
- #: Application/Backend/phtml/main/post.phtml:79
2062
- #: Application/Backend/phtml/main/post.phtml:84
2063
- msgid "Go Back"
2064
- msgstr ""
2065
-
2066
- #: Application/Backend/phtml/main/redirect.phtml:7
2067
- msgid ""
2068
- "Define the [default] redirect for all users, roles and visitors when access "
2069
- "is denied to any restricted resources on your website."
2070
- msgstr ""
2071
-
2072
- #: Application/Backend/phtml/main/redirect.phtml:11
2073
- #, php-format
2074
- msgid ""
2075
- "Customize redirect for %s when access is denied to restricted resources like "
2076
- "posts, categories, menus, etc. For more information about this feature, "
2077
- "please check %sHow to redirect WordPress user when access is denied%s."
2078
- msgstr ""
2079
-
2080
- #: Application/Backend/phtml/main/redirect.phtml:25
2081
- msgid "Frontend Redirect"
2082
- msgstr ""
2083
-
2084
- #: Application/Backend/phtml/main/redirect.phtml:26
2085
- msgid "Backend Redirect"
2086
- msgstr ""
2087
-
2088
- #: Application/Backend/phtml/main/redirect.phtml:36
2089
- #: Application/Backend/phtml/main/redirect.phtml:94
2090
- msgid "Default [(\"Access Denied\" message)]"
2091
- msgstr ""
2092
-
2093
- #: Application/Backend/phtml/main/redirect.phtml:40
2094
- #: Application/Backend/phtml/main/redirect.phtml:98
2095
- #: Application/Backend/phtml/main/uri.phtml:47
2096
- msgid "Show customized message [(plain text or HTML)]"
2097
- msgstr ""
2098
-
2099
- #: Application/Backend/phtml/main/redirect.phtml:45
2100
- #: Application/Backend/phtml/main/uri.phtml:52
2101
- msgid ""
2102
- "Redirect to the login page [(after login, user will be redirected back to "
2103
- "the restricted page)]"
2104
- msgstr ""
2105
-
2106
- #: Application/Backend/phtml/main/redirect.phtml:62
2107
- #: Application/Backend/phtml/main/redirect.phtml:114
2108
- #: Application/Backend/phtml/main/uri.phtml:69
2109
- msgid "Customized Message"
2110
- msgstr ""
2111
-
2112
- #: Application/Backend/phtml/main/redirect.phtml:63
2113
- #: Application/Backend/phtml/main/redirect.phtml:115
2114
- #: Application/Backend/phtml/main/uri.phtml:70
2115
- msgid "Enter message..."
2116
- msgstr ""
2117
-
2118
- #: Application/Backend/phtml/main/redirect.phtml:102
2119
- msgid "Redirected to existing frontend page [(select from the drop-down)]"
2120
- msgstr ""
2121
-
2122
- #: Application/Backend/phtml/main/route.phtml:8
2123
- #, php-format
2124
- msgid ""
2125
- "Manage access to the website API routes for [%s]. For full RESTful API "
2126
- "experience, you might want to use %sJWT authentication%s that is already "
2127
- "available in AAM."
2128
- msgstr ""
2129
-
2130
- #: Application/Backend/phtml/main/route.phtml:16
2131
- msgid "Routes are customized"
2132
- msgstr ""
2133
-
2134
- #: Application/Backend/phtml/main/route.phtml:27
2135
- msgid "Route"
2136
- msgstr ""
2137
-
2138
- #: Application/Backend/phtml/main/route.phtml:28
2139
- msgid "Deny"
2140
- msgstr ""
2141
-
2142
- #: Application/Backend/phtml/main/toolbar.phtml:6
2143
- msgid ""
2144
- "[Note!] Admin Toolbar feature is not intended to restrict direct access to "
2145
- "URLs and should be used only to remove unnecessary items from the top admin "
2146
- "toolbar. Use [Backend Menu] tab to restrict direct access to backend pages "
2147
- "or utilize the great power of roles and capabilities."
2148
- msgstr ""
2149
-
2150
- #: Application/Backend/phtml/main/toolbar.phtml:55
2151
- msgid "URI:"
2152
- msgstr ""
2153
-
2154
- #: Application/Backend/phtml/main/toolbar.phtml:86
2155
- msgid ""
2156
- "The list of top admin bar items is not initialized. Click \"Refresh\" button "
2157
- "above."
2158
- msgstr ""
2159
-
2160
- #: Application/Backend/phtml/main/uri.phtml:8
2161
- #, php-format
2162
- msgid ""
2163
- "Manage access to the website URL(s) for the [%s]. However, note! All entered "
2164
- "URLs have to belong to this particular website and processed by the "
2165
- "WordPress core. For more information check %sHow to restrict access to any "
2166
- "WordPress website URL%s."
2167
- msgstr ""
2168
-
2169
- #: Application/Backend/phtml/main/uri.phtml:27
2170
- msgid "URI Access Rule"
2171
- msgstr ""
2172
-
2173
- #: Application/Backend/phtml/main/uri.phtml:31
2174
- msgid "Enter URL [(wildcard * is available with Plus Package extension)]"
2175
- msgstr ""
2176
-
2177
- #: Application/Backend/phtml/main/uri.phtml:35
2178
- msgid "How to redirect user when match?"
2179
- msgstr ""
2180
-
2181
- #: Application/Backend/phtml/main/uri.phtml:39
2182
- msgid "Allow Access"
2183
- msgstr ""
2184
-
2185
- #: Application/Backend/phtml/main/uri.phtml:43
2186
- msgid "Deny Access [(show \"Access Denied\" message)]"
2187
- msgstr ""
2188
-
2189
- #: Application/Backend/phtml/main/uri.phtml:87
2190
- msgid "The Valid Redirect URL"
2191
- msgstr ""
2192
-
2193
- #: Application/Backend/phtml/main/uri.phtml:109
2194
- msgid "Delete URI Rule"
2195
- msgstr ""
2196
-
2197
- #: Application/Backend/phtml/main/uri.phtml:132
2198
- msgid "URI"
2199
- msgstr ""
2200
-
2201
- #: Application/Backend/phtml/main/uri.phtml:133
2202
- msgid "Type"
2203
- msgstr ""
2204
-
2205
- #: Application/Backend/phtml/metabox/metabox-content.phtml:77
2206
- #, php-format
2207
- msgid "Manage access to %s for visitors (any user that is not authenticated)"
2208
- msgstr ""
2209
-
2210
- #: Application/Backend/phtml/metabox/metabox-content.phtml:80
2211
- msgid ""
2212
- "Attach current access &amp; security policy to visitors (any user that is "
2213
- "not authenticated)"
2214
- msgstr ""
2215
-
2216
- #: Application/Backend/phtml/metabox/metabox-content.phtml:98
2217
- #, php-format
2218
- msgid ""
2219
- "Manage default access to %s for all users, roles and visitor. This includes "
2220
- "Administrator role and yourself"
2221
- msgstr ""
2222
-
2223
- #: Application/Backend/phtml/metabox/metabox-content.phtml:100
2224
- msgid ""
2225
- "Attach current access &amp; security policy to all users, roles and "
2226
- "visitors. This includes Administrator role and yourself"
2227
- msgstr ""
2228
-
2229
- #: Application/Backend/phtml/metabox/metabox-content.phtml:118
2230
- msgid "This feature is allowed only with [AAM Plus Package] extension."
2231
- msgstr ""
2232
-
2233
- #: Application/Backend/phtml/metabox/policy-metabox.phtml:389
2234
- #, php-format
2235
- msgid ""
2236
- "To learn more about Access &amp; Security policy document, please check "
2237
- "[%sAccess &amp; Security Policy%s] page."
2238
- msgstr ""
2239
-
2240
- #: Application/Backend/phtml/metabox/policy-metabox.phtml:418
2241
- msgid "Syntax Error"
2242
- msgstr ""
2243
-
2244
- #: Application/Backend/phtml/partial/login-redirect.phtml:3
2245
- msgid ""
2246
- "Setup [default] redirect after user logged in successfully for all your "
2247
- "users and roles. With [AAM Login Redirect] extension you can customize login "
2248
- "redirect for any user or role."
2249
- msgstr ""
2250
-
2251
- #: Application/Backend/phtml/partial/post-access-form.phtml:13
2252
- msgid "Frontend Access Settings"
2253
- msgstr ""
2254
-
2255
- #: Application/Backend/phtml/partial/post-access-form.phtml:29
2256
- #: Application/Backend/phtml/partial/post-access-form.phtml:69
2257
- #: Application/Backend/phtml/partial/post-access-form.phtml:109
2258
- msgid "change"
2259
- msgstr ""
2260
-
2261
- #: Application/Backend/phtml/partial/post-access-form.phtml:53
2262
- msgid "Backend Access Settings"
2263
- msgstr ""
2264
-
2265
- #: Application/Backend/phtml/partial/post-access-form.phtml:93
2266
- msgid "API Access Settings"
2267
- msgstr ""
2268
-
2269
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:7
2270
- msgid "Teaser Message"
2271
- msgstr ""
2272
-
2273
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:11
2274
- msgid "Simple text or valid HTML"
2275
- msgstr ""
2276
-
2277
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:12
2278
- msgid "Enter your teaser"
2279
- msgstr ""
2280
-
2281
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:28
2282
- msgid "Define Threshold"
2283
- msgstr ""
2284
-
2285
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:33
2286
- msgid "Enter digital number"
2287
- msgstr ""
2288
-
2289
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:49
2290
- msgid "Set Password"
2291
- msgstr ""
2292
-
2293
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:54
2294
- msgid "Enter Password"
2295
- msgstr ""
2296
-
2297
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:70
2298
- msgid "Set Redirect Rule"
2299
- msgstr ""
2300
-
2301
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:73
2302
- msgid ""
2303
- "Use REDIRECT option only if you want to redirect user to different location "
2304
- "either temporary or permanently."
2305
- msgstr ""
2306
-
2307
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:126
2308
- msgid "Set Expiration"
2309
- msgstr ""
2310
-
2311
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:147
2312
- msgid "E-Commerce Setup"
2313
- msgstr ""
2314
-
2315
- #: Application/Backend/phtml/partial/post-advanced-settings.phtml:153
2316
- #, php-format
2317
- msgid ""
2318
- "Monetization is the premium feature that is available with %s[E-Commerce]%s "
2319
- "extension."
2320
- msgstr ""
2321
-
2322
- #: Application/Backend/phtml/partial/post-type.phtml:4
2323
- #, php-format
2324
- msgid ""
2325
- "Manage default access to all your %s and %s Categories. This feature is "
2326
- "available only with [AAM Plus Package] extension. But you can still manage "
2327
- "access to individual %s but only up to 10 %s. Consider to purchase [AAM Plus "
2328
- "Package] extension."
2329
- msgstr ""
2330
-
2331
- #: Application/Backend/phtml/partial/redirect.phtml:3
2332
- msgid ""
2333
- "Setup [default] redirect for all users, roles and visitors when access is "
2334
- "denied for any restricted resources on your website."
2335
- msgstr ""
2336
-
2337
- #: Application/Backend/phtml/partial/role-inheritance.phtml:3
2338
- msgid "Inherit Capabilities From"
2339
- msgstr ""
2340
-
2341
- #: Application/Backend/phtml/partial/role-inheritance.phtml:11
2342
- msgid ""
2343
- "Also clone all AAM access settings (admin menu, metaboxes, redirects etc)"
2344
- msgstr ""
2345
-
2346
- #: Application/Backend/phtml/partial/term-type.phtml:4
2347
- #, php-format
2348
- msgid ""
2349
- "Manage access to %s is available with [AAM Plus Package] extension only. "
2350
- "With this feature you can also define default access to all child posts that "
2351
- "belong to %s. Consider to purchase [AAM Plus Package] extension."
2352
- msgstr ""
2353
-
2354
- #: Application/Backend/phtml/widget/login-backend.phtml:3
2355
- msgid "Login Title"
2356
- msgstr ""
2357
-
2358
- #: Application/Backend/phtml/widget/login-backend.phtml:8
2359
- msgid "Logged In Title"
2360
- msgstr ""
2361
-
2362
- #: Application/Backend/phtml/widget/login-backend.phtml:13
2363
- #, php-format
2364
- msgid ""
2365
- "For more advanced setup like login/logout redirects, security enhancement or "
2366
- "custom styling, please refer to %sHow does AAM Secure Login works%s article."
2367
- msgstr ""
2368
-
2369
- #: Application/Backend/phtml/widget/login-frontend.phtml:21
2370
- #: Application/Frontend/phtml/login.phtml:7
2371
- msgid "Username or Email Address"
2372
- msgstr ""
2373
-
2374
- #: Application/Backend/phtml/widget/login-frontend.phtml:36
2375
- #: Application/Frontend/phtml/login.phtml:22
2376
- msgid "Remember Me"
2377
- msgstr ""
2378
-
2379
- #: Application/Backend/phtml/widget/login-frontend.phtml:41
2380
- msgid "Log In"
2381
- msgstr ""
2382
-
2383
- #: Application/Backend/phtml/widget/login-frontend.phtml:50
2384
- #: Application/Frontend/phtml/login.phtml:36
2385
- msgid "Register"
2386
- msgstr ""
2387
-
2388
- #: Application/Backend/phtml/widget/login-frontend.phtml:55
2389
- #: Application/Frontend/phtml/login.phtml:41
2390
- msgid "Lost your password?"
2391
- msgstr ""
2392
-
2393
- #: Application/Backend/phtml/widget/login-frontend.phtml:66
2394
- #: Application/Frontend/phtml/login.phtml:53
2395
- msgid "Dashboard"
2396
- msgstr ""
2397
-
2398
- #: Application/Backend/phtml/widget/login-frontend.phtml:67
2399
- #: Application/Frontend/phtml/login.phtml:54
2400
- msgid "Edit My Profile"
2401
- msgstr ""
2402
-
2403
- #: Application/Backend/phtml/widget/login-frontend.phtml:69
2404
- #: Application/Frontend/phtml/login.phtml:56
2405
- msgid "Log Out"
2406
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
aam.php CHANGED
@@ -3,9 +3,11 @@
3
  /**
4
  * Plugin Name: Advanced Access Manager
5
  * Description: Collection of features to manage your WordPress website authentication, authorization and monitoring
6
- * Version: 5.9.6.1
7
  * Author: Vasyl Martyniuk <vasyl@vasyltech.com>
8
  * Author URI: https://vasyltech.com
 
 
9
  *
10
  * -------
11
  * LICENSE: This file is subject to the terms and conditions defined in
@@ -184,7 +186,7 @@ class AAM {
184
  $user->restrainUserAccount($status);
185
  }
186
 
187
- load_plugin_textdomain(AAM_KEY, false, 'advanced-access-manager/Lang');
188
  }
189
 
190
  return self::$_instance;
3
  /**
4
  * Plugin Name: Advanced Access Manager
5
  * Description: Collection of features to manage your WordPress website authentication, authorization and monitoring
6
+ * Version: 5.9.6.2
7
  * Author: Vasyl Martyniuk <vasyl@vasyltech.com>
8
  * Author URI: https://vasyltech.com
9
+ * Text Domain: advanced-access-manager
10
+ * Domain Path: /lang/
11
  *
12
  * -------
13
  * LICENSE: This file is subject to the terms and conditions defined in
186
  $user->restrainUserAccount($status);
187
  }
188
 
189
+ load_plugin_textdomain(AAM_KEY, false, 'advanced-access-manager/lang');
190
  }
191
 
192
  return self::$_instance;
{Application → application}/Api/Manager.php RENAMED
File without changes
{Application → application}/Api/Rest/Resource/Post.php RENAMED
File without changes
{Application → application}/Api/Rest/Resource/Revision.php RENAMED
File without changes
{Application → application}/Api/Rest/Resource/User.php RENAMED
File without changes
{Application → application}/Backend/Authorization.php RENAMED
File without changes
{Application → application}/Backend/Feature.php RENAMED
File without changes
{Application → application}/Backend/Feature/Abstract.php RENAMED
File without changes
{Application → application}/Backend/Feature/Extension/Manager.php RENAMED
File without changes
{Application → application}/Backend/Feature/Main/404Redirect.php RENAMED
File without changes
{Application → application}/Backend/Feature/Main/Capability.php RENAMED
File without changes
{Application → application}/Backend/Feature/Main/GetStarted.php RENAMED
File without changes
{Application → application}/Backend/Feature/Main/Jwt.php RENAMED
File without changes
{Application → application}/Backend/Feature/Main/LoginRedirect.php RENAMED
File without changes
{Application → application}/Backend/Feature/Main/LogoutRedirect.php RENAMED
File without changes
{Application → application}/Backend/Feature/Main/Menu.php RENAMED
File without changes
{Application → application}/Backend/Feature/Main/Metabox.php RENAMED
File without changes
{Application → application}/Backend/Feature/Main/Policy.php RENAMED
File without changes
{Application → application}/Backend/Feature/Main/Post.php RENAMED
@@ -601,7 +601,7 @@ class AAM_Backend_Feature_Main_Post extends AAM_Backend_Feature_Abstract {
601
  */
602
  public static function renderAccessForm() {
603
  ob_start();
604
- require_once AAM_BASEDIR . '/Application/Backend/phtml/partial/post-access-form.phtml';
605
  $content = ob_get_contents();
606
  ob_end_clean();
607
 
601
  */
602
  public static function renderAccessForm() {
603
  ob_start();
604
+ require_once AAM_BASEDIR . '/application/Backend/phtml/partial/post-access-form.phtml';
605
  $content = ob_get_contents();
606
  ob_end_clean();
607
 
{Application → application}/Backend/Feature/Main/Redirect.php RENAMED
File without changes
{Application → application}/Backend/Feature/Main/Route.php RENAMED
File without changes
{Application → application}/Backend/Feature/Main/Toolbar.php RENAMED
File without changes
{Application → application}/Backend/Feature/Main/Uri.php RENAMED
File without changes
{Application → application}/Backend/Feature/Settings/ConfigPress.php RENAMED
File without changes
{Application → application}/Backend/Feature/Settings/Content.php RENAMED
File without changes
{Application → application}/Backend/Feature/Settings/Core.php RENAMED
File without changes
{Application → application}/Backend/Feature/Settings/Manager.php RENAMED
File without changes
{Application → application}/Backend/Feature/Settings/Security.php RENAMED
File without changes
{Application → application}/Backend/Feature/Subject/Role.php RENAMED
File without changes
{Application → application}/Backend/Feature/Subject/User.php RENAMED
File without changes
{Application → application}/Backend/Filter.php RENAMED
File without changes
{Application → application}/Backend/Manager.php RENAMED
@@ -130,7 +130,9 @@ class AAM_Backend_Manager {
130
 
131
  //register login widget
132
  if (AAM_Core_Config::get('core.settings.secureLogin', true)) {
133
- add_action('widgets_init', array($this, 'registerLoginWidget'));
 
 
134
  add_action('wp_ajax_nopriv_aamlogin', array($this, 'handleLogin'));
135
  }
136
 
@@ -479,13 +481,6 @@ class AAM_Backend_Manager {
479
  return $text;
480
  }
481
 
482
- /**
483
- *
484
- */
485
- public function registerLoginWidget() {
486
- register_widget('AAM_Backend_Widget_Login');
487
- }
488
-
489
  /**
490
  *
491
  */
130
 
131
  //register login widget
132
  if (AAM_Core_Config::get('core.settings.secureLogin', true)) {
133
+ add_action('widgets_init', function() {
134
+ register_widget('AAM_Backend_Widget_Login');
135
+ });
136
  add_action('wp_ajax_nopriv_aamlogin', array($this, 'handleLogin'));
137
  }
138
 
481
  return $text;
482
  }
483
 
 
 
 
 
 
 
 
484
  /**
485
  *
486
  */
{Application → application}/Backend/Subject.php RENAMED
File without changes
{Application → application}/Backend/View.php RENAMED
File without changes
{Application → application}/Backend/View/Helper.php RENAMED
File without changes
{Application → application}/Backend/View/Localization.php RENAMED
File without changes
{Application → application}/Backend/View/PostOptionList.php RENAMED
File without changes
{Application → application}/Backend/Widget/Login.php RENAMED
@@ -24,8 +24,9 @@ class AAM_Backend_Widget_Login extends WP_Widget {
24
 
25
  /**
26
  *
27
- * @param type $args
28
- * @param type $instance
 
29
  */
30
  public function widget($args, $instance) {
31
  $this->args = array_merge($args, $this->normalize($instance));
@@ -48,8 +49,9 @@ class AAM_Backend_Widget_Login extends WP_Widget {
48
 
49
  /**
50
  *
51
- * @param type $instance
52
- * @return type
 
53
  */
54
  protected function normalize($instance) {
55
  $instance['login-title'] = AAM_Core_Config::get('login-title');
24
 
25
  /**
26
  *
27
+ * @param array $args
28
+ *
29
+ * @param string $instance
30
  */
31
  public function widget($args, $instance) {
32
  $this->args = array_merge($args, $this->normalize($instance));
49
 
50
  /**
51
  *
52
+ * @param array $instance
53
+ *
54
+ * @return array
55
  */
56
  protected function normalize($instance) {
57
  $instance['login-title'] = AAM_Core_Config::get('login-title');
{Application → application}/Backend/phtml/extensions.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/index.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main-panel.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/404redirect.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/capability.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/get-started.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/jwt.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/login-redirect.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/logout-redirect.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/menu.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/metabox.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/policy.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/post.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/redirect.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/route.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/toolbar.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/main/uri.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/metabox/metabox-content.phtml RENAMED
@@ -152,7 +152,7 @@
152
  <div class="aam-overlay"></div>
153
  </div>
154
 
155
- <?php require AAM_BASEDIR . '/Application/Backend/phtml/partial/post-advanced-settings.phtml'; ?>
156
  </div>
157
  <?php } ?>
158
  </div>
152
  <div class="aam-overlay"></div>
153
  </div>
154
 
155
+ <?php require AAM_BASEDIR . '/application/Backend/phtml/partial/post-advanced-settings.phtml'; ?>
156
  </div>
157
  <?php } ?>
158
  </div>
{Application → application}/Backend/phtml/metabox/policy-metabox.phtml RENAMED
@@ -383,7 +383,7 @@
383
  <?php echo implode('<br/>', $errors); ?>
384
  </div>
385
 
386
- <textarea id="aam-policy-editor" name="aam-policy" class="policy-editor" rows="10"><?php echo $args->post->post_content; ?></textarea>
387
 
388
  <p class="aam-infobox">
389
  <?php echo sprintf(AAM_Backend_View_Helper::preparePhrase('To learn more about Access &amp; Security policy document, please check [%sAccess &amp; Security Policy%s] page.', 'b'), '<a href="https://aamplugin.com/reference/policy" target="_blank">', '</a>'); ?>
383
  <?php echo implode('<br/>', $errors); ?>
384
  </div>
385
 
386
+ <textarea id="aam-policy-editor" name="aam-policy" class="policy-editor" rows="10"><?php echo stripslashes($args->post->post_content); ?></textarea>
387
 
388
  <p class="aam-infobox">
389
  <?php echo sprintf(AAM_Backend_View_Helper::preparePhrase('To learn more about Access &amp; Security policy document, please check [%sAccess &amp; Security Policy%s] page.', 'b'), '<a href="https://aamplugin.com/reference/policy" target="_blank">', '</a>'); ?>
{Application → application}/Backend/phtml/metabox/policy-principal-metabox.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/metabox/post-metabox.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/metabox/term-metabox.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/partial/login-redirect.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/partial/post-access-form.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/partial/post-advanced-settings.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/partial/post-type.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/partial/redirect.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/partial/role-inheritance.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/partial/term-type.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/settings/configpress.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/settings/content.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/settings/core.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/settings/security.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/system/export.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/user/multiple-roles.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/widget/login-backend.phtml RENAMED
File without changes
{Application → application}/Backend/phtml/widget/login-frontend.phtml RENAMED
File without changes
{Application → application}/Core/API.php RENAMED
File without changes
{Application → application}/Core/Api/Area.php RENAMED
File without changes
{Application → application}/Core/Cache.php RENAMED
File without changes
{Application → application}/Core/Compatibility.php RENAMED
File without changes
{Application → application}/Core/Config.php RENAMED
File without changes
{Application → application}/Core/ConfigPress.php RENAMED
File without changes
{Application → application}/Core/ConfigPress/Evaluator.php RENAMED
File without changes
{Application → application}/Core/ConfigPress/Reader.php RENAMED
File without changes
{Application → application}/Core/Console.php RENAMED
File without changes
{Application → application}/Core/Exporter.php RENAMED
File without changes
{Application → application}/Core/Gateway.php RENAMED
File without changes
{Application → application}/Core/Importer.php RENAMED
File without changes
{Application → application}/Core/Jwt/Auth.php RENAMED
File without changes
{Application → application}/Core/Jwt/Issuer.php RENAMED
File without changes
{Application → application}/Core/Jwt/Manager.php RENAMED
File without changes
{Application → application}/Core/Login.php RENAMED
File without changes
{Application → application}/Core/Media.php RENAMED
File without changes
{Application → application}/Core/Object.php RENAMED
File without changes
{Application → application}/Core/Object/Cache.php RENAMED
File without changes
{Application → application}/Core/Object/Capability.php RENAMED
File without changes
{Application → application}/Core/Object/LoginRedirect.php RENAMED
File without changes
{Application → application}/Core/Object/LogoutRedirect.php RENAMED
File without changes
{Application → application}/Core/Object/Menu.php RENAMED
File without changes
{Application → application}/Core/Object/Metabox.php RENAMED
@@ -82,11 +82,15 @@ class AAM_Core_Object_Metabox extends AAM_Core_Object {
82
  * @return type
83
  */
84
  protected function getWidgetCallback($widget) {
85
- if (is_object($widget['callback'][0])) {
86
- $callback = get_class($widget['callback'][0]);
87
- } elseif (is_string($widget['callback'][0])) {
88
- $callback = $widget['callback'][0];
89
- } else {
 
 
 
 
90
  $callback = isset($widget['classname']) ? $widget['classname'] : null;
91
  }
92
 
82
  * @return type
83
  */
84
  protected function getWidgetCallback($widget) {
85
+ if (is_array($widget['callback'])) {
86
+ if (is_object($widget['callback'][0])) {
87
+ $callback = get_class($widget['callback'][0]);
88
+ } elseif (is_string($widget['callback'][0])) {
89
+ $callback = $widget['callback'][0];
90
+ }
91
+ }
92
+
93
+ if (empty($callback)) {
94
  $callback = isset($widget['classname']) ? $widget['classname'] : null;
95
  }
96
 
{Application → application}/Core/Object/Policy.php RENAMED
File without changes
{Application → application}/Core/Object/Post.php RENAMED
File without changes
{Application → application}/Core/Object/Redirect.php RENAMED
File without changes
{Application → application}/Core/Object/Route.php RENAMED
File without changes
{Application → application}/Core/Object/Toolbar.php RENAMED
File without changes
{Application → application}/Core/Object/Uri.php RENAMED
@@ -191,9 +191,6 @@ class AAM_Core_Object_Uri extends AAM_Core_Object {
191
  "core.settings.uri.merge.preference", 'deny'
192
  );
193
 
194
- // first get the complete list of unique keys
195
- $keys = array_keys(call_user_func_array('array_merge', $combined));
196
-
197
  foreach($combined as $key => $options) {
198
  // If merging preference is "deny" and at least one of the access
199
  // settings is checked, then final merged array will have it set
191
  "core.settings.uri.merge.preference", 'deny'
192
  );
193
 
 
 
 
194
  foreach($combined as $key => $options) {
195
  // If merging preference is "deny" and at least one of the access
196
  // settings is checked, then final merged array will have it set
{Application → application}/Core/Object/Visibility.php RENAMED
File without changes
{Application → application}/Core/Policy/Condition.php RENAMED
File without changes
{Application → application}/Core/Policy/Factory.php RENAMED
File without changes
{Application → application}/Core/Policy/Manager.php RENAMED
@@ -54,6 +54,15 @@ final class AAM_Core_Policy_Manager {
54
  $this->policyObject = $subject->getObject('policy');
55
  $this->subject = $subject;
56
  }
 
 
 
 
 
 
 
 
 
57
 
58
  /**
59
  * Call policy object public methods
@@ -353,7 +362,7 @@ final class AAM_Core_Policy_Manager {
353
  }
354
  }
355
  }
356
-
357
  // Step #2. If there are any params, let's index them and insert into the list
358
  foreach($addition['Param'] as $param) {
359
  if (!empty($param['Key'])) {
@@ -363,11 +372,15 @@ final class AAM_Core_Policy_Manager {
363
  $tree['Param'][$id] = $this->removeKeys($param, array('Key'));
364
 
365
  if (strpos($id, 'option:') === 0) {
366
- add_filter("pre_option_" . substr($id, 7), function($res, $option) {
367
  $param = $this->tree['Param']["option:{$option}"];
368
 
369
  if ($this->isApplicable($param)) {
370
- $res = $param['Value'];
 
 
 
 
371
  }
372
 
373
  return $res;
54
  $this->policyObject = $subject->getObject('policy');
55
  $this->subject = $subject;
56
  }
57
+
58
+ /**
59
+ * Undocumented function
60
+ *
61
+ * @return void
62
+ */
63
+ public function initializePolicyTree() {
64
+ $this->preparePolicyTree();
65
+ }
66
 
67
  /**
68
  * Call policy object public methods
362
  }
363
  }
364
  }
365
+
366
  // Step #2. If there are any params, let's index them and insert into the list
367
  foreach($addition['Param'] as $param) {
368
  if (!empty($param['Key'])) {
372
  $tree['Param'][$id] = $this->removeKeys($param, array('Key'));
373
 
374
  if (strpos($id, 'option:') === 0) {
375
+ add_filter('option_' . substr($id, 7), function($res, $option) {
376
  $param = $this->tree['Param']["option:{$option}"];
377
 
378
  if ($this->isApplicable($param)) {
379
+ if (is_array($res) && is_array($param['Value'])) {
380
+ $res = array_merge($res, $param['Value']);
381
+ } else {
382
+ $res = $param['Value'];
383
+ }
384
  }
385
 
386
  return $res;
{Application → application}/Core/Policy/Token.php RENAMED
File without changes
{Application → application}/Core/Policy/Validator.php RENAMED
File without changes
{Application → application}/Core/Request.php RENAMED
File without changes
{Application → application}/Core/Server.php RENAMED
File without changes
{Application → application}/Core/Subject.php RENAMED
File without changes
{Application → application}/Core/Subject/Default.php RENAMED
File without changes
{Application → application}/Core/Subject/Role.php RENAMED
File without changes
{Application → application}/Core/Subject/User.php RENAMED
File without changes
{Application → application}/Core/Subject/Visitor.php RENAMED
@@ -20,6 +20,15 @@ class AAM_Core_Subject_Visitor extends AAM_Core_Subject {
20
  */
21
  const UID = 'visitor';
22
 
 
 
 
 
 
 
 
 
 
23
  /**
24
  *
25
  * @param type $value
20
  */
21
  const UID = 'visitor';
22
 
23
+ /**
24
+ * Undocumented function
25
+ *
26
+ * @return void
27
+ */
28
+ public function initialize() {
29
+ AAM_Core_Policy_Factory::get($this)->initializePolicyTree();
30
+ }
31
+
32
  /**
33
  *
34
  * @param type $value
{Application → application}/Extension/List.php RENAMED
File without changes
{Application → application}/Extension/Repository.php RENAMED
File without changes
{Application → application}/Frontend/Authorization.php RENAMED
File without changes
{Application → application}/Frontend/Filter.php RENAMED
File without changes
{Application → application}/Frontend/Manager.php RENAMED
File without changes
{Application → application}/Frontend/phtml/login.phtml RENAMED
File without changes
{Application → application}/Shared/Manager.php RENAMED
File without changes
{Application → application}/Shortcode/Factory.php RENAMED
File without changes
{Application → application}/Shortcode/Strategy/Content.php RENAMED
@@ -57,9 +57,19 @@ class AAM_Shortcode_Strategy_Content implements AAM_Shortcode_Strategy_Interface
57
  public function run() {
58
  //prepare user
59
  if (get_current_user_id()) {
60
- $user = array((string)AAM::getUser()->ID, AAM::getUser()->roles[0]);
 
 
 
 
 
 
 
 
 
 
61
  } else {
62
- $user = array('visitor');
63
  }
64
 
65
  $show = $this->getAccess('show');
@@ -73,17 +83,17 @@ class AAM_Shortcode_Strategy_Content implements AAM_Shortcode_Strategy_Interface
73
  $content = $this->content;
74
 
75
  //#1. Check if content is restricted for current user
76
- if (in_array('all', $hide, true) || $this->check($user, $hide)) {
77
  $content = '';
78
  }
79
 
80
  //#2. Check if content is limited for current user
81
- if (in_array('all', $limit, true) || $this->check($user, $limit)) {
82
  $content = do_shortcode($msg);
83
  }
84
 
85
  //#3. Check if content is allowed for current user
86
- if ($this->check($user, $show)) {
87
  $content = $this->content;
88
  }
89
  }
@@ -93,8 +103,9 @@ class AAM_Shortcode_Strategy_Content implements AAM_Shortcode_Strategy_Interface
93
 
94
  /**
95
  *
96
- * @param type $user
97
- * @param type $conditions
 
98
  * @return type
99
  */
100
  protected function check($user, $conditions) {
@@ -152,7 +163,7 @@ class AAM_Shortcode_Strategy_Content implements AAM_Shortcode_Strategy_Interface
152
 
153
  /**
154
  *
155
- * @return type
156
  */
157
  public function getAccess($type) {
158
  $access = (isset($this->args[$type]) ? $this->args[$type] : null);
57
  public function run() {
58
  //prepare user
59
  if (get_current_user_id()) {
60
+ if (AAM::api()->getConfig('core.settings.multiSubject', false)) {
61
+ $parts = array_merge(
62
+ array((string)AAM::getUser()->ID),
63
+ AAM::getUser()->roles
64
+ );
65
+ } else {
66
+ $parts = array(
67
+ (string)AAM::getUser()->ID,
68
+ reset(AAM::getUser()->roles)
69
+ );
70
+ }
71
  } else {
72
+ $parts = array('visitor');
73
  }
74
 
75
  $show = $this->getAccess('show');
83
  $content = $this->content;
84
 
85
  //#1. Check if content is restricted for current user
86
+ if (in_array('all', $hide, true) || $this->check($parts, $hide)) {
87
  $content = '';
88
  }
89
 
90
  //#2. Check if content is limited for current user
91
+ if (in_array('all', $limit, true) || $this->check($parts, $limit)) {
92
  $content = do_shortcode($msg);
93
  }
94
 
95
  //#3. Check if content is allowed for current user
96
+ if ($this->check($parts, $show)) {
97
  $content = $this->content;
98
  }
99
  }
103
 
104
  /**
105
  *
106
+ * @param array $user
107
+ * @param array $conditions
108
+ *
109
  * @return type
110
  */
111
  protected function check($user, $conditions) {
163
 
164
  /**
165
  *
166
+ * @return array
167
  */
168
  public function getAccess($type) {
169
  $access = (isset($this->args[$type]) ? $this->args[$type] : null);
{Application → application}/Shortcode/Strategy/Interface.php RENAMED
File without changes
{Application → application}/Shortcode/Strategy/Login.php RENAMED
@@ -64,7 +64,7 @@ class AAM_Shortcode_Strategy_Login implements AAM_Shortcode_Strategy_Interface {
64
  ob_start();
65
  require AAM::api()->getConfig(
66
  'feature.secureLogin.shortcode.template',
67
- realpath(AAM_BASEDIR . '/Application/Frontend/phtml/login.phtml')
68
  );
69
  $content = ob_get_contents();
70
  ob_end_clean();
64
  ob_start();
65
  require AAM::api()->getConfig(
66
  'feature.secureLogin.shortcode.template',
67
+ realpath(AAM_BASEDIR . '/application/Frontend/phtml/login.phtml')
68
  );
69
  $content = ob_get_contents();
70
  ob_end_clean();
{Application → application}/Shortcode/Strategy/LoginRedirect.php RENAMED
File without changes
autoloader.php CHANGED
@@ -53,7 +53,7 @@ class AAM_Autoloader {
53
  $prefix = array_shift($chunks);
54
 
55
  if ($prefix === 'AAM') {
56
- $base_path = dirname(__FILE__) . '/Application';
57
  $filename = $base_path . '/' . implode('/', $chunks) . '.php';
58
  }
59
  }
53
  $prefix = array_shift($chunks);
54
 
55
  if ($prefix === 'AAM') {
56
+ $base_path = dirname(__FILE__) . '/application';
57
  $filename = $base_path . '/' . implode('/', $chunks) . '.php';
58
  }
59
  }
{Lang → lang}/advanced-access-manager-en_US.mo RENAMED
Binary file
lang/advanced-access-manager-en_US.po ADDED
@@ -0,0 +1,2608 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Advanced Access Manager\n"
4
+ "POT-Creation-Date: 2019-04-29 20:58-0400\n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: AAMPlugin <support@aamplugin.com>\n"
8
+ "Language: en_US\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.1\n"
13
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;preparePhrase\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: aam.php:227
20
+ msgid "PHP 5.3.0 or higher is required."
21
+ msgstr ""
22
+
23
+ #: aam.php:229
24
+ msgid "WP 4.0 or higher is required."
25
+ msgstr ""
26
+
27
+ #: application/Api/Manager.php:129
28
+ msgid "Access denied"
29
+ msgstr ""
30
+
31
+ #: application/Backend/Feature/Extension/Manager.php:77
32
+ msgid "Download failure. Try again or contact us."
33
+ msgstr ""
34
+
35
+ #: application/Backend/Feature/Extension/Manager.php:115
36
+ msgid "No valid license key was found."
37
+ msgstr ""
38
+
39
+ #: application/Backend/Feature/Main/404Redirect.php:65
40
+ msgid "404 Redirect"
41
+ msgstr ""
42
+
43
+ #: application/Backend/Feature/Main/Capability.php:265
44
+ #: application/Backend/Feature/Main/Capability.php:365
45
+ msgid "System"
46
+ msgstr ""
47
+
48
+ #: application/Backend/Feature/Main/Capability.php:266
49
+ #: application/Backend/Feature/Main/Capability.php:367
50
+ msgid "Posts & Pages"
51
+ msgstr ""
52
+
53
+ #: application/Backend/Feature/Main/Capability.php:267
54
+ #: application/Backend/Feature/Main/Capability.php:369
55
+ msgid "Backend"
56
+ msgstr ""
57
+
58
+ #: application/Backend/Feature/Main/Capability.php:268
59
+ #: application/Backend/Feature/Main/Capability.php:371
60
+ msgid "AAM Interface"
61
+ msgstr ""
62
+
63
+ #: application/Backend/Feature/Main/Capability.php:269
64
+ #: application/Backend/Feature/Main/Capability.php:373
65
+ msgid "Miscellaneous"
66
+ msgstr ""
67
+
68
+ #: application/Backend/Feature/Main/Capability.php:315
69
+ msgid "Permission denied to update this capability"
70
+ msgstr ""
71
+
72
+ #: application/Backend/Feature/Main/Capability.php:344
73
+ msgid "Permission denied to delete this capability"
74
+ msgstr ""
75
+
76
+ #: application/Backend/Feature/Main/Capability.php:405
77
+ msgid "Capabilities"
78
+ msgstr ""
79
+
80
+ #: application/Backend/Feature/Main/GetStarted.php:36
81
+ msgid "Get Started"
82
+ msgstr ""
83
+
84
+ #: application/Backend/Feature/Main/Jwt.php:92
85
+ msgid "Failed to register JWT token"
86
+ msgstr ""
87
+
88
+ #: application/Backend/Feature/Main/Jwt.php:113
89
+ msgid "Failed to revoke JWT token"
90
+ msgstr ""
91
+
92
+ #: application/Backend/Feature/Main/Jwt.php:176
93
+ msgid "JWT Tokens"
94
+ msgstr ""
95
+
96
+ #: application/Backend/Feature/Main/LoginRedirect.php:109
97
+ msgid "Login Redirect"
98
+ msgstr ""
99
+
100
+ #: application/Backend/Feature/Main/LogoutRedirect.php:109
101
+ msgid "Logout Redirect"
102
+ msgstr ""
103
+
104
+ #: application/Backend/Feature/Main/Menu.php:227
105
+ msgid "Backend Menu"
106
+ msgstr ""
107
+
108
+ #: application/Backend/Feature/Main/Metabox.php:245
109
+ msgid "Metaboxes & Widgets"
110
+ msgstr ""
111
+
112
+ #: application/Backend/Feature/Main/Policy.php:71
113
+ msgid "Failed to fetch policy. Please try again."
114
+ msgstr ""
115
+
116
+ #: application/Backend/Feature/Main/Policy.php:174
117
+ msgid "(no title)"
118
+ msgstr ""
119
+
120
+ #: application/Backend/Feature/Main/Policy.php:217
121
+ #: application/Shared/Manager.php:160
122
+ msgid "Access Policies"
123
+ msgstr ""
124
+
125
+ #: application/Backend/Feature/Main/Post.php:490
126
+ #: application/Backend/phtml/main/404redirect.phtml:36
127
+ #: application/Backend/phtml/main/login-redirect.phtml:43
128
+ #: application/Backend/phtml/main/logout-redirect.phtml:43
129
+ #: application/Backend/phtml/main/redirect.phtml:67
130
+ #: application/Backend/phtml/main/redirect.phtml:119
131
+ #: application/Backend/phtml/main/uri.phtml:74
132
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:93
133
+ msgid "Existing Page"
134
+ msgstr ""
135
+
136
+ #: application/Backend/Feature/Main/Post.php:492
137
+ msgid "Valid URL"
138
+ msgstr ""
139
+
140
+ #: application/Backend/Feature/Main/Post.php:494
141
+ msgid "Custom Callback"
142
+ msgstr ""
143
+
144
+ #: application/Backend/Feature/Main/Post.php:496
145
+ msgid "Redirect To Login Page"
146
+ msgstr ""
147
+
148
+ #: application/Backend/Feature/Main/Post.php:644
149
+ msgid "Posts & Terms"
150
+ msgstr ""
151
+
152
+ #: application/Backend/Feature/Main/Redirect.php:119
153
+ msgid "Access Denied Redirect"
154
+ msgstr ""
155
+
156
+ #: application/Backend/Feature/Main/Route.php:142
157
+ msgid "API Routes"
158
+ msgstr ""
159
+
160
+ #: application/Backend/Feature/Main/Toolbar.php:143
161
+ msgid "Admin Toolbar"
162
+ msgstr ""
163
+
164
+ #: application/Backend/Feature/Main/Uri.php:152
165
+ msgid "URI Access"
166
+ msgstr ""
167
+
168
+ #: application/Backend/Feature/Settings/ConfigPress.php:64
169
+ msgid "ConfigPress"
170
+ msgstr ""
171
+
172
+ #: application/Backend/Feature/Settings/Content.php:43
173
+ msgid "Media Files Access Control"
174
+ msgstr ""
175
+
176
+ #: application/Backend/Feature/Settings/Content.php:44
177
+ #, php-format
178
+ msgid ""
179
+ "Allow AAM to manage a physically access to all media files located in the "
180
+ "defined by the system [uploads] folder. [Note!] This feature requires "
181
+ "additional steps as described in %sthis article%s."
182
+ msgstr ""
183
+
184
+ #: application/Backend/Feature/Settings/Content.php:48
185
+ msgid "Manage Hidden Post Types"
186
+ msgstr ""
187
+
188
+ #: application/Backend/Feature/Settings/Content.php:49
189
+ msgid ""
190
+ "By default AAM allows you to manage access only to public post types on "
191
+ "Posts & Terms tab. By enabling this feature, you also will be able to manage "
192
+ "access to hidden post types like revisions, navigation menus or any other "
193
+ "custom post types that are not registered as public."
194
+ msgstr ""
195
+
196
+ #: application/Backend/Feature/Settings/Content.php:68
197
+ msgid "Content Settings"
198
+ msgstr ""
199
+
200
+ #: application/Backend/Feature/Settings/Core.php:43
201
+ msgid "Get Started Tab"
202
+ msgstr ""
203
+
204
+ #: application/Backend/Feature/Settings/Core.php:44
205
+ msgid ""
206
+ "Display the \"Get Started\" feature on the Main panel. You can disable this "
207
+ "feature to remove the extra tab when you get familiar with core access "
208
+ "control concepts."
209
+ msgstr ""
210
+
211
+ #: application/Backend/Feature/Settings/Core.php:48
212
+ msgid "Edit/Delete Capabilities"
213
+ msgstr ""
214
+
215
+ #: application/Backend/Feature/Settings/Core.php:49
216
+ msgid ""
217
+ "Allow to edit or delete any existing capability on the Capabilities tab. "
218
+ "[Warning!] For experienced users only. Changing or deleting capability may "
219
+ "result in loosing access to some features or even the entire website."
220
+ msgstr ""
221
+
222
+ #: application/Backend/Feature/Settings/Core.php:53
223
+ msgid "Backend Access Control"
224
+ msgstr ""
225
+
226
+ #: application/Backend/Feature/Settings/Core.php:54
227
+ msgid ""
228
+ "Allow AAM to manage access to the backend. Keep this option disabled if "
229
+ "there is no needs to restrict backend features for other users."
230
+ msgstr ""
231
+
232
+ #: application/Backend/Feature/Settings/Core.php:58
233
+ msgid "Frontend Access Control"
234
+ msgstr ""
235
+
236
+ #: application/Backend/Feature/Settings/Core.php:59
237
+ msgid ""
238
+ "Allow AAM to manage access to the frontend. Keep this option disabled if "
239
+ "there is no needs to restrict frontend resources for users and visitors."
240
+ msgstr ""
241
+
242
+ #: application/Backend/Feature/Settings/Core.php:63
243
+ msgid "API Access Control"
244
+ msgstr ""
245
+
246
+ #: application/Backend/Feature/Settings/Core.php:64
247
+ msgid ""
248
+ "Allow AAM to manage access to the website resources that are invoked with "
249
+ "WordPress core APIs. Keep this option disabled if there is no needs to "
250
+ "restrict API access."
251
+ msgstr ""
252
+
253
+ #: application/Backend/Feature/Settings/Core.php:68
254
+ msgid "Render Access Manager Metabox"
255
+ msgstr ""
256
+
257
+ #: application/Backend/Feature/Settings/Core.php:69
258
+ msgid ""
259
+ "Render Access Manager metabox on all post and term edit pages. Access "
260
+ "Manager metabox is the quick way to manage access to any post or term "
261
+ "without leaving an edit page."
262
+ msgstr ""
263
+
264
+ #: application/Backend/Feature/Settings/Core.php:73
265
+ msgid "Render Access Link"
266
+ msgstr ""
267
+
268
+ #: application/Backend/Feature/Settings/Core.php:74
269
+ msgid ""
270
+ "Render Access shortcut link under any post, page, custom post type, "
271
+ "category, custom taxonomy title or user name."
272
+ msgstr ""
273
+
274
+ #: application/Backend/Feature/Settings/Core.php:78
275
+ msgid "Secure Login"
276
+ msgstr ""
277
+
278
+ #: application/Backend/Feature/Settings/Core.php:79
279
+ msgid ""
280
+ "AAM comes with its own user login handler. With this feature you can add "
281
+ "AJAX login widget to your frontend page that significantly enhance your "
282
+ "website security."
283
+ msgstr ""
284
+
285
+ #: application/Backend/Feature/Settings/Core.php:83
286
+ msgid "XML-RPC WordPress API"
287
+ msgstr ""
288
+
289
+ #: application/Backend/Feature/Settings/Core.php:84
290
+ #, php-format
291
+ msgid ""
292
+ "Remote procedure call (RPC) interface is used to manage WordPress website "
293
+ "content and features. For more information check %sXML-RPC Support%s article."
294
+ msgstr ""
295
+
296
+ #: application/Backend/Feature/Settings/Core.php:88
297
+ msgid "RESTful WordPress API"
298
+ msgstr ""
299
+
300
+ #: application/Backend/Feature/Settings/Core.php:89
301
+ #, php-format
302
+ msgid ""
303
+ "RESTful interface that is used to manage WordPress website content and "
304
+ "features. For more information check %sREST API handbook%s."
305
+ msgstr ""
306
+
307
+ #: application/Backend/Feature/Settings/Core.php:93
308
+ msgid "JWT Authentication"
309
+ msgstr ""
310
+
311
+ #: application/Backend/Feature/Settings/Core.php:94
312
+ #, php-format
313
+ msgid ""
314
+ "[Note!] PHP 5.4 or higher is required for this feature. Enable the ability "
315
+ "to authenticate user with WordPress RESTful API and JWT token. For more "
316
+ "information, check %sHow to authenticate WordPress user with JWT token%s "
317
+ "article"
318
+ msgstr ""
319
+
320
+ #: application/Backend/Feature/Settings/Core.php:98
321
+ msgid "Multiple Roles Support"
322
+ msgstr ""
323
+
324
+ #: application/Backend/Feature/Settings/Core.php:99
325
+ #, php-format
326
+ msgid ""
327
+ "Enable support for multiple roles per use. The final access settings or "
328
+ "general settings will be computed based on the mergin preferences. For more "
329
+ "information check %sWordPress access control for users with multiple roles%s "
330
+ "article."
331
+ msgstr ""
332
+
333
+ #: application/Backend/Feature/Settings/Core.php:103
334
+ msgid "Support AAM Extensions"
335
+ msgstr ""
336
+
337
+ #: application/Backend/Feature/Settings/Core.php:104
338
+ msgid ""
339
+ "AAM comes with the limited list of premium and free extensions that "
340
+ "significantly enhance AAM behavior. You can disable support for AAM "
341
+ "extension and any already installed extension will no longer be loaded "
342
+ "during the website execution as well as website administrator will not be "
343
+ "able to install new extensions."
344
+ msgstr ""
345
+
346
+ #: application/Backend/Feature/Settings/Core.php:108
347
+ msgid "AAM Cron Job"
348
+ msgstr ""
349
+
350
+ #: application/Backend/Feature/Settings/Core.php:109
351
+ msgid ""
352
+ "AAM cron job executes periodically (typically once a day) to check for "
353
+ "available updates for already installed extensions. Cron job is not executed "
354
+ "if there are no installed extensions."
355
+ msgstr ""
356
+
357
+ #: application/Backend/Feature/Settings/Core.php:128
358
+ msgid "Core Settings"
359
+ msgstr ""
360
+
361
+ #: application/Backend/Feature/Settings/Security.php:43
362
+ #: application/Backend/Feature/Settings/Security.php:48
363
+ msgid "Login Timeout"
364
+ msgstr ""
365
+
366
+ #: application/Backend/Feature/Settings/Security.php:44
367
+ #: application/Backend/Feature/Settings/Security.php:49
368
+ #, php-format
369
+ msgid ""
370
+ "Delay the login process for 1 second (the value is configurable) to "
371
+ "significantly reduce the chance for brute force or dictionary attack. For "
372
+ "more information about this option please refer to %sHow does AAM Secure "
373
+ "Login works%s."
374
+ msgstr ""
375
+
376
+ #: application/Backend/Feature/Settings/Security.php:53
377
+ msgid "One Session Per User"
378
+ msgstr ""
379
+
380
+ #: application/Backend/Feature/Settings/Security.php:54
381
+ #, php-format
382
+ msgid ""
383
+ "Automatically destroy all other sessions for a user if he/she tries to login "
384
+ "from different location. For more information about this option please refer "
385
+ "to %sHow does AAM Secure Login works%s."
386
+ msgstr ""
387
+
388
+ #: application/Backend/Feature/Settings/Security.php:58
389
+ msgid "Brute Force Lockout"
390
+ msgstr ""
391
+
392
+ #: application/Backend/Feature/Settings/Security.php:59
393
+ #, php-format
394
+ msgid ""
395
+ "Automatically reject login attempts if number of unsuccessful login attempts "
396
+ "is more than 20 over the period of 2 minutes (both values are configurable). "
397
+ "For more information about this option please refer to %sHow does AAM Secure "
398
+ "Login works%s."
399
+ msgstr ""
400
+
401
+ #: application/Backend/Feature/Settings/Security.php:78
402
+ msgid "Security Settings"
403
+ msgstr ""
404
+
405
+ #: application/Backend/Feature/Subject/User.php:68
406
+ #: application/Backend/Feature/Subject/User.php:99
407
+ msgid "Operation is not permitted"
408
+ msgstr ""
409
+
410
+ #: application/Backend/Feature/Subject/User.php:84
411
+ msgid "You cannot set expiration to yourself"
412
+ msgstr ""
413
+
414
+ #: application/Backend/Feature/Subject/User.php:123
415
+ msgid "You cannot manager expiration to yourself"
416
+ msgstr ""
417
+
418
+ #: application/Backend/Manager.php:564
419
+ msgid "Access Manager"
420
+ msgstr ""
421
+
422
+ #: application/Backend/Manager.php:583
423
+ msgid "Policy Document"
424
+ msgstr ""
425
+
426
+ #: application/Backend/Manager.php:591
427
+ msgid "Policy Principals"
428
+ msgstr ""
429
+
430
+ #: application/Backend/Manager.php:733 application/Backend/Manager.php:751
431
+ #: application/Backend/Manager.php:775
432
+ msgid "Access"
433
+ msgstr ""
434
+
435
+ #: application/Backend/Manager.php:995 application/Backend/Manager.php:1018
436
+ #: application/Core/API.php:329 application/Core/Gateway.php:182
437
+ msgid "Access Denied"
438
+ msgstr ""
439
+
440
+ #: application/Backend/View/Localization.php:26 media/js/aam-5.9.6.js:2133
441
+ msgid "Search Capability"
442
+ msgstr ""
443
+
444
+ #: application/Backend/View/Localization.php:27 media/js/aam-5.9.6.js:2134
445
+ msgid "_TOTAL_ capability(s)"
446
+ msgstr ""
447
+
448
+ #: application/Backend/View/Localization.php:28 media/js/aam-5.9.6.js:551
449
+ #: media/js/aam-5.9.6.js:612 media/js/aam-5.9.6.js:1168
450
+ #: media/js/aam-5.9.6.js:2266 media/js/aam-5.9.6.js:2308
451
+ #: media/js/aam-5.9.6.js:2965 media/js/aam-5.9.6.js:3655
452
+ #: media/js/aam-5.9.6.js:4373
453
+ msgid "Saving..."
454
+ msgstr ""
455
+
456
+ #: application/Backend/View/Localization.php:29 media/js/aam-5.9.6.js:2274
457
+ msgid "Failed to add new capability"
458
+ msgstr ""
459
+
460
+ #: application/Backend/View/Localization.php:30
461
+ msgid "Application error"
462
+ msgstr ""
463
+
464
+ #: application/Backend/View/Localization.php:31 media/js/aam-5.9.6.js:2282
465
+ msgid "Add Capability"
466
+ msgstr ""
467
+
468
+ #: application/Backend/View/Localization.php:32 media/js/aam-5.9.6.js:1688
469
+ #: media/js/aam-5.9.6.js:1810 application/Backend/phtml/main/menu.phtml:84
470
+ #: application/Backend/phtml/main/toolbar.phtml:69
471
+ msgid "Show Menu"
472
+ msgstr ""
473
+
474
+ #: application/Backend/View/Localization.php:33 media/js/aam-5.9.6.js:1698
475
+ #: media/js/aam-5.9.6.js:1820 application/Backend/phtml/main/menu.phtml:88
476
+ #: application/Backend/phtml/main/toolbar.phtml:73
477
+ msgid "Restrict Menu"
478
+ msgstr ""
479
+
480
+ #: application/Backend/View/Localization.php:34 media/js/aam-5.9.6.js:1982
481
+ msgid "Failed to retrieve mataboxes"
482
+ msgstr ""
483
+
484
+ #: application/Backend/View/Localization.php:35 media/js/aam-5.9.6.js:2661
485
+ msgid "Search"
486
+ msgstr ""
487
+
488
+ #: application/Backend/View/Localization.php:36 media/js/aam-5.9.6.js:2662
489
+ msgid "_TOTAL_ object(s)"
490
+ msgstr ""
491
+
492
+ #: application/Backend/View/Localization.php:37
493
+ msgid "Failed"
494
+ msgstr ""
495
+
496
+ #: application/Backend/View/Localization.php:38 media/js/aam-5.9.6.js:129
497
+ #: media/js/aam-5.9.6.js:189
498
+ msgid "Loading..."
499
+ msgstr ""
500
+
501
+ #: application/Backend/View/Localization.php:39 media/js/aam-5.9.6.js:194
502
+ msgid "No Role"
503
+ msgstr ""
504
+
505
+ #: application/Backend/View/Localization.php:40 media/js/aam-5.9.6.js:257
506
+ msgid "Search Role"
507
+ msgstr ""
508
+
509
+ #: application/Backend/View/Localization.php:41 media/js/aam-5.9.6.js:258
510
+ msgid "_TOTAL_ role(s)"
511
+ msgstr ""
512
+
513
+ #: application/Backend/View/Localization.php:42 media/js/aam-5.9.6.js:1522
514
+ #: media/js/aam-5.9.6.js:3744 media/js/aam-5.9.6.js:3944
515
+ #: media/js/aam-5.9.6.js:4028 application/Backend/phtml/index.phtml:269
516
+ #: application/Backend/phtml/main/capability.phtml:26
517
+ #: application/Backend/phtml/main/capability.phtml:69
518
+ #: application/Backend/phtml/main/jwt.phtml:82
519
+ msgid "Create"
520
+ msgstr ""
521
+
522
+ #: application/Backend/View/Localization.php:43 media/js/aam-5.9.6.js:296
523
+ #: application/Backend/phtml/index.phtml:224
524
+ #: application/Backend/phtml/index.phtml:444
525
+ msgid "Users"
526
+ msgstr ""
527
+
528
+ #: application/Backend/View/Localization.php:44
529
+ msgid "Failed to add new role"
530
+ msgstr ""
531
+
532
+ #: application/Backend/View/Localization.php:45 media/js/aam-5.9.6.js:574
533
+ msgid "Add Role"
534
+ msgstr ""
535
+
536
+ #: application/Backend/View/Localization.php:46 media/js/aam-5.9.6.js:619
537
+ msgid "Failed to update role"
538
+ msgstr ""
539
+
540
+ #: application/Backend/View/Localization.php:47
541
+ #: application/Backend/View/PostOptionList.php:157 media/js/aam-5.9.6.js:628
542
+ #: application/Backend/phtml/extensions.phtml:55
543
+ #: application/Backend/phtml/extensions.phtml:82
544
+ #: application/Backend/phtml/index.phtml:291
545
+ #: application/Backend/phtml/main/capability.phtml:95
546
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:37
547
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:58
548
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:132
549
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:153
550
+ msgid "Update"
551
+ msgstr ""
552
+
553
+ #: application/Backend/View/Localization.php:48 media/js/aam-5.9.6.js:651
554
+ #: media/js/aam-5.9.6.js:2347 media/js/aam-5.9.6.js:3692
555
+ #: media/js/aam-5.9.6.js:4046
556
+ msgid "Deleting..."
557
+ msgstr ""
558
+
559
+ #: application/Backend/View/Localization.php:49 media/js/aam-5.9.6.js:657
560
+ msgid "Failed to delete role"
561
+ msgstr ""
562
+
563
+ #: application/Backend/View/Localization.php:50
564
+ #: application/Backend/View/Localization.php:62 media/js/aam-5.9.6.js:416
565
+ #: media/js/aam-5.9.6.js:665 application/Backend/phtml/index.phtml:303
566
+ msgid "Delete Role"
567
+ msgstr ""
568
+
569
+ #: application/Backend/View/Localization.php:51 media/js/aam-5.9.6.js:750
570
+ msgid "Failed to block user"
571
+ msgstr ""
572
+
573
+ #: application/Backend/View/Localization.php:52 media/js/aam-5.9.6.js:841
574
+ msgid "Search User"
575
+ msgstr ""
576
+
577
+ #: application/Backend/View/Localization.php:53 media/js/aam-5.9.6.js:842
578
+ msgid "_TOTAL_ user(s)"
579
+ msgstr ""
580
+
581
+ #: application/Backend/View/Localization.php:54 media/js/aam-5.9.6.js:905
582
+ #: application/Backend/phtml/index.phtml:245
583
+ #: application/Backend/phtml/metabox/metabox-content.phtml:48
584
+ msgid "Role"
585
+ msgstr ""
586
+
587
+ #: application/Backend/View/Localization.php:55
588
+ #: application/Core/Subject/Visitor.php:88 media/js/aam-5.9.6.js:1254
589
+ msgid "Anonymous"
590
+ msgstr ""
591
+
592
+ #: application/Backend/View/Localization.php:56
593
+ msgid "Current user"
594
+ msgstr ""
595
+
596
+ #: application/Backend/View/Localization.php:57
597
+ msgid "Current role"
598
+ msgstr ""
599
+
600
+ #: application/Backend/View/Localization.php:58 media/js/aam-5.9.6.js:2812
601
+ msgid "Manage Access"
602
+ msgstr ""
603
+
604
+ #: application/Backend/View/Localization.php:59
605
+ #: application/Backend/View/PostOptionList.php:95 media/js/aam-5.9.6.js:2824
606
+ msgid "Edit"
607
+ msgstr ""
608
+
609
+ #: application/Backend/View/Localization.php:60 media/js/aam-5.9.6.js:342
610
+ msgid "Manage Role"
611
+ msgstr ""
612
+
613
+ #: application/Backend/View/Localization.php:61 media/js/aam-5.9.6.js:363
614
+ msgid "Edit Role"
615
+ msgstr ""
616
+
617
+ #: application/Backend/View/Localization.php:63 media/js/aam-5.9.6.js:944
618
+ #: application/Backend/phtml/index.phtml:338
619
+ msgid "Manage User"
620
+ msgstr ""
621
+
622
+ #: application/Backend/View/Localization.php:64 media/js/aam-5.9.6.js:993
623
+ msgid "Edit User"
624
+ msgstr ""
625
+
626
+ #: application/Backend/View/Localization.php:65 media/js/aam-5.9.6.js:745
627
+ #: media/js/aam-5.9.6.js:746 media/js/aam-5.9.6.js:1014
628
+ msgid "Lock User"
629
+ msgstr ""
630
+
631
+ #: application/Backend/View/Localization.php:66 media/js/aam-5.9.6.js:739
632
+ #: media/js/aam-5.9.6.js:740 media/js/aam-5.9.6.js:1027
633
+ msgid "Unlock User"
634
+ msgstr ""
635
+
636
+ #: application/Backend/View/Localization.php:67
637
+ msgid "Failed to grand capability - WordPress policy"
638
+ msgstr ""
639
+
640
+ #: application/Backend/View/PostOptionList.php:26
641
+ #: application/Backend/View/PostOptionList.php:90
642
+ #: application/Backend/View/PostOptionList.php:112
643
+ msgid "List"
644
+ msgstr ""
645
+
646
+ #: application/Backend/View/PostOptionList.php:27
647
+ #: application/Backend/View/PostOptionList.php:92
648
+ #, php-format
649
+ msgid "Hide %s however still allow access with direct URL."
650
+ msgstr ""
651
+
652
+ #: application/Backend/View/PostOptionList.php:27
653
+ #: application/Backend/View/PostOptionList.php:31
654
+ #, php-format
655
+ msgid " %sSee in action.%s"
656
+ msgstr ""
657
+
658
+ #: application/Backend/View/PostOptionList.php:30
659
+ #: application/Backend/View/PostOptionList.php:116
660
+ msgid "Read"
661
+ msgstr ""
662
+
663
+ #: application/Backend/View/PostOptionList.php:31
664
+ #, php-format
665
+ msgid ""
666
+ "Restrict access to view, read or download %s. Any attempts to open %s will "
667
+ "be denied and redirected based on the Access Denied Redirect rule."
668
+ msgstr ""
669
+
670
+ #: application/Backend/View/PostOptionList.php:34
671
+ #: application/Backend/View/PostOptionList.php:120
672
+ msgid "Limit"
673
+ msgstr ""
674
+
675
+ #: application/Backend/View/PostOptionList.php:35
676
+ #: application/Backend/View/PostOptionList.php:121
677
+ msgid "Teaser message"
678
+ msgstr ""
679
+
680
+ #: application/Backend/View/PostOptionList.php:39
681
+ #: application/Backend/View/PostOptionList.php:125
682
+ #, php-format
683
+ msgid "Replace %s content with defined teaser message."
684
+ msgstr ""
685
+
686
+ #: application/Backend/View/PostOptionList.php:42
687
+ #: application/Backend/View/PostOptionList.php:128
688
+ msgid "Read Counter"
689
+ msgstr ""
690
+
691
+ #: application/Backend/View/PostOptionList.php:43
692
+ #: application/Backend/View/PostOptionList.php:129
693
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:32
694
+ msgid "Threshold"
695
+ msgstr ""
696
+
697
+ #: application/Backend/View/PostOptionList.php:48
698
+ #, php-format
699
+ msgid ""
700
+ "Define how many times %s can be read, viewed or download. After number of "
701
+ "times exceeds the specified threshold, access will be denied and redirected "
702
+ "based on the Access Denied Redirect rule."
703
+ msgstr ""
704
+
705
+ #: application/Backend/View/PostOptionList.php:51
706
+ #: application/Backend/View/PostOptionList.php:137
707
+ msgid "Comment"
708
+ msgstr ""
709
+
710
+ #: application/Backend/View/PostOptionList.php:52
711
+ #, php-format
712
+ msgid "Restrict access to comment on %s if commenting is allowed."
713
+ msgstr ""
714
+
715
+ #: application/Backend/View/PostOptionList.php:55
716
+ msgid "Redirect"
717
+ msgstr ""
718
+
719
+ #: application/Backend/View/PostOptionList.php:56
720
+ msgid "Redirect Rule"
721
+ msgstr ""
722
+
723
+ #: application/Backend/View/PostOptionList.php:60
724
+ #, php-format
725
+ msgid ""
726
+ "Redirect user based on the defined redirect rule when user tries to read the "
727
+ "%s. The REDIRECT option will be ignored if READ option is checked."
728
+ msgstr ""
729
+
730
+ #: application/Backend/View/PostOptionList.php:63
731
+ #: application/Backend/View/PostOptionList.php:141
732
+ msgid "Password Protected"
733
+ msgstr ""
734
+
735
+ #: application/Backend/View/PostOptionList.php:64
736
+ #: application/Backend/View/PostOptionList.php:142
737
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:53
738
+ #: application/Backend/phtml/widget/login-frontend.phtml:27
739
+ #: application/Frontend/phtml/login.phtml:13
740
+ msgid "Password"
741
+ msgstr ""
742
+
743
+ #: application/Backend/View/PostOptionList.php:68
744
+ #, php-format
745
+ msgid ""
746
+ "Protect access to %s with password. Available with WordPress 4.7.0 or higher."
747
+ msgstr ""
748
+
749
+ #: application/Backend/View/PostOptionList.php:71
750
+ #: application/Backend/View/PostOptionList.php:149
751
+ msgid "Access Expiration"
752
+ msgstr ""
753
+
754
+ #: application/Backend/View/PostOptionList.php:72
755
+ #: application/Backend/View/PostOptionList.php:150
756
+ #: application/Backend/phtml/main/jwt.phtml:21
757
+ msgid "Expires"
758
+ msgstr ""
759
+
760
+ #: application/Backend/View/PostOptionList.php:76
761
+ #, php-format
762
+ msgid "Define when access will expire for %s."
763
+ msgstr ""
764
+
765
+ #: application/Backend/View/PostOptionList.php:76
766
+ #, php-format
767
+ msgid ""
768
+ "After expiration, the access to %s will be denied and redirected based on "
769
+ "the Access Denied Redirect rule. For more information %scheck this article%s "
770
+ "or "
771
+ msgstr ""
772
+
773
+ #: application/Backend/View/PostOptionList.php:76
774
+ #, php-format
775
+ msgid " %ssee in action.%s"
776
+ msgstr ""
777
+
778
+ #: application/Backend/View/PostOptionList.php:79
779
+ msgid "Monetized Access"
780
+ msgstr ""
781
+
782
+ #: application/Backend/View/PostOptionList.php:80
783
+ msgid "E-Product"
784
+ msgstr ""
785
+
786
+ #: application/Backend/View/PostOptionList.php:85
787
+ #, php-format
788
+ msgid ""
789
+ "[Premium feature!] Start selling access to %s. Access will be granted to "
790
+ "open %s only if selected E-Product had been purchased. For more information "
791
+ "%scheck this article%s."
792
+ msgstr ""
793
+
794
+ #: application/Backend/View/PostOptionList.php:97
795
+ #, php-format
796
+ msgid ""
797
+ "Restrict access to edit %s. Any attempts to edit %s will result in "
798
+ "redirecting user based on the Access Denied Redirect rule."
799
+ msgstr ""
800
+
801
+ #: application/Backend/View/PostOptionList.php:100
802
+ #: application/Backend/View/PostOptionList.php:162 media/js/aam-5.9.6.js:3706
803
+ #: media/js/aam-5.9.6.js:4060 application/Backend/phtml/index.phtml:309
804
+ #: application/Backend/phtml/main/capability.phtml:113
805
+ #: application/Backend/phtml/main/jwt.phtml:134
806
+ #: application/Backend/phtml/main/uri.phtml:133
807
+ msgid "Delete"
808
+ msgstr ""
809
+
810
+ #: application/Backend/View/PostOptionList.php:102
811
+ #: application/Backend/View/PostOptionList.php:164
812
+ #, php-format
813
+ msgid "Restrict access to trash or permanently delete %s."
814
+ msgstr ""
815
+
816
+ #: application/Backend/View/PostOptionList.php:105
817
+ msgid "Publish"
818
+ msgstr ""
819
+
820
+ #: application/Backend/View/PostOptionList.php:107
821
+ #, php-format
822
+ msgid ""
823
+ "Restrict access to publish %s. User will be allowed only to submit %s for "
824
+ "review."
825
+ msgstr ""
826
+
827
+ #: application/Backend/View/PostOptionList.php:113
828
+ #, php-format
829
+ msgid "Hide %s however still allow access to retrieve %s."
830
+ msgstr ""
831
+
832
+ #: application/Backend/View/PostOptionList.php:117
833
+ #, php-format
834
+ msgid ""
835
+ "Restrict access to retrieve %s. Any attempts to retrieve %s will be denied."
836
+ msgstr ""
837
+
838
+ #: application/Backend/View/PostOptionList.php:134
839
+ #, php-format
840
+ msgid ""
841
+ "Define how many times %s can be retrieved. After number of time exceeds the "
842
+ "defined threshold, the access will be denied to %s."
843
+ msgstr ""
844
+
845
+ #: application/Backend/View/PostOptionList.php:138
846
+ #, php-format
847
+ msgid "Restrict access to comment on %s if commenting feature is enabled."
848
+ msgstr ""
849
+
850
+ #: application/Backend/View/PostOptionList.php:146
851
+ #, php-format
852
+ msgid "Protected %s with password. Available with WordPress 4.7.0 or higher."
853
+ msgstr ""
854
+
855
+ #: application/Backend/View/PostOptionList.php:154
856
+ #, php-format
857
+ msgid "Define when access expires to %s."
858
+ msgstr ""
859
+
860
+ #: application/Backend/View/PostOptionList.php:154
861
+ #, php-format
862
+ msgid ""
863
+ "After expiration, the access to %s will be denied. For more information "
864
+ "%scheck this article%s or "
865
+ msgstr ""
866
+
867
+ #: application/Backend/View/PostOptionList.php:159
868
+ #, php-format
869
+ msgid "Restrict access to update %s. Any attempts to update %s will be denied."
870
+ msgstr ""
871
+
872
+ #: application/Backend/Widget/Login.php:19
873
+ msgid "AAM Secure Login Widget"
874
+ msgstr ""
875
+
876
+ #: application/Backend/Widget/Login.php:60
877
+ #: application/Frontend/phtml/login.phtml:27
878
+ msgid "Login"
879
+ msgstr ""
880
+
881
+ #: application/Backend/Widget/Login.php:64
882
+ #: application/Shortcode/Strategy/Login.php:54
883
+ msgid "Howdy, %username%"
884
+ msgstr ""
885
+
886
+ #: application/Core/Importer.php:113
887
+ msgid "Import AAM Settings"
888
+ msgstr ""
889
+
890
+ #: application/Core/Importer.php:126
891
+ msgid ""
892
+ "Howdy! Upload your AAM JSON file and we&#8217;ll import the access settings "
893
+ "into this site."
894
+ msgstr ""
895
+
896
+ #: application/Core/Importer.php:127
897
+ msgid ""
898
+ "Choose a JSON (.json) file to upload, then click Upload file and import."
899
+ msgstr ""
900
+
901
+ #: application/Core/Importer.php:141 application/Core/Importer.php:145
902
+ #: application/Core/Importer.php:179
903
+ msgid "Sorry, there has been an error."
904
+ msgstr ""
905
+
906
+ #: application/Core/Importer.php:146
907
+ #, php-format
908
+ msgid ""
909
+ "The export file could not be found at <code>%s</code>. It is likely that "
910
+ "this was caused by a permissions problem."
911
+ msgstr ""
912
+
913
+ #: application/Core/Importer.php:180
914
+ msgid "The file does not exist, please try again."
915
+ msgstr ""
916
+
917
+ #: application/Core/Importer.php:188
918
+ msgid "Sorry, there has been an error. File content is invalid"
919
+ msgstr ""
920
+
921
+ #: application/Core/Importer.php:202
922
+ msgid "All done."
923
+ msgstr ""
924
+
925
+ #: application/Core/Importer.php:202
926
+ msgid "Have fun!"
927
+ msgstr ""
928
+
929
+ #: application/Core/Importer.php:227
930
+ msgid "Version of exported settings do not match current AAM version"
931
+ msgstr ""
932
+
933
+ #: application/Core/Jwt/Issuer.php:56
934
+ msgid "Token has been revoked"
935
+ msgstr ""
936
+
937
+ #: application/Core/Jwt/Manager.php:61
938
+ msgid "Valid username."
939
+ msgstr ""
940
+
941
+ #: application/Core/Jwt/Manager.php:65
942
+ msgid "Valid password."
943
+ msgstr ""
944
+
945
+ #: application/Core/Jwt/Manager.php:77 application/Core/Jwt/Manager.php:89
946
+ msgid "JWT token."
947
+ msgstr ""
948
+
949
+ #: application/Core/Jwt/Manager.php:200
950
+ msgid "Provided JWT token is not refreshable"
951
+ msgstr ""
952
+
953
+ #: application/Core/Login.php:175
954
+ msgid "Access denied. Please login to get access."
955
+ msgstr ""
956
+
957
+ #: application/Core/Policy/Validator.php:94
958
+ msgid "The policy is not valid JSON object"
959
+ msgstr ""
960
+
961
+ #: application/Core/Policy/Validator.php:111
962
+ msgid "The policy document is empty"
963
+ msgstr ""
964
+
965
+ #: application/Core/Subject/Default.php:78 media/js/aam-5.9.6.js:1328
966
+ msgid "All Users, Roles and Visitor"
967
+ msgstr ""
968
+
969
+ #: application/Extension/Repository.php:149
970
+ #, php-format
971
+ msgid "[%s] was not loaded. Update AAM plugin to the latest version."
972
+ msgstr ""
973
+
974
+ #: application/Extension/Repository.php:159
975
+ #, php-format
976
+ msgid "The [%s] does not appear to be a valid AAM extension. %sRead more.%s"
977
+ msgstr ""
978
+
979
+ #: application/Extension/Repository.php:385
980
+ #, php-format
981
+ msgid "Failed to create %s"
982
+ msgstr ""
983
+
984
+ #: application/Extension/Repository.php:389
985
+ #, php-format
986
+ msgid "Directory %s is not writable"
987
+ msgstr ""
988
+
989
+ #: application/Shared/Manager.php:158
990
+ msgid "Access Policy"
991
+ msgstr ""
992
+
993
+ #: application/Shared/Manager.php:161 media/js/aam-5.9.6.js:1591
994
+ msgid "Edit Policy"
995
+ msgstr ""
996
+
997
+ #: application/Shared/Manager.php:162
998
+ msgid "Add New Policy"
999
+ msgstr ""
1000
+
1001
+ #: application/Shared/Manager.php:163
1002
+ msgid "New Policy"
1003
+ msgstr ""
1004
+
1005
+ #: application/Shared/Manager.php:165
1006
+ msgid "Access and security policy"
1007
+ msgstr ""
1008
+
1009
+ #: application/Shared/Manager.php:420
1010
+ msgid "RESTful API is disabled"
1011
+ msgstr ""
1012
+
1013
+ #: application/Shared/Manager.php:691
1014
+ msgid "[No teaser message provided]"
1015
+ msgstr ""
1016
+
1017
+ #: application/Shortcode/Factory.php:52
1018
+ msgid "No valid strategy found for the given context"
1019
+ msgstr ""
1020
+
1021
+ #: application/Shortcode/Strategy/LoginRedirect.php:64
1022
+ msgid "Login to continue"
1023
+ msgstr ""
1024
+
1025
+ #: media/js/aam-5.9.6.js:96 media/js/aam-5.9.6.js:1299
1026
+ #: media/js/aam-5.9.6.js:1374
1027
+ msgid "Failed to apply policy changes"
1028
+ msgstr ""
1029
+
1030
+ #: media/js/aam-5.9.6.js:134 application/Backend/phtml/index.phtml:370
1031
+ #: application/Backend/phtml/partial/role-inheritance.phtml:5
1032
+ msgid "Select Role"
1033
+ msgstr ""
1034
+
1035
+ #: media/js/aam-5.9.6.js:274
1036
+ msgid "Create New Role"
1037
+ msgstr ""
1038
+
1039
+ #: media/js/aam-5.9.6.js:387
1040
+ msgid "Clone Role"
1041
+ msgstr ""
1042
+
1043
+ #: media/js/aam-5.9.6.js:788 media/js/aam-5.9.6.js:3836
1044
+ msgid "Generating URL..."
1045
+ msgstr ""
1046
+
1047
+ #: media/js/aam-5.9.6.js:798 media/js/aam-5.9.6.js:3846
1048
+ msgid "Failed to generate JWT token"
1049
+ msgstr ""
1050
+
1051
+ #: media/js/aam-5.9.6.js:857
1052
+ msgid "Create New User"
1053
+ msgstr ""
1054
+
1055
+ #: media/js/aam-5.9.6.js:866
1056
+ msgid "Loading roles..."
1057
+ msgstr ""
1058
+
1059
+ #: media/js/aam-5.9.6.js:883
1060
+ msgid "Filter By Role"
1061
+ msgstr ""
1062
+
1063
+ #: media/js/aam-5.9.6.js:1040
1064
+ msgid "Switch To User"
1065
+ msgstr ""
1066
+
1067
+ #: media/js/aam-5.9.6.js:1182 media/js/aam-5.9.6.js:3671
1068
+ #: application/Backend/phtml/index.phtml:402
1069
+ #: application/Backend/phtml/main/uri.phtml:111
1070
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:16
1071
+ msgid "Save"
1072
+ msgstr ""
1073
+
1074
+ #: media/js/aam-5.9.6.js:1201
1075
+ msgid "Reseting..."
1076
+ msgstr ""
1077
+
1078
+ #: media/js/aam-5.9.6.js:1215 application/Backend/phtml/index.phtml:401
1079
+ msgid "Reset"
1080
+ msgstr ""
1081
+
1082
+ #: media/js/aam-5.9.6.js:1280 media/js/aam-5.9.6.js:1355
1083
+ msgid "Processing..."
1084
+ msgstr ""
1085
+
1086
+ #: media/js/aam-5.9.6.js:1291 media/js/aam-5.9.6.js:1304
1087
+ #: application/Backend/phtml/metabox/metabox-content.phtml:87
1088
+ msgid "Detach Policy From Visitors"
1089
+ msgstr ""
1090
+
1091
+ #: media/js/aam-5.9.6.js:1293 media/js/aam-5.9.6.js:1302
1092
+ #: application/Backend/phtml/metabox/metabox-content.phtml:89
1093
+ msgid "Attach Policy To Visitors"
1094
+ msgstr ""
1095
+
1096
+ #: media/js/aam-5.9.6.js:1366 media/js/aam-5.9.6.js:1379
1097
+ #: application/Backend/phtml/metabox/metabox-content.phtml:113
1098
+ msgid "Detach Policy From Everybody"
1099
+ msgstr ""
1100
+
1101
+ #: media/js/aam-5.9.6.js:1368 media/js/aam-5.9.6.js:1377
1102
+ #: application/Backend/phtml/metabox/metabox-content.phtml:115
1103
+ msgid "Attach Policy To Everybody"
1104
+ msgstr ""
1105
+
1106
+ #: media/js/aam-5.9.6.js:1476
1107
+ msgid "Downloading"
1108
+ msgstr ""
1109
+
1110
+ #: media/js/aam-5.9.6.js:1480 application/Backend/phtml/extensions.phtml:86
1111
+ #: application/Backend/phtml/extensions.phtml:121
1112
+ msgid "Download"
1113
+ msgstr ""
1114
+
1115
+ #: media/js/aam-5.9.6.js:1511
1116
+ msgid "Search Policy"
1117
+ msgstr ""
1118
+
1119
+ #: media/js/aam-5.9.6.js:1512
1120
+ msgid "_TOTAL_ Policies"
1121
+ msgstr ""
1122
+
1123
+ #: media/js/aam-5.9.6.js:1554
1124
+ msgid "Apply Policy"
1125
+ msgstr ""
1126
+
1127
+ #: media/js/aam-5.9.6.js:1574
1128
+ msgid "Revoke Policy"
1129
+ msgstr ""
1130
+
1131
+ #: media/js/aam-5.9.6.js:1719 application/Backend/phtml/main/menu.phtml:70
1132
+ #: application/Backend/phtml/main/toolbar.phtml:59
1133
+ msgid "Uncheck to allow"
1134
+ msgstr ""
1135
+
1136
+ #: media/js/aam-5.9.6.js:1721 application/Backend/phtml/main/menu.phtml:70
1137
+ #: application/Backend/phtml/main/toolbar.phtml:59
1138
+ msgid "Check to restrict"
1139
+ msgstr ""
1140
+
1141
+ #: media/js/aam-5.9.6.js:1847 media/js/aam-5.9.6.js:2028
1142
+ #: application/Backend/phtml/main/metabox.phtml:69
1143
+ msgid "Uncheck to show"
1144
+ msgstr ""
1145
+
1146
+ #: media/js/aam-5.9.6.js:1849 media/js/aam-5.9.6.js:2030
1147
+ #: application/Backend/phtml/main/metabox.phtml:69
1148
+ msgid "Check to hide"
1149
+ msgstr ""
1150
+
1151
+ #: media/js/aam-5.9.6.js:2002
1152
+ msgid "Processing"
1153
+ msgstr ""
1154
+
1155
+ #: media/js/aam-5.9.6.js:2005 application/Backend/phtml/main/metabox.phtml:105
1156
+ msgid "Initialize"
1157
+ msgstr ""
1158
+
1159
+ #: media/js/aam-5.9.6.js:2090
1160
+ msgid "WordPress core does not allow to grant this capability"
1161
+ msgstr ""
1162
+
1163
+ #: media/js/aam-5.9.6.js:2136 media/js/aam-5.9.6.js:3542
1164
+ #: media/js/aam-5.9.6.js:3933
1165
+ msgid "Nothing to show"
1166
+ msgstr ""
1167
+
1168
+ #: media/js/aam-5.9.6.js:2324
1169
+ #: application/Backend/phtml/main/capability.phtml:81
1170
+ msgid "Update Capability"
1171
+ msgstr ""
1172
+
1173
+ #: media/js/aam-5.9.6.js:2363
1174
+ #: application/Backend/phtml/main/capability.phtml:107
1175
+ msgid "Delete Capability"
1176
+ msgstr ""
1177
+
1178
+ #: media/js/aam-5.9.6.js:2678
1179
+ msgid "Post"
1180
+ msgstr ""
1181
+
1182
+ #: media/js/aam-5.9.6.js:2683
1183
+ msgid "Post Type"
1184
+ msgstr ""
1185
+
1186
+ #: media/js/aam-5.9.6.js:2688
1187
+ msgid "Hierarchical Term"
1188
+ msgstr ""
1189
+
1190
+ #: media/js/aam-5.9.6.js:2693
1191
+ msgid "Tag"
1192
+ msgstr ""
1193
+
1194
+ #: media/js/aam-5.9.6.js:2704
1195
+ msgid "Settings Customized"
1196
+ msgstr ""
1197
+
1198
+ #: media/js/aam-5.9.6.js:2740 media/js/aam-5.9.6.js:2743
1199
+ #: media/js/aam-5.9.6.js:2765 media/js/aam-5.9.6.js:2768
1200
+ msgid "Parent:"
1201
+ msgstr ""
1202
+
1203
+ #: media/js/aam-5.9.6.js:2746 media/js/aam-5.9.6.js:2755
1204
+ #: media/js/aam-5.9.6.js:2771 application/Backend/phtml/main/menu.phtml:67
1205
+ #: application/Backend/phtml/main/metabox.phtml:66
1206
+ #: application/Backend/phtml/main/toolbar.phtml:56
1207
+ msgid "ID:"
1208
+ msgstr ""
1209
+
1210
+ #: media/js/aam-5.9.6.js:2798
1211
+ msgid "Drill-Down"
1212
+ msgstr ""
1213
+
1214
+ #: media/js/aam-5.9.6.js:2868
1215
+ msgid "Mark As Default"
1216
+ msgstr ""
1217
+
1218
+ #: media/js/aam-5.9.6.js:2877
1219
+ msgid "Is Default Category"
1220
+ msgstr ""
1221
+
1222
+ #: media/js/aam-5.9.6.js:2925 media/js/aam-5.9.6.js:4960
1223
+ msgid "Resetting..."
1224
+ msgstr ""
1225
+
1226
+ #: media/js/aam-5.9.6.js:3538
1227
+ msgid "Search Route"
1228
+ msgstr ""
1229
+
1230
+ #: media/js/aam-5.9.6.js:3539
1231
+ msgid "_TOTAL_ route(s)"
1232
+ msgstr ""
1233
+
1234
+ #: media/js/aam-5.9.6.js:3541
1235
+ msgid "No API endpoints found. You might have APIs disabled."
1236
+ msgstr ""
1237
+
1238
+ #: media/js/aam-5.9.6.js:3662
1239
+ msgid "Failed to save URI rule"
1240
+ msgstr ""
1241
+
1242
+ #: media/js/aam-5.9.6.js:3698
1243
+ msgid "Failed to delete URI rule"
1244
+ msgstr ""
1245
+
1246
+ #: media/js/aam-5.9.6.js:3733
1247
+ msgid "Search URI"
1248
+ msgstr ""
1249
+
1250
+ #: media/js/aam-5.9.6.js:3734
1251
+ msgid "_TOTAL_ URI(s)"
1252
+ msgstr ""
1253
+
1254
+ #: media/js/aam-5.9.6.js:3775
1255
+ msgid "Edit Rule"
1256
+ msgstr ""
1257
+
1258
+ #: media/js/aam-5.9.6.js:3787
1259
+ msgid "Delete Rule"
1260
+ msgstr ""
1261
+
1262
+ #: media/js/aam-5.9.6.js:3835
1263
+ msgid "Generating token..."
1264
+ msgstr ""
1265
+
1266
+ #: media/js/aam-5.9.6.js:3929
1267
+ msgid "Search Tokens"
1268
+ msgstr ""
1269
+
1270
+ #: media/js/aam-5.9.6.js:3930
1271
+ msgid "_TOTAL_ token(s)"
1272
+ msgstr ""
1273
+
1274
+ #: media/js/aam-5.9.6.js:3932
1275
+ msgid "No JWT tokens have been generated."
1276
+ msgstr ""
1277
+
1278
+ #: media/js/aam-5.9.6.js:3976
1279
+ msgid "Delete Token"
1280
+ msgstr ""
1281
+
1282
+ #: media/js/aam-5.9.6.js:3989
1283
+ msgid "View Token"
1284
+ msgstr ""
1285
+
1286
+ #: media/js/aam-5.9.6.js:4014
1287
+ msgid "Creating..."
1288
+ msgstr ""
1289
+
1290
+ #: media/js/aam-5.9.6.js:4159
1291
+ msgid "Extension status was updated successfully"
1292
+ msgstr ""
1293
+
1294
+ #: media/js/aam-5.9.6.js:4310
1295
+ msgid "The issue has been resolved"
1296
+ msgstr ""
1297
+
1298
+ #: media/js/aam-5.9.6.js:4382
1299
+ #: application/Backend/phtml/main/get-started.phtml:13
1300
+ msgid "OK, got it"
1301
+ msgstr ""
1302
+
1303
+ #: media/js/aam-5.9.6.js:4459
1304
+ msgid "Wait..."
1305
+ msgstr ""
1306
+
1307
+ #: media/js/aam-5.9.6.js:4465
1308
+ msgid "All settings has been cleared successfully"
1309
+ msgstr ""
1310
+
1311
+ #: media/js/aam-5.9.6.js:4476 application/Backend/phtml/index.phtml:101
1312
+ msgid "Clear"
1313
+ msgstr ""
1314
+
1315
+ #: media/js/aam-5.9.6.js:4920
1316
+ msgid "Operation Completed Successfully"
1317
+ msgstr ""
1318
+
1319
+ #: media/js/aam-5.9.6.js:4924
1320
+ msgid "Unexpected Application Error"
1321
+ msgstr ""
1322
+
1323
+ #: media/js/vendor.js:600
1324
+ msgid ": "
1325
+ msgstr ""
1326
+
1327
+ #: application/Backend/phtml/extensions.phtml:6
1328
+ msgid ""
1329
+ "By purchasing any of the extensions below, you obtain the license that "
1330
+ "allows you to install and use our software for life and for one physical "
1331
+ "WordPress installation only. However you will be able to download new "
1332
+ "updates for one year from the time of purchase unless you purchased the "
1333
+ "[Extended version]. Exceptions are websites where URL is either [localhost] "
1334
+ "or starts with [dev.], [staging.], [test.] or [demo.] They are considered as "
1335
+ "development websites and you can use the purchased license unlimited number "
1336
+ "of times before it is activated on a production website. [Money back "
1337
+ "guaranteed] within 10 day from the time of purchase."
1338
+ msgstr ""
1339
+
1340
+ #: application/Backend/phtml/extensions.phtml:11
1341
+ msgid "Install/Update Extension"
1342
+ msgstr ""
1343
+
1344
+ #: application/Backend/phtml/extensions.phtml:15
1345
+ msgid "License Key"
1346
+ msgstr ""
1347
+
1348
+ #: application/Backend/phtml/extensions.phtml:19
1349
+ msgid "Submit"
1350
+ msgstr ""
1351
+
1352
+ #: application/Backend/phtml/extensions.phtml:28
1353
+ msgid "Premium"
1354
+ msgstr ""
1355
+
1356
+ #: application/Backend/phtml/extensions.phtml:29
1357
+ #: application/Backend/phtml/extensions.phtml:73
1358
+ msgid "Free"
1359
+ msgstr ""
1360
+
1361
+ #: application/Backend/phtml/extensions.phtml:30
1362
+ msgid "Check for Updates"
1363
+ msgstr ""
1364
+
1365
+ #: application/Backend/phtml/extensions.phtml:50
1366
+ msgid "Installed"
1367
+ msgstr ""
1368
+
1369
+ #: application/Backend/phtml/extensions.phtml:52
1370
+ #: application/Backend/phtml/extensions.phtml:80
1371
+ msgid "Deactivate"
1372
+ msgstr ""
1373
+
1374
+ #: application/Backend/phtml/extensions.phtml:52
1375
+ #: application/Backend/phtml/extensions.phtml:80
1376
+ msgid "extension is active"
1377
+ msgstr ""
1378
+
1379
+ #: application/Backend/phtml/extensions.phtml:55
1380
+ msgid "license is missing"
1381
+ msgstr ""
1382
+
1383
+ #: application/Backend/phtml/extensions.phtml:57
1384
+ #: application/Backend/phtml/extensions.phtml:84
1385
+ msgid "Activate"
1386
+ msgstr ""
1387
+
1388
+ #: application/Backend/phtml/extensions.phtml:57
1389
+ #: application/Backend/phtml/extensions.phtml:84
1390
+ msgid "extension is inactive"
1391
+ msgstr ""
1392
+
1393
+ #: application/Backend/phtml/extensions.phtml:59
1394
+ #: application/Backend/phtml/index.phtml:189
1395
+ msgid "Read More"
1396
+ msgstr ""
1397
+
1398
+ #: application/Backend/phtml/extensions.phtml:101
1399
+ #: application/Backend/phtml/extensions.phtml:132
1400
+ #: application/Backend/phtml/extensions.phtml:143
1401
+ #: application/Backend/phtml/index.phtml:94
1402
+ #: application/Backend/phtml/index.phtml:257
1403
+ #: application/Backend/phtml/index.phtml:270
1404
+ #: application/Backend/phtml/index.phtml:280
1405
+ #: application/Backend/phtml/index.phtml:292
1406
+ #: application/Backend/phtml/index.phtml:302
1407
+ #: application/Backend/phtml/index.phtml:310
1408
+ #: application/Backend/phtml/index.phtml:337
1409
+ #: application/Backend/phtml/index.phtml:403
1410
+ #: application/Backend/phtml/main/capability.phtml:54
1411
+ #: application/Backend/phtml/main/capability.phtml:70
1412
+ #: application/Backend/phtml/main/capability.phtml:80
1413
+ #: application/Backend/phtml/main/capability.phtml:96
1414
+ #: application/Backend/phtml/main/capability.phtml:106
1415
+ #: application/Backend/phtml/main/capability.phtml:114
1416
+ #: application/Backend/phtml/main/jwt.phtml:34
1417
+ #: application/Backend/phtml/main/jwt.phtml:83
1418
+ #: application/Backend/phtml/main/jwt.phtml:93
1419
+ #: application/Backend/phtml/main/jwt.phtml:117
1420
+ #: application/Backend/phtml/main/jwt.phtml:127
1421
+ #: application/Backend/phtml/main/jwt.phtml:135
1422
+ #: application/Backend/phtml/main/menu.phtml:115
1423
+ #: application/Backend/phtml/main/metabox.phtml:92
1424
+ #: application/Backend/phtml/main/metabox.phtml:106
1425
+ #: application/Backend/phtml/main/uri.phtml:26
1426
+ #: application/Backend/phtml/main/uri.phtml:112
1427
+ #: application/Backend/phtml/main/uri.phtml:122
1428
+ #: application/Backend/phtml/main/uri.phtml:134
1429
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:6
1430
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:17
1431
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:27
1432
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:38
1433
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:48
1434
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:59
1435
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:69
1436
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:133
1437
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:143
1438
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:154
1439
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:164
1440
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:176
1441
+ msgid "Close"
1442
+ msgstr ""
1443
+
1444
+ #: application/Backend/phtml/extensions.phtml:102
1445
+ msgid "Notification"
1446
+ msgstr ""
1447
+
1448
+ #: application/Backend/phtml/extensions.phtml:106
1449
+ msgid ""
1450
+ "Extension requires manual installation. Please follow few simple steps below."
1451
+ msgstr ""
1452
+
1453
+ #: application/Backend/phtml/extensions.phtml:110
1454
+ msgid "Click [Download] button below and save the zip archive on your computer"
1455
+ msgstr ""
1456
+
1457
+ #: application/Backend/phtml/extensions.phtml:111
1458
+ msgid "Connect to your website via FTP and navigate to [wp-content] folder"
1459
+ msgstr ""
1460
+
1461
+ #: application/Backend/phtml/extensions.phtml:112
1462
+ msgid ""
1463
+ "Create [aam/extension] folder inside [wp-content] and make sure it is "
1464
+ "writable by your server"
1465
+ msgstr ""
1466
+
1467
+ #: application/Backend/phtml/extensions.phtml:113
1468
+ msgid ""
1469
+ "Unzip downloaded archive and upload the folder inside the [wp-content/aam/"
1470
+ "extension] folder"
1471
+ msgstr ""
1472
+
1473
+ #: application/Backend/phtml/extensions.phtml:117
1474
+ msgid ""
1475
+ "[PLEASE NOTE!] Your browser may not support the latest HTML5 attribures and "
1476
+ "if downloaded file is not .ZIP archive, simply rename the file by adding ."
1477
+ "zip extension."
1478
+ msgstr ""
1479
+
1480
+ #: application/Backend/phtml/extensions.phtml:122
1481
+ #: application/Backend/phtml/index.phtml:102
1482
+ msgid "Cancel"
1483
+ msgstr ""
1484
+
1485
+ #: application/Backend/phtml/extensions.phtml:133
1486
+ msgid "Install Extension"
1487
+ msgstr ""
1488
+
1489
+ #: application/Backend/phtml/extensions.phtml:137
1490
+ msgid ""
1491
+ "Insert license key that you recieved after the payment (find the email "
1492
+ "example below). It might take up to 2 hours to process the payment. Please "
1493
+ "remember that license key is limited only to one life domain."
1494
+ msgstr ""
1495
+
1496
+ #: application/Backend/phtml/index.phtml:14
1497
+ msgid "Main Panel"
1498
+ msgstr ""
1499
+
1500
+ #: application/Backend/phtml/index.phtml:18
1501
+ msgid ""
1502
+ "[Loading AAM UI]. Please wait. If content will not load within next 30 "
1503
+ "seconds, clear your browser cache and reload the page. If still nothing, it "
1504
+ "is most likely some sort of JavaScript or CSS conflict with one your active "
1505
+ "plugins or theme. Try to deactivate all plugins and switch to any default "
1506
+ "WordPress theme to find out what causes the issue."
1507
+ msgstr ""
1508
+
1509
+ #: application/Backend/phtml/index.phtml:32
1510
+ msgid "Notifications"
1511
+ msgstr ""
1512
+
1513
+ #: application/Backend/phtml/index.phtml:84
1514
+ msgid "Reset AAM Settings"
1515
+ msgstr ""
1516
+
1517
+ #: application/Backend/phtml/index.phtml:95
1518
+ msgid "Clear all settings"
1519
+ msgstr ""
1520
+
1521
+ #: application/Backend/phtml/index.phtml:98
1522
+ msgid "All AAM settings will be removed."
1523
+ msgstr ""
1524
+
1525
+ #: application/Backend/phtml/index.phtml:115
1526
+ msgid "Warning"
1527
+ msgstr ""
1528
+
1529
+ #: application/Backend/phtml/index.phtml:120
1530
+ #, php-format
1531
+ msgid ""
1532
+ "All AAM extension should be located in [%s] directory however it either does "
1533
+ "not exist or is not writable."
1534
+ msgstr ""
1535
+
1536
+ #: application/Backend/phtml/index.phtml:122
1537
+ msgid "Click To Fix The Issue"
1538
+ msgstr ""
1539
+
1540
+ #: application/Backend/phtml/index.phtml:134
1541
+ #, php-format
1542
+ msgid ""
1543
+ "Failed to create a [%s] directory for AAM extension. To create it manually, "
1544
+ "login to your website via FTP and create [%s] directory. [Please Note!] It "
1545
+ "is a relative directory path from your website root (where wp-config.php "
1546
+ "file is located)."
1547
+ msgstr ""
1548
+
1549
+ #: application/Backend/phtml/index.phtml:139
1550
+ msgid "Ok"
1551
+ msgstr ""
1552
+
1553
+ #: application/Backend/phtml/index.phtml:151
1554
+ msgid "Premium Licenses"
1555
+ msgstr ""
1556
+
1557
+ #: application/Backend/phtml/index.phtml:168
1558
+ msgid "Manage License"
1559
+ msgstr ""
1560
+
1561
+ #: application/Backend/phtml/index.phtml:170
1562
+ msgid "Upgrade License"
1563
+ msgstr ""
1564
+
1565
+ #: application/Backend/phtml/index.phtml:188
1566
+ msgid ""
1567
+ "The [Development Package] allows you to get all premium extensions for "
1568
+ "[unlimited number of websites]."
1569
+ msgstr ""
1570
+
1571
+ #: application/Backend/phtml/index.phtml:199
1572
+ msgid "AAM Multisite"
1573
+ msgstr ""
1574
+
1575
+ #: application/Backend/phtml/index.phtml:202
1576
+ msgid ""
1577
+ "Install free [AAM Multisite extension] in order to manage all your sites "
1578
+ "from the Network Admin."
1579
+ msgstr ""
1580
+
1581
+ #: application/Backend/phtml/index.phtml:213
1582
+ msgid "Users/Roles Manager"
1583
+ msgstr ""
1584
+
1585
+ #: application/Backend/phtml/index.phtml:221
1586
+ #: application/Backend/phtml/index.phtml:439
1587
+ msgid "Roles"
1588
+ msgstr ""
1589
+
1590
+ #: application/Backend/phtml/index.phtml:227
1591
+ #: application/Backend/phtml/index.phtml:449
1592
+ msgid "Visitor"
1593
+ msgstr ""
1594
+
1595
+ #: application/Backend/phtml/index.phtml:230
1596
+ #: application/Backend/phtml/index.phtml:454
1597
+ msgid "Default"
1598
+ msgstr ""
1599
+
1600
+ #: application/Backend/phtml/index.phtml:233
1601
+ msgid "None"
1602
+ msgstr ""
1603
+
1604
+ #: application/Backend/phtml/index.phtml:246
1605
+ #: application/Backend/phtml/index.phtml:325
1606
+ #: application/Backend/phtml/main/uri.phtml:148
1607
+ msgid "Action"
1608
+ msgstr ""
1609
+
1610
+ #: application/Backend/phtml/index.phtml:258
1611
+ msgid "Create Role"
1612
+ msgstr ""
1613
+
1614
+ #: application/Backend/phtml/index.phtml:262
1615
+ #: application/Backend/phtml/index.phtml:285
1616
+ msgid "Role Name"
1617
+ msgstr ""
1618
+
1619
+ #: application/Backend/phtml/index.phtml:263
1620
+ #: application/Backend/phtml/index.phtml:286
1621
+ msgid "Enter Role Name"
1622
+ msgstr ""
1623
+
1624
+ #: application/Backend/phtml/index.phtml:281
1625
+ msgid "Update Role"
1626
+ msgstr ""
1627
+
1628
+ #: application/Backend/phtml/index.phtml:306
1629
+ #, php-format
1630
+ msgid "Are you sure that you want to delete the %s role?"
1631
+ msgstr ""
1632
+
1633
+ #: application/Backend/phtml/index.phtml:324
1634
+ #: application/Backend/phtml/metabox/metabox-content.phtml:64
1635
+ msgid "Username"
1636
+ msgstr ""
1637
+
1638
+ #: application/Backend/phtml/index.phtml:348
1639
+ msgid ""
1640
+ "Define for how long user can access the website and what action needs to be "
1641
+ "taken after access expires."
1642
+ msgstr ""
1643
+
1644
+ #: application/Backend/phtml/index.phtml:357
1645
+ msgid "Action After Expiration"
1646
+ msgstr ""
1647
+
1648
+ #: application/Backend/phtml/index.phtml:359
1649
+ msgid "Select Action"
1650
+ msgstr ""
1651
+
1652
+ #: application/Backend/phtml/index.phtml:360
1653
+ msgid "Logout User"
1654
+ msgstr ""
1655
+
1656
+ #: application/Backend/phtml/index.phtml:361
1657
+ msgid "Delete Account"
1658
+ msgstr ""
1659
+
1660
+ #: application/Backend/phtml/index.phtml:362
1661
+ msgid "Lock Account"
1662
+ msgstr ""
1663
+
1664
+ #: application/Backend/phtml/index.phtml:363
1665
+ msgid "Change User Role"
1666
+ msgstr ""
1667
+
1668
+ #: application/Backend/phtml/index.phtml:368
1669
+ msgid "Change To Role"
1670
+ msgstr ""
1671
+
1672
+ #: application/Backend/phtml/index.phtml:378
1673
+ msgid "Login with URL"
1674
+ msgstr ""
1675
+
1676
+ #: application/Backend/phtml/index.phtml:379
1677
+ #: application/Backend/phtml/main/jwt.phtml:65
1678
+ #: application/Backend/phtml/main/jwt.phtml:75
1679
+ #: application/Backend/phtml/main/jwt.phtml:100
1680
+ #: application/Backend/phtml/main/jwt.phtml:110
1681
+ msgid "Copy to clipboard"
1682
+ msgstr ""
1683
+
1684
+ #: application/Backend/phtml/index.phtml:382
1685
+ msgid "Login URL has not been requested"
1686
+ msgstr ""
1687
+
1688
+ #: application/Backend/phtml/index.phtml:384
1689
+ msgid "Request URL"
1690
+ msgstr ""
1691
+
1692
+ #: application/Backend/phtml/index.phtml:388
1693
+ msgid ""
1694
+ "With this URL user will be automatically logged in until defined date and "
1695
+ "time. The JWT token associated with URL is [revokable] however not "
1696
+ "[refreshable]."
1697
+ msgstr ""
1698
+
1699
+ #: application/Backend/phtml/index.phtml:393
1700
+ msgid "To manage user profile, click on the button below."
1701
+ msgstr ""
1702
+
1703
+ #: application/Backend/phtml/index.phtml:395
1704
+ msgid "Edit User Profile"
1705
+ msgstr ""
1706
+
1707
+ #: application/Backend/phtml/index.phtml:413
1708
+ msgid ""
1709
+ "Manage access to your website for visitors (any user that is not "
1710
+ "authenticated)"
1711
+ msgstr ""
1712
+
1713
+ #: application/Backend/phtml/index.phtml:414
1714
+ #: application/Backend/phtml/metabox/metabox-content.phtml:78
1715
+ msgid "Manage Visitors"
1716
+ msgstr ""
1717
+
1718
+ #: application/Backend/phtml/index.phtml:421
1719
+ msgid ""
1720
+ "Manage default access to your website resources for all users, roles and "
1721
+ "visitor. This includes Administrator role and your user"
1722
+ msgstr ""
1723
+
1724
+ #: application/Backend/phtml/index.phtml:422
1725
+ #: application/Backend/phtml/metabox/metabox-content.phtml:105
1726
+ msgid "Manage Default Access"
1727
+ msgstr ""
1728
+
1729
+ #: application/Backend/phtml/index.phtml:428
1730
+ msgid ""
1731
+ "You are not allowed to manage any of the existing users, roles, visitors or "
1732
+ "default access settings for all."
1733
+ msgstr ""
1734
+
1735
+ #: application/Backend/phtml/index.phtml:435
1736
+ msgid ""
1737
+ "Manage access for your users, roles and visitors. Be careful with "
1738
+ "[Administrator] role as well as your admin user. [Database backup is "
1739
+ "strongly recommended]."
1740
+ msgstr ""
1741
+
1742
+ #: application/Backend/phtml/index.phtml:440
1743
+ msgid ""
1744
+ "With Roles tab you can manage access for any defined role, edit role's name, "
1745
+ "create new role or even delete existing (but only when there is no users "
1746
+ "assigned to it). You are not allowed to delete Administrator role."
1747
+ msgstr ""
1748
+
1749
+ #: application/Backend/phtml/index.phtml:445
1750
+ msgid ""
1751
+ "Manage access for any user. As a bonus feature, you can block user. It means "
1752
+ "that user will be not able to login to your website anymore."
1753
+ msgstr ""
1754
+
1755
+ #: application/Backend/phtml/index.phtml:450
1756
+ msgid ""
1757
+ "Visitor can be considered any user that is not authenticated to your website."
1758
+ msgstr ""
1759
+
1760
+ #: application/Backend/phtml/index.phtml:455
1761
+ msgid ""
1762
+ "Manage default access settings to your website resources for all users, "
1763
+ "roles and visitors."
1764
+ msgstr ""
1765
+
1766
+ #: application/Backend/phtml/main-panel.phtml:26
1767
+ msgid "You are not allowed to manage any of the existing features."
1768
+ msgstr ""
1769
+
1770
+ #: application/Backend/phtml/main/404redirect.phtml:7
1771
+ msgid "Setup [default] 404 redirect for all none-existing pages."
1772
+ msgstr ""
1773
+
1774
+ #: application/Backend/phtml/main/404redirect.phtml:20
1775
+ msgid "Default WordPress 404 handler"
1776
+ msgstr ""
1777
+
1778
+ #: application/Backend/phtml/main/404redirect.phtml:24
1779
+ #: application/Backend/phtml/main/login-redirect.phtml:31
1780
+ #: application/Backend/phtml/main/logout-redirect.phtml:31
1781
+ #: application/Backend/phtml/main/redirect.phtml:50
1782
+ #: application/Backend/phtml/main/uri.phtml:57
1783
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:77
1784
+ msgid "Redirected to existing page [(select from the drop-down)]"
1785
+ msgstr ""
1786
+
1787
+ #: application/Backend/phtml/main/404redirect.phtml:28
1788
+ #: application/Backend/phtml/main/redirect.phtml:54
1789
+ #: application/Backend/phtml/main/redirect.phtml:106
1790
+ #: application/Backend/phtml/main/uri.phtml:61
1791
+ msgid "Redirected to the URL [(enter valid URL starting from http or https)]"
1792
+ msgstr ""
1793
+
1794
+ #: application/Backend/phtml/main/404redirect.phtml:32
1795
+ #: application/Backend/phtml/main/login-redirect.phtml:39
1796
+ #: application/Backend/phtml/main/logout-redirect.phtml:39
1797
+ #: application/Backend/phtml/main/redirect.phtml:58
1798
+ #: application/Backend/phtml/main/redirect.phtml:110
1799
+ #: application/Backend/phtml/main/uri.phtml:65
1800
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:89
1801
+ #, php-format
1802
+ msgid "Trigger PHP callback function [(valid %sPHP callback%s is required)]"
1803
+ msgstr ""
1804
+
1805
+ #: application/Backend/phtml/main/404redirect.phtml:45
1806
+ #: application/Backend/phtml/main/login-redirect.phtml:52
1807
+ #: application/Backend/phtml/main/logout-redirect.phtml:52
1808
+ #: application/Backend/phtml/main/redirect.phtml:76
1809
+ #: application/Backend/phtml/main/redirect.phtml:128
1810
+ #: application/Backend/phtml/main/uri.phtml:81
1811
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:100
1812
+ msgid "-- Select Page --"
1813
+ msgstr ""
1814
+
1815
+ #: application/Backend/phtml/main/404redirect.phtml:51
1816
+ #: application/Backend/phtml/main/login-redirect.phtml:58
1817
+ #: application/Backend/phtml/main/logout-redirect.phtml:58
1818
+ #: application/Backend/phtml/main/redirect.phtml:82
1819
+ #: application/Backend/phtml/main/redirect.phtml:134
1820
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:106
1821
+ msgid "The URL"
1822
+ msgstr ""
1823
+
1824
+ #: application/Backend/phtml/main/404redirect.phtml:56
1825
+ #: application/Backend/phtml/main/login-redirect.phtml:63
1826
+ #: application/Backend/phtml/main/logout-redirect.phtml:63
1827
+ #: application/Backend/phtml/main/redirect.phtml:87
1828
+ #: application/Backend/phtml/main/redirect.phtml:139
1829
+ #: application/Backend/phtml/main/uri.phtml:106
1830
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:125
1831
+ msgid "PHP Callback Function"
1832
+ msgstr ""
1833
+
1834
+ #: application/Backend/phtml/main/404redirect.phtml:60
1835
+ msgid ""
1836
+ "You cannot setup 404 redirect for specific user, role or visitors. Switch to "
1837
+ "[Manage Default Access] and define default 404 redirect for everybody."
1838
+ msgstr ""
1839
+
1840
+ #: application/Backend/phtml/main/capability.phtml:8
1841
+ #, php-format
1842
+ msgid ""
1843
+ "[Be careful!] On this tab, you can manage capabilities for [%s]. Any changes "
1844
+ "to the list of capabilities is [permanent]. Consider to backup at least your "
1845
+ "database tables [_options] and [_usermeta] regularly. For more information "
1846
+ "about this feature, refer to the %sHow to manage WordPress capabilities%s "
1847
+ "article."
1848
+ msgstr ""
1849
+
1850
+ #: application/Backend/phtml/main/capability.phtml:16
1851
+ msgid "Filter"
1852
+ msgstr ""
1853
+
1854
+ #: application/Backend/phtml/main/capability.phtml:23
1855
+ msgid "All Capabilities"
1856
+ msgstr ""
1857
+
1858
+ #: application/Backend/phtml/main/capability.phtml:32
1859
+ msgid "Capabilities are customized"
1860
+ msgstr ""
1861
+
1862
+ #: application/Backend/phtml/main/capability.phtml:33
1863
+ #: application/Backend/phtml/main/menu.phtml:14
1864
+ #: application/Backend/phtml/main/metabox.phtml:20
1865
+ #: application/Backend/phtml/main/policy.phtml:16
1866
+ #: application/Backend/phtml/main/post.phtml:36
1867
+ #: application/Backend/phtml/main/route.phtml:17
1868
+ #: application/Backend/phtml/main/toolbar.phtml:15
1869
+ #: application/Backend/phtml/main/uri.phtml:17
1870
+ #: application/Backend/phtml/metabox/metabox-content.phtml:135
1871
+ msgid "Reset To Default"
1872
+ msgstr ""
1873
+
1874
+ #: application/Backend/phtml/main/capability.phtml:42
1875
+ msgid "Category"
1876
+ msgstr ""
1877
+
1878
+ #: application/Backend/phtml/main/capability.phtml:43
1879
+ #: application/Backend/phtml/main/capability.phtml:59
1880
+ #: application/Backend/phtml/main/capability.phtml:85
1881
+ msgid "Capability"
1882
+ msgstr ""
1883
+
1884
+ #: application/Backend/phtml/main/capability.phtml:44
1885
+ #: application/Backend/phtml/main/jwt.phtml:22
1886
+ #: application/Backend/phtml/main/policy.phtml:28
1887
+ #: application/Backend/phtml/main/post.phtml:52
1888
+ #: application/Backend/phtml/main/uri.phtml:150
1889
+ msgid "Actions"
1890
+ msgstr ""
1891
+
1892
+ #: application/Backend/phtml/main/capability.phtml:55
1893
+ msgid "Create Capability"
1894
+ msgstr ""
1895
+
1896
+ #: application/Backend/phtml/main/capability.phtml:60
1897
+ #: application/Backend/phtml/main/capability.phtml:86
1898
+ msgid "Enter Capability"
1899
+ msgstr ""
1900
+
1901
+ #: application/Backend/phtml/main/capability.phtml:64
1902
+ msgid "Also assign this capability to me"
1903
+ msgstr ""
1904
+
1905
+ #: application/Backend/phtml/main/capability.phtml:90
1906
+ msgid "Update this capability for me too"
1907
+ msgstr ""
1908
+
1909
+ #: application/Backend/phtml/main/capability.phtml:110
1910
+ msgid "You are about to delete the %s capability from %n"
1911
+ msgstr ""
1912
+
1913
+ #: application/Backend/phtml/main/get-started.phtml:7
1914
+ msgid ""
1915
+ "Appreciate your interest in Advanced Access Manager (aka AAM). With strong "
1916
+ "knowledge and experience in WordPress, AAM becomes a very powerful tool to "
1917
+ "manage access to your frontend, backend and RESTful/XML-PRC APIs."
1918
+ msgstr ""
1919
+
1920
+ #: application/Backend/phtml/main/get-started.phtml:8
1921
+ msgid "Please Note!"
1922
+ msgstr ""
1923
+
1924
+ #: application/Backend/phtml/main/get-started.phtml:8
1925
+ #, php-format
1926
+ msgid ""
1927
+ "Power comes with responsibility. Make sure you have good understanding of "
1928
+ "%sWordPress Roles & Capabilities%s because AAM is very closely integrated "
1929
+ "with WordPress core. It is also recommended to have a backup of your "
1930
+ "database before you start working with AAM. There is no need to backup your "
1931
+ "files; AAM does not modify any physical files on your server and never did."
1932
+ msgstr ""
1933
+
1934
+ #: application/Backend/phtml/main/get-started.phtml:9
1935
+ #, php-format
1936
+ msgid ""
1937
+ "AAM was thoroughly tested on the fresh installation of WordPress and in the "
1938
+ "latest versions of Chrome, Safari, IE and Firefox. If you have any issues, "
1939
+ "the most typical case is a conflict with other plugins or themes. In this "
1940
+ "case please do not hesitate to contact us directly on our website "
1941
+ "%saamplugin.com%s"
1942
+ msgstr ""
1943
+
1944
+ #: application/Backend/phtml/main/get-started.phtml:10
1945
+ #, php-format
1946
+ msgid ""
1947
+ "If you are not sure where to start, please check our %s\"Get Started\"%s "
1948
+ "page to learn more about core concepts that will definitely help you to "
1949
+ "manage access to your WordPress website more effectively."
1950
+ msgstr ""
1951
+
1952
+ #: application/Backend/phtml/main/get-started.phtml:12
1953
+ msgid "Go To \"Get Started\" Page"
1954
+ msgstr ""
1955
+
1956
+ #: application/Backend/phtml/main/jwt.phtml:8
1957
+ #, php-format
1958
+ msgid ""
1959
+ "Manage list of all valid JWT tokens to the website for [%s] account. For "
1960
+ "more information about JWT tokens please refer to the %sUltimate guide to "
1961
+ "WordPress JWT authentication%s article."
1962
+ msgstr ""
1963
+
1964
+ #: application/Backend/phtml/main/jwt.phtml:35
1965
+ msgid "Create JWT Token"
1966
+ msgstr ""
1967
+
1968
+ #: application/Backend/phtml/main/jwt.phtml:40
1969
+ msgid "JWT Expires"
1970
+ msgstr ""
1971
+
1972
+ #: application/Backend/phtml/main/jwt.phtml:50
1973
+ msgid "Is token refreshable?"
1974
+ msgstr ""
1975
+
1976
+ #: application/Backend/phtml/main/jwt.phtml:52
1977
+ msgid ""
1978
+ "Whether this token, before expires, can be used to obtain a new token for "
1979
+ "the same time duration or not."
1980
+ msgstr ""
1981
+
1982
+ #: application/Backend/phtml/main/jwt.phtml:64
1983
+ #: application/Backend/phtml/main/jwt.phtml:99
1984
+ msgid "JWT Token (for any API calls)"
1985
+ msgstr ""
1986
+
1987
+ #: application/Backend/phtml/main/jwt.phtml:74
1988
+ #: application/Backend/phtml/main/jwt.phtml:109
1989
+ msgid "Account Login URL (with JWT token)"
1990
+ msgstr ""
1991
+
1992
+ #: application/Backend/phtml/main/jwt.phtml:78
1993
+ msgid ""
1994
+ "With this URL account will be automatically logged in as long as JWT token "
1995
+ "is valid."
1996
+ msgstr ""
1997
+
1998
+ #: application/Backend/phtml/main/jwt.phtml:94
1999
+ msgid "View JWT Token"
2000
+ msgstr ""
2001
+
2002
+ #: application/Backend/phtml/main/jwt.phtml:113
2003
+ msgid ""
2004
+ "Use this URL to authenticate account without the need to enter username/"
2005
+ "password."
2006
+ msgstr ""
2007
+
2008
+ #: application/Backend/phtml/main/jwt.phtml:128
2009
+ msgid "Delete JWT Token"
2010
+ msgstr ""
2011
+
2012
+ #: application/Backend/phtml/main/jwt.phtml:131
2013
+ msgid ""
2014
+ "You are about to delete already issued JWT token. Any application or person "
2015
+ "that has this token, will no longer be able to use it. Please confirm."
2016
+ msgstr ""
2017
+
2018
+ #: application/Backend/phtml/main/login-redirect.phtml:7
2019
+ msgid ""
2020
+ "Define the [default] login redirect for all users and roles when "
2021
+ "authentication is completed successfully."
2022
+ msgstr ""
2023
+
2024
+ #: application/Backend/phtml/main/login-redirect.phtml:11
2025
+ #, php-format
2026
+ msgid ""
2027
+ "Customize login redirect for [%s] when the authentication is completed "
2028
+ "successfully. [Please note!] Login redirect works with default WordPress "
2029
+ "login form or %sAAM Secure Login widget%s. It may [not] work with any other "
2030
+ "login solutions."
2031
+ msgstr ""
2032
+
2033
+ #: application/Backend/phtml/main/login-redirect.phtml:27
2034
+ #: application/Backend/phtml/main/logout-redirect.phtml:27
2035
+ msgid "WordPress default behavior"
2036
+ msgstr ""
2037
+
2038
+ #: application/Backend/phtml/main/login-redirect.phtml:35
2039
+ #: application/Backend/phtml/main/logout-redirect.phtml:35
2040
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:81
2041
+ msgid "Redirected to the URL [(enter full URL starting from http or https)]"
2042
+ msgstr ""
2043
+
2044
+ #: application/Backend/phtml/main/logout-redirect.phtml:7
2045
+ msgid "Define the [default] logout redirect for all users and roles."
2046
+ msgstr ""
2047
+
2048
+ #: application/Backend/phtml/main/logout-redirect.phtml:11
2049
+ #, php-format
2050
+ msgid "Customize logout redirect for [%s]."
2051
+ msgstr ""
2052
+
2053
+ #: application/Backend/phtml/main/menu.phtml:6
2054
+ #, php-format
2055
+ msgid ""
2056
+ "Protect your backend area. The list of menus and submenus is based on "
2057
+ "capabilities [%s] has. For more information please check %sHow to manage "
2058
+ "WordPress backend menu%s."
2059
+ msgstr ""
2060
+
2061
+ #: application/Backend/phtml/main/menu.phtml:13
2062
+ #: application/Backend/phtml/main/metabox.phtml:19
2063
+ #: application/Backend/phtml/main/post.phtml:35
2064
+ #: application/Backend/phtml/main/toolbar.phtml:14
2065
+ #: application/Backend/phtml/main/uri.phtml:16
2066
+ #: application/Backend/phtml/metabox/metabox-content.phtml:134
2067
+ msgid "Settings are customized"
2068
+ msgstr ""
2069
+
2070
+ #: application/Backend/phtml/main/menu.phtml:47
2071
+ #: application/Backend/phtml/main/toolbar.phtml:44
2072
+ msgid "Menu ID:"
2073
+ msgstr ""
2074
+
2075
+ #: application/Backend/phtml/main/menu.phtml:59
2076
+ #: application/Backend/phtml/main/menu.phtml:66
2077
+ msgid "Cap:"
2078
+ msgstr ""
2079
+
2080
+ #: application/Backend/phtml/main/menu.phtml:94
2081
+ msgid ""
2082
+ "Dashboard menu cannot be restricted because it is the default page users are "
2083
+ "redirected after login. You can restrict only Dashboard submenus if any."
2084
+ msgstr ""
2085
+
2086
+ #: application/Backend/phtml/main/menu.phtml:104
2087
+ msgid ""
2088
+ "Current user does not have enough capabilities to access any available "
2089
+ "dashboard page."
2090
+ msgstr ""
2091
+
2092
+ #: application/Backend/phtml/main/menu.phtml:116
2093
+ msgid "Dashboard Lockdown"
2094
+ msgstr ""
2095
+
2096
+ #: application/Backend/phtml/main/menu.phtml:120
2097
+ msgid "You cannot restrict access to Dashboard home page."
2098
+ msgstr ""
2099
+
2100
+ #: application/Backend/phtml/main/menu.phtml:121
2101
+ #, php-format
2102
+ msgid ""
2103
+ "The [Home] is the default page every user is redirected after login. To "
2104
+ "restrict access to the entire backend, please check %sHow to lockdown "
2105
+ "WordPress backend%s article."
2106
+ msgstr ""
2107
+
2108
+ #: application/Backend/phtml/main/menu.phtml:125
2109
+ msgid "OK"
2110
+ msgstr ""
2111
+
2112
+ #: application/Backend/phtml/main/metabox.phtml:6
2113
+ #, php-format
2114
+ msgid ""
2115
+ "Hide unnecessary or restricted metaboxes and widgets for [%s]. For more "
2116
+ "information please check %sHow to hide WordPress metaboxes and widgets%s."
2117
+ msgstr ""
2118
+
2119
+ #: application/Backend/phtml/main/metabox.phtml:12
2120
+ msgid "Refresh"
2121
+ msgstr ""
2122
+
2123
+ #: application/Backend/phtml/main/metabox.phtml:13
2124
+ msgid "Init URL"
2125
+ msgstr ""
2126
+
2127
+ #: application/Backend/phtml/main/metabox.phtml:43
2128
+ msgid "Dashboard Widgets"
2129
+ msgstr ""
2130
+
2131
+ #: application/Backend/phtml/main/metabox.phtml:47
2132
+ msgid "Frontend Widgets [(including Appearance->Widgets)]"
2133
+ msgstr ""
2134
+
2135
+ #: application/Backend/phtml/main/metabox.phtml:65
2136
+ msgid "Screen ID:"
2137
+ msgstr ""
2138
+
2139
+ #: application/Backend/phtml/main/metabox.phtml:82
2140
+ msgid "The list is not initialized. Click Refresh button above."
2141
+ msgstr ""
2142
+
2143
+ #: application/Backend/phtml/main/metabox.phtml:93
2144
+ msgid "Initialize URL"
2145
+ msgstr ""
2146
+
2147
+ #: application/Backend/phtml/main/metabox.phtml:97
2148
+ msgid ""
2149
+ "Some metaboxes are \"conditional\" and appear on the Edit screen when "
2150
+ "certain conditions are met. For example metabox \"Comments\" appears only "
2151
+ "for existing page and not for new page. If you do not see a desired metabox, "
2152
+ "try to copy & paste the full URL to the backend page where that metabox "
2153
+ "appears."
2154
+ msgstr ""
2155
+
2156
+ #: application/Backend/phtml/main/metabox.phtml:100
2157
+ msgid "Backend page URL"
2158
+ msgstr ""
2159
+
2160
+ #: application/Backend/phtml/main/metabox.phtml:101
2161
+ msgid "Insert valid URL"
2162
+ msgstr ""
2163
+
2164
+ #: application/Backend/phtml/main/policy.phtml:7
2165
+ #, php-format
2166
+ msgid ""
2167
+ "Manage access and security policies for [%s]. For more information check "
2168
+ "%sAccess &amp; Security Policy%s page."
2169
+ msgstr ""
2170
+
2171
+ #: application/Backend/phtml/main/policy.phtml:15
2172
+ msgid "Policies are customized"
2173
+ msgstr ""
2174
+
2175
+ #: application/Backend/phtml/main/policy.phtml:27
2176
+ msgid "Policy"
2177
+ msgstr ""
2178
+
2179
+ #: application/Backend/phtml/main/policy.phtml:40
2180
+ #, php-format
2181
+ msgid ""
2182
+ "%s[AAM Plus Package]%s extension is required in order to apply Access &amp; "
2183
+ "Security Policies to everybody all together."
2184
+ msgstr ""
2185
+
2186
+ #: application/Backend/phtml/main/post.phtml:7
2187
+ #, php-format
2188
+ msgid ""
2189
+ "You are allowed to manage access to unlimited number of posts, pages or "
2190
+ "custom post types but only for any role, user or visitor. Consider to "
2191
+ "purchase %s[AAM Plus Package]%s extension to have the ability to also manage "
2192
+ "access to categories and custom taxonomies or to define the default access "
2193
+ "to all posts, pages or custom post types. For more information about this "
2194
+ "functionality check %sHow to manage access to the WordPress content%s."
2195
+ msgstr ""
2196
+
2197
+ #: application/Backend/phtml/main/post.phtml:15
2198
+ #, php-format
2199
+ msgid ""
2200
+ "Manage access to posts, pages, custom post types, categories or custom "
2201
+ "hierarchical taxonomies. For more information about this functionality check "
2202
+ "%sManage access to the WordPress Posts and Terms%s article."
2203
+ msgstr ""
2204
+
2205
+ #: application/Backend/phtml/main/post.phtml:25
2206
+ msgid "Root"
2207
+ msgstr ""
2208
+
2209
+ #: application/Backend/phtml/main/post.phtml:51
2210
+ msgid "Title"
2211
+ msgstr ""
2212
+
2213
+ #: application/Backend/phtml/main/post.phtml:61
2214
+ #: application/Backend/phtml/main/post.phtml:64
2215
+ #: application/Backend/phtml/main/post.phtml:68
2216
+ #: application/Backend/phtml/main/post.phtml:71
2217
+ #: application/Backend/phtml/main/post.phtml:79
2218
+ #: application/Backend/phtml/main/post.phtml:84
2219
+ msgid "Go Back"
2220
+ msgstr ""
2221
+
2222
+ #: application/Backend/phtml/main/redirect.phtml:7
2223
+ msgid ""
2224
+ "Define the [default] redirect for all users, roles and visitors when access "
2225
+ "is denied to any restricted resources on your website."
2226
+ msgstr ""
2227
+
2228
+ #: application/Backend/phtml/main/redirect.phtml:11
2229
+ #, php-format
2230
+ msgid ""
2231
+ "Customize redirect for %s when access is denied to restricted resources like "
2232
+ "posts, categories, menus, etc. For more information about this feature, "
2233
+ "please check %sHow to redirect WordPress user when access is denied%s."
2234
+ msgstr ""
2235
+
2236
+ #: application/Backend/phtml/main/redirect.phtml:25
2237
+ msgid "Frontend Redirect"
2238
+ msgstr ""
2239
+
2240
+ #: application/Backend/phtml/main/redirect.phtml:26
2241
+ msgid "Backend Redirect"
2242
+ msgstr ""
2243
+
2244
+ #: application/Backend/phtml/main/redirect.phtml:36
2245
+ #: application/Backend/phtml/main/redirect.phtml:94
2246
+ msgid "Default [(\"Access Denied\" message)]"
2247
+ msgstr ""
2248
+
2249
+ #: application/Backend/phtml/main/redirect.phtml:40
2250
+ #: application/Backend/phtml/main/redirect.phtml:98
2251
+ #: application/Backend/phtml/main/uri.phtml:47
2252
+ msgid "Show customized message [(plain text or HTML)]"
2253
+ msgstr ""
2254
+
2255
+ #: application/Backend/phtml/main/redirect.phtml:45
2256
+ #: application/Backend/phtml/main/uri.phtml:52
2257
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:85
2258
+ msgid ""
2259
+ "Redirect to the login page [(after login, user will be redirected back to "
2260
+ "the restricted page)]"
2261
+ msgstr ""
2262
+
2263
+ #: application/Backend/phtml/main/redirect.phtml:62
2264
+ #: application/Backend/phtml/main/redirect.phtml:114
2265
+ #: application/Backend/phtml/main/uri.phtml:69
2266
+ msgid "Customized Message"
2267
+ msgstr ""
2268
+
2269
+ #: application/Backend/phtml/main/redirect.phtml:63
2270
+ #: application/Backend/phtml/main/redirect.phtml:115
2271
+ #: application/Backend/phtml/main/uri.phtml:70
2272
+ msgid "Enter message..."
2273
+ msgstr ""
2274
+
2275
+ #: application/Backend/phtml/main/redirect.phtml:102
2276
+ msgid "Redirected to existing frontend page [(select from the drop-down)]"
2277
+ msgstr ""
2278
+
2279
+ #: application/Backend/phtml/main/route.phtml:8
2280
+ #, php-format
2281
+ msgid ""
2282
+ "Manage access to the website API routes for [%s]. For full RESTful API "
2283
+ "experience, you might want to use %sJWT authentication%s that is already "
2284
+ "available in AAM."
2285
+ msgstr ""
2286
+
2287
+ #: application/Backend/phtml/main/route.phtml:16
2288
+ msgid "Routes are customized"
2289
+ msgstr ""
2290
+
2291
+ #: application/Backend/phtml/main/route.phtml:28
2292
+ msgid "Route"
2293
+ msgstr ""
2294
+
2295
+ #: application/Backend/phtml/main/route.phtml:29
2296
+ msgid "Deny"
2297
+ msgstr ""
2298
+
2299
+ #: application/Backend/phtml/main/toolbar.phtml:6
2300
+ msgid ""
2301
+ "[Note!] Admin Toolbar feature is not intended to restrict direct access to "
2302
+ "URLs and should be used only to remove unnecessary items from the top admin "
2303
+ "toolbar. Use [Backend Menu] tab to restrict direct access to backend pages "
2304
+ "or utilize the great power of roles and capabilities."
2305
+ msgstr ""
2306
+
2307
+ #: application/Backend/phtml/main/toolbar.phtml:55
2308
+ msgid "URI:"
2309
+ msgstr ""
2310
+
2311
+ #: application/Backend/phtml/main/toolbar.phtml:86
2312
+ msgid ""
2313
+ "The list of top admin bar items is not initialized. Click \"Refresh\" button "
2314
+ "above."
2315
+ msgstr ""
2316
+
2317
+ #: application/Backend/phtml/main/uri.phtml:8
2318
+ #, php-format
2319
+ msgid ""
2320
+ "Manage access to the website URL(s) for the [%s]. However, note! All entered "
2321
+ "URLs have to belong to this particular website and processed by the "
2322
+ "WordPress core. For more information check %sHow to restrict access to any "
2323
+ "WordPress website URL%s."
2324
+ msgstr ""
2325
+
2326
+ #: application/Backend/phtml/main/uri.phtml:27
2327
+ msgid "URI Access Rule"
2328
+ msgstr ""
2329
+
2330
+ #: application/Backend/phtml/main/uri.phtml:31
2331
+ msgid "Enter URL [(wildcard * is available with Plus Package extension)]"
2332
+ msgstr ""
2333
+
2334
+ #: application/Backend/phtml/main/uri.phtml:35
2335
+ msgid "How to redirect user when match?"
2336
+ msgstr ""
2337
+
2338
+ #: application/Backend/phtml/main/uri.phtml:39
2339
+ msgid "Allow Access"
2340
+ msgstr ""
2341
+
2342
+ #: application/Backend/phtml/main/uri.phtml:43
2343
+ msgid "Deny Access [(show \"Access Denied\" message)]"
2344
+ msgstr ""
2345
+
2346
+ #: application/Backend/phtml/main/uri.phtml:87
2347
+ msgid "The Valid Redirect URL"
2348
+ msgstr ""
2349
+
2350
+ #: application/Backend/phtml/main/uri.phtml:92
2351
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:111
2352
+ msgid "HTTP Redirect Code"
2353
+ msgstr ""
2354
+
2355
+ #: application/Backend/phtml/main/uri.phtml:94
2356
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:113
2357
+ msgid "HTTP Code (Default 307)"
2358
+ msgstr ""
2359
+
2360
+ #: application/Backend/phtml/main/uri.phtml:95
2361
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:114
2362
+ msgid "301 - Moved Permanently"
2363
+ msgstr ""
2364
+
2365
+ #: application/Backend/phtml/main/uri.phtml:96
2366
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:115
2367
+ msgid "302 - Found"
2368
+ msgstr ""
2369
+
2370
+ #: application/Backend/phtml/main/uri.phtml:97
2371
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:116
2372
+ msgid "303 - See Other"
2373
+ msgstr ""
2374
+
2375
+ #: application/Backend/phtml/main/uri.phtml:98
2376
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:117
2377
+ msgid "307 - Temporary Redirect"
2378
+ msgstr ""
2379
+
2380
+ #: application/Backend/phtml/main/uri.phtml:99
2381
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:118
2382
+ msgid "401 - Unauthorized"
2383
+ msgstr ""
2384
+
2385
+ #: application/Backend/phtml/main/uri.phtml:100
2386
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:119
2387
+ msgid "403 - Forbidden"
2388
+ msgstr ""
2389
+
2390
+ #: application/Backend/phtml/main/uri.phtml:101
2391
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:120
2392
+ msgid "410 - Gone"
2393
+ msgstr ""
2394
+
2395
+ #: application/Backend/phtml/main/uri.phtml:123
2396
+ msgid "Delete URI Rule"
2397
+ msgstr ""
2398
+
2399
+ #: application/Backend/phtml/main/uri.phtml:146
2400
+ msgid "URI"
2401
+ msgstr ""
2402
+
2403
+ #: application/Backend/phtml/main/uri.phtml:147
2404
+ msgid "Type"
2405
+ msgstr ""
2406
+
2407
+ #: application/Backend/phtml/metabox/metabox-content.phtml:77
2408
+ #, php-format
2409
+ msgid "Manage access to %s for visitors (any user that is not authenticated)"
2410
+ msgstr ""
2411
+
2412
+ #: application/Backend/phtml/metabox/metabox-content.phtml:80
2413
+ msgid ""
2414
+ "Attach current access &amp; security policy to visitors (any user that is "
2415
+ "not authenticated)"
2416
+ msgstr ""
2417
+
2418
+ #: application/Backend/phtml/metabox/metabox-content.phtml:99
2419
+ #, php-format
2420
+ msgid ""
2421
+ "Manage default access to %s for all users, roles and visitor. This includes "
2422
+ "Administrator role and yourself"
2423
+ msgstr ""
2424
+
2425
+ #: application/Backend/phtml/metabox/metabox-content.phtml:101
2426
+ msgid ""
2427
+ "Attach current access &amp; security policy to all users, roles and "
2428
+ "visitors. This includes Administrator role and yourself"
2429
+ msgstr ""
2430
+
2431
+ #: application/Backend/phtml/metabox/metabox-content.phtml:120
2432
+ msgid "This feature is allowed only with [AAM Plus Package] extension."
2433
+ msgstr ""
2434
+
2435
+ #: application/Backend/phtml/metabox/policy-metabox.phtml:389
2436
+ #, php-format
2437
+ msgid ""
2438
+ "To learn more about Access &amp; Security policy document, please check "
2439
+ "[%sAccess &amp; Security Policy%s] page."
2440
+ msgstr ""
2441
+
2442
+ #: application/Backend/phtml/metabox/policy-metabox.phtml:418
2443
+ msgid "Syntax Error"
2444
+ msgstr ""
2445
+
2446
+ #: application/Backend/phtml/partial/login-redirect.phtml:3
2447
+ msgid ""
2448
+ "Setup [default] redirect after user logged in successfully for all your "
2449
+ "users and roles. With [AAM Login Redirect] extension you can customize login "
2450
+ "redirect for any user or role."
2451
+ msgstr ""
2452
+
2453
+ #: application/Backend/phtml/partial/post-access-form.phtml:13
2454
+ msgid "Frontend Access Settings"
2455
+ msgstr ""
2456
+
2457
+ #: application/Backend/phtml/partial/post-access-form.phtml:29
2458
+ #: application/Backend/phtml/partial/post-access-form.phtml:69
2459
+ #: application/Backend/phtml/partial/post-access-form.phtml:109
2460
+ msgid "change"
2461
+ msgstr ""
2462
+
2463
+ #: application/Backend/phtml/partial/post-access-form.phtml:53
2464
+ msgid "Backend Access Settings"
2465
+ msgstr ""
2466
+
2467
+ #: application/Backend/phtml/partial/post-access-form.phtml:93
2468
+ msgid "API Access Settings"
2469
+ msgstr ""
2470
+
2471
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:7
2472
+ msgid "Teaser Message"
2473
+ msgstr ""
2474
+
2475
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:11
2476
+ msgid "Simple text or valid HTML"
2477
+ msgstr ""
2478
+
2479
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:12
2480
+ msgid "Enter your teaser"
2481
+ msgstr ""
2482
+
2483
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:28
2484
+ msgid "Define Threshold"
2485
+ msgstr ""
2486
+
2487
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:33
2488
+ msgid "Enter digital number"
2489
+ msgstr ""
2490
+
2491
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:49
2492
+ msgid "Set Password"
2493
+ msgstr ""
2494
+
2495
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:54
2496
+ msgid "Enter Password"
2497
+ msgstr ""
2498
+
2499
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:70
2500
+ msgid "Set Redirect Rule"
2501
+ msgstr ""
2502
+
2503
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:73
2504
+ msgid ""
2505
+ "Use REDIRECT option only if you want to redirect user to different location "
2506
+ "either temporary or permanently."
2507
+ msgstr ""
2508
+
2509
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:144
2510
+ msgid "Set Expiration"
2511
+ msgstr ""
2512
+
2513
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:165
2514
+ msgid "E-Commerce Setup"
2515
+ msgstr ""
2516
+
2517
+ #: application/Backend/phtml/partial/post-advanced-settings.phtml:171
2518
+ #, php-format
2519
+ msgid ""
2520
+ "Monetization is the premium feature that is available with %s[E-Commerce]%s "
2521
+ "extension."
2522
+ msgstr ""
2523
+
2524
+ #: application/Backend/phtml/partial/post-type.phtml:4
2525
+ #, php-format
2526
+ msgid ""
2527
+ "Manage default access to all your %s and %s Categories. This feature is "
2528
+ "available only with [AAM Plus Package] extension. But you can still manage "
2529
+ "access to individual %s but only up to 10 %s. Consider to purchase [AAM Plus "
2530
+ "Package] extension."
2531
+ msgstr ""
2532
+
2533
+ #: application/Backend/phtml/partial/redirect.phtml:3
2534
+ msgid ""
2535
+ "Setup [default] redirect for all users, roles and visitors when access is "
2536
+ "denied for any restricted resources on your website."
2537
+ msgstr ""
2538
+
2539
+ #: application/Backend/phtml/partial/role-inheritance.phtml:3
2540
+ msgid "Inherit Capabilities From"
2541
+ msgstr ""
2542
+
2543
+ #: application/Backend/phtml/partial/role-inheritance.phtml:11
2544
+ msgid ""
2545
+ "Also clone all AAM access settings (admin menu, metaboxes, redirects etc)"
2546
+ msgstr ""
2547
+
2548
+ #: application/Backend/phtml/partial/term-type.phtml:4
2549
+ #, php-format
2550
+ msgid ""
2551
+ "Manage access to %s is available with [AAM Plus Package] extension only. "
2552
+ "With this feature you can also define default access to all child posts that "
2553
+ "belong to %s. Consider to purchase [AAM Plus Package] extension."
2554
+ msgstr ""
2555
+
2556
+ #: application/Backend/phtml/widget/login-backend.phtml:3
2557
+ msgid "Login Title"
2558
+ msgstr ""
2559
+
2560
+ #: application/Backend/phtml/widget/login-backend.phtml:8
2561
+ msgid "Logged In Title"
2562
+ msgstr ""
2563
+
2564
+ #: application/Backend/phtml/widget/login-backend.phtml:13
2565
+ #, php-format
2566
+ msgid ""
2567
+ "For more advanced setup like login/logout redirects, security enhancement or "
2568
+ "custom styling, please refer to %sHow does AAM Secure Login works%s article."
2569
+ msgstr ""
2570
+
2571
+ #: application/Backend/phtml/widget/login-frontend.phtml:21
2572
+ #: application/Frontend/phtml/login.phtml:7
2573
+ msgid "Username or Email Address"
2574
+ msgstr ""
2575
+
2576
+ #: application/Backend/phtml/widget/login-frontend.phtml:36
2577
+ #: application/Frontend/phtml/login.phtml:22
2578
+ msgid "Remember Me"
2579
+ msgstr ""
2580
+
2581
+ #: application/Backend/phtml/widget/login-frontend.phtml:41
2582
+ msgid "Log In"
2583
+ msgstr ""
2584
+
2585
+ #: application/Backend/phtml/widget/login-frontend.phtml:50
2586
+ #: application/Frontend/phtml/login.phtml:36
2587
+ msgid "Register"
2588
+ msgstr ""
2589
+
2590
+ #: application/Backend/phtml/widget/login-frontend.phtml:55
2591
+ #: application/Frontend/phtml/login.phtml:41
2592
+ msgid "Lost your password?"
2593
+ msgstr ""
2594
+
2595
+ #: application/Backend/phtml/widget/login-frontend.phtml:66
2596
+ #: application/Frontend/phtml/login.phtml:53
2597
+ msgid "Dashboard"
2598
+ msgstr ""
2599
+
2600
+ #: application/Backend/phtml/widget/login-frontend.phtml:67
2601
+ #: application/Frontend/phtml/login.phtml:54
2602
+ msgid "Edit My Profile"
2603
+ msgstr ""
2604
+
2605
+ #: application/Backend/phtml/widget/login-frontend.phtml:69
2606
+ #: application/Frontend/phtml/login.phtml:56
2607
+ msgid "Log Out"
2608
+ msgstr ""
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: vasyltech
3
  Tags: access control, membership, backend menu, user role, restricted content, security, jwt
4
  Requires at least: 4.0
5
- Tested up to: 5.1
6
- Stable tag: 5.9.6.1
7
 
8
  All you need to manage access to you WordPress websites on frontend, backend and API levels for any role, user or visitors.
9
 
@@ -80,6 +80,15 @@ https://www.youtube.com/watch?v=mj5Xa_Wc16Y
80
 
81
  == Changelog ==
82
 
 
 
 
 
 
 
 
 
 
83
  = 5.9.6.1 =
84
  * Fixed the fatal error related to URI object
85
 
2
  Contributors: vasyltech
3
  Tags: access control, membership, backend menu, user role, restricted content, security, jwt
4
  Requires at least: 4.0
5
+ Tested up to: 5.1.1
6
+ Stable tag: 5.9.6.2
7
 
8
  All you need to manage access to you WordPress websites on frontend, backend and API levels for any role, user or visitors.
9
 
80
 
81
  == Changelog ==
82
 
83
+ = 5.9.6.2 =
84
+ * Fixed the bug added slashes to the Access Policy JSON document
85
+ * Fixed the bug with Metaboxes & Widgets to prevent PHP warning for widgets that registered with Closure callback
86
+ * Fixed the bug in URI Access feature that causes PHP warning when data is merged for multiple roles
87
+ * Fixed the bug with Access Policy rules that are not initialized correctly for Visitors
88
+ * Fixed the bug reported on GitHub https://github.com/aamplugin/advanced-access-manager/issues/6
89
+ * Changed the way AAM hooks into get_options pipeline with Access Policy "Params". This is done to support array options
90
+ * Changed the way Login Widget is registered to reduce code
91
+
92
  = 5.9.6.1 =
93
  * Fixed the fatal error related to URI object
94