WP Security Audit Log - Version 4.3.0

Version Description

(2021-05-20) =

Release notes: WP Activity Log 4.3: The new mirroring module & integrations

New features * The new WordPress activity log mirroring module: mirror your website's activity log in real-time to AWS CloudWatch, Loggly, a log file and several other services.

Improvements * The activity log is mirrored to third party services in real-time. * Event metadata is included in the CSV reports. * The severity levels of the activity log have been mapped to the standard severity levels documented in the RFC. * The event metadata in the mirrored activity log events is in JSON format. * Event type and Object metadata is included in the mirrored activity log events. * Changes by third party plugins for which an extension is available are no longer muted when extension is not installed. * Removed border from the first time install wizard (minor UI improvement). * Support for X-ORIGINAL-FORWARDED-FOR HTTP header (more info in support for WAFS & reverse proxies) * Plugin now is using the new in-plugin pricing page. * A much improved default SMS alert and email notification template. * Revamped the connections and mirroring wizards and included connectivity tests in them. * Improved the external db connection (now it is a persistent connection).

Bug fixes * Critical error was being reported when the failed logins notification was triggered. * Fixed an unhandled exception which occurred when the free edition was activated on a site where the premium edition was already activated. * Events time stamp in emails was not always the same as in the activity log. * Event ID 2065 (modified content) was reported unnecessarily after adding a custom field to a post. * Event ID 1010 (user requested password reset) was not reported when the password reset was requested from a custom user profile page. * In some cases, archiving of the activity log could not be disabled.

Refer to the complete plugin changelog for more detailed information about what was new, improved and fixed in previous versions of the WP Activity Log plugin.

Download this release

Release Info

Developer WPWhiteSecurity
Plugin Icon 128x128 WP Security Audit Log
Version 4.3.0
Comparing to
See all releases

Code changes from version 4.3.1 to 4.3.0

Files changed (194) hide show
  1. classes/AbstractLogger.php +1 -1
  2. classes/Alert.php +25 -0
  3. classes/AlertFormatterConfiguration.php +1 -1
  4. classes/AlertFormatterFactory.php +1 -1
  5. classes/AlertManager.php +2 -2
  6. classes/AuditLogGridView.php +1 -1
  7. classes/AuditLogListView.php +1 -1
  8. classes/Models/Occurrence.php +0 -9
  9. classes/Utilities/UserUtils.php +2 -27
  10. classes/WidgetManager.php +1 -1
  11. languages/wp-security-audit-log-de_DE.mo +0 -0
  12. languages/wp-security-audit-log-es_ES.mo +0 -0
  13. languages/wp-security-audit-log-fr_FR.mo +0 -0
  14. languages/wp-security-audit-log-it_IT.mo +0 -0
  15. languages/wp-security-audit-log-ro_RO.mo +0 -0
  16. languages/wp-security-audit-log.pot +2475 -5143
  17. readme.txt +52 -36
  18. sdk/wsal-freemius.php +1 -1
  19. vendor/autoload.php +7 -0
  20. vendor/composer/ClassLoader.php +479 -0
  21. vendor/composer/InstalledVersions.php +294 -0
  22. vendor/composer/LICENSE +21 -0
  23. vendor/composer/autoload_classmap.php +10 -0
  24. vendor/composer/autoload_namespaces.php +9 -0
  25. vendor/composer/autoload_psr4.php +9 -0
  26. vendor/composer/autoload_real.php +57 -0
  27. vendor/composer/autoload_static.php +20 -0
  28. vendor/composer/installed.json +48 -0
  29. vendor/composer/installed.php +33 -0
  30. vendor/composer/platform_check.php +26 -0
  31. {third-party → vendor}/freemius/wordpress-sdk/LICENSE.txt +0 -0
  32. {third-party → vendor}/freemius/wordpress-sdk/README.md +0 -0
  33. {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/account.css +0 -0
  34. {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/add-ons.css +0 -0
  35. {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/affiliation.css +0 -0
  36. {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/checkout.css +0 -0
  37. {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/common.css +0 -0
  38. {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/connect.css +0 -0
  39. {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/debug.css +0 -0
  40. {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/dialog-boxes.css +0 -0
  41. {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/gdpr-optin-notice.css +0 -0
  42. {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/index.php +0 -0
  43. {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/plugins.css +0 -0
  44. {third-party → vendor}/freemius/wordpress-sdk/assets/css/customizer.css +0 -0
  45. {third-party → vendor}/freemius/wordpress-sdk/assets/css/index.php +0 -0
  46. {third-party → vendor}/freemius/wordpress-sdk/assets/img/index.php +0 -0
  47. {third-party → vendor}/freemius/wordpress-sdk/assets/img/plugin-icon.png +0 -0
  48. {third-party → vendor}/freemius/wordpress-sdk/assets/img/theme-icon.png +0 -0
  49. {third-party → vendor}/freemius/wordpress-sdk/assets/index.php +0 -0
  50. {third-party → vendor}/freemius/wordpress-sdk/assets/js/index.php +0 -0
  51. {third-party → vendor}/freemius/wordpress-sdk/assets/js/nojquery.ba-postmessage.js +0 -0
  52. {third-party → vendor}/freemius/wordpress-sdk/assets/js/nojquery.ba-postmessage.min.js +0 -0
  53. {third-party → vendor}/freemius/wordpress-sdk/assets/js/postmessage.js +0 -0
  54. {third-party → vendor}/freemius/wordpress-sdk/config.php +0 -0
  55. {third-party → vendor}/freemius/wordpress-sdk/includes/class-freemius-abstract.php +0 -0
  56. {third-party → vendor}/freemius/wordpress-sdk/includes/class-freemius.php +0 -0
  57. {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-admin-notices.php +0 -0
  58. {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-api.php +0 -0
  59. {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-logger.php +0 -0
  60. {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-options.php +0 -0
  61. {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-plugin-updater.php +0 -0
  62. {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-security.php +0 -0
  63. {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-storage.php +0 -0
  64. {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-user-lock.php +0 -0
  65. {third-party → vendor}/freemius/wordpress-sdk/includes/customizer/class-fs-customizer-support-section.php +0 -0
  66. {third-party → vendor}/freemius/wordpress-sdk/includes/customizer/class-fs-customizer-upsell-control.php +0 -0
  67. {third-party → vendor}/freemius/wordpress-sdk/includes/customizer/index.php +0 -0
  68. {third-party → vendor}/freemius/wordpress-sdk/includes/debug/class-fs-debug-bar-panel.php +0 -0
  69. {third-party → vendor}/freemius/wordpress-sdk/includes/debug/debug-bar-start.php +0 -0
  70. {third-party → vendor}/freemius/wordpress-sdk/includes/debug/index.php +0 -0
  71. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-affiliate-terms.php +0 -0
  72. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-affiliate.php +0 -0
  73. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-billing.php +0 -0
  74. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-entity.php +0 -0
  75. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-payment.php +0 -0
  76. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin-info.php +0 -0
  77. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin-license.php +0 -0
  78. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin-plan.php +0 -0
  79. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin-tag.php +0 -0
  80. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin.php +0 -0
  81. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-pricing.php +0 -0
  82. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-scope-entity.php +0 -0
  83. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-site.php +0 -0
  84. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-subscription.php +0 -0
  85. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-user.php +0 -0
  86. {third-party → vendor}/freemius/wordpress-sdk/includes/entities/index.php +0 -0
  87. {third-party → vendor}/freemius/wordpress-sdk/includes/fs-core-functions.php +0 -0
  88. {third-party → vendor}/freemius/wordpress-sdk/includes/fs-essential-functions.php +0 -0
  89. {third-party → vendor}/freemius/wordpress-sdk/includes/fs-plugin-info-dialog.php +0 -0
  90. {third-party → vendor}/freemius/wordpress-sdk/includes/i18n.php +0 -0
  91. {third-party → vendor}/freemius/wordpress-sdk/includes/index.php +0 -0
  92. {third-party → vendor}/freemius/wordpress-sdk/includes/l10n.php +0 -0
  93. {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-admin-menu-manager.php +0 -0
  94. {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-admin-notice-manager.php +0 -0
  95. {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-cache-manager.php +0 -0
  96. {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-gdpr-manager.php +0 -0
  97. {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php +0 -0
  98. {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-license-manager.php +0 -0
  99. {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-option-manager.php +0 -0
  100. {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-plan-manager.php +0 -0
  101. {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-plugin-manager.php +0 -0
  102. {third-party → vendor}/freemius/wordpress-sdk/includes/managers/index.php +0 -0
  103. {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/ArgumentNotExistException.php +0 -0
  104. {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/EmptyArgumentException.php +0 -0
  105. {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/Exception.php +0 -0
  106. {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/InvalidArgumentException.php +0 -0
  107. {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/OAuthException.php +0 -0
  108. {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/index.php +0 -0
  109. {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/FreemiusBase.php +0 -0
  110. {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/FreemiusWordPress.php +0 -0
  111. {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/LICENSE.txt +0 -0
  112. {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/index.php +0 -0
  113. {third-party → vendor}/freemius/wordpress-sdk/includes/supplements/fs-essential-functions-1.1.7.1.php +0 -0
  114. {third-party → vendor}/freemius/wordpress-sdk/includes/supplements/fs-essential-functions-2.2.1.php +0 -0
  115. {third-party → vendor}/freemius/wordpress-sdk/includes/supplements/index.php +0 -0
  116. {third-party → vendor}/freemius/wordpress-sdk/index.php +0 -0
  117. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-cs_CZ.mo +0 -0
  118. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-da_DK.mo +0 -0
  119. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-en.mo +0 -0
  120. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-es_ES.mo +0 -0
  121. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-fr_FR.mo +0 -0
  122. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-he_IL.mo +0 -0
  123. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-hu_HU.mo +0 -0
  124. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-it_IT.mo +0 -0
  125. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-ja.mo +0 -0
  126. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-nl_NL.mo +0 -0
  127. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-ru_RU.mo +0 -0
  128. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-ta.mo +0 -0
  129. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-zh_CN.mo +0 -0
  130. {third-party → vendor}/freemius/wordpress-sdk/languages/freemius.pot +0 -0
  131. {third-party → vendor}/freemius/wordpress-sdk/languages/index.php +0 -0
  132. {third-party → vendor}/freemius/wordpress-sdk/package.json +0 -0
  133. {third-party → vendor}/freemius/wordpress-sdk/require.php +0 -0
  134. {third-party → vendor}/freemius/wordpress-sdk/start.php +0 -0
  135. {third-party → vendor}/freemius/wordpress-sdk/templates/account.php +0 -0
  136. {third-party → vendor}/freemius/wordpress-sdk/templates/account/billing.php +0 -0
  137. {third-party → vendor}/freemius/wordpress-sdk/templates/account/index.php +0 -0
  138. {third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/activate-license-button.php +0 -0
  139. {third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/addon.php +0 -0
  140. {third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/deactivate-license-button.php +0 -0
  141. {third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/index.php +0 -0
  142. {third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/site.php +0 -0
  143. {third-party → vendor}/freemius/wordpress-sdk/templates/account/payments.php +0 -0
  144. {third-party → vendor}/freemius/wordpress-sdk/templates/add-ons.php +0 -0
  145. {third-party → vendor}/freemius/wordpress-sdk/templates/add-trial-to-pricing.php +0 -0
  146. {third-party → vendor}/freemius/wordpress-sdk/templates/admin-notice.php +0 -0
  147. {third-party → vendor}/freemius/wordpress-sdk/templates/ajax-loader.php +0 -0
  148. {third-party → vendor}/freemius/wordpress-sdk/templates/auto-installation.php +0 -0
  149. {third-party → vendor}/freemius/wordpress-sdk/templates/checkout.php +0 -0
  150. {third-party → vendor}/freemius/wordpress-sdk/templates/connect.php +0 -0
  151. {third-party → vendor}/freemius/wordpress-sdk/templates/contact.php +0 -0
  152. {third-party → vendor}/freemius/wordpress-sdk/templates/debug.php +0 -0
  153. {third-party → vendor}/freemius/wordpress-sdk/templates/debug/api-calls.php +0 -0
  154. {third-party → vendor}/freemius/wordpress-sdk/templates/debug/index.php +0 -0
  155. {third-party → vendor}/freemius/wordpress-sdk/templates/debug/logger.php +0 -0
  156. {third-party → vendor}/freemius/wordpress-sdk/templates/debug/plugins-themes-sync.php +0 -0
  157. {third-party → vendor}/freemius/wordpress-sdk/templates/debug/scheduled-crons.php +0 -0
  158. {third-party → vendor}/freemius/wordpress-sdk/templates/email.php +0 -0
  159. {third-party → vendor}/freemius/wordpress-sdk/templates/firewall-issues-js.php +0 -0
  160. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/affiliation.php +0 -0
  161. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/data-debug-mode.php +0 -0
  162. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/deactivation/contact.php +0 -0
  163. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/deactivation/form.php +0 -0
  164. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/deactivation/index.php +0 -0
  165. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/deactivation/retry-skip.php +0 -0
  166. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/index.php +0 -0
  167. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/license-activation.php +0 -0
  168. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/optout.php +0 -0
  169. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/premium-versions-upgrade-handler.php +0 -0
  170. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/premium-versions-upgrade-metadata.php +0 -0
  171. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/resend-key.php +0 -0
  172. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/subscription-cancellation.php +0 -0
  173. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/trial-start.php +0 -0
  174. {third-party → vendor}/freemius/wordpress-sdk/templates/forms/user-change.php +0 -0
  175. {third-party → vendor}/freemius/wordpress-sdk/templates/gdpr-optin-js.php +0 -0
  176. {third-party → vendor}/freemius/wordpress-sdk/templates/index.php +0 -0
  177. {third-party → vendor}/freemius/wordpress-sdk/templates/js/index.php +0 -0
  178. {third-party → vendor}/freemius/wordpress-sdk/templates/js/jquery.content-change.php +0 -0
  179. {third-party → vendor}/freemius/wordpress-sdk/templates/js/open-license-activation.php +0 -0
  180. {third-party → vendor}/freemius/wordpress-sdk/templates/js/style-premium-theme.php +0 -0
  181. {third-party → vendor}/freemius/wordpress-sdk/templates/partials/index.php +0 -0
  182. {third-party → vendor}/freemius/wordpress-sdk/templates/partials/network-activation.php +0 -0
  183. {third-party → vendor}/freemius/wordpress-sdk/templates/plugin-icon.php +0 -0
  184. {third-party → vendor}/freemius/wordpress-sdk/templates/plugin-info/description.php +0 -0
  185. {third-party → vendor}/freemius/wordpress-sdk/templates/plugin-info/features.php +0 -0
  186. {third-party → vendor}/freemius/wordpress-sdk/templates/plugin-info/index.php +0 -0
  187. {third-party → vendor}/freemius/wordpress-sdk/templates/plugin-info/screenshots.php +0 -0
  188. {third-party → vendor}/freemius/wordpress-sdk/templates/powered-by.php +0 -0
  189. {third-party → vendor}/freemius/wordpress-sdk/templates/pricing.php +0 -0
  190. {third-party → vendor}/freemius/wordpress-sdk/templates/secure-https-header.php +0 -0
  191. {third-party → vendor}/freemius/wordpress-sdk/templates/sticky-admin-notice-js.php +0 -0
  192. {third-party → vendor}/freemius/wordpress-sdk/templates/tabs-capture-js.php +0 -0
  193. {third-party → vendor}/freemius/wordpress-sdk/templates/tabs.php +0 -0
  194. wp-security-audit-log.php +18 -50
classes/AbstractLogger.php CHANGED
@@ -48,7 +48,7 @@ abstract class WSAL_AbstractLogger {
48
  * @param int $legacy_date Legacy date only used when migrating old db event format to the new one.
49
  *
50
  * @return float GMT timestamp including microseconds.
51
- * @since 4.3.0
52
  */
53
  protected function get_correct_timestamp( $metadata, $legacy_date ) {
54
 
48
  * @param int $legacy_date Legacy date only used when migrating old db event format to the new one.
49
  *
50
  * @return float GMT timestamp including microseconds.
51
+ * @since latest
52
  */
53
  protected function get_correct_timestamp( $metadata, $legacy_date ) {
54
 
classes/Alert.php CHANGED
@@ -106,6 +106,31 @@ final class WSAL_Alert {
106
  $this->links = $links;
107
  }
108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  /**
110
  * Gets alert message.
111
  *
106
  $this->links = $links;
107
  }
108
 
109
+ /**
110
+ * Gets the username.
111
+ *
112
+ * @param array $meta - Event meta data.
113
+ *
114
+ * @return string User's username.
115
+ *
116
+ * @since latest Made the meta attribute mandatory, changed to static and moved from occurrence to alert.
117
+ */
118
+ public static function GetUsername( $meta ) {
119
+ if ( ! is_array( $meta ) ) {
120
+ return '';
121
+ }
122
+
123
+ if ( isset( $meta['Username'] ) ) {
124
+ return $meta['Username'];
125
+ } elseif ( isset( $meta['CurrentUserID'] ) ) {
126
+ $data = get_userdata( $meta['CurrentUserID'] );
127
+
128
+ return $data ? $data->user_login : null;
129
+ }
130
+
131
+ return '';
132
+ }
133
+
134
  /**
135
  * Gets alert message.
136
  *
classes/AlertFormatterConfiguration.php CHANGED
@@ -15,7 +15,7 @@ if ( ! defined( 'ABSPATH' ) ) {
15
  * All setter methods are fluent to allow for method chaining.
16
  *
17
  * @package Wsal
18
- * @since 4.3.0
19
  */
20
  class WSAL_AlertFormatterConfiguration {
21
 
15
  * All setter methods are fluent to allow for method chaining.
16
  *
17
  * @package Wsal
18
+ * @since latest
19
  */
20
  class WSAL_AlertFormatterConfiguration {
21
 
classes/AlertFormatterFactory.php CHANGED
@@ -82,7 +82,7 @@ class WSAL_AlertFormatterFactory {
82
 
83
  /**
84
  * @return WSAL_AlertFormatter Default formatter using full featured HTML configuration.
85
- * @since 4.3.0
86
  */
87
  private static function createDefaultFormatter() {
88
  return new WSAL_AlertFormatter( WpSecurityAuditLog::GetInstance(), WSAL_AlertFormatterConfiguration::buildHtmlConfiguration() );
82
 
83
  /**
84
  * @return WSAL_AlertFormatter Default formatter using full featured HTML configuration.
85
+ * @since latest
86
  */
87
  private static function createDefaultFormatter() {
88
  return new WSAL_AlertFormatter( WpSecurityAuditLog::GetInstance(), WSAL_AlertFormatterConfiguration::buildHtmlConfiguration() );
classes/AlertManager.php CHANGED
@@ -989,7 +989,7 @@ final class WSAL_AlertManager {
989
  foreach ( $events as $event ) {
990
  // Get event meta.
991
  $meta_data = $event->GetMetaArray();
992
- $meta_data['UserData'] = $this->get_event_user_data( WSAL_Utilities_UsersUtils::GetUsername( $meta_data ) );
993
  $mwp_events->events[ $event->id ] = new stdClass();
994
  $mwp_events->events[ $event->id ]->id = $event->id;
995
  $mwp_events->events[ $event->id ]->alert_id = $event->alert_id;
@@ -1936,7 +1936,7 @@ final class WSAL_AlertManager {
1936
  $username = __( 'System', 'wp-security-audit-log' );
1937
  $roles = '';
1938
  } else {
1939
- $username = WSAL_Utilities_UsersUtils::GetUsername( $event_metadata );
1940
  }
1941
 
1942
  // Meta details.
989
  foreach ( $events as $event ) {
990
  // Get event meta.
991
  $meta_data = $event->GetMetaArray();
992
+ $meta_data['UserData'] = $this->get_event_user_data( $event->GetUsername() );
993
  $mwp_events->events[ $event->id ] = new stdClass();
994
  $mwp_events->events[ $event->id ]->id = $event->id;
995
  $mwp_events->events[ $event->id ]->alert_id = $event->alert_id;
1936
  $username = __( 'System', 'wp-security-audit-log' );
1937
  $roles = '';
1938
  } else {
1939
+ $username = WSAL_Alert::GetUsername( $event_metadata );
1940
  }
1941
 
1942
  // Meta details.
classes/AuditLogGridView.php CHANGED
@@ -421,7 +421,7 @@ class WSAL_AuditLogGridView extends WP_List_Table {
421
  ? WSAL_Utilities_DateTimeFormatter::instance()->getFormattedDateTime($item->created_on, 'time' )
422
  : '<i>' . __( 'Unknown', 'wp-security-audit-log' ) . '</i>';
423
 
424
- $username = WSAL_Utilities_UsersUtils::GetUsername( $this->item_meta[ $item->getId() ] ); // Get username.
425
  $user = get_user_by( 'login', $username ); // Get user.
426
  if ( empty( $this->name_type ) ) {
427
  $this->name_type = $this->_plugin->settings()->get_type_username();
421
  ? WSAL_Utilities_DateTimeFormatter::instance()->getFormattedDateTime($item->created_on, 'time' )
422
  : '<i>' . __( 'Unknown', 'wp-security-audit-log' ) . '</i>';
423
 
424
+ $username = WSAL_Alert::GetUsername( $this->item_meta[ $item->getId() ] ); // Get username.
425
  $user = get_user_by( 'login', $username ); // Get user.
426
  if ( empty( $this->name_type ) ) {
427
  $this->name_type = $this->_plugin->settings()->get_type_username();
classes/AuditLogListView.php CHANGED
@@ -435,7 +435,7 @@ class WSAL_AuditLogListView extends WP_List_Table {
435
  ? WSAL_Utilities_DateTimeFormatter::instance()->getFormattedDateTime( $item->created_on, 'datetime', true, true )
436
  : '<i>' . __( 'Unknown', 'wp-security-audit-log' ) . '</i>';
437
  case 'user':
438
- $username = WSAL_Utilities_UsersUtils::GetUsername( $this->item_meta[ $item->getId() ] );
439
  $user = get_user_by( 'login', $username );
440
  $roles = '';
441
  $image = '<span class="dashicons dashicons-wordpress wsal-system-icon"></span>';
435
  ? WSAL_Utilities_DateTimeFormatter::instance()->getFormattedDateTime( $item->created_on, 'datetime', true, true )
436
  : '<i>' . __( 'Unknown', 'wp-security-audit-log' ) . '</i>';
437
  case 'user':
438
+ $username = WSAL_Alert::GetUsername( $this->item_meta[ $item->getId() ] );
439
  $user = get_user_by( 'login', $username );
440
  $roles = '';
441
  $image = '<span class="dashicons dashicons-wordpress wsal-system-icon"></span>';
classes/Models/Occurrence.php CHANGED
@@ -299,15 +299,6 @@ class WSAL_Models_Occurrence extends WSAL_Models_ActiveRecord {
299
  return isset( $meta['CurrentUserRoles'] ) ? $meta['CurrentUserRoles'] : array();
300
  }
301
 
302
- /**
303
- * Gets the username.
304
- *
305
- * @return string User's username.
306
- */
307
- public function GetUsername() {
308
- return WSAL_Utilities_UsersUtils::GetUsername( $this->GetMetaArray() );
309
- }
310
-
311
  /**
312
  * Method: Get Microtime.
313
  *
299
  return isset( $meta['CurrentUserRoles'] ) ? $meta['CurrentUserRoles'] : array();
300
  }
301
 
 
 
 
 
 
 
 
 
 
302
  /**
303
  * Method: Get Microtime.
304
  *
classes/Utilities/UserUtils.php CHANGED
@@ -9,7 +9,7 @@ if ( ! defined( 'ABSPATH' ) ) {
9
  * Utility class for some user related stuff.
10
  *
11
  * @package Wsal
12
- * @since 4.3.0
13
  */
14
  class WSAL_Utilities_UsersUtils {
15
 
@@ -25,7 +25,7 @@ class WSAL_Utilities_UsersUtils {
25
  * @param WP_User $user WordPress user object.
26
  *
27
  * @return string
28
- * @since 4.3.0
29
  */
30
  public static function get_display_label( $plugin, $user ) {
31
  if ( ! isset( self::$user_label_setting ) ) {
@@ -45,29 +45,4 @@ class WSAL_Utilities_UsersUtils {
45
 
46
  return $user->user_login;
47
  }
48
-
49
- /**
50
- * Gets the username.
51
- *
52
- * @param array $meta - Event meta data.
53
- *
54
- * @return string User's username.
55
- *
56
- * @since 4.3.1 Made the meta attribute mandatory, changed to static and moved from occurrence to alert.
57
- */
58
- public static function GetUsername( $meta = null ) {
59
- if ( ! is_array( $meta ) ) {
60
- return '';
61
- }
62
-
63
- if ( isset( $meta['Username'] ) ) {
64
- return $meta['Username'];
65
- } elseif ( isset( $meta['CurrentUserID'] ) ) {
66
- $data = get_userdata( $meta['CurrentUserID'] );
67
-
68
- return $data ? $data->user_login : '';
69
- }
70
-
71
- return '';
72
- }
73
  }
9
  * Utility class for some user related stuff.
10
  *
11
  * @package Wsal
12
+ * @since latest
13
  */
14
  class WSAL_Utilities_UsersUtils {
15
 
25
  * @param WP_User $user WordPress user object.
26
  *
27
  * @return string
28
+ * @since latest
29
  */
30
  public static function get_display_label( $plugin, $user ) {
31
  if ( ! isset( self::$user_label_setting ) ) {
45
 
46
  return $user->user_login;
47
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  }
classes/WidgetManager.php CHANGED
@@ -83,7 +83,7 @@ class WSAL_WidgetManager {
83
  $url = 'admin.php?page=' . $this->_plugin->views->views[0]->GetSafeViewName();
84
  foreach ( $results as $entry ) :
85
  $event_meta = $entry->GetMetaArray();
86
- $username = WSAL_Utilities_UsersUtils::GetUsername( $event_meta );
87
  ?>
88
  <tr>
89
  <td><?php echo ( $username ) ? esc_html( $username ) : '<i>unknown</i>'; ?></td>
83
  $url = 'admin.php?page=' . $this->_plugin->views->views[0]->GetSafeViewName();
84
  foreach ( $results as $entry ) :
85
  $event_meta = $entry->GetMetaArray();
86
+ $username = WSAL_Alert::GetUsername( $event_meta );
87
  ?>
88
  <tr>
89
  <td><?php echo ( $username ) ? esc_html( $username ) : '<i>unknown</i>'; ?></td>
languages/wp-security-audit-log-de_DE.mo DELETED
Binary file
languages/wp-security-audit-log-es_ES.mo DELETED
Binary file
languages/wp-security-audit-log-fr_FR.mo DELETED
Binary file
languages/wp-security-audit-log-it_IT.mo DELETED
Binary file
languages/wp-security-audit-log-ro_RO.mo DELETED
Binary file
languages/wp-security-audit-log.pot CHANGED
@@ -1,5 +1,6 @@
1
  # Copyright (C) 2021 wp-security-audit-log
2
  # This file is distributed under the same license as the wp-security-audit-log package.
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: wp-security-audit-log\n"
@@ -11,7471 +12,4802 @@ msgstr ""
11
  "Report-Msgid-Bugs-To: https://www.wpwhitesecurity.com\n"
12
  "X-Poedit-Basepath: ..\n"
13
  "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
14
- "X-Poedit-SearchPath-0: .\n"
15
- "X-Poedit-SearchPathExcluded-0: *.js\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
 
 
 
18
 
19
- #: defaults.php:173
20
- msgid "Critical severity events."
21
  msgstr ""
22
 
23
- #: defaults.php:175
24
- msgid "High severity events."
25
  msgstr ""
26
 
27
- #: defaults.php:177
28
- msgid "Medium severity events."
29
  msgstr ""
30
 
31
- #: defaults.php:179
32
- msgid "Low severity events."
33
  msgstr ""
34
 
35
- #: defaults.php:181
36
- msgid "Informational events."
 
37
  msgstr ""
38
 
39
- #: defaults.php:186
40
- msgid "Users Logins & Sessions Events"
 
41
  msgstr ""
42
 
43
- #: defaults.php:187, extensions/email-notifications/classes/Notifications.php:1265
44
- msgid "User Activity"
45
  msgstr ""
46
 
47
- #: defaults.php:191
48
- msgid "User logged in"
 
49
  msgstr ""
50
 
51
- #: defaults.php:192
52
- msgid "User logged in."
53
  msgstr ""
54
 
55
- #: defaults.php:201
56
- msgid "User logged out"
57
  msgstr ""
58
 
59
- #: defaults.php:202
60
- msgid "User logged out."
 
 
61
  msgstr ""
62
 
63
- #: defaults.php:211
64
- msgid "Login failed"
 
 
65
  msgstr ""
66
 
67
- #: defaults.php:212, defaults.php:222
68
- msgid "%Attempts% failed login(s)."
 
69
  msgstr ""
70
 
71
- #: defaults.php:221
72
- msgid "Login failed / non existing user"
73
  msgstr ""
74
 
75
- #: defaults.php:231
76
- msgid "Login blocked"
77
  msgstr ""
78
 
79
- #: defaults.php:232
80
- msgid "Login blocked because other session(s) already exist for this user."
81
  msgstr ""
82
 
83
- #: defaults.php:234, extensions/email-notifications/classes/Common.php:1092
84
- msgid "IP address"
85
  msgstr ""
86
 
87
- #: defaults.php:243
88
- msgid "User logged in with existing session(s)"
89
  msgstr ""
90
 
91
- #: defaults.php:244
92
- msgid "User logged in however there are other session(s) already for this user."
93
  msgstr ""
94
 
95
- #: defaults.php:246, extensions/reports/classes/HtmlReportGenerator.php:134
96
- msgid "IP address(es)"
97
  msgstr ""
98
 
99
- #: defaults.php:255
100
- msgid "User logged out all other sessions with the same username"
101
  msgstr ""
102
 
103
- #: defaults.php:256
104
- msgid "Logged out all other sessions with the same user."
105
  msgstr ""
106
 
107
- #: defaults.php:265
108
- msgid "User session destroyed and logged out"
109
  msgstr ""
110
 
111
- #: defaults.php:266
112
- msgid "Terminated the session of the user %TargetUserName%."
113
  msgstr ""
114
 
115
- #: defaults.php:268, defaults.php:281, defaults.php:1701, defaults.php:1729, defaults.php:1743, defaults.php:1757, defaults.php:1772, defaults.php:1787, defaults.php:1801, defaults.php:1815, defaults.php:1831, defaults.php:1846, defaults.php:1860, defaults.php:1874, defaults.php:1889, defaults.php:1905, defaults.php:1919, defaults.php:1934, defaults.php:1948, defaults.php:1962, defaults.php:1979, defaults.php:1993, defaults.php:2007, extensions/reports/classes/CsvReportGenerator.php:88, extensions/reports/classes/CsvReportGenerator.php:72, extensions/reports/classes/HtmlReportGenerator.php:250, extensions/reports/classes/HtmlReportGenerator.php:226
116
- msgid "Role"
117
  msgstr ""
118
 
119
- #: defaults.php:269
120
- msgid "Session ID"
121
  msgstr ""
122
 
123
- #: defaults.php:278
124
- msgid "Switched to another user"
125
  msgstr ""
126
 
127
- #: defaults.php:279
128
- msgid "Switched the session to being logged in as %TargetUserName%."
129
  msgstr ""
130
 
131
- #: defaults.php:290
132
- msgid "User uploaded file to the Uploads directory"
133
  msgstr ""
134
 
135
- #: defaults.php:291
136
- msgid "Uploaded a file called %FileName%."
137
  msgstr ""
138
 
139
- #: defaults.php:293, defaults.php:305
140
- msgid "Directory"
141
  msgstr ""
142
 
143
- #: defaults.php:302
144
- msgid "User deleted file from Uploads directory"
145
  msgstr ""
146
 
147
- #: defaults.php:303
148
- msgid "Deleted the file %FileName%."
149
  msgstr ""
150
 
151
- #: defaults.php:314
152
- msgid "User requested a password reset"
153
  msgstr ""
154
 
155
- #: defaults.php:315
156
- msgid "User requested a password reset. This does not mean that the password was changed."
157
  msgstr ""
158
 
159
- #: defaults.php:324
160
- msgid "Content & Comments"
161
  msgstr ""
162
 
163
- #: defaults.php:325
164
- msgid "Content"
165
  msgstr ""
166
 
167
- #: defaults.php:329
168
- msgid "User created a new post and saved it as draft"
169
  msgstr ""
170
 
171
- #: defaults.php:330
172
- msgid "Created the post %PostTitle%."
173
  msgstr ""
174
 
175
- #: defaults.php:332, defaults.php:346, defaults.php:360, defaults.php:374, defaults.php:388, defaults.php:402, defaults.php:416, defaults.php:432, defaults.php:447, defaults.php:461, defaults.php:476, defaults.php:491, defaults.php:506, defaults.php:521, defaults.php:535, defaults.php:549, defaults.php:563, defaults.php:577, defaults.php:591, defaults.php:605, defaults.php:619, defaults.php:633, defaults.php:647, defaults.php:661, defaults.php:677, defaults.php:791, defaults.php:870, defaults.php:885, defaults.php:901, defaults.php:916, defaults.php:933, defaults.php:948, defaults.php:969, defaults.php:984, defaults.php:999, defaults.php:1014, defaults.php:1029, defaults.php:1044, defaults.php:1059, defaults.php:1074, defaults.php:1089, defaults.php:1104, defaults.php:1123, defaults.php:2154, defaults.php:2169, extensions/search/classes/FilterManager.php:502, extensions/search/classes/Filters/PostIDFilter.php:29, extensions/search/classes/Filters/PostIDFilter.php:57
176
- msgid "Post ID"
177
  msgstr ""
178
 
179
- #: defaults.php:333, defaults.php:347, defaults.php:361, defaults.php:375, defaults.php:389, defaults.php:403, defaults.php:417, defaults.php:433, defaults.php:448, defaults.php:462, defaults.php:477, defaults.php:492, defaults.php:507, defaults.php:522, defaults.php:536, defaults.php:550, defaults.php:564, defaults.php:578, defaults.php:592, defaults.php:606, defaults.php:620, defaults.php:634, defaults.php:648, defaults.php:662, defaults.php:678, defaults.php:792, defaults.php:871, defaults.php:886, defaults.php:902, defaults.php:917, defaults.php:934, defaults.php:949, defaults.php:970, defaults.php:985, defaults.php:1000, defaults.php:1015, defaults.php:1030, defaults.php:1045, defaults.php:1060, defaults.php:1075, defaults.php:1090, defaults.php:1105, defaults.php:1124, defaults.php:2155, defaults.php:2170
180
- msgid "Post type"
181
  msgstr ""
182
 
183
- #: defaults.php:334, defaults.php:348, defaults.php:362, defaults.php:376, defaults.php:390, defaults.php:404, defaults.php:418, defaults.php:434, defaults.php:463, defaults.php:478, defaults.php:493, defaults.php:508, defaults.php:523, defaults.php:537, defaults.php:551, defaults.php:565, defaults.php:579, defaults.php:593, defaults.php:607, defaults.php:621, defaults.php:635, defaults.php:649, defaults.php:663, defaults.php:679, defaults.php:793, defaults.php:872, defaults.php:887, defaults.php:903, defaults.php:918, defaults.php:935, defaults.php:950, defaults.php:971, defaults.php:986, defaults.php:1001, defaults.php:1016, defaults.php:1031, defaults.php:1046, defaults.php:1061, defaults.php:1076, defaults.php:1091, defaults.php:1106, defaults.php:1125, defaults.php:2156, defaults.php:2171
184
- msgid "Post status"
185
  msgstr ""
186
 
187
- #: defaults.php:343
188
- msgid "User published a post"
189
  msgstr ""
190
 
191
- #: defaults.php:344
192
- msgid "Published the post %PostTitle%."
193
  msgstr ""
194
 
195
- #: defaults.php:357
196
- msgid "User modified a post"
197
  msgstr ""
198
 
199
- #: defaults.php:358
200
- msgid "Modified the post %PostTitle%."
201
  msgstr ""
202
 
203
- #: defaults.php:371
204
- msgid "User permanently deleted a post from the trash"
205
  msgstr ""
206
 
207
- #: defaults.php:372
208
- msgid "Permanently deleted the post %PostTitle%."
209
  msgstr ""
210
 
211
- #: defaults.php:385
212
- msgid "User moved a post to the trash"
213
  msgstr ""
214
 
215
- #: defaults.php:386
216
- msgid "Moved the post %PostTitle% to trash."
217
  msgstr ""
218
 
219
- #: defaults.php:399
220
- msgid "User restored a post from trash"
221
  msgstr ""
222
 
223
- #: defaults.php:400
224
- msgid "Restored the post %PostTitle% from trash."
225
  msgstr ""
226
 
227
- #: defaults.php:413
228
- msgid "User changed post URL"
229
  msgstr ""
230
 
231
- #: defaults.php:414
232
- msgid "Changed the URL of the post %PostTitle%."
233
  msgstr ""
234
 
235
- #: defaults.php:419, defaults.php:2676, defaults.php:2688
236
- msgid "Previous URL"
237
  msgstr ""
238
 
239
- #: defaults.php:420
240
- msgid "New URL"
241
  msgstr ""
242
 
243
- #: defaults.php:429
244
- msgid "User changed post author"
245
  msgstr ""
246
 
247
- #: defaults.php:430
248
- msgid "Changed the author of the post %PostTitle% to %NewAuthor%."
249
  msgstr ""
250
 
251
- #: defaults.php:435
252
- msgid "Previous author"
253
  msgstr ""
254
 
255
- #: defaults.php:444
256
- msgid "User changed post status"
257
  msgstr ""
258
 
259
- #: defaults.php:445
260
- msgid "Changed the status of the post %PostTitle% to %NewStatus%."
261
  msgstr ""
262
 
263
- #: defaults.php:449
264
- msgid "Previous status"
265
  msgstr ""
266
 
267
- #: defaults.php:458
268
- msgid "User changed the visibility of a post"
269
  msgstr ""
270
 
271
- #: defaults.php:459
272
- msgid "Changed the visibility of the post %PostTitle% to %NewVisibility%."
 
273
  msgstr ""
274
 
275
- #: defaults.php:464
276
- msgid "Previous visibility status"
 
277
  msgstr ""
278
 
279
- #: defaults.php:473
280
- msgid "User changed the date of a post"
281
  msgstr ""
282
 
283
- #: defaults.php:474
284
- msgid "Changed the date of the post %PostTitle% to %NewDate%."
285
  msgstr ""
286
 
287
- #: defaults.php:479
288
- msgid "Previous date"
289
  msgstr ""
290
 
291
- #: defaults.php:488
292
- msgid "User changed the parent of a page"
293
  msgstr ""
294
 
295
- #: defaults.php:489
296
- msgid "Changed the parent of the post %PostTitle% to %NewParentName%."
297
  msgstr ""
298
 
299
- #: defaults.php:494, defaults.php:831
300
- msgid "Previous parent"
301
  msgstr ""
302
 
303
- #: defaults.php:503
304
- msgid "User changed the template of a page"
305
  msgstr ""
306
 
307
- #: defaults.php:504
308
- msgid "Changed the template of the post %PostTitle% to %NewTemplate%."
309
  msgstr ""
310
 
311
- #: defaults.php:509
312
- msgid "Previous template"
313
  msgstr ""
314
 
315
- #: defaults.php:518
316
- msgid "User set a post as sticky"
 
317
  msgstr ""
318
 
319
- #: defaults.php:519
320
- msgid "Set the post %PostTitle% as sticky."
321
  msgstr ""
322
 
323
- #: defaults.php:532
324
- msgid "User removed post from sticky"
325
  msgstr ""
326
 
327
- #: defaults.php:533
328
- msgid "Removed the post %PostTitle% from sticky."
 
 
329
  msgstr ""
330
 
331
- #: defaults.php:546
332
- msgid "User modified the content of a post"
 
 
333
  msgstr ""
334
 
335
- #: defaults.php:547
336
- msgid "Modified the content of the post %PostTitle%."
337
  msgstr ""
338
 
339
- #: defaults.php:560
340
- msgid "User submitted a post for review"
 
341
  msgstr ""
342
 
343
- #: defaults.php:561
344
- msgid "Submitted the post %PostTitle% for review."
 
345
  msgstr ""
346
 
347
- #: defaults.php:574
348
- msgid "User scheduled a post"
349
  msgstr ""
350
 
351
- #: defaults.php:575
352
- msgid "Scheduled the post %PostTitle% to be published on %PublishingDate%."
353
  msgstr ""
354
 
355
- #: defaults.php:588
356
- msgid "User changed title of a post"
357
  msgstr ""
358
 
359
- #: defaults.php:589
360
- msgid "Changed the title of the post %OldTitle% to %NewTitle%."
 
 
361
  msgstr ""
362
 
363
- #: defaults.php:602
364
- msgid "User opened a post in the editor"
365
  msgstr ""
366
 
367
- #: defaults.php:603
368
- msgid "Opened the post %PostTitle% in the editor."
 
369
  msgstr ""
370
 
371
- #: defaults.php:616
372
- msgid "User viewed a post"
373
  msgstr ""
374
 
375
- #: defaults.php:617
376
- msgid "Viewed the post %PostTitle%."
 
377
  msgstr ""
378
 
379
- #: defaults.php:630
380
- msgid "User enabled/disabled comments in a post"
381
  msgstr ""
382
 
383
- #: defaults.php:631
384
- msgid "Comments in the post %PostTitle%."
385
  msgstr ""
386
 
387
- #: defaults.php:644
388
- msgid "User enabled/disabled trackbacks and pingbacks in a post"
389
  msgstr ""
390
 
391
- #: defaults.php:645
392
- msgid "Pingbacks and Trackbacks in the post %PostTitle%."
393
  msgstr ""
394
 
395
- #: defaults.php:658
396
- msgid "User updated the excerpt in a post"
397
  msgstr ""
398
 
399
- #: defaults.php:659
400
- msgid "The excerpt of the post %PostTitle%."
401
  msgstr ""
402
 
403
- #: defaults.php:664
404
- msgid "Previous excerpt entry"
405
  msgstr ""
406
 
407
- #: defaults.php:665
408
- msgid "New excerpt entry"
409
  msgstr ""
410
 
411
- #: defaults.php:674
412
- msgid "User updated the featured image in a post"
413
  msgstr ""
414
 
415
- #: defaults.php:675
416
- msgid "The featured image of the post %PostTitle%."
417
  msgstr ""
418
 
419
- #: defaults.php:680
420
- msgid "Previous image"
421
  msgstr ""
422
 
423
- #: defaults.php:681
424
- msgid "New image"
 
425
  msgstr ""
426
 
427
- #: defaults.php:689
428
- msgid "Tags"
 
429
  msgstr ""
430
 
431
- #: defaults.php:693
432
- msgid "User added post tag"
433
  msgstr ""
434
 
435
- #: defaults.php:694
436
- msgid "Added tag(s) to the post %PostTitle%."
437
  msgstr ""
438
 
439
- #: defaults.php:696, defaults.php:711, classes/AuditLogGridView.php:288, classes/AuditLogGridView.php:312, classes/AuditLogListView.php:287, classes/AuditLogListView.php:315
440
- msgid "ID"
441
  msgstr ""
442
 
443
- #: defaults.php:697, defaults.php:712, extensions/external-db/classes/Connections.php:97, extensions/external-db/classes/Connections.php:502, extensions/external-db/classes/Mirroring.php:91, extensions/reports/classes/CsvReportGenerator.php:84, extensions/reports/classes/HtmlReportGenerator.php:246
444
- msgid "Type"
445
  msgstr ""
446
 
447
- #: defaults.php:698, defaults.php:713
448
- msgid "Status"
 
449
  msgstr ""
450
 
451
- #: defaults.php:699
452
- msgid "Added tag(s)"
453
  msgstr ""
454
 
455
- #: defaults.php:708
456
- msgid "User removed post tag"
 
457
  msgstr ""
458
 
459
- #: defaults.php:709
460
- msgid "Removed tag(s) from the post %PostTitle%."
461
  msgstr ""
462
 
463
- #: defaults.php:714
464
- msgid "Removed tag(s)"
465
  msgstr ""
466
 
467
- #: defaults.php:723
468
- msgid "User created new tag"
469
  msgstr ""
470
 
471
- #: defaults.php:724
472
- msgid "Created the tag %TagName%."
 
473
  msgstr ""
474
 
475
- #: defaults.php:726, defaults.php:738, defaults.php:750, defaults.php:774, defaults.php:806, defaults.php:818, defaults.php:830, defaults.php:843
476
- msgid "Slug"
477
  msgstr ""
478
 
479
- #: defaults.php:735
480
- msgid "User deleted tag"
481
  msgstr ""
482
 
483
- #: defaults.php:736
484
- msgid "Deleted the tag %TagName%."
 
485
  msgstr ""
486
 
487
- #: defaults.php:747
488
- msgid "Renamed the tag %old_name% to %new_name%."
489
  msgstr ""
490
 
491
- #: defaults.php:759
492
- msgid "User changed tag slug"
 
493
  msgstr ""
494
 
495
- #: defaults.php:760
496
- msgid "Changed the slug of the tag %tag% to %new_slug%."
 
497
  msgstr ""
498
 
499
- #: defaults.php:762, defaults.php:855
500
- msgid "Previous slug"
 
501
  msgstr ""
502
 
503
- #: defaults.php:771
504
- msgid "User changed tag description"
505
  msgstr ""
506
 
507
- #: defaults.php:772
508
- msgid "Changed the description of the tag %tag%."
 
509
  msgstr ""
510
 
511
- #: defaults.php:775
512
- msgid "Previous description"
513
  msgstr ""
514
 
515
- #: defaults.php:776
516
- msgid "New description"
 
517
  msgstr ""
518
 
519
- #: defaults.php:784
520
- msgid "Categories"
521
  msgstr ""
522
 
523
- #: defaults.php:788
524
- msgid "User changed post category"
525
  msgstr ""
526
 
527
- #: defaults.php:789
528
- msgid "Changed the category(ies) of the post %PostTitle% to %NewCategories%."
529
  msgstr ""
530
 
531
- #: defaults.php:794
532
- msgid "Previous category(ies)"
533
  msgstr ""
534
 
535
- #: defaults.php:803
536
- msgid "User created new category"
537
  msgstr ""
538
 
539
- #: defaults.php:804
540
- msgid "Created the category %CategoryName%."
 
541
  msgstr ""
542
 
543
- #: defaults.php:815
544
- msgid "User deleted category"
545
  msgstr ""
546
 
547
- #: defaults.php:816
548
- msgid "Deleted the category %CategoryName%."
549
  msgstr ""
550
 
551
- #: defaults.php:827
552
- msgid "Changed the parent of a category"
553
  msgstr ""
554
 
555
- #: defaults.php:828
556
- msgid "Changed the parent of the category %CategoryName% to %NewParent%."
557
  msgstr ""
558
 
559
- #: defaults.php:840
560
- msgid "User changed category name"
561
  msgstr ""
562
 
563
- #: defaults.php:841
564
- msgid "Renamed the category %old_name% to %new_name%."
565
  msgstr ""
566
 
567
- #: defaults.php:852
568
- msgid "User changed category slug"
569
  msgstr ""
570
 
571
- #: defaults.php:853
572
- msgid "Changed the slug of the category %CategoryName% to %new_slug%."
573
  msgstr ""
574
 
575
- #: defaults.php:863
576
- msgid "Custom Fields"
577
  msgstr ""
578
 
579
- #: defaults.php:867
580
- msgid "User created a custom field for a post"
581
  msgstr ""
582
 
583
- #: defaults.php:868
584
- msgid "Created the new custom field %MetaKey% in the post %PostTitle%."
585
  msgstr ""
586
 
587
- #: defaults.php:873, defaults.php:1834
588
- msgid "Custom field value"
589
  msgstr ""
590
 
591
- #: defaults.php:882
592
- msgid "User updated a custom field value for a post"
593
  msgstr ""
594
 
595
- #: defaults.php:883
596
- msgid "Modified the value of the custom field %MetaName% in the post %PostTitle%."
597
  msgstr ""
598
 
599
- #: defaults.php:888
600
- msgid "Previous custom field value"
601
  msgstr ""
602
 
603
- #: defaults.php:889
604
- msgid "New custom field value"
605
  msgstr ""
606
 
607
- #: defaults.php:898
608
- msgid "User deleted a custom field from a post"
609
  msgstr ""
610
 
611
- #: defaults.php:899
612
- msgid "Deleted the custom field %MetaKey% from the post %PostTitle%."
613
  msgstr ""
614
 
615
- #: defaults.php:912
616
- msgid "User updated a custom field name for a post"
617
  msgstr ""
618
 
619
- #: defaults.php:913
620
- msgid "Renamed the custom field %MetaKeyOld% on post %PostTitle% to %MetaKeNew%."
621
  msgstr ""
622
 
623
- #: defaults.php:915, classes/AlertManager.php:1150
624
- msgid "Post"
625
  msgstr ""
626
 
627
- #: defaults.php:926
628
- msgid "Custom Fields (ACF)"
629
  msgstr ""
630
 
631
- #: defaults.php:930
632
- msgid "User added relationship to a custom field value for a post"
633
  msgstr ""
634
 
635
- #: defaults.php:931
636
- msgid "Added relationships to the custom field %MetaKey% in the post %PostTitle%."
637
  msgstr ""
638
 
639
- #: defaults.php:936
640
- msgid "New relationships"
641
  msgstr ""
642
 
643
- #: defaults.php:945
644
- msgid "User removed relationship from a custom field value for a post"
645
  msgstr ""
646
 
647
- #: defaults.php:946
648
- msgid "Removed relationships from the custom field %MetaKey% in the post %PostTitle%."
 
649
  msgstr ""
650
 
651
- #: defaults.php:951
652
- msgid "Removed relationships"
653
  msgstr ""
654
 
655
- #: defaults.php:962
656
- msgid "Comments"
657
  msgstr ""
658
 
659
- #: defaults.php:966
660
- msgid "User approved a comment"
 
661
  msgstr ""
662
 
663
- #: defaults.php:967
664
- msgid "Approved the comment posted by %Author% on the post %PostTitle%."
665
  msgstr ""
666
 
667
- #: defaults.php:972, defaults.php:987, defaults.php:1002, defaults.php:1017, defaults.php:1032, defaults.php:1047, defaults.php:1062, defaults.php:1077, defaults.php:1092, defaults.php:1107, defaults.php:1126
668
- msgid "Comment ID"
 
669
  msgstr ""
670
 
671
- #: defaults.php:981
672
- msgid "User unapproved a comment"
673
  msgstr ""
674
 
675
- #: defaults.php:982
676
- msgid "Unapproved the comment posted by %Author% on the post %PostTitle%."
 
677
  msgstr ""
678
 
679
- #: defaults.php:996
680
- msgid "User replied to a comment"
681
  msgstr ""
682
 
683
- #: defaults.php:997
684
- msgid "Replied to the comment posted by %Author% on the post %PostTitle%."
 
685
  msgstr ""
686
 
687
- #: defaults.php:1011
688
- msgid "User edited a comment"
 
689
  msgstr ""
690
 
691
- #: defaults.php:1012
692
- msgid "Edited the comment posted by %Author% on the post %PostTitle%."
 
 
693
  msgstr ""
694
 
695
- #: defaults.php:1026
696
- msgid "User marked a comment as Spam"
 
697
  msgstr ""
698
 
699
- #: defaults.php:1027
700
- msgid "Marked the comment posted by %Author% on the post %PostTitle% as spam."
701
  msgstr ""
702
 
703
- #: defaults.php:1041
704
- msgid "User marked a comment as Not Spam"
705
  msgstr ""
706
 
707
- #: defaults.php:1042
708
- msgid "Marked the comment posted by %Author% on the post %PostTitle% as not spam."
709
  msgstr ""
710
 
711
- #: defaults.php:1056
712
- msgid "User moved a comment to trash"
713
  msgstr ""
714
 
715
- #: defaults.php:1057
716
- msgid "Moved the comment posted by %Author% on the post %PostTitle% to trash."
717
  msgstr ""
718
 
719
- #: defaults.php:1071
720
- msgid "User restored a comment from the trash"
721
  msgstr ""
722
 
723
- #: defaults.php:1072
724
- msgid "Restored the comment posted by %Author% on the post %PostTitle% from trash."
725
  msgstr ""
726
 
727
- #: defaults.php:1086
728
- msgid "User permanently deleted a comment"
729
  msgstr ""
730
 
731
- #: defaults.php:1087
732
- msgid "Permanently deleted the comment posted by %Author% on the post %PostTitle%."
733
  msgstr ""
734
 
735
- #: defaults.php:1101
736
- msgid "User posted a comment"
737
  msgstr ""
738
 
739
- #: defaults.php:1102, defaults.php:1121
740
- msgid "Posted a comment on the post %PostTitle%."
741
  msgstr ""
742
 
743
- #: defaults.php:1120
744
- msgid "Visitor posted a comment"
745
  msgstr ""
746
 
747
- #: defaults.php:1137
748
- msgid "Widgets"
749
  msgstr ""
750
 
751
- #: defaults.php:1141
752
- msgid "User added a new widget"
753
  msgstr ""
754
 
755
- #: defaults.php:1142
756
- msgid "Added a new %WidgetName% widget in %Sidebar%."
757
  msgstr ""
758
 
759
- #: defaults.php:1151
760
- msgid "User modified a widget"
761
  msgstr ""
762
 
763
- #: defaults.php:1152
764
- msgid "Modified the %WidgetName% widget in %Sidebar%."
765
  msgstr ""
766
 
767
- #: defaults.php:1161
768
- msgid "User deleted widget"
769
  msgstr ""
770
 
771
- #: defaults.php:1162
772
- msgid "Deleted the %WidgetName% widget from %Sidebar%."
773
  msgstr ""
774
 
775
- #: defaults.php:1171
776
- msgid "User moved widget"
777
  msgstr ""
778
 
779
- #: defaults.php:1172
780
- msgid "Moved the %WidgetName% widget."
781
  msgstr ""
782
 
783
- #: defaults.php:1174, extensions/reports/inc/wsal-reporting-view.inc.php:1505
784
- msgid "From"
785
  msgstr ""
786
 
787
- #: defaults.php:1175, extensions/reports/inc/wsal-reporting-view.inc.php:1514
788
- msgid "To"
789
  msgstr ""
790
 
791
- #: defaults.php:1184
792
- msgid "User changed widget position"
793
  msgstr ""
794
 
795
- #: defaults.php:1185
796
- msgid "Changed the position of the %WidgetName% widget in %Sidebar%."
797
  msgstr ""
798
 
799
- #: defaults.php:1196
800
- msgid "Menus"
 
801
  msgstr ""
802
 
803
- #: defaults.php:1200
804
- msgid "User created new menu"
805
  msgstr ""
806
 
807
- #: defaults.php:1201
808
- msgid "New menu called %MenuName%."
 
 
 
 
 
809
  msgstr ""
810
 
811
- #: defaults.php:1210
812
- msgid "User added content to a menu"
 
 
 
 
 
813
  msgstr ""
814
 
815
- #: defaults.php:1211
816
- msgid "Added the item %ContentName% to the menu %MenuName%."
817
  msgstr ""
818
 
819
- #: defaults.php:1213, defaults.php:1225, defaults.php:1257
820
- msgid "Item type"
821
  msgstr ""
822
 
823
- #: defaults.php:1222
824
- msgid "User removed content from a menu"
 
 
 
 
825
  msgstr ""
826
 
827
- #: defaults.php:1223
828
- msgid "Removed the item %ContentName% from the menu %MenuName%."
829
  msgstr ""
830
 
831
- #: defaults.php:1234
832
- msgid "User deleted menu"
833
  msgstr ""
834
 
835
- #: defaults.php:1235
836
- msgid "Deleted the menu %MenuName%."
837
  msgstr ""
838
 
839
- #: defaults.php:1244
840
- msgid "User changed menu setting"
 
841
  msgstr ""
842
 
843
- #: defaults.php:1245
844
- msgid "The setting %MenuSetting% in the menu %MenuName%."
845
  msgstr ""
846
 
847
- #: defaults.php:1254
848
- msgid "User modified content in a menu"
849
  msgstr ""
850
 
851
- #: defaults.php:1255
852
- msgid "Modified the item %ContentName% in the menu %MenuName%."
853
  msgstr ""
854
 
855
- #: defaults.php:1266
856
- msgid "User changed name of a menu"
857
  msgstr ""
858
 
859
- #: defaults.php:1267
860
- msgid "Renamed the menu %OldMenuName% to %MenuName%."
861
  msgstr ""
862
 
863
- #: defaults.php:1276
864
- msgid "User changed order of the objects in a menu"
865
  msgstr ""
866
 
867
- #: defaults.php:1277
868
- msgid "Changed the order of the items in the menu %MenuName%."
869
  msgstr ""
870
 
871
- #: defaults.php:1286
872
- msgid "User moved objects as a sub-item"
873
  msgstr ""
874
 
875
- #: defaults.php:1287
876
- msgid "Moved items as sub-items in the menu %MenuName%."
877
  msgstr ""
878
 
879
- #: defaults.php:1289
880
- msgid "Moved item"
881
  msgstr ""
882
 
883
- #: defaults.php:1290
884
- msgid "as a sub-item of"
885
  msgstr ""
886
 
887
- #: defaults.php:1306, extensions/reports/classes/HtmlReportGenerator.php:545
888
- msgid "Custom Post Types"
889
  msgstr ""
890
 
891
- #: defaults.php:1310
892
- msgid "User modified a draft blog post"
893
  msgstr ""
894
 
895
- #: defaults.php:1311
896
- msgid "Modified the draft post with the %PostTitle%. %EditorLinkPost%."
897
  msgstr ""
898
 
899
- #: defaults.php:1316
900
- msgid "User created a new post with custom post type and saved it as draft"
901
  msgstr ""
902
 
903
- #: defaults.php:1317
904
- msgid "Created a new custom post called %PostTitle% of type %PostType%. %EditorLinkPost%."
905
  msgstr ""
906
 
907
- #: defaults.php:1322
908
- msgid "User published a post with custom post type"
909
  msgstr ""
910
 
911
- #: defaults.php:1323
912
- msgid "Published a custom post %PostTitle% of type %PostType%. Post URL is %PostUrl%. %EditorLinkPost%."
913
  msgstr ""
914
 
915
- #: defaults.php:1328
916
- msgid "User modified a post with custom post type"
917
  msgstr ""
918
 
919
- #: defaults.php:1329
920
- msgid "Modified the custom post %PostTitle% of type %PostType%. Post URL is %PostUrl%. %EditorLinkPost%."
921
  msgstr ""
922
 
923
- #: defaults.php:1334
924
- msgid "User modified a draft post with custom post type"
925
- msgstr ""
926
-
927
- #: defaults.php:1335
928
- msgid "Modified the draft custom post %PostTitle% of type is %PostType%. %EditorLinkPost%."
929
- msgstr ""
930
-
931
- #: defaults.php:1340
932
- msgid "User permanently deleted post with custom post type"
933
- msgstr ""
934
-
935
- #: defaults.php:1341
936
- msgid "Permanently Deleted the custom post %PostTitle% of type %PostType%."
937
- msgstr ""
938
-
939
- #: defaults.php:1346
940
- msgid "User moved post with custom post type to trash"
941
- msgstr ""
942
-
943
- #: defaults.php:1347
944
- msgid "Moved the custom post %PostTitle% of type %PostType% to trash. Post URL was %PostUrl%."
945
- msgstr ""
946
-
947
- #: defaults.php:1352
948
- msgid "User restored post with custom post type from trash"
949
- msgstr ""
950
-
951
- #: defaults.php:1353
952
- msgid "The custom post %PostTitle% of type %PostType% has been restored from trash. %EditorLinkPost%."
953
- msgstr ""
954
-
955
- #: defaults.php:1358
956
- msgid "User changed the category of a post with custom post type"
957
- msgstr ""
958
-
959
- #: defaults.php:1359
960
- msgid "Changed the category(ies) of the custom post %PostTitle% of type %PostType% from %OldCategories% to %NewCategories%. %EditorLinkPost%."
961
- msgstr ""
962
-
963
- #: defaults.php:1364
964
- msgid "User changed the URL of a post with custom post type"
965
- msgstr ""
966
-
967
- #: defaults.php:1365
968
- msgid "Changed the URL of the custom post %PostTitle% of type %PostType% from %OldUrl% to %NewUrl%. %EditorLinkPost%."
969
- msgstr ""
970
-
971
- #: defaults.php:1370
972
- msgid "User changed the author or post with custom post type"
973
- msgstr ""
974
-
975
- #: defaults.php:1371
976
- msgid "Changed the author of custom post %PostTitle% of type %PostType% from %OldAuthor% to %NewAuthor%. %EditorLinkPost%."
977
- msgstr ""
978
-
979
- #: defaults.php:1376
980
- msgid "User changed the status of post with custom post type"
981
- msgstr ""
982
-
983
- #: defaults.php:1377
984
- msgid "Changed the status of custom post %PostTitle% of type %PostType% from %OldStatus% to %NewStatus%. %EditorLinkPost%."
985
- msgstr ""
986
-
987
- #: defaults.php:1382
988
- msgid "User changed the visibility of a post with custom post type"
989
- msgstr ""
990
-
991
- #: defaults.php:1383
992
- msgid "Changed the visibility of the custom post %PostTitle% of type %PostType% from %OldVisibility% to %NewVisibility%. %EditorLinkPost%."
993
- msgstr ""
994
-
995
- #: defaults.php:1388
996
- msgid "User changed the date of post with custom post type"
997
- msgstr ""
998
-
999
- #: defaults.php:1389
1000
- msgid "Changed the date of the custom post %PostTitle% of type %PostType% from %OldDate% to %NewDate%. %EditorLinkPost%."
1001
- msgstr ""
1002
-
1003
- #: defaults.php:1394
1004
- msgid "User created a custom field for a custom post type"
1005
- msgstr ""
1006
-
1007
- #: defaults.php:1395
1008
- msgid "Created a new custom field %MetaKey% with value %MetaValue% in custom post %PostTitle% of type %PostType%. %EditorLinkPost%.<br>%MetaLink%."
1009
- msgstr ""
1010
-
1011
- #: defaults.php:1400
1012
- msgid "User updated a custom field for a custom post type"
1013
- msgstr ""
1014
-
1015
- #: defaults.php:1401
1016
- msgid "Modified the value of the custom field %MetaKey% from %MetaValueOld% to %MetaValueNew% in custom post %PostTitle% of type %PostType% %EditorLinkPost%.<br>%MetaLink%."
1017
- msgstr ""
1018
-
1019
- #: defaults.php:1406
1020
- msgid "User deleted a custom field from a custom post type"
1021
- msgstr ""
1022
-
1023
- #: defaults.php:1407
1024
- msgid "Deleted the custom field %MetaKey% with id %MetaID% from custom post %PostTitle% of type %PostType% %EditorLinkPost%.<br>%MetaLink%."
1025
- msgstr ""
1026
-
1027
- #: defaults.php:1412
1028
- msgid "User updated a custom field name for a custom post type"
1029
- msgstr ""
1030
-
1031
- #: defaults.php:1413
1032
- msgid "Changed the custom field name from %MetaKeyOld% to %MetaKeyNew% in custom post %PostTitle% of type %PostType% %EditorLinkPost%.<br>%MetaLink%."
1033
- msgstr ""
1034
-
1035
- #: defaults.php:1418
1036
- msgid "User modified content for a published custom post type"
1037
- msgstr ""
1038
-
1039
- #: defaults.php:1419
1040
- msgid "Modified the content of the published custom post type %PostTitle%. Post URL is %PostUrl%. %EditorLinkPost%."
1041
- msgstr ""
1042
-
1043
- #: defaults.php:1424
1044
- msgid "User modified content for a draft post"
1045
- msgstr ""
1046
-
1047
- #: defaults.php:1425
1048
- msgid "Modified the content of the draft post %PostTitle%.%RevisionLink% %EditorLinkPost%."
1049
- msgstr ""
1050
-
1051
- #: defaults.php:1430
1052
- msgid "User modified content for a draft custom post type"
1053
- msgstr ""
1054
-
1055
- #: defaults.php:1431
1056
- msgid "Modified the content of the draft custom post type %PostTitle%.%EditorLinkPost%."
1057
- msgstr ""
1058
-
1059
- #: defaults.php:1436
1060
- msgid "User modified content of a post"
1061
- msgstr ""
1062
-
1063
- #: defaults.php:1437
1064
- msgid "Modified the content of post %PostTitle% which is submitted for review.%RevisionLink% %EditorLinkPost%."
1065
- msgstr ""
1066
-
1067
- #: defaults.php:1442
1068
- msgid "User scheduled a custom post type"
1069
- msgstr ""
1070
-
1071
- #: defaults.php:1443
1072
- msgid "Scheduled the custom post type %PostTitle% to be published %PublishingDate%. %EditorLinkPost%."
1073
- msgstr ""
1074
-
1075
- #: defaults.php:1448
1076
- msgid "User changed title of a custom post type"
1077
- msgstr ""
1078
-
1079
- #: defaults.php:1449
1080
- msgid "Changed the title of the custom post %OldTitle% to %NewTitle%. %EditorLinkPost%."
1081
- msgstr ""
1082
-
1083
- #: defaults.php:1454
1084
- msgid "User opened a custom post type in the editor"
1085
- msgstr ""
1086
-
1087
- #: defaults.php:1455
1088
- msgid "Opened the custom post %PostTitle% of type %PostType% in the editor. View the post: %EditorLinkPost%."
1089
- msgstr ""
1090
-
1091
- #: defaults.php:1460
1092
- msgid "User viewed a custom post type"
1093
- msgstr ""
1094
-
1095
- #: defaults.php:1461
1096
- msgid "Viewed the custom post %PostTitle% of type %PostType%. View the post: %PostUrl%."
1097
- msgstr ""
1098
-
1099
- #: defaults.php:1466
1100
- msgid "A plugin created a custom post"
1101
- msgstr ""
1102
-
1103
- #: defaults.php:1467
1104
- msgid "A plugin automatically created the following custom post: %PostTitle%."
1105
- msgstr ""
1106
-
1107
- #: defaults.php:1472
1108
- msgid "A plugin deleted a custom post"
1109
- msgstr ""
1110
-
1111
- #: defaults.php:1473
1112
- msgid "A plugin automatically deleted the following custom post: %PostTitle%."
1113
- msgstr ""
1114
-
1115
- #: defaults.php:1478
1116
- msgid "A plugin modified a custom post"
1117
- msgstr ""
1118
-
1119
- #: defaults.php:1479
1120
- msgid "Plugin modified the custom post %PostTitle%. View the post: %EditorLinkPost%."
1121
- msgstr ""
1122
-
1123
- #: defaults.php:1491, extensions/reports/classes/HtmlReportGenerator.php:540
1124
- msgid "Pages"
1125
- msgstr ""
1126
-
1127
- #: defaults.php:1495
1128
- msgid "User created a new WordPress page and saved it as draft"
1129
- msgstr ""
1130
-
1131
- #: defaults.php:1496
1132
- msgid "Created a new page called %PostTitle% and saved it as draft. %EditorLinkPage%."
1133
- msgstr ""
1134
-
1135
- #: defaults.php:1501
1136
- msgid "User published a WordPress page"
1137
- msgstr ""
1138
-
1139
- #: defaults.php:1502
1140
- msgid "Published a page called %PostTitle%. Page URL is %PostUrl%. %EditorLinkPage%."
1141
- msgstr ""
1142
-
1143
- #: defaults.php:1507
1144
- msgid "User modified a published WordPress page"
1145
- msgstr ""
1146
-
1147
- #: defaults.php:1508
1148
- msgid "Modified the published page %PostTitle%. Page URL is %PostUrl%. %EditorLinkPage%."
1149
- msgstr ""
1150
-
1151
- #: defaults.php:1513
1152
- msgid "User modified a draft WordPress page"
1153
- msgstr ""
1154
-
1155
- #: defaults.php:1514
1156
- msgid "Modified the draft page %PostTitle%. Page ID is %PostID%. %EditorLinkPage%."
1157
- msgstr ""
1158
-
1159
- #: defaults.php:1519
1160
- msgid "User permanently deleted a page from the trash"
1161
- msgstr ""
1162
-
1163
- #: defaults.php:1520
1164
- msgid "Permanently deleted the page %PostTitle%."
1165
- msgstr ""
1166
-
1167
- #: defaults.php:1525
1168
- msgid "User moved WordPress page to the trash"
1169
- msgstr ""
1170
-
1171
- #: defaults.php:1526
1172
- msgid "Moved the page %PostTitle% to trash. Page URL was %PostUrl%."
1173
- msgstr ""
1174
-
1175
- #: defaults.php:1531
1176
- msgid "User restored a WordPress page from trash"
1177
- msgstr ""
1178
-
1179
- #: defaults.php:1532
1180
- msgid "Page %PostTitle% has been restored from trash. %EditorLinkPage%."
1181
- msgstr ""
1182
-
1183
- #: defaults.php:1537
1184
- msgid "User changed page URL"
1185
- msgstr ""
1186
-
1187
- #: defaults.php:1538
1188
- msgid "Changed the URL of the page %PostTitle% from %OldUrl% to %NewUrl%. %EditorLinkPage%."
1189
- msgstr ""
1190
-
1191
- #: defaults.php:1543
1192
- msgid "User changed page author"
1193
- msgstr ""
1194
-
1195
- #: defaults.php:1544
1196
- msgid "Changed the author of the page %PostTitle% from %OldAuthor% to %NewAuthor%. %EditorLinkPage%."
1197
- msgstr ""
1198
-
1199
- #: defaults.php:1549
1200
- msgid "User changed page status"
1201
- msgstr ""
1202
-
1203
- #: defaults.php:1550
1204
- msgid "Changed the status of the page %PostTitle% from %OldStatus% to %NewStatus%. %EditorLinkPage%."
1205
- msgstr ""
1206
-
1207
- #: defaults.php:1555
1208
- msgid "User changed the visibility of a page post"
1209
- msgstr ""
1210
-
1211
- #: defaults.php:1556
1212
- msgid "Changed the visibility of the page %PostTitle% from %OldVisibility% to %NewVisibility%. %EditorLinkPage%."
1213
- msgstr ""
1214
-
1215
- #: defaults.php:1561
1216
- msgid "User changed the date of a page post"
1217
- msgstr ""
1218
-
1219
- #: defaults.php:1562
1220
- msgid "Changed the date of the page %PostTitle% from %OldDate% to %NewDate%. %EditorLinkPage%."
1221
- msgstr ""
1222
-
1223
- #: defaults.php:1567
1224
- msgid "User created a custom field for a page"
1225
- msgstr ""
1226
-
1227
- #: defaults.php:1568
1228
- msgid "Created a new custom field called %MetaKey% with value %MetaValue% in the page %PostTitle% %EditorLinkPage%.<br>%MetaLink%."
1229
- msgstr ""
1230
-
1231
- #: defaults.php:1573
1232
- msgid "User updated a custom field value for a page"
1233
- msgstr ""
1234
-
1235
- #: defaults.php:1574
1236
- msgid "Modified the value of the custom field %MetaKey% from %MetaValueOld% to %MetaValueNew% in the page %PostTitle% %EditorLinkPage%.<br>%MetaLink%."
1237
- msgstr ""
1238
-
1239
- #: defaults.php:1579
1240
- msgid "User deleted a custom field from a page"
1241
- msgstr ""
1242
-
1243
- #: defaults.php:1580
1244
- msgid "Deleted the custom field %MetaKey% with id %MetaID% from page %PostTitle% %EditorLinkPage%<br>%MetaLink%."
1245
- msgstr ""
1246
-
1247
- #: defaults.php:1585
1248
- msgid "User updated a custom field name for a page"
1249
- msgstr ""
1250
-
1251
- #: defaults.php:1586
1252
- msgid "Changed the custom field name from %MetaKeyOld% to %MetaKeyNew% in the page %PostTitle% %EditorLinkPage%.<br>%MetaLink%."
1253
- msgstr ""
1254
-
1255
- #: defaults.php:1591
1256
- msgid "User modified content for a published page"
1257
- msgstr ""
1258
-
1259
- #: defaults.php:1592
1260
- msgid "Modified the content of the published page %PostTitle%. Page URL is %PostUrl%. %RevisionLink% %EditorLinkPage%."
1261
- msgstr ""
1262
-
1263
- #: defaults.php:1597
1264
- msgid "User modified content for a draft page"
1265
- msgstr ""
1266
-
1267
- #: defaults.php:1598
1268
- msgid "Modified the content of draft page %PostTitle%.%RevisionLink% %EditorLinkPage%."
1269
- msgstr ""
1270
-
1271
- #: defaults.php:1603
1272
- msgid "User scheduled a page"
1273
- msgstr ""
1274
-
1275
- #: defaults.php:1604
1276
- msgid "Scheduled the page %PostTitle% to be published %PublishingDate%. %EditorLinkPage%."
1277
- msgstr ""
1278
-
1279
- #: defaults.php:1609
1280
- msgid "User changed title of a page"
1281
- msgstr ""
1282
-
1283
- #: defaults.php:1610
1284
- msgid "Changed the title of the page %OldTitle% to %NewTitle%. %EditorLinkPage%."
1285
- msgstr ""
1286
-
1287
- #: defaults.php:1615
1288
- msgid "User opened a page in the editor"
1289
- msgstr ""
1290
-
1291
- #: defaults.php:1616
1292
- msgid "Opened the page %PostTitle% in the editor. View the page: %EditorLinkPage%."
1293
- msgstr ""
1294
-
1295
- #: defaults.php:1621
1296
- msgid "User viewed a page"
1297
- msgstr ""
1298
-
1299
- #: defaults.php:1622
1300
- msgid "Viewed the page %PostTitle%. View the page: %PostUrl%."
1301
- msgstr ""
1302
-
1303
- #: defaults.php:1627
1304
- msgid "User disabled Comments/Trackbacks and Pingbacks on a draft post"
1305
- msgstr ""
1306
-
1307
- #: defaults.php:1628
1308
- msgid "Disabled %Type% on the draft post %PostTitle%. View the post: %PostUrl%."
1309
- msgstr ""
1310
-
1311
- #: defaults.php:1633
1312
- msgid "User enabled Comments/Trackbacks and Pingbacks on a draft post"
1313
- msgstr ""
1314
-
1315
- #: defaults.php:1634
1316
- msgid "Enabled %Type% on the draft post %PostTitle%. View the post: %PostUrl%."
1317
- msgstr ""
1318
-
1319
- #: defaults.php:1639
1320
- msgid "User disabled Comments/Trackbacks and Pingbacks on a published page"
1321
- msgstr ""
1322
-
1323
- #: defaults.php:1640
1324
- msgid "Disabled %Type% on the published page %PostTitle%. View the page: %PostUrl%."
1325
- msgstr ""
1326
-
1327
- #: defaults.php:1645
1328
- msgid "User enabled Comments/Trackbacks and Pingbacks on a published page"
1329
- msgstr ""
1330
-
1331
- #: defaults.php:1646
1332
- msgid "Enabled %Type% on the published page %PostTitle%. View the page: %PostUrl%."
1333
- msgstr ""
1334
-
1335
- #: defaults.php:1651
1336
- msgid "User disabled Comments/Trackbacks and Pingbacks on a draft page"
1337
- msgstr ""
1338
-
1339
- #: defaults.php:1652
1340
- msgid "Disabled %Type% on the draft page %PostTitle%. View the page: %PostUrl%."
1341
- msgstr ""
1342
-
1343
- #: defaults.php:1657
1344
- msgid "User enabled Comments/Trackbacks and Pingbacks on a draft page"
1345
- msgstr ""
1346
-
1347
- #: defaults.php:1658
1348
- msgid "Enabled %Type% on the draft page %PostTitle%. View the page: %PostUrl%."
1349
- msgstr ""
1350
-
1351
- #: defaults.php:1663
1352
- msgid "A plugin created a page"
1353
- msgstr ""
1354
-
1355
- #: defaults.php:1664
1356
- msgid "A plugin automatically created the following page: %PostTitle%."
1357
- msgstr ""
1358
-
1359
- #: defaults.php:1669
1360
- msgid "A plugin deleted a page"
1361
- msgstr ""
1362
-
1363
- #: defaults.php:1670
1364
- msgid "A plugin automatically deleted the following page: %PostTitle%."
1365
- msgstr ""
1366
-
1367
- #: defaults.php:1675
1368
- msgid "A plugin modified a page"
1369
- msgstr ""
1370
-
1371
- #: defaults.php:1676
1372
- msgid "Plugin modified the page %PostTitle%. View the page: %EditorLinkPage%."
1373
- msgstr ""
1374
-
1375
- #: defaults.php:1681
1376
- msgid "User Accounts"
1377
- msgstr ""
1378
-
1379
- #: defaults.php:1682
1380
- msgid "User Profiles"
1381
- msgstr ""
1382
-
1383
- #: defaults.php:1686
1384
- msgid "New user was created on WordPress"
1385
- msgstr ""
1386
-
1387
- #: defaults.php:1687
1388
- msgid "A new user %NewUserData->Username% is created via registration."
1389
- msgstr ""
1390
-
1391
- #: defaults.php:1689, classes/AlertManager.php:1146, classes/AuditLogListView.php:290, classes/AuditLogListView.php:324, classes/WidgetManager.php:76, classes/Views/Settings.php:1094, extensions/reports/classes/CsvReportGenerator.php:87, extensions/reports/classes/CsvReportGenerator.php:71, extensions/reports/classes/HtmlReportGenerator.php:249, extensions/reports/classes/HtmlReportGenerator.php:225, extensions/search/classes/Filters/UserNameFilter.php:44, extensions/user-sessions/classes/View/Sessions.php:138
1392
- msgid "User"
1393
- msgstr ""
1394
-
1395
- #: defaults.php:1698
1396
- msgid "User created another WordPress user"
1397
- msgstr ""
1398
-
1399
- #: defaults.php:1699
1400
- msgid "Created the new user: %NewUserData->Username%."
1401
- msgstr ""
1402
-
1403
- #: defaults.php:1702, defaults.php:1716, defaults.php:1730, defaults.php:1744, defaults.php:1758, defaults.php:1773, defaults.php:1788, defaults.php:1802, defaults.php:1816, defaults.php:1832, defaults.php:1861, defaults.php:1875, defaults.php:1890, defaults.php:1906, defaults.php:1920, defaults.php:1935, defaults.php:1949, defaults.php:1963, defaults.php:1980, defaults.php:1994, defaults.php:2008, defaults.php:2022, defaults.php:2035
1404
- msgid "First name"
1405
- msgstr ""
1406
-
1407
- #: defaults.php:1703, defaults.php:1717, defaults.php:1731, defaults.php:1745, defaults.php:1759, defaults.php:1774, defaults.php:1789, defaults.php:1803, defaults.php:1817, defaults.php:1833, defaults.php:1848, defaults.php:1876, defaults.php:1891, defaults.php:1907, defaults.php:1921, defaults.php:1936, defaults.php:1950, defaults.php:1964, defaults.php:1981, defaults.php:1995, defaults.php:2009, defaults.php:2023, defaults.php:2036
1408
- msgid "Last name"
1409
- msgstr ""
1410
-
1411
- #: defaults.php:1712
1412
- msgid "The role of a user was changed by another WordPress user"
1413
- msgstr ""
1414
-
1415
- #: defaults.php:1713
1416
- msgid "Changed the role of user %TargetUsername% to %NewRole%."
1417
- msgstr ""
1418
-
1419
- #: defaults.php:1715, defaults.php:2522
1420
- msgid "Previous role"
1421
- msgstr ""
1422
-
1423
- #: defaults.php:1726
1424
- msgid "User has changed his or her password"
1425
- msgstr ""
1426
-
1427
- #: defaults.php:1727
1428
- msgid "Changed the password."
1429
- msgstr ""
1430
-
1431
- #: defaults.php:1740
1432
- msgid "User changed another user's password"
1433
- msgstr ""
1434
-
1435
- #: defaults.php:1741
1436
- msgid "Changed the password of the user %TargetUserData->Username%."
1437
- msgstr ""
1438
-
1439
- #: defaults.php:1754
1440
- msgid "User changed his or her email address"
1441
- msgstr ""
1442
-
1443
- #: defaults.php:1755
1444
- msgid "Changed the email address to %NewEmail%."
1445
- msgstr ""
1446
-
1447
- #: defaults.php:1760, defaults.php:1775
1448
- msgid "Previous email address"
1449
- msgstr ""
1450
-
1451
- #: defaults.php:1769
1452
- msgid "User changed another user's email address"
1453
- msgstr ""
1454
-
1455
- #: defaults.php:1770
1456
- msgid "Changed the email address of the user %TargetUsername% to %NewEmail%."
1457
- msgstr ""
1458
-
1459
- #: defaults.php:1784
1460
- msgid "User was deleted by another user"
1461
- msgstr ""
1462
-
1463
- #: defaults.php:1785
1464
- msgid "Deleted the user %TargetUserData->Username%."
1465
- msgstr ""
1466
-
1467
- #: defaults.php:1798
1468
- msgid "User opened the profile page of another user"
1469
- msgstr ""
1470
-
1471
- #: defaults.php:1799
1472
- msgid "Opened the profile page of user %TargetUsername%."
1473
- msgstr ""
1474
-
1475
- #: defaults.php:1812
1476
- msgid "User updated a custom field value for a user"
1477
- msgstr ""
1478
-
1479
- #: defaults.php:1813
1480
- msgid "Changed the value of the custom field %custom_field_name% in the user profile %TargetUsername%."
1481
- msgstr ""
1482
-
1483
- #: defaults.php:1818, defaults.php:2612, defaults.php:2644, defaults.php:2908
1484
- msgid "Previous value"
1485
- msgstr ""
1486
-
1487
- #: defaults.php:1819, defaults.php:2909
1488
- msgid "New value"
1489
- msgstr ""
1490
-
1491
- #: defaults.php:1828
1492
- msgid "User created a custom field value for a user"
1493
- msgstr ""
1494
-
1495
- #: defaults.php:1829
1496
- msgid "Created the custom field %custom_field_name% in the user profile %TargetUsername%."
1497
- msgstr ""
1498
-
1499
- #: defaults.php:1843
1500
- msgid "User changed first name for a user"
1501
- msgstr ""
1502
-
1503
- #: defaults.php:1844
1504
- msgid "Changed the first name of the user %TargetUsername% to %new_firstname%."
1505
- msgstr ""
1506
-
1507
- #: defaults.php:1847
1508
- msgid "Previous name"
1509
- msgstr ""
1510
-
1511
- #: defaults.php:1857
1512
- msgid "User changed last name for a user"
1513
- msgstr ""
1514
-
1515
- #: defaults.php:1858
1516
- msgid "Changed the last name of the user %TargetUsername% to %new_lastname%."
1517
- msgstr ""
1518
-
1519
- #: defaults.php:1862
1520
- msgid "Previous last name"
1521
- msgstr ""
1522
-
1523
- #: defaults.php:1871
1524
- msgid "User changed nickname for a user"
1525
- msgstr ""
1526
-
1527
- #: defaults.php:1872
1528
- msgid "Changed the nickname of the user %TargetUsername% to %new_nickname%."
1529
- msgstr ""
1530
-
1531
- #: defaults.php:1877
1532
- msgid "Previous nickname"
1533
- msgstr ""
1534
-
1535
- #: defaults.php:1886
1536
- msgid "User changed the display name for a user"
1537
- msgstr ""
1538
-
1539
- #: defaults.php:1887
1540
- msgid "Changed the display name of the user %TargetUsername% to %new_displayname%."
1541
- msgstr ""
1542
-
1543
- #: defaults.php:1892
1544
- msgid "Previous display name"
1545
- msgstr ""
1546
-
1547
- #: defaults.php:1902, defaults.php:1916
1548
- msgid "User created an application password"
1549
- msgstr ""
1550
-
1551
- #: defaults.php:1903
1552
- msgid "The application password %friendly_name%."
1553
- msgstr ""
1554
-
1555
- #: defaults.php:1917
1556
- msgid "The application password %friendly_name% for the user %login%."
1557
- msgstr ""
1558
-
1559
- #: defaults.php:1931
1560
- msgid "User revoked all application passwords"
1561
- msgstr ""
1562
-
1563
- #: defaults.php:1932
1564
- msgid "All application passwords."
1565
- msgstr ""
1566
-
1567
- #: defaults.php:1945
1568
- msgid "User revoked all application passwords for a user"
1569
- msgstr ""
1570
-
1571
- #: defaults.php:1946
1572
- msgid "All application passwords from the user %login%."
1573
- msgstr ""
1574
-
1575
- #: defaults.php:1959
1576
- msgid "Admin sent a password reset request to a user"
1577
- msgstr ""
1578
-
1579
- #: defaults.php:1960
1580
- msgid "Sent a password reset request to the user %login%."
1581
- msgstr ""
1582
-
1583
- #: defaults.php:1972
1584
- msgid "Multisite User Profiles"
1585
- msgstr ""
1586
-
1587
- #: defaults.php:1976
1588
- msgid "User granted Super Admin privileges"
1589
- msgstr ""
1590
-
1591
- #: defaults.php:1977
1592
- msgid "Granted Super Admin privileges to the user %TargetUsername%."
1593
- msgstr ""
1594
-
1595
- #: defaults.php:1990
1596
- msgid "User revoked from Super Admin privileges"
1597
- msgstr ""
1598
-
1599
- #: defaults.php:1991
1600
- msgid "Revoked Super Admin privileges from %TargetUsername%."
1601
- msgstr ""
1602
-
1603
- #: defaults.php:2004
1604
- msgid "Existing user added to a site"
1605
- msgstr ""
1606
-
1607
- #: defaults.php:2005
1608
- msgid "Added user %TargetUsername% to the site %SiteName%."
1609
- msgstr ""
1610
-
1611
- #: defaults.php:2018
1612
- msgid "User removed from site"
1613
- msgstr ""
1614
-
1615
- #: defaults.php:2019
1616
- msgid "Removed user %TargetUsername% from the site %SiteName%"
1617
- msgstr ""
1618
-
1619
- #: defaults.php:2021
1620
- msgid "Site role"
1621
- msgstr ""
1622
-
1623
- #: defaults.php:2032
1624
- msgid "New network user created"
1625
- msgstr ""
1626
-
1627
- #: defaults.php:2033
1628
- msgid "Created the new network user %NewUserData->Username%."
1629
- msgstr ""
1630
-
1631
- #: defaults.php:2045
1632
- msgid "Plugins & Themes"
1633
- msgstr ""
1634
-
1635
- #: defaults.php:2046, classes/AuditLogGridView.php:467, classes/AuditLogListView.php:463
1636
- msgid "Plugins"
1637
- msgstr ""
1638
-
1639
- #: defaults.php:2050
1640
- msgid "User installed a plugin"
1641
- msgstr ""
1642
-
1643
- #: defaults.php:2051
1644
- msgid "Installed the plugin %Plugin->Name%."
1645
- msgstr ""
1646
-
1647
- #: defaults.php:2053, defaults.php:2066, defaults.php:2079, defaults.php:2092, defaults.php:2197, defaults.php:2210, defaults.php:2223, defaults.php:2298, defaults.php:2311
1648
- msgid "Version"
1649
- msgstr ""
1650
-
1651
- #: defaults.php:2054, defaults.php:2067, defaults.php:2080, defaults.php:2093, defaults.php:2106, defaults.php:2198, defaults.php:2211, defaults.php:2224, defaults.php:2273, defaults.php:2299, defaults.php:2312
1652
- msgid "Install location"
1653
- msgstr ""
1654
-
1655
- #: defaults.php:2063
1656
- msgid "User activated a WordPress plugin"
1657
- msgstr ""
1658
-
1659
- #: defaults.php:2064
1660
- msgid "Activated the plugin %PluginData->Name%."
1661
- msgstr ""
1662
-
1663
- #: defaults.php:2076
1664
- msgid "User deactivated a WordPress plugin"
1665
- msgstr ""
1666
-
1667
- #: defaults.php:2077
1668
- msgid "Deactivated the plugin %PluginData->Name%."
1669
- msgstr ""
1670
-
1671
- #: defaults.php:2089
1672
- msgid "User uninstalled a plugin"
1673
- msgstr ""
1674
-
1675
- #: defaults.php:2090
1676
- msgid "Uninstalled the plugin %PluginData->Name%."
1677
- msgstr ""
1678
-
1679
- #: defaults.php:2102
1680
- msgid "User upgraded a plugin"
1681
- msgstr ""
1682
-
1683
- #: defaults.php:2103
1684
- msgid "Updated the plugin %PluginData->Name%."
1685
- msgstr ""
1686
-
1687
- #: defaults.php:2105
1688
- msgid "Updated version"
1689
- msgstr ""
1690
-
1691
- #: defaults.php:2115
1692
- msgid "Plugin created table"
1693
- msgstr ""
1694
-
1695
- #: defaults.php:2116
1696
- msgid "The plugin %Plugin->Name% created this table in the database."
1697
- msgstr ""
1698
-
1699
- #: defaults.php:2118, defaults.php:2130, defaults.php:2142, defaults.php:2236, defaults.php:2248
1700
- msgid "Table"
1701
- msgstr ""
1702
-
1703
- #: defaults.php:2127
1704
- msgid "Plugin modified table structure"
1705
- msgstr ""
1706
-
1707
- #: defaults.php:2128
1708
- msgid "The plugin %Plugin->Name% modified the structure of a database table."
1709
- msgstr ""
1710
-
1711
- #: defaults.php:2139
1712
- msgid "Plugin deleted table"
1713
- msgstr ""
1714
-
1715
- #: defaults.php:2140
1716
- msgid "The plugin %Plugin->Name% deleted this table from the database."
1717
- msgstr ""
1718
-
1719
- #: defaults.php:2151
1720
- msgid "A plugin created a post"
1721
- msgstr ""
1722
-
1723
- #: defaults.php:2152
1724
- msgid "The plugin created the post %PostTitle%."
1725
- msgstr ""
1726
-
1727
- #: defaults.php:2157, defaults.php:2172, classes/AlertManager.php:1148, classes/AuditLogGridView.php:464, classes/AuditLogListView.php:461
1728
- msgid "Plugin"
1729
- msgstr ""
1730
-
1731
- #: defaults.php:2166
1732
- msgid "A plugin deleted a post"
1733
- msgstr ""
1734
-
1735
- #: defaults.php:2167
1736
- msgid "A plugin deleted the post %PostTitle%."
1737
- msgstr ""
1738
-
1739
- #: defaults.php:2181
1740
- msgid "User changed a file using the plugin editor"
1741
- msgstr ""
1742
-
1743
- #: defaults.php:2182
1744
- msgid "Modified the file %File% with the plugin editor."
1745
- msgstr ""
1746
-
1747
- #: defaults.php:2190
1748
- msgid "Themes"
1749
- msgstr ""
1750
-
1751
- #: defaults.php:2194
1752
- msgid "User installed a theme"
1753
- msgstr ""
1754
-
1755
- #: defaults.php:2195
1756
- msgid "Installed the theme %Theme->Name%."
1757
- msgstr ""
1758
-
1759
- #: defaults.php:2207
1760
- msgid "User activated a theme"
1761
- msgstr ""
1762
-
1763
- #: defaults.php:2208
1764
- msgid "Activated the theme %Theme->Name%."
1765
- msgstr ""
1766
-
1767
- #: defaults.php:2220
1768
- msgid "User uninstalled a theme"
1769
- msgstr ""
1770
-
1771
- #: defaults.php:2221
1772
- msgid "Deleted the theme %Theme->Name%."
1773
- msgstr ""
1774
-
1775
- #: defaults.php:2233
1776
- msgid "Theme created tables"
1777
- msgstr ""
1778
-
1779
- #: defaults.php:2234
1780
- msgid "The theme %Theme->Name% created this tables in the database."
1781
- msgstr ""
1782
-
1783
- #: defaults.php:2245
1784
- msgid "Theme modified tables structure"
1785
- msgstr ""
1786
-
1787
- #: defaults.php:2246
1788
- msgid "The theme %Theme->Name% modified the structure of this database table"
1789
- msgstr ""
1790
-
1791
- #: defaults.php:2257
1792
- msgid "Theme deleted tables"
1793
- msgstr ""
1794
-
1795
- #: defaults.php:2258
1796
- msgid "The theme %Theme->Name% deleted this table from the database."
1797
- msgstr ""
1798
-
1799
- #: defaults.php:2260, defaults.php:2327, defaults.php:2339, defaults.php:2351, defaults.php:2363, defaults.php:2375, defaults.php:2387
1800
- msgid "Tables"
1801
- msgstr ""
1802
-
1803
- #: defaults.php:2269
1804
- msgid "User updated a theme"
1805
- msgstr ""
1806
-
1807
- #: defaults.php:2270
1808
- msgid "Updated the theme %Theme->Name%."
1809
- msgstr ""
1810
-
1811
- #: defaults.php:2272, defaults.php:2441
1812
- msgid "New version"
1813
- msgstr ""
1814
-
1815
- #: defaults.php:2282
1816
- msgid "User changed a file using the theme editor"
1817
- msgstr ""
1818
-
1819
- #: defaults.php:2283
1820
- msgid "Modified the file %Theme%/%File% with the theme editor."
1821
- msgstr ""
1822
-
1823
- #: defaults.php:2291
1824
- msgid "Themes on Multisite"
1825
- msgstr ""
1826
-
1827
- #: defaults.php:2295
1828
- msgid "Activated theme on network"
1829
- msgstr ""
1830
-
1831
- #: defaults.php:2296
1832
- msgid "Network activated the theme %Theme->Name%."
1833
- msgstr ""
1834
-
1835
- #: defaults.php:2308
1836
- msgid "Deactivated theme from network"
1837
- msgstr ""
1838
-
1839
- #: defaults.php:2309
1840
- msgid "Network deactivated the theme %Theme->Name%."
1841
- msgstr ""
1842
-
1843
- #: defaults.php:2320
1844
- msgid "Database Events"
1845
- msgstr ""
1846
-
1847
- #: defaults.php:2324
1848
- msgid "Unknown component created tables"
1849
- msgstr ""
1850
-
1851
- #: defaults.php:2325
1852
- msgid "An unknown component created these tables in the database."
1853
- msgstr ""
1854
-
1855
- #: defaults.php:2336
1856
- msgid "Unknown component modified tables structure"
1857
- msgstr ""
1858
-
1859
- #: defaults.php:2337
1860
- msgid "An unknown component modified the structure of these database tables."
1861
- msgstr ""
1862
-
1863
- #: defaults.php:2348
1864
- msgid "Unknown component deleted tables"
1865
- msgstr ""
1866
-
1867
- #: defaults.php:2349
1868
- msgid "An unknown component deleted these tables from the database."
1869
- msgstr ""
1870
-
1871
- #: defaults.php:2360
1872
- msgid "WordPress created tables"
1873
- msgstr ""
1874
-
1875
- #: defaults.php:2361
1876
- msgid "WordPress has created these tables in the database."
1877
- msgstr ""
1878
-
1879
- #: defaults.php:2372
1880
- msgid "WordPress modified tables structure"
1881
- msgstr ""
1882
-
1883
- #: defaults.php:2373
1884
- msgid "WordPress modified the structure of these database tables."
1885
- msgstr ""
1886
-
1887
- #: defaults.php:2384
1888
- msgid "WordPress deleted tables"
1889
- msgstr ""
1890
-
1891
- #: defaults.php:2385
1892
- msgid "WordPress deleted these tables from the database."
1893
- msgstr ""
1894
-
1895
- #: defaults.php:2396
1896
- msgid "WordPress & System"
1897
- msgstr ""
1898
-
1899
- #: defaults.php:2397, classes/AlertManager.php:1147, classes/AlertManager.php:1936, classes/AuditLogGridView.php:473, classes/AuditLogListView.php:467, extensions/email-notifications/classes/DailyNotification.php:243, extensions/email-notifications/classes/Notifier.php:642, extensions/reports/classes/Common.php:1258
1900
- msgid "System"
1901
- msgstr ""
1902
-
1903
- #: defaults.php:2401
1904
- msgid "Unknown Error"
1905
- msgstr ""
1906
-
1907
- #: defaults.php:2402
1908
- msgid "An unexpected error has occurred."
1909
- msgstr ""
1910
-
1911
- #: defaults.php:2407
1912
- msgid "PHP error"
1913
- msgstr ""
1914
-
1915
- #: defaults.php:2408, defaults.php:2414, defaults.php:2420, defaults.php:2426, defaults.php:2432
1916
- msgid "%Message%."
1917
- msgstr ""
1918
-
1919
- #: defaults.php:2413
1920
- msgid "PHP warning"
1921
- msgstr ""
1922
-
1923
- #: defaults.php:2419
1924
- msgid "PHP notice"
1925
- msgstr ""
1926
-
1927
- #: defaults.php:2425
1928
- msgid "PHP exception"
1929
- msgstr ""
1930
-
1931
- #: defaults.php:2431
1932
- msgid "PHP shutdown error"
1933
- msgstr ""
1934
-
1935
- #: defaults.php:2437
1936
- msgid "WordPress was updated"
1937
- msgstr ""
1938
-
1939
- #: defaults.php:2438
1940
- msgid "Updated WordPress."
1941
- msgstr ""
1942
-
1943
- #: defaults.php:2440
1944
- msgid "Previous version"
1945
- msgstr ""
1946
-
1947
- #: defaults.php:2457
1948
- msgid "Advertising Extensions"
1949
- msgstr ""
1950
-
1951
- #: defaults.php:2458
1952
- msgid "%PromoName% %PromoMessage%"
1953
- msgstr ""
1954
-
1955
- #: defaults.php:2462
1956
- msgid "Activity log plugin"
1957
- msgstr ""
1958
-
1959
- #: defaults.php:2466
1960
- msgid "Events automatically pruned by system"
1961
- msgstr ""
1962
-
1963
- #: defaults.php:2467
1964
- msgid "System automatically deleted %EventCount% events from the activity log."
1965
- msgstr ""
1966
-
1967
- #: defaults.php:2476
1968
- msgid "Reset the plugin's settings to default"
1969
- msgstr ""
1970
-
1971
- #: defaults.php:2477
1972
- msgid "Reset the activity log plugin's settings to default."
1973
- msgstr ""
1974
-
1975
- #: defaults.php:2486
1976
- msgid "Purged the activity log"
1977
- msgstr ""
1978
-
1979
- #: defaults.php:2487
1980
- msgid "Purged the activity log."
1981
- msgstr ""
1982
-
1983
- #: defaults.php:2496
1984
- msgid "Some WP Activity Log plugin settings on this site were propagated and overridden from the MainWP dashboard"
1985
- msgstr ""
1986
-
1987
- #: defaults.php:2497
1988
- msgid "Some <strong>WP Activity Log</strong> plugin settings on this site were propagated and overridden from the MainWP dashboard."
1989
- msgstr ""
1990
-
1991
- #: defaults.php:2505
1992
- msgid "WordPress Site Settings"
1993
- msgstr ""
1994
-
1995
- #: defaults.php:2509
1996
- msgid "Option Anyone Can Register in WordPress settings changed"
1997
- msgstr ""
1998
-
1999
- #: defaults.php:2510
2000
- msgid "The <strong>Membership</strong> setting <strong>Anyone can register</strong>."
2001
- msgstr ""
2002
-
2003
- #: defaults.php:2519
2004
- msgid "New User Default Role changed"
2005
- msgstr ""
2006
-
2007
- #: defaults.php:2520
2008
- msgid "Changed the <strong>New user default role</strong> WordPress setting."
2009
- msgstr ""
2010
-
2011
- #: defaults.php:2523
2012
- msgid "New role"
2013
- msgstr ""
2014
-
2015
- #: defaults.php:2532
2016
- msgid "WordPress Administrator Notification email changed"
2017
- msgstr ""
2018
-
2019
- #: defaults.php:2533
2020
- msgid "Change the <strong>Administrator email address</strong> in the WordPress settings."
2021
- msgstr ""
2022
-
2023
- #: defaults.php:2535
2024
- msgid "Previous address"
2025
- msgstr ""
2026
-
2027
- #: defaults.php:2536
2028
- msgid "New address"
2029
- msgstr ""
2030
-
2031
- #: defaults.php:2545
2032
- msgid "User changes the WordPress Permalinks"
2033
- msgstr ""
2034
-
2035
- #: defaults.php:2546
2036
- msgid "Changed the <strong>WordPress permalinks</strong>."
2037
- msgstr ""
2038
-
2039
- #: defaults.php:2548
2040
- msgid "Previous permalinks"
2041
- msgstr ""
2042
-
2043
- #: defaults.php:2549
2044
- msgid "New permalinks"
2045
- msgstr ""
2046
-
2047
- #: defaults.php:2558
2048
- msgid "Enabled/Disabled the option Discourage search engines from indexing this site"
2049
- msgstr ""
2050
-
2051
- #: defaults.php:2559
2052
- msgid "Changed the status of the WordPress setting <strong>Search engine visibility</strong> (Discourage search engines from indexing this site)"
2053
- msgstr ""
2054
-
2055
- #: defaults.php:2568
2056
- msgid "Enabled/Disabled comments on all the website"
2057
- msgstr ""
2058
-
2059
- #: defaults.php:2569
2060
- msgid "Changed the status of the WordPress setting <strong>Allow people to submit comments on new posts</strong>."
2061
- msgstr ""
2062
-
2063
- #: defaults.php:2579
2064
- msgid "Enabled/Disabled the option Comment author must fill out name and email"
2065
- msgstr ""
2066
-
2067
- #: defaults.php:2580
2068
- msgid "Changed the status of the WordPress setting <strong>.Comment author must fill out name and email</strong>."
2069
- msgstr ""
2070
-
2071
- #: defaults.php:2589
2072
- msgid "Enabled/Disabled the option Users must be logged in and registered to comment"
2073
- msgstr ""
2074
-
2075
- #: defaults.php:2590
2076
- msgid "Changed the status of the WordPress setting <strong>Users must be registered and logged in to comment</strong>."
2077
- msgstr ""
2078
-
2079
- #: defaults.php:2599
2080
- msgid "Enabled/Disabled the option to automatically close comments"
2081
- msgstr ""
2082
-
2083
- #: defaults.php:2600
2084
- msgid "Changed the status of the WordPress setting <strong>Automatically close comments after %Value% days</strong>."
2085
- msgstr ""
2086
-
2087
- #: defaults.php:2609
2088
- msgid "Changed the value of the option Automatically close comments"
2089
- msgstr ""
2090
-
2091
- #: defaults.php:2610
2092
- msgid "Changed the value of the WordPress setting <strong>Automatically close comments after a number of days</strong> to %NewValue%."
2093
- msgstr ""
2094
-
2095
- #: defaults.php:2621
2096
- msgid "Enabled/Disabled the option for comments to be manually approved"
2097
- msgstr ""
2098
-
2099
- #: defaults.php:2622
2100
- msgid "Changed the value of the WordPress setting <strong>Comments must be manualy approved</strong>."
2101
- msgstr ""
2102
-
2103
- #: defaults.php:2631
2104
- msgid "Enabled/Disabled the option for an author to have previously approved comments for the comments to appear"
2105
- msgstr ""
2106
-
2107
- #: defaults.php:2632
2108
- msgid "Changed the value of the WordPress setting <strong>Comment author must have a previously approved comment</strong>."
2109
- msgstr ""
2110
-
2111
- #: defaults.php:2641
2112
- msgid "Changed the number of links that a comment must have to be held in the queue"
2113
- msgstr ""
2114
-
2115
- #: defaults.php:2642
2116
- msgid "Changed the value of the WordPress setting <strong>Hold a comment in the queue if it contains links</strong> to %NewValue% links."
2117
- msgstr ""
2118
-
2119
- #: defaults.php:2653
2120
- msgid "Modified the list of keywords for comments moderation"
2121
- msgstr ""
2122
-
2123
- #: defaults.php:2654
2124
- msgid "Modified the list of keywords for comments medoration in WordPress."
2125
- msgstr ""
2126
-
2127
- #: defaults.php:2663
2128
- msgid "Modified the list of keywords for comments blacklisting"
2129
- msgstr ""
2130
-
2131
- #: defaults.php:2664
2132
- msgid "Modified the list of <strong>Disallowed comment keys</strong> (keywords) for comments blacklisting in WordPress."
2133
- msgstr ""
2134
-
2135
- #: defaults.php:2673
2136
- msgid "Option WordPress Address (URL) in WordPress settings changed"
2137
- msgstr ""
2138
-
2139
- #: defaults.php:2674
2140
- msgid "Changed the <strong>WordPress address (URL)</strong> tp %new_url%."
2141
- msgstr ""
2142
-
2143
- #: defaults.php:2685
2144
- msgid "Option Site Address (URL) in WordPress settings changed"
2145
- msgstr ""
2146
-
2147
- #: defaults.php:2686
2148
- msgid "Changed the <strong>Site address (URL)</strong> to %new_url%."
2149
- msgstr ""
2150
-
2151
- #: defaults.php:2697
2152
- msgid "Option Your homepage displays in WordPress settings changed"
2153
- msgstr ""
2154
-
2155
- #: defaults.php:2698
2156
- msgid "Changed the <strong>Your homepage displays</strong> WordPress setting to %new_homepage%."
2157
- msgstr ""
2158
-
2159
- #: defaults.php:2700, defaults.php:2787, defaults.php:2933
2160
- msgid "Previous setting"
2161
- msgstr ""
2162
-
2163
- #: defaults.php:2709
2164
- msgid "Option homepage in WordPress settings changed"
2165
- msgstr ""
2166
-
2167
- #: defaults.php:2710
2168
- msgid "Changed the <strong>Homepage</strong> in the WordPress settings to %new_page%."
2169
- msgstr ""
2170
-
2171
- #: defaults.php:2712, defaults.php:2724
2172
- msgid "Previous page"
2173
- msgstr ""
2174
-
2175
- #: defaults.php:2721
2176
- msgid "Option posts page in WordPress settings changed"
2177
- msgstr ""
2178
-
2179
- #: defaults.php:2722
2180
- msgid "Changed the <strong> Posts</strong> page in the WordPress settings to %new_page%."
2181
- msgstr ""
2182
-
2183
- #: defaults.php:2734
2184
- msgid "Option Timezone in WordPress settings changed"
2185
- msgstr ""
2186
-
2187
- #: defaults.php:2735
2188
- msgid "Changed the <strong>Timezone</strong> in the WordPress settings to %new_timezone%."
2189
- msgstr ""
2190
-
2191
- #: defaults.php:2737
2192
- msgid "Previous timezone"
2193
- msgstr ""
2194
-
2195
- #: defaults.php:2746
2196
- msgid "Option Date format in WordPress settings changed"
2197
- msgstr ""
2198
-
2199
- #: defaults.php:2747
2200
- msgid "Changed the <strong>Date format</strong> in the WordPress settings to %new_date_format%."
2201
- msgstr ""
2202
-
2203
- #: defaults.php:2749, defaults.php:2761
2204
- msgid "Previous format"
2205
- msgstr ""
2206
-
2207
- #: defaults.php:2758
2208
- msgid "Option Time format in WordPress settings changed"
2209
- msgstr ""
2210
-
2211
- #: defaults.php:2759
2212
- msgid "Changed the <strong>Time format</strong> in the WordPress settings to %new_time_format%."
2213
- msgstr ""
2214
-
2215
- #: defaults.php:2771
2216
- msgid "Option Automatic updates setting changed"
2217
- msgstr ""
2218
-
2219
- #: defaults.php:2772
2220
- msgid "Changed the <strong>Automatic updates</strong> setting."
2221
- msgstr ""
2222
-
2223
- #: defaults.php:2774
2224
- msgid "New setting status"
2225
- msgstr ""
2226
-
2227
- #: defaults.php:2784
2228
- msgid "Option Site Language setting changed"
2229
- msgstr ""
2230
-
2231
- #: defaults.php:2785
2232
- msgid "Changed the <strong>Site Language</strong> to %new_value%."
2233
- msgstr ""
2234
-
2235
- #: defaults.php:2796
2236
- msgid "Multisite Network Sites"
2237
- msgstr ""
2238
-
2239
- #: defaults.php:2797
2240
- msgid "MultiSite"
2241
- msgstr ""
2242
-
2243
- #: defaults.php:2801
2244
- msgid "New site added on the network"
2245
- msgstr ""
2246
-
2247
- #: defaults.php:2802
2248
- msgid "Added the new site %SiteName% to the network."
2249
- msgstr ""
2250
-
2251
- #: defaults.php:2804, defaults.php:2816, defaults.php:2828, defaults.php:2840, defaults.php:2852, defaults.php:2864
2252
- msgid "URL"
2253
- msgstr ""
2254
-
2255
- #: defaults.php:2813
2256
- msgid "Existing site archived"
2257
- msgstr ""
2258
-
2259
- #: defaults.php:2814
2260
- msgid "Archived the site %SiteName% on the network."
2261
- msgstr ""
2262
-
2263
- #: defaults.php:2825
2264
- msgid "Archived site has been unarchived"
2265
- msgstr ""
2266
-
2267
- #: defaults.php:2826
2268
- msgid "Unarchived the site %SiteName%."
2269
- msgstr ""
2270
-
2271
- #: defaults.php:2837
2272
- msgid "Deactivated site has been activated"
2273
- msgstr ""
2274
-
2275
- #: defaults.php:2838
2276
- msgid "Activated the site %SiteName% on the network."
2277
- msgstr ""
2278
-
2279
- #: defaults.php:2849
2280
- msgid "Site has been deactivated"
2281
- msgstr ""
2282
-
2283
- #: defaults.php:2850
2284
- msgid "Deactiveated the site %SiteName% on the network."
2285
- msgstr ""
2286
-
2287
- #: defaults.php:2861
2288
- msgid "Existing site deleted from network"
2289
- msgstr ""
2290
-
2291
- #: defaults.php:2862
2292
- msgid "The site: %SiteName%."
2293
- msgstr ""
2294
-
2295
- #: defaults.php:2873
2296
- msgid "Allow site administrators to add new users to their sites settings changed"
2297
- msgstr ""
2298
-
2299
- #: defaults.php:2874
2300
- msgid "Changed the status of the network setting <strong>Allow site administrators to add new users to their sites</strong>."
2301
- msgstr ""
2302
-
2303
- #: defaults.php:2883
2304
- msgid "Site upload space settings changed"
2305
- msgstr ""
2306
-
2307
- #: defaults.php:2884
2308
- msgid "Changed the status of the network setting <strong>Site upload space</strong> (to limit space allocated for each site's upload directory)."
2309
- msgstr ""
2310
-
2311
- #: defaults.php:2893
2312
- msgid "Site upload space file size settings changed"
2313
- msgstr ""
2314
-
2315
- #: defaults.php:2894
2316
- msgid "Changed the file size in the <strong>Site upload space</strong> network setting to %new_value%."
2317
- msgstr ""
2318
-
2319
- #: defaults.php:2896
2320
- msgid "Previous size (MB)"
2321
- msgstr ""
2322
-
2323
- #: defaults.php:2905
2324
- msgid "Site Upload file types settings changed"
2325
- msgstr ""
2326
-
2327
- #: defaults.php:2906
2328
- msgid "Changed the network setting <strong>Upload file types (list of allowed file types)</strong>."
2329
- msgstr ""
2330
-
2331
- #: defaults.php:2918
2332
- msgid "Site Max upload file size settings changed"
2333
- msgstr ""
2334
-
2335
- #: defaults.php:2919
2336
- msgid "Changed the <strong>Max upload file size</strong> network setting to %new_value%."
2337
- msgstr ""
2338
-
2339
- #: defaults.php:2921
2340
- msgid "Previous size (KB)"
2341
- msgstr ""
2342
-
2343
- #: defaults.php:2930
2344
- msgid "Allow new registrations settings changed"
2345
- msgstr ""
2346
-
2347
- #: defaults.php:2931
2348
- msgid "Changed the <strong>Allow new registrations</strong> setting to %new_setting%."
2349
- msgstr ""
2350
-
2351
- #: defaults.php:2947, classes/Views/Settings.php:99
2352
- msgid "File Changes"
2353
- msgstr ""
2354
-
2355
- #: defaults.php:2948
2356
- msgid "Monitor File Changes"
2357
- msgstr ""
2358
-
2359
- #: defaults.php:2952
2360
- msgid "Dummy"
2361
- msgstr ""
2362
-
2363
- #. translators: Username
2364
- #. translators: Username
2365
- #: wp-security-audit-log.php:930, wp-security-audit-log.php:957
2366
- msgid "Hey %1$s"
2367
- msgstr ""
2368
-
2369
- #: wp-security-audit-log.php:931
2370
- msgid "Never miss an important update! Opt-in to our security and feature updates notifications, and non-sensitive diagnostic tracking with freemius.com."
2371
- msgstr ""
2372
-
2373
- #: wp-security-audit-log.php:932, wp-security-audit-log.php:960
2374
- msgid "Note: "
2375
- msgstr ""
2376
-
2377
- #: wp-security-audit-log.php:933, wp-security-audit-log.php:961
2378
- msgid "NO ACTIVITY LOG ACTIVITY & DATA IS SENT BACK TO OUR SERVERS."
2379
- msgstr ""
2380
-
2381
- #. translators: 1: Plugin name. 2: Freemius link.
2382
- #: wp-security-audit-log.php:959
2383
- msgid "Please help us improve %2$s! If you opt-in, some non-sensitive data about your usage of %2$s will be sent to %5$s, a diagnostic tracking service we use. If you skip this, that's okay! %2$s will still work just fine."
2384
- msgstr ""
2385
-
2386
- #. translators: Plugin name
2387
- #: wp-security-audit-log.php:981
2388
- msgid "Get a free 7-day trial of the premium edition of %s. No credit card required, no commitments!"
2389
- msgstr ""
2390
-
2391
- #: wp-security-audit-log.php:982, classes/AlertManager.php:1165
2392
- msgid "WP Activity Log"
2393
- msgstr ""
2394
-
2395
- #: wp-security-audit-log.php:986
2396
- msgid "Start free trial"
2397
- msgstr ""
2398
-
2399
- #: wp-security-audit-log.php:1054
2400
- msgid "You need to activate the licence key to use WP Activity Log Premium. %2$s"
2401
- msgstr ""
2402
-
2403
- #: wp-security-audit-log.php:1055
2404
- msgid "Activate the licence key now"
2405
- msgstr ""
2406
-
2407
- #. translators: Number of sites
2408
- #: wp-security-audit-log.php:1077
2409
- msgid "The license is limited to %s sub-sites. You need to upgrade your license to cover all the sub-sites on this network."
2410
- msgstr ""
2411
-
2412
- #: wp-security-audit-log.php:1073
2413
- msgid "%s You need to renew your license to continue using premium features."
2414
- msgstr ""
2415
-
2416
- #: wp-security-audit-log.php:1188
2417
- msgid "Error: You do not have sufficient permissions to disable this custom field."
2418
- msgstr ""
2419
-
2420
- #: wp-security-audit-log.php:1223
2421
- msgid "Custom Field <strong>%1$s</strong> is no longer being monitored.<br />Enable the monitoring of this custom field again from the"
2422
- msgstr ""
2423
-
2424
- #: wp-security-audit-log.php:1226
2425
- msgid "Excluded Objects"
2426
- msgstr ""
2427
-
2428
- #: wp-security-audit-log.php:1227
2429
- msgid " tab in the plugin settings"
2430
- msgstr ""
2431
-
2432
- #: wp-security-audit-log.php:1240
2433
- msgid "Error: You do not have sufficient permissions to disable this alert."
2434
- msgstr ""
2435
-
2436
- #: wp-security-audit-log.php:1264
2437
- msgid "Alert %1$s is no longer being monitored.<br /> %2$s"
2438
- msgstr ""
2439
-
2440
- #: wp-security-audit-log.php:1264
2441
- msgid "You can enable this alert again from the Enable/Disable Alerts node in the plugin menu."
2442
- msgstr ""
2443
-
2444
- #: wp-security-audit-log.php:1289, classes/Views/SetupWizard.php:270
2445
- msgid "Installing, please wait"
2446
- msgstr ""
2447
-
2448
- #: wp-security-audit-log.php:1290, classes/Views/SetupWizard.php:271
2449
- msgid "Already installed"
2450
- msgstr ""
2451
-
2452
- #: wp-security-audit-log.php:1291, classes/Utilities/PluginInstallAndActivate.php:108, classes/Views/SetupWizard.php:272, classes/Views/SetupWizard.php:836
2453
- msgid "Extension installed"
2454
- msgstr ""
2455
-
2456
- #: wp-security-audit-log.php:1292, classes/Views/SetupWizard.php:273
2457
- msgid "Extension activated"
2458
- msgstr ""
2459
-
2460
- #: wp-security-audit-log.php:1293, classes/Views/SetupWizard.php:274
2461
- msgid "Install failed"
2462
- msgstr ""
2463
-
2464
- #. translators: %s: PHP Version
2465
- #: wp-security-audit-log.php:1345
2466
- msgid "You are using a version of PHP that is older than %s, which is no longer supported."
2467
- msgstr ""
2468
-
2469
- #: wp-security-audit-log.php:1347
2470
- msgid "Contact us on <a href=\"mailto:plugins@wpwhitesecurity.com\">plugins@wpwhitesecurity.com</a> to help you switch the version of PHP you are using."
2471
- msgstr ""
2472
-
2473
- #. translators: %s: Activity Log for MainWP plugin hyperlink
2474
- #: wp-security-audit-log.php:1352
2475
- msgid "Please install the %s plugin on the MainWP dashboard."
2476
- msgstr ""
2477
-
2478
- #: wp-security-audit-log.php:1352
2479
- msgid "Activity Log for MainWP"
2480
- msgstr ""
2481
-
2482
- #. translators: %s: Getting started guide hyperlink
2483
- #: wp-security-audit-log.php:1354
2484
- msgid "The WP Activity Log should be installed on the child sites only. Refer to the %s for more information."
2485
- msgstr ""
2486
-
2487
- #: wp-security-audit-log.php:1354
2488
- msgid "getting started guide"
2489
- msgstr ""
2490
-
2491
- #: wp-security-audit-log.php:1902
2492
- msgid "For security and auditing purposes, a record of all of your logged-in actions and changes within the WordPress dashboard will be recorded in an activity log with the <a href=\"https://wpactivitylog.com/\" target=\"_blank\">WP Activity Log plugin</a>. The audit log also includes the IP address where you accessed this site from."
2493
- msgstr ""
2494
-
2495
- #: wp-security-audit-log.php:1921
2496
- msgid "Every 6 hours"
2497
- msgstr ""
2498
-
2499
- #: wp-security-audit-log.php:1925
2500
- msgid "Every 45 minutes"
2501
- msgstr ""
2502
-
2503
- #: wp-security-audit-log.php:1929
2504
- msgid "Every 30 minutes"
2505
- msgstr ""
2506
-
2507
- #: wp-security-audit-log.php:1933
2508
- msgid "Every 15 minutes"
2509
- msgstr ""
2510
-
2511
- #: wp-security-audit-log.php:1937
2512
- msgid "Every 10 minutes"
2513
- msgstr ""
2514
-
2515
- #: wp-security-audit-log.php:1941
2516
- msgid "Every 1 minute"
2517
- msgstr ""
2518
-
2519
- #. translators: 1. Deprecated method name 2. Version since deprecated
2520
- #: wp-security-audit-log.php:1955
2521
- msgid "Method %1$s is deprecated since version %2$s!"
2522
- msgstr ""
2523
-
2524
- #: classes/AlertFormatter.php:62
2525
- msgid "Exclude Custom Field from the Monitoring"
2526
- msgstr ""
2527
-
2528
- #: classes/AlertFormatter.php:87
2529
- msgid "unknown"
2530
- msgstr ""
2531
-
2532
- #: classes/AlertFormatter.php:134, classes/AlertFormatter.php:134
2533
- msgid "Download the log file."
2534
- msgstr ""
2535
-
2536
- #: classes/AlertFormatter.php:142
2537
- msgid "published"
2538
- msgstr ""
2539
-
2540
- #. translators: Event ID
2541
- #: classes/AlertManager.php:412
2542
- msgid "Event with code %d has not be registered."
2543
- msgstr ""
2544
-
2545
- #. translators: Event ID
2546
- #: classes/AlertManager.php:496
2547
- msgid "Event %s already registered with WP Activity Log."
2548
- msgstr ""
2549
-
2550
- #: classes/AlertManager.php:527
2551
- msgid "You have custom events that are using the same ID or IDs which are already registered in the plugin, so they have been disabled."
2552
- msgstr ""
2553
-
2554
- #. translators: 1.CSS classes, 2. Notice, 3. Contact us link
2555
- #: classes/AlertManager.php:530
2556
- msgid "%4$s to help you solve this issue."
2557
- msgstr ""
2558
-
2559
- #: classes/AlertManager.php:532
2560
- msgid "ERROR:"
2561
- msgstr ""
2562
-
2563
- #: classes/AlertManager.php:534
2564
- msgid "Contact us"
2565
- msgstr ""
2566
-
2567
- #: classes/AlertManager.php:1149
2568
- msgid "Database"
2569
- msgstr ""
2570
-
2571
- #: classes/AlertManager.php:1151, classes/AlertManager.php:1155
2572
- msgid "File"
2573
- msgstr ""
2574
-
2575
- #: classes/AlertManager.php:1152
2576
- msgid "Tag"
2577
- msgstr ""
2578
-
2579
- #: classes/AlertManager.php:1153
2580
- msgid "Comment"
2581
- msgstr ""
2582
-
2583
- #: classes/AlertManager.php:1154
2584
- msgid "Setting"
2585
- msgstr ""
2586
-
2587
- #: classes/AlertManager.php:1156
2588
- msgid "System Setting"
2589
- msgstr ""
2590
-
2591
- #: classes/AlertManager.php:1157
2592
- msgid "MainWP Network"
2593
- msgstr ""
2594
-
2595
- #: classes/AlertManager.php:1158
2596
- msgid "MainWP"
2597
- msgstr ""
2598
-
2599
- #: classes/AlertManager.php:1159
2600
- msgid "Category"
2601
- msgstr ""
2602
-
2603
- #: classes/AlertManager.php:1160
2604
- msgid "Custom Field"
2605
- msgstr ""
2606
-
2607
- #: classes/AlertManager.php:1161
2608
- msgid "Widget"
2609
- msgstr ""
2610
-
2611
- #: classes/AlertManager.php:1162
2612
- msgid "Menu"
2613
- msgstr ""
2614
-
2615
- #: classes/AlertManager.php:1163
2616
- msgid "Theme"
2617
- msgstr ""
2618
-
2619
- #: classes/AlertManager.php:1164
2620
- msgid "Activity log"
2621
- msgstr ""
2622
-
2623
- #: classes/AlertManager.php:1166
2624
- msgid "Multisite Network"
2625
- msgstr ""
2626
-
2627
- #: classes/AlertManager.php:1167, extensions/email-notifications/classes/Common.php:1122, extensions/search/classes/Filters/IpFilter.php:87, extensions/user-sessions/classes/View/Sessions.php:298
2628
- msgid "IP Address"
2629
- msgstr ""
2630
-
2631
- #: classes/AlertManager.php:1183
2632
- msgid "unknown object"
2633
- msgstr ""
2634
-
2635
- #: classes/AlertManager.php:1220
2636
- msgid "Login"
2637
- msgstr ""
2638
-
2639
- #: classes/AlertManager.php:1221
2640
- msgid "Logout"
2641
- msgstr ""
2642
-
2643
- #: classes/AlertManager.php:1222
2644
- msgid "Installed"
2645
- msgstr ""
2646
-
2647
- #: classes/AlertManager.php:1223
2648
- msgid "Activated"
2649
- msgstr ""
2650
-
2651
- #: classes/AlertManager.php:1224
2652
- msgid "Deactivated"
2653
- msgstr ""
2654
-
2655
- #: classes/AlertManager.php:1225
2656
- msgid "Uninstalled"
2657
- msgstr ""
2658
-
2659
- #: classes/AlertManager.php:1226
2660
- msgid "Updated"
2661
- msgstr ""
2662
-
2663
- #: classes/AlertManager.php:1227, extensions/user-sessions/classes/View/Sessions.php:145
2664
- msgid "Created"
2665
- msgstr ""
2666
-
2667
- #: classes/AlertManager.php:1228
2668
- msgid "Modified"
2669
- msgstr ""
2670
-
2671
- #: classes/AlertManager.php:1229, extensions/search/search-init.php:301
2672
- msgid "Deleted"
2673
- msgstr ""
2674
-
2675
- #: classes/AlertManager.php:1230, extensions/reports/classes/CsvReportGenerator.php:276, extensions/reports/classes/HtmlReportGenerator.php:453
2676
- msgid "Published"
2677
- msgstr ""
2678
-
2679
- #: classes/AlertManager.php:1231
2680
- msgid "Approved"
2681
- msgstr ""
2682
-
2683
- #: classes/AlertManager.php:1232
2684
- msgid "Unapproved"
2685
- msgstr ""
2686
-
2687
- #: classes/AlertManager.php:1233
2688
- msgid "Enabled"
2689
- msgstr ""
2690
-
2691
- #: classes/AlertManager.php:1234, extensions/email-notifications/classes/Notifications.php:1820
2692
- msgid "Disabled"
2693
- msgstr ""
2694
-
2695
- #: classes/AlertManager.php:1235
2696
- msgid "Added"
2697
- msgstr ""
2698
-
2699
- #: classes/AlertManager.php:1236
2700
- msgid "Failed Login"
2701
- msgstr ""
2702
-
2703
- #: classes/AlertManager.php:1237
2704
- msgid "Blocked"
2705
- msgstr ""
2706
-
2707
- #: classes/AlertManager.php:1238
2708
- msgid "Uploaded"
2709
- msgstr ""
2710
-
2711
- #: classes/AlertManager.php:1239
2712
- msgid "Restored"
2713
- msgstr ""
2714
-
2715
- #: classes/AlertManager.php:1240
2716
- msgid "Opened"
2717
- msgstr ""
2718
-
2719
- #: classes/AlertManager.php:1241
2720
- msgid "Viewed"
2721
- msgstr ""
2722
-
2723
- #: classes/AlertManager.php:1242
2724
- msgid "Started"
2725
- msgstr ""
2726
-
2727
- #: classes/AlertManager.php:1243
2728
- msgid "Stopped"
2729
- msgstr ""
2730
-
2731
- #: classes/AlertManager.php:1244
2732
- msgid "Removed"
2733
- msgstr ""
2734
-
2735
- #: classes/AlertManager.php:1245
2736
- msgid "Unblocked"
2737
- msgstr ""
2738
-
2739
- #: classes/AlertManager.php:1246
2740
- msgid "Renamed"
2741
- msgstr ""
2742
-
2743
- #: classes/AlertManager.php:1247
2744
- msgid "Duplicated"
2745
- msgstr ""
2746
-
2747
- #: classes/AlertManager.php:1248
2748
- msgid "Submitted"
2749
- msgstr ""
2750
-
2751
- #: classes/AlertManager.php:1249
2752
- msgid "Revoked"
2753
- msgstr ""
2754
-
2755
- #: classes/AlertManager.php:1266
2756
- msgid "unknown type"
2757
- msgstr ""
2758
-
2759
- #: classes/AlertManager.php:1893, classes/ConstantManager.php:146
2760
- msgid "Unknown error code."
2761
- msgstr ""
2762
-
2763
- #: classes/AlertManager.php:1912, classes/AlertManager.php:1900, extensions/reports/classes/Common.php:1238, extensions/reports/classes/Common.php:1228
2764
- msgid "Unknown Site"
2765
- msgstr ""
2766
-
2767
- #: classes/AuditLogGridView.php:104, classes/AuditLogListView.php:95
2768
- msgid "No events so far."
2769
- msgstr ""
2770
-
2771
- #: classes/AuditLogGridView.php:141, classes/AuditLogListView.php:139
2772
- msgid "List View"
2773
- msgstr ""
2774
-
2775
- #: classes/AuditLogGridView.php:142, classes/AuditLogListView.php:140
2776
- msgid "Grid View"
2777
- msgstr ""
2778
-
2779
- #: classes/AuditLogGridView.php:167, classes/AuditLogListView.php:165
2780
- msgid "Show "
2781
- msgstr ""
2782
-
2783
- #: classes/AuditLogGridView.php:175, classes/AuditLogListView.php:173
2784
- msgid " Items"
2785
- msgstr ""
2786
-
2787
- #: classes/AuditLogGridView.php:182, classes/AuditLogListView.php:180
2788
- msgid "— End of Activity Log —"
2789
- msgstr ""
2790
-
2791
- #: classes/AuditLogGridView.php:203, classes/AuditLogListView.php:201, classes/Views/AuditLog.php:624, extensions/reports/inc/wsal-reporting-view.inc.php:610
2792
- msgid "All Sites"
2793
- msgstr ""
2794
-
2795
- #: classes/AuditLogGridView.php:231, classes/AuditLogListView.php:230
2796
- msgid "Live Database"
2797
- msgstr ""
2798
-
2799
- #: classes/AuditLogGridView.php:234, classes/AuditLogListView.php:233
2800
- msgid "Archive Database"
2801
- msgstr ""
2802
-
2803
- #: classes/AuditLogGridView.php:289, classes/AuditLogGridView.php:315, classes/AuditLogListView.php:288, classes/AuditLogListView.php:318, classes/Views/Settings.php:1090, classes/Views/ToggleAlerts.php:299, extensions/search/classes/Filters/CodeFilter.php:43, extensions/search/classes/Filters/CodeFilter.php:69
2804
- msgid "Severity"
2805
- msgstr ""
2806
-
2807
- #: classes/AuditLogGridView.php:290, extensions/search/classes/Filters/CodeFilter.php:76
2808
- msgid "Info"
2809
- msgstr ""
2810
-
2811
- #: classes/AuditLogGridView.php:295, classes/AuditLogListView.php:298, classes/AuditLogListView.php:330, extensions/email-notifications/classes/Common.php:1120, extensions/email-notifications/classes/Common.php:1181, extensions/search/classes/Filters/SiteFilter.php:29
2812
- msgid "Site"
2813
- msgstr ""
2814
-
2815
- #: classes/AuditLogGridView.php:298, classes/AuditLogGridView.php:321, classes/AuditLogListView.php:301, classes/AuditLogListView.php:339, extensions/email-notifications/classes/Common.php:1125, extensions/email-notifications/classes/Common.php:1155, extensions/reports/classes/CsvReportGenerator.php:92, extensions/reports/classes/HtmlReportGenerator.php:254
2816
- msgid "Message"
2817
- msgstr ""
2818
-
2819
- #: classes/AuditLogGridView.php:318
2820
- msgid "Grid"
2821
- msgstr ""
2822
-
2823
- #: classes/AuditLogGridView.php:386, classes/AuditLogListView.php:421
2824
- msgid "Disable this type of events."
2825
- msgstr ""
2826
-
2827
- #: classes/AuditLogGridView.php:418, classes/AuditLogGridView.php:422, classes/AuditLogGridView.php:461, classes/AuditLogListView.php:436, classes/AuditLogListView.php:458
2828
- msgid "Unknown"
2829
- msgstr ""
2830
-
2831
- #: classes/AuditLogGridView.php:470, classes/AuditLogListView.php:465
2832
- msgid "Unregistered user"
2833
- msgstr ""
2834
-
2835
- #: classes/AuditLogGridView.php:446
2836
- msgid "Show me all activity by this User"
2837
- msgstr ""
2838
-
2839
- #: classes/AuditLogGridView.php:507, classes/AuditLogGridView.php:520, classes/AuditLogListView.php:498, classes/AuditLogListView.php:511
2840
- msgid "Show me all activity originating from this IP Address"
2841
- msgstr ""
2842
-
2843
- #: classes/AuditLogGridView.php:577, classes/AuditLogListView.php:540
2844
- msgid "View all details of this change"
2845
- msgstr ""
2846
-
2847
- #: classes/AuditLogGridView.php:578, classes/AuditLogListView.php:541
2848
- msgid "Alert Data Inspector"
2849
- msgstr ""
2850
-
2851
- #: classes/AuditLogListView.php:289, classes/AuditLogListView.php:321, extensions/reports/classes/CsvReportGenerator.php:85, extensions/reports/classes/CsvReportGenerator.php:257, extensions/reports/classes/CsvReportGenerator.php:266, extensions/reports/classes/CsvReportGenerator.php:275, extensions/reports/classes/HtmlReportGenerator.php:247, extensions/reports/classes/HtmlReportGenerator.php:397, extensions/reports/classes/HtmlReportGenerator.php:415, extensions/reports/classes/HtmlReportGenerator.php:452, extensions/search/classes/Filters/DateFilter.php:27
2852
- msgid "Date"
2853
- msgstr ""
2854
-
2855
- #: classes/AuditLogListView.php:291, classes/AuditLogListView.php:327, extensions/search/classes/Filters/IpFilter.php:45
2856
- msgid "IP"
2857
- msgstr ""
2858
-
2859
- #: classes/AuditLogListView.php:292, classes/AuditLogListView.php:333, classes/WidgetManager.php:77, extensions/email-notifications/classes/Common.php:1093, extensions/search/classes/Filters/ObjectFilter.php:29, extensions/search/classes/Filters/ObjectFilter.php:53
2860
- msgid "Object"
2861
- msgstr ""
2862
-
2863
- #: classes/AuditLogListView.php:293, classes/AuditLogListView.php:336, classes/WidgetManager.php:78, extensions/email-notifications/classes/Common.php:1039, extensions/email-notifications/classes/Common.php:1094, extensions/reports/classes/CsvReportGenerator.php:90, extensions/reports/classes/HtmlReportGenerator.php:252, extensions/search/classes/Filters/EventTypeFilter.php:29, extensions/search/classes/Filters/EventTypeFilter.php:53
2864
- msgid "Event Type"
2865
- msgstr ""
2866
-
2867
- #: classes/AuditLogListView.php:400
2868
- msgid "Click to toggle."
2869
- msgstr ""
2870
-
2871
- #: classes/AuditLogListView.php:405, classes/Models/Occurrence.php:83
2872
- msgid "Alert message not found."
2873
- msgstr ""
2874
-
2875
- #: classes/AuditLogListView.php:406, classes/Models/Occurrence.php:84
2876
- msgid "Alert description not found."
2877
- msgstr ""
2878
-
2879
- #: classes/ConstantManager.php:172, classes/Views/ToggleAlerts.php:444
2880
- msgid "Informational"
2881
- msgstr ""
2882
-
2883
- #: classes/ConstantManager.php:170, classes/Views/ToggleAlerts.php:442, extensions/search/classes/Filters/CodeFilter.php:75
2884
- msgid "Low"
2885
- msgstr ""
2886
-
2887
- #: classes/ConstantManager.php:168, classes/Views/ToggleAlerts.php:440, extensions/search/classes/Filters/CodeFilter.php:74
2888
- msgid "Medium"
2889
- msgstr ""
2890
-
2891
- #: classes/ConstantManager.php:166, classes/Views/ToggleAlerts.php:438, extensions/search/classes/Filters/CodeFilter.php:73
2892
- msgid "High"
2893
- msgstr ""
2894
-
2895
- #: classes/ConstantManager.php:164, classes/ConstantManager.php:158, classes/Views/ToggleAlerts.php:436, classes/Views/ToggleAlerts.php:430, extensions/search/classes/Filters/CodeFilter.php:72
2896
- msgid "Critical"
2897
- msgstr ""
2898
-
2899
- #: classes/ConstantManager.php:162, classes/Views/ToggleAlerts.php:446, classes/Views/ToggleAlerts.php:434
2900
- msgid "Notification"
2901
- msgstr ""
2902
-
2903
- #: classes/ConstantManager.php:160, classes/Views/ToggleAlerts.php:432
2904
- msgid "Warning"
2905
- msgstr ""
2906
-
2907
- #: classes/Settings.php:355
2908
- msgid "This function is deprecated"
2909
- msgstr ""
2910
-
2911
- #: classes/Settings.php:1628
2912
- msgid "Root directory of WordPress (excluding sub directories)"
2913
- msgstr ""
2914
-
2915
- #: classes/Settings.php:1629
2916
- msgid "WP Admin directory (/wp-admin/)"
2917
- msgstr ""
2918
-
2919
- #: classes/Settings.php:1630
2920
- msgid "WP Includes directory (/wp-includes/)"
2921
- msgstr ""
2922
-
2923
- #: classes/Settings.php:1631
2924
- msgid "/wp-content/ directory (excluding plugins, themes & uploads directories)"
2925
- msgstr ""
2926
-
2927
- #: classes/Settings.php:1632
2928
- msgid "Themes directory (/wp-content/themes/)"
2929
- msgstr ""
2930
-
2931
- #: classes/Settings.php:1633
2932
- msgid "Plugins directory (/wp-content/plugins/)"
2933
- msgstr ""
2934
-
2935
- #: classes/Settings.php:1634
2936
- msgid "Uploads directory (/wp-content/uploads/)"
2937
- msgstr ""
2938
-
2939
- #: classes/Settings.php:1639
2940
- msgid "Uploads directory of all sub sites on this network (/wp-content/sites/*)"
2941
- msgstr ""
2942
-
2943
- #: classes/ViewManager.php:141
2944
- msgid "WP Activity Log requires Website File Changes Monitor 1.6.0. Please upgrade that plugin."
2945
- msgstr ""
2946
-
2947
- #: classes/ViewManager.php:283
2948
- msgid "Free Premium Trial"
2949
- msgstr ""
2950
-
2951
- #: classes/WidgetManager.php:55
2952
- msgid "Latest Events"
2953
- msgstr ""
2954
-
2955
- #: classes/WidgetManager.php:79, classes/Views/ToggleAlerts.php:300
2956
- msgid "Description"
2957
- msgstr ""
2958
-
2959
- #: classes/WidgetManager.php:71
2960
- msgid "No events found."
2961
- msgstr ""
2962
-
2963
- #. translators: 1 - mysqli error code, 2 - mysqli error message
2964
- #: classes/Connector/MySQLDB.php:68
2965
- msgid "Code %1$d: %2$s"
2966
- msgstr ""
2967
-
2968
- #: classes/Models/Occurrence.php:202
2969
- msgid "WFCM"
2970
- msgstr ""
2971
-
2972
- #. translators: 1: html that opens a link, 2: html that closes a link.
2973
- #: classes/Models/Occurrence.php:227
2974
- msgid "This type of activity / change is no longer monitored. You can create your own custom event IDs to keep a log of such change. Read more about custom events %1$shere%2$s."
2975
- msgstr ""
2976
-
2977
- #: classes/Sensors/Content.php:690
2978
- msgid "Default template"
2979
- msgstr ""
2980
-
2981
- #: classes/Sensors/Content.php:691, extensions/external-db/classes/Settings.php:466
2982
- msgid "Default"
2983
- msgstr ""
2984
-
2985
- #: classes/Sensors/Content.php:733
2986
- msgid "No previous image"
2987
- msgstr ""
2988
-
2989
- #: classes/Sensors/Content.php:734
2990
- msgid "No image"
2991
- msgstr ""
2992
-
2993
- #: classes/Sensors/Content.php:1092, classes/Sensors/Content.php:1100
2994
- msgid "Public"
2995
- msgstr ""
2996
-
2997
- #: classes/Sensors/Content.php:1090, classes/Sensors/Content.php:1098
2998
- msgid "Private"
2999
- msgstr ""
3000
-
3001
- #: classes/Sensors/Content.php:1088, classes/Sensors/Content.php:1096
3002
- msgid "Password Protected"
3003
- msgstr ""
3004
-
3005
- #: classes/Sensors/Content.php:1263
3006
- msgid "no tags"
3007
- msgstr ""
3008
-
3009
- #: classes/Sensors/Multisite.php:80
3010
- msgid "disabled"
3011
- msgstr ""
3012
-
3013
- #: classes/Sensors/Multisite.php:81
3014
- msgid "user accounts only"
3015
- msgstr ""
3016
-
3017
- #: classes/Sensors/Multisite.php:82
3018
- msgid "users can register new sites"
3019
- msgstr ""
3020
-
3021
- #: classes/Sensors/Multisite.php:83
3022
- msgid "sites & users can be registered"
3023
- msgstr ""
3024
-
3025
- #: classes/Sensors/System.php:175, classes/Sensors/System.php:176
3026
- msgid "latest posts"
3027
- msgstr ""
3028
-
3029
- #: classes/Sensors/System.php:175, classes/Sensors/System.php:176
3030
- msgid "static page"
3031
- msgstr ""
3032
-
3033
- #: classes/Sensors/System.php:355
3034
- msgid "automatically update to all new versions of WordPress"
3035
- msgstr ""
3036
-
3037
- #: classes/Sensors/System.php:355
3038
- msgid "automatically update maintenance and security releases only"
3039
- msgstr ""
3040
-
3041
- #: classes/ThirdPartyExtensions/BBPressExtension.php:29
3042
- msgid "BBPress"
3043
- msgstr ""
3044
-
3045
- #: classes/ThirdPartyExtensions/GravityFormsExtension.php:11, classes/ThirdPartyExtensions/GravityFormsExtension.php:28
3046
- msgid "Gravity Forms"
3047
- msgstr ""
3048
-
3049
- #: classes/ThirdPartyExtensions/GravityFormsExtension.php:16
3050
- msgid "Keep a record of when someone adds, modifies or deletes forms, entries and more in the Gravity Forms plugin."
3051
- msgstr ""
3052
-
3053
- #: classes/ThirdPartyExtensions/WooCommerceExtension.php:34, extensions/email-notifications/classes/Notifications.php:185
3054
- msgid "WooCommerce"
3055
- msgstr ""
3056
-
3057
- #: classes/ThirdPartyExtensions/WPFormsExtension.php:29
3058
- msgid "WPForms"
3059
- msgstr ""
3060
-
3061
- #: classes/ThirdPartyExtensions/YoastSeoExtension.php:29
3062
- msgid "Yoast SEO"
3063
- msgstr ""
3064
-
3065
- #. translators: %s: Home URL
3066
- #: classes/Utilities/Emailer.php:54
3067
- msgid "WP Activity Log plugin disabled on %s"
3068
- msgstr ""
3069
-
3070
- #: classes/Utilities/Emailer.php:57
3071
- msgid "Hello admin,"
3072
- msgstr ""
3073
-
3074
- #. translators: 1. User display name, 2. Home URL, 3. Date and time
3075
- #: classes/Utilities/Emailer.php:62
3076
- msgid "This is a notification to let you know that the user %1$s has deactivated the plugin WP Activity Log on the website %2$s on %3$s."
3077
- msgstr ""
3078
-
3079
- #: classes/Utilities/PluginInstallAndActivate.php:82
3080
- msgid "WP Activity Log can keep a log of changes done on other plugins. Install the relevant extension from the below list to keep a log of changes done on that plugin."
3081
- msgstr ""
3082
-
3083
- #: classes/Utilities/PluginInstallAndActivate.php:101, classes/Views/SetupWizard.php:829
3084
- msgid "Extension for "
3085
- msgstr ""
3086
-
3087
- #: classes/Utilities/PluginInstallAndActivate.php:110, classes/Views/SetupWizard.php:838
3088
- msgid "Install Extension"
3089
- msgstr ""
3090
-
3091
- #: classes/Utilities/PluginInstallAndActivate.php:106, classes/Views/SetupWizard.php:834
3092
- msgid "Extension installed, activate now?"
3093
- msgstr ""
3094
-
3095
- #: classes/Utilities/PluginInstallerAction.php:82
3096
- msgid "Tried to install a zip or slug that was not in the allowed list"
3097
- msgstr ""
3098
-
3099
- #: classes/Views/AuditLog.php:98
3100
- msgid "Get instantly alerted of critical changes via SMS & email, search the activity log, generate user reports, see who is logged in and more!"
3101
- msgstr ""
3102
-
3103
- #: classes/Views/AuditLog.php:99
3104
- msgid "Upgrade to premium to unlock these powerful activity log features & more!"
3105
- msgstr ""
3106
-
3107
- #: classes/Views/AuditLog.php:102
3108
- msgid "Instant SMS & email alerts, search & filters, reports, users sessions management and much more!"
3109
- msgstr ""
3110
-
3111
- #: classes/Views/AuditLog.php:103
3112
- msgid "Upgrade to premium to get more out of your activity logs!"
3113
- msgstr ""
3114
-
3115
- #: classes/Views/AuditLog.php:106
3116
- msgid "See who logged in on your site in real-time, generate reports, get SMS & email alerts of critical changes and more!"
3117
- msgstr ""
3118
-
3119
- #: classes/Views/AuditLog.php:107
3120
- msgid "Unlock these and other powerful features with WP Activity Log Premium."
3121
- msgstr ""
3122
-
3123
- #: classes/Views/AuditLog.php:185
3124
- msgid "UPGRADE NOW"
3125
- msgstr ""
3126
-
3127
- #: classes/Views/AuditLog.php:186
3128
- msgid "Start Free Trial"
3129
- msgstr ""
3130
-
3131
- #: classes/Views/AuditLog.php:187
3132
- msgid "Tell me more"
3133
- msgstr ""
3134
-
3135
- #: classes/Views/AuditLog.php:189
3136
- msgid "Dismiss the banner"
3137
- msgstr ""
3138
-
3139
- #: classes/Views/AuditLog.php:189
3140
- msgid "Close"
3141
- msgstr ""
3142
-
3143
- #: classes/Views/AuditLog.php:214
3144
- msgid "There are connectivity issues with the database where the WordPress activity log is stored. The logs will be temporary buffered in the WordPress database until the connection is fully restored."
3145
- msgstr ""
3146
-
3147
- #: classes/Views/AuditLog.php:232
3148
- msgid "Help WP Activity Log improve."
3149
- msgstr ""
3150
-
3151
- #: classes/Views/AuditLog.php:233
3152
- msgid "Gathering non-sensitive diagnostic data about the plugin install helps us improve the plugin. When you opt-in, you also subscribe to our announcements (you can opt-out at any time). If you would rather opt-out, we will not collect any data."
3153
- msgstr ""
3154
-
3155
- #: classes/Views/AuditLog.php:233
3156
- msgid "Read more about what we collect."
3157
- msgstr ""
3158
-
3159
- #: classes/Views/AuditLog.php:235
3160
- msgid "Sure, opt-in"
3161
- msgstr ""
3162
-
3163
- #: classes/Views/AuditLog.php:236
3164
- msgid "No, thank you"
3165
- msgstr ""
3166
-
3167
- #: classes/Views/AuditLog.php:289
3168
- msgid "We noticed you have"
3169
- msgstr ""
3170
-
3171
- #: classes/Views/AuditLog.php:291
3172
- msgid "installed."
3173
- msgstr ""
3174
-
3175
- #: classes/Views/AuditLog.php:293
3176
- msgid "Install extension"
3177
- msgstr ""
3178
-
3179
- #: classes/Views/AuditLog.php:356, classes/Views/Settings.php:92
3180
- msgid "Activity Log Viewer"
3181
- msgstr ""
3182
-
3183
- #: classes/Views/AuditLog.php:383
3184
- msgid "Log Viewer"
3185
- msgstr ""
3186
-
3187
- #: classes/Views/AuditLog.php:540, classes/Views/Settings.php:326, classes/Views/ToggleAlerts.php:109, extensions/email-notifications/classes/AddNotification.php:227, extensions/email-notifications/classes/AddNotification.php:260, extensions/email-notifications/classes/EditNotification.php:232, extensions/email-notifications/classes/EditNotification.php:240, extensions/email-notifications/classes/EditNotification.php:236, extensions/email-notifications/classes/EditNotification.php:245, extensions/email-notifications/classes/EditNotification.php:273, extensions/external-db/classes/Settings.php:352
3188
- msgid "You do not have sufficient permissions to access this page."
3189
- msgstr ""
3190
-
3191
- #: classes/Views/AuditLog.php:589
3192
- msgid "Thank you for installing WP Activity Log. Do you want to run the wizard to configure the basic plugin settings?"
3193
- msgstr ""
3194
-
3195
- #: classes/Views/AuditLog.php:591, classes/Views/Settings.php:531, classes/Views/Settings.php:558, classes/Views/Settings.php:624, classes/Views/Settings.php:682, classes/Views/Settings.php:1126, classes/Views/Settings.php:1387, classes/Views/Settings.php:1428, classes/Views/Settings.php:1459, classes/Views/SetupWizard.php:562
3196
- msgid "Yes"
3197
- msgstr ""
3198
-
3199
- #: classes/Views/AuditLog.php:592, classes/Views/Settings.php:536, classes/Views/Settings.php:563, classes/Views/Settings.php:654, classes/Views/Settings.php:692, classes/Views/Settings.php:1131, classes/Views/Settings.php:1394, classes/Views/Settings.php:1435, classes/Views/Settings.php:1460, classes/Views/SetupWizard.php:567
3200
- msgid "No"
3201
- msgstr ""
3202
-
3203
- #: classes/Views/AuditLog.php:623
3204
- msgid "Please enter the number of alerts you would like to see on one page:"
3205
- msgstr ""
3206
-
3207
- #: classes/Views/AuditLog.php:625
3208
- msgid "No Results"
3209
- msgstr ""
3210
-
3211
- #: classes/Views/AuditLog.php:795, classes/Views/AuditLog.php:838, classes/Views/AuditLog.php:1108, classes/Views/AuditLog.php:1170, classes/Views/AuditLog.php:1223, classes/Views/Settings.php:235, classes/Views/Settings.php:1602, classes/Views/Settings.php:1630, classes/Views/Settings.php:1660, classes/Views/SetupWizard.php:96, extensions/search/search-init.php:399, extensions/search/search-init.php:447, extensions/email-notifications/classes/Notifications.php:498, extensions/external-db/classes/Connections.php:826, extensions/external-db/classes/Connections.php:851, extensions/external-db/classes/Connections.php:977, extensions/external-db/classes/Settings.php:288, extensions/external-db/classes/Settings.php:962, extensions/external-db/classes/Settings.php:1158, extensions/external-db/classes/Settings.php:1206, extensions/external-db/classes/Settings.php:1239, extensions/user-sessions/classes/Views.php:516, extensions/reports/classes/Views/Main.php:709
3212
- msgid "Nonce verification failed."
3213
- msgstr ""
3214
-
3215
- #: classes/Views/AuditLog.php:813
3216
- msgid "No users found."
3217
- msgstr ""
3218
-
3219
- #: classes/Views/AuditLog.php:885
3220
- msgid "Freemius opt choice not found."
3221
- msgstr ""
3222
-
3223
- #: classes/Views/AuditLog.php:878
3224
- msgid "Freemius opt choice selected."
3225
- msgstr ""
3226
-
3227
- #. translators: 1 - an opening link tag, 2 - the closing tag.
3228
- #: classes/Views/AuditLog.php:973
3229
- msgid "<br>An error occurred when trying to install and activate the plugin. Please try install it again from the %1$sevent settings%2$s page."
3230
- msgstr ""
3231
-
3232
- #: classes/Views/AuditLog.php:1072
3233
- msgid "WordPress Activity Log"
3234
- msgstr ""
3235
-
3236
- #: classes/Views/AuditLog.php:1073
3237
- msgid "When a user makes a change on your website the plugin will keep a record of that event here. Right now there is nothing because this is a new install."
3238
- msgstr ""
3239
-
3240
- #: classes/Views/AuditLog.php:1074
3241
- msgid "Thank you for using WP Activity Log"
3242
- msgstr ""
3243
-
3244
- #: classes/Views/AuditLog.php:1097, classes/Views/AuditLog.php:1207
3245
- msgid "You do not have sufficient permissions to dismiss this notice."
3246
- msgstr ""
3247
-
3248
- #: classes/Views/AuditLog.php:1165
3249
- msgid "Access Denied"
3250
- msgstr ""
3251
-
3252
- #: classes/Views/EmailNotifications.php:28
3253
- msgid "Notifications Extension"
3254
- msgstr ""
3255
-
3256
- #: classes/Views/EmailNotifications.php:35
3257
- msgid "Notifications &#8682;"
3258
- msgstr ""
3259
-
3260
- #: classes/Views/EmailNotifications.php:49
3261
- msgid "SMS & Email Notifications"
3262
- msgstr ""
3263
-
3264
- #: classes/Views/EmailNotifications.php:50
3265
- msgid "Get instantly alerted of important changes on your site via SMS and email notifications. Upgrade to premium and:"
3266
- msgstr ""
3267
-
3268
- #: classes/Views/EmailNotifications.php:53
3269
- msgid "Configure any type of SMS & email notifications"
3270
- msgstr ""
3271
-
3272
- #: classes/Views/EmailNotifications.php:54
3273
- msgid "Receive notifications for when users login, change their password or change content"
3274
- msgstr ""
3275
-
3276
- #: classes/Views/EmailNotifications.php:55
3277
- msgid "Get alerted of site changes like plugin installs, theme changes etc"
3278
- msgstr ""
3279
-
3280
- #: classes/Views/EmailNotifications.php:56
3281
- msgid "Enable built-in security email notifications of suspicious user activity"
3282
- msgstr ""
3283
-
3284
- #: classes/Views/EmailNotifications.php:57
3285
- msgid "Personalize all email and SMS templates"
3286
- msgstr ""
3287
-
3288
- #: classes/Views/EmailNotifications.php:58
3289
- msgid "Use the trigger builder to configure any type of notification criteria!"
3290
- msgstr ""
3291
-
3292
- #: classes/Views/EmailNotifications.php:60
3293
- msgid "Getting started is really easy. You can use one of the plugin’s built-in notifications or create your own using the easy to use trigger builder."
3294
- msgstr ""
3295
-
3296
- #: classes/Views/EmailNotifications.php:63
3297
- msgid "Email and SMS notifications instantly alert you of important changes on your WordPress site."
3298
- msgstr ""
3299
-
3300
- #: classes/Views/EmailNotifications.php:67
3301
- msgid "Easily enable any of the built-in security and user management notifications."
3302
- msgstr ""
3303
-
3304
- #: classes/Views/EmailNotifications.php:71
3305
- msgid "Use the trigger builder to configure any type of email and SMS notification to get instantly alerted of site changes that are important to you and your business."
3306
- msgstr ""
3307
-
3308
- #: classes/Views/EmailNotifications.php:75
3309
- msgid "All email and SMS templates are configurable, allowing you to personalize them."
3310
- msgstr ""
3311
-
3312
- #: classes/Views/ExternalDB.php:28
3313
- msgid "External DB Extension"
3314
- msgstr ""
3315
-
3316
- #: classes/Views/ExternalDB.php:35
3317
- msgid "DB & Integrations &#8682;"
3318
- msgstr ""
3319
-
3320
- #: classes/Views/ExternalDB.php:49
3321
- msgid "Activity log database & integration tools"
3322
- msgstr ""
3323
-
3324
- #: classes/Views/ExternalDB.php:50
3325
- msgid "There are several benefits to segregating the logs from the main site database, and to be able to mirror the logs to third party and centralized business solutions. Upgrade to premium and:"
3326
- msgstr ""
3327
-
3328
- #: classes/Views/ExternalDB.php:53
3329
- msgid "Store the audit logs of your sites on an external database"
3330
- msgstr ""
3331
-
3332
- #: classes/Views/ExternalDB.php:54
3333
- msgid "Configuring archiving and store older log data in a segregated database"
3334
- msgstr ""
3335
-
3336
- #: classes/Views/ExternalDB.php:55
3337
- msgid "Mirror the logs to syslog, Slack, Papertrail and central business communication services"
3338
- msgstr ""
3339
-
3340
- #: classes/Views/ExternalDB.php:56
3341
- msgid "Configure filters to filter what is mirrored and archived in the databases and services"
3342
- msgstr ""
3343
-
3344
- #: classes/Views/ExternalDB.php:61
3345
- msgid "Easily configure integration and database connections thanks to a user friendly wizard."
3346
- msgstr ""
3347
-
3348
- #: classes/Views/ExternalDB.php:65
3349
- msgid "Configure activity log filters for third party services connections."
3350
- msgstr ""
3351
-
3352
- #: classes/Views/ExternalDB.php:69
3353
- msgid "Configure an unlimited number of connections to different databases and third party services."
3354
- msgstr ""
3355
-
3356
- #: classes/Views/Help.php:62, classes/Views/Help.php:113
3357
- msgid "Help"
3358
- msgstr ""
3359
-
3360
- #: classes/Views/Help.php:71, classes/Views/Help.php:242
3361
- msgid "Contact Us"
3362
- msgstr ""
3363
-
3364
- #: classes/Views/Help.php:77, classes/Views/Help.php:264
3365
- msgid "System Info"
3366
- msgstr ""
3367
-
3368
- #: classes/Views/Help.php:127
3369
- msgid "Help & Contact Us"
3370
- msgstr ""
3371
-
3372
- #: classes/Views/Help.php:187
3373
- msgid "Getting Started"
3374
- msgstr ""
3375
-
3376
- #: classes/Views/Help.php:188
3377
- msgid "Getting started with WP Activity Log is really easy; once the plugin is installed it will automatically keep a log of everything that is happening on your website and you do not need to do anything. Watch the video below for a quick overview of the plugin."
3378
- msgstr ""
3379
-
3380
- #: classes/Views/Help.php:192
3381
- msgid "Plugin Support"
3382
- msgstr ""
3383
-
3384
- #: classes/Views/Help.php:194
3385
- msgid "Have you encountered or noticed any issues while using WP Activity Log plugin?"
3386
- msgstr ""
3387
-
3388
- #: classes/Views/Help.php:195
3389
- msgid "Or you want to report something to us? Click any of the options below to post on the plugin's forum or contact our support directly."
3390
- msgstr ""
3391
-
3392
- #: classes/Views/Help.php:197
3393
- msgid "Free Support Forum"
3394
- msgstr ""
3395
-
3396
- #: classes/Views/Help.php:199
3397
- msgid "Free Support Email"
3398
- msgstr ""
3399
-
3400
- #: classes/Views/Help.php:203
3401
- msgid "Plugin Documentation"
3402
- msgstr ""
3403
-
3404
- #: classes/Views/Help.php:205
3405
- msgid "For more technical information about the WP Activity Log plugin please visit the plugin’s knowledge base."
3406
- msgstr ""
3407
-
3408
- #: classes/Views/Help.php:206
3409
- msgid "Refer to the list of WordPress security events for a complete list of Events and IDs that the plugin uses to keep a log of all the changes in the WordPress activity log."
3410
- msgstr ""
3411
-
3412
- #: classes/Views/Help.php:208
3413
- msgid "Plugin Website"
3414
- msgstr ""
3415
-
3416
- #: classes/Views/Help.php:210
3417
- msgid "Knowledge Base"
3418
- msgstr ""
3419
-
3420
- #: classes/Views/Help.php:212
3421
- msgid "List of activity logs event IDs"
3422
- msgstr ""
3423
-
3424
- #: classes/Views/Help.php:216
3425
- msgid "Rate WP Activity Log"
3426
- msgstr ""
3427
-
3428
- #: classes/Views/Help.php:218
3429
- msgid "We work really hard to deliver a plugin that enables you to keep a record of all the changes that are happening on your WordPress."
3430
- msgstr ""
3431
-
3432
- #: classes/Views/Help.php:219
3433
- msgid "It takes thousands of man-hours every year and endless amount of dedication to research, develop and maintain the free edition of WP Activity Log."
3434
- msgstr ""
3435
-
3436
- #: classes/Views/Help.php:220
3437
- msgid "Therefore if you like what you see, and find WP Activity Log useful we ask you nothing more than to please rate our plugin."
3438
- msgstr ""
3439
-
3440
- #: classes/Views/Help.php:221
3441
- msgid "We appreciate every star!"
3442
- msgstr ""
3443
-
3444
- #: classes/Views/Help.php:231
3445
- msgid "Rate Plugin"
3446
- msgstr ""
3447
-
3448
- #: classes/Views/Help.php:282
3449
- msgid "Enforce strong password policies on WordPress"
3450
- msgstr ""
3451
-
3452
- #: classes/Views/Help.php:288
3453
- msgid "Automatically identify unauthorized file changes on WordPress"
3454
- msgstr ""
3455
-
3456
- #: classes/Views/Help.php:294
3457
- msgid "Add an extra layer of security to your login pages with 2FA & require your users to use it."
3458
- msgstr ""
3459
-
3460
- #: classes/Views/Help.php:300
3461
- msgid "See the child sites activity logs from the central MainWP dashboard"
3462
- msgstr ""
3463
-
3464
- #: classes/Views/Help.php:306
3465
- msgid "Our other WordPress plugins"
3466
- msgstr ""
3467
-
3468
- #: classes/Views/Help.php:317
3469
- msgid "LEARN MORE"
3470
- msgstr ""
3471
-
3472
- #: classes/Views/LogInUsers.php:28
3473
- msgid "User Sessions Management Extension"
3474
- msgstr ""
3475
-
3476
- #: classes/Views/LogInUsers.php:35
3477
- msgid "Logged In Users &#8682;"
3478
- msgstr ""
3479
-
3480
- #: classes/Views/LogInUsers.php:49
3481
- msgid "Real-Time Users Sessions Management"
3482
- msgstr ""
3483
-
3484
- #: classes/Views/LogInUsers.php:50
3485
- msgid "Better manage your users’ logins and sessions. Upgrade to premium and:"
3486
- msgstr ""
3487
-
3488
- #: classes/Views/LogInUsers.php:54
3489
- msgid "See who is logged in to your site"
3490
- msgstr ""
3491
-
3492
- #: classes/Views/LogInUsers.php:55
3493
- msgid "When they logged in and from where"
3494
- msgstr ""
3495
-
3496
- #: classes/Views/LogInUsers.php:56
3497
- msgid "The last change they have done in real-time"
3498
- msgstr ""
3499
-
3500
- #: classes/Views/LogInUsers.php:57
3501
- msgid "Terminate any users’ session with a click of a button"
3502
- msgstr ""
3503
-
3504
- #: classes/Views/LogInUsers.php:58
3505
- msgid "Limit or block multiple sessions for the same user"
3506
- msgstr ""
3507
-
3508
- #: classes/Views/LogInUsers.php:59
3509
- msgid "Get alerted of multiple same user sessions"
3510
- msgstr ""
3511
-
3512
- #: classes/Views/LogInUsers.php:63
3513
- msgid "See who is logged in to your WordPress site and multisite network in real-time."
3514
- msgstr ""
3515
-
3516
- #: classes/Views/LogInUsers.php:67
3517
- msgid "Limit, manage and block multiple same user sessions easily."
3518
- msgstr ""
3519
-
3520
- #: classes/Views/Reports.php:28
3521
- msgid "Reports Extension"
3522
- msgstr ""
3523
-
3524
- #: classes/Views/Reports.php:35
3525
- msgid "Reports &#8682;"
3526
- msgstr ""
3527
-
3528
- #: classes/Views/Reports.php:49
3529
- msgid "Individual, Scheduled & Automated Reports"
3530
- msgstr ""
3531
-
3532
- #: classes/Views/Reports.php:50
3533
- msgid "Many are not fans of reports, however reports are vital in business. With them you can make informed decisions that allow you to improve user productivity and the business. Upgrade to Premium so you can:"
3534
- msgstr ""
3535
-
3536
- #: classes/Views/Reports.php:53
3537
- msgid "Generate any type of user and site (in multisite) activity report"
3538
- msgstr ""
3539
-
3540
- #: classes/Views/Reports.php:54
3541
- msgid "Automate and schedule daily, weekly, monthly and quarterly reports"
3542
- msgstr ""
3543
-
3544
- #: classes/Views/Reports.php:55
3545
- msgid "Received reports automatically via email"
3546
- msgstr ""
3547
-
3548
- #: classes/Views/Reports.php:56
3549
- msgid "Create statistics reports about users’ views, logins, activity from IP addresses & more"
3550
- msgstr ""
3551
-
3552
- #: classes/Views/Reports.php:58
3553
- msgid "Reports are vital to the success of your business and management of your site."
3554
- msgstr ""
3555
-
3556
- #: classes/Views/Reports.php:61
3557
- msgid "Generate a HTML or CSV report."
3558
- msgstr ""
3559
-
3560
- #: classes/Views/Reports.php:65
3561
- msgid "Easily configure a criteria for your reports."
3562
- msgstr ""
3563
-
3564
- #: classes/Views/Reports.php:69
3565
- msgid "Schedule reports that are sent to you by email automatically."
3566
- msgstr ""
3567
-
3568
- #: classes/Views/Search.php:28
3569
- msgid "Search Extension"
3570
- msgstr ""
3571
-
3572
- #: classes/Views/Search.php:35
3573
- msgid "Search &#8682;"
3574
- msgstr ""
3575
-
3576
- #: classes/Views/Search.php:49
3577
- msgid "Search & Filters for the Activity Log"
3578
- msgstr ""
3579
-
3580
- #: classes/Views/Search.php:50
3581
- msgid "You can find all the information you want in the activity log, if you know what you are looking for and have the right tools. Upgrade to premium so you can:"
3582
- msgstr ""
3583
-
3584
- #: classes/Views/Search.php:53
3585
- msgid "Do text searches and use filters to fine tune the search results"
3586
- msgstr ""
3587
-
3588
- #: classes/Views/Search.php:54
3589
- msgid "Easily find when and who did a specific change on your site"
3590
- msgstr ""
3591
-
3592
- #: classes/Views/Search.php:55
3593
- msgid "Easily identify and track back suspicious user behaviour"
3594
- msgstr ""
3595
-
3596
- #: classes/Views/Search.php:56
3597
- msgid "Search for the cause of a problem and ease troubleshooting"
3598
- msgstr ""
3599
-
3600
- #: classes/Views/Search.php:57
3601
- msgid "Save search terms and filters for future use and improved productivity"
3602
- msgstr ""
3603
-
3604
- #: classes/Views/Search.php:62
3605
- msgid "Use the text search to find a specific change."
3606
- msgstr ""
3607
-
3608
- #: classes/Views/Search.php:66
3609
- msgid "Configure any filter you need to fine tune the search results and find what you are looking for with much less effort."
3610
- msgstr ""
3611
-
3612
- #: classes/Views/Search.php:70
3613
- msgid "Save search terms and filters to run the searches again in the future with just a single click."
3614
- msgstr ""
3615
-
3616
- #: classes/Views/Settings.php:85
3617
- msgid "General"
3618
- msgstr ""
3619
-
3620
- #: classes/Views/Settings.php:105
3621
- msgid "Exclude Objects"
3622
- msgstr ""
3623
-
3624
- #: classes/Views/Settings.php:112
3625
- msgid "Advanced Settings"
3626
- msgstr ""
3627
-
3628
- #: classes/Views/Settings.php:161, classes/Views/Settings.php:175, extensions/email-notifications/classes/SMSProviderSettings.php:143
3629
- msgid "Settings"
3630
- msgstr ""
3631
-
3632
- #: classes/Views/Settings.php:202
3633
- msgid "Current user is not allowed to save settings."
3634
- msgstr ""
3635
-
3636
- #: classes/Views/Settings.php:208
3637
- msgid "Unknown settings tab."
3638
- msgstr ""
3639
-
3640
- #: classes/Views/Settings.php:220, classes/Views/Settings.php:1690, classes/Views/Settings.php:1713, classes/Views/SetupWizard.php:83, extensions/email-notifications/classes/Notifications.php:117, extensions/external-db/classes/Connections.php:811, extensions/external-db/classes/Connections.php:842, extensions/external-db/classes/Connections.php:865, extensions/external-db/classes/Connections.php:973, extensions/external-db/classes/Settings.php:258, extensions/external-db/classes/Settings.php:949, extensions/external-db/classes/Settings.php:1111, extensions/external-db/classes/Settings.php:1175, extensions/external-db/classes/Settings.php:1223
3641
- msgid "Access Denied."
3642
- msgstr ""
3643
-
3644
- #: classes/Views/Settings.php:245, classes/Views/SetupWizard.php:106
3645
- msgid "Invalid input."
3646
- msgstr ""
3647
-
3648
- #: classes/Views/Settings.php:342, classes/Views/ToggleAlerts.php:126, extensions/external-db/classes/Settings.php:363
3649
- msgid "Settings have been saved."
3650
- msgstr ""
3651
-
3652
- #: classes/Views/Settings.php:338
3653
- msgid "Message sent successfully."
3654
- msgstr ""
3655
-
3656
- #: classes/Views/Settings.php:348, classes/Views/ToggleAlerts.php:132, extensions/external-db/classes/Settings.php:368, extensions/user-sessions/classes/View/Sessions.php:130
3657
- msgid "Error: "
3658
- msgstr ""
3659
-
3660
- #: classes/Views/Settings.php:366
3661
- msgid "No data is old enough to be purged."
3662
- msgstr ""
3663
-
3664
- #: classes/Views/Settings.php:360
3665
- msgid "Old data successfully purged."
3666
- msgstr ""
3667
-
3668
- #: classes/Views/Settings.php:397
3669
- msgid "Send Message"
3670
- msgstr ""
3671
-
3672
- #: classes/Views/Settings.php:452
3673
- msgid "Use infinite scroll or pagination for the event viewer?"
3674
- msgstr ""
3675
-
3676
- #. translators: Learn more link.
3677
- #: classes/Views/Settings.php:457
3678
- msgid "When using infinite scroll the event viewer and search results %s load up much faster and require less resources."
3679
- msgstr ""
3680
-
3681
- #: classes/Views/Settings.php:458
3682
- msgid "(Premium feature)"
3683
- msgstr ""
3684
-
3685
- #: classes/Views/Settings.php:465
3686
- msgid "Select event viewer view type:"
3687
  msgstr ""
3688
 
3689
- #: classes/Views/Settings.php:470
3690
- msgid "Infinite Scroll (Recommended)"
3691
  msgstr ""
3692
 
3693
- #: classes/Views/Settings.php:475
3694
- msgid "Pagination"
3695
  msgstr ""
3696
 
3697
- #: classes/Views/Settings.php:486
3698
- msgid "Do you want the activity log viewer to auto refresh?"
3699
  msgstr ""
3700
 
3701
- #: classes/Views/Settings.php:487
3702
- msgid "The activity log viewer auto refreshes every 30 seconds when opened so you can see the latest events as they happen almost in real time."
3703
  msgstr ""
3704
 
3705
- #: classes/Views/Settings.php:491
3706
- msgid "Refresh activity log viewer"
3707
  msgstr ""
3708
 
3709
- #: classes/Views/Settings.php:497
3710
- msgid "Auto refresh"
3711
  msgstr ""
3712
 
3713
- #: classes/Views/Settings.php:502
3714
- msgid "Do not auto refresh"
3715
  msgstr ""
3716
 
3717
- #: classes/Views/Settings.php:512
3718
- msgid "Display latest events widget in Dashboard & Admin bar"
3719
  msgstr ""
3720
 
3721
- #. translators: Max number of dashboard widget alerts.
3722
- #: classes/Views/Settings.php:517
3723
- msgid "The events widget displays the latest %d security events in the dashboard and the admin bar notification displays the latest event."
3724
  msgstr ""
3725
 
3726
- #: classes/Views/Settings.php:525
3727
- msgid "Dashboard Widget"
3728
  msgstr ""
3729
 
3730
- #: classes/Views/Settings.php:546
3731
- msgid "Admin Bar Notification"
3732
  msgstr ""
3733
 
3734
- #: classes/Views/Settings.php:549
3735
- msgid "Admin Bar Notification (Premium)"
3736
  msgstr ""
3737
 
3738
- #: classes/Views/Settings.php:573
3739
- msgid "Admin Bar Notification Updates"
3740
  msgstr ""
3741
 
3742
- #: classes/Views/Settings.php:576
3743
- msgid "Admin Bar Notification Updates (Premium)"
3744
  msgstr ""
3745
 
3746
- #: classes/Views/Settings.php:585
3747
- msgid "Update in near real time"
3748
  msgstr ""
3749
 
3750
- #: classes/Views/Settings.php:590
3751
- msgid "Update only on page refreshes"
3752
  msgstr ""
3753
 
3754
- #: classes/Views/Settings.php:600
3755
- msgid "Add user notification on the WordPress login page"
3756
  msgstr ""
3757
 
3758
- #: classes/Views/Settings.php:601
3759
- msgid "Many compliance regulations (such as the GDPR) require website administrators to tell the users of their website that all the changes they do when logged in are being logged."
3760
  msgstr ""
3761
 
3762
- #: classes/Views/Settings.php:605
3763
- msgid "Login Page Notification"
3764
  msgstr ""
3765
 
3766
- #: classes/Views/Settings.php:630
3767
- msgid "For security and auditing purposes, a record of all of your logged-in actions and changes within the WordPress dashboard will be recorded in an activity log with the <a href=\"https://wpactivitylog.com/?utm_source=plugin&utm_medium=referral&utm_campaign=WSAL&utm_content=settings+pages\" target=\"_blank\">WP Activity Log plugin</a>. The audit log also includes the IP address where you accessed this site from."
3768
  msgstr ""
3769
 
3770
- #: classes/Views/Settings.php:648
3771
- msgid "<strong>Note: </strong>"
3772
  msgstr ""
3773
 
3774
- #: classes/Views/Settings.php:648
3775
- msgid "The only HTML code allowed in the login page notification is for links ( < a href >< /a > )."
3776
  msgstr ""
3777
 
3778
- #: classes/Views/Settings.php:664
3779
- msgid "Is your website running behind a firewall or reverse proxy?"
3780
  msgstr ""
3781
 
3782
- #. translators: Learn more link.
3783
- #: classes/Views/Settings.php:669
3784
- msgid "If your website is running behind a firewall set this option to yes so the plugin retrieves the end user’s IP address from the proxy header - %s."
3785
  msgstr ""
3786
 
3787
- #: classes/Views/Settings.php:670, classes/Views/Settings.php:716, classes/Views/Settings.php:771
3788
- msgid "learn more"
3789
  msgstr ""
3790
 
3791
- #: classes/Views/Settings.php:677
3792
- msgid "Reverse Proxy / Firewall Options"
3793
  msgstr ""
3794
 
3795
- #: classes/Views/Settings.php:687
3796
- msgid "Filter internal IP addresses from the proxy headers. Enable this option only if you are are still seeing the internal IP addresses of the firewall or proxy."
3797
  msgstr ""
3798
 
3799
- #: classes/Views/Settings.php:703
3800
- msgid "Who can change the plugin settings?"
3801
  msgstr ""
3802
-
3803
- #. translators: Learn more link.
3804
- #: classes/Views/Settings.php:715
3805
- msgid "By default only users with administrator role (single site) and super administrator role (multisite) can change the settings of the plugin. Though you can restrict the privileges to just your user - %s."
3806
  msgstr ""
3807
 
3808
- #: classes/Views/Settings.php:726
3809
- msgid "Restrict plugin access"
3810
  msgstr ""
3811
 
3812
- #: classes/Views/Settings.php:731, classes/Views/Settings.php:786
3813
- msgid "Only me"
3814
  msgstr ""
3815
 
3816
- #: classes/Views/Settings.php:740
3817
- msgid "All administrators"
3818
  msgstr ""
3819
 
3820
- #: classes/Views/Settings.php:738
3821
- msgid "All superadmins"
3822
  msgstr ""
3823
 
3824
- #: classes/Views/Settings.php:753
3825
- msgid "Allow other users to view the activity log"
3826
  msgstr ""
3827
 
3828
- #: classes/Views/Settings.php:767
3829
- msgid "By default only users with administrator role can view the WordPress activity log. To allow someone who does not have an admin role to view the activity log, specify them in the below setting."
3830
  msgstr ""
3831
 
3832
- #: classes/Views/Settings.php:765
3833
- msgid "By default only super administrators and the child sites' administrators can view the WordPress activity log. Though you can change this by using the setting below."
3834
  msgstr ""
3835
 
3836
- #: classes/Views/Settings.php:780, classes/Views/Settings.php:810
3837
- msgid "Can view events"
3838
  msgstr ""
3839
 
3840
- #: classes/Views/Settings.php:787
3841
- msgid "Super administators only"
3842
  msgstr ""
3843
 
3844
- #: classes/Views/Settings.php:788
3845
- msgid "Super administators and site administrators"
3846
  msgstr ""
3847
 
3848
- #: classes/Views/Settings.php:804
3849
- msgid "To allow someone who does not have an admin role to view the activity log, specify them in the below setting."
3850
  msgstr ""
3851
 
3852
- #: classes/Views/Settings.php:810
3853
- msgid "Can also view events"
3854
  msgstr ""
3855
 
3856
- #: classes/Views/Settings.php:819
3857
- msgid "Specify the username or the users which do not have an admin role but can also see the WordPress activity role. You can also specify roles."
3858
  msgstr ""
3859
 
3860
- #: classes/Views/Settings.php:845
3861
- msgid "Which email address should the plugin use as a from address?"
3862
  msgstr ""
3863
 
3864
- #: classes/Views/Settings.php:846
3865
- msgid "By default when the plugin sends an email notification it uses the email address specified in this website’s general settings. Though you can change the email address and display name from this section."
3866
  msgstr ""
3867
 
3868
- #: classes/Views/Settings.php:850
3869
- msgid "From Email & Name"
3870
  msgstr ""
3871
 
3872
- #: classes/Views/Settings.php:856
3873
- msgid "Use the email address from the WordPress general settings"
3874
  msgstr ""
3875
 
3876
- #: classes/Views/Settings.php:861
3877
- msgid "Use another email address"
3878
  msgstr ""
3879
 
3880
- #: classes/Views/Settings.php:865
3881
- msgid "Email Address"
3882
  msgstr ""
3883
 
3884
- #: classes/Views/Settings.php:870
3885
- msgid "Display Name"
3886
  msgstr ""
3887
 
3888
- #: classes/Views/Settings.php:881
3889
- msgid "Do you want to hide the plugin from the list of installed plugins?"
3890
  msgstr ""
3891
 
3892
- #: classes/Views/Settings.php:882
3893
- msgid "By default all installed plugins are listed in the plugins page. Set this option to Yes remove WP Activity Log from the list of installed plugins for users who are unable to access the WP Activity Log settings."
3894
  msgstr ""
3895
 
3896
- #: classes/Views/Settings.php:886
3897
- msgid "Hide Plugin in Plugins Page"
3898
  msgstr ""
3899
 
3900
- #: classes/Views/Settings.php:891
3901
- msgid "Yes, hide the plugin from the list of installed plugins"
3902
  msgstr ""
3903
 
3904
- #: classes/Views/Settings.php:896
3905
- msgid "No, do not hide the plugin"
3906
  msgstr ""
3907
 
3908
- #: classes/Views/Settings.php:962
3909
- msgid "For how long do you want to keep the activity log events (Retention settings) ?"
3910
  msgstr ""
3911
 
3912
- #: classes/Views/Settings.php:965
3913
- msgid "The plugin uses an efficient way to store the activity log data in the WordPress database, though the more data you keep the more disk space will be required. "
3914
  msgstr ""
3915
 
3916
- #: classes/Views/Settings.php:966
3917
- msgid "<a href=\"https://wpactivitylog.com/pricing/?utm_source=plugin&utm_medium=referral&utm_campaign=WSAL&utm_content=settings+pages\" target=\"_blank\">Upgrade to Premium</a> to store the activity log data in an external database."
3918
  msgstr ""
3919
 
3920
- #. translators: 1: Archive page link tag. 2: Link closing tag.
3921
- #: classes/Views/Settings.php:980
3922
- msgid "Retention settings moved to %1$s archiving settings %2$s because archiving is enabled"
3923
  msgstr ""
3924
 
3925
- #: classes/Views/Settings.php:988
3926
- msgid "What timestamp you would like to see in the WordPress activity log?"
3927
  msgstr ""
3928
 
3929
- #: classes/Views/Settings.php:989
3930
- msgid "Note that the WordPress' timezone might be different from that configured on the server so when you switch from UTC to WordPress timezone or vice versa you might notice a big difference."
3931
  msgstr ""
3932
 
3933
- #: classes/Views/Settings.php:993
3934
- msgid "Events Timestamp"
3935
  msgstr ""
3936
 
3937
- #: classes/Views/Settings.php:1013
3938
- msgid "UTC"
3939
  msgstr ""
3940
 
3941
- #: classes/Views/Settings.php:1019
3942
- msgid "Timezone configured on this WordPress website"
3943
  msgstr ""
3944
 
3945
- #: classes/Views/Settings.php:1026
3946
- msgid "Show Milliseconds"
3947
  msgstr ""
3948
 
3949
- #: classes/Views/Settings.php:1033
3950
- msgid "Show Milliseconds in list view"
3951
  msgstr ""
3952
 
3953
- #: classes/Views/Settings.php:1043
3954
- msgid "What user information should be displayed in the WordPress activity log?"
3955
  msgstr ""
3956
 
3957
- #: classes/Views/Settings.php:1044
3958
- msgid "Usernames might not be the same as a user's first and last name so it can be difficult to recognize whose user was that did a change. When there is no first & last name or public display name configured the plugin will revert back to the WordPress username."
3959
  msgstr ""
3960
 
3961
- #: classes/Views/Settings.php:1048
3962
- msgid "User information in Activity log"
3963
  msgstr ""
3964
 
3965
- #: classes/Views/Settings.php:1054
3966
- msgid "WordPress username"
3967
  msgstr ""
3968
 
3969
- #: classes/Views/Settings.php:1059
3970
- msgid "First name & last name"
3971
  msgstr ""
3972
 
3973
- #: classes/Views/Settings.php:1064
3974
- msgid "Configured public display name"
3975
  msgstr ""
3976
 
3977
- #: classes/Views/Settings.php:1074
3978
- msgid "Select the columns to be displayed in the WordPress activity log"
3979
  msgstr ""
3980
 
3981
- #: classes/Views/Settings.php:1075
3982
- msgid "When you deselect a column it won’t be shown in the activity log viewer in both views. The data will still be recorded by the plugin."
3983
  msgstr ""
3984
 
3985
- #: classes/Views/Settings.php:1079
3986
- msgid "Activity log columns selection"
3987
  msgstr ""
3988
 
3989
- #: classes/Views/Settings.php:1098
3990
- msgid "Info (used in Grid view mode only)"
3991
  msgstr ""
3992
 
3993
- #: classes/Views/Settings.php:1096
3994
- msgid "Source IP Address"
3995
  msgstr ""
3996
 
3997
- #: classes/Views/Settings.php:1092
3998
- msgid "Date & Time"
 
3999
  msgstr ""
4000
 
4001
- #: classes/Views/Settings.php:1088, extensions/email-notifications/classes/Common.php:1089, extensions/email-notifications/classes/Common.php:1123, extensions/email-notifications/classes/Common.php:1152, extensions/search/classes/Filters/AlertFilter.php:26, extensions/search/classes/Filters/AlertFilter.php:51
4002
- msgid "Event ID"
4003
  msgstr ""
4004
 
4005
- #: classes/Views/Settings.php:1114
4006
- msgid "Do you want to keep a log of WordPress background activity?"
4007
  msgstr ""
4008
 
4009
- #: classes/Views/Settings.php:1116
4010
- msgid "WordPress does a lot of things in the background that you do not necessarily need to know about, such as; deletion of post revisions, deletion of auto saved drafts etc. By default the plugin does not report them since there might be a lot and are irrelevant to the user."
4011
  msgstr ""
4012
 
4013
- #: classes/Views/Settings.php:1121
4014
- msgid "Enable Events for WordPress Background Activity"
4015
  msgstr ""
4016
 
4017
- #: classes/Views/Settings.php:1196
4018
- msgid "Configure how often file changes scan run and other settings from the"
4019
  msgstr ""
4020
 
4021
- #: classes/Views/Settings.php:1196
4022
- msgid "Website File Changes plugin settings"
 
4023
  msgstr ""
4024
 
4025
- #: classes/Views/Settings.php:1180, classes/Views/ToggleAlerts.php:522
4026
- msgid "Website File Changes Monitor"
4027
  msgstr ""
4028
 
4029
- #: classes/Views/Settings.php:1181, classes/Views/ToggleAlerts.php:523
4030
- msgid "To keep a log of file changes please install Website File Changes Monitor, a plugin which is also developed by us."
4031
  msgstr ""
4032
 
4033
- #: classes/Views/Settings.php:1182, classes/Views/ToggleAlerts.php:524
4034
- msgid "Install plugin now"
4035
  msgstr ""
4036
 
4037
- #: classes/Views/Settings.php:1182, classes/Views/ToggleAlerts.php:524
4038
- msgid "Learn More"
4039
  msgstr ""
4040
 
4041
- #: classes/Views/Settings.php:1210
4042
- msgid "By default the plugin keeps a log of all user changes done on your WordPress website. Use the setting below to exclude any objects from the activity log. When an object is excluded from the activity log, any event in which that object is referred will not be logged in the activity log."
4043
  msgstr ""
4044
 
4045
- #: classes/Views/Settings.php:1214
4046
- msgid "Exclude Users:"
4047
  msgstr ""
4048
 
4049
- #: classes/Views/Settings.php:1235
4050
- msgid "Exclude Roles:"
4051
  msgstr ""
4052
 
4053
- #: classes/Views/Settings.php:1256
4054
- msgid "Exclude IP Address(es):"
4055
  msgstr ""
4056
 
4057
- #: classes/Views/Settings.php:1272
4058
- msgid "You can exclude an individual IP address or a range of IP addresses. To exclude a range use the following format: [first IP]-[last octet of the last IP]. Example: 172.16.180.6-127."
 
4059
  msgstr ""
4060
 
4061
- #: classes/Views/Settings.php:1278
4062
- msgid "Exclude Post Type:"
4063
  msgstr ""
4064
 
4065
- #: classes/Views/Settings.php:1294
4066
- msgid "WordPress has the post and page post types by default though your website might use more post types (custom post types). You can exclude all post types, including the default WordPress ones."
4067
  msgstr ""
4068
 
4069
- #: classes/Views/Settings.php:1300
4070
- msgid "Exclude Custom Fields:"
4071
  msgstr ""
4072
 
4073
- #: classes/Views/Settings.php:1316
4074
- msgid "You can use the * wildcard to exclude multiple matching custom fields. For example to exclude all custom fields starting with wp123 enter wp123*"
4075
  msgstr ""
4076
 
4077
- #: classes/Views/Settings.php:1346
4078
- msgid "These settings are for advanced users."
4079
  msgstr ""
4080
 
4081
- #: classes/Views/Settings.php:1347
4082
- msgid "If you have any questions <a href=\"https://wpactivitylog.com/contact/?utm_source=plugin&utm_medium=referral&utm_campaign=WSAL&utm_content=settings+pages\" target=\"_blank\">contact us</a>."
4083
  msgstr ""
4084
 
4085
- #: classes/Views/Settings.php:1350
4086
- msgid "Reset plugin settings to default"
4087
  msgstr ""
4088
 
4089
- #: classes/Views/Settings.php:1351
4090
- msgid "Use this button to <em>factory reset</em> the plugin. This means that all the configured settings will be reset to default and all email notifications, scheduled reports, external database / third party services connections, archiving and mirroring rule will be deleted. NOTE: the activity log data will not be purged. Use the setting below to purge the activity log."
4091
  msgstr ""
4092
 
4093
- #: classes/Views/Settings.php:1355
4094
- msgid "Reset Settings"
4095
  msgstr ""
4096
 
4097
- #: classes/Views/Settings.php:1357
4098
- msgid "RESET"
4099
  msgstr ""
4100
 
4101
- #: classes/Views/Settings.php:1363
4102
- msgid "Purge the WordPress activity log"
 
4103
  msgstr ""
4104
 
4105
- #: classes/Views/Settings.php:1364
4106
- msgid "Click the Purge button below to delete all the data from the WordPress activity log and start afresh."
4107
  msgstr ""
4108
 
4109
- #: classes/Views/Settings.php:1368
4110
- msgid "Purge Activity Log"
4111
  msgstr ""
4112
 
4113
- #: classes/Views/Settings.php:1370
4114
- msgid "PURGE"
4115
  msgstr ""
4116
 
4117
- #: classes/Views/Settings.php:1377
4118
- msgid "MainWP Child Site Stealth Mode"
4119
  msgstr ""
4120
 
4121
- #: classes/Views/Settings.php:1378
4122
- msgid "This option is enabled automatically when the plugin detects the MainWP Child plugin on the site. When this setting is enabled plugin access is restricted to the administrator who installs the plugin, the plugin is not shown in the list of installed plugins and no admin notifications are shown. Disable this option to change the plugin to the default setup."
4123
  msgstr ""
4124
 
4125
- #: classes/Views/Settings.php:1382
4126
- msgid "Enable MainWP Child Site Stealth Mode"
4127
  msgstr ""
4128
 
4129
- #: classes/Views/Settings.php:1402
4130
- msgid "Admin blocking plugins support"
4131
  msgstr ""
4132
 
4133
- #: classes/Views/Settings.php:1407
4134
- msgid "Enable early plugin loading on sites that use admin blocking plugins"
4135
  msgstr ""
4136
 
4137
- #: classes/Views/Settings.php:1416
4138
- msgid "Do you want to delete the plugin data from the database upon uninstall?"
4139
  msgstr ""
4140
 
4141
- #: classes/Views/Settings.php:1417
4142
- msgid "The plugin saves the activity log data and settings in the WordPress database. By default upon uninstalling the plugin the data is kept in the database so if it is installed again, you can still access the data. If the data is deleted it is not possible to recover it so you won't be able to access it again even when you reinstall the plugin."
4143
  msgstr ""
4144
 
4145
- #: classes/Views/Settings.php:1421
4146
- msgid "Remove Data on Uninstall"
4147
  msgstr ""
4148
 
4149
- #: classes/Views/Settings.php:1446
4150
- msgid "Are you sure you want to reset all the plugin settings to default? This action cannot be undone."
4151
  msgstr ""
4152
 
4153
- #: classes/Views/Settings.php:1456
4154
- msgid "Are you sure you want to purge all the activity log data?"
4155
  msgstr ""
4156
 
4157
- #: classes/Views/Settings.php:1480
4158
- msgid "MainWP Child plugin is not active on this website."
4159
  msgstr ""
4160
 
4161
- #: classes/Views/Settings.php:1561
4162
- msgid "The specified value is not a valid URL!"
 
4163
  msgstr ""
4164
 
4165
- #: classes/Views/Settings.php:1562
4166
- msgid "The specified value is not a valid post type!"
 
4167
  msgstr ""
4168
 
4169
- #: classes/Views/Settings.php:1563
4170
- msgid "The specified value is not a valid IP address!"
4171
  msgstr ""
4172
 
4173
- #: classes/Views/Settings.php:1564
4174
- msgid "The specified value is not a user nor a role!"
4175
  msgstr ""
4176
 
4177
- #: classes/Views/Settings.php:1565
4178
- msgid "Filename cannot be added because it contains invalid characters."
4179
  msgstr ""
4180
 
4181
- #: classes/Views/Settings.php:1566
4182
- msgid "File extension cannot be added because it contains invalid characters."
 
4183
  msgstr ""
4184
 
4185
- #: classes/Views/Settings.php:1567
4186
- msgid "Directory cannot be added because it contains invalid characters."
4187
  msgstr ""
4188
 
4189
- #: classes/Views/Settings.php:1568
4190
- msgid "Please save any changes before switching tabs."
4191
  msgstr ""
4192
 
4193
- #: classes/Views/Settings.php:1696, classes/Views/Settings.php:1719
4194
- msgid "Nonce Verification Failed."
4195
  msgstr ""
4196
 
4197
- #: classes/Views/Settings.php:1704
4198
- msgid "Plugin settings have been reset."
4199
  msgstr ""
4200
 
4201
- #: classes/Views/Settings.php:1730
4202
- msgid "Reset query failed."
4203
  msgstr ""
4204
 
4205
- #: classes/Views/Settings.php:1728
4206
- msgid "Tables has been reset."
4207
  msgstr ""
4208
 
4209
- #: classes/Views/Settings.php:1743
4210
- msgid "Activity log retention"
4211
  msgstr ""
4212
 
4213
- #: classes/Views/Settings.php:1749
4214
- msgid "Keep all data"
4215
  msgstr ""
4216
 
4217
- #: classes/Views/Settings.php:1776
4218
- msgid "Delete events older than"
4219
  msgstr ""
4220
 
4221
- #: classes/Views/Settings.php:1784
4222
- msgid "Months"
4223
  msgstr ""
4224
 
4225
- #: classes/Views/Settings.php:1785
4226
- msgid "Years"
4227
  msgstr ""
4228
 
4229
- #: classes/Views/Settings.php:1793
4230
- msgid "The next scheduled purging of activity log data that is older than "
4231
  msgstr ""
4232
 
4233
- #: classes/Views/Settings.php:1800
4234
- msgid "You can run the purging process now by clicking the button below."
4235
  msgstr ""
4236
 
4237
- #: classes/Views/Settings.php:1804
4238
- msgid "Purge Old Data"
4239
  msgstr ""
4240
 
4241
- #: classes/Views/SetupWizard.php:178
4242
- msgid "Welcome"
4243
  msgstr ""
4244
 
4245
- #: classes/Views/SetupWizard.php:182
4246
- msgid "Log Details"
4247
  msgstr ""
4248
 
4249
- #: classes/Views/SetupWizard.php:187
4250
- msgid "Log In"
4251
  msgstr ""
4252
 
4253
- #: classes/Views/SetupWizard.php:192
4254
- msgid "User Registrations"
4255
  msgstr ""
4256
 
4257
- #: classes/Views/SetupWizard.php:197
4258
- msgid "Log Retention"
4259
  msgstr ""
4260
 
4261
- #: classes/Views/SetupWizard.php:202, classes/Views/SetupWizard.php:736, classes/Views/SetupWizard.php:737
4262
- msgid "Finish"
4263
  msgstr ""
4264
 
4265
- #: classes/Views/SetupWizard.php:262
4266
- msgid "Specified value in not a user."
4267
  msgstr ""
4268
 
4269
- #: classes/Views/SetupWizard.php:263
4270
- msgid "Specified value in not a role."
4271
  msgstr ""
4272
 
4273
- #: classes/Views/SetupWizard.php:264
4274
- msgid "Specified value in not an IP address."
4275
  msgstr ""
4276
 
4277
- #: classes/Views/SetupWizard.php:304
4278
- msgid "WP Activity Log &rsaquo; Setup Wizard"
4279
  msgstr ""
4280
 
4281
- #: classes/Views/SetupWizard.php:322
4282
- msgid "Close Wizard"
4283
  msgstr ""
4284
 
4285
- #. translators: 1 - an opening link tag, 2 - a closing link tag.
4286
- #: classes/Views/SetupWizard.php:415
4287
- msgid "You have reached an invaild step - %1$sreturn to the start of the wizard%2$s."
4288
  msgstr ""
4289
 
4290
- #: classes/Views/SetupWizard.php:432
4291
- msgid "This wizard helps you configure the basic plugin settings. All these settings can be changed at a later stage from the plugin settings."
4292
  msgstr ""
4293
 
4294
- #: classes/Views/SetupWizard.php:437
4295
- msgid "Start Configuring the Plugin"
4296
  msgstr ""
4297
 
4298
- #: classes/Views/SetupWizard.php:441
4299
- msgid "Exit Wizard"
 
4300
  msgstr ""
4301
 
4302
- #: classes/Views/SetupWizard.php:454
4303
- msgid "Please select the level of detail for your WordPress activity logs:"
4304
  msgstr ""
4305
 
4306
- #: classes/Views/SetupWizard.php:458
4307
- msgid "Basic (I want a high level overview and I am not interested in the detail)"
4308
  msgstr ""
4309
 
4310
- #: classes/Views/SetupWizard.php:463
4311
- msgid "Geek (I want to know everything that is happening on my WordPress)"
4312
  msgstr ""
4313
 
4314
- #: classes/Views/SetupWizard.php:465
4315
- msgid "Note: You can change the WordPress logging level from the plugin’s settings anytime."
4316
  msgstr ""
4317
 
4318
- #: classes/Views/SetupWizard.php:468, classes/Views/SetupWizard.php:468, classes/Views/SetupWizard.php:525, classes/Views/SetupWizard.php:525, classes/Views/SetupWizard.php:574, classes/Views/SetupWizard.php:574, classes/Views/SetupWizard.php:634, classes/Views/SetupWizard.php:635, classes/Views/SetupWizard.php:851, classes/Views/SetupWizard.php:852, extensions/external-db/classes/Connections.php:628, extensions/external-db/classes/Mirroring.php:201, extensions/external-db/classes/Mirroring.php:498
4319
- msgid "Next"
4320
  msgstr ""
4321
 
4322
- #: classes/Views/SetupWizard.php:509
4323
- msgid "Do you or your users use other pages to log in to WordPress other than the default login page ( /wp-admin/ )?"
4324
  msgstr ""
4325
 
4326
- #: classes/Views/SetupWizard.php:513
4327
- msgid "Yes, we use other pages to login to WordPress."
4328
  msgstr ""
4329
 
4330
- #: classes/Views/SetupWizard.php:518
4331
- msgid "No, we only use the default WordPress login page."
4332
  msgstr ""
4333
 
4334
- #: classes/Views/SetupWizard.php:520
4335
- msgid "If your website is a membership or ecommerce website most probably you have more than one area from where the users can login. If you are not sure, select Yes."
4336
  msgstr ""
4337
 
4338
- #: classes/Views/SetupWizard.php:523, classes/Views/SetupWizard.php:572, classes/Views/SetupWizard.php:626
4339
- msgid "Note: You can change the WordPress activity log retention settings at any time from the plugin settings later on."
4340
  msgstr ""
4341
 
4342
- #: classes/Views/SetupWizard.php:558
4343
- msgid "Can visitors register for a user on your website?"
4344
  msgstr ""
4345
 
4346
- #: classes/Views/SetupWizard.php:569
4347
- msgid "If you are not sure about this setting, check if the Membership setting in the WordPress General settings is checked or not. If it is not checked (default) select No."
4348
  msgstr ""
4349
 
4350
- #: classes/Views/SetupWizard.php:608
4351
- msgid "How long do you want to keep the data in the WordPress activity Log?"
4352
  msgstr ""
4353
 
4354
- #: classes/Views/SetupWizard.php:613
4355
- msgid "6 months (data older than 6 months will be deleted)"
4356
  msgstr ""
4357
 
4358
- #: classes/Views/SetupWizard.php:618
4359
- msgid "12 months (data older than 12 months will be deleted)"
4360
  msgstr ""
4361
 
4362
- #: classes/Views/SetupWizard.php:623
4363
- msgid "Keep all data."
4364
  msgstr ""
4365
 
4366
- #: classes/Views/SetupWizard.php:644
4367
- msgid "The plugin stores the data in the WordPress database in a very efficient way, though the more data you keep the more hard disk space it will consume. If you need need to retain a lot of data we would recommend you to <a href=\"https://wpactivitylog.com/features/?utm_source=plugin&utm_medium=referral&utm_campaign=WSAL&utm_content=wizard+configuration\" target=\"_blank\">upgrade to Premium</a> and use the Database tools to store the WordPress activity log in an external database."
4368
  msgstr ""
4369
 
4370
- #: classes/Views/SetupWizard.php:707
4371
- msgid "Your plugin is all set and it is ready to start keeping a record of everything that is happening on your WordPress in a WordPress activity log."
4372
  msgstr ""
4373
 
4374
- #: classes/Views/SetupWizard.php:708
4375
- msgid "Below are a few useful links you might need to refer to:"
4376
  msgstr ""
4377
 
4378
- #: classes/Views/SetupWizard.php:713
4379
- msgid "Getting started with the WP Activity Log plugin"
4380
  msgstr ""
4381
 
4382
- #: classes/Views/SetupWizard.php:718
4383
- msgid "Knowledge Base & Support Documents"
4384
  msgstr ""
4385
 
4386
- #: classes/Views/SetupWizard.php:723
4387
- msgid "Benefits of keeping a WordPress activity log"
4388
  msgstr ""
4389
 
4390
- #: classes/Views/SetupWizard.php:728
4391
- msgid "We trust this plugin meets all your activity log requirements. Should you encounter any problems, have feature requests or would like to share some feedback, <a href=\"https://wpactivitylog.com/contact/?utm_source=plugin&utm_medium=referral&utm_campaign=WSAL&utm_content=wizard+configuration\" rel=\"noopener noreferrer\" target=\"_blank\">please get in touch!</a>"
4392
  msgstr ""
4393
 
4394
- #: classes/Views/SetupWizard.php:764
4395
- msgid "Third Party Extensions"
4396
  msgstr ""
4397
 
4398
- #: classes/Views/SetupWizard.php:805
4399
- msgid "Monitoring changes done in third party plugins"
4400
  msgstr ""
4401
 
4402
- #: classes/Views/SetupWizard.php:806
4403
- msgid "We noticed that the below plugins are installed on this website. You can install our extensions to also keep a log of changes users do on these plugins."
4404
  msgstr ""
4405
 
4406
- #: classes/Views/ToggleAlerts.php:27, classes/Views/ToggleAlerts.php:41
4407
- msgid "Enable/Disable Events"
4408
  msgstr ""
4409
 
4410
- #: classes/Views/ToggleAlerts.php:158
4411
- msgid "Basic"
4412
  msgstr ""
4413
 
4414
- #: classes/Views/ToggleAlerts.php:159
4415
- msgid "Geek"
4416
  msgstr ""
4417
 
4418
- #: classes/Views/ToggleAlerts.php:160
4419
- msgid "Custom"
4420
  msgstr ""
4421
 
4422
- #: classes/Views/ToggleAlerts.php:180
4423
- msgid "Log Level: "
4424
  msgstr ""
4425
 
4426
- #: classes/Views/ToggleAlerts.php:187
4427
- msgid "Use the Log level drop down menu above to use one of our preset log levels. Alternatively you can enable or disable any of the individual events from the below tabs. Refer to <a href=\"https://wpactivitylog.com/support/kb/list-wordpress-activity-log-event-ids/\" target=\"_blank\">the complete list of WordPress activity log event IDs</a> for reference on all the events the plugin can keep a log of."
4428
  msgstr ""
4429
 
4430
- #: classes/Views/ToggleAlerts.php:197
4431
- msgid "Third party plugins"
4432
  msgstr ""
4433
 
4434
- #: classes/Views/ToggleAlerts.php:298, extensions/reports/classes/CsvReportGenerator.php:83, extensions/reports/classes/HtmlReportGenerator.php:245
4435
- msgid "Code"
4436
  msgstr ""
4437
 
4438
- #: classes/Views/ToggleAlerts.php:341
4439
- msgid "Logins & Logouts"
4440
  msgstr ""
4441
 
4442
- #: classes/Views/ToggleAlerts.php:334
4443
- msgid "Your website is a single site so the multisite events have been disabled."
4444
  msgstr ""
4445
 
4446
- #: classes/Views/ToggleAlerts.php:314
4447
- msgid "The plugin WooCommerce is not installed on your website so these events have been disabled."
4448
  msgstr ""
4449
 
4450
- #: classes/Views/ToggleAlerts.php:321
4451
- msgid "Products"
4452
  msgstr ""
4453
 
4454
- #: classes/Views/ToggleAlerts.php:327
4455
- msgid "Post Changes"
4456
  msgstr ""
4457
 
4458
- #: classes/Views/ToggleAlerts.php:307
4459
- msgid "<strong>Note:</strong> Post refers to any type of content, i.e. blog post, page or a post with a custom post type."
4460
  msgstr ""
4461
 
4462
- #: classes/Views/ToggleAlerts.php:364
4463
- msgid "Not Implemented"
4464
  msgstr ""
4465
 
4466
- #: classes/Views/ToggleAlerts.php:367
4467
- msgid "Not Available"
4468
  msgstr ""
4469
 
4470
- #: classes/Views/ToggleAlerts.php:382
4471
- msgid "User Logins/Logouts"
4472
  msgstr ""
4473
 
4474
- #: classes/Views/ToggleAlerts.php:385
4475
- msgid "User Sessions"
4476
  msgstr ""
4477
 
4478
- #: classes/Views/ToggleAlerts.php:388
4479
- msgid "Files"
4480
  msgstr ""
4481
 
4482
- #: classes/Views/ToggleAlerts.php:391
4483
- msgid "Post Settings"
4484
  msgstr ""
4485
 
4486
- #: classes/Views/ToggleAlerts.php:461
4487
- msgid "Keep a log when a visitor registers a user on the website. Only enable this if you allow visitors to register as users on your website. User registration is disabled by default in WordPress."
4488
  msgstr ""
4489
 
4490
- #: classes/Views/ToggleAlerts.php:475, classes/Views/ToggleAlerts.php:488
4491
- msgid "Number of login attempts to log. Enter 0 to log all failed login attempts. (By default the plugin only logs up to 10 failed login because the process can be very resource intensive in case of a brute force attack)"
4492
  msgstr ""
4493
 
4494
- #: classes/Views/ToggleAlerts.php:502
4495
- msgid "Keep a log of user log in activity on custom login forms (such as WooCommerce & membership plugins)"
4496
  msgstr ""
4497
 
4498
- #: classes/Views/ToggleAlerts.php:548
4499
- msgid "Save Changes"
4500
  msgstr ""
4501
 
4502
- #: classes/Views/ToggleAlerts.php:555
4503
- msgid "Log Level Updated"
4504
  msgstr ""
4505
 
4506
- #. translators: Alerts log level.
4507
- #: classes/Views/ToggleAlerts.php:559
4508
- msgid "The %s log level has been successfully loaded and applied."
4509
  msgstr ""
4510
 
4511
- #: classes/Views/ToggleAlerts.php:563, extensions/email-notifications/classes/Notifications.php:298, extensions/email-notifications/classes/Notifications.php:888, extensions/email-notifications/classes/Notifications.php:1934
4512
- msgid "OK"
4513
  msgstr ""
4514
 
4515
- #: classes/Views/ToggleAlerts.php:578
4516
- msgid "Enable File Integrity Scanner"
4517
  msgstr ""
4518
 
4519
- #: classes/Views/ToggleAlerts.php:580
4520
- msgid "The file integrity scanner is switched off. To enable this event it has to be switched on."
4521
  msgstr ""
4522
 
4523
- #: classes/Views/ToggleAlerts.php:584
4524
- msgid "SWITCH ON"
4525
  msgstr ""
4526
 
4527
- #: classes/Views/ToggleAlerts.php:585
4528
- msgid "DISABLE EVENT"
4529
  msgstr ""
4530
 
4531
- #: extensions/search/search-init.php:199
4532
- msgid "An identical search filter already exists."
4533
  msgstr ""
4534
 
4535
- #: extensions/search/search-init.php:218, extensions/search/search-init.php:292, extensions/user-sessions/classes/View/Sessions.php:313
4536
- msgid "Search"
4537
  msgstr ""
4538
 
4539
- #: extensions/search/search-init.php:293
4540
- msgid "- Use the free-text search to search for text in the event's message.<br>- To search for a particular Event ID, user, IP address, Post ID or Type or use date ranges, use the filters."
4541
  msgstr ""
4542
 
4543
- #: extensions/search/search-init.php:294
4544
- msgid "Clear Search Results"
4545
  msgstr ""
4546
 
4547
- #: extensions/search/search-init.php:295
4548
- msgid "Nothing found!"
4549
  msgstr ""
4550
 
4551
- #: extensions/search/search-init.php:296
4552
- msgid "Load"
4553
  msgstr ""
4554
 
4555
- #: extensions/search/search-init.php:297
4556
- msgid "Loading..."
4557
  msgstr ""
4558
 
4559
- #: extensions/search/search-init.php:298
4560
- msgid "Load & Run"
4561
  msgstr ""
4562
 
4563
- #: extensions/search/search-init.php:299, extensions/email-notifications/classes/NotificationBuilder.php:76, extensions/email-notifications/classes/Notifications.php:1844, extensions/email-notifications/classes/Notifications.php:1907, extensions/email-notifications/classes/Notifications.php:1922, extensions/external-db/classes/Connections.php:157, extensions/external-db/classes/Mirroring.php:128
4564
- msgid "Delete"
4565
  msgstr ""
4566
 
4567
- #: extensions/search/search-init.php:300, extensions/external-db/classes/Connections.php:626, extensions/external-db/classes/Mirroring.php:486
4568
- msgid "Deleting..."
4569
  msgstr ""
4570
 
4571
- #: extensions/search/search-init.php:302, extensions/search/classes/FilterManager.php:383
4572
- msgid "Load Search & Filters"
4573
  msgstr ""
4574
 
4575
- #: extensions/search/search-init.php:303
4576
- msgid "* Invalid IP"
4577
  msgstr ""
4578
 
4579
- #: extensions/search/search-init.php:304, extensions/search/classes/FilterManager.php:386
4580
- msgid "Remove"
4581
  msgstr ""
4582
 
4583
- #: extensions/search/search-init.php:305
4584
- msgid "Close Filters"
4585
  msgstr ""
4586
 
4587
- #: extensions/search/search-init.php:306, extensions/search/classes/FilterManager.php:411
4588
- msgid "Filter View"
4589
  msgstr ""
4590
 
4591
- #. translators: both placeholders are html formatting strings for itallics
4592
- #: extensions/search/search-init.php:309
4593
- msgid "Click the %1$sSearch%2$s button to apply the filters. Click the %1$sClear Search Results%2$s button to reset the search and filters."
4594
  msgstr ""
4595
 
4596
- #: extensions/search/search-init.php:355
4597
- msgid "Widget could not be found."
4598
  msgstr ""
4599
 
4600
- #: extensions/search/search-init.php:426, extensions/search/search-init.php:496
4601
- msgid "No saved search found."
4602
  msgstr ""
4603
 
4604
- #: extensions/search/search-init.php:418
4605
- msgid "Saved searches found."
4606
  msgstr ""
4607
 
4608
- #: extensions/search/search-init.php:460
4609
- msgid "Search name not specified."
4610
  msgstr ""
4611
 
4612
- #: extensions/search/search-init.php:487
4613
- msgid "Saved search not found."
4614
  msgstr ""
4615
 
4616
- #: extensions/search/search-init.php:479
4617
- msgid "Saved search deleted."
4618
  msgstr ""
4619
 
4620
- #: classes/Views/addons/html-view.php:95, classes/Views/addons/html-view.php:120
4621
- msgid "Upgrade to Premium"
4622
  msgstr ""
4623
 
4624
- #: classes/Views/addons/html-view.php:96
4625
- msgid "More Information"
4626
  msgstr ""
4627
 
4628
- #: classes/Views/addons/html-view.php:104
4629
- msgid "Screenshots"
4630
  msgstr ""
4631
 
4632
- #: classes/Views/addons/html-view.php:121
4633
- msgid "Start Free 14-Day Premium Trial"
4634
  msgstr ""
4635
 
4636
- #: extensions/email-notifications/classes/AddNotification.php:58
4637
- msgid "Add New Email Notification"
4638
  msgstr ""
4639
 
4640
- #: extensions/email-notifications/classes/AddNotification.php:72
4641
- msgid "Add notification"
 
4642
  msgstr ""
4643
 
4644
- #: extensions/email-notifications/classes/AddNotification.php:217, extensions/email-notifications/classes/EditNotification.php:222
4645
- msgid "Back"
4646
  msgstr ""
4647
 
4648
- #: extensions/email-notifications/classes/AddNotification.php:233
4649
- msgid "You have reached the maximum number of notifications you can add."
4650
  msgstr ""
4651
 
4652
- #. translators: Twilio settings hyperlink.
4653
- #. translators: Twilio settings hyperlink.
4654
- #. translators: Twilio settings hyperlink.
4655
- #. translators: Twilio settings hyperlink.
4656
- #. translators: Twilio settings hyperlink.
4657
- #. translators: Twilio settings hyperlink.
4658
- #. translators: Twilio settings hyperlink.
4659
- #. translators: Twilio settings hyperlink.
4660
- #. translators: Twilio settings hyperlink.
4661
- #: extensions/email-notifications/classes/AddNotification.php:278, extensions/email-notifications/classes/EditNotification.php:330, extensions/email-notifications/classes/Notifications.php:822, extensions/email-notifications/classes/Notifications.php:936, extensions/email-notifications/classes/Notifications.php:1261, extensions/email-notifications/classes/Notifications.php:1425, extensions/email-notifications/classes/Notifications.php:1519, extensions/email-notifications/classes/Notifications.php:1685, extensions/email-notifications/classes/SMSProviderSettings.php:237
4662
- msgid "Click %s to configure Twilio integration for SMS notifications."
4663
  msgstr ""
4664
 
4665
- #: extensions/email-notifications/classes/AddNotification.php:278, extensions/email-notifications/classes/EditNotification.php:330, extensions/email-notifications/classes/Notifications.php:822, extensions/email-notifications/classes/Notifications.php:936, extensions/email-notifications/classes/Notifications.php:1261, extensions/email-notifications/classes/Notifications.php:1425, extensions/email-notifications/classes/Notifications.php:1519, extensions/email-notifications/classes/Notifications.php:1685, extensions/email-notifications/classes/SMSProviderSettings.php:237
4666
- msgid "here"
4667
  msgstr ""
4668
 
4669
- #. translators: Trigger groups documentation hyperlink
4670
- #. translators: Trigger groups documentation hyperlink
4671
- #: extensions/email-notifications/classes/AddNotification.php:286, extensions/email-notifications/classes/EditNotification.php:338
4672
- msgid "Trigger groups documentation"
4673
  msgstr ""
4674
 
4675
- #: extensions/email-notifications/classes/AddNotification.php:291, extensions/email-notifications/classes/EditNotification.php:343
4676
- msgid "Triggers"
4677
  msgstr ""
4678
 
4679
- #: extensions/email-notifications/classes/AddNotification.php:292, extensions/email-notifications/classes/EditNotification.php:344
4680
- msgid "Add Trigger"
4681
  msgstr ""
4682
 
4683
- #: extensions/email-notifications/classes/AddNotification.php:306, extensions/email-notifications/classes/EditNotification.php:387
4684
- msgid "Use default email template"
4685
  msgstr ""
4686
 
4687
- #: extensions/email-notifications/classes/AddNotification.php:311, extensions/email-notifications/classes/EditNotification.php:396
4688
- msgid "Use event specific email template"
4689
  msgstr ""
4690
 
4691
- #: extensions/email-notifications/classes/AddNotification.php:336, extensions/email-notifications/classes/EditNotification.php:429, extensions/external-db/classes/Connections.php:96, extensions/external-db/classes/Connections.php:550, extensions/external-db/classes/Mirroring.php:90
4692
- msgid "Name"
 
4693
  msgstr ""
4694
 
4695
- #: extensions/email-notifications/classes/AddNotification.php:337, extensions/email-notifications/classes/EditNotification.php:430, extensions/email-notifications/classes/Notifications.php:1857, extensions/email-notifications/classes/Notifications.php:1868
4696
- msgid "Title"
4697
  msgstr ""
4698
 
4699
- #: extensions/email-notifications/classes/AddNotification.php:345, extensions/email-notifications/classes/EditNotification.php:438, extensions/email-notifications/classes/Notifications.php:957, extensions/email-notifications/classes/Notifications.php:980, extensions/email-notifications/classes/Notifications.php:997, extensions/email-notifications/classes/Notifications.php:1021, extensions/email-notifications/classes/Notifications.php:1043, extensions/email-notifications/classes/Notifications.php:1056, extensions/email-notifications/classes/Notifications.php:1069, extensions/email-notifications/classes/Notifications.php:1082, extensions/email-notifications/classes/Notifications.php:1095, extensions/email-notifications/classes/Notifications.php:1108, extensions/email-notifications/classes/Notifications.php:1132, extensions/email-notifications/classes/Notifications.php:1147, extensions/email-notifications/classes/Notifications.php:1162, extensions/email-notifications/classes/Notifications.php:1177, extensions/email-notifications/classes/Notifications.php:1192, extensions/email-notifications/classes/Notifications.php:1214, extensions/email-notifications/classes/Notifications.php:1279, extensions/email-notifications/classes/Notifications.php:1294, extensions/email-notifications/classes/Notifications.php:1309, extensions/email-notifications/classes/Notifications.php:1333, extensions/email-notifications/classes/Notifications.php:1348, extensions/email-notifications/classes/Notifications.php:1363, extensions/email-notifications/classes/Notifications.php:1378, extensions/email-notifications/classes/Notifications.php:1440, extensions/email-notifications/classes/Notifications.php:1455, extensions/email-notifications/classes/Notifications.php:1470, extensions/email-notifications/classes/Notifications.php:1534, extensions/email-notifications/classes/Notifications.php:1551, extensions/email-notifications/classes/Notifications.php:1568, extensions/email-notifications/classes/Notifications.php:1585, extensions/email-notifications/classes/Notifications.php:1602, extensions/email-notifications/classes/Notifications.php:1619, extensions/email-notifications/classes/Notifications.php:1636, extensions/email-notifications/classes/Notifications.php:1702, extensions/email-notifications/classes/Notifications.php:1719, extensions/email-notifications/classes/Notifications.php:1736, extensions/email-notifications/classes/Notifications.php:1753, extensions/user-sessions/classes/View/Sessions.php:295
4700
- msgid "Email"
4701
  msgstr ""
4702
 
4703
- #: extensions/email-notifications/classes/AddNotification.php:351, extensions/email-notifications/classes/EditNotification.php:444, extensions/email-notifications/classes/Notifications.php:983, extensions/email-notifications/classes/Notifications.php:1000, extensions/email-notifications/classes/Notifications.php:1024, extensions/email-notifications/classes/Notifications.php:1046, extensions/email-notifications/classes/Notifications.php:1059, extensions/email-notifications/classes/Notifications.php:1072, extensions/email-notifications/classes/Notifications.php:1085, extensions/email-notifications/classes/Notifications.php:1098, extensions/email-notifications/classes/Notifications.php:1111, extensions/email-notifications/classes/Notifications.php:1135, extensions/email-notifications/classes/Notifications.php:1150, extensions/email-notifications/classes/Notifications.php:1165, extensions/email-notifications/classes/Notifications.php:1180, extensions/email-notifications/classes/Notifications.php:1195, extensions/email-notifications/classes/Notifications.php:1217, extensions/email-notifications/classes/Notifications.php:1282, extensions/email-notifications/classes/Notifications.php:1297, extensions/email-notifications/classes/Notifications.php:1312, extensions/email-notifications/classes/Notifications.php:1336, extensions/email-notifications/classes/Notifications.php:1351, extensions/email-notifications/classes/Notifications.php:1366, extensions/email-notifications/classes/Notifications.php:1381, extensions/email-notifications/classes/Notifications.php:1443, extensions/email-notifications/classes/Notifications.php:1458, extensions/email-notifications/classes/Notifications.php:1473, extensions/email-notifications/classes/Notifications.php:1537, extensions/email-notifications/classes/Notifications.php:1554, extensions/email-notifications/classes/Notifications.php:1571, extensions/email-notifications/classes/Notifications.php:1588, extensions/email-notifications/classes/Notifications.php:1605, extensions/email-notifications/classes/Notifications.php:1622, extensions/email-notifications/classes/Notifications.php:1639, extensions/email-notifications/classes/Notifications.php:1705, extensions/email-notifications/classes/Notifications.php:1722, extensions/email-notifications/classes/Notifications.php:1739, extensions/email-notifications/classes/Notifications.php:1756
4704
- msgid "Mobile Number"
4705
  msgstr ""
4706
 
4707
- #: extensions/email-notifications/classes/Common.php:359, extensions/email-notifications/classes/Common.php:424
4708
- msgid "The form is not valid. Please reload the page and try again."
4709
  msgstr ""
4710
 
4711
- #. translators: Event type
4712
- #: extensions/email-notifications/classes/Common.php:561, extensions/email-notifications/classes/Common.php:551, extensions/email-notifications/classes/Common.php:537, extensions/email-notifications/classes/Common.php:524, extensions/email-notifications/classes/Common.php:501, extensions/email-notifications/classes/Common.php:481, extensions/email-notifications/classes/Common.php:402
4713
- msgid "%s is not valid"
4714
  msgstr ""
4715
 
4716
- #: extensions/email-notifications/classes/Common.php:567
4717
- msgid "Selected TYPE is not valid."
4718
  msgstr ""
4719
 
4720
- #: extensions/email-notifications/classes/Common.php:557
4721
- msgid "Selected OBJECT is not valid."
4722
  msgstr ""
4723
 
4724
- #: extensions/email-notifications/classes/Common.php:546
4725
- msgid "Selected POST STATUS is not valid."
 
 
 
4726
  msgstr ""
4727
 
4728
- #: extensions/email-notifications/classes/Common.php:533
4729
- msgid "Selected POST TYPE is not valid."
4730
  msgstr ""
4731
 
4732
- #: extensions/email-notifications/classes/Common.php:512
4733
- msgid "The enviroment is not multisite."
4734
  msgstr ""
4735
 
4736
- #: extensions/email-notifications/classes/Common.php:518, extensions/email-notifications/classes/Common.php:495
4737
- msgid "%s was not found"
4738
  msgstr ""
4739
 
4740
- #: extensions/email-notifications/classes/Common.php:468, extensions/email-notifications/classes/Common.php:474
4741
- msgid "TIME is not valid."
4742
  msgstr ""
4743
 
4744
- #: extensions/email-notifications/classes/Common.php:459
4745
- msgid "DATE is not valid."
 
4746
  msgstr ""
4747
 
4748
- #: extensions/email-notifications/classes/Common.php:418
4749
- msgid "The SOURCE IP is not valid. Maximum of 15 characters allowed."
4750
  msgstr ""
4751
 
4752
- #: extensions/email-notifications/classes/Common.php:433
4753
- msgid "The SOURCE IP is not valid."
4754
  msgstr ""
4755
 
4756
- #: extensions/email-notifications/classes/Common.php:442
4757
- msgid "The SOURCE IP fragment is not valid."
4758
  msgstr ""
4759
 
4760
- #: extensions/email-notifications/classes/Common.php:411
4761
- msgid "Selected USER ROLE is not valid."
4762
  msgstr ""
4763
 
4764
- #: extensions/email-notifications/classes/Common.php:392
4765
- msgid "The USERNAME is not valid. Maximum of 50 characters allowed."
4766
  msgstr ""
4767
 
4768
- #: extensions/email-notifications/classes/Common.php:398
4769
- msgid "The USERNAME does not exist."
4770
  msgstr ""
4771
 
4772
- #: extensions/email-notifications/classes/Common.php:370, extensions/email-notifications/classes/Common.php:385
4773
- msgid "The EVENT ID is not valid."
4774
  msgstr ""
4775
 
4776
- #: extensions/email-notifications/classes/Common.php:376
4777
- msgid "Internal Error. Please reload the page and try again."
4778
  msgstr ""
4779
 
4780
- #: extensions/email-notifications/classes/Common.php:788, extensions/email-notifications/classes/Common.php:816, extensions/email-notifications/classes/Common.php:818
4781
- msgid "Title is required."
4782
  msgstr ""
4783
 
4784
- #: extensions/email-notifications/classes/Common.php:825
4785
- msgid "Title is not valid."
4786
  msgstr ""
4787
 
4788
- #: extensions/email-notifications/classes/Common.php:835
4789
- msgid "Please add at least one condition."
4790
  msgstr ""
4791
 
4792
- #: extensions/email-notifications/classes/Common.php:883, extensions/email-notifications/classes/Common.php:889, extensions/email-notifications/classes/Common.php:894
4793
- msgid "The form is not valid. Please refresh the page and try again."
4794
  msgstr ""
4795
 
4796
- #: extensions/email-notifications/classes/Common.php:903
4797
- msgid "A trigger's condition must not be longer than 50 characters."
4798
  msgstr ""
4799
 
4800
- #: extensions/email-notifications/classes/Common.php:939
4801
- msgid "Email or Username is not valid."
4802
  msgstr ""
4803
 
4804
- #: extensions/email-notifications/classes/Common.php:946
4805
- msgid "Mobile number is not valid."
4806
  msgstr ""
4807
 
4808
- #: extensions/email-notifications/classes/Common.php:933
4809
- msgid "Email or Username is required."
4810
  msgstr ""
4811
 
4812
- #: extensions/email-notifications/classes/Common.php:934
4813
- msgid "Mobile number is required."
4814
  msgstr ""
4815
 
4816
- #: extensions/email-notifications/classes/Common.php:998, extensions/email-notifications/classes/Notifications.php:588
4817
- msgid "Notification could not be saved."
4818
  msgstr ""
4819
 
4820
- #: extensions/email-notifications/classes/Common.php:1005, extensions/email-notifications/classes/Notifications.php:647
4821
- msgid "Notification successfully saved."
4822
  msgstr ""
4823
 
4824
- #: extensions/email-notifications/classes/Common.php:1027
4825
- msgid "Notification Title"
4826
  msgstr ""
4827
 
4828
- #: extensions/email-notifications/classes/Common.php:1028
4829
- msgid "Website Name"
4830
  msgstr ""
4831
 
4832
- #: extensions/email-notifications/classes/Common.php:1029
4833
- msgid "User Login Name"
4834
  msgstr ""
4835
 
4836
- #: extensions/email-notifications/classes/Common.php:1030
4837
- msgid "Role(s) of the User"
4838
  msgstr ""
4839
 
4840
- #: extensions/email-notifications/classes/Common.php:1031
4841
- msgid "Event generated on Date and Time"
4842
  msgstr ""
4843
 
4844
- #: extensions/email-notifications/classes/Common.php:1032
4845
- msgid "Event Code"
4846
  msgstr ""
4847
 
4848
- #: extensions/email-notifications/classes/Common.php:1033
4849
- msgid "Event Severity"
4850
  msgstr ""
4851
 
4852
- #: extensions/email-notifications/classes/Common.php:1034, extensions/email-notifications/classes/Common.php:1095
4853
- msgid "Event Message"
4854
  msgstr ""
4855
 
4856
- #: extensions/email-notifications/classes/Common.php:1035
4857
- msgid "Event Metadata"
4858
  msgstr ""
4859
 
4860
- #: extensions/email-notifications/classes/Common.php:1036
4861
- msgid "Event Links"
4862
  msgstr ""
4863
 
4864
- #: extensions/email-notifications/classes/Common.php:1037
4865
- msgid "Client IP Address"
4866
  msgstr ""
4867
 
4868
- #: extensions/email-notifications/classes/Common.php:1038
4869
- msgid "Event Object"
4870
  msgstr ""
4871
 
4872
- #: extensions/email-notifications/classes/Common.php:1085, extensions/email-notifications/classes/Common.php:1149
4873
- msgid "Notification {title} on website {site} triggered"
4874
  msgstr ""
4875
 
4876
- #: extensions/email-notifications/classes/Common.php:1086, extensions/email-notifications/classes/Common.php:1150
4877
- msgid "Notification <strong>{title}</strong> was triggered. Below are the notification details:"
4878
  msgstr ""
4879
 
4880
- #: extensions/email-notifications/classes/Common.php:1088
4881
- msgid "Website"
4882
  msgstr ""
4883
 
4884
- #: extensions/email-notifications/classes/Common.php:1090, extensions/email-notifications/classes/Common.php:1153, extensions/reports/classes/CsvReportGenerator.php:86, extensions/reports/classes/CsvReportGenerator.php:70, extensions/reports/classes/CsvReportGenerator.php:200, extensions/reports/classes/HtmlReportGenerator.php:248, extensions/reports/classes/HtmlReportGenerator.php:224, extensions/reports/classes/HtmlReportGenerator.php:362, extensions/search/classes/FilterManager.php:474, extensions/user-sessions/classes/View/Sessions.php:140, extensions/user-sessions/classes/View/Sessions.php:294
4885
- msgid "Username"
4886
  msgstr ""
4887
 
4888
- #: extensions/email-notifications/classes/Common.php:1091
4889
- msgid "User role"
 
4890
  msgstr ""
4891
 
4892
- #: extensions/email-notifications/classes/Common.php:1096
4893
- msgid "Event generated on"
4894
  msgstr ""
4895
 
4896
- #: extensions/email-notifications/classes/Common.php:1098
4897
- msgid "These email notifications are sent with <a href=\"http://wpactivitylog.com\">WP Activity Log</a>, the most comprehensive WordPress activity log plugin solution."
4898
  msgstr ""
4899
 
4900
- #: extensions/email-notifications/classes/Common.php:1121, extensions/email-notifications/classes/Common.php:1182
4901
- msgid "User/Role"
4902
  msgstr ""
4903
 
4904
- #: extensions/email-notifications/classes/Common.php:1124
4905
- msgid "Event type"
4906
  msgstr ""
4907
 
4908
- #: extensions/email-notifications/classes/Common.php:1154, extensions/search/classes/FilterManager.php:486, extensions/search/classes/Filters/userrolefilter.php:49, extensions/search/classes/Filters/userrolefilter.php:87, extensions/user-sessions/classes/View/Sessions.php:299
4909
- msgid "User Role"
4910
  msgstr ""
4911
 
4912
- #: extensions/email-notifications/classes/Common.php:1156
4913
- msgid "Generated On"
4914
  msgstr ""
4915
 
4916
- #: extensions/email-notifications/classes/Common.php:1158
4917
- msgid "Monitoring of WordPress and Email Notifications provided by <a href=\"http://wpactivitylog.com\">WP Activity Log, WordPress most comprehensive audit trail plugin</a>."
4918
  msgstr ""
4919
 
4920
- #: extensions/email-notifications/classes/Common.php:1183
4921
- msgid "Event"
4922
  msgstr ""
4923
 
4924
- #: extensions/email-notifications/classes/Common.php:1198
4925
- msgid "Subject "
4926
  msgstr ""
4927
 
4928
- #: extensions/email-notifications/classes/Common.php:1207
4929
- msgid "Body "
4930
  msgstr ""
4931
 
4932
- #: extensions/email-notifications/classes/Common.php:1210
4933
- msgid "HTML is accepted. Available template tags:"
4934
  msgstr ""
4935
 
4936
- #. translators: singular or plural form of a login total count.
4937
- #: extensions/email-notifications/classes/DailyNotification.php:343
4938
- msgid "was %d login"
4939
- msgid_plural "were %d logins"
4940
- msgstr[0] ""
4941
- msgstr[1] ""
4942
-
4943
- #. translators: a number that is total count of unique users in a login group.
4944
- #: extensions/email-notifications/classes/DailyNotification.php:349
4945
- msgid "%d unique user"
4946
- msgid_plural "%d unique users"
4947
- msgstr[0] ""
4948
- msgstr[1] ""
4949
-
4950
- #. translators: 1 - number of logins. 2 - total unique users
4951
- #: extensions/email-notifications/classes/DailyNotification.php:356
4952
- msgid "There %1$s on your site today from %2$s. Below is a list of the users and the IP addresses they logged in from:"
4953
  msgstr ""
4954
 
4955
- #: extensions/email-notifications/classes/DailyNotification.php:388
4956
- msgid "There were failed logins due to a wrong password from the following IP addresses:"
4957
  msgstr ""
4958
 
4959
- #: extensions/email-notifications/classes/DailyNotification.php:410
4960
- msgid "There were failed logins due to a wrong username from the following IP addresses:"
4961
  msgstr ""
4962
 
4963
- #: extensions/email-notifications/classes/EditNotification.php:58
4964
- msgid "Edit Email Notification"
4965
  msgstr ""
4966
 
4967
- #: extensions/email-notifications/classes/EditNotification.php:72
4968
- msgid "Edit Notification"
4969
  msgstr ""
4970
 
4971
- #: extensions/email-notifications/classes/EditNotification.php:221, extensions/email-notifications/classes/Notifications.php:1806
4972
- msgid "Add New"
4973
  msgstr ""
4974
 
4975
- #: extensions/email-notifications/classes/EditNotification.php:252
4976
- msgid "You do not have sufficient permissions to access this page. - INVALID NOTIFICATION ID"
4977
  msgstr ""
4978
 
4979
- #: extensions/email-notifications/classes/EditNotification.php:448
4980
- msgid "Specify the email address or WordPress username who should receive the notification once the trigger is matched."
4981
  msgstr ""
4982
 
4983
- #: extensions/email-notifications/classes/NotificationBuilder.php:77
4984
- msgid "Save Notification"
4985
  msgstr ""
4986
 
4987
- #: extensions/email-notifications/classes/NotificationBuilder.php:78
4988
- msgid "Add Notification"
4989
  msgstr ""
4990
 
4991
- #: extensions/email-notifications/classes/NotificationBuilder.php:79
4992
- msgid "Email Address or WordPress Username:"
4993
  msgstr ""
4994
 
4995
- #: extensions/email-notifications/classes/NotificationBuilder.php:80
4996
- msgid "Phone number for SMS notifications:"
4997
  msgstr ""
4998
 
4999
- #: extensions/email-notifications/classes/Notifications.php:122, extensions/email-notifications/classes/Notifications.php:2257, extensions/email-notifications/classes/Notifications.php:2358
5000
- msgid "Nonce verification failed. Please refresh and try again."
5001
  msgstr ""
5002
 
5003
- #: extensions/email-notifications/classes/Notifications.php:164
5004
- msgid "Built-in Notifications"
5005
  msgstr ""
5006
 
5007
- #: extensions/email-notifications/classes/Notifications.php:169
5008
- msgid "WordPress System"
5009
  msgstr ""
5010
 
5011
- #: extensions/email-notifications/classes/Notifications.php:173
5012
- msgid "Logins & Users Profiles"
5013
  msgstr ""
5014
 
5015
- #: extensions/email-notifications/classes/Notifications.php:177
5016
- msgid "Content Changes"
5017
  msgstr ""
5018
 
5019
- #: extensions/email-notifications/classes/Notifications.php:181
5020
- msgid "Multisite"
5021
  msgstr ""
5022
 
5023
- #: extensions/email-notifications/classes/Notifications.php:191, extensions/email-notifications/classes/Notifications.php:841
5024
- msgid "Custom Notifications"
5025
  msgstr ""
5026
 
5027
- #: extensions/email-notifications/classes/Notifications.php:197
5028
- msgid "Notifications Templates"
5029
  msgstr ""
5030
 
5031
- #: extensions/email-notifications/classes/Notifications.php:203, extensions/email-notifications/classes/Notifications.php:1983
5032
- msgid "Default Email Template"
 
5033
  msgstr ""
5034
 
5035
- #: extensions/email-notifications/classes/Notifications.php:207, extensions/email-notifications/classes/Notifications.php:1979
5036
- msgid "Default SMS Template"
5037
  msgstr ""
5038
 
5039
- #: extensions/email-notifications/classes/Notifications.php:250, extensions/email-notifications/classes/Notifications.php:264
5040
- msgid "Notifications"
5041
  msgstr ""
5042
 
5043
- #: extensions/email-notifications/classes/Notifications.php:299, extensions/email-notifications/classes/Notifications.php:859
5044
- msgid "Test Notifications"
5045
  msgstr ""
5046
 
5047
- #: extensions/email-notifications/classes/Notifications.php:300
5048
- msgid "Trigger Builder Test Notification"
5049
  msgstr ""
5050
 
5051
- #: extensions/email-notifications/classes/Notifications.php:302
5052
- msgid "Please specify an email address or a phone number to test."
5053
  msgstr ""
5054
 
5055
- #: extensions/email-notifications/classes/Notifications.php:605
5056
- msgid "Email Address or Username is not valid."
5057
  msgstr ""
5058
 
5059
- #: extensions/email-notifications/classes/Notifications.php:615
5060
- msgid "Phone number is not valid."
5061
  msgstr ""
5062
 
5063
- #: extensions/email-notifications/classes/Notifications.php:597
5064
- msgid "Email Address and Mobile Number cannot be empty."
5065
  msgstr ""
5066
 
5067
- #: extensions/email-notifications/classes/Notifications.php:738
5068
- msgid "To configure email notifications please contact the administrator of this multisite network on "
5069
  msgstr ""
5070
 
5071
- #: extensions/email-notifications/classes/Notifications.php:757
5072
- msgid "Daily summary email sent."
5073
  msgstr ""
5074
 
5075
- #: extensions/email-notifications/classes/Notifications.php:753
5076
- msgid "An error occurred while sending the daily summary email."
5077
  msgstr ""
5078
 
5079
- #: extensions/email-notifications/classes/Notifications.php:747
5080
- msgid "Invalid request."
5081
  msgstr ""
5082
 
5083
- #. translators: %s: Twilio settings link
5084
- #: extensions/email-notifications/classes/Notifications.php:831
5085
- msgid "Tick the check box and specify an email address or username to enable a notification. You can specify a phone number to send a SMS notification as well (%s). Click the Save Notifications button to save the changes."
5086
  msgstr ""
5087
 
5088
- #: extensions/email-notifications/classes/Notifications.php:832
5089
- msgid "Configure Twilio account integration"
5090
  msgstr ""
5091
 
5092
- #. translators: %s: Twilio settings link
5093
- #: extensions/email-notifications/classes/Notifications.php:840
5094
- msgid "You can create your own notification criteria in the %s tab."
5095
  msgstr ""
5096
 
5097
- #: extensions/email-notifications/classes/Notifications.php:860
5098
- msgid "Save Notifications"
5099
  msgstr ""
5100
 
5101
- #: extensions/email-notifications/classes/Notifications.php:869
5102
- msgid "Specify an email address to where you would like to send a test email notification:"
5103
  msgstr ""
5104
 
5105
- #: extensions/email-notifications/classes/Notifications.php:874
5106
- msgid "Specify a mobile phone number to where you would like to send a test SMS notification:"
5107
  msgstr ""
5108
 
5109
- #: extensions/email-notifications/classes/Notifications.php:880
5110
- msgid "Send"
5111
  msgstr ""
5112
 
5113
- #: extensions/email-notifications/classes/Notifications.php:881, extensions/external-db/classes/Connections.php:618, extensions/external-db/classes/Mirroring.php:202
5114
- msgid "Cancel"
5115
  msgstr ""
5116
 
5117
- #: extensions/email-notifications/classes/Notifications.php:939
5118
- msgid "Daily Summary of Activity Log"
5119
  msgstr ""
5120
 
5121
- #: extensions/email-notifications/classes/Notifications.php:954
5122
- msgid "Send me a summary of what happens every day."
5123
  msgstr ""
5124
 
5125
- #: extensions/email-notifications/classes/Notifications.php:958
5126
- msgid "Send Summary Now"
5127
  msgstr ""
5128
 
5129
- #: extensions/email-notifications/classes/Notifications.php:964
5130
- msgid "Suspicious Activity"
5131
  msgstr ""
5132
 
5133
- #: extensions/email-notifications/classes/Notifications.php:973, extensions/email-notifications/classes/Notifications.php:990
5134
- msgid "There are more than"
5135
  msgstr ""
5136
 
5137
- #: extensions/email-notifications/classes/Notifications.php:975
5138
- msgid "failed WordPress logins for a WordPress user (Event ID 1002)"
5139
  msgstr ""
5140
 
5141
- #: extensions/email-notifications/classes/Notifications.php:992
5142
- msgid "failed logins of non existing users (Event ID 1003)"
 
 
 
 
 
5143
  msgstr ""
5144
 
5145
- #: extensions/email-notifications/classes/Notifications.php:1007
5146
- msgid "WordPress Install Changes"
5147
  msgstr ""
5148
 
5149
- #: extensions/email-notifications/classes/Notifications.php:1016
5150
- msgid "WordPress was updated (Event ID 6004)"
5151
  msgstr ""
5152
 
5153
- #: extensions/email-notifications/classes/Notifications.php:1031
5154
- msgid "Plugin Changes Notifications"
5155
  msgstr ""
5156
 
5157
- #: extensions/email-notifications/classes/Notifications.php:1039
5158
- msgid "New plugin is installed (Event ID 5000)"
5159
  msgstr ""
5160
 
5161
- #: extensions/email-notifications/classes/Notifications.php:1052
5162
- msgid "Installed plugin is activated (Event ID 5001)"
5163
  msgstr ""
5164
 
5165
- #: extensions/email-notifications/classes/Notifications.php:1065
5166
- msgid "Plugin file is modified (Event ID 2051)"
5167
  msgstr ""
5168
 
5169
- #: extensions/email-notifications/classes/Notifications.php:1078
5170
- msgid "Installed plugin is deactivated (Event ID 5002)"
5171
  msgstr ""
5172
 
5173
- #: extensions/email-notifications/classes/Notifications.php:1091
5174
- msgid "A plugin is uninstalled (Event ID 5003)"
5175
  msgstr ""
5176
 
5177
- #: extensions/email-notifications/classes/Notifications.php:1104
5178
- msgid "Installed plugin is upgraded (Event ID 5004)"
5179
  msgstr ""
5180
 
5181
- #: extensions/email-notifications/classes/Notifications.php:1118
5182
- msgid "Themes Changes Notifications"
5183
  msgstr ""
5184
 
5185
- #: extensions/email-notifications/classes/Notifications.php:1127
5186
- msgid "New theme is installed (Event ID 5005)"
5187
  msgstr ""
5188
 
5189
- #: extensions/email-notifications/classes/Notifications.php:1142
5190
- msgid "Installed theme is activated (Event ID 5006)"
5191
  msgstr ""
5192
 
5193
- #: extensions/email-notifications/classes/Notifications.php:1157
5194
- msgid "Theme file is modified (Event ID 2046)"
5195
  msgstr ""
5196
 
5197
- #: extensions/email-notifications/classes/Notifications.php:1172
5198
- msgid "A theme is uninstalled (Event ID 5007)"
 
 
 
 
 
 
 
 
 
 
 
5199
  msgstr ""
5200
 
5201
- #: extensions/email-notifications/classes/Notifications.php:1187
5202
- msgid "Installed theme is updated (Event ID 5031)"
 
 
 
 
 
 
 
 
 
 
 
5203
  msgstr ""
5204
 
5205
- #: extensions/email-notifications/classes/Notifications.php:1202
5206
- msgid "Critical Events"
 
 
 
 
 
 
 
 
 
 
5207
  msgstr ""
5208
 
5209
- #: extensions/email-notifications/classes/Notifications.php:1210
5210
- msgid "Critical Event is Generated"
5211
  msgstr ""
5212
 
5213
- #: extensions/email-notifications/classes/Notifications.php:1274
5214
- msgid "User logs in (Event ID 1000)"
5215
  msgstr ""
5216
 
5217
- #: extensions/email-notifications/classes/Notifications.php:1289
5218
- msgid "First time user logs in"
5219
  msgstr ""
5220
 
5221
- #: extensions/email-notifications/classes/Notifications.php:1304
5222
- msgid "User changed password (Event ID 4003)"
5223
  msgstr ""
5224
 
5225
- #: extensions/email-notifications/classes/Notifications.php:1319
5226
- msgid "User Profile Changes"
5227
  msgstr ""
5228
 
5229
- #: extensions/email-notifications/classes/Notifications.php:1328
5230
- msgid "User changed email address (Event IDs 4005, 4006)"
5231
  msgstr ""
5232
 
5233
- #: extensions/email-notifications/classes/Notifications.php:1343
5234
- msgid "User's role has changed (Event ID 4002)"
5235
  msgstr ""
5236
 
5237
- #: extensions/email-notifications/classes/Notifications.php:1358
5238
- msgid "User changed the password of another user (Event ID 4004)"
5239
  msgstr ""
5240
 
5241
- #: extensions/email-notifications/classes/Notifications.php:1373
5242
- msgid "New user is created (Event IDs 4000, 4001, 4012)"
5243
  msgstr ""
5244
 
5245
- #: extensions/email-notifications/classes/Notifications.php:1435
5246
- msgid "New content is published (Event ID 2001)"
5247
  msgstr ""
5248
 
5249
- #: extensions/email-notifications/classes/Notifications.php:1450
5250
- msgid "Content in a post, page or custom post type is changed (Event ID 2065)"
5251
  msgstr ""
5252
 
5253
- #: extensions/email-notifications/classes/Notifications.php:1465
5254
- msgid "Anything but content in a post is changed (such as date, category, status, parent page etc)"
5255
  msgstr ""
5256
 
5257
- #: extensions/email-notifications/classes/Notifications.php:1530
5258
- msgid "User granted super admin (Event ID 4008)"
5259
  msgstr ""
5260
 
5261
- #: extensions/email-notifications/classes/Notifications.php:1546
5262
- msgid "User revoked super admin (Event ID 4009)"
5263
  msgstr ""
5264
 
5265
- #: extensions/email-notifications/classes/Notifications.php:1563
5266
- msgid "User added to site (Event ID 4010)"
5267
  msgstr ""
5268
 
5269
- #: extensions/email-notifications/classes/Notifications.php:1580
5270
- msgid "User removed from site (Event ID 4011)"
5271
  msgstr ""
5272
 
5273
- #: extensions/email-notifications/classes/Notifications.php:1597
5274
- msgid "Site changes"
5275
  msgstr ""
5276
 
5277
- #: extensions/email-notifications/classes/Notifications.php:1614
5278
- msgid "Activated theme on network (Event ID 5008)"
5279
  msgstr ""
5280
 
5281
- #: extensions/email-notifications/classes/Notifications.php:1631
5282
- msgid "Deactivated theme from network (Event ID 5009)"
5283
  msgstr ""
5284
 
5285
- #: extensions/email-notifications/classes/Notifications.php:1697
5286
- msgid "Any product change"
5287
  msgstr ""
5288
 
5289
- #: extensions/email-notifications/classes/Notifications.php:1714
5290
- msgid "Any store settings change"
5291
  msgstr ""
5292
 
5293
- #: extensions/email-notifications/classes/Notifications.php:1731
5294
- msgid "Any coupon code changes"
5295
  msgstr ""
5296
 
5297
- #: extensions/email-notifications/classes/Notifications.php:1748
5298
- msgid "Any orders changes"
5299
  msgstr ""
5300
 
5301
- #. translators: WSAL Notifications Documentation hyperlink
5302
- #: extensions/email-notifications/classes/Notifications.php:1801
5303
- msgid "Use the trigger builder to build any type of criteria that triggers email and / or SMS notifications. Refer to the %s for more detailed information."
5304
  msgstr ""
5305
 
5306
- #: extensions/email-notifications/classes/Notifications.php:1802
5307
- msgid "WordPress notifications documentation"
5308
  msgstr ""
5309
 
5310
- #: extensions/email-notifications/classes/Notifications.php:1958
5311
- msgid "No notifications found. Click the <code>Add New</code> button above to create one."
5312
  msgstr ""
5313
 
5314
- #: extensions/email-notifications/classes/Notifications.php:1944
5315
- msgid "No notifications found to match your search."
5316
  msgstr ""
5317
 
5318
- #: extensions/email-notifications/classes/Notifications.php:1951, extensions/email-notifications/classes/Notifications.php:1953, extensions/email-notifications/classes/Notifications.php:1828, extensions/email-notifications/classes/Notifications.php:1830
5319
- msgid "Search Notifications"
5320
  msgstr ""
5321
 
5322
- #: extensions/email-notifications/classes/Notifications.php:1819, extensions/reports/classes/HtmlReportGenerator.php:148, extensions/reports/classes/HtmlReportGenerator.php:152, extensions/user-sessions/classes/View/Options/Policies.php:24
5323
- msgid "All"
5324
  msgstr ""
5325
 
5326
- #: extensions/email-notifications/classes/Notifications.php:1841, extensions/email-notifications/classes/Notifications.php:1919
5327
- msgid "Bulk actions"
5328
  msgstr ""
5329
 
5330
- #: extensions/email-notifications/classes/Notifications.php:1842, extensions/email-notifications/classes/Notifications.php:1903, extensions/email-notifications/classes/Notifications.php:1920, extensions/external-db/classes/Mirroring.php:117, extensions/external-db/classes/Settings.php:1138, extensions/external-db/classes/mirrors/PapertrailConnection.php:44
5331
- msgid "Enable"
5332
  msgstr ""
5333
 
5334
- #: extensions/email-notifications/classes/Notifications.php:1843, extensions/email-notifications/classes/Notifications.php:1901, extensions/email-notifications/classes/Notifications.php:1921, extensions/external-db/classes/Mirroring.php:120, extensions/external-db/classes/Settings.php:1141
5335
- msgid "Disable"
5336
  msgstr ""
5337
 
5338
- #: extensions/email-notifications/classes/Notifications.php:1846, extensions/email-notifications/classes/Notifications.php:1924
5339
- msgid "Apply"
5340
  msgstr ""
5341
 
5342
- #: extensions/email-notifications/classes/Notifications.php:1854, extensions/email-notifications/classes/Notifications.php:1865, extensions/reports/inc/wsal-reporting-view.inc.php:744
5343
- msgid "Select All"
5344
  msgstr ""
5345
 
5346
- #: extensions/email-notifications/classes/Notifications.php:1891
5347
- msgid "Select"
5348
  msgstr ""
5349
 
5350
- #: extensions/email-notifications/classes/Notifications.php:1895, extensions/email-notifications/classes/Notifications.php:1897
5351
- msgid "Edit this notification"
5352
  msgstr ""
5353
 
5354
- #: extensions/email-notifications/classes/Notifications.php:1897
5355
- msgid "Edit"
5356
  msgstr ""
5357
 
5358
- #: extensions/email-notifications/classes/Notifications.php:1903
5359
- msgid "Enable this notification"
5360
  msgstr ""
5361
 
5362
- #: extensions/email-notifications/classes/Notifications.php:1901
5363
- msgid "Disable this notification"
5364
  msgstr ""
5365
 
5366
- #: extensions/email-notifications/classes/Notifications.php:1907
5367
- msgid "Delete this notification"
5368
  msgstr ""
5369
 
5370
- #: extensions/email-notifications/classes/Notifications.php:1910
5371
- msgid "Send Test Email"
5372
  msgstr ""
5373
 
5374
- #: extensions/email-notifications/classes/Notifications.php:1911
5375
- msgid "Send Test SMS"
5376
  msgstr ""
5377
 
5378
- #: extensions/email-notifications/classes/Notifications.php:1982
5379
- msgid "You can modify the default notification email template from here."
5380
  msgstr ""
5381
 
5382
- #: extensions/email-notifications/classes/Notifications.php:1984
5383
- msgid "This is the default template. You can override this default template with notification specific template which you can modify when using the Trigger Builder."
5384
  msgstr ""
5385
 
5386
- #: extensions/email-notifications/classes/Notifications.php:1978
5387
- msgid "You can modify the default notification SMS template from here."
5388
  msgstr ""
5389
 
5390
- #: extensions/email-notifications/classes/Notifications.php:1980
5391
- msgid "This is the default template for SMS notifications. The maximum number of characters for a SMS is 160, so if you configure longer notifications you will be charged for multiple SMS notifications."
5392
  msgstr ""
5393
 
5394
- #: extensions/email-notifications/classes/Notifications.php:2020
5395
- msgid "Subject"
5396
  msgstr ""
5397
 
5398
- #: extensions/email-notifications/classes/Notifications.php:2025
5399
- msgid "Body"
5400
  msgstr ""
5401
 
5402
- #: extensions/email-notifications/classes/Notifications.php:2050
5403
- msgid "HTML is accepted."
5404
  msgstr ""
5405
 
5406
- #: extensions/email-notifications/classes/Notifications.php:2051
5407
- msgid "Available template tags:"
5408
  msgstr ""
5409
 
5410
- #: extensions/email-notifications/classes/Notifications.php:2073
5411
- msgid "Shorten URLs"
5412
  msgstr ""
5413
 
5414
- #: extensions/email-notifications/classes/Notifications.php:2078
5415
- msgid "Shorten URLs with Bit.ly"
5416
  msgstr ""
5417
 
5418
- #: extensions/email-notifications/classes/Notifications.php:2081
5419
- msgid "Bit.ly Access Token"
5420
  msgstr ""
5421
 
5422
- #. translators: Bit.ly documentation hyperlink
5423
- #: extensions/email-notifications/classes/Notifications.php:2086
5424
- msgid "The URL shortener works for URLs in the {message} variable and will not shorten the URL of the website in the variable {site}. Shorten all URLs in the message using the %s."
5425
  msgstr ""
5426
 
5427
- #: extensions/email-notifications/classes/Notifications.php:2086
5428
- msgid "Bit.ly URL Shortener API"
5429
  msgstr ""
5430
 
5431
- #: extensions/email-notifications/classes/Notifications.php:2128
5432
- msgid "Template successfully saved."
5433
  msgstr ""
5434
 
5435
- #: extensions/email-notifications/classes/Notifications.php:2126
5436
- msgid "Template could not be saved."
5437
  msgstr ""
5438
 
5439
- #: extensions/email-notifications/classes/Notifications.php:2246, extensions/email-notifications/classes/Notifications.php:2352
5440
- msgid "You do not have sufficient permissions to perform this test."
5441
  msgstr ""
5442
 
5443
- #: extensions/email-notifications/classes/Notifications.php:2278
5444
- msgid "Email address is invalid."
5445
  msgstr ""
5446
 
5447
- #: extensions/email-notifications/classes/Notifications.php:2274
5448
- msgid "Test email notification from the WP Activity Log plugin."
5449
  msgstr ""
5450
 
5451
- #: extensions/email-notifications/classes/Notifications.php:2275
5452
- msgid "This is a test email notification sent with the WP Activity Log plugin."
5453
  msgstr ""
5454
 
5455
- #: extensions/email-notifications/classes/Notifications.php:2288
5456
- msgid "Phone number is invalid."
5457
  msgstr ""
5458
 
5459
- #: extensions/email-notifications/classes/Notifications.php:2285
5460
- msgid "This is a test SMS notification sent with the WP Activity Log plugin."
5461
  msgstr ""
5462
 
5463
- #. translators: Support email hyperlink
5464
- #: extensions/email-notifications/classes/Notifications.php:2312
5465
- msgid "There are some problems sending the test email / SMS. Please contact us on %s to assist you with this problem."
5466
  msgstr ""
5467
 
5468
- #: extensions/email-notifications/classes/Notifications.php:2309, extensions/email-notifications/classes/Notifications.php:2406
5469
- msgid "There was a problem sending the SMS. Below is the error we got back from the SMS provider. Please contact us on %s if you need assistance with this issue."
5470
  msgstr ""
5471
 
5472
- #: extensions/email-notifications/classes/Notifications.php:2300
5473
- msgid "Email / SMS sent successfully."
5474
  msgstr ""
5475
 
5476
- #: extensions/email-notifications/classes/Notifications.php:2297, extensions/email-notifications/classes/Notifications.php:2408
5477
- msgid "SMS sent successfully."
5478
  msgstr ""
5479
 
5480
- #: extensions/email-notifications/classes/Notifications.php:2294, extensions/email-notifications/classes/Notifications.php:2387
5481
- msgid "Email sent successfully."
5482
  msgstr ""
5483
 
5484
- #: extensions/email-notifications/classes/Notifications.php:2414
5485
- msgid "Unknown notification type."
5486
  msgstr ""
5487
 
5488
- #: extensions/email-notifications/classes/Notifications.php:2411
5489
- msgid "There are some problems sending the test SMS. Please contact us on %s to assist you with this problem."
5490
  msgstr ""
5491
 
5492
- #: extensions/email-notifications/classes/Notifications.php:2403
5493
- msgid "Mobile number is not set for this notification."
5494
  msgstr ""
5495
 
5496
- #: extensions/email-notifications/classes/Notifications.php:2390
5497
- msgid "There are some problems sending the test email. Please contact us on %s to assist you with this problem."
 
5498
  msgstr ""
5499
 
5500
- #: extensions/email-notifications/classes/Notifications.php:2368
5501
- msgid "Unknown notification."
5502
  msgstr ""
5503
 
5504
- #: extensions/email-notifications/classes/SMSProviderSettings.php:118
5505
- msgid "SMS Provider"
5506
  msgstr ""
5507
 
5508
- #: extensions/email-notifications/classes/SMSProviderSettings.php:148, extensions/email-notifications/classes/SMSProviderSettings.php:146, extensions/external-db/classes/Connections.php:142, extensions/external-db/classes/Connections.php:543
5509
- msgid "Test"
5510
  msgstr ""
5511
 
5512
- #: extensions/email-notifications/classes/SMSProviderSettings.php:169
5513
- msgid "Configure your Twilio account details to be able to configure and send SMS notifications."
5514
  msgstr ""
5515
 
5516
- #. translators: Upgrade now hyperlink.
5517
- #: extensions/email-notifications/classes/SMSProviderSettings.php:172
5518
- msgid "SMS notifications are available in the Professional and Business Plans. %s to configure and receive SMS notifications."
5519
  msgstr ""
5520
 
5521
- #: extensions/email-notifications/classes/SMSProviderSettings.php:172
5522
- msgid "Upgrade now"
5523
  msgstr ""
5524
 
5525
- #: extensions/email-notifications/classes/SMSProviderSettings.php:178
5526
- msgid "Account SID"
5527
  msgstr ""
5528
 
5529
- #: extensions/email-notifications/classes/SMSProviderSettings.php:181
5530
- msgid "Enter Account SID"
5531
  msgstr ""
5532
 
5533
- #. translators: Twilio console link
5534
- #. translators: Twilio console link
5535
- #: extensions/email-notifications/classes/SMSProviderSettings.php:185, extensions/email-notifications/classes/SMSProviderSettings.php:200
5536
- msgid "To view API credentials visit %s"
5537
  msgstr ""
5538
 
5539
- #: extensions/email-notifications/classes/SMSProviderSettings.php:193
5540
- msgid "Auth token"
5541
  msgstr ""
5542
 
5543
- #: extensions/email-notifications/classes/SMSProviderSettings.php:196
5544
- msgid "Enter Auth Token"
5545
  msgstr ""
5546
 
5547
- #: extensions/email-notifications/classes/SMSProviderSettings.php:208
5548
- msgid "Twilio number / Alphanumeric ID"
5549
  msgstr ""
5550
 
5551
- #: extensions/email-notifications/classes/SMSProviderSettings.php:211, extensions/email-notifications/classes/SMSProviderSettings.php:250
5552
- msgid "+16175551212"
5553
  msgstr ""
5554
 
5555
- #: extensions/email-notifications/classes/SMSProviderSettings.php:212
5556
- msgid "Specify a Twilio phone number including the country code (e.g. +16175551212) or a valid Alphanumeric ID (e.g. WSAL)"
5557
  msgstr ""
5558
 
5559
- #: extensions/email-notifications/classes/SMSProviderSettings.php:247
5560
- msgid "Recipient Number"
5561
  msgstr ""
5562
 
5563
- #: extensions/email-notifications/classes/SMSProviderSettings.php:251
5564
- msgid "Country code + 10-digit Twilio phone number (i.e. +16175551212)"
5565
  msgstr ""
5566
 
5567
- #: extensions/email-notifications/classes/SMSProviderSettings.php:257
5568
- msgid "Message Body"
5569
  msgstr ""
5570
 
5571
- #: extensions/email-notifications/classes/SMSProviderSettings.php:261
5572
- msgid "The text of the message you want to send, limited to 1600 characters."
5573
  msgstr ""
5574
 
5575
- #: extensions/external-db/classes/Connections.php:18, extensions/external-db/classes/Mirroring.php:18, extensions/external-db/classes/Settings.php:17
5576
- msgid "You are not allowed to view this page."
5577
  msgstr ""
5578
 
5579
- #. translators: A string wrapped in a link saying to create and configure databases and services connections.
5580
- #: extensions/external-db/classes/Connections.php:78
5581
- msgid "In this section you can %s. Database connections can be used as an external database and for activity log archiving. Third party services connections can be used to mirror the activity logs into them. You can have multiple connections. Please note that connections that are in use cannot be deleted."
5582
  msgstr ""
5583
 
5584
- #: extensions/external-db/classes/Connections.php:82
5585
- msgid "create and configure databases and services connections"
5586
  msgstr ""
5587
 
5588
- #: extensions/external-db/classes/Connections.php:89
5589
- msgid "Create a Connection"
5590
  msgstr ""
5591
 
5592
- #: extensions/external-db/classes/Connections.php:92, extensions/external-db/classes/Settings.php:103
5593
- msgid "Connections"
5594
  msgstr ""
5595
 
5596
- #: extensions/external-db/classes/Connections.php:98
5597
- msgid "Used for"
5598
  msgstr ""
5599
 
5600
- #: extensions/external-db/classes/Connections.php:126, extensions/external-db/classes/Connections.php:533, extensions/external-db/classes/Mirroring.php:126
5601
- msgid "Configure"
5602
  msgstr ""
5603
 
5604
- #: extensions/external-db/classes/Connections.php:140
5605
- msgid "Send a test message"
5606
  msgstr ""
5607
 
5608
- #: extensions/external-db/classes/Connections.php:108
5609
- msgid "No connections so far."
5610
  msgstr ""
5611
 
5612
- #: extensions/external-db/classes/Connections.php:180
5613
- msgid "No connection name specified!"
5614
  msgstr ""
5615
 
5616
- #: extensions/external-db/classes/Connections.php:193
5617
- msgid "Configure Connection "
5618
  msgstr ""
5619
 
5620
- #: extensions/external-db/classes/Connections.php:198, extensions/external-db/classes/Connections.php:535
5621
- msgid "Configure the connection"
5622
  msgstr ""
5623
 
5624
- #: extensions/external-db/classes/Connections.php:199, extensions/external-db/classes/Connections.php:536
5625
- msgid "Configure the connection details."
5626
  msgstr ""
5627
 
5628
- #: extensions/external-db/classes/Connections.php:203, extensions/external-db/classes/Connections.php:501, extensions/external-db/classes/Connections.php:627
5629
- msgid "Save Connection"
5630
  msgstr ""
5631
 
5632
- #: extensions/external-db/classes/Connections.php:239
5633
- msgid "Database Name"
5634
  msgstr ""
5635
 
5636
- #: extensions/external-db/classes/Connections.php:245
5637
- msgid "Specify the name of the database where you will store the WordPress activity log."
5638
  msgstr ""
5639
 
5640
- #: extensions/external-db/classes/Connections.php:251
5641
- msgid "Database User"
5642
  msgstr ""
5643
 
5644
- #: extensions/external-db/classes/Connections.php:257
5645
- msgid "Specify the username to be used to connect to the database."
5646
  msgstr ""
5647
 
5648
- #: extensions/external-db/classes/Connections.php:263
5649
- msgid "Database Password"
5650
  msgstr ""
5651
 
5652
- #: extensions/external-db/classes/Connections.php:268
5653
- msgid "Specify the password each time you want to submit new changes. For security reasons, the plugin does not store the password in this form."
5654
  msgstr ""
5655
 
5656
- #: extensions/external-db/classes/Connections.php:274
5657
- msgid "Database Hostname"
5658
  msgstr ""
5659
 
5660
- #: extensions/external-db/classes/Connections.php:280
5661
- msgid "Specify the hostname or IP address of the database server."
5662
  msgstr ""
5663
 
5664
- #: extensions/external-db/classes/Connections.php:286
5665
- msgid "Database Base Prefix"
5666
  msgstr ""
5667
 
5668
- #: extensions/external-db/classes/Connections.php:294
5669
- msgid "Specify a prefix for the database tables of the activity log. Ideally this prefix should be different from the one you use for WordPress so it is not guessable."
5670
  msgstr ""
5671
 
5672
- #: extensions/external-db/classes/Connections.php:300
5673
- msgid "Use website URL as table prefix"
5674
  msgstr ""
5675
 
5676
- #: extensions/external-db/classes/Connections.php:306
5677
- msgid "SSL/TLS"
5678
  msgstr ""
5679
 
5680
- #: extensions/external-db/classes/Connections.php:312
5681
- msgid "Enable to use SSL/TLS to connect with the MySQL server."
5682
  msgstr ""
5683
 
5684
- #: extensions/external-db/classes/Connections.php:319
5685
- msgid "Client Certificate"
5686
  msgstr ""
5687
 
5688
- #: extensions/external-db/classes/Connections.php:326
5689
- msgid "Enable to use SSL/TLS certificates below to connect with the MySQL server."
 
 
5690
  msgstr ""
5691
 
5692
- #: extensions/external-db/classes/Connections.php:331
5693
- msgid "CA SSL Certificate (--ssl-ca)"
5694
  msgstr ""
5695
 
5696
- #: extensions/external-db/classes/Connections.php:336
5697
- msgid "Server SSL Certificate (--ssl-cert)"
5698
  msgstr ""
5699
 
5700
- #: extensions/external-db/classes/Connections.php:341
5701
- msgid "Client Certificate (--ssl-key)"
5702
  msgstr ""
5703
 
5704
- #: extensions/external-db/classes/Connections.php:223
5705
- msgid "Connection Name"
5706
  msgstr ""
5707
 
5708
- #: extensions/external-db/classes/Connections.php:488
5709
- msgid "MySQL Database"
5710
  msgstr ""
5711
 
5712
- #: extensions/external-db/classes/Connections.php:504
5713
- msgid "Select the type of connection"
5714
  msgstr ""
5715
 
5716
- #: extensions/external-db/classes/Connections.php:505
5717
- msgid "Select the type of connection you would like to setup."
5718
  msgstr ""
5719
 
5720
- #: extensions/external-db/classes/Connections.php:510
5721
- msgid "Type of Connection"
5722
  msgstr ""
5723
 
5724
- #: extensions/external-db/classes/Connections.php:526
5725
- msgid "Requirements"
5726
  msgstr ""
5727
 
5728
- #: extensions/external-db/classes/Connections.php:528
5729
- msgid "Requirements check"
5730
  msgstr ""
5731
 
5732
- #: extensions/external-db/classes/Connections.php:545
5733
- msgid "Connectivity test"
5734
  msgstr ""
5735
 
5736
- #: extensions/external-db/classes/Connections.php:552
5737
- msgid "Name the connection"
5738
  msgstr ""
5739
 
5740
- #: extensions/external-db/classes/Connections.php:553
5741
- msgid "Please specify a friendly name for the connection. Connection names can be 25 characters long and can only contain letters, numbers and underscores."
5742
  msgstr ""
5743
 
5744
- #: extensions/external-db/classes/Connections.php:619
5745
- msgid "Checking requirements..."
5746
  msgstr ""
5747
 
5748
- #: extensions/external-db/classes/Connections.php:621, extensions/external-db/classes/Mirroring.php:494
5749
- msgid "Are you sure that you want to delete this connection?"
5750
  msgstr ""
5751
 
5752
- #: extensions/external-db/classes/Connections.php:622, extensions/external-db/classes/Mirroring.php:489
5753
- msgid "Connection Failed!"
5754
  msgstr ""
5755
 
5756
- #: extensions/external-db/classes/Connections.php:623
5757
- msgid "Connection test failed! Please check the connection configuration or try again later."
5758
  msgstr ""
5759
 
5760
- #: extensions/external-db/classes/Connections.php:624, extensions/external-db/classes/Mirroring.php:490
5761
- msgid "Connected"
5762
  msgstr ""
5763
 
5764
- #: extensions/external-db/classes/Connections.php:625, extensions/external-db/classes/Mirroring.php:485
5765
- msgid "Testing..."
5766
  msgstr ""
5767
 
5768
- #: extensions/external-db/classes/Connections.php:629
5769
- msgid "Previous"
5770
  msgstr ""
5771
 
5772
- #: extensions/external-db/classes/Connections.php:630
5773
- msgid "Unable to check the requirements at the moment. Communication with the server failed. Try again later."
5774
  msgstr ""
5775
 
5776
- #: extensions/external-db/classes/Connections.php:631
5777
- msgid "Sending a test message..."
5778
  msgstr ""
5779
 
5780
- #: extensions/external-db/classes/Connections.php:633, extensions/external-db/classes/Mirroring.php:483
5781
- msgid "Connections Wizard"
5782
  msgstr ""
5783
 
5784
- #: extensions/external-db/classes/Connections.php:798
5785
- msgid "Connection failed. Please check the configuration again."
5786
  msgstr ""
5787
 
5788
- #: extensions/external-db/classes/Connections.php:961
5789
- msgid "Unknown connection type."
5790
  msgstr ""
5791
 
5792
- #: extensions/external-db/classes/Connections.php:956, extensions/external-db/classes/Connections.php:924
5793
- msgid "Connection successful."
5794
  msgstr ""
5795
 
5796
- #: extensions/external-db/classes/Connections.php:982
5797
- msgid "Connection type is missing."
5798
  msgstr ""
5799
 
5800
- #: extensions/external-db/classes/Connections.php:994
5801
- msgid "Unrecognized mirror type."
5802
  msgstr ""
5803
 
5804
- #: extensions/external-db/classes/Connections.php:1001
5805
- msgid "Requirements check failed."
5806
  msgstr ""
5807
 
5808
- #: extensions/external-db/classes/Connections.php:1006
5809
- msgid "All requirements are met. Your system is ready to use the selected connection type."
5810
  msgstr ""
5811
 
5812
- #: extensions/external-db/classes/Connections.php:1009
5813
- msgid "Selected connection type cannot be used on your system at the moment. The following requirements are not met."
5814
  msgstr ""
5815
 
5816
- #. translators: A string wrapped in a link saying activity log mirroring.
5817
- #: extensions/external-db/classes/Mirroring.php:75
5818
- msgid "In this section you can configure the mirroring of the WordPress activity log to third party services. You can mirror the activity logs to multiple third party services at the same time. For more information on mirroring and the supported third party services refer to %s."
5819
  msgstr ""
5820
 
5821
- #: extensions/external-db/classes/Mirroring.php:79
5822
- msgid "activity log mirroring"
5823
  msgstr ""
5824
 
5825
- #: extensions/external-db/classes/Mirroring.php:84
5826
- msgid "Setup an Activity Log Mirror"
5827
  msgstr ""
5828
 
5829
- #: extensions/external-db/classes/Mirroring.php:86
5830
- msgid "The WordPress activity log is currently being mirrored to:"
5831
  msgstr ""
5832
 
5833
- #: extensions/external-db/classes/Mirroring.php:100
5834
- msgid "No mirrors so far."
5835
  msgstr ""
5836
 
5837
- #: extensions/external-db/classes/Mirroring.php:169
5838
- msgid "Step 1"
5839
  msgstr ""
5840
 
5841
- #: extensions/external-db/classes/Mirroring.php:170
5842
- msgid "Step 2"
5843
  msgstr ""
5844
 
5845
- #: extensions/external-db/classes/Mirroring.php:171
5846
- msgid "Step 3"
5847
  msgstr ""
5848
 
5849
- #: extensions/external-db/classes/Mirroring.php:179
5850
- msgid "Select the connection where to mirror to the activity log"
5851
  msgstr ""
5852
 
5853
- #: extensions/external-db/classes/Mirroring.php:180, extensions/external-db/classes/Mirroring.php:235
5854
- msgid "Please specify a friendly name for the mirroring connection. Connection names can be 25 characters long, and can only contain letters, numbers and underscores."
5855
  msgstr ""
5856
 
5857
- #: extensions/external-db/classes/Mirroring.php:182, extensions/external-db/classes/Mirroring.php:237
5858
- msgid "This identifier will be used as the source in the logs, so you can easily identify which are the logs being mirrored from this website."
5859
  msgstr ""
5860
 
5861
- #: extensions/external-db/classes/Mirroring.php:184
5862
- msgid "Select one of the connections you have configured to where you want to mirror the activity log."
5863
  msgstr ""
5864
 
5865
- #: extensions/external-db/classes/Mirroring.php:188
5866
- msgid "Start once configured?"
5867
  msgstr ""
5868
 
5869
- #: extensions/external-db/classes/Mirroring.php:191
5870
- msgid "Tick this checkbox to enable the mirror and start sending data once set up."
5871
  msgstr ""
5872
 
5873
- #: extensions/external-db/classes/Mirroring.php:195
5874
- msgid "Configure Filtering"
5875
  msgstr ""
5876
 
5877
- #: extensions/external-db/classes/Mirroring.php:196
5878
- msgid "Configure any filtering you’d like to apply to this mirroring connection:"
5879
  msgstr ""
5880
 
5881
- #: extensions/external-db/classes/Mirroring.php:200, extensions/external-db/classes/Mirroring.php:243
5882
- msgid "Save Mirror"
5883
  msgstr ""
5884
 
5885
- #: extensions/external-db/classes/Mirroring.php:219
5886
- msgid "No mirror name specified!"
5887
  msgstr ""
5888
 
5889
- #: extensions/external-db/classes/Mirroring.php:227
5890
- msgid "Configure Mirror "
5891
  msgstr ""
5892
 
5893
- #: extensions/external-db/classes/Mirroring.php:238
5894
- msgid "Configure the mirror"
5895
  msgstr ""
5896
 
5897
- #: extensions/external-db/classes/Mirroring.php:239
5898
- msgid "Configure the mirror details."
5899
  msgstr ""
5900
 
5901
- #: extensions/external-db/classes/Mirroring.php:328
5902
- msgid "Mirror Events"
5903
  msgstr ""
5904
 
5905
- #: extensions/external-db/classes/Mirroring.php:344
5906
- msgid "Send all events"
5907
  msgstr ""
5908
 
5909
- #: extensions/external-db/classes/Mirroring.php:349
5910
- msgid "Only send events with these IDs:"
5911
  msgstr ""
5912
 
5913
- #: extensions/external-db/classes/Mirroring.php:382
5914
- msgid "Send all events BUT NOT those with these IDs:"
5915
  msgstr ""
5916
 
5917
- #. translators: Events and Event IDs hyperlink.
5918
- #: extensions/external-db/classes/Mirroring.php:415
5919
- msgid "Refer to the %s for more information."
5920
  msgstr ""
5921
 
5922
- #: extensions/external-db/classes/Mirroring.php:415
5923
- msgid "list of events and events IDs"
5924
  msgstr ""
5925
 
5926
- #: extensions/external-db/classes/Mirroring.php:285, extensions/external-db/classes/Settings.php:435, extensions/external-db/classes/Settings.php:612
5927
- msgid "Connection"
5928
  msgstr ""
5929
 
5930
- #: extensions/external-db/classes/Mirroring.php:296, extensions/external-db/classes/Settings.php:1026
5931
- msgid "Select a connection"
5932
  msgstr ""
5933
 
5934
- #: extensions/external-db/classes/Mirroring.php:273
5935
- msgid "Mirror identifier in logs"
5936
  msgstr ""
5937
 
5938
- #: extensions/external-db/classes/Mirroring.php:277
5939
- msgid "* Invalid mirror identifier"
5940
  msgstr ""
5941
 
5942
- #: extensions/external-db/classes/Mirroring.php:261
5943
- msgid "Mirror connection friendly name"
5944
  msgstr ""
5945
 
5946
- #: extensions/external-db/classes/Mirroring.php:265
5947
- msgid "* Invalid Mirror Name"
5948
  msgstr ""
5949
 
5950
- #: extensions/external-db/classes/Mirroring.php:484
5951
- msgid "Mirroring Wizard"
5952
  msgstr ""
5953
 
5954
- #: extensions/external-db/classes/Mirroring.php:487
5955
- msgid "Enabling..."
5956
  msgstr ""
5957
 
5958
- #: extensions/external-db/classes/Mirroring.php:488
5959
- msgid "Disabling..."
5960
  msgstr ""
5961
 
5962
- #: extensions/external-db/classes/Mirroring.php:491
5963
- msgid "Running..."
5964
  msgstr ""
5965
 
5966
- #: extensions/external-db/classes/Mirroring.php:492
5967
- msgid "Mirror Complete!"
5968
  msgstr ""
5969
 
5970
- #: extensions/external-db/classes/Mirroring.php:493
5971
- msgid "Failed!"
5972
  msgstr ""
5973
 
5974
- #: extensions/external-db/classes/Mirroring.php:495
5975
- msgid "Are you sure that you want to delete this mirror?"
5976
  msgstr ""
5977
 
5978
- #: extensions/external-db/classes/Mirroring.php:496, extensions/reports/inc/wsal-reporting-view.inc.php:996
5979
- msgid "Select Event Code(s)"
5980
  msgstr ""
5981
 
5982
- #: extensions/external-db/classes/Mirroring.php:497
5983
- msgid "Configure and create connection"
5984
  msgstr ""
5985
 
5986
- #: extensions/external-db/classes/Mirroring.php:555, extensions/external-db/classes/Settings.php:120
5987
- msgid "Mirroring"
5988
  msgstr ""
5989
 
5990
- #: extensions/external-db/classes/Settings.php:108, extensions/external-db/classes/Settings.php:560
5991
- msgid "External Storage"
5992
  msgstr ""
5993
 
5994
- #: extensions/external-db/classes/Settings.php:114, extensions/external-db/classes/Settings.php:755
5995
- msgid "Archiving"
5996
  msgstr ""
5997
 
5998
- #: extensions/external-db/classes/Settings.php:162
5999
- msgid "Integrations - external databases & third party services configuration"
6000
  msgstr ""
6001
 
6002
- #: extensions/external-db/classes/Settings.php:176
6003
- msgid "Integrations"
6004
  msgstr ""
6005
 
6006
- #: extensions/external-db/classes/Settings.php:280
6007
- msgid "An error occurred while sending events to database."
6008
  msgstr ""
6009
 
6010
- #: extensions/external-db/classes/Settings.php:273
6011
- msgid "Events successfully sent to database."
6012
  msgstr ""
6013
 
6014
- #: extensions/external-db/classes/Settings.php:375
6015
- msgid "Please do not close this window while migrating events."
6016
  msgstr ""
6017
 
6018
- #. translators: 1 is the help type being linked
6019
- #. translators: 1 is the help type being linked
6020
- #: extensions/external-db/classes/Settings.php:419, extensions/external-db/classes/Settings.php:596
6021
- msgid "Read more on %1$s."
6022
  msgstr ""
6023
 
6024
- #: extensions/external-db/classes/Settings.php:423
6025
- msgid "external storage for activity logs"
6026
  msgstr ""
6027
 
6028
- #: extensions/external-db/classes/Settings.php:427
6029
- msgid "In this section you can configure the plugin to store the WordPress activity log in an external storage rather than the WordPress database. This could be another database on a remote server."
6030
  msgstr ""
6031
 
6032
- #: extensions/external-db/classes/Settings.php:433
6033
- msgid "Store WordPress Activity Log in this External Storage"
6034
  msgstr ""
6035
 
6036
- #: extensions/external-db/classes/Settings.php:442
6037
- msgid "Use buffer"
6038
  msgstr ""
6039
 
6040
- #: extensions/external-db/classes/Settings.php:451
6041
- msgid "Send the events through the buffer so if the connection to the external database is slow the performance of the website is not affected."
6042
  msgstr ""
6043
 
6044
- #: extensions/external-db/classes/Settings.php:454
6045
- msgid "When the buffer is enabled events are sent to the database every 10 minutes, so the activity log is not updated in real time. Use the button below to clear the buffer and send the events now."
6046
  msgstr ""
6047
 
6048
- #: extensions/external-db/classes/Settings.php:457
6049
- msgid "Send Events to Database"
6050
  msgstr ""
6051
 
6052
- #: extensions/external-db/classes/Settings.php:462
6053
- msgid "Current Connection Details"
6054
  msgstr ""
6055
 
6056
- #: extensions/external-db/classes/Settings.php:467
6057
- msgid "Current"
6058
  msgstr ""
6059
 
6060
- #: extensions/external-db/classes/Settings.php:476
6061
- msgid "Currently Connected to database"
6062
  msgstr ""
6063
 
6064
- #: extensions/external-db/classes/Settings.php:484
6065
- msgid "Save & Test Changes"
6066
  msgstr ""
6067
 
6068
- #: extensions/external-db/classes/Settings.php:486, extensions/external-db/classes/Settings.php:679
6069
- msgid "Test Connection"
6070
  msgstr ""
6071
 
6072
- #: extensions/external-db/classes/Settings.php:497
6073
- msgid "Migrate Events to External Storage"
6074
  msgstr ""
6075
 
6076
- #: extensions/external-db/classes/Settings.php:499
6077
- msgid "Migrate existing WordPress Security Events from the WordPress database to the new external database."
6078
  msgstr ""
6079
 
6080
- #: extensions/external-db/classes/Settings.php:510
6081
- msgid "Migrate Events to WordPress Database"
6082
  msgstr ""
6083
 
6084
- #: extensions/external-db/classes/Settings.php:512
6085
- msgid "Remove the external database and start using the WordPress database again. In the process the events will be automatically migrated to the WordPress database."
6086
  msgstr ""
6087
 
6088
- #: extensions/external-db/classes/Settings.php:600
6089
- msgid "archiving activity log data"
6090
  msgstr ""
6091
 
6092
- #: extensions/external-db/classes/Settings.php:604
6093
- msgid "In this section you can configure the archiving of old events to an archive database. Archives events can still be accessed and are included in search results and reports."
6094
  msgstr ""
6095
 
6096
- #: extensions/external-db/classes/Settings.php:610
6097
- msgid "Archive the WordPress Activity Log to this Database"
6098
  msgstr ""
6099
 
6100
- #: extensions/external-db/classes/Settings.php:621
6101
- msgid "Archive events that are older than"
6102
  msgstr ""
6103
 
6104
- #: extensions/external-db/classes/Settings.php:623
6105
- msgid "Archiving Options"
6106
  msgstr ""
6107
 
6108
- #: extensions/external-db/classes/Settings.php:637
6109
- msgid "Archive events older than"
6110
  msgstr ""
6111
 
6112
- #: extensions/external-db/classes/Settings.php:641
6113
- msgid "months"
6114
  msgstr ""
6115
 
6116
- #: extensions/external-db/classes/Settings.php:644
6117
- msgid "years"
6118
  msgstr ""
6119
 
6120
- #: extensions/external-db/classes/Settings.php:650
6121
- msgid "The configured archiving options will override the Security Events Pruning settings configured in the plugin’s settings."
6122
  msgstr ""
6123
 
6124
- #: extensions/external-db/classes/Settings.php:656
6125
- msgid "WordPress Activity Log Data Retention"
6126
  msgstr ""
6127
 
6128
- #: extensions/external-db/classes/Settings.php:657
6129
- msgid "Once you configure archiving these data retention settings will be used instead of the ones configured in the plugin's general settings."
6130
  msgstr ""
6131
 
6132
- #: extensions/external-db/classes/Settings.php:680
6133
- msgid "Execute Archiving Now"
6134
  msgstr ""
6135
 
6136
- #: extensions/external-db/classes/Settings.php:683
6137
- msgid "Reset Archiving Settings"
6138
  msgstr ""
6139
 
6140
- #: extensions/external-db/classes/Settings.php:684
6141
- msgid "Click the button below to disable archiving and reset the settings to no archiving. Note that the archived data will not be deleted."
6142
  msgstr ""
6143
 
6144
- #: extensions/external-db/classes/Settings.php:685
6145
- msgid "Disable Archiving & Reset Settings"
6146
  msgstr ""
6147
 
6148
- #: extensions/external-db/classes/Settings.php:787
6149
- msgid "Run the Archiving Process Every"
6150
  msgstr ""
6151
 
6152
- #: extensions/external-db/classes/Settings.php:798
6153
- msgid "15 minutes"
6154
  msgstr ""
6155
 
6156
- #: extensions/external-db/classes/Settings.php:801
6157
- msgid "1 hour"
6158
  msgstr ""
6159
 
6160
- #: extensions/external-db/classes/Settings.php:804
6161
- msgid "6 hours"
6162
  msgstr ""
6163
 
6164
- #: extensions/external-db/classes/Settings.php:807
6165
- msgid "12 hours"
6166
  msgstr ""
6167
 
6168
- #: extensions/external-db/classes/Settings.php:810
6169
- msgid "24 hours"
6170
  msgstr ""
6171
 
6172
- #: extensions/external-db/classes/Settings.php:816
6173
- msgid "Stop Archiving"
6174
  msgstr ""
6175
 
6176
- #: extensions/external-db/classes/Settings.php:917
6177
- msgid "Attention!"
6178
  msgstr ""
6179
 
6180
- #. translators: %1$s: Alerts Pruning Period, %2$s: Alerts Archiving Period
6181
- #: extensions/external-db/classes/Settings.php:921
6182
- msgid "The activity log retention setting is configured to delete events older than %1$s. This period should be longer than the configured %2$s archiving period otherwise events will be deleted and not archived."
6183
  msgstr ""
6184
 
6185
- #: extensions/external-db/classes/Settings.php:973, extensions/external-db/classes/Settings.php:984
6186
- msgid "No connection found."
6187
  msgstr ""
6188
 
6189
- #: extensions/external-db/classes/Settings.php:996
6190
- msgid "Successfully connected to database."
6191
  msgstr ""
6192
 
6193
- #: extensions/external-db/classes/Settings.php:1086
6194
- msgid "Resetting..."
6195
  msgstr ""
6196
 
6197
- #: extensions/external-db/classes/Settings.php:1087
6198
- msgid "Resetting Failed!"
6199
  msgstr ""
6200
 
6201
- #. translators: %d: Number of events.
6202
- #: extensions/external-db/classes/Settings.php:1089
6203
- msgid " So far %d events have been migrated."
6204
  msgstr ""
6205
 
6206
- #: extensions/external-db/classes/Settings.php:1090
6207
- msgid "WordPress security events successfully migrated to WordPress database."
6208
  msgstr ""
6209
 
6210
- #: extensions/external-db/classes/Settings.php:1091
6211
- msgid "WordPress security events successfully migrated to the external database."
6212
  msgstr ""
6213
 
6214
- #: extensions/external-db/classes/Settings.php:1092
6215
- msgid "No events to migrate."
6216
  msgstr ""
6217
 
6218
- #: extensions/external-db/classes/Settings.php:1131
6219
- msgid "Mirror not found."
6220
  msgstr ""
6221
 
6222
- #: extensions/reports/classes/Common.php:691, extensions/reports/classes/Common.php:1333
6223
- msgid "%1$s - Website %2$s"
6224
  msgstr ""
6225
 
6226
- #: extensions/reports/classes/Common.php:694, extensions/reports/classes/Common.php:1336
6227
- msgid "Week number %1$s - Website %2$s"
6228
  msgstr ""
6229
 
6230
- #: extensions/reports/classes/Common.php:697, extensions/reports/classes/Common.php:1339
6231
- msgid "Month %1$s %2$s- Website %3$s"
6232
  msgstr ""
6233
 
6234
- #: extensions/reports/classes/Common.php:700, extensions/reports/classes/Common.php:1342
6235
- msgid "Quarter %1$s - Website %2$s"
6236
  msgstr ""
6237
 
6238
- #: extensions/reports/classes/Common.php:709, extensions/reports/classes/Common.php:1357
6239
- msgid " - %s Email Report"
6240
  msgstr ""
6241
 
6242
- #: extensions/reports/classes/Common.php:922, extensions/reports/classes/Common.php:916
6243
- msgid "Internal error. <code>%s</code> key was not found."
6244
  msgstr ""
6245
 
6246
- #: extensions/reports/classes/Common.php:950, extensions/reports/classes/Common.php:1173
6247
- msgid "Please specify at least one Alert Group or specify an Alert Code."
6248
  msgstr ""
6249
 
6250
- #: extensions/reports/classes/Common.php:956
6251
- msgid "Internal Error: Could not detect the type of the report to generate."
6252
  msgstr ""
6253
 
6254
- #: extensions/reports/classes/Common.php:1065, extensions/reports/classes/Common.php:1101, extensions/reports/classes/Common.php:1448, extensions/reports/classes/Common.php:1467, extensions/reports/classes/Common.php:1678
6255
- msgid "There are no alerts that match your filtering criteria. Please try a different set of rules."
6256
  msgstr ""
6257
 
6258
- #: extensions/reports/classes/Common.php:1144
6259
- msgid "Internal Error. Could not retrieve the alerts from the main plugin."
6260
  msgstr ""
6261
 
6262
- #: extensions/reports/classes/Common.php:1451, extensions/reports/classes/Common.php:1470, extensions/reports/classes/Common.php:1681
6263
- msgid "Error: The <strong>%s</strong> path is not accessible."
6264
  msgstr ""
6265
 
6266
- #: extensions/reports/classes/CsvReportGenerator.php:82
6267
- msgid "Blog Name"
6268
  msgstr ""
6269
 
6270
- #: extensions/reports/classes/CsvReportGenerator.php:89, extensions/reports/classes/HtmlReportGenerator.php:251, extensions/user-sessions/classes/View/Sessions.php:147
6271
- msgid "Source IP"
6272
  msgstr ""
6273
 
6274
- #: extensions/reports/classes/CsvReportGenerator.php:91, extensions/reports/classes/HtmlReportGenerator.php:253
6275
- msgid "Object Type"
6276
  msgstr ""
6277
 
6278
- #: extensions/reports/classes/CsvReportGenerator.php:73, extensions/reports/classes/HtmlReportGenerator.php:227
6279
- msgid "Logins"
6280
  msgstr ""
6281
 
6282
- #: extensions/reports/classes/CsvReportGenerator.php:201, extensions/reports/classes/HtmlReportGenerator.php:363
6283
- msgid "Display name"
6284
  msgstr ""
6285
 
6286
- #: extensions/reports/classes/CsvReportGenerator.php:202, extensions/reports/classes/HtmlReportGenerator.php:364
6287
- msgid "Unique IP"
6288
  msgstr ""
6289
 
6290
- #: extensions/reports/classes/CsvReportGenerator.php:203, extensions/reports/classes/HtmlReportGenerator.php:365
6291
- msgid "List of IP addresses"
6292
  msgstr ""
6293
 
6294
- #: extensions/reports/classes/CsvReportGenerator.php:258, extensions/reports/classes/HtmlReportGenerator.php:398
6295
- msgid "Number of Logins"
6296
  msgstr ""
6297
 
6298
- #: extensions/reports/classes/CsvReportGenerator.php:267, extensions/reports/classes/HtmlReportGenerator.php:416
6299
- msgid "Views"
6300
  msgstr ""
6301
 
6302
- #: extensions/reports/classes/HtmlReportGenerator.php:83, extensions/reports/classes/HtmlReportGenerator.php:331
6303
- msgid "WP Activity Log Reporter"
6304
  msgstr ""
6305
 
6306
- #: extensions/reports/classes/HtmlReportGenerator.php:116
6307
- msgid "Report from"
6308
  msgstr ""
6309
 
6310
- #: extensions/reports/classes/HtmlReportGenerator.php:116
6311
- msgid "website"
6312
  msgstr ""
6313
 
6314
- #: extensions/reports/classes/HtmlReportGenerator.php:123, extensions/reports/classes/HtmlReportGenerator.php:340
6315
- msgid "Report Details:"
6316
  msgstr ""
6317
 
6318
- #: extensions/reports/classes/HtmlReportGenerator.php:124, extensions/reports/classes/HtmlReportGenerator.php:341
6319
- msgid "Generated on:"
6320
  msgstr ""
6321
 
6322
- #: extensions/reports/classes/HtmlReportGenerator.php:125, extensions/reports/classes/HtmlReportGenerator.php:342
6323
- msgid "Generated by:"
6324
  msgstr ""
6325
 
6326
- #: extensions/reports/classes/HtmlReportGenerator.php:131
6327
- msgid "Site(s)"
6328
  msgstr ""
6329
 
6330
- #: extensions/reports/classes/HtmlReportGenerator.php:132
6331
- msgid "User(s)"
6332
  msgstr ""
6333
 
6334
- #: extensions/reports/classes/HtmlReportGenerator.php:133
6335
- msgid "Role(s)"
6336
  msgstr ""
6337
 
6338
- #: extensions/reports/classes/HtmlReportGenerator.php:135
6339
- msgid "Alert Groups"
6340
  msgstr ""
6341
 
6342
- #: extensions/reports/classes/HtmlReportGenerator.php:136, extensions/reports/classes/HtmlReportGenerator.php:346
6343
- msgid "Alert Code(s)"
6344
  msgstr ""
6345
 
6346
- #: extensions/reports/classes/HtmlReportGenerator.php:137, extensions/reports/classes/HtmlReportGenerator.php:347
6347
- msgid "Start date"
6348
  msgstr ""
6349
 
6350
- #: extensions/reports/classes/HtmlReportGenerator.php:138, extensions/reports/classes/HtmlReportGenerator.php:348
6351
- msgid "End date"
6352
  msgstr ""
6353
 
6354
- #: extensions/reports/classes/HtmlReportGenerator.php:139
6355
- msgid "Post Types"
6356
  msgstr ""
6357
 
6358
- #: extensions/reports/classes/HtmlReportGenerator.php:140, extensions/reports/inc/wsal-reporting-view.inc.php:778, extensions/search/classes/FilterManager.php:494, extensions/search/classes/Filters/poststatusfilter.php:47, extensions/search/classes/Filters/poststatusfilter.php:82
6359
- msgid "Post Status"
6360
  msgstr ""
6361
 
6362
- #: extensions/reports/classes/HtmlReportGenerator.php:149, extensions/reports/classes/HtmlReportGenerator.php:317
6363
- msgid "From the beginning"
6364
  msgstr ""
6365
 
6366
- #: extensions/reports/classes/HtmlReportGenerator.php:194, extensions/reports/classes/HtmlReportGenerator.php:343
6367
- msgid "Criteria"
6368
  msgstr ""
6369
 
6370
- #: extensions/reports/classes/HtmlReportGenerator.php:334
6371
- msgid "Report generated with"
6372
  msgstr ""
6373
 
6374
- #: extensions/reports/classes/HtmlReportGenerator.php:337
6375
- msgid "WordPress Plugin"
6376
  msgstr ""
6377
 
6378
- #: extensions/reports/classes/HtmlReportGenerator.php:351
6379
- msgid "List of unique IP addresses used by the same user"
6380
  msgstr ""
6381
 
6382
- #: extensions/reports/classes/HtmlReportGenerator.php:359
6383
- msgid "Results"
6384
  msgstr ""
6385
 
6386
- #: extensions/reports/classes/HtmlReportGenerator.php:515
6387
- msgid "TOTAL"
6388
  msgstr ""
6389
 
6390
- #: extensions/reports/classes/HtmlReportGenerator.php:535, extensions/reports/inc/wsal-reporting-view.inc.php:764
6391
- msgid "Posts"
6392
  msgstr ""
6393
 
6394
- #: extensions/reports/inc/wsal-reporting-view.inc.php:197
6395
- msgid "Invalid Request. Please refresh the page and try again."
6396
  msgstr ""
6397
 
6398
- #: extensions/reports/inc/wsal-reporting-view.inc.php:210
6399
- msgid "Error (TODO - error message): Please select SITES"
6400
  msgstr ""
6401
 
6402
- #: extensions/reports/inc/wsal-reporting-view.inc.php:231
6403
- msgid "Error (TODO - error message): Please select USERS"
6404
  msgstr ""
6405
 
6406
- #: extensions/reports/inc/wsal-reporting-view.inc.php:273
6407
- msgid "Error: Please select at least one role"
6408
  msgstr ""
6409
 
6410
- #: extensions/reports/inc/wsal-reporting-view.inc.php:320
6411
- msgid "Error: Please select at least one IP address"
6412
  msgstr ""
6413
 
6414
- #: extensions/reports/inc/wsal-reporting-view.inc.php:338
6415
- msgid "Error: Please select at least one object"
6416
  msgstr ""
6417
 
6418
- #: extensions/reports/inc/wsal-reporting-view.inc.php:355
6419
- msgid "Error: Please select at least one event object"
 
 
 
 
 
6420
  msgstr ""
6421
 
6422
- #: extensions/reports/inc/wsal-reporting-view.inc.php:440
6423
- msgid "Please select the report format."
 
 
 
 
 
6424
  msgstr ""
6425
 
6426
- #: extensions/reports/inc/wsal-reporting-view.inc.php:499
6427
- msgid "Periodic Report successfully saved."
6428
  msgstr ""
6429
 
6430
- #: extensions/reports/inc/wsal-reporting-view.inc.php:462, extensions/reports/inc/wsal-reporting-view.inc.php:518
6431
- msgid "Loading"
6432
  msgstr ""
6433
 
6434
- #: extensions/reports/inc/wsal-reporting-view.inc.php:463, extensions/reports/inc/wsal-reporting-view.inc.php:519
6435
- msgid " Generating report. Please do not close this window."
6436
  msgstr ""
6437
 
6438
- #: extensions/reports/inc/wsal-reporting-view.inc.php:467, extensions/reports/inc/wsal-reporting-view.inc.php:523
6439
- msgid "Searching events, "
6440
  msgstr ""
6441
 
6442
- #: extensions/reports/inc/wsal-reporting-view.inc.php:467, extensions/reports/inc/wsal-reporting-view.inc.php:523
6443
- msgid " currently found."
6444
  msgstr ""
6445
 
6446
- #: extensions/reports/inc/wsal-reporting-view.inc.php:545
6447
- msgid "Periodic Report successfully Deleted."
6448
  msgstr ""
6449
 
6450
- #: extensions/reports/inc/wsal-reporting-view.inc.php:576
6451
- msgid "Generate & Configure Periodic Reports"
6452
  msgstr ""
6453
 
6454
- #: extensions/reports/inc/wsal-reporting-view.inc.php:577
6455
- msgid "Statistics Reports"
6456
  msgstr ""
6457
 
6458
- #: extensions/reports/inc/wsal-reporting-view.inc.php:597
6459
- msgid "Generate a report"
6460
  msgstr ""
6461
 
6462
- #: extensions/reports/inc/wsal-reporting-view.inc.php:600
6463
- msgid "Step 1: Select the type of report"
6464
  msgstr ""
6465
 
6466
- #: extensions/reports/inc/wsal-reporting-view.inc.php:606
6467
- msgid "By Site(s)"
6468
  msgstr ""
6469
 
6470
- #: extensions/reports/inc/wsal-reporting-view.inc.php:614
6471
- msgid "Specify sites"
6472
  msgstr ""
6473
 
6474
- #: extensions/reports/inc/wsal-reporting-view.inc.php:622
6475
- msgid "By User(s)"
6476
  msgstr ""
6477
 
6478
- #: extensions/reports/inc/wsal-reporting-view.inc.php:626
6479
- msgid "All Users"
6480
  msgstr ""
6481
 
6482
- #: extensions/reports/inc/wsal-reporting-view.inc.php:630
6483
- msgid "Specify users"
6484
  msgstr ""
6485
 
6486
- #: extensions/reports/inc/wsal-reporting-view.inc.php:654
6487
- msgid "Automated verification of usernames is disabled because you have more than 100 users. The process might require a lot of resources to work with a lot of users. Tick the option below to enable it again."
6488
  msgstr ""
6489
 
6490
- #: extensions/reports/inc/wsal-reporting-view.inc.php:659
6491
- msgid "Enable Autocomplete"
6492
  msgstr ""
6493
 
6494
- #: extensions/reports/inc/wsal-reporting-view.inc.php:668
6495
- msgid "By Role(s)"
6496
  msgstr ""
6497
 
6498
- #: extensions/reports/inc/wsal-reporting-view.inc.php:672
6499
- msgid "All Roles"
6500
  msgstr ""
6501
 
6502
- #: extensions/reports/inc/wsal-reporting-view.inc.php:676
6503
- msgid "Specify roles"
6504
  msgstr ""
6505
 
6506
- #: extensions/reports/inc/wsal-reporting-view.inc.php:684
6507
- msgid "By IP Address(es)"
6508
  msgstr ""
6509
 
6510
- #: extensions/reports/inc/wsal-reporting-view.inc.php:688
6511
- msgid "All IP Addresses"
6512
  msgstr ""
6513
 
6514
- #: extensions/reports/inc/wsal-reporting-view.inc.php:692
6515
- msgid "Specify IP Addresses"
6516
  msgstr ""
6517
 
6518
- #: extensions/reports/inc/wsal-reporting-view.inc.php:700
6519
- msgid "By Object(s)"
6520
  msgstr ""
6521
 
6522
- #: extensions/reports/inc/wsal-reporting-view.inc.php:704
6523
- msgid "All Objects"
6524
  msgstr ""
6525
 
6526
- #: extensions/reports/inc/wsal-reporting-view.inc.php:708
6527
- msgid "Specify Objects"
6528
  msgstr ""
6529
 
6530
- #: extensions/reports/inc/wsal-reporting-view.inc.php:716
6531
- msgid "By Event Type(s)"
6532
  msgstr ""
6533
 
6534
- #: extensions/reports/inc/wsal-reporting-view.inc.php:720
6535
- msgid "All Event Types"
6536
  msgstr ""
6537
 
6538
- #: extensions/reports/inc/wsal-reporting-view.inc.php:724
6539
- msgid "Specify Event Types"
6540
  msgstr ""
6541
 
6542
- #: extensions/reports/inc/wsal-reporting-view.inc.php:732
6543
- msgid "By Event Code(s)"
6544
  msgstr ""
6545
 
6546
- #: extensions/reports/inc/wsal-reporting-view.inc.php:770, extensions/search/classes/FilterManager.php:498, extensions/search/classes/Filters/posttypefilter.php:85
6547
- msgid "Post Type"
6548
  msgstr ""
6549
 
6550
- #: extensions/reports/inc/wsal-reporting-view.inc.php:792
6551
- msgid "Specify Event Codes"
6552
  msgstr ""
6553
 
6554
- #: extensions/reports/inc/wsal-reporting-view.inc.php:800
6555
- msgid "By the Below Criteria"
6556
  msgstr ""
6557
 
6558
- #: extensions/reports/inc/wsal-reporting-view.inc.php:805
6559
- msgid "Number & List of unique IP addresses per user"
6560
  msgstr ""
6561
 
6562
- #: extensions/reports/inc/wsal-reporting-view.inc.php:810
6563
- msgid "Number of Logins per user"
6564
  msgstr ""
6565
 
6566
- #: extensions/reports/inc/wsal-reporting-view.inc.php:844
6567
- msgid "Select site(s)"
6568
  msgstr ""
6569
 
6570
- #: extensions/reports/inc/wsal-reporting-view.inc.php:866
6571
- msgid "Select user(s)"
6572
  msgstr ""
6573
 
6574
- #: extensions/reports/inc/wsal-reporting-view.inc.php:908
6575
- msgid "Select role(s)"
6576
  msgstr ""
6577
 
6578
- #: extensions/reports/inc/wsal-reporting-view.inc.php:930
6579
- msgid "Select IP address(es)"
6580
  msgstr ""
6581
 
6582
- #: extensions/reports/inc/wsal-reporting-view.inc.php:952
6583
- msgid "Select Objects(s)"
6584
  msgstr ""
6585
 
6586
- #: extensions/reports/inc/wsal-reporting-view.inc.php:974
6587
- msgid "Select Type(s)"
6588
  msgstr ""
6589
 
6590
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1026
6591
- msgid "Select Post Type(s)"
6592
  msgstr ""
6593
 
6594
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1056
6595
- msgid "Select Post Status(es)"
6596
  msgstr ""
6597
 
6598
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1359
6599
- msgid "Step 2: Select the date range"
6600
  msgstr ""
6601
 
6602
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1361
6603
- msgid "Note: Do not specify any dates if you are creating a scheduled report or if you want to generate a report from when you started the audit trail."
6604
  msgstr ""
6605
 
6606
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1366
6607
- msgid "Start Date"
6608
  msgstr ""
6609
 
6610
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1369, extensions/reports/inc/wsal-reporting-view.inc.php:1508
6611
- msgid "Select start date"
6612
  msgstr ""
6613
 
6614
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1375
6615
- msgid "End Date"
6616
  msgstr ""
6617
 
6618
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1378, extensions/reports/inc/wsal-reporting-view.inc.php:1517
6619
- msgid "Select end date"
6620
  msgstr ""
6621
 
6622
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1392, extensions/reports/inc/wsal-reporting-view.inc.php:1601
6623
- msgid "Step 3: Select Report Format"
6624
  msgstr ""
6625
 
6626
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1399, extensions/reports/inc/wsal-reporting-view.inc.php:1607
6627
- msgid "HTML"
6628
  msgstr ""
6629
 
6630
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1404, extensions/reports/inc/wsal-reporting-view.inc.php:1611
6631
- msgid "CSV"
6632
  msgstr ""
6633
 
6634
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1411
6635
- msgid "Step 4: Generate Report Now or Configure Periodic Reports"
6636
  msgstr ""
6637
 
6638
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1414
6639
- msgid "Generate Report Now"
6640
  msgstr ""
6641
 
6642
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1417
6643
- msgid " Use the buttons below to use the above criteria for a daily, weekly and monthly summary report which is sent automatically via email."
6644
  msgstr ""
6645
 
6646
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1420
6647
- msgid "Email address(es)"
6648
  msgstr ""
6649
 
6650
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1426
6651
- msgid "Report Name"
6652
  msgstr ""
6653
 
6654
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1432
6655
- msgid "Frequency"
6656
  msgstr ""
6657
 
6658
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1434
6659
- msgid "Daily"
 
 
6660
  msgstr ""
6661
 
6662
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1435
6663
- msgid "Weekly"
 
 
6664
  msgstr ""
6665
 
6666
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1436
6667
- msgid "Monthly"
6668
  msgstr ""
6669
 
6670
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1437
6671
- msgid "Quarterly"
6672
  msgstr ""
6673
 
6674
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1450
6675
- msgid "Configured Periodic Reports"
6676
  msgstr ""
6677
 
6678
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1453
6679
- msgid "Below is the list of configured periodic reports. Click on Modify to load the criteria and configure it above. To save the new criteria as a new report change the report name and save it. Do not change the report name to overwrite the existing periodic report."
6680
  msgstr ""
6681
 
6682
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1456
6683
- msgid "Note: Use the Send Now button to generate a report with data from the last 90 days if a quarterly report is configured, 30 days if monthly report is configured and 7 days if weekly report is configured."
6684
  msgstr ""
6685
 
6686
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1501
6687
- msgid "Step 1: Choose Date Range"
6688
  msgstr ""
6689
 
6690
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1530
6691
- msgid "Step 2: Choose Criteria"
6692
  msgstr ""
6693
 
6694
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1533
6695
- msgid "Report for"
6696
  msgstr ""
6697
 
6698
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1538
6699
- msgid "Number of logins for user"
6700
  msgstr ""
6701
 
6702
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1543
6703
- msgid "Number of logins for users with the role of"
6704
  msgstr ""
6705
 
6706
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1548
6707
- msgid "Number of views for user"
6708
  msgstr ""
6709
 
6710
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1553
6711
- msgid "Number of views for users with the role of"
 
6712
  msgstr ""
6713
 
6714
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1558
6715
- msgid "Number of published content for user"
6716
  msgstr ""
6717
 
6718
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1563
6719
- msgid "Number of published content for users with the role of"
6720
  msgstr ""
6721
 
6722
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1568
6723
- msgid "Different IP addresses for Usernames"
6724
  msgstr ""
6725
 
6726
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1573
6727
- msgid "List only IP addresses used during login"
6728
  msgstr ""
6729
 
6730
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1575
6731
- msgid "If the above option is enabled the report will only include the IP addresses from where the user logged in. If it is disabled it will list all the IP addresses from where the plugin recorded activity originating from the user."
6732
  msgstr ""
6733
 
6734
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1634
6735
- msgid "Please specify at least one site"
6736
  msgstr ""
6737
 
6738
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1643
6739
- msgid "Please specify at least one user"
6740
  msgstr ""
6741
 
6742
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1652
6743
- msgid "Please specify at least one role"
6744
  msgstr ""
6745
 
6746
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1661
6747
- msgid "Please specify at least one IP address"
6748
  msgstr ""
6749
 
6750
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1670
6751
- msgid "Please specify at least one object"
6752
  msgstr ""
6753
 
6754
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1679
6755
- msgid "Please specify at least one event type"
6756
  msgstr ""
6757
 
6758
- #: extensions/reports/inc/wsal-reporting-view.inc.php:1688
6759
- msgid "Please specify at least one Alert group or specify an Alert code"
6760
  msgstr ""
6761
 
6762
- #: extensions/search/classes/FilterManager.php:210
6763
- msgid "Refer to the <a href=\"https://wpactivitylog.com/support/kb/list-wordpress-activity-log-event-ids/\" target=\"_blank\">list of Event IDs</a> for reference."
6764
  msgstr ""
6765
 
6766
- #: extensions/search/classes/FilterManager.php:374
6767
- msgid "Do not show this message again"
6768
  msgstr ""
6769
 
6770
- #: extensions/search/classes/FilterManager.php:375
6771
- msgid "Dismiss this notice."
6772
  msgstr ""
6773
 
6774
- #: extensions/search/classes/FilterManager.php:395
6775
- msgid "Save Search & Filters"
6776
  msgstr ""
6777
 
6778
- #: extensions/search/classes/FilterManager.php:400
6779
- msgid "* Invalid Name"
6780
  msgstr ""
6781
 
6782
- #: extensions/search/classes/FilterManager.php:402
6783
- msgid "Name can only be 12 characters long and only letters, numbers and underscore are allowed."
6784
  msgstr ""
6785
 
6786
- #: extensions/search/classes/FilterManager.php:405, extensions/user-sessions/classes/View/Settings.php:96, extensions/user-sessions/classes/View/Options/Policies.php:315
6787
- msgid "Save"
6788
  msgstr ""
6789
 
6790
- #: extensions/search/classes/FilterManager.php:426, extensions/search/classes/FilterManager.php:537
6791
- msgid "Refer to the <a href=\"https://wpactivitylog.com/support/kb/list-wordpress-activity-log-event-ids/\" target=\"_blank\" rel=\"nofollow noopener\">list of Event IDs</a> for reference."
6792
  msgstr ""
6793
 
6794
- #: extensions/search/classes/FilterManager.php:438
6795
- msgid "Refer to the <a href=\"https://wpactivitylog.com/support/kb/list-wordpress-activity-log-event-ids/\" target=\"_blank\" rel=\"nofollow noopener\">metadata in the activity log</a> for reference."
6796
  msgstr ""
6797
 
6798
- #: extensions/search/classes/FilterManager.php:450
6799
- msgid "Refer to the <a href=\"https://wpactivitylog.com/support/kb/severity-levels-wordpress-activity-log/\" target=\"_blank\" rel=\"nofollow noopener\">severity levels in the activity log</a> for reference."
6800
  msgstr ""
6801
 
6802
- #: extensions/search/classes/FilterManager.php:463
6803
- msgid "Refer to the <a href=\"https://wpactivitylog.com/support/kb/list-wordpress-audit-trail-alerts/\" target=\"_blank\" rel=\"nofollow noopener\">list of Event IDs</a> for reference."
6804
  msgstr ""
6805
 
6806
- #: extensions/search/classes/FilterManager.php:475
6807
- msgid "Filter by username"
 
6808
  msgstr ""
6809
 
6810
- #: extensions/search/classes/FilterManager.php:478, extensions/user-sessions/classes/View/Sessions.php:296
6811
- msgid "First Name"
6812
  msgstr ""
6813
 
6814
- #: extensions/search/classes/FilterManager.php:479
6815
- msgid "Filter by user first name"
6816
  msgstr ""
6817
 
6818
- #: extensions/search/classes/FilterManager.php:482, extensions/user-sessions/classes/View/Sessions.php:297
6819
- msgid "Last Name"
6820
  msgstr ""
6821
 
6822
- #: extensions/search/classes/FilterManager.php:483
6823
- msgid "Filter by user last name"
6824
  msgstr ""
6825
 
6826
- #: extensions/search/classes/FilterManager.php:487
6827
- msgid "Filter by user roles"
6828
  msgstr ""
6829
 
6830
- #: extensions/search/classes/FilterManager.php:490
6831
- msgid "User Filters"
6832
  msgstr ""
6833
 
6834
- #: extensions/search/classes/FilterManager.php:495
6835
- msgid "Filter by post status"
6836
  msgstr ""
6837
 
6838
- #: extensions/search/classes/FilterManager.php:499
6839
- msgid "Filter by post type"
6840
  msgstr ""
6841
 
6842
- #: extensions/search/classes/FilterManager.php:503
6843
- msgid "Filter by post ID"
6844
  msgstr ""
6845
 
6846
- #: extensions/search/classes/FilterManager.php:506, extensions/search/classes/Filters/PostNameFilter.php:55
6847
- msgid "Post Name"
6848
  msgstr ""
6849
 
6850
- #: extensions/search/classes/FilterManager.php:507
6851
- msgid "Filter by post name"
6852
  msgstr ""
6853
 
6854
- #: extensions/search/classes/FilterManager.php:510
6855
- msgid "Post Filters"
6856
  msgstr ""
6857
 
6858
- #: extensions/search/classes/FilterManager.php:519
6859
- msgid "Select Site to view"
6860
  msgstr ""
6861
 
6862
- #: extensions/search/classes/FilterManager.php:544
6863
- msgid "Select A Specific Site from the Network"
6864
  msgstr ""
6865
 
6866
- #: extensions/search/classes/FilterManager.php:567
6867
- msgid "Enter an IP address to filter"
6868
  msgstr ""
6869
 
6870
- #: extensions/user-sessions/classes/Helpers.php:129
6871
- msgid "ERROR: Your session was blocked with the WP Activity Log plugin because there is already another user logged in with the same username. Please contact the site administrator for more information."
6872
  msgstr ""
6873
 
6874
- #: extensions/user-sessions/classes/Views.php:110
6875
- msgid "Users Sessions & Management"
6876
  msgstr ""
6877
 
6878
- #: extensions/user-sessions/classes/Views.php:124
6879
- msgid "Logged In Users"
6880
  msgstr ""
6881
 
6882
- #: extensions/user-sessions/classes/Views.php:187
6883
- msgid "Logging out..."
6884
  msgstr ""
6885
 
6886
- #: extensions/user-sessions/classes/Views.php:188
6887
- msgid "Refreshing..."
6888
  msgstr ""
6889
 
6890
- #: extensions/user-sessions/classes/Views.php:189
6891
- msgid "This could result in loss of unsaved work. Are you sure?"
6892
  msgstr ""
6893
 
6894
- #. translators: %s: Total number of users
6895
- #: extensions/user-sessions/classes/Views.php:191
6896
- msgid "out of %s user sessions terminated."
6897
  msgstr ""
6898
 
6899
- #: extensions/user-sessions/classes/Views.php:193, extensions/user-sessions/classes/View/Sessions.php:80
6900
- msgid "Retrieve user data"
6901
  msgstr ""
6902
 
6903
- #: extensions/user-sessions/classes/Views.php:194
6904
- msgid "Retrieving data"
6905
  msgstr ""
6906
 
6907
- #: extensions/user-sessions/classes/Views.php:195
6908
- msgid "Data retrieved"
6909
  msgstr ""
6910
 
6911
- #: extensions/user-sessions/classes/Views.php:196
6912
- msgid "Event ID: "
6913
  msgstr ""
6914
 
6915
- #: extensions/user-sessions/classes/Views.php:197
6916
- msgid "Object: "
6917
  msgstr ""
6918
 
6919
- #: extensions/user-sessions/classes/Views.php:198
6920
- msgid "Event Type: "
 
6921
  msgstr ""
6922
 
6923
- #: extensions/user-sessions/classes/Views.php:259
6924
- msgid "Terminate all logged in sessions"
6925
  msgstr ""
6926
 
6927
- #: extensions/user-sessions/classes/Views.php:260
6928
- msgid "This will terminate all users' sessions including yours, which could result in unsaved work. Do you like to proceed?"
6929
  msgstr ""
6930
 
6931
- #: extensions/user-sessions/classes/Views.php:271
6932
- msgid "YES"
6933
  msgstr ""
6934
 
6935
- #: extensions/user-sessions/classes/Views.php:272
6936
- msgid "NO"
6937
  msgstr ""
6938
 
6939
- #: extensions/user-sessions/classes/Views.php:284
6940
- msgid "Terminate All Sessions"
6941
  msgstr ""
6942
 
6943
- #: extensions/user-sessions/classes/Views.php:404
6944
- msgid "Users sessions termination is in progress. Please wait..."
6945
  msgstr ""
6946
 
6947
- #: extensions/user-sessions/classes/Views.php:431, extensions/reports/classes/Views/Main.php:694
6948
- msgid "You do not have sufficient permissions."
6949
  msgstr ""
6950
 
6951
- #: extensions/user-sessions/classes/Views.php:457
6952
- msgid "No sessions."
6953
  msgstr ""
6954
 
6955
- #: extensions/user-sessions/classes/Views.php:482
6956
- msgid "Session destroyed."
6957
  msgstr ""
6958
 
6959
- #: extensions/user-sessions/classes/Views.php:490
6960
- msgid "User session data is not set."
6961
  msgstr ""
6962
 
6963
- #: extensions/user-sessions/classes/Views.php:506, extensions/user-sessions/classes/Views.php:580
6964
- msgid "User do not have sufficient permissions."
6965
  msgstr ""
6966
 
6967
- #: extensions/user-sessions/classes/Views.php:559
6968
- msgid "Sessions destroyed!"
6969
  msgstr ""
6970
 
6971
- #: extensions/user-sessions/classes/Views.php:590
6972
- msgid "Nonce check failed."
6973
  msgstr ""
6974
 
6975
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:22
6976
- msgid "AWS CloudWatch"
6977
  msgstr ""
6978
 
6979
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:27, extensions/external-db/classes/mirrors/LogglyConnection.php:27, extensions/external-db/classes/mirrors/PapertrailConnection.php:27, extensions/external-db/classes/mirrors/SlackConnection.php:28, extensions/external-db/classes/mirrors/SyslogConnection.php:27
6980
- msgid "General mirror connection description."
6981
  msgstr ""
6982
 
6983
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:30
6984
- msgid "Region"
6985
  msgstr ""
6986
 
6987
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:57
6988
- msgid "AWS Key"
6989
  msgstr ""
6990
 
6991
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:62
6992
- msgid "AWS Secret"
6993
  msgstr ""
6994
 
6995
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:67
6996
- msgid "AWS Session Token"
6997
  msgstr ""
6998
 
6999
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:69
7000
- msgid "This is optional."
7001
  msgstr ""
7002
 
7003
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:72
7004
- msgid "Log group name"
7005
  msgstr ""
7006
 
7007
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:76
7008
- msgid "Invalid AWS group name. It must satisfy regular expression pattern: %s"
7009
  msgstr ""
7010
 
7011
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:80
7012
- msgid "If you do not specify a group name, one will be created using the default group name \"%s\"."
7013
  msgstr ""
7014
 
7015
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:85
7016
- msgid "Log stream name"
7017
  msgstr ""
7018
 
7019
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:87
7020
- msgid "If you do not specify a stream name, one will be created using the site name as stream name."
7021
  msgstr ""
7022
 
7023
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:90
7024
- msgid "Retention"
7025
  msgstr ""
7026
 
7027
- #: extensions/external-db/classes/mirrors/AWSCloudWatchConnection.php:112
7028
- msgid "Days to keep logs."
7029
  msgstr ""
7030
 
7031
- #: extensions/external-db/classes/mirrors/LogFileConnection.php:22
7032
- msgid "Log file(s)"
7033
  msgstr ""
7034
 
7035
- #: extensions/external-db/classes/mirrors/LogFileConnection.php:27
7036
- msgid "WP Activity Log can write the WordPress activity log to a log file.."
7037
  msgstr ""
7038
 
7039
- #: extensions/external-db/classes/mirrors/LogFileConnection.php:30
7040
- msgid "Log file(s) rotation"
7041
  msgstr ""
7042
 
7043
- #: extensions/external-db/classes/mirrors/LogFileConnection.php:33
7044
- msgid "daily"
7045
  msgstr ""
7046
 
7047
- #: extensions/external-db/classes/mirrors/LogFileConnection.php:34
7048
- msgid "monthly"
7049
  msgstr ""
7050
 
7051
- #: extensions/external-db/classes/mirrors/LogFileConnection.php:35
7052
- msgid "yearly"
7053
  msgstr ""
7054
 
7055
- #: extensions/external-db/classes/mirrors/LogFileConnection.php:39
7056
- msgid "Log file prefix"
7057
  msgstr ""
7058
 
7059
- #: extensions/external-db/classes/mirrors/LogFileConnection.php:42
7060
- msgid "Optional. Default prefix is %s."
7061
  msgstr ""
7062
 
7063
- #: extensions/external-db/classes/mirrors/LogglyConnection.php:22
7064
- msgid "Loggly"
7065
  msgstr ""
7066
 
7067
- #: extensions/external-db/classes/mirrors/LogglyConnection.php:30
7068
- msgid "Loggly token"
7069
  msgstr ""
7070
 
7071
- #: extensions/external-db/classes/mirrors/LogglyConnection.php:34
7072
- msgid "The Loggly token required here is the \"Customer token\" and you can get it from the following URL: %s"
7073
  msgstr ""
7074
 
7075
- #: extensions/external-db/classes/mirrors/PapertrailConnection.php:22
7076
- msgid "Papertrail"
7077
  msgstr ""
7078
 
7079
- #: extensions/external-db/classes/mirrors/PapertrailConnection.php:30
7080
- msgid "Destination"
7081
  msgstr ""
7082
 
7083
- #. translators: %s: Log destinations link
7084
- #: extensions/external-db/classes/mirrors/PapertrailConnection.php:36
7085
- msgid "Specify your destination. You can find your Papertrail Destination in the %s section of your Papertrail account page. It should have the following format: logs4.papertrailapp.com:54321"
7086
  msgstr ""
7087
 
7088
- #: extensions/external-db/classes/mirrors/PapertrailConnection.php:37
7089
- msgid "Log Destinations"
7090
  msgstr ""
7091
 
7092
- #: extensions/external-db/classes/mirrors/PapertrailConnection.php:39
7093
- msgid "Invalid Papertrail Destination"
7094
  msgstr ""
7095
 
7096
- #: extensions/external-db/classes/mirrors/PapertrailConnection.php:42
7097
- msgid "Colorization"
7098
  msgstr ""
7099
 
7100
- #: extensions/external-db/classes/mirrors/SlackConnection.php:22
7101
- msgid "Slack"
7102
  msgstr ""
7103
 
7104
- #: extensions/external-db/classes/mirrors/SlackConnection.php:31
7105
- msgid "Webhook URL"
7106
  msgstr ""
7107
 
7108
- #. translators: hyperlink to the Slack webhook documentation page
7109
- #: extensions/external-db/classes/mirrors/SlackConnection.php:35
7110
- msgid "If you are not familiar with incoming WebHooks on Slack, please refer to %s."
7111
  msgstr ""
7112
 
7113
- #: extensions/external-db/classes/mirrors/SlackConnection.php:39
7114
- msgid "Slack webhooks documentation"
7115
  msgstr ""
7116
 
7117
- #: extensions/external-db/classes/mirrors/SlackConnection.php:44
7118
- msgid "Invalid Webhook URL"
7119
  msgstr ""
7120
 
7121
- #: extensions/external-db/classes/mirrors/SyslogConnection.php:22
7122
- msgid "Syslog Server"
7123
  msgstr ""
7124
 
7125
- #: extensions/external-db/classes/mirrors/SyslogConnection.php:30
7126
- msgid "Syslog Location"
7127
  msgstr ""
7128
 
7129
- #: extensions/external-db/classes/mirrors/SyslogConnection.php:35
7130
- msgid " Write to local syslog file"
7131
  msgstr ""
7132
 
7133
- #: extensions/external-db/classes/mirrors/SyslogConnection.php:38
7134
- msgid " Send messages to remote syslog server"
7135
  msgstr ""
7136
 
7137
- #: extensions/external-db/classes/mirrors/SyslogConnection.php:41
7138
- msgid "IP Address / Hostname"
7139
  msgstr ""
7140
 
7141
- #: extensions/external-db/classes/mirrors/SyslogConnection.php:45
7142
- msgid "Invalid Invalid IP/Hostname"
7143
  msgstr ""
7144
 
7145
- #: extensions/external-db/classes/mirrors/SyslogConnection.php:48
7146
- msgid "Port"
7147
  msgstr ""
7148
 
7149
- #: extensions/external-db/classes/mirrors/SyslogConnection.php:52
7150
- msgid "Invalid Port"
7151
  msgstr ""
7152
 
7153
- #: extensions/reports/classes/Views/Main.php:72
7154
- msgid "Reporting"
7155
  msgstr ""
7156
 
7157
- #: extensions/reports/classes/Views/Main.php:86
7158
- msgid "Reports"
7159
  msgstr ""
7160
 
7161
- #: extensions/reports/classes/Views/Main.php:203
7162
- msgid "Process completed."
7163
  msgstr ""
7164
 
7165
- #: extensions/reports/classes/Views/Main.php:206
7166
- msgid "There are no alerts that match your filtering criteria."
7167
  msgstr ""
7168
 
7169
- #: extensions/reports/classes/Views/Main.php:619
7170
- msgid " Generating reports. Please do not close this window."
7171
  msgstr ""
7172
 
7173
- #: extensions/reports/classes/Views/Main.php:632
7174
- msgid "To generate a report or configure automated scheduled report please contact the administrator of this multisite network on "
7175
  msgstr ""
7176
 
7177
- #: extensions/reports/classes/Views/Main.php:650
7178
- msgid "The %s directory which the Reports plugin uses to create reports in was either not found or is not accessible."
7179
  msgstr ""
7180
 
7181
- #: extensions/reports/classes/Views/Main.php:654
7182
- msgid "In order for the plugin to function, the directory %1$s must be created and the plugin should have access to write to this directory, so please configure the following permissions: 0755. If you have any questions or need further assistance please %2$s"
7183
  msgstr ""
7184
 
7185
- #: extensions/search/classes/Filters/AlertWidget.php:38
7186
- msgid "Enter an Event ID to filter - example: 1000"
7187
  msgstr ""
7188
 
7189
- #: extensions/search/classes/Filters/AlertWidget.php:40, extensions/search/classes/Filters/DateWidget.php:38, extensions/search/classes/Filters/IpWidget.php:40, extensions/search/classes/Filters/postidwidget.php:37, extensions/search/classes/Filters/PostNameWidget.php:38, extensions/search/classes/Filters/userfirstnamewidget.php:37, extensions/search/classes/Filters/userlastnamewidget.php:37, extensions/search/classes/Filters/usernamewidget.php:38
7190
- msgid "Add this filter"
7191
  msgstr ""
7192
 
7193
- #: extensions/search/classes/Filters/CodeWidget.php:37
7194
- msgid "Select a Severity to filter"
7195
  msgstr ""
7196
 
7197
- #: extensions/search/classes/Filters/DateFilter.php:55
7198
- msgid "Later than"
7199
  msgstr ""
7200
 
7201
- #: extensions/search/classes/Filters/DateFilter.php:56
7202
- msgid "Earlier than"
7203
  msgstr ""
7204
 
7205
- #: extensions/search/classes/Filters/DateFilter.php:57
7206
- msgid "On this day"
7207
  msgstr ""
7208
 
7209
- #: extensions/search/classes/Filters/EventTypeWidget.php:30
7210
- msgid "Select an Event Type to filter"
7211
  msgstr ""
7212
 
7213
- #: extensions/search/classes/Filters/IpWidget.php:38
7214
- msgid "192.168.128.255"
7215
  msgstr ""
7216
 
7217
- #: extensions/search/classes/Filters/ObjectWidget.php:33
7218
- msgid "Select an Object to filter"
7219
  msgstr ""
7220
 
7221
- #: extensions/search/classes/Filters/postidwidget.php:35
7222
- msgid "Enter post ID to filter"
7223
  msgstr ""
7224
 
7225
- #: extensions/search/classes/Filters/PostNameWidget.php:36
7226
- msgid "Enter post name to filter"
7227
  msgstr ""
7228
 
7229
- #: extensions/search/classes/Filters/PostStatusWidget.php:36
7230
- msgid "Select a post status to filter"
7231
  msgstr ""
7232
 
7233
- #: extensions/search/classes/Filters/PostTypeWidget.php:36
7234
- msgid "Select a post type to filter"
7235
  msgstr ""
7236
 
7237
- #: extensions/search/classes/Filters/SiteFilter.php:57
7238
- msgid "Sites"
7239
  msgstr ""
7240
 
7241
- #: extensions/search/classes/Filters/SiteWidget.php:33
7242
- msgid "Select a Site to filter"
7243
  msgstr ""
7244
 
7245
- #: extensions/search/classes/Filters/userfirstnamewidget.php:35, extensions/search/classes/Filters/userlastnamewidget.php:35
7246
- msgid "Enter users first name to filter"
7247
  msgstr ""
7248
 
7249
- #: extensions/search/classes/Filters/usernamewidget.php:36
7250
- msgid "Enter a username to filter"
7251
  msgstr ""
7252
 
7253
- #: extensions/search/classes/Filters/UserRoleWidget.php:36
7254
- msgid "Select a user role to filter"
7255
  msgstr ""
7256
 
7257
- #: extensions/user-sessions/classes/Sensors/UserSessionsTracking.php:307, extensions/user-sessions/classes/View/Options/Policies.php:235
7258
- msgid "ERROR: Your session was blocked with the <a href=\"https://en-gb.wordpress.org/plugins/wp-security-audit-log\" target=\"_blank\">WP Activity Log plugin</a> because there is already another user logged in with the same username. Please contact the site administrator for more information."
7259
  msgstr ""
7260
 
7261
- #: extensions/user-sessions/classes/View/Options.php:30
7262
- msgid "Users Sessions Management"
7263
  msgstr ""
7264
 
7265
- #: extensions/user-sessions/classes/View/Options.php:44
7266
- msgid "User Session Options"
7267
  msgstr ""
7268
 
7269
- #: extensions/user-sessions/classes/View/Sessions.php:120
7270
- msgid "Showing results for "
7271
  msgstr ""
7272
 
7273
- #: extensions/user-sessions/classes/View/Sessions.php:112
7274
- msgid "No search results were found."
7275
  msgstr ""
7276
 
7277
- #: extensions/user-sessions/classes/View/Sessions.php:146
7278
- msgid "Expires"
7279
  msgstr ""
7280
 
7281
- #: extensions/user-sessions/classes/View/Sessions.php:148
7282
- msgid "Last Event"
7283
  msgstr ""
7284
 
7285
- #: extensions/user-sessions/classes/View/Sessions.php:149, extensions/user-sessions/classes/View/Sessions.php:465
7286
- msgid "Actions"
7287
  msgstr ""
7288
 
7289
- #. translators: Number of sessions
7290
- #: extensions/user-sessions/classes/View/Sessions.php:267
7291
- msgid "%s users"
7292
  msgstr ""
7293
 
7294
- #: extensions/user-sessions/classes/View/Sessions.php:272
7295
- msgid "Go to the first page"
7296
  msgstr ""
7297
 
7298
- #: extensions/user-sessions/classes/View/Sessions.php:273
7299
- msgid "Go to the previous page"
7300
  msgstr ""
7301
 
7302
- #: extensions/user-sessions/classes/View/Sessions.php:275
7303
- msgid "of"
7304
  msgstr ""
7305
 
7306
- #: extensions/user-sessions/classes/View/Sessions.php:277
7307
- msgid "Go to the next page"
7308
  msgstr ""
7309
 
7310
- #: extensions/user-sessions/classes/View/Sessions.php:278
7311
- msgid "Go to the last page"
7312
  msgstr ""
7313
 
7314
- #: extensions/user-sessions/classes/View/Sessions.php:287
7315
- msgid "Total number of sessions with Administrator Role: "
7316
  msgstr ""
7317
 
7318
- #: extensions/user-sessions/classes/View/Sessions.php:330
7319
- msgid "Show:"
7320
  msgstr ""
7321
 
7322
- #: extensions/user-sessions/classes/View/Sessions.php:339
7323
- msgid "Network-wide Logins"
7324
  msgstr ""
7325
 
7326
- #: extensions/user-sessions/classes/View/Sessions.php:439
7327
- msgid "Session ID: "
7328
  msgstr ""
7329
 
7330
- #: extensions/user-sessions/classes/View/Sessions.php:456
7331
- msgid "Click the button above to retrieve the users' last event."
7332
  msgstr ""
7333
 
7334
- #: extensions/user-sessions/classes/View/Sessions.php:476
7335
- msgid "Show me this user's events"
7336
  msgstr ""
7337
 
7338
- #: extensions/user-sessions/classes/View/Sessions.php:492
7339
- msgid "Terminate Session"
7340
  msgstr ""
7341
 
7342
- #: extensions/user-sessions/classes/View/Sessions.php:384
7343
- msgid "WP Activity Log keeps its own user session data. This means that the sessions of already logged in users will only show up once they logout and log back in. The same applies to your session."
7344
  msgstr ""
7345
 
7346
- #: extensions/user-sessions/classes/View/Sessions.php:376
7347
- msgid "No logged in sessions meet your search criteria."
7348
  msgstr ""
7349
 
7350
- #: extensions/user-sessions/classes/View/Sessions.php:669
7351
- msgid "User sessions do not exist."
7352
  msgstr ""
7353
 
7354
- #: extensions/user-sessions/classes/View/Settings.php:82
7355
- msgid "Cleanup expired session data"
 
7356
  msgstr ""
7357
 
7358
- #: extensions/user-sessions/classes/View/Settings.php:90
7359
- msgid "The plugin will delete the data about expired users sessions from the WordPress database."
7360
  msgstr ""
7361
 
7362
- #: extensions/user-sessions/classes/View/Options/Policies.php:38
7363
- msgid "Main Policies"
7364
  msgstr ""
7365
 
7366
- #: extensions/user-sessions/classes/View/Options/Policies.php:141
7367
- msgid "Do not enforce policies on users with this role"
7368
  msgstr ""
7369
 
7370
- #: extensions/user-sessions/classes/View/Options/Policies.php:159
7371
- msgid "Inherit the sessions policies"
 
7372
  msgstr ""
7373
 
7374
- #: extensions/user-sessions/classes/View/Options/Policies.php:111
7375
- msgid "Users sessions policies"
 
7376
  msgstr ""
7377
 
7378
- #: extensions/user-sessions/classes/View/Options/Policies.php:113
7379
- msgid "Use the settings below to configure the policies to manage the users' sessions policies. These policies are automatically inherited by all profiles. However, you can disable the inheritance or configure different policies for specific roles in the role's tab."
7380
  msgstr ""
7381
 
7382
- #: extensions/user-sessions/classes/View/Options/Policies.php:118
7383
- msgid "Enable session policies"
 
7384
  msgstr ""
7385
 
7386
- #: extensions/user-sessions/classes/View/Options/Policies.php:179
7387
- msgid "By default WordPress does not limit how many times the same user can connect simultaneously. So two different users can login at the same time using the same username. Use the settings below to limit and also block simultaneous connections for the same username."
7388
  msgstr ""
7389
 
7390
- #: extensions/user-sessions/classes/View/Options/Policies.php:181
7391
- msgid "Do you want to allow two or more people to login simultaneously with the same username?"
 
7392
  msgstr ""
7393
 
7394
- #: extensions/user-sessions/classes/View/Options/Policies.php:183
7395
- msgid "By allowing multiple sessions two or more people can login to WordPress using the same username. By blocking them, once a person is logged in with a username, if another person tries to login with the same username they will be blocked."
 
7396
  msgstr ""
7397
 
7398
- #: extensions/user-sessions/classes/View/Options/Policies.php:188
7399
- msgid "Multiple Sessions"
7400
  msgstr ""
7401
 
7402
- #: extensions/user-sessions/classes/View/Options/Policies.php:197
7403
- msgid "Allow one session only"
 
7404
  msgstr ""
7405
 
7406
- #: extensions/user-sessions/classes/View/Options/Policies.php:203
7407
- msgid "Allow one session only and override current session"
7408
  msgstr ""
7409
 
7410
- #. translators: Number of sessions input tag
7411
- #: extensions/user-sessions/classes/View/Options/Policies.php:213
7412
- msgid "Allow up to %s sessions and block the rest"
7413
  msgstr ""
7414
 
7415
- #: extensions/user-sessions/classes/View/Options/Policies.php:224
7416
- msgid "Configure a Blocked Session Notification for Users"
7417
  msgstr ""
7418
 
7419
- #: extensions/user-sessions/classes/View/Options/Policies.php:226
7420
- msgid "This error message is shown to users when they try to login with a username that already has a session and their session is blocked. You can change this message by editing the text in the below placeholder. Only <a href> HTML code is allowed."
 
7421
  msgstr ""
7422
 
7423
- #: extensions/user-sessions/classes/View/Options/Policies.php:231
7424
- msgid "Blocked Sessions Error"
7425
  msgstr ""
7426
 
7427
- #: extensions/user-sessions/classes/View/Options/Policies.php:249
7428
- msgid "Do you want to terminate idle sessions automatically?"
 
7429
  msgstr ""
7430
 
7431
- #: extensions/user-sessions/classes/View/Options/Policies.php:251
7432
- msgid "If a session has been idle for more than the configured number of hours, it will be automatically destroyed by the plugin."
7433
  msgstr ""
7434
 
7435
- #: extensions/user-sessions/classes/View/Options/Policies.php:256
7436
- msgid "Terminate Idle Sessions"
 
7437
  msgstr ""
7438
 
7439
- #: extensions/user-sessions/classes/View/Options/Policies.php:273
7440
- msgid "1"
7441
  msgstr ""
7442
 
7443
- #: extensions/user-sessions/classes/View/Options/Policies.php:274
7444
- msgid "4"
 
7445
  msgstr ""
7446
 
7447
- #: extensions/user-sessions/classes/View/Options/Policies.php:275
7448
- msgid "8"
7449
  msgstr ""
7450
 
7451
- #: extensions/user-sessions/classes/View/Options/Policies.php:276
7452
- msgid "12"
7453
  msgstr ""
7454
 
7455
- #: extensions/user-sessions/classes/View/Options/Policies.php:277
7456
- msgid "24"
7457
  msgstr ""
7458
 
7459
- #: extensions/user-sessions/classes/View/Options/Policies.php:278
7460
- msgid "32"
7461
  msgstr ""
7462
 
7463
- #: extensions/user-sessions/classes/View/Options/Policies.php:279
7464
- msgid "48"
7465
  msgstr ""
7466
 
7467
- #: extensions/user-sessions/classes/View/Options/Policies.php:286
7468
- msgid "terminate sessions if they have been idle for more than"
7469
  msgstr ""
7470
 
7471
- #: extensions/user-sessions/classes/View/Options/Policies.php:297
7472
- msgid " hour"
7473
  msgstr ""
7474
 
7475
- #: extensions/user-sessions/classes/View/Options/Policies.php:297, extensions/user-sessions/classes/View/Options/Policies.php:304
7476
- msgid " hours"
7477
  msgstr ""
7478
 
7479
- #: extensions/user-sessions/classes/View/Options/Policies.php:290
7480
- msgid " seconds (Testing)"
 
7481
  msgstr ""
1
  # Copyright (C) 2021 wp-security-audit-log
2
  # This file is distributed under the same license as the wp-security-audit-log package.
3
+ #, fuzzy
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: wp-security-audit-log\n"
12
  "Report-Msgid-Bugs-To: https://www.wpwhitesecurity.com\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
 
 
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "POT-Creation-Date: \n"
18
+ "PO-Revision-Date: \n"
19
+ "X-Generator: Poedit 2.4.3\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
23
+ #: classes/AlertFormatter.php:62
24
+ msgid "Exclude Custom Field from the Monitoring"
25
  msgstr ""
26
 
27
+ #: classes/AlertFormatter.php:87
28
+ msgid "unknown"
29
  msgstr ""
30
 
31
+ #: classes/AlertFormatter.php:134
32
+ msgid "Download the log file."
33
  msgstr ""
34
 
35
+ #: classes/AlertFormatter.php:142
36
+ msgid "published"
37
  msgstr ""
38
 
39
+ #: classes/AlertManager.php:412
40
+ #, php-format
41
+ msgid "Event with code %d has not be registered."
42
  msgstr ""
43
 
44
+ #: classes/AlertManager.php:496
45
+ #, php-format
46
+ msgid "Event %s already registered with WP Activity Log."
47
  msgstr ""
48
 
49
+ #: classes/AlertManager.php:527
50
+ msgid "You have custom events that are using the same ID or IDs which are already registered in the plugin, so they have been disabled."
51
  msgstr ""
52
 
53
+ #: classes/AlertManager.php:530
54
+ #, php-format
55
+ msgid "%4$s to help you solve this issue."
56
  msgstr ""
57
 
58
+ #: classes/AlertManager.php:532
59
+ msgid "ERROR:"
60
  msgstr ""
61
 
62
+ #: classes/AlertManager.php:534
63
+ msgid "Contact us"
64
  msgstr ""
65
 
66
+ #: classes/AlertManager.php:1146 classes/AuditLogListView.php:290
67
+ #: classes/AuditLogListView.php:324 classes/Views/Settings.php:1094
68
+ #: classes/WidgetManager.php:76 defaults.php:1689
69
+ msgid "User"
70
  msgstr ""
71
 
72
+ #: classes/AlertManager.php:1147 classes/AlertManager.php:1936
73
+ #: classes/AuditLogGridView.php:473 classes/AuditLogListView.php:467
74
+ #: defaults.php:2397
75
+ msgid "System"
76
  msgstr ""
77
 
78
+ #: classes/AlertManager.php:1148 classes/AuditLogGridView.php:464
79
+ #: classes/AuditLogListView.php:461 defaults.php:2157 defaults.php:2172
80
+ msgid "Plugin"
81
  msgstr ""
82
 
83
+ #: classes/AlertManager.php:1149
84
+ msgid "Database"
85
  msgstr ""
86
 
87
+ #: classes/AlertManager.php:1150 defaults.php:915
88
+ msgid "Post"
89
  msgstr ""
90
 
91
+ #: classes/AlertManager.php:1151 classes/AlertManager.php:1155
92
+ msgid "File"
93
  msgstr ""
94
 
95
+ #: classes/AlertManager.php:1152
96
+ msgid "Tag"
97
  msgstr ""
98
 
99
+ #: classes/AlertManager.php:1153 defaults.php:79
100
+ msgid "Comment"
101
  msgstr ""
102
 
103
+ #: classes/AlertManager.php:1154
104
+ msgid "Setting"
105
  msgstr ""
106
 
107
+ #: classes/AlertManager.php:1156
108
+ msgid "System Setting"
109
  msgstr ""
110
 
111
+ #: classes/AlertManager.php:1157
112
+ msgid "MainWP Network"
113
  msgstr ""
114
 
115
+ #: classes/AlertManager.php:1158
116
+ msgid "MainWP"
117
  msgstr ""
118
 
119
+ #: classes/AlertManager.php:1159
120
+ msgid "Category"
121
  msgstr ""
122
 
123
+ #: classes/AlertManager.php:1160
124
+ msgid "Custom Field"
125
  msgstr ""
126
 
127
+ #: classes/AlertManager.php:1161
128
+ msgid "Widget"
129
  msgstr ""
130
 
131
+ #: classes/AlertManager.php:1162
132
+ msgid "Menu"
133
  msgstr ""
134
 
135
+ #: classes/AlertManager.php:1163
136
+ msgid "Theme"
137
  msgstr ""
138
 
139
+ #: classes/AlertManager.php:1164
140
+ msgid "Activity log"
141
  msgstr ""
142
 
143
+ #: classes/AlertManager.php:1165 wp-security-audit-log.php:980
144
+ msgid "WP Activity Log"
145
  msgstr ""
146
 
147
+ #: classes/AlertManager.php:1166
148
+ msgid "Multisite Network"
149
  msgstr ""
150
 
151
+ #: classes/AlertManager.php:1167
152
+ msgid "IP Address"
153
  msgstr ""
154
 
155
+ #: classes/AlertManager.php:1183
156
+ msgid "unknown object"
157
  msgstr ""
158
 
159
+ #: classes/AlertManager.php:1220
160
+ msgid "Login"
161
  msgstr ""
162
 
163
+ #: classes/AlertManager.php:1221
164
+ msgid "Logout"
165
  msgstr ""
166
 
167
+ #: classes/AlertManager.php:1222
168
+ msgid "Installed"
169
  msgstr ""
170
 
171
+ #: classes/AlertManager.php:1223
172
+ msgid "Activated"
173
  msgstr ""
174
 
175
+ #: classes/AlertManager.php:1224
176
+ msgid "Deactivated"
177
  msgstr ""
178
 
179
+ #: classes/AlertManager.php:1225
180
+ msgid "Uninstalled"
181
  msgstr ""
182
 
183
+ #: classes/AlertManager.php:1226
184
+ msgid "Updated"
185
  msgstr ""
186
 
187
+ #: classes/AlertManager.php:1227
188
+ msgid "Created"
189
  msgstr ""
190
 
191
+ #: classes/AlertManager.php:1228
192
+ msgid "Modified"
193
  msgstr ""
194
 
195
+ #: classes/AlertManager.php:1229
196
+ msgid "Deleted"
197
  msgstr ""
198
 
199
+ #: classes/AlertManager.php:1230
200
+ msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/AlertManager.php:1231
204
+ msgid "Approved"
205
  msgstr ""
206
 
207
+ #: classes/AlertManager.php:1232
208
+ msgid "Unapproved"
209
  msgstr ""
210
 
211
+ #: classes/AlertManager.php:1233
212
+ msgid "Enabled"
213
  msgstr ""
214
 
215
+ #: classes/AlertManager.php:1234
216
+ msgid "Disabled"
217
  msgstr ""
218
 
219
+ #: classes/AlertManager.php:1235
220
+ msgid "Added"
221
  msgstr ""
222
 
223
+ #: classes/AlertManager.php:1236
224
+ msgid "Failed Login"
225
  msgstr ""
226
 
227
+ #: classes/AlertManager.php:1237
228
+ msgid "Blocked"
229
  msgstr ""
230
 
231
+ #: classes/AlertManager.php:1238
232
+ msgid "Uploaded"
233
  msgstr ""
234
 
235
+ #: classes/AlertManager.php:1239
236
+ msgid "Restored"
237
  msgstr ""
238
 
239
+ #: classes/AlertManager.php:1240
240
+ msgid "Opened"
241
  msgstr ""
242
 
243
+ #: classes/AlertManager.php:1241
244
+ msgid "Viewed"
245
  msgstr ""
246
 
247
+ #: classes/AlertManager.php:1242
248
+ msgid "Started"
249
  msgstr ""
250
 
251
+ #: classes/AlertManager.php:1243
252
+ msgid "Stopped"
253
  msgstr ""
254
 
255
+ #: classes/AlertManager.php:1244
256
+ msgid "Removed"
257
  msgstr ""
258
 
259
+ #: classes/AlertManager.php:1245
260
+ msgid "Unblocked"
261
  msgstr ""
262
 
263
+ #: classes/AlertManager.php:1246
264
+ msgid "Renamed"
265
  msgstr ""
266
 
267
+ #: classes/AlertManager.php:1247
268
+ msgid "Duplicated"
269
  msgstr ""
270
 
271
+ #: classes/AlertManager.php:1248
272
+ msgid "Submitted"
273
  msgstr ""
274
 
275
+ #: classes/AlertManager.php:1249
276
+ msgid "Revoked"
277
  msgstr ""
278
 
279
+ #: classes/AlertManager.php:1266
280
+ msgid "unknown type"
281
  msgstr ""
282
 
283
+ #: classes/AlertManager.php:1514 classes/Views/ToggleAlerts.php:211
284
+ #: classes/Views/ToggleAlerts.php:244 defaults.php:1491
285
+ msgid "Pages"
286
  msgstr ""
287
 
288
+ #: classes/AlertManager.php:1514 classes/Views/ToggleAlerts.php:211
289
+ #: classes/Views/ToggleAlerts.php:244 defaults.php:1306
290
+ msgid "Custom Post Types"
291
  msgstr ""
292
 
293
+ #: classes/AlertManager.php:1829
294
+ msgid "System Activity"
295
  msgstr ""
296
 
297
+ #: classes/AlertManager.php:1893 classes/ConstantManager.php:146
298
+ msgid "Unknown error code."
299
  msgstr ""
300
 
301
+ #: classes/AlertManager.php:1900 classes/AlertManager.php:1912
302
+ msgid "Unknown Site"
303
  msgstr ""
304
 
305
+ #: classes/AuditLogGridView.php:104 classes/AuditLogListView.php:95
306
+ msgid "No events so far."
307
  msgstr ""
308
 
309
+ #: classes/AuditLogGridView.php:141 classes/AuditLogListView.php:139
310
+ msgid "List View"
311
  msgstr ""
312
 
313
+ #: classes/AuditLogGridView.php:142 classes/AuditLogListView.php:140
314
+ msgid "Grid View"
315
  msgstr ""
316
 
317
+ #: classes/AuditLogGridView.php:167 classes/AuditLogListView.php:165
318
+ msgid "Show "
319
  msgstr ""
320
 
321
+ #: classes/AuditLogGridView.php:175 classes/AuditLogListView.php:173
322
+ msgid " Items"
323
  msgstr ""
324
 
325
+ #: classes/AuditLogGridView.php:182 classes/AuditLogListView.php:180
326
+ msgid " End of Activity Log —"
327
  msgstr ""
328
 
329
+ #: classes/AuditLogGridView.php:203 classes/AuditLogListView.php:201
330
+ #: classes/Views/AuditLog.php:624
331
+ msgid "All Sites"
332
  msgstr ""
333
 
334
+ #: classes/AuditLogGridView.php:231 classes/AuditLogListView.php:230
335
+ msgid "Live Database"
336
  msgstr ""
337
 
338
+ #: classes/AuditLogGridView.php:234 classes/AuditLogListView.php:233
339
+ msgid "Archive Database"
340
  msgstr ""
341
 
342
+ #: classes/AuditLogGridView.php:288 classes/AuditLogGridView.php:312
343
+ #: classes/AuditLogListView.php:287 classes/AuditLogListView.php:315
344
+ #: defaults.php:696 defaults.php:711
345
+ msgid "ID"
346
  msgstr ""
347
 
348
+ #: classes/AuditLogGridView.php:289 classes/AuditLogGridView.php:315
349
+ #: classes/AuditLogListView.php:288 classes/AuditLogListView.php:318
350
+ #: classes/Views/Settings.php:1090 classes/Views/ToggleAlerts.php:299
351
+ msgid "Severity"
352
  msgstr ""
353
 
354
+ #: classes/AuditLogGridView.php:290
355
+ msgid "Info"
356
  msgstr ""
357
 
358
+ #: classes/AuditLogGridView.php:295 classes/AuditLogListView.php:298
359
+ #: classes/AuditLogListView.php:330
360
+ msgid "Site"
361
  msgstr ""
362
 
363
+ #: classes/AuditLogGridView.php:298 classes/AuditLogGridView.php:321
364
+ #: classes/AuditLogListView.php:301 classes/AuditLogListView.php:339
365
+ msgid "Message"
366
  msgstr ""
367
 
368
+ #: classes/AuditLogGridView.php:318
369
+ msgid "Grid"
370
  msgstr ""
371
 
372
+ #: classes/AuditLogGridView.php:386 classes/AuditLogListView.php:421
373
+ msgid "Disable this type of events."
374
  msgstr ""
375
 
376
+ #: classes/AuditLogGridView.php:409
377
+ msgid "Message:"
378
  msgstr ""
379
 
380
+ #: classes/AuditLogGridView.php:418 classes/AuditLogGridView.php:422
381
+ #: classes/AuditLogGridView.php:461 classes/AuditLogListView.php:436
382
+ #: classes/AuditLogListView.php:458
383
+ msgid "Unknown"
384
  msgstr ""
385
 
386
+ #: classes/AuditLogGridView.php:446
387
+ msgid "Show me all activity by this User"
388
  msgstr ""
389
 
390
+ #: classes/AuditLogGridView.php:467 classes/AuditLogListView.php:463
391
+ #: defaults.php:2046
392
+ msgid "Plugins"
393
  msgstr ""
394
 
395
+ #: classes/AuditLogGridView.php:470 classes/AuditLogListView.php:465
396
+ msgid "Unregistered user"
397
  msgstr ""
398
 
399
+ #: classes/AuditLogGridView.php:507 classes/AuditLogGridView.php:520
400
+ #: classes/AuditLogListView.php:498 classes/AuditLogListView.php:511
401
+ msgid "Show me all activity originating from this IP Address"
402
  msgstr ""
403
 
404
+ #: classes/AuditLogGridView.php:549
405
+ msgid "Date:"
406
  msgstr ""
407
 
408
+ #: classes/AuditLogGridView.php:553
409
+ msgid "Time:"
410
  msgstr ""
411
 
412
+ #: classes/AuditLogGridView.php:557
413
+ msgid "User:"
414
  msgstr ""
415
 
416
+ #: classes/AuditLogGridView.php:561
417
+ msgid "IP:"
418
  msgstr ""
419
 
420
+ #: classes/AuditLogGridView.php:565
421
+ msgid "Object:"
422
  msgstr ""
423
 
424
+ #: classes/AuditLogGridView.php:569
425
+ msgid "Event Type:"
426
  msgstr ""
427
 
428
+ #: classes/AuditLogGridView.php:577 classes/AuditLogListView.php:540
429
+ msgid "View all details of this change"
430
  msgstr ""
431
 
432
+ #: classes/AuditLogGridView.php:578 classes/AuditLogListView.php:541
433
+ msgid "Alert Data Inspector"
434
  msgstr ""
435
 
436
+ #: classes/AuditLogGridView.php:738 classes/AuditLogListView.php:705
437
+ msgid "Select All"
438
  msgstr ""
439
 
440
+ #: classes/AuditLogListView.php:289 classes/AuditLogListView.php:321
441
+ msgid "Date"
442
  msgstr ""
443
 
444
+ #: classes/AuditLogListView.php:291 classes/AuditLogListView.php:327
445
+ msgid "IP"
446
  msgstr ""
447
 
448
+ #: classes/AuditLogListView.php:292 classes/AuditLogListView.php:333
449
+ #: classes/WidgetManager.php:77
450
+ msgid "Object"
451
  msgstr ""
452
 
453
+ #: classes/AuditLogListView.php:293 classes/AuditLogListView.php:336
454
+ #: classes/WidgetManager.php:78
455
+ msgid "Event Type"
456
  msgstr ""
457
 
458
+ #: classes/AuditLogListView.php:400
459
+ msgid "Click to toggle."
460
  msgstr ""
461
 
462
+ #: classes/AuditLogListView.php:405 classes/Models/Occurrence.php:83
463
+ msgid "Alert message not found."
464
  msgstr ""
465
 
466
+ #: classes/AuditLogListView.php:406 classes/Models/Occurrence.php:84
467
+ msgid "Alert description not found."
468
  msgstr ""
469
 
470
+ #: classes/Connector/MySQLDB.php:60
471
+ msgid "Error establishing a database connection. DB username or password are not valid."
472
  msgstr ""
473
 
474
+ #: classes/Connector/MySQLDB.php:68
475
+ #, php-format
476
+ msgid "Code %1$d: %2$s"
477
  msgstr ""
478
 
479
+ #: classes/Connector/wp-db-custom.php:203
480
+ msgid "Error establishing a database connection"
481
  msgstr ""
482
 
483
+ #: classes/Connector/wp-db-custom.php:207
484
+ #, php-format
485
+ msgid "This either means that the username and password information in your %1$s file is incorrect or we can&#8217;t contact the database server at %2$s. This could mean your host&#8217;s database server is down."
486
  msgstr ""
487
 
488
+ #: classes/Connector/wp-db-custom.php:213
489
+ msgid "Are you sure you have the correct username and password?"
490
  msgstr ""
491
 
492
+ #: classes/Connector/wp-db-custom.php:214
493
+ msgid "Are you sure that you have typed the correct hostname?"
494
  msgstr ""
495
 
496
+ #: classes/Connector/wp-db-custom.php:215
497
+ msgid "Are you sure that the database server is running?"
498
  msgstr ""
499
 
500
+ #: classes/Connector/wp-db-custom.php:220
501
+ #, php-format
502
+ msgid "If you&#8217;re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href=\"%s\">WordPress Support Forums</a>."
503
  msgstr ""
504
 
505
+ #: classes/Connector/wp-db-custom.php:221
506
+ msgid "https://wordpress.org/support/"
507
  msgstr ""
508
 
509
+ #: classes/Connector/wp-db-custom.php:274
510
+ msgid "Can&#8217;t select database"
511
  msgstr ""
512
 
513
+ #: classes/Connector/wp-db-custom.php:278
514
+ #, php-format
515
+ msgid "We were able to connect to the database server (which means your username and password is okay) but not able to select the %s database."
516
  msgstr ""
517
 
518
+ #: classes/Connector/wp-db-custom.php:283
519
+ msgid "Are you sure it exists?"
520
  msgstr ""
521
 
522
+ #: classes/Connector/wp-db-custom.php:287
523
+ #, php-format
524
+ msgid "Does the user %1$s have permission to use the %2$s database?"
525
  msgstr ""
526
 
527
+ #: classes/Connector/wp-db-custom.php:294
528
+ #, php-format
529
+ msgid "On some systems the name of your database is prefixed with your username, so it would be like <code>username_%1$s</code>. Could that be the problem?"
530
  msgstr ""
531
 
532
+ #: classes/Connector/wp-db-custom.php:302
533
+ #, php-format
534
+ msgid "If you don&#8217;t know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href=\"%s\">WordPress Support Forums</a>."
535
  msgstr ""
536
 
537
+ #: classes/Connector/wp-db-custom.php:303
538
+ msgid "https://wordpress.org/support/forums/"
539
  msgstr ""
540
 
541
+ #: classes/ConstantManager.php:158 classes/ConstantManager.php:164
542
+ #: classes/Views/ToggleAlerts.php:430 classes/Views/ToggleAlerts.php:436
543
+ msgid "Critical"
544
  msgstr ""
545
 
546
+ #: classes/ConstantManager.php:160 classes/Views/ToggleAlerts.php:432
547
+ msgid "Warning"
548
  msgstr ""
549
 
550
+ #: classes/ConstantManager.php:162 classes/Views/ToggleAlerts.php:434
551
+ #: classes/Views/ToggleAlerts.php:446
552
+ msgid "Notification"
553
  msgstr ""
554
 
555
+ #: classes/ConstantManager.php:166 classes/Views/ToggleAlerts.php:438
556
+ msgid "High"
557
  msgstr ""
558
 
559
+ #: classes/ConstantManager.php:168 classes/Views/ToggleAlerts.php:440
560
+ msgid "Medium"
561
  msgstr ""
562
 
563
+ #: classes/ConstantManager.php:170 classes/Views/ToggleAlerts.php:442
564
+ msgid "Low"
565
  msgstr ""
566
 
567
+ #: classes/ConstantManager.php:172 classes/Views/ToggleAlerts.php:444
568
+ msgid "Informational"
569
  msgstr ""
570
 
571
+ #: classes/Models/Occurrence.php:202
572
+ msgid "WFCM"
573
  msgstr ""
574
 
575
+ #: classes/Models/Occurrence.php:227
576
+ #, php-format
577
+ msgid "This type of activity / change is no longer monitored. You can create your own custom event IDs to keep a log of such change. Read more about custom events %1$shere%2$s."
578
  msgstr ""
579
 
580
+ #: classes/Sensors/Content.php:690
581
+ msgid "Default template"
582
  msgstr ""
583
 
584
+ #: classes/Sensors/Content.php:691
585
+ msgid "Default"
586
  msgstr ""
587
 
588
+ #: classes/Sensors/Content.php:733
589
+ msgid "No previous image"
590
  msgstr ""
591
 
592
+ #: classes/Sensors/Content.php:734
593
+ msgid "No image"
594
  msgstr ""
595
 
596
+ #: classes/Sensors/Content.php:1088 classes/Sensors/Content.php:1096
597
+ msgid "Password Protected"
598
  msgstr ""
599
 
600
+ #: classes/Sensors/Content.php:1090 classes/Sensors/Content.php:1098
601
+ msgid "Private"
602
  msgstr ""
603
 
604
+ #: classes/Sensors/Content.php:1092 classes/Sensors/Content.php:1100
605
+ msgid "Public"
606
  msgstr ""
607
 
608
+ #: classes/Sensors/Content.php:1263
609
+ msgid "no tags"
610
  msgstr ""
611
 
612
+ #: classes/Sensors/Multisite.php:80
613
+ msgid "disabled"
614
  msgstr ""
615
 
616
+ #: classes/Sensors/Multisite.php:81
617
+ msgid "user accounts only"
618
  msgstr ""
619
 
620
+ #: classes/Sensors/Multisite.php:82
621
+ msgid "users can register new sites"
622
  msgstr ""
623
 
624
+ #: classes/Sensors/Multisite.php:83
625
+ msgid "sites & users can be registered"
626
  msgstr ""
627
 
628
+ #: classes/Sensors/System.php:175 classes/Sensors/System.php:176
629
+ msgid "latest posts"
630
  msgstr ""
631
 
632
+ #: classes/Sensors/System.php:175 classes/Sensors/System.php:176
633
+ msgid "static page"
634
  msgstr ""
635
 
636
+ #: classes/Sensors/System.php:355
637
+ msgid "automatically update to all new versions of WordPress"
638
  msgstr ""
639
 
640
+ #: classes/Sensors/System.php:355
641
+ msgid "automatically update maintenance and security releases only"
642
  msgstr ""
643
 
644
+ #: classes/Settings.php:355
645
+ msgid "This function is deprecated"
646
  msgstr ""
647
 
648
+ #: classes/Settings.php:1628
649
+ msgid "Root directory of WordPress (excluding sub directories)"
650
  msgstr ""
651
 
652
+ #: classes/Settings.php:1629
653
+ msgid "WP Admin directory (/wp-admin/)"
654
  msgstr ""
655
 
656
+ #: classes/Settings.php:1630
657
+ msgid "WP Includes directory (/wp-includes/)"
658
  msgstr ""
659
 
660
+ #: classes/Settings.php:1631
661
+ msgid "/wp-content/ directory (excluding plugins, themes & uploads directories)"
662
  msgstr ""
663
 
664
+ #: classes/Settings.php:1632
665
+ msgid "Themes directory (/wp-content/themes/)"
666
  msgstr ""
667
 
668
+ #: classes/Settings.php:1633
669
+ msgid "Plugins directory (/wp-content/plugins/)"
670
  msgstr ""
671
 
672
+ #: classes/Settings.php:1634
673
+ msgid "Uploads directory (/wp-content/uploads/)"
674
  msgstr ""
675
 
676
+ #: classes/Settings.php:1639
677
+ msgid "Uploads directory of all sub sites on this network (/wp-content/sites/*)"
678
  msgstr ""
679
 
680
+ #: classes/ThirdPartyExtensions/BBPressExtension.php:29
681
+ msgid "BBPress"
682
  msgstr ""
683
 
684
+ #: classes/ThirdPartyExtensions/GravityFormsExtension.php:11
685
+ #: classes/ThirdPartyExtensions/GravityFormsExtension.php:28
686
+ msgid "Gravity Forms"
687
  msgstr ""
688
 
689
+ #: classes/ThirdPartyExtensions/GravityFormsExtension.php:16
690
+ msgid "Keep a record of when someone adds, modifies or deletes forms, entries and more in the Gravity Forms plugin."
691
  msgstr ""
692
 
693
+ #: classes/ThirdPartyExtensions/WPFormsExtension.php:29
694
+ msgid "WPForms"
695
  msgstr ""
696
 
697
+ #: classes/ThirdPartyExtensions/WooCommerceExtension.php:34
698
+ #: classes/Views/ToggleAlerts.php:310
699
+ msgid "WooCommerce"
700
  msgstr ""
701
 
702
+ #: classes/ThirdPartyExtensions/YoastSeoExtension.php:29
703
+ msgid "Yoast SEO"
704
  msgstr ""
705
 
706
+ #: classes/Utilities/Emailer.php:54
707
+ #, php-format
708
+ msgid "WP Activity Log plugin disabled on %s"
709
  msgstr ""
710
 
711
+ #: classes/Utilities/Emailer.php:57
712
+ msgid "Hello admin,"
713
  msgstr ""
714
 
715
+ #: classes/Utilities/Emailer.php:62
716
+ #, php-format
717
+ msgid "This is a notification to let you know that the user %1$s has deactivated the plugin WP Activity Log on the website %2$s on %3$s."
718
  msgstr ""
719
 
720
+ #: classes/Utilities/PluginInstallAndActivate.php:82
721
+ msgid "WP Activity Log can keep a log of changes done on other plugins. Install the relevant extension from the below list to keep a log of changes done on that plugin."
722
  msgstr ""
723
 
724
+ #: classes/Utilities/PluginInstallAndActivate.php:101
725
+ #: classes/Views/SetupWizard.php:829
726
+ msgid "Extension for "
727
  msgstr ""
728
 
729
+ #: classes/Utilities/PluginInstallAndActivate.php:106
730
+ #: classes/Views/SetupWizard.php:834
731
+ msgid "Extension installed, activate now?"
732
  msgstr ""
733
 
734
+ #: classes/Utilities/PluginInstallAndActivate.php:108
735
+ #: classes/Views/SetupWizard.php:272 classes/Views/SetupWizard.php:836
736
+ #: wp-security-audit-log.php:1289
737
+ msgid "Extension installed"
738
  msgstr ""
739
 
740
+ #: classes/Utilities/PluginInstallAndActivate.php:110
741
+ #: classes/Views/SetupWizard.php:838
742
+ msgid "Install Extension"
743
  msgstr ""
744
 
745
+ #: classes/Utilities/PluginInstallerAction.php:82
746
+ msgid "Tried to install a zip or slug that was not in the allowed list"
747
  msgstr ""
748
 
749
+ #: classes/ViewManager.php:141
750
+ msgid "WP Activity Log requires Website File Changes Monitor 1.6.0. Please upgrade that plugin."
751
  msgstr ""
752
 
753
+ #: classes/ViewManager.php:283
754
+ msgid "Free Premium Trial"
755
  msgstr ""
756
 
757
+ #: classes/Views/AuditLog.php:98
758
+ msgid "Get instantly alerted of critical changes via SMS & email, search the activity log, generate user reports, see who is logged in and more!"
759
  msgstr ""
760
 
761
+ #: classes/Views/AuditLog.php:99
762
+ msgid "Upgrade to premium to unlock these powerful activity log features & more!"
763
  msgstr ""
764
 
765
+ #: classes/Views/AuditLog.php:102
766
+ msgid "Instant SMS & email alerts, search & filters, reports, users sessions management and much more!"
767
  msgstr ""
768
 
769
+ #: classes/Views/AuditLog.php:103
770
+ msgid "Upgrade to premium to get more out of your activity logs!"
771
  msgstr ""
772
 
773
+ #: classes/Views/AuditLog.php:106
774
+ msgid "See who logged in on your site in real-time, generate reports, get SMS & email alerts of critical changes and more!"
775
  msgstr ""
776
 
777
+ #: classes/Views/AuditLog.php:107
778
+ msgid "Unlock these and other powerful features with WP Activity Log Premium."
779
  msgstr ""
780
 
781
+ #: classes/Views/AuditLog.php:185
782
+ msgid "UPGRADE NOW"
783
  msgstr ""
784
 
785
+ #: classes/Views/AuditLog.php:186
786
+ msgid "Start Free Trial"
787
  msgstr ""
788
 
789
+ #: classes/Views/AuditLog.php:187
790
+ msgid "Tell me more"
791
  msgstr ""
792
 
793
+ #: classes/Views/AuditLog.php:189
794
+ msgid "Dismiss the banner"
795
  msgstr ""
796
 
797
+ #: classes/Views/AuditLog.php:189
798
+ msgid "Close"
799
  msgstr ""
800
 
801
+ #: classes/Views/AuditLog.php:214
802
+ msgid "There are connectivity issues with the database where the WordPress activity log is stored. The logs will be temporary buffered in the WordPress database until the connection is fully restored."
803
  msgstr ""
804
 
805
+ #: classes/Views/AuditLog.php:232
806
+ msgid "Help WP Activity Log improve."
807
  msgstr ""
808
 
809
+ #: classes/Views/AuditLog.php:233
810
+ msgid "Gathering non-sensitive diagnostic data about the plugin install helps us improve the plugin. When you opt-in, you also subscribe to our announcements (you can opt-out at any time). If you would rather opt-out, we will not collect any data."
811
  msgstr ""
812
 
813
+ #: classes/Views/AuditLog.php:233
814
+ msgid "Read more about what we collect."
815
  msgstr ""
816
 
817
+ #: classes/Views/AuditLog.php:235
818
+ msgid "Sure, opt-in"
819
  msgstr ""
820
 
821
+ #: classes/Views/AuditLog.php:236
822
+ msgid "No, thank you"
823
  msgstr ""
824
 
825
+ #: classes/Views/AuditLog.php:289
826
+ msgid "We noticed you have"
827
  msgstr ""
828
 
829
+ #: classes/Views/AuditLog.php:291
830
+ msgid "installed."
831
  msgstr ""
832
 
833
+ #: classes/Views/AuditLog.php:293
834
+ msgid "Install extension"
835
  msgstr ""
836
 
837
+ #: classes/Views/AuditLog.php:356 classes/Views/Settings.php:92
838
+ msgid "Activity Log Viewer"
839
  msgstr ""
840
 
841
+ #: classes/Views/AuditLog.php:383
842
+ msgid "Log Viewer"
843
  msgstr ""
844
 
845
+ #: classes/Views/AuditLog.php:540 classes/Views/Settings.php:326
846
+ #: classes/Views/ToggleAlerts.php:109
847
+ msgid "You do not have sufficient permissions to access this page."
848
  msgstr ""
849
 
850
+ #: classes/Views/AuditLog.php:589
851
+ msgid "Thank you for installing WP Activity Log. Do you want to run the wizard to configure the basic plugin settings?"
852
  msgstr ""
853
 
854
+ #: classes/Views/AuditLog.php:591 classes/Views/Settings.php:531
855
+ #: classes/Views/Settings.php:558 classes/Views/Settings.php:624
856
+ #: classes/Views/Settings.php:682 classes/Views/Settings.php:1126
857
+ #: classes/Views/Settings.php:1387 classes/Views/Settings.php:1428
858
+ #: classes/Views/Settings.php:1449 classes/Views/Settings.php:1459
859
+ #: classes/Views/SetupWizard.php:562
860
+ msgid "Yes"
861
  msgstr ""
862
 
863
+ #: classes/Views/AuditLog.php:592 classes/Views/Settings.php:536
864
+ #: classes/Views/Settings.php:563 classes/Views/Settings.php:654
865
+ #: classes/Views/Settings.php:692 classes/Views/Settings.php:1131
866
+ #: classes/Views/Settings.php:1394 classes/Views/Settings.php:1435
867
+ #: classes/Views/Settings.php:1450 classes/Views/Settings.php:1460
868
+ #: classes/Views/SetupWizard.php:567
869
+ msgid "No"
870
  msgstr ""
871
 
872
+ #: classes/Views/AuditLog.php:623
873
+ msgid "Please enter the number of alerts you would like to see on one page:"
874
  msgstr ""
875
 
876
+ #: classes/Views/AuditLog.php:625
877
+ msgid "No Results"
878
  msgstr ""
879
 
880
+ #: classes/Views/AuditLog.php:795 classes/Views/AuditLog.php:838
881
+ #: classes/Views/AuditLog.php:1108 classes/Views/AuditLog.php:1170
882
+ #: classes/Views/AuditLog.php:1223 classes/Views/Settings.php:235
883
+ #: classes/Views/Settings.php:1602 classes/Views/Settings.php:1630
884
+ #: classes/Views/Settings.php:1660 classes/Views/SetupWizard.php:96
885
+ msgid "Nonce verification failed."
886
  msgstr ""
887
 
888
+ #: classes/Views/AuditLog.php:813
889
+ msgid "No users found."
890
  msgstr ""
891
 
892
+ #: classes/Views/AuditLog.php:878
893
+ msgid "Freemius opt choice selected."
894
  msgstr ""
895
 
896
+ #: classes/Views/AuditLog.php:885
897
+ msgid "Freemius opt choice not found."
898
  msgstr ""
899
 
900
+ #: classes/Views/AuditLog.php:973
901
+ #, php-format
902
+ msgid "<br>An error occurred when trying to install and activate the plugin. Please try install it again from the %1$sevent settings%2$s page."
903
  msgstr ""
904
 
905
+ #: classes/Views/AuditLog.php:1072
906
+ msgid "WordPress Activity Log"
907
  msgstr ""
908
 
909
+ #: classes/Views/AuditLog.php:1073
910
+ msgid "When a user makes a change on your website the plugin will keep a record of that event here. Right now there is nothing because this is a new install."
911
  msgstr ""
912
 
913
+ #: classes/Views/AuditLog.php:1074
914
+ msgid "Thank you for using WP Activity Log"
915
  msgstr ""
916
 
917
+ #: classes/Views/AuditLog.php:1097 classes/Views/AuditLog.php:1207
918
+ msgid "You do not have sufficient permissions to dismiss this notice."
919
  msgstr ""
920
 
921
+ #: classes/Views/AuditLog.php:1165
922
+ msgid "Access Denied"
923
  msgstr ""
924
 
925
+ #: classes/Views/EmailNotifications.php:28
926
+ msgid "Notifications Extension"
927
  msgstr ""
928
 
929
+ #: classes/Views/EmailNotifications.php:35
930
+ msgid "Notifications &#8682;"
931
  msgstr ""
932
 
933
+ #: classes/Views/EmailNotifications.php:49
934
+ msgid "SMS & Email Notifications"
935
  msgstr ""
936
 
937
+ #: classes/Views/EmailNotifications.php:50
938
+ msgid "Get instantly alerted of important changes on your site via SMS and email notifications. Upgrade to premium and:"
939
  msgstr ""
940
 
941
+ #: classes/Views/EmailNotifications.php:53
942
+ msgid "Configure any type of SMS & email notifications"
943
  msgstr ""
944
 
945
+ #: classes/Views/EmailNotifications.php:54
946
+ msgid "Receive notifications for when users login, change their password or change content"
947
  msgstr ""
948
 
949
+ #: classes/Views/EmailNotifications.php:55
950
+ msgid "Get alerted of site changes like plugin installs, theme changes etc"
951
  msgstr ""
952
 
953
+ #: classes/Views/EmailNotifications.php:56
954
+ msgid "Enable built-in security email notifications of suspicious user activity"
955
  msgstr ""
956
 
957
+ #: classes/Views/EmailNotifications.php:57
958
+ msgid "Personalize all email and SMS templates"
959
  msgstr ""
960
 
961
+ #: classes/Views/EmailNotifications.php:58
962
+ msgid "Use the trigger builder to configure any type of notification criteria!"
963
  msgstr ""
964
 
965
+ #: classes/Views/EmailNotifications.php:60
966
+ msgid "Getting started is really easy. You can use one of the plugin’s built-in notifications or create your own using the easy to use trigger builder."
967
  msgstr ""
968
 
969
+ #: classes/Views/EmailNotifications.php:63
970
+ msgid "Email and SMS notifications instantly alert you of important changes on your WordPress site."
971
  msgstr ""
972
 
973
+ #: classes/Views/EmailNotifications.php:67
974
+ msgid "Easily enable any of the built-in security and user management notifications."
975
  msgstr ""
976
 
977
+ #: classes/Views/EmailNotifications.php:71
978
+ msgid "Use the trigger builder to configure any type of email and SMS notification to get instantly alerted of site changes that are important to you and your business."
979
  msgstr ""
980
 
981
+ #: classes/Views/EmailNotifications.php:75
982
+ msgid "All email and SMS templates are configurable, allowing you to personalize them."
983
  msgstr ""
984
 
985
+ #: classes/Views/ExternalDB.php:28
986
+ msgid "External DB Extension"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
987
  msgstr ""
988
 
989
+ #: classes/Views/ExternalDB.php:35
990
+ msgid "DB & Integrations &#8682;"
991
  msgstr ""
992
 
993
+ #: classes/Views/ExternalDB.php:49
994
+ msgid "Activity log database & integration tools"
995
  msgstr ""
996
 
997
+ #: classes/Views/ExternalDB.php:50
998
+ msgid "There are several benefits to segregating the logs from the main site database, and to be able to mirror the logs to third party and centralized business solutions. Upgrade to premium and:"
999
  msgstr ""
1000
 
1001
+ #: classes/Views/ExternalDB.php:53
1002
+ msgid "Store the audit logs of your sites on an external database"
1003
  msgstr ""
1004
 
1005
+ #: classes/Views/ExternalDB.php:54
1006
+ msgid "Configuring archiving and store older log data in a segregated database"
1007
  msgstr ""
1008
 
1009
+ #: classes/Views/ExternalDB.php:55
1010
+ msgid "Mirror the logs to syslog, Slack, Papertrail and central business communication services"
1011
  msgstr ""
1012
 
1013
+ #: classes/Views/ExternalDB.php:56
1014
+ msgid "Configure filters to filter what is mirrored and archived in the databases and services"
1015
  msgstr ""
1016
 
1017
+ #: classes/Views/ExternalDB.php:61
1018
+ msgid "Easily configure integration and database connections thanks to a user friendly wizard."
1019
  msgstr ""
1020
 
1021
+ #: classes/Views/ExternalDB.php:65
1022
+ msgid "Configure activity log filters for third party services connections."
 
1023
  msgstr ""
1024
 
1025
+ #: classes/Views/ExternalDB.php:69
1026
+ msgid "Configure an unlimited number of connections to different databases and third party services."
1027
  msgstr ""
1028
 
1029
+ #: classes/Views/Help.php:62 classes/Views/Help.php:113
1030
+ msgid "Help"
1031
  msgstr ""
1032
 
1033
+ #: classes/Views/Help.php:71 classes/Views/Help.php:242
1034
+ msgid "Contact Us"
1035
  msgstr ""
1036
 
1037
+ #: classes/Views/Help.php:77 classes/Views/Help.php:264
1038
+ msgid "System Info"
1039
  msgstr ""
1040
 
1041
+ #: classes/Views/Help.php:127
1042
+ msgid "Help & Contact Us"
1043
  msgstr ""
1044
 
1045
+ #: classes/Views/Help.php:187
1046
+ msgid "Getting Started"
1047
  msgstr ""
1048
 
1049
+ #: classes/Views/Help.php:188
1050
+ msgid "Getting started with WP Activity Log is really easy; once the plugin is installed it will automatically keep a log of everything that is happening on your website and you do not need to do anything. Watch the video below for a quick overview of the plugin."
1051
  msgstr ""
1052
 
1053
+ #: classes/Views/Help.php:192
1054
+ msgid "Plugin Support"
1055
  msgstr ""
1056
 
1057
+ #: classes/Views/Help.php:194
1058
+ msgid "Have you encountered or noticed any issues while using WP Activity Log plugin?"
1059
  msgstr ""
1060
 
1061
+ #: classes/Views/Help.php:195
1062
+ msgid "Or you want to report something to us? Click any of the options below to post on the plugin's forum or contact our support directly."
1063
  msgstr ""
1064
 
1065
+ #: classes/Views/Help.php:197
1066
+ msgid "Free Support Forum"
1067
  msgstr ""
1068
 
1069
+ #: classes/Views/Help.php:199
1070
+ msgid "Free Support Email"
1071
  msgstr ""
1072
 
1073
+ #: classes/Views/Help.php:203
1074
+ msgid "Plugin Documentation"
1075
  msgstr ""
1076
 
1077
+ #: classes/Views/Help.php:205
1078
+ msgid "For more technical information about the WP Activity Log plugin please visit the plugin’s knowledge base."
1079
  msgstr ""
1080
 
1081
+ #: classes/Views/Help.php:206
1082
+ msgid "Refer to the list of WordPress security events for a complete list of Events and IDs that the plugin uses to keep a log of all the changes in the WordPress activity log."
 
1083
  msgstr ""
1084
 
1085
+ #: classes/Views/Help.php:208
1086
+ msgid "Plugin Website"
1087
  msgstr ""
1088
 
1089
+ #: classes/Views/Help.php:210
1090
+ msgid "Knowledge Base"
1091
  msgstr ""
1092
 
1093
+ #: classes/Views/Help.php:212
1094
+ msgid "List of activity logs event IDs"
1095
  msgstr ""
1096
 
1097
+ #: classes/Views/Help.php:216
1098
+ msgid "Rate WP Activity Log"
1099
  msgstr ""
1100
+
1101
+ #: classes/Views/Help.php:218
1102
+ msgid "We work really hard to deliver a plugin that enables you to keep a record of all the changes that are happening on your WordPress."
 
1103
  msgstr ""
1104
 
1105
+ #: classes/Views/Help.php:219
1106
+ msgid "It takes thousands of man-hours every year and endless amount of dedication to research, develop and maintain the free edition of WP Activity Log."
1107
  msgstr ""
1108
 
1109
+ #: classes/Views/Help.php:220
1110
+ msgid "Therefore if you like what you see, and find WP Activity Log useful we ask you nothing more than to please rate our plugin."
1111
  msgstr ""
1112
 
1113
+ #: classes/Views/Help.php:221
1114
+ msgid "We appreciate every star!"
1115
  msgstr ""
1116
 
1117
+ #: classes/Views/Help.php:231
1118
+ msgid "Rate Plugin"
1119
  msgstr ""
1120
 
1121
+ #: classes/Views/Help.php:282
1122
+ msgid "Enforce strong password policies on WordPress"
1123
  msgstr ""
1124
 
1125
+ #: classes/Views/Help.php:288
1126
+ msgid "Automatically identify unauthorized file changes on WordPress"
1127
  msgstr ""
1128
 
1129
+ #: classes/Views/Help.php:294
1130
+ msgid "Add an extra layer of security to your login pages with 2FA & require your users to use it."
1131
  msgstr ""
1132
 
1133
+ #: classes/Views/Help.php:300
1134
+ msgid "See the child sites activity logs from the central MainWP dashboard"
1135
  msgstr ""
1136
 
1137
+ #: classes/Views/Help.php:306
1138
+ msgid "Our other WordPress plugins"
1139
  msgstr ""
1140
 
1141
+ #: classes/Views/Help.php:317
1142
+ msgid "LEARN MORE"
1143
  msgstr ""
1144
 
1145
+ #: classes/Views/LogInUsers.php:28
1146
+ msgid "User Sessions Management Extension"
1147
  msgstr ""
1148
 
1149
+ #: classes/Views/LogInUsers.php:35
1150
+ msgid "Logged In Users &#8682;"
1151
  msgstr ""
1152
 
1153
+ #: classes/Views/LogInUsers.php:49
1154
+ msgid "Real-Time Users Sessions Management"
1155
  msgstr ""
1156
 
1157
+ #: classes/Views/LogInUsers.php:50
1158
+ msgid "Better manage your users’ logins and sessions. Upgrade to premium and:"
1159
  msgstr ""
1160
 
1161
+ #: classes/Views/LogInUsers.php:54
1162
+ msgid "See who is logged in to your site"
1163
  msgstr ""
1164
 
1165
+ #: classes/Views/LogInUsers.php:55
1166
+ msgid "When they logged in and from where"
1167
  msgstr ""
1168
 
1169
+ #: classes/Views/LogInUsers.php:56
1170
+ msgid "The last change they have done in real-time"
1171
  msgstr ""
1172
 
1173
+ #: classes/Views/LogInUsers.php:57
1174
+ msgid "Terminate any users’ session with a click of a button"
1175
  msgstr ""
1176
 
1177
+ #: classes/Views/LogInUsers.php:58
1178
+ msgid "Limit or block multiple sessions for the same user"
1179
  msgstr ""
1180
 
1181
+ #: classes/Views/LogInUsers.php:59
1182
+ msgid "Get alerted of multiple same user sessions"
1183
  msgstr ""
1184
 
1185
+ #: classes/Views/LogInUsers.php:63
1186
+ msgid "See who is logged in to your WordPress site and multisite network in real-time."
1187
  msgstr ""
1188
 
1189
+ #: classes/Views/LogInUsers.php:67
1190
+ msgid "Limit, manage and block multiple same user sessions easily."
1191
  msgstr ""
1192
 
1193
+ #: classes/Views/Reports.php:28
1194
+ msgid "Reports Extension"
1195
  msgstr ""
1196
 
1197
+ #: classes/Views/Reports.php:35
1198
+ msgid "Reports &#8682;"
1199
  msgstr ""
1200
 
1201
+ #: classes/Views/Reports.php:49
1202
+ msgid "Individual, Scheduled & Automated Reports"
1203
  msgstr ""
1204
 
1205
+ #: classes/Views/Reports.php:50
1206
+ msgid "Many are not fans of reports, however reports are vital in business. With them you can make informed decisions that allow you to improve user productivity and the business. Upgrade to Premium so you can:"
1207
  msgstr ""
1208
 
1209
+ #: classes/Views/Reports.php:53
1210
+ msgid "Generate any type of user and site (in multisite) activity report"
1211
  msgstr ""
1212
 
1213
+ #: classes/Views/Reports.php:54
1214
+ msgid "Automate and schedule daily, weekly, monthly and quarterly reports"
1215
  msgstr ""
1216
 
1217
+ #: classes/Views/Reports.php:55
1218
+ msgid "Received reports automatically via email"
 
1219
  msgstr ""
1220
 
1221
+ #: classes/Views/Reports.php:56
1222
+ msgid "Create statistics reports about users’ views, logins, activity from IP addresses & more"
1223
  msgstr ""
1224
 
1225
+ #: classes/Views/Reports.php:58
1226
+ msgid "Reports are vital to the success of your business and management of your site."
1227
  msgstr ""
1228
 
1229
+ #: classes/Views/Reports.php:61
1230
+ msgid "Generate a HTML or CSV report."
1231
  msgstr ""
1232
 
1233
+ #: classes/Views/Reports.php:65
1234
+ msgid "Easily configure a criteria for your reports."
1235
  msgstr ""
1236
 
1237
+ #: classes/Views/Reports.php:69
1238
+ msgid "Schedule reports that are sent to you by email automatically."
1239
  msgstr ""
1240
 
1241
+ #: classes/Views/Search.php:28
1242
+ msgid "Search Extension"
1243
  msgstr ""
1244
 
1245
+ #: classes/Views/Search.php:35
1246
+ msgid "Search &#8682;"
1247
  msgstr ""
1248
 
1249
+ #: classes/Views/Search.php:49
1250
+ msgid "Search & Filters for the Activity Log"
1251
  msgstr ""
1252
 
1253
+ #: classes/Views/Search.php:50
1254
+ msgid "You can find all the information you want in the activity log, if you know what you are looking for and have the right tools. Upgrade to premium so you can:"
1255
  msgstr ""
1256
 
1257
+ #: classes/Views/Search.php:53
1258
+ msgid "Do text searches and use filters to fine tune the search results"
1259
  msgstr ""
1260
 
1261
+ #: classes/Views/Search.php:54
1262
+ msgid "Easily find when and who did a specific change on your site"
1263
  msgstr ""
1264
 
1265
+ #: classes/Views/Search.php:55
1266
+ msgid "Easily identify and track back suspicious user behaviour"
1267
  msgstr ""
1268
 
1269
+ #: classes/Views/Search.php:56
1270
+ msgid "Search for the cause of a problem and ease troubleshooting"
1271
  msgstr ""
1272
 
1273
+ #: classes/Views/Search.php:57
1274
+ msgid "Save search terms and filters for future use and improved productivity"
1275
  msgstr ""
1276
 
1277
+ #: classes/Views/Search.php:62
1278
+ msgid "Use the text search to find a specific change."
1279
  msgstr ""
1280
 
1281
+ #: classes/Views/Search.php:66
1282
+ msgid "Configure any filter you need to fine tune the search results and find what you are looking for with much less effort."
1283
  msgstr ""
1284
 
1285
+ #: classes/Views/Search.php:70
1286
+ msgid "Save search terms and filters to run the searches again in the future with just a single click."
1287
  msgstr ""
1288
 
1289
+ #: classes/Views/Settings.php:85
1290
+ msgid "General"
1291
  msgstr ""
1292
 
1293
+ #: classes/Views/Settings.php:99 classes/Views/ToggleAlerts.php:422
1294
+ #: defaults.php:2947
1295
+ msgid "File Changes"
1296
  msgstr ""
1297
 
1298
+ #: classes/Views/Settings.php:105
1299
+ msgid "Exclude Objects"
1300
  msgstr ""
1301
 
1302
+ #: classes/Views/Settings.php:112
1303
+ msgid "Advanced Settings"
1304
  msgstr ""
1305
 
1306
+ #: classes/Views/Settings.php:161 classes/Views/Settings.php:175
1307
+ msgid "Settings"
1308
  msgstr ""
1309
 
1310
+ #: classes/Views/Settings.php:202
1311
+ msgid "Current user is not allowed to save settings."
1312
  msgstr ""
1313
 
1314
+ #: classes/Views/Settings.php:208
1315
+ msgid "Unknown settings tab."
1316
  msgstr ""
1317
 
1318
+ #: classes/Views/Settings.php:220 classes/Views/Settings.php:1690
1319
+ #: classes/Views/Settings.php:1713 classes/Views/SetupWizard.php:83
1320
+ msgid "Access Denied."
1321
  msgstr ""
1322
 
1323
+ #: classes/Views/Settings.php:245 classes/Views/SetupWizard.php:106
1324
+ msgid "Invalid input."
1325
  msgstr ""
1326
 
1327
+ #: classes/Views/Settings.php:338
1328
+ msgid "Message sent successfully."
1329
  msgstr ""
1330
 
1331
+ #: classes/Views/Settings.php:342 classes/Views/ToggleAlerts.php:126
1332
+ msgid "Settings have been saved."
1333
  msgstr ""
1334
 
1335
+ #: classes/Views/Settings.php:348 classes/Views/ToggleAlerts.php:132
1336
+ msgid "Error: "
1337
  msgstr ""
1338
 
1339
+ #: classes/Views/Settings.php:360
1340
+ msgid "Old data successfully purged."
1341
  msgstr ""
1342
 
1343
+ #: classes/Views/Settings.php:366
1344
+ msgid "No data is old enough to be purged."
1345
  msgstr ""
1346
 
1347
+ #: classes/Views/Settings.php:397
1348
+ msgid "Send Message"
1349
  msgstr ""
1350
 
1351
+ #: classes/Views/Settings.php:452
1352
+ msgid "Use infinite scroll or pagination for the event viewer?"
1353
  msgstr ""
1354
 
1355
+ #: classes/Views/Settings.php:457
1356
+ #, php-format
1357
+ msgid "When using infinite scroll the event viewer and search results %s load up much faster and require less resources."
1358
  msgstr ""
1359
 
1360
+ #: classes/Views/Settings.php:458
1361
+ msgid "(Premium feature)"
1362
  msgstr ""
1363
 
1364
+ #: classes/Views/Settings.php:465
1365
+ msgid "Select event viewer view type:"
1366
  msgstr ""
1367
 
1368
+ #: classes/Views/Settings.php:470
1369
+ msgid "Infinite Scroll (Recommended)"
1370
  msgstr ""
1371
 
1372
+ #: classes/Views/Settings.php:475
1373
+ msgid "Pagination"
1374
  msgstr ""
1375
 
1376
+ #: classes/Views/Settings.php:486
1377
+ msgid "Do you want the activity log viewer to auto refresh?"
1378
  msgstr ""
1379
 
1380
+ #: classes/Views/Settings.php:487
1381
+ msgid "The activity log viewer auto refreshes every 30 seconds when opened so you can see the latest events as they happen almost in real time."
1382
  msgstr ""
1383
 
1384
+ #: classes/Views/Settings.php:491
1385
+ msgid "Refresh activity log viewer"
1386
  msgstr ""
1387
 
1388
+ #: classes/Views/Settings.php:497
1389
+ msgid "Auto refresh"
1390
  msgstr ""
1391
 
1392
+ #: classes/Views/Settings.php:502
1393
+ msgid "Do not auto refresh"
1394
  msgstr ""
1395
 
1396
+ #: classes/Views/Settings.php:512
1397
+ msgid "Display latest events widget in Dashboard & Admin bar"
1398
  msgstr ""
1399
 
1400
+ #: classes/Views/Settings.php:517
1401
+ #, php-format
1402
+ msgid "The events widget displays the latest %d security events in the dashboard and the admin bar notification displays the latest event."
1403
  msgstr ""
1404
 
1405
+ #: classes/Views/Settings.php:525
1406
+ msgid "Dashboard Widget"
1407
  msgstr ""
1408
 
1409
+ #: classes/Views/Settings.php:546
1410
+ msgid "Admin Bar Notification"
1411
  msgstr ""
1412
 
1413
+ #: classes/Views/Settings.php:549
1414
+ msgid "Admin Bar Notification (Premium)"
1415
  msgstr ""
1416
 
1417
+ #: classes/Views/Settings.php:573
1418
+ msgid "Admin Bar Notification Updates"
1419
  msgstr ""
1420
 
1421
+ #: classes/Views/Settings.php:576
1422
+ msgid "Admin Bar Notification Updates (Premium)"
1423
  msgstr ""
1424
 
1425
+ #: classes/Views/Settings.php:585
1426
+ msgid "Update in near real time"
1427
  msgstr ""
1428
 
1429
+ #: classes/Views/Settings.php:590
1430
+ msgid "Update only on page refreshes"
1431
  msgstr ""
1432
 
1433
+ #: classes/Views/Settings.php:600
1434
+ msgid "Add user notification on the WordPress login page"
1435
  msgstr ""
1436
 
1437
+ #: classes/Views/Settings.php:601
1438
+ msgid "Many compliance regulations (such as the GDPR) require website administrators to tell the users of their website that all the changes they do when logged in are being logged."
1439
  msgstr ""
1440
 
1441
+ #: classes/Views/Settings.php:605
1442
+ msgid "Login Page Notification"
1443
  msgstr ""
1444
 
1445
+ #: classes/Views/Settings.php:630
1446
+ msgid "For security and auditing purposes, a record of all of your logged-in actions and changes within the WordPress dashboard will be recorded in an activity log with the <a href=\"https://wpactivitylog.com/?utm_source=plugin&utm_medium=referral&utm_campaign=WSAL&utm_content=settings+pages\" target=\"_blank\">WP Activity Log plugin</a>. The audit log also includes the IP address where you accessed this site from."
1447
  msgstr ""
1448
 
1449
+ #: classes/Views/Settings.php:648
1450
+ msgid "<strong>Note: </strong>"
1451
  msgstr ""
1452
 
1453
+ #: classes/Views/Settings.php:648
1454
+ msgid "The only HTML code allowed in the login page notification is for links ( < a href >< /a > )."
1455
  msgstr ""
1456
 
1457
+ #: classes/Views/Settings.php:664
1458
+ msgid "Is your website running behind a firewall or reverse proxy?"
1459
  msgstr ""
1460
 
1461
+ #: classes/Views/Settings.php:669
1462
+ #, php-format
1463
+ msgid "If your website is running behind a firewall set this option to yes so the plugin retrieves the end user’s IP address from the proxy header - %s."
1464
  msgstr ""
1465
 
1466
+ #: classes/Views/Settings.php:670 classes/Views/Settings.php:716
1467
+ #: classes/Views/Settings.php:771
1468
+ msgid "learn more"
1469
  msgstr ""
1470
 
1471
+ #: classes/Views/Settings.php:677
1472
+ msgid "Reverse Proxy / Firewall Options"
1473
  msgstr ""
1474
 
1475
+ #: classes/Views/Settings.php:687
1476
+ msgid "Filter internal IP addresses from the proxy headers. Enable this option only if you are\tare still seeing the internal IP addresses of the firewall or proxy."
1477
  msgstr ""
1478
 
1479
+ #: classes/Views/Settings.php:703
1480
+ msgid "Who can change the plugin settings?"
1481
  msgstr ""
1482
 
1483
+ #: classes/Views/Settings.php:715
1484
+ #, php-format
1485
+ msgid "By default only users with administrator role (single site) and super administrator role (multisite) can change the settings of the plugin. Though you can restrict the privileges to just your user - %s."
1486
  msgstr ""
1487
 
1488
+ #: classes/Views/Settings.php:726
1489
+ msgid "Restrict plugin access"
1490
  msgstr ""
1491
 
1492
+ #: classes/Views/Settings.php:731 classes/Views/Settings.php:786
1493
+ msgid "Only me"
1494
  msgstr ""
1495
 
1496
+ #: classes/Views/Settings.php:738
1497
+ msgid "All superadmins"
1498
  msgstr ""
1499
 
1500
+ #: classes/Views/Settings.php:740
1501
+ msgid "All administrators"
1502
  msgstr ""
1503
 
1504
+ #: classes/Views/Settings.php:753
1505
+ msgid "Allow other users to view the activity log"
1506
  msgstr ""
1507
 
1508
+ #: classes/Views/Settings.php:765
1509
+ msgid "By default only super administrators and the child sites' administrators can view the WordPress activity log. Though you can change this by using the setting below."
1510
  msgstr ""
1511
 
1512
+ #: classes/Views/Settings.php:767
1513
+ msgid "By default only users with administrator role can view the WordPress activity log. To allow someone who does not have an admin role to view the activity log, specify them in the below setting."
1514
  msgstr ""
1515
 
1516
+ #: classes/Views/Settings.php:780 classes/Views/Settings.php:810
1517
+ msgid "Can view events"
1518
  msgstr ""
1519
 
1520
+ #: classes/Views/Settings.php:787
1521
+ msgid "Super administators only"
1522
  msgstr ""
1523
 
1524
+ #: classes/Views/Settings.php:788
1525
+ msgid "Super administators and site administrators"
1526
  msgstr ""
1527
 
1528
+ #: classes/Views/Settings.php:804
1529
+ msgid "To allow someone who does not have an admin role to view the activity log, specify them in the below setting."
1530
  msgstr ""
1531
 
1532
+ #: classes/Views/Settings.php:810
1533
+ msgid "Can also view events"
1534
  msgstr ""
1535
 
1536
+ #: classes/Views/Settings.php:819
1537
+ msgid "Specify the username or the users which do not have an admin role but can also see the WordPress activity role. You can also specify roles."
1538
  msgstr ""
1539
 
1540
+ #: classes/Views/Settings.php:845
1541
+ msgid "Which email address should the plugin use as a from address?"
1542
  msgstr ""
1543
 
1544
+ #: classes/Views/Settings.php:846
1545
+ msgid "By default when the plugin sends an email notification it uses the email address specified in this website’s general settings. Though you can change the email address and display name from this section."
1546
  msgstr ""
1547
 
1548
+ #: classes/Views/Settings.php:850
1549
+ msgid "From Email & Name"
1550
  msgstr ""
1551
 
1552
+ #: classes/Views/Settings.php:856
1553
+ msgid "Use the email address from the WordPress general settings"
1554
  msgstr ""
1555
 
1556
+ #: classes/Views/Settings.php:861
1557
+ msgid "Use another email address"
1558
  msgstr ""
1559
 
1560
+ #: classes/Views/Settings.php:865
1561
+ msgid "Email Address"
1562
  msgstr ""
1563
 
1564
+ #: classes/Views/Settings.php:870
1565
+ msgid "Display Name"
1566
  msgstr ""
1567
 
1568
+ #: classes/Views/Settings.php:881
1569
+ msgid "Do you want to hide the plugin from the list of installed plugins?"
1570
  msgstr ""
1571
 
1572
+ #: classes/Views/Settings.php:882
1573
+ msgid "By default all installed plugins are listed in the plugins page. Set this option to Yes remove WP Activity Log from the list of installed plugins for users who are unable to access the WP Activity Log settings."
1574
  msgstr ""
1575
 
1576
+ #: classes/Views/Settings.php:886
1577
+ msgid "Hide Plugin in Plugins Page"
1578
  msgstr ""
1579
 
1580
+ #: classes/Views/Settings.php:891
1581
+ msgid "Yes, hide the plugin from the list of installed plugins"
1582
  msgstr ""
1583
 
1584
+ #: classes/Views/Settings.php:896
1585
+ msgid "No, do not hide the plugin"
1586
  msgstr ""
1587
 
1588
+ #: classes/Views/Settings.php:962
1589
+ msgid "For how long do you want to keep the activity log events (Retention settings) ?"
 
1590
  msgstr ""
1591
 
1592
+ #: classes/Views/Settings.php:965
1593
+ msgid "The plugin uses an efficient way to store the activity log data in the WordPress database, though the more data you keep the more disk space will be required. "
1594
  msgstr ""
1595
 
1596
+ #: classes/Views/Settings.php:966
1597
+ msgid "<a href=\"https://wpactivitylog.com/pricing/?utm_source=plugin&utm_medium=referral&utm_campaign=WSAL&utm_content=settings+pages\" target=\"_blank\">Upgrade to Premium</a> to store the activity log data in an external database."
1598
  msgstr ""
1599
 
1600
+ #: classes/Views/Settings.php:980
1601
+ #, php-format
1602
+ msgid "Retention settings moved to %1$s archiving settings %2$s because archiving is enabled"
1603
  msgstr ""
1604
 
1605
+ #: classes/Views/Settings.php:988
1606
+ msgid "What timestamp you would like to see in the WordPress activity log?"
1607
  msgstr ""
1608
 
1609
+ #: classes/Views/Settings.php:989
1610
+ msgid "Note that the WordPress' timezone might be different from that configured on the server so when you switch from UTC to WordPress timezone or vice versa you might notice a big difference."
1611
  msgstr ""
1612
 
1613
+ #: classes/Views/Settings.php:993
1614
+ msgid "Events Timestamp"
1615
  msgstr ""
1616
 
1617
+ #: classes/Views/Settings.php:1013
1618
+ msgid "UTC"
1619
  msgstr ""
1620
 
1621
+ #: classes/Views/Settings.php:1019
1622
+ msgid "Timezone configured on this WordPress website"
1623
  msgstr ""
1624
 
1625
+ #: classes/Views/Settings.php:1026
1626
+ msgid "Show Milliseconds"
1627
  msgstr ""
1628
 
1629
+ #: classes/Views/Settings.php:1033
1630
+ msgid "Show Milliseconds in list view"
1631
  msgstr ""
1632
 
1633
+ #: classes/Views/Settings.php:1043
1634
+ msgid "What user information should be displayed in the WordPress activity log?"
1635
  msgstr ""
1636
 
1637
+ #: classes/Views/Settings.php:1044
1638
+ msgid "Usernames might not be the same as a user's first and last name so it can be difficult to recognize whose user was that did a change. When there is no first & last name or public display name configured the plugin will revert back to the WordPress username."
1639
  msgstr ""
1640
 
1641
+ #: classes/Views/Settings.php:1048
1642
+ msgid "User information in Activity log"
1643
  msgstr ""
1644
 
1645
+ #: classes/Views/Settings.php:1054
1646
+ msgid "WordPress username"
1647
  msgstr ""
1648
 
1649
+ #: classes/Views/Settings.php:1059
1650
+ msgid "First name & last name"
1651
  msgstr ""
1652
 
1653
+ #: classes/Views/Settings.php:1064
1654
+ msgid "Configured public display name"
1655
  msgstr ""
1656
 
1657
+ #: classes/Views/Settings.php:1074
1658
+ msgid "Select the columns to be displayed in the WordPress activity log"
1659
  msgstr ""
1660
 
1661
+ #: classes/Views/Settings.php:1075
1662
+ msgid "When you deselect a column it won’t be shown in the activity log viewer in both views. The data will still be recorded by the plugin."
1663
  msgstr ""
1664
 
1665
+ #: classes/Views/Settings.php:1079
1666
+ msgid "Activity log columns selection"
1667
  msgstr ""
1668
 
1669
+ #: classes/Views/Settings.php:1088
1670
+ msgid "Event ID"
1671
  msgstr ""
1672
 
1673
+ #: classes/Views/Settings.php:1092
1674
+ msgid "Date & Time"
1675
  msgstr ""
1676
 
1677
+ #: classes/Views/Settings.php:1096
1678
+ msgid "Source IP Address"
1679
  msgstr ""
1680
 
1681
+ #: classes/Views/Settings.php:1098
1682
+ msgid "Info (used in Grid view mode only)"
1683
  msgstr ""
1684
 
1685
+ #: classes/Views/Settings.php:1114
1686
+ msgid "Do you want to keep a log of WordPress background activity?"
1687
  msgstr ""
1688
 
1689
+ #: classes/Views/Settings.php:1116
1690
+ msgid "WordPress does a lot of things in the background that you do not necessarily need to know about, such as; deletion of post revisions, deletion of auto saved drafts etc. By default the plugin does not report them since there might be a lot and are irrelevant to the user."
1691
  msgstr ""
1692
 
1693
+ #: classes/Views/Settings.php:1121
1694
+ msgid "Enable Events for WordPress Background Activity"
1695
  msgstr ""
1696
 
1697
+ #: classes/Views/Settings.php:1180 classes/Views/ToggleAlerts.php:522
1698
+ msgid "Website File Changes Monitor"
1699
  msgstr ""
1700
 
1701
+ #: classes/Views/Settings.php:1181 classes/Views/ToggleAlerts.php:523
1702
+ msgid "To keep a log of file changes please install Website File Changes Monitor, a plugin which is also developed by us."
1703
  msgstr ""
1704
 
1705
+ #: classes/Views/Settings.php:1182 classes/Views/ToggleAlerts.php:524
1706
+ msgid "Install plugin now"
1707
  msgstr ""
1708
 
1709
+ #: classes/Views/Settings.php:1182 classes/Views/ToggleAlerts.php:524
1710
+ msgid "Learn More"
1711
  msgstr ""
1712
 
1713
+ #: classes/Views/Settings.php:1196
1714
+ msgid "Configure how often file changes scan run and other settings from the"
1715
  msgstr ""
1716
 
1717
+ #: classes/Views/Settings.php:1196
1718
+ msgid "Website File Changes plugin settings"
1719
  msgstr ""
1720
 
1721
+ #: classes/Views/Settings.php:1210
1722
+ msgid "By default the plugin keeps a log of all user changes done on your WordPress website. Use the setting below to exclude any objects from the activity log. When an object is excluded from the activity log, any event in which that object is referred will not be logged in the activity log."
1723
  msgstr ""
1724
 
1725
+ #: classes/Views/Settings.php:1214
1726
+ msgid "Exclude Users:"
1727
  msgstr ""
1728
 
1729
+ #: classes/Views/Settings.php:1235
1730
+ msgid "Exclude Roles:"
1731
  msgstr ""
1732
 
1733
+ #: classes/Views/Settings.php:1256
1734
+ msgid "Exclude IP Address(es):"
1735
  msgstr ""
1736
 
1737
+ #: classes/Views/Settings.php:1272
1738
+ msgid "You can exclude an individual IP address or a range of IP addresses. To exclude a range use the following format: [first IP]-[last octet of the last IP]. Example: 172.16.180.6-127."
1739
  msgstr ""
1740
 
1741
+ #: classes/Views/Settings.php:1278
1742
+ msgid "Exclude Post Type:"
1743
  msgstr ""
1744
 
1745
+ #: classes/Views/Settings.php:1294
1746
+ msgid "WordPress has the post and page post types by default though your website might use more post types (custom post types). You can exclude all post types, including the default WordPress ones."
1747
  msgstr ""
1748
 
1749
+ #: classes/Views/Settings.php:1300
1750
+ msgid "Exclude Custom Fields:"
1751
  msgstr ""
1752
 
1753
+ #: classes/Views/Settings.php:1316
1754
+ msgid "You can use the * wildcard to exclude multiple matching custom fields. For example to exclude all custom fields starting with wp123 enter wp123*"
1755
  msgstr ""
1756
 
1757
+ #: classes/Views/Settings.php:1346
1758
+ msgid "These settings are for advanced users."
1759
  msgstr ""
1760
 
1761
+ #: classes/Views/Settings.php:1347
1762
+ msgid "If you have any questions <a href=\"https://wpactivitylog.com/contact/?utm_source=plugin&utm_medium=referral&utm_campaign=WSAL&utm_content=settings+pages\" target=\"_blank\">contact us</a>."
1763
  msgstr ""
1764
 
1765
+ #: classes/Views/Settings.php:1350
1766
+ msgid "Reset plugin settings to default"
1767
  msgstr ""
1768
 
1769
+ #: classes/Views/Settings.php:1351
1770
+ msgid "Use this button to <em>factory reset</em> the plugin. This means that all the configured settings will be reset to default and all email notifications, scheduled reports, external database / third party services connections, archiving and mirroring rule will be deleted. NOTE: the activity log data will not be purged. Use the setting below to purge the activity log."
1771
  msgstr ""
1772
 
1773
+ #: classes/Views/Settings.php:1355
1774
+ msgid "Reset Settings"
1775
  msgstr ""
1776
 
1777
+ #: classes/Views/Settings.php:1357
1778
+ msgid "RESET"
1779
  msgstr ""
1780
 
1781
+ #: classes/Views/Settings.php:1363
1782
+ msgid "Purge the WordPress activity log"
1783
  msgstr ""
1784
 
1785
+ #: classes/Views/Settings.php:1364
1786
+ msgid "Click the Purge button below to delete all the data from the WordPress activity log and start afresh."
1787
  msgstr ""
1788
 
1789
+ #: classes/Views/Settings.php:1368
1790
+ msgid "Purge Activity Log"
1791
  msgstr ""
1792
 
1793
+ #: classes/Views/Settings.php:1370
1794
+ msgid "PURGE"
1795
  msgstr ""
1796
 
1797
+ #: classes/Views/Settings.php:1377
1798
+ msgid "MainWP Child Site Stealth Mode"
1799
  msgstr ""
1800
 
1801
+ #: classes/Views/Settings.php:1378
1802
+ msgid "This option is enabled automatically when the plugin detects the MainWP Child plugin on the site. When this setting is enabled plugin access is restricted to the administrator who installs the plugin, the plugin is not shown in the list of installed plugins and no admin notifications are shown. Disable this option to change the plugin to the default setup."
1803
  msgstr ""
1804
 
1805
+ #: classes/Views/Settings.php:1382
1806
+ msgid "Enable MainWP Child Site Stealth Mode"
1807
  msgstr ""
1808
 
1809
+ #: classes/Views/Settings.php:1402
1810
+ msgid "Admin blocking plugins support"
 
1811
  msgstr ""
1812
 
1813
+ #: classes/Views/Settings.php:1407
1814
+ msgid "Enable early plugin loading on sites that use admin blocking plugins"
1815
  msgstr ""
1816
 
1817
+ #: classes/Views/Settings.php:1416
1818
+ msgid "Do you want to delete the plugin data from the database upon uninstall?"
1819
  msgstr ""
1820
 
1821
+ #: classes/Views/Settings.php:1417
1822
+ msgid "The plugin saves the activity log data and settings in the WordPress database. By default upon uninstalling the plugin the data is kept in the database so if it is installed again, you can still access the data. If the data is deleted it is not possible to recover it so you won't be able to access it again even when you reinstall the plugin."
1823
  msgstr ""
1824
 
1825
+ #: classes/Views/Settings.php:1421
1826
+ msgid "Remove Data on Uninstall"
1827
  msgstr ""
1828
 
1829
+ #: classes/Views/Settings.php:1446
1830
+ msgid "Are you sure you want to reset all the plugin settings to default? This action cannot be undone."
1831
  msgstr ""
1832
 
1833
+ #: classes/Views/Settings.php:1456
1834
+ msgid "Are you sure you want to purge all the activity log data?"
1835
  msgstr ""
1836
 
1837
+ #: classes/Views/Settings.php:1480
1838
+ msgid "MainWP Child plugin is not active on this website."
1839
  msgstr ""
1840
 
1841
+ #: classes/Views/Settings.php:1561
1842
+ msgid "The specified value is not a valid URL!"
1843
  msgstr ""
1844
 
1845
+ #: classes/Views/Settings.php:1562
1846
+ msgid "The specified value is not a valid post type!"
1847
  msgstr ""
1848
 
1849
+ #: classes/Views/Settings.php:1563
1850
+ msgid "The specified value is not a valid IP address!"
1851
  msgstr ""
1852
 
1853
+ #: classes/Views/Settings.php:1564
1854
+ msgid "The specified value is not a user nor a role!"
1855
  msgstr ""
1856
 
1857
+ #: classes/Views/Settings.php:1565
1858
+ msgid "Filename cannot be added because it contains invalid characters."
1859
  msgstr ""
1860
 
1861
+ #: classes/Views/Settings.php:1566
1862
+ msgid "File extension cannot be added because it contains invalid characters."
1863
  msgstr ""
1864
 
1865
+ #: classes/Views/Settings.php:1567
1866
+ msgid "Directory cannot be added because it contains invalid characters."
1867
  msgstr ""
1868
 
1869
+ #: classes/Views/Settings.php:1568
1870
+ msgid "Please save any changes before switching tabs."
1871
  msgstr ""
1872
 
1873
+ #: classes/Views/Settings.php:1696 classes/Views/Settings.php:1719
1874
+ msgid "Nonce Verification Failed."
1875
  msgstr ""
1876
 
1877
+ #: classes/Views/Settings.php:1704
1878
+ msgid "Plugin settings have been reset."
1879
  msgstr ""
1880
 
1881
+ #: classes/Views/Settings.php:1728
1882
+ msgid "Tables has been reset."
1883
  msgstr ""
1884
 
1885
+ #: classes/Views/Settings.php:1730
1886
+ msgid "Reset query failed."
1887
  msgstr ""
1888
 
1889
+ #: classes/Views/Settings.php:1743
1890
+ msgid "Activity log retention"
1891
  msgstr ""
1892
 
1893
+ #: classes/Views/Settings.php:1749
1894
+ msgid "Keep all data"
 
1895
  msgstr ""
1896
 
1897
+ #: classes/Views/Settings.php:1776
1898
+ msgid "Delete events older than"
1899
  msgstr ""
1900
 
1901
+ #: classes/Views/Settings.php:1784
1902
+ msgid "Months"
1903
  msgstr ""
1904
 
1905
+ #: classes/Views/Settings.php:1785
1906
+ msgid "Years"
1907
  msgstr ""
1908
 
1909
+ #: classes/Views/Settings.php:1793
1910
+ msgid "The next scheduled purging of activity log data that is older than "
1911
  msgstr ""
1912
 
1913
+ #: classes/Views/Settings.php:1800
1914
+ msgid "You can run the purging process now by clicking the button below."
1915
  msgstr ""
1916
 
1917
+ #: classes/Views/Settings.php:1804
1918
+ msgid "Purge Old Data"
1919
  msgstr ""
1920
 
1921
+ #: classes/Views/SetupWizard.php:178
1922
+ msgid "Welcome"
1923
  msgstr ""
1924
 
1925
+ #: classes/Views/SetupWizard.php:182
1926
+ msgid "Log Details"
1927
  msgstr ""
1928
 
1929
+ #: classes/Views/SetupWizard.php:187
1930
+ msgid "Log In"
1931
  msgstr ""
1932
 
1933
+ #: classes/Views/SetupWizard.php:192
1934
+ msgid "User Registrations"
1935
  msgstr ""
1936
 
1937
+ #: classes/Views/SetupWizard.php:197
1938
+ msgid "Log Retention"
1939
  msgstr ""
1940
 
1941
+ #: classes/Views/SetupWizard.php:202 classes/Views/SetupWizard.php:736
1942
+ #: classes/Views/SetupWizard.php:737
1943
+ msgid "Finish"
1944
  msgstr ""
1945
 
1946
+ #: classes/Views/SetupWizard.php:262
1947
+ msgid "Specified value in not a user."
1948
  msgstr ""
1949
 
1950
+ #: classes/Views/SetupWizard.php:263
1951
+ msgid "Specified value in not a role."
1952
  msgstr ""
1953
 
1954
+ #: classes/Views/SetupWizard.php:264
1955
+ msgid "Specified value in not an IP address."
 
 
 
 
 
 
 
 
 
1956
  msgstr ""
1957
 
1958
+ #: classes/Views/SetupWizard.php:270 wp-security-audit-log.php:1287
1959
+ msgid "Installing, please wait"
1960
  msgstr ""
1961
 
1962
+ #: classes/Views/SetupWizard.php:271 wp-security-audit-log.php:1288
1963
+ msgid "Already installed"
 
 
1964
  msgstr ""
1965
 
1966
+ #: classes/Views/SetupWizard.php:273 wp-security-audit-log.php:1290
1967
+ msgid "Extension activated"
1968
  msgstr ""
1969
 
1970
+ #: classes/Views/SetupWizard.php:274 wp-security-audit-log.php:1291
1971
+ msgid "Install failed"
1972
  msgstr ""
1973
 
1974
+ #: classes/Views/SetupWizard.php:304
1975
+ msgid "WP Activity Log &rsaquo; Setup Wizard"
1976
  msgstr ""
1977
 
1978
+ #: classes/Views/SetupWizard.php:322
1979
+ msgid "Close Wizard"
1980
  msgstr ""
1981
 
1982
+ #: classes/Views/SetupWizard.php:415
1983
+ #, php-format
1984
+ msgid "You have reached an invaild step - %1$sreturn to the start of the wizard%2$s."
1985
  msgstr ""
1986
 
1987
+ #: classes/Views/SetupWizard.php:432
1988
+ msgid "This wizard helps you configure the basic plugin settings. All these settings can be changed at a later stage from the plugin settings."
1989
  msgstr ""
1990
 
1991
+ #: classes/Views/SetupWizard.php:437
1992
+ msgid "Start Configuring the Plugin"
1993
  msgstr ""
1994
 
1995
+ #: classes/Views/SetupWizard.php:441
1996
+ msgid "Exit Wizard"
1997
  msgstr ""
1998
 
1999
+ #: classes/Views/SetupWizard.php:454
2000
+ msgid "Please select the level of detail for your WordPress activity logs:"
2001
  msgstr ""
2002
 
2003
+ #: classes/Views/SetupWizard.php:458
2004
+ msgid "Basic (I want a high level overview and I am not interested in the detail)"
 
2005
  msgstr ""
2006
 
2007
+ #: classes/Views/SetupWizard.php:463
2008
+ msgid "Geek (I want to know everything that is happening on my WordPress)"
2009
  msgstr ""
2010
 
2011
+ #: classes/Views/SetupWizard.php:465
2012
+ msgid "Note: You can change the WordPress logging level from the plugin’s settings anytime."
2013
  msgstr ""
2014
 
2015
+ #: classes/Views/SetupWizard.php:468 classes/Views/SetupWizard.php:525
2016
+ #: classes/Views/SetupWizard.php:574 classes/Views/SetupWizard.php:634
2017
+ #: classes/Views/SetupWizard.php:635 classes/Views/SetupWizard.php:851
2018
+ #: classes/Views/SetupWizard.php:852
2019
+ msgid "Next"
2020
  msgstr ""
2021
 
2022
+ #: classes/Views/SetupWizard.php:509
2023
+ msgid "Do you or your users use other pages to log in to WordPress other than the default login page ( /wp-admin/ )?"
2024
  msgstr ""
2025
 
2026
+ #: classes/Views/SetupWizard.php:513
2027
+ msgid "Yes, we use other pages to login to WordPress."
2028
  msgstr ""
2029
 
2030
+ #: classes/Views/SetupWizard.php:518
2031
+ msgid "No, we only use the default WordPress login page."
2032
  msgstr ""
2033
 
2034
+ #: classes/Views/SetupWizard.php:520
2035
+ msgid "If your website is a membership or ecommerce website most probably you have more than one area from where the users can login. If you are not sure, select Yes."
2036
  msgstr ""
2037
 
2038
+ #: classes/Views/SetupWizard.php:523 classes/Views/SetupWizard.php:572
2039
+ #: classes/Views/SetupWizard.php:626
2040
+ msgid "Note: You can change the WordPress activity log retention settings at any time from the plugin settings later on."
2041
  msgstr ""
2042
 
2043
+ #: classes/Views/SetupWizard.php:558
2044
+ msgid "Can visitors register for a user on your website?"
2045
  msgstr ""
2046
 
2047
+ #: classes/Views/SetupWizard.php:569
2048
+ msgid "If you are not sure about this setting, check if the Membership setting in the WordPress General settings is checked or not. If it is not checked (default) select No."
2049
  msgstr ""
2050
 
2051
+ #: classes/Views/SetupWizard.php:608
2052
+ msgid "How long do you want to keep the data in the WordPress activity Log?"
2053
  msgstr ""
2054
 
2055
+ #: classes/Views/SetupWizard.php:613
2056
+ msgid "6 months (data older than 6 months will be deleted)"
2057
  msgstr ""
2058
 
2059
+ #: classes/Views/SetupWizard.php:618
2060
+ msgid "12 months (data older than 12 months will be deleted)"
2061
  msgstr ""
2062
 
2063
+ #: classes/Views/SetupWizard.php:623
2064
+ msgid "Keep all data."
2065
  msgstr ""
2066
 
2067
+ #: classes/Views/SetupWizard.php:644
2068
+ msgid "The plugin stores the data in the WordPress database in a very efficient way, though the more data you keep the more hard disk space it will consume. If you need need to retain a lot of data we would recommend you to <a href=\"https://wpactivitylog.com/features/?utm_source=plugin&utm_medium=referral&utm_campaign=WSAL&utm_content=wizard+configuration\" target=\"_blank\">upgrade to Premium</a> and use the Database tools to store the WordPress activity log in an external database."
2069
  msgstr ""
2070
 
2071
+ #: classes/Views/SetupWizard.php:707
2072
+ msgid "Your plugin is all set and it is ready to start keeping a record of everything that is happening on your WordPress in a WordPress activity log."
2073
  msgstr ""
2074
 
2075
+ #: classes/Views/SetupWizard.php:708
2076
+ msgid "Below are a few useful links you might need to refer to:"
2077
  msgstr ""
2078
 
2079
+ #: classes/Views/SetupWizard.php:713
2080
+ msgid "Getting started with the WP Activity Log plugin"
2081
  msgstr ""
2082
 
2083
+ #: classes/Views/SetupWizard.php:718
2084
+ msgid "Knowledge Base & Support Documents"
2085
  msgstr ""
2086
 
2087
+ #: classes/Views/SetupWizard.php:723
2088
+ msgid "Benefits of keeping a WordPress activity log"
2089
  msgstr ""
2090
 
2091
+ #: classes/Views/SetupWizard.php:728
2092
+ msgid "We trust this plugin meets all your activity log requirements. Should you encounter any problems, have feature requests or would like to share some feedback, <a href=\"https://wpactivitylog.com/contact/?utm_source=plugin&utm_medium=referral&utm_campaign=WSAL&utm_content=wizard+configuration\" rel=\"noopener noreferrer\" target=\"_blank\">please get in touch!</a>"
2093
  msgstr ""
2094
 
2095
+ #: classes/Views/SetupWizard.php:764
2096
+ msgid "Third Party Extensions"
2097
  msgstr ""
2098
 
2099
+ #: classes/Views/SetupWizard.php:805
2100
+ msgid "Monitoring changes done in third party plugins"
2101
  msgstr ""
2102
 
2103
+ #: classes/Views/SetupWizard.php:806
2104
+ msgid "We noticed that the below plugins are installed on this website. You can install our extensions to also keep a log of changes users do on these plugins."
2105
  msgstr ""
2106
 
2107
+ #: classes/Views/ToggleAlerts.php:27 classes/Views/ToggleAlerts.php:41
2108
+ msgid "Enable/Disable Events"
2109
  msgstr ""
2110
 
2111
+ #: classes/Views/ToggleAlerts.php:158
2112
+ msgid "Basic"
2113
  msgstr ""
2114
 
2115
+ #: classes/Views/ToggleAlerts.php:159
2116
+ msgid "Geek"
2117
  msgstr ""
2118
 
2119
+ #: classes/Views/ToggleAlerts.php:160
2120
+ msgid "Custom"
2121
  msgstr ""
2122
 
2123
+ #: classes/Views/ToggleAlerts.php:180
2124
+ msgid "Log Level: "
2125
  msgstr ""
2126
 
2127
+ #: classes/Views/ToggleAlerts.php:187
2128
+ msgid "Use the Log level drop down menu above to use one of our preset log levels. Alternatively you can enable or disable any of the individual events from the below tabs. Refer to <a href=\"https://wpactivitylog.com/support/kb/list-wordpress-activity-log-event-ids/\" target=\"_blank\">the complete list of WordPress activity log event IDs</a> for reference on all the events the plugin can keep a log of."
2129
  msgstr ""
2130
 
2131
+ #: classes/Views/ToggleAlerts.php:197
2132
+ msgid "Third party plugins"
2133
  msgstr ""
2134
 
2135
+ #: classes/Views/ToggleAlerts.php:298
2136
+ msgid "Code"
2137
  msgstr ""
2138
 
2139
+ #: classes/Views/ToggleAlerts.php:300 classes/WidgetManager.php:79
2140
+ msgid "Description"
2141
  msgstr ""
2142
 
2143
+ #: classes/Views/ToggleAlerts.php:304 defaults.php:325
2144
+ msgid "Content"
2145
  msgstr ""
2146
 
2147
+ #: classes/Views/ToggleAlerts.php:307
2148
+ msgid "<strong>Note:</strong> Post refers to any type of content, i.e. blog post, page or a post with a custom post type."
2149
  msgstr ""
2150
 
2151
+ #: classes/Views/ToggleAlerts.php:310 classes/Views/ToggleAlerts.php:318
2152
+ msgid "WooCommerce Products"
2153
  msgstr ""
2154
 
2155
+ #: classes/Views/ToggleAlerts.php:314
2156
+ msgid "The plugin WooCommerce is not installed on your website so these events have been disabled."
2157
  msgstr ""
2158
 
2159
+ #: classes/Views/ToggleAlerts.php:321
2160
+ msgid "Products"
2161
  msgstr ""
2162
 
2163
+ #: classes/Views/ToggleAlerts.php:327
2164
+ msgid "Post Changes"
2165
  msgstr ""
2166
 
2167
+ #: classes/Views/ToggleAlerts.php:330 defaults.php:2797
2168
+ msgid "MultiSite"
2169
  msgstr ""
2170
 
2171
+ #: classes/Views/ToggleAlerts.php:334
2172
+ msgid "Your website is a single site so the multisite events have been disabled."
2173
  msgstr ""
2174
 
2175
+ #: classes/Views/ToggleAlerts.php:338
2176
+ msgid "Other User Activity"
2177
  msgstr ""
2178
 
2179
+ #: classes/Views/ToggleAlerts.php:341
2180
+ msgid "Logins & Logouts"
2181
  msgstr ""
2182
 
2183
+ #: classes/Views/ToggleAlerts.php:353 classes/Views/ToggleAlerts.php:512
2184
+ #: defaults.php:2948
2185
+ msgid "Monitor File Changes"
2186
  msgstr ""
2187
 
2188
+ #: classes/Views/ToggleAlerts.php:364
2189
+ msgid "Not Implemented"
2190
  msgstr ""
2191
 
2192
+ #: classes/Views/ToggleAlerts.php:367
2193
+ msgid "Not Available"
2194
  msgstr ""
2195
 
2196
+ #: classes/Views/ToggleAlerts.php:382
2197
+ msgid "User Logins/Logouts"
2198
  msgstr ""
2199
 
2200
+ #: classes/Views/ToggleAlerts.php:385
2201
+ msgid "User Sessions"
2202
  msgstr ""
2203
 
2204
+ #: classes/Views/ToggleAlerts.php:388
2205
+ msgid "Files"
2206
  msgstr ""
2207
 
2208
+ #: classes/Views/ToggleAlerts.php:391
2209
+ msgid "Post Settings"
2210
  msgstr ""
2211
 
2212
+ #: classes/Views/ToggleAlerts.php:461
2213
+ msgid "Keep a log when a visitor registers a user on the website. Only enable this if you allow visitors to register as users on your website. User registration is disabled by default in WordPress."
2214
  msgstr ""
2215
 
2216
+ #: classes/Views/ToggleAlerts.php:475 classes/Views/ToggleAlerts.php:488
2217
+ msgid "Number of login attempts to log. Enter 0 to log all failed login attempts. (By default the plugin only logs up to 10 failed login because the process can be very resource intensive in case of a brute force attack)"
2218
  msgstr ""
2219
 
2220
+ #: classes/Views/ToggleAlerts.php:502
2221
+ msgid "Keep a log of user log in activity on custom login forms (such as WooCommerce & membership plugins)"
2222
  msgstr ""
2223
 
2224
+ #: classes/Views/ToggleAlerts.php:548
2225
+ msgid "Save Changes"
2226
  msgstr ""
2227
 
2228
+ #: classes/Views/ToggleAlerts.php:555
2229
+ msgid "Log Level Updated"
2230
  msgstr ""
2231
 
2232
+ #: classes/Views/ToggleAlerts.php:559
2233
+ #, php-format
2234
+ msgid "The %s log level has been successfully loaded and applied."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2235
  msgstr ""
2236
 
2237
+ #: classes/Views/ToggleAlerts.php:563
2238
+ msgid "OK"
2239
  msgstr ""
2240
 
2241
+ #: classes/Views/ToggleAlerts.php:578
2242
+ msgid "Enable File Integrity Scanner"
2243
  msgstr ""
2244
 
2245
+ #: classes/Views/ToggleAlerts.php:580
2246
+ msgid "The file integrity scanner is switched off. To enable this event it has to be switched on."
2247
  msgstr ""
2248
 
2249
+ #: classes/Views/ToggleAlerts.php:584
2250
+ msgid "SWITCH ON"
2251
  msgstr ""
2252
 
2253
+ #: classes/Views/ToggleAlerts.php:585
2254
+ msgid "DISABLE EVENT"
2255
  msgstr ""
2256
 
2257
+ #: classes/Views/addons/html-view.php:95 classes/Views/addons/html-view.php:120
2258
+ msgid "Upgrade to Premium"
2259
  msgstr ""
2260
 
2261
+ #: classes/Views/addons/html-view.php:96
2262
+ msgid "More Information"
2263
  msgstr ""
2264
 
2265
+ #: classes/Views/addons/html-view.php:104
2266
+ msgid "Screenshots"
2267
  msgstr ""
2268
 
2269
+ #: classes/Views/addons/html-view.php:121
2270
+ msgid "Start Free 14-Day Premium Trial"
2271
  msgstr ""
2272
 
2273
+ #: classes/WidgetManager.php:55
2274
+ msgid "Latest Events"
2275
  msgstr ""
2276
 
2277
+ #: classes/WidgetManager.php:71
2278
+ msgid "No events found."
2279
  msgstr ""
2280
 
2281
+ #: defaults.php:71
2282
+ msgid "View category"
2283
  msgstr ""
2284
 
2285
+ #: defaults.php:75
2286
+ msgid "Contact Support"
2287
  msgstr ""
2288
 
2289
+ #: defaults.php:88
2290
+ msgid "View page in the editor"
2291
  msgstr ""
2292
 
2293
+ #: defaults.php:92
2294
+ msgid "View the post in editor"
2295
  msgstr ""
2296
 
2297
+ #: defaults.php:97
2298
+ msgid "View the order"
2299
  msgstr ""
2300
 
2301
+ #: defaults.php:101
2302
+ msgid "User profile page"
2303
  msgstr ""
2304
 
2305
+ #: defaults.php:105
2306
+ msgid "Open the log file"
2307
  msgstr ""
2308
 
2309
+ #: defaults.php:113
2310
+ msgid "View menu"
2311
  msgstr ""
2312
 
2313
+ #: defaults.php:117 defaults.php:122 defaults.php:2804 defaults.php:2816
2314
+ #: defaults.php:2828 defaults.php:2840 defaults.php:2852 defaults.php:2864
2315
+ msgid "URL"
2316
  msgstr ""
2317
 
2318
+ #: defaults.php:126
2319
+ msgid "View the content changes"
2320
  msgstr ""
2321
 
2322
+ #: defaults.php:130
2323
+ msgid "View tag"
2324
  msgstr ""
2325
 
2326
+ #: defaults.php:173
2327
+ msgid "Critical severity events."
2328
  msgstr ""
2329
 
2330
+ #: defaults.php:175
2331
+ msgid "High severity events."
2332
  msgstr ""
2333
 
2334
+ #: defaults.php:177
2335
+ msgid "Medium severity events."
2336
  msgstr ""
2337
 
2338
+ #: defaults.php:179
2339
+ msgid "Low severity events."
2340
  msgstr ""
2341
 
2342
+ #: defaults.php:181
2343
+ msgid "Informational events."
2344
  msgstr ""
2345
 
2346
+ #: defaults.php:186
2347
+ msgid "Users Logins & Sessions Events"
2348
  msgstr ""
2349
 
2350
+ #: defaults.php:187
2351
+ msgid "User Activity"
2352
  msgstr ""
2353
 
2354
+ #: defaults.php:191
2355
+ msgid "User logged in"
2356
  msgstr ""
2357
 
2358
+ #: defaults.php:192
2359
+ msgid "User logged in."
2360
  msgstr ""
2361
 
2362
+ #: defaults.php:201
2363
+ msgid "User logged out"
2364
  msgstr ""
2365
 
2366
+ #: defaults.php:202
2367
+ msgid "User logged out."
 
2368
  msgstr ""
2369
 
2370
+ #: defaults.php:211
2371
+ msgid "Login failed"
2372
  msgstr ""
2373
 
2374
+ #: defaults.php:212 defaults.php:222
2375
+ msgid "%Attempts% failed login(s)."
 
2376
  msgstr ""
2377
 
2378
+ #: defaults.php:221
2379
+ msgid "Login failed / non existing user"
2380
  msgstr ""
2381
 
2382
+ #: defaults.php:231
2383
+ msgid "Login blocked"
2384
  msgstr ""
2385
 
2386
+ #: defaults.php:232
2387
+ msgid "Login blocked because other session(s) already exist for this user."
2388
  msgstr ""
2389
 
2390
+ #: defaults.php:234
2391
+ msgid "IP address"
2392
  msgstr ""
2393
 
2394
+ #: defaults.php:243
2395
+ msgid "User logged in with existing session(s)"
2396
  msgstr ""
2397
 
2398
+ #: defaults.php:244
2399
+ msgid "User logged in however there are other session(s) already for this user."
2400
  msgstr ""
2401
 
2402
+ #: defaults.php:246
2403
+ msgid "IP address(es)"
2404
  msgstr ""
2405
 
2406
+ #: defaults.php:255
2407
+ msgid "User logged out all other sessions with the same username"
2408
  msgstr ""
2409
 
2410
+ #: defaults.php:256
2411
+ msgid "Logged out all other sessions with the same user."
2412
  msgstr ""
2413
 
2414
+ #: defaults.php:265
2415
+ msgid "User session destroyed and logged out"
2416
  msgstr ""
2417
 
2418
+ #: defaults.php:266
2419
+ msgid "Terminated the session of the user %TargetUserName%."
2420
  msgstr ""
2421
 
2422
+ #: defaults.php:268 defaults.php:281 defaults.php:1701 defaults.php:1729
2423
+ #: defaults.php:1743 defaults.php:1757 defaults.php:1772 defaults.php:1787
2424
+ #: defaults.php:1801 defaults.php:1815 defaults.php:1831 defaults.php:1846
2425
+ #: defaults.php:1860 defaults.php:1874 defaults.php:1889 defaults.php:1905
2426
+ #: defaults.php:1919 defaults.php:1934 defaults.php:1948 defaults.php:1962
2427
+ #: defaults.php:1979 defaults.php:1993 defaults.php:2007
2428
+ msgid "Role"
2429
  msgstr ""
2430
 
2431
+ #: defaults.php:269
2432
+ msgid "Session ID"
2433
  msgstr ""
2434
 
2435
+ #: defaults.php:278
2436
+ msgid "Switched to another user"
2437
  msgstr ""
2438
 
2439
+ #: defaults.php:279
2440
+ msgid "Switched the session to being logged in as %TargetUserName%."
2441
  msgstr ""
2442
 
2443
+ #: defaults.php:290
2444
+ msgid "User uploaded file to the Uploads directory"
2445
  msgstr ""
2446
 
2447
+ #: defaults.php:291
2448
+ msgid "Uploaded a file called %FileName%."
2449
  msgstr ""
2450
 
2451
+ #: defaults.php:293 defaults.php:305
2452
+ msgid "Directory"
2453
  msgstr ""
2454
 
2455
+ #: defaults.php:302
2456
+ msgid "User deleted file from Uploads directory"
2457
  msgstr ""
2458
 
2459
+ #: defaults.php:303
2460
+ msgid "Deleted the file %FileName%."
2461
  msgstr ""
2462
 
2463
+ #: defaults.php:314
2464
+ msgid "User requested a password reset"
2465
  msgstr ""
2466
 
2467
+ #: defaults.php:315
2468
+ msgid "User requested a password reset. This does not mean that the password was changed."
2469
  msgstr ""
2470
 
2471
+ #: defaults.php:324
2472
+ msgid "Content & Comments"
2473
  msgstr ""
2474
 
2475
+ #: defaults.php:329
2476
+ msgid "User created a new post and saved it as draft"
2477
  msgstr ""
2478
 
2479
+ #: defaults.php:330
2480
+ msgid "Created the post %PostTitle%."
2481
  msgstr ""
2482
 
2483
+ #: defaults.php:332 defaults.php:346 defaults.php:360 defaults.php:374
2484
+ #: defaults.php:388 defaults.php:402 defaults.php:416 defaults.php:432
2485
+ #: defaults.php:447 defaults.php:461 defaults.php:476 defaults.php:491
2486
+ #: defaults.php:506 defaults.php:521 defaults.php:535 defaults.php:549
2487
+ #: defaults.php:563 defaults.php:577 defaults.php:591 defaults.php:605
2488
+ #: defaults.php:619 defaults.php:633 defaults.php:647 defaults.php:661
2489
+ #: defaults.php:677 defaults.php:791 defaults.php:870 defaults.php:885
2490
+ #: defaults.php:901 defaults.php:916 defaults.php:933 defaults.php:948
2491
+ #: defaults.php:969 defaults.php:984 defaults.php:999 defaults.php:1014
2492
+ #: defaults.php:1029 defaults.php:1044 defaults.php:1059 defaults.php:1074
2493
+ #: defaults.php:1089 defaults.php:1104 defaults.php:1123 defaults.php:2154
2494
+ #: defaults.php:2169
2495
+ msgid "Post ID"
2496
  msgstr ""
2497
 
2498
+ #: defaults.php:333 defaults.php:347 defaults.php:361 defaults.php:375
2499
+ #: defaults.php:389 defaults.php:403 defaults.php:417 defaults.php:433
2500
+ #: defaults.php:448 defaults.php:462 defaults.php:477 defaults.php:492
2501
+ #: defaults.php:507 defaults.php:522 defaults.php:536 defaults.php:550
2502
+ #: defaults.php:564 defaults.php:578 defaults.php:592 defaults.php:606
2503
+ #: defaults.php:620 defaults.php:634 defaults.php:648 defaults.php:662
2504
+ #: defaults.php:678 defaults.php:792 defaults.php:871 defaults.php:886
2505
+ #: defaults.php:902 defaults.php:917 defaults.php:934 defaults.php:949
2506
+ #: defaults.php:970 defaults.php:985 defaults.php:1000 defaults.php:1015
2507
+ #: defaults.php:1030 defaults.php:1045 defaults.php:1060 defaults.php:1075
2508
+ #: defaults.php:1090 defaults.php:1105 defaults.php:1124 defaults.php:2155
2509
+ #: defaults.php:2170
2510
+ msgid "Post type"
2511
  msgstr ""
2512
 
2513
+ #: defaults.php:334 defaults.php:348 defaults.php:362 defaults.php:376
2514
+ #: defaults.php:390 defaults.php:404 defaults.php:418 defaults.php:434
2515
+ #: defaults.php:463 defaults.php:478 defaults.php:493 defaults.php:508
2516
+ #: defaults.php:523 defaults.php:537 defaults.php:551 defaults.php:565
2517
+ #: defaults.php:579 defaults.php:593 defaults.php:607 defaults.php:621
2518
+ #: defaults.php:635 defaults.php:649 defaults.php:663 defaults.php:679
2519
+ #: defaults.php:793 defaults.php:872 defaults.php:887 defaults.php:903
2520
+ #: defaults.php:918 defaults.php:935 defaults.php:950 defaults.php:971
2521
+ #: defaults.php:986 defaults.php:1001 defaults.php:1016 defaults.php:1031
2522
+ #: defaults.php:1046 defaults.php:1061 defaults.php:1076 defaults.php:1091
2523
+ #: defaults.php:1106 defaults.php:1125 defaults.php:2156 defaults.php:2171
2524
+ msgid "Post status"
2525
  msgstr ""
2526
 
2527
+ #: defaults.php:343
2528
+ msgid "User published a post"
2529
  msgstr ""
2530
 
2531
+ #: defaults.php:344
2532
+ msgid "Published the post %PostTitle%."
2533
  msgstr ""
2534
 
2535
+ #: defaults.php:357
2536
+ msgid "User modified a post"
2537
  msgstr ""
2538
 
2539
+ #: defaults.php:358
2540
+ msgid "Modified the post %PostTitle%."
2541
  msgstr ""
2542
 
2543
+ #: defaults.php:371
2544
+ msgid "User permanently deleted a post from the trash"
2545
  msgstr ""
2546
 
2547
+ #: defaults.php:372
2548
+ msgid "Permanently deleted the post %PostTitle%."
2549
  msgstr ""
2550
 
2551
+ #: defaults.php:385
2552
+ msgid "User moved a post to the trash"
2553
  msgstr ""
2554
 
2555
+ #: defaults.php:386
2556
+ msgid "Moved the post %PostTitle% to trash."
2557
  msgstr ""
2558
 
2559
+ #: defaults.php:399
2560
+ msgid "User restored a post from trash"
2561
  msgstr ""
2562
 
2563
+ #: defaults.php:400
2564
+ msgid "Restored the post %PostTitle% from trash."
2565
  msgstr ""
2566
 
2567
+ #: defaults.php:413
2568
+ msgid "User changed post URL"
2569
  msgstr ""
2570
 
2571
+ #: defaults.php:414
2572
+ msgid "Changed the URL of the post %PostTitle%."
2573
  msgstr ""
2574
 
2575
+ #: defaults.php:419 defaults.php:2676 defaults.php:2688
2576
+ msgid "Previous URL"
2577
  msgstr ""
2578
 
2579
+ #: defaults.php:420
2580
+ msgid "New URL"
2581
  msgstr ""
2582
 
2583
+ #: defaults.php:429
2584
+ msgid "User changed post author"
2585
  msgstr ""
2586
 
2587
+ #: defaults.php:430
2588
+ msgid "Changed the author of the post %PostTitle% to %NewAuthor%."
2589
  msgstr ""
2590
 
2591
+ #: defaults.php:435
2592
+ msgid "Previous author"
2593
  msgstr ""
2594
 
2595
+ #: defaults.php:444
2596
+ msgid "User changed post status"
2597
  msgstr ""
2598
 
2599
+ #: defaults.php:445
2600
+ msgid "Changed the status of the post %PostTitle% to %NewStatus%."
2601
  msgstr ""
2602
 
2603
+ #: defaults.php:449
2604
+ msgid "Previous status"
2605
  msgstr ""
2606
 
2607
+ #: defaults.php:458
2608
+ msgid "User changed the visibility of a post"
2609
  msgstr ""
2610
 
2611
+ #: defaults.php:459
2612
+ msgid "Changed the visibility of the post %PostTitle% to %NewVisibility%."
2613
  msgstr ""
2614
 
2615
+ #: defaults.php:464
2616
+ msgid "Previous visibility status"
2617
  msgstr ""
2618
 
2619
+ #: defaults.php:473
2620
+ msgid "User changed the date of a post"
 
2621
  msgstr ""
2622
 
2623
+ #: defaults.php:474
2624
+ msgid "Changed the date of the post %PostTitle% to %NewDate%."
2625
  msgstr ""
2626
 
2627
+ #: defaults.php:479
2628
+ msgid "Previous date"
2629
  msgstr ""
2630
 
2631
+ #: defaults.php:488
2632
+ msgid "User changed the parent of a page"
2633
  msgstr ""
2634
 
2635
+ #: defaults.php:489
2636
+ msgid "Changed the parent of the post %PostTitle% to %NewParentName%."
2637
  msgstr ""
2638
 
2639
+ #: defaults.php:494 defaults.php:831
2640
+ msgid "Previous parent"
2641
  msgstr ""
2642
 
2643
+ #: defaults.php:503
2644
+ msgid "User changed the template of a page"
2645
  msgstr ""
2646
 
2647
+ #: defaults.php:504
2648
+ msgid "Changed the template of the post %PostTitle% to %NewTemplate%."
2649
  msgstr ""
2650
 
2651
+ #: defaults.php:509
2652
+ msgid "Previous template"
2653
  msgstr ""
2654
 
2655
+ #: defaults.php:518
2656
+ msgid "User set a post as sticky"
2657
  msgstr ""
2658
 
2659
+ #: defaults.php:519
2660
+ msgid "Set the post %PostTitle% as sticky."
2661
  msgstr ""
2662
 
2663
+ #: defaults.php:532
2664
+ msgid "User removed post from sticky"
2665
  msgstr ""
2666
 
2667
+ #: defaults.php:533
2668
+ msgid "Removed the post %PostTitle% from sticky."
2669
  msgstr ""
2670
 
2671
+ #: defaults.php:546
2672
+ msgid "User modified the content of a post"
2673
  msgstr ""
2674
 
2675
+ #: defaults.php:547
2676
+ msgid "Modified the content of the post %PostTitle%."
2677
  msgstr ""
2678
 
2679
+ #: defaults.php:560
2680
+ msgid "User submitted a post for review"
2681
  msgstr ""
2682
 
2683
+ #: defaults.php:561
2684
+ msgid "Submitted the post %PostTitle% for review."
2685
  msgstr ""
2686
 
2687
+ #: defaults.php:574
2688
+ msgid "User scheduled a post"
2689
  msgstr ""
2690
 
2691
+ #: defaults.php:575
2692
+ msgid "Scheduled the post %PostTitle% to be published on %PublishingDate%."
2693
  msgstr ""
2694
 
2695
+ #: defaults.php:588
2696
+ msgid "User changed title of a post"
2697
  msgstr ""
2698
 
2699
+ #: defaults.php:589
2700
+ msgid "Changed the title of the post %OldTitle% to %NewTitle%."
2701
  msgstr ""
2702
 
2703
+ #: defaults.php:602
2704
+ msgid "User opened a post in the editor"
2705
  msgstr ""
2706
 
2707
+ #: defaults.php:603
2708
+ msgid "Opened the post %PostTitle% in the editor."
2709
  msgstr ""
2710
 
2711
+ #: defaults.php:616
2712
+ msgid "User viewed a post"
2713
  msgstr ""
2714
 
2715
+ #: defaults.php:617
2716
+ msgid "Viewed the post %PostTitle%."
2717
  msgstr ""
2718
 
2719
+ #: defaults.php:630
2720
+ msgid "User enabled/disabled comments in a post"
2721
  msgstr ""
2722
 
2723
+ #: defaults.php:631
2724
+ msgid "Comments in the post %PostTitle%."
2725
  msgstr ""
2726
 
2727
+ #: defaults.php:644
2728
+ msgid "User enabled/disabled trackbacks and pingbacks in a post"
2729
  msgstr ""
2730
 
2731
+ #: defaults.php:645
2732
+ msgid "Pingbacks and Trackbacks in the post %PostTitle%."
2733
  msgstr ""
2734
 
2735
+ #: defaults.php:658
2736
+ msgid "User updated the excerpt in a post"
2737
  msgstr ""
2738
 
2739
+ #: defaults.php:659
2740
+ msgid "The excerpt of the post %PostTitle%."
 
2741
  msgstr ""
2742
 
2743
+ #: defaults.php:664
2744
+ msgid "Previous excerpt entry"
2745
  msgstr ""
2746
 
2747
+ #: defaults.php:665
2748
+ msgid "New excerpt entry"
2749
  msgstr ""
2750
 
2751
+ #: defaults.php:674
2752
+ msgid "User updated the featured image in a post"
2753
  msgstr ""
2754
 
2755
+ #: defaults.php:675
2756
+ msgid "The featured image of the post %PostTitle%."
2757
  msgstr ""
2758
 
2759
+ #: defaults.php:680
2760
+ msgid "Previous image"
2761
  msgstr ""
2762
 
2763
+ #: defaults.php:681
2764
+ msgid "New image"
2765
  msgstr ""
2766
 
2767
+ #: defaults.php:689
2768
+ msgid "Tags"
2769
  msgstr ""
2770
 
2771
+ #: defaults.php:693
2772
+ msgid "User added post tag"
2773
  msgstr ""
2774
 
2775
+ #: defaults.php:694
2776
+ msgid "Added tag(s) to the post %PostTitle%."
2777
  msgstr ""
2778
 
2779
+ #: defaults.php:697 defaults.php:712
2780
+ msgid "Type"
 
2781
  msgstr ""
2782
 
2783
+ #: defaults.php:698 defaults.php:713
2784
+ msgid "Status"
2785
  msgstr ""
2786
 
2787
+ #: defaults.php:699
2788
+ msgid "Added tag(s)"
2789
  msgstr ""
2790
 
2791
+ #: defaults.php:708
2792
+ msgid "User removed post tag"
2793
  msgstr ""
2794
 
2795
+ #: defaults.php:709
2796
+ msgid "Removed tag(s) from the post %PostTitle%."
2797
  msgstr ""
2798
 
2799
+ #: defaults.php:714
2800
+ msgid "Removed tag(s)"
2801
  msgstr ""
2802
 
2803
+ #: defaults.php:723
2804
+ msgid "User created new tag"
2805
  msgstr ""
2806
 
2807
+ #: defaults.php:724
2808
+ msgid "Created the tag %TagName%."
2809
  msgstr ""
2810
 
2811
+ #: defaults.php:726 defaults.php:738 defaults.php:750 defaults.php:774
2812
+ #: defaults.php:806 defaults.php:818 defaults.php:830 defaults.php:843
2813
+ msgid "Slug"
2814
  msgstr ""
2815
 
2816
+ #: defaults.php:735
2817
+ msgid "User deleted tag"
2818
  msgstr ""
2819
 
2820
+ #: defaults.php:736
2821
+ msgid "Deleted the tag %TagName%."
2822
  msgstr ""
2823
 
2824
+ #: defaults.php:747
2825
+ msgid "Renamed the tag %old_name% to %new_name%."
2826
  msgstr ""
2827
 
2828
+ #: defaults.php:759
2829
+ msgid "User changed tag slug"
2830
  msgstr ""
2831
 
2832
+ #: defaults.php:760
2833
+ msgid "Changed the slug of the tag %tag% to %new_slug%."
 
2834
  msgstr ""
2835
 
2836
+ #: defaults.php:762 defaults.php:855
2837
+ msgid "Previous slug"
2838
  msgstr ""
2839
 
2840
+ #: defaults.php:771
2841
+ msgid "User changed tag description"
2842
  msgstr ""
2843
 
2844
+ #: defaults.php:772
2845
+ msgid "Changed the description of the tag %tag%."
2846
  msgstr ""
2847
 
2848
+ #: defaults.php:775
2849
+ msgid "Previous description"
 
 
2850
  msgstr ""
2851
 
2852
+ #: defaults.php:776
2853
+ msgid "New description"
2854
  msgstr ""
2855
 
2856
+ #: defaults.php:784
2857
+ msgid "Categories"
2858
  msgstr ""
2859
 
2860
+ #: defaults.php:788
2861
+ msgid "User changed post category"
2862
  msgstr ""
2863
 
2864
+ #: defaults.php:789
2865
+ msgid "Changed the category(ies) of the post %PostTitle% to %NewCategories%."
2866
  msgstr ""
2867
 
2868
+ #: defaults.php:794
2869
+ msgid "Previous category(ies)"
2870
  msgstr ""
2871
 
2872
+ #: defaults.php:803
2873
+ msgid "User created new category"
2874
  msgstr ""
2875
 
2876
+ #: defaults.php:804
2877
+ msgid "Created the category %CategoryName%."
2878
  msgstr ""
2879
 
2880
+ #: defaults.php:815
2881
+ msgid "User deleted category"
2882
  msgstr ""
2883
 
2884
+ #: defaults.php:816
2885
+ msgid "Deleted the category %CategoryName%."
2886
  msgstr ""
2887
 
2888
+ #: defaults.php:827
2889
+ msgid "Changed the parent of a category"
2890
  msgstr ""
2891
 
2892
+ #: defaults.php:828
2893
+ msgid "Changed the parent of the category %CategoryName% to %NewParent%."
 
2894
  msgstr ""
2895
 
2896
+ #: defaults.php:840
2897
+ msgid "User changed category name"
2898
  msgstr ""
2899
 
2900
+ #: defaults.php:841
2901
+ msgid "Renamed the category %old_name% to %new_name%."
2902
  msgstr ""
2903
 
2904
+ #: defaults.php:852
2905
+ msgid "User changed category slug"
2906
  msgstr ""
2907
 
2908
+ #: defaults.php:853
2909
+ msgid "Changed the slug of the category %CategoryName% to %new_slug%."
2910
  msgstr ""
2911
 
2912
+ #: defaults.php:863
2913
+ msgid "Custom Fields"
2914
  msgstr ""
2915
 
2916
+ #: defaults.php:867
2917
+ msgid "User created a custom field for a post"
2918
  msgstr ""
2919
 
2920
+ #: defaults.php:868
2921
+ msgid "Created the new custom field %MetaKey% in the post %PostTitle%."
2922
  msgstr ""
2923
 
2924
+ #: defaults.php:873 defaults.php:1834
2925
+ msgid "Custom field value"
2926
  msgstr ""
2927
 
2928
+ #: defaults.php:882
2929
+ msgid "User updated a custom field value for a post"
2930
  msgstr ""
2931
 
2932
+ #: defaults.php:883
2933
+ msgid "Modified the value of the custom field %MetaName% in the post %PostTitle%."
2934
  msgstr ""
2935
 
2936
+ #: defaults.php:888
2937
+ msgid "Previous custom field value"
2938
  msgstr ""
2939
 
2940
+ #: defaults.php:889
2941
+ msgid "New custom field value"
2942
  msgstr ""
2943
 
2944
+ #: defaults.php:898
2945
+ msgid "User deleted a custom field from a post"
2946
  msgstr ""
2947
 
2948
+ #: defaults.php:899
2949
+ msgid "Deleted the custom field %MetaKey% from the post %PostTitle%."
2950
  msgstr ""
2951
 
2952
+ #: defaults.php:912
2953
+ msgid "User updated a custom field name for a post"
2954
  msgstr ""
2955
 
2956
+ #: defaults.php:913
2957
+ msgid "Renamed the custom field %MetaKeyOld% on post %PostTitle% to %MetaKeNew%."
2958
  msgstr ""
2959
 
2960
+ #: defaults.php:926
2961
+ msgid "Custom Fields (ACF)"
2962
  msgstr ""
2963
 
2964
+ #: defaults.php:930
2965
+ msgid "User added relationship to a custom field value for a post"
2966
  msgstr ""
2967
 
2968
+ #: defaults.php:931
2969
+ msgid "Added relationships to the custom field %MetaKey% in the post %PostTitle%."
2970
  msgstr ""
2971
 
2972
+ #: defaults.php:936
2973
+ msgid "New relationships"
2974
  msgstr ""
2975
 
2976
+ #: defaults.php:945
2977
+ msgid "User removed relationship from a custom field value for a post"
2978
  msgstr ""
2979
 
2980
+ #: defaults.php:946
2981
+ msgid "Removed relationships from the custom field %MetaKey% in the post %PostTitle%."
2982
  msgstr ""
2983
 
2984
+ #: defaults.php:951
2985
+ msgid "Removed relationships"
2986
  msgstr ""
2987
 
2988
+ #: defaults.php:962
2989
+ msgid "Comments"
2990
  msgstr ""
2991
 
2992
+ #: defaults.php:966
2993
+ msgid "User approved a comment"
2994
  msgstr ""
2995
 
2996
+ #: defaults.php:967
2997
+ msgid "Approved the comment posted by %Author% on the post %PostTitle%."
2998
  msgstr ""
2999
 
3000
+ #: defaults.php:972 defaults.php:987 defaults.php:1002 defaults.php:1017
3001
+ #: defaults.php:1032 defaults.php:1047 defaults.php:1062 defaults.php:1077
3002
+ #: defaults.php:1092 defaults.php:1107 defaults.php:1126
3003
+ msgid "Comment ID"
3004
  msgstr ""
3005
 
3006
+ #: defaults.php:981
3007
+ msgid "User unapproved a comment"
3008
  msgstr ""
3009
 
3010
+ #: defaults.php:982
3011
+ msgid "Unapproved the comment posted by %Author% on the post %PostTitle%."
3012
  msgstr ""
3013
 
3014
+ #: defaults.php:996
3015
+ msgid "User replied to a comment"
3016
  msgstr ""
3017
 
3018
+ #: defaults.php:997
3019
+ msgid "Replied to the comment posted by %Author% on the post %PostTitle%."
3020
  msgstr ""
3021
 
3022
+ #: defaults.php:1011
3023
+ msgid "User edited a comment"
3024
  msgstr ""
3025
 
3026
+ #: defaults.php:1012
3027
+ msgid "Edited the comment posted by %Author% on the post %PostTitle%."
3028
  msgstr ""
3029
 
3030
+ #: defaults.php:1026
3031
+ msgid "User marked a comment as Spam"
3032
  msgstr ""
3033
 
3034
+ #: defaults.php:1027
3035
+ msgid "Marked the comment posted by %Author% on the post %PostTitle% as spam."
3036
  msgstr ""
3037
 
3038
+ #: defaults.php:1041
3039
+ msgid "User marked a comment as Not Spam"
3040
  msgstr ""
3041
 
3042
+ #: defaults.php:1042
3043
+ msgid "Marked the comment posted by %Author% on the post %PostTitle% as not spam."
3044
  msgstr ""
3045
 
3046
+ #: defaults.php:1056
3047
+ msgid "User moved a comment to trash"
3048
  msgstr ""
3049
 
3050
+ #: defaults.php:1057
3051
+ msgid "Moved the comment posted by %Author% on the post %PostTitle% to trash."
3052
  msgstr ""
3053
 
3054
+ #: defaults.php:1071
3055
+ msgid "User restored a comment from the trash"
3056
  msgstr ""
3057
 
3058
+ #: defaults.php:1072
3059
+ msgid "Restored the comment posted by %Author% on the post %PostTitle% from trash."
3060
  msgstr ""
3061
 
3062
+ #: defaults.php:1086
3063
+ msgid "User permanently deleted a comment"
3064
  msgstr ""
3065
 
3066
+ #: defaults.php:1087
3067
+ msgid "Permanently deleted the comment posted by %Author% on the post %PostTitle%."
3068
  msgstr ""
3069
 
3070
+ #: defaults.php:1101
3071
+ msgid "User posted a comment"
3072
  msgstr ""
3073
 
3074
+ #: defaults.php:1102 defaults.php:1121
3075
+ msgid "Posted a comment on the post %PostTitle%."
3076
  msgstr ""
3077
 
3078
+ #: defaults.php:1120
3079
+ msgid "Visitor posted a comment"
3080
  msgstr ""
3081
 
3082
+ #: defaults.php:1137
3083
+ msgid "Widgets"
3084
  msgstr ""
3085
 
3086
+ #: defaults.php:1141
3087
+ msgid "User added a new widget"
3088
  msgstr ""
3089
 
3090
+ #: defaults.php:1142
3091
+ msgid "Added a new %WidgetName% widget in %Sidebar%."
3092
  msgstr ""
3093
 
3094
+ #: defaults.php:1151
3095
+ msgid "User modified a widget"
3096
  msgstr ""
3097
 
3098
+ #: defaults.php:1152
3099
+ msgid "Modified the %WidgetName% widget in %Sidebar%."
3100
  msgstr ""
3101
 
3102
+ #: defaults.php:1161
3103
+ msgid "User deleted widget"
3104
  msgstr ""
3105
 
3106
+ #: defaults.php:1162
3107
+ msgid "Deleted the %WidgetName% widget from %Sidebar%."
3108
  msgstr ""
3109
 
3110
+ #: defaults.php:1171
3111
+ msgid "User moved widget"
3112
  msgstr ""
3113
 
3114
+ #: defaults.php:1172
3115
+ msgid "Moved the %WidgetName% widget."
3116
  msgstr ""
3117
 
3118
+ #: defaults.php:1174
3119
+ msgid "From"
3120
  msgstr ""
3121
 
3122
+ #: defaults.php:1175
3123
+ msgid "To"
3124
  msgstr ""
3125
 
3126
+ #: defaults.php:1184
3127
+ msgid "User changed widget position"
3128
  msgstr ""
3129
 
3130
+ #: defaults.php:1185
3131
+ msgid "Changed the position of the %WidgetName% widget in %Sidebar%."
 
3132
  msgstr ""
3133
 
3134
+ #: defaults.php:1196
3135
+ msgid "Menus"
3136
  msgstr ""
3137
 
3138
+ #: defaults.php:1200
3139
+ msgid "User created new menu"
3140
  msgstr ""
3141
 
3142
+ #: defaults.php:1201
3143
+ msgid "New menu called %MenuName%."
3144
  msgstr ""
3145
 
3146
+ #: defaults.php:1210
3147
+ msgid "User added content to a menu"
3148
  msgstr ""
3149
 
3150
+ #: defaults.php:1211
3151
+ msgid "Added the item %ContentName% to the menu %MenuName%."
3152
  msgstr ""
3153
 
3154
+ #: defaults.php:1213 defaults.php:1225 defaults.php:1257
3155
+ msgid "Item type"
3156
  msgstr ""
3157
 
3158
+ #: defaults.php:1222
3159
+ msgid "User removed content from a menu"
3160
  msgstr ""
3161
 
3162
+ #: defaults.php:1223
3163
+ msgid "Removed the item %ContentName% from the menu %MenuName%."
3164
  msgstr ""
3165
 
3166
+ #: defaults.php:1234
3167
+ msgid "User deleted menu"
3168
  msgstr ""
3169
 
3170
+ #: defaults.php:1235
3171
+ msgid "Deleted the menu %MenuName%."
3172
  msgstr ""
3173
 
3174
+ #: defaults.php:1244
3175
+ msgid "User changed menu setting"
3176
  msgstr ""
3177
 
3178
+ #: defaults.php:1245
3179
+ msgid "The setting %MenuSetting% in the menu %MenuName%."
3180
  msgstr ""
3181
 
3182
+ #: defaults.php:1254
3183
+ msgid "User modified content in a menu"
3184
  msgstr ""
3185
 
3186
+ #: defaults.php:1255
3187
+ msgid "Modified the item %ContentName% in the menu %MenuName%."
3188
  msgstr ""
3189
 
3190
+ #: defaults.php:1266
3191
+ msgid "User changed name of a menu"
3192
  msgstr ""
3193
 
3194
+ #: defaults.php:1267
3195
+ msgid "Renamed the menu %OldMenuName% to %MenuName%."
3196
  msgstr ""
3197
 
3198
+ #: defaults.php:1276
3199
+ msgid "User changed order of the objects in a menu"
3200
  msgstr ""
3201
 
3202
+ #: defaults.php:1277
3203
+ msgid "Changed the order of the items in the menu %MenuName%."
3204
  msgstr ""
3205
 
3206
+ #: defaults.php:1286
3207
+ msgid "User moved objects as a sub-item"
3208
  msgstr ""
3209
 
3210
+ #: defaults.php:1287
3211
+ msgid "Moved items as sub-items in the menu %MenuName%."
3212
  msgstr ""
3213
 
3214
+ #: defaults.php:1289
3215
+ msgid "Moved item"
3216
  msgstr ""
3217
 
3218
+ #: defaults.php:1290
3219
+ msgid "as a sub-item of"
3220
  msgstr ""
3221
 
3222
+ #: defaults.php:1310
3223
+ msgid "User modified a draft blog post"
3224
  msgstr ""
3225
 
3226
+ #: defaults.php:1311
3227
+ msgid "Modified the draft post with the %PostTitle%. %EditorLinkPost%."
3228
  msgstr ""
3229
 
3230
+ #: defaults.php:1316
3231
+ msgid "User created a new post with custom post type and saved it as draft"
 
3232
  msgstr ""
3233
 
3234
+ #: defaults.php:1317
3235
+ msgid "Created a new custom post called %PostTitle% of type %PostType%. %EditorLinkPost%."
3236
  msgstr ""
3237
 
3238
+ #: defaults.php:1322
3239
+ msgid "User published a post with custom post type"
3240
  msgstr ""
3241
 
3242
+ #: defaults.php:1323
3243
+ msgid "Published a custom post %PostTitle% of type %PostType%. Post URL is %PostUrl%. %EditorLinkPost%."
3244
  msgstr ""
3245
 
3246
+ #: defaults.php:1328
3247
+ msgid "User modified a post with custom post type"
3248
  msgstr ""
3249
 
3250
+ #: defaults.php:1329
3251
+ msgid "Modified the custom post %PostTitle% of type %PostType%. Post URL is %PostUrl%. %EditorLinkPost%."
3252
  msgstr ""
3253
 
3254
+ #: defaults.php:1334
3255
+ msgid "User modified a draft post with custom post type"
3256
  msgstr ""
3257
 
3258
+ #: defaults.php:1335
3259
+ msgid "Modified the draft custom post %PostTitle% of type is %PostType%. %EditorLinkPost%."
3260
  msgstr ""
3261
 
3262
+ #: defaults.php:1340
3263
+ msgid "User permanently deleted post with custom post type"
3264
  msgstr ""
3265
 
3266
+ #: defaults.php:1341
3267
+ msgid "Permanently Deleted the custom post %PostTitle% of type %PostType%."
3268
  msgstr ""
3269
 
3270
+ #: defaults.php:1346
3271
+ msgid "User moved post with custom post type to trash"
3272
  msgstr ""
3273
 
3274
+ #: defaults.php:1347
3275
+ msgid "Moved the custom post %PostTitle% of type %PostType% to trash. Post URL was %PostUrl%."
3276
  msgstr ""
3277
 
3278
+ #: defaults.php:1352
3279
+ msgid "User restored post with custom post type from trash"
3280
  msgstr ""
3281
 
3282
+ #: defaults.php:1353
3283
+ msgid "The custom post %PostTitle% of type %PostType% has been restored from trash. %EditorLinkPost%."
3284
  msgstr ""
3285
 
3286
+ #: defaults.php:1358
3287
+ msgid "User changed the category of a post with custom post type"
3288
  msgstr ""
3289
 
3290
+ #: defaults.php:1359
3291
+ msgid "Changed the category(ies) of the custom post %PostTitle% of type %PostType% from %OldCategories% to %NewCategories%. %EditorLinkPost%."
3292
  msgstr ""
3293
 
3294
+ #: defaults.php:1364
3295
+ msgid "User changed the URL of a post with custom post type"
3296
  msgstr ""
3297
 
3298
+ #: defaults.php:1365
3299
+ msgid "Changed the URL of the custom post %PostTitle% of type %PostType% from %OldUrl% to %NewUrl%. %EditorLinkPost%."
3300
  msgstr ""
3301
 
3302
+ #: defaults.php:1370
3303
+ msgid "User changed the author or post with custom post type"
3304
  msgstr ""
3305
 
3306
+ #: defaults.php:1371
3307
+ msgid "Changed the author of custom post %PostTitle% of type %PostType% from %OldAuthor% to %NewAuthor%. %EditorLinkPost%."
3308
  msgstr ""
3309
 
3310
+ #: defaults.php:1376
3311
+ msgid "User changed the status of post with custom post type"
3312
  msgstr ""
3313
 
3314
+ #: defaults.php:1377
3315
+ msgid "Changed the status of custom post %PostTitle% of type %PostType% from %OldStatus% to %NewStatus%. %EditorLinkPost%."
3316
  msgstr ""
3317
 
3318
+ #: defaults.php:1382
3319
+ msgid "User changed the visibility of a post with custom post type"
3320
  msgstr ""
3321
 
3322
+ #: defaults.php:1383
3323
+ msgid "Changed the visibility of the custom post %PostTitle% of type %PostType% from %OldVisibility% to %NewVisibility%. %EditorLinkPost%."
3324
  msgstr ""
3325
 
3326
+ #: defaults.php:1388
3327
+ msgid "User changed the date of post with custom post type"
3328
  msgstr ""
3329
 
3330
+ #: defaults.php:1389
3331
+ msgid "Changed the date of the custom post %PostTitle% of type %PostType% from %OldDate% to %NewDate%. %EditorLinkPost%."
 
 
3332
  msgstr ""
3333
 
3334
+ #: defaults.php:1394
3335
+ msgid "User created a custom field for a custom post type"
3336
  msgstr ""
3337
 
3338
+ #: defaults.php:1395
3339
+ msgid "Created a new custom field %MetaKey% with value %MetaValue% in custom post %PostTitle% of type %PostType%. %EditorLinkPost%.<br>%MetaLink%."
3340
  msgstr ""
3341
 
3342
+ #: defaults.php:1400
3343
+ msgid "User updated a custom field for a custom post type"
3344
  msgstr ""
3345
 
3346
+ #: defaults.php:1401
3347
+ msgid "Modified the value of the custom field %MetaKey% from %MetaValueOld% to %MetaValueNew% in custom post %PostTitle% of type %PostType% %EditorLinkPost%.<br>%MetaLink%."
3348
  msgstr ""
3349
 
3350
+ #: defaults.php:1406
3351
+ msgid "User deleted a custom field from a custom post type"
3352
  msgstr ""
3353
 
3354
+ #: defaults.php:1407
3355
+ msgid "Deleted the custom field %MetaKey% with id %MetaID% from custom post %PostTitle% of type %PostType% %EditorLinkPost%.<br>%MetaLink%."
3356
  msgstr ""
3357
 
3358
+ #: defaults.php:1412
3359
+ msgid "User updated a custom field name for a custom post type"
3360
  msgstr ""
3361
 
3362
+ #: defaults.php:1413
3363
+ msgid "Changed the custom field name from %MetaKeyOld% to %MetaKeyNew% in custom post %PostTitle% of type %PostType% %EditorLinkPost%.<br>%MetaLink%."
3364
  msgstr ""
3365
 
3366
+ #: defaults.php:1418
3367
+ msgid "User modified content for a published custom post type"
3368
  msgstr ""
3369
 
3370
+ #: defaults.php:1419
3371
+ msgid "Modified the content of the published custom post type %PostTitle%. Post URL is %PostUrl%. %EditorLinkPost%."
3372
  msgstr ""
3373
 
3374
+ #: defaults.php:1424
3375
+ msgid "User modified content for a draft post"
3376
  msgstr ""
3377
 
3378
+ #: defaults.php:1425
3379
+ msgid "Modified the content of the draft post %PostTitle%.%RevisionLink% %EditorLinkPost%."
3380
  msgstr ""
3381
 
3382
+ #: defaults.php:1430
3383
+ msgid "User modified content for a draft custom post type"
3384
  msgstr ""
3385
 
3386
+ #: defaults.php:1431
3387
+ msgid "Modified the content of the draft custom post type %PostTitle%.%EditorLinkPost%."
3388
  msgstr ""
3389
 
3390
+ #: defaults.php:1436
3391
+ msgid "User modified content of a post"
3392
  msgstr ""
3393
 
3394
+ #: defaults.php:1437
3395
+ msgid "Modified the content of post %PostTitle% which is submitted for review.%RevisionLink% %EditorLinkPost%."
3396
  msgstr ""
3397
 
3398
+ #: defaults.php:1442
3399
+ msgid "User scheduled a custom post type"
3400
  msgstr ""
3401
 
3402
+ #: defaults.php:1443
3403
+ msgid "Scheduled the custom post type %PostTitle% to be published %PublishingDate%. %EditorLinkPost%."
3404
  msgstr ""
3405
 
3406
+ #: defaults.php:1448
3407
+ msgid "User changed title of a custom post type"
3408
  msgstr ""
3409
 
3410
+ #: defaults.php:1449
3411
+ msgid "Changed the title of the custom post %OldTitle% to %NewTitle%. %EditorLinkPost%."
3412
  msgstr ""
3413
 
3414
+ #: defaults.php:1454
3415
+ msgid "User opened a custom post type in the editor"
3416
  msgstr ""
3417
 
3418
+ #: defaults.php:1455
3419
+ msgid "Opened the custom post %PostTitle% of type %PostType% in the editor. View the post: %EditorLinkPost%."
3420
  msgstr ""
3421
 
3422
+ #: defaults.php:1460
3423
+ msgid "User viewed a custom post type"
3424
  msgstr ""
3425
 
3426
+ #: defaults.php:1461
3427
+ msgid "Viewed the custom post %PostTitle% of type %PostType%. View the post: %PostUrl%."
3428
  msgstr ""
3429
 
3430
+ #: defaults.php:1466
3431
+ msgid "A plugin created a custom post"
3432
  msgstr ""
3433
 
3434
+ #: defaults.php:1467
3435
+ msgid "A plugin automatically created the following custom post: %PostTitle%."
3436
  msgstr ""
3437
 
3438
+ #: defaults.php:1472
3439
+ msgid "A plugin deleted a custom post"
3440
  msgstr ""
3441
 
3442
+ #: defaults.php:1473
3443
+ msgid "A plugin automatically deleted the following custom post: %PostTitle%."
3444
  msgstr ""
3445
 
3446
+ #: defaults.php:1478
3447
+ msgid "A plugin modified a custom post"
3448
  msgstr ""
3449
 
3450
+ #: defaults.php:1479
3451
+ msgid "Plugin modified the custom post %PostTitle%. View the post: %EditorLinkPost%."
3452
  msgstr ""
3453
 
3454
+ #: defaults.php:1495
3455
+ msgid "User created a new WordPress page and saved it as draft"
3456
  msgstr ""
3457
 
3458
+ #: defaults.php:1496
3459
+ msgid "Created a new page called %PostTitle% and saved it as draft. %EditorLinkPage%."
3460
  msgstr ""
3461
 
3462
+ #: defaults.php:1501
3463
+ msgid "User published a WordPress page"
3464
  msgstr ""
3465
 
3466
+ #: defaults.php:1502
3467
+ msgid "Published a page called %PostTitle%. Page URL is %PostUrl%. %EditorLinkPage%."
3468
  msgstr ""
3469
 
3470
+ #: defaults.php:1507
3471
+ msgid "User modified a published WordPress page"
3472
  msgstr ""
3473
 
3474
+ #: defaults.php:1508
3475
+ msgid "Modified the published page %PostTitle%. Page URL is %PostUrl%. %EditorLinkPage%."
3476
  msgstr ""
3477
 
3478
+ #: defaults.php:1513
3479
+ msgid "User modified a draft WordPress page"
3480
  msgstr ""
3481
 
3482
+ #: defaults.php:1514
3483
+ msgid "Modified the draft page %PostTitle%. Page ID is %PostID%. %EditorLinkPage%."
3484
  msgstr ""
3485
 
3486
+ #: defaults.php:1519
3487
+ msgid "User permanently deleted a page from the trash"
3488
  msgstr ""
3489
 
3490
+ #: defaults.php:1520
3491
+ msgid "Permanently deleted the page %PostTitle%."
 
3492
  msgstr ""
3493
 
3494
+ #: defaults.php:1525
3495
+ msgid "User moved WordPress page to the trash"
3496
  msgstr ""
3497
 
3498
+ #: defaults.php:1526
3499
+ msgid "Moved the page %PostTitle% to trash. Page URL was %PostUrl%."
3500
  msgstr ""
3501
 
3502
+ #: defaults.php:1531
3503
+ msgid "User restored a WordPress page from trash"
3504
  msgstr ""
3505
 
3506
+ #: defaults.php:1532
3507
+ msgid "Page %PostTitle% has been restored from trash. %EditorLinkPage%."
3508
  msgstr ""
3509
 
3510
+ #: defaults.php:1537
3511
+ msgid "User changed page URL"
 
3512
  msgstr ""
3513
 
3514
+ #: defaults.php:1538
3515
+ msgid "Changed the URL of the page %PostTitle% from %OldUrl% to %NewUrl%. %EditorLinkPage%."
3516
  msgstr ""
3517
 
3518
+ #: defaults.php:1543
3519
+ msgid "User changed page author"
3520
  msgstr ""
3521
 
3522
+ #: defaults.php:1544
3523
+ msgid "Changed the author of the page %PostTitle% from %OldAuthor% to %NewAuthor%. %EditorLinkPage%."
3524
  msgstr ""
3525
 
3526
+ #: defaults.php:1549
3527
+ msgid "User changed page status"
3528
  msgstr ""
3529
 
3530
+ #: defaults.php:1550
3531
+ msgid "Changed the status of the page %PostTitle% from %OldStatus% to %NewStatus%. %EditorLinkPage%."
3532
  msgstr ""
3533
 
3534
+ #: defaults.php:1555
3535
+ msgid "User changed the visibility of a page post"
3536
  msgstr ""
3537
 
3538
+ #: defaults.php:1556
3539
+ msgid "Changed the visibility of the page %PostTitle% from %OldVisibility% to %NewVisibility%. %EditorLinkPage%."
3540
  msgstr ""
3541
 
3542
+ #: defaults.php:1561
3543
+ msgid "User changed the date of a page post"
3544
  msgstr ""
3545
 
3546
+ #: defaults.php:1562
3547
+ msgid "Changed the date of the page %PostTitle% from %OldDate% to %NewDate%. %EditorLinkPage%."
3548
  msgstr ""
3549
 
3550
+ #: defaults.php:1567
3551
+ msgid "User created a custom field for a page"
3552
  msgstr ""
3553
 
3554
+ #: defaults.php:1568
3555
+ msgid "Created a new custom field called %MetaKey% with value %MetaValue% in the page %PostTitle% %EditorLinkPage%.<br>%MetaLink%."
3556
  msgstr ""
3557
 
3558
+ #: defaults.php:1573
3559
+ msgid "User updated a custom field value for a page"
3560
  msgstr ""
3561
 
3562
+ #: defaults.php:1574
3563
+ msgid "Modified the value of the custom field %MetaKey% from %MetaValueOld% to %MetaValueNew% in the page %PostTitle% %EditorLinkPage%.<br>%MetaLink%."
3564
  msgstr ""
3565
 
3566
+ #: defaults.php:1579
3567
+ msgid "User deleted a custom field from a page"
3568
  msgstr ""
3569
 
3570
+ #: defaults.php:1580
3571
+ msgid "Deleted the custom field %MetaKey% with id %MetaID% from page %PostTitle% %EditorLinkPage%<br>%MetaLink%."
3572
  msgstr ""
3573
 
3574
+ #: defaults.php:1585
3575
+ msgid "User updated a custom field name for a page"
3576
  msgstr ""
3577
 
3578
+ #: defaults.php:1586
3579
+ msgid "Changed the custom field name from %MetaKeyOld% to %MetaKeyNew% in the page %PostTitle% %EditorLinkPage%.<br>%MetaLink%."
3580
  msgstr ""
3581
 
3582
+ #: defaults.php:1591
3583
+ msgid "User modified content for a published page"
3584
  msgstr ""
3585
 
3586
+ #: defaults.php:1592
3587
+ msgid "Modified the content of the published page %PostTitle%. Page URL is %PostUrl%. %RevisionLink% %EditorLinkPage%."
3588
  msgstr ""
3589
 
3590
+ #: defaults.php:1597
3591
+ msgid "User modified content for a draft page"
3592
  msgstr ""
3593
 
3594
+ #: defaults.php:1598
3595
+ msgid "Modified the content of draft page %PostTitle%.%RevisionLink% %EditorLinkPage%."
3596
  msgstr ""
3597
 
3598
+ #: defaults.php:1603
3599
+ msgid "User scheduled a page"
3600
  msgstr ""
3601
 
3602
+ #: defaults.php:1604
3603
+ msgid "Scheduled the page %PostTitle% to be published %PublishingDate%. %EditorLinkPage%."
3604
  msgstr ""
3605
 
3606
+ #: defaults.php:1609
3607
+ msgid "User changed title of a page"
3608
  msgstr ""
3609
 
3610
+ #: defaults.php:1610
3611
+ msgid "Changed the title of the page %OldTitle% to %NewTitle%. %EditorLinkPage%."
3612
  msgstr ""
3613
 
3614
+ #: defaults.php:1615
3615
+ msgid "User opened a page in the editor"
3616
  msgstr ""
3617
 
3618
+ #: defaults.php:1616
3619
+ msgid "Opened the page %PostTitle% in the editor. View the page: %EditorLinkPage%."
3620
  msgstr ""
3621
 
3622
+ #: defaults.php:1621
3623
+ msgid "User viewed a page"
3624
  msgstr ""
3625
 
3626
+ #: defaults.php:1622
3627
+ msgid "Viewed the page %PostTitle%. View the page: %PostUrl%."
3628
  msgstr ""
3629
 
3630
+ #: defaults.php:1627
3631
+ msgid "User disabled Comments/Trackbacks and Pingbacks on a draft post"
3632
  msgstr ""
3633
 
3634
+ #: defaults.php:1628
3635
+ msgid "Disabled %Type% on the draft post %PostTitle%. View the post: %PostUrl%."
3636
  msgstr ""
3637
 
3638
+ #: defaults.php:1633
3639
+ msgid "User enabled Comments/Trackbacks and Pingbacks on a draft post"
3640
  msgstr ""
3641
 
3642
+ #: defaults.php:1634
3643
+ msgid "Enabled %Type% on the draft post %PostTitle%. View the post: %PostUrl%."
3644
  msgstr ""
3645
 
3646
+ #: defaults.php:1639
3647
+ msgid "User disabled Comments/Trackbacks and Pingbacks on a published page"
3648
  msgstr ""
3649
 
3650
+ #: defaults.php:1640
3651
+ msgid "Disabled %Type% on the published page %PostTitle%. View the page: %PostUrl%."
3652
  msgstr ""
3653
 
3654
+ #: defaults.php:1645
3655
+ msgid "User enabled Comments/Trackbacks and Pingbacks on a published page"
3656
  msgstr ""
3657
 
3658
+ #: defaults.php:1646
3659
+ msgid "Enabled %Type% on the published page %PostTitle%. View the page: %PostUrl%."
3660
  msgstr ""
3661
 
3662
+ #: defaults.php:1651
3663
+ msgid "User disabled Comments/Trackbacks and Pingbacks on a draft page"
3664
  msgstr ""
3665
 
3666
+ #: defaults.php:1652
3667
+ msgid "Disabled %Type% on the draft page %PostTitle%. View the page: %PostUrl%."
3668
  msgstr ""
3669
 
3670
+ #: defaults.php:1657
3671
+ msgid "User enabled Comments/Trackbacks and Pingbacks on a draft page"
3672
  msgstr ""
3673
 
3674
+ #: defaults.php:1658
3675
+ msgid "Enabled %Type% on the draft page %PostTitle%. View the page: %PostUrl%."
3676
  msgstr ""
3677
 
3678
+ #: defaults.php:1663
3679
+ msgid "A plugin created a page"
3680
  msgstr ""
3681
 
3682
+ #: defaults.php:1664
3683
+ msgid "A plugin automatically created the following page: %PostTitle%."
3684
  msgstr ""
3685
 
3686
+ #: defaults.php:1669
3687
+ msgid "A plugin deleted a page"
3688
  msgstr ""
3689
 
3690
+ #: defaults.php:1670
3691
+ msgid "A plugin automatically deleted the following page: %PostTitle%."
3692
  msgstr ""
3693
 
3694
+ #: defaults.php:1675
3695
+ msgid "A plugin modified a page"
3696
  msgstr ""
3697
 
3698
+ #: defaults.php:1676
3699
+ msgid "Plugin modified the page %PostTitle%. View the page: %EditorLinkPage%."
3700
  msgstr ""
3701
 
3702
+ #: defaults.php:1681
3703
+ msgid "User Accounts"
3704
  msgstr ""
3705
 
3706
+ #: defaults.php:1682
3707
+ msgid "User Profiles"
3708
  msgstr ""
3709
 
3710
+ #: defaults.php:1686
3711
+ msgid "New user was created on WordPress"
3712
  msgstr ""
3713
 
3714
+ #: defaults.php:1687
3715
+ msgid "A new user %NewUserData->Username% is created via registration."
3716
  msgstr ""
3717
 
3718
+ #: defaults.php:1698
3719
+ msgid "User created another WordPress user"
3720
  msgstr ""
3721
 
3722
+ #: defaults.php:1699
3723
+ msgid "Created the new user: %NewUserData->Username%."
3724
  msgstr ""
3725
 
3726
+ #: defaults.php:1702 defaults.php:1716 defaults.php:1730 defaults.php:1744
3727
+ #: defaults.php:1758 defaults.php:1773 defaults.php:1788 defaults.php:1802
3728
+ #: defaults.php:1816 defaults.php:1832 defaults.php:1861 defaults.php:1875
3729
+ #: defaults.php:1890 defaults.php:1906 defaults.php:1920 defaults.php:1935
3730
+ #: defaults.php:1949 defaults.php:1963 defaults.php:1980 defaults.php:1994
3731
+ #: defaults.php:2008 defaults.php:2022 defaults.php:2035
3732
+ msgid "First name"
3733
  msgstr ""
3734
 
3735
+ #: defaults.php:1703 defaults.php:1717 defaults.php:1731 defaults.php:1745
3736
+ #: defaults.php:1759 defaults.php:1774 defaults.php:1789 defaults.php:1803
3737
+ #: defaults.php:1817 defaults.php:1833 defaults.php:1848 defaults.php:1876
3738
+ #: defaults.php:1891 defaults.php:1907 defaults.php:1921 defaults.php:1936
3739
+ #: defaults.php:1950 defaults.php:1964 defaults.php:1981 defaults.php:1995
3740
+ #: defaults.php:2009 defaults.php:2023 defaults.php:2036
3741
+ msgid "Last name"
3742
  msgstr ""
3743
 
3744
+ #: defaults.php:1712
3745
+ msgid "The role of a user was changed by another WordPress user"
3746
  msgstr ""
3747
 
3748
+ #: defaults.php:1713
3749
+ msgid "Changed the role of user %TargetUsername% to %NewRole%."
3750
  msgstr ""
3751
 
3752
+ #: defaults.php:1715 defaults.php:2522
3753
+ msgid "Previous role"
3754
  msgstr ""
3755
 
3756
+ #: defaults.php:1726
3757
+ msgid "User has changed his or her password"
3758
  msgstr ""
3759
 
3760
+ #: defaults.php:1727
3761
+ msgid "Changed the password."
3762
  msgstr ""
3763
 
3764
+ #: defaults.php:1740
3765
+ msgid "User changed another user's password"
3766
  msgstr ""
3767
 
3768
+ #: defaults.php:1741
3769
+ msgid "Changed the password of the user %TargetUserData->Username%."
3770
  msgstr ""
3771
 
3772
+ #: defaults.php:1754
3773
+ msgid "User changed his or her email address"
3774
  msgstr ""
3775
 
3776
+ #: defaults.php:1755
3777
+ msgid "Changed the email address to %NewEmail%."
3778
  msgstr ""
3779
 
3780
+ #: defaults.php:1760 defaults.php:1775
3781
+ msgid "Previous email address"
3782
  msgstr ""
3783
 
3784
+ #: defaults.php:1769
3785
+ msgid "User changed another user's email address"
3786
  msgstr ""
3787
 
3788
+ #: defaults.php:1770
3789
+ msgid "Changed the email address of the user %TargetUsername% to %NewEmail%."
3790
  msgstr ""
3791
 
3792
+ #: defaults.php:1784
3793
+ msgid "User was deleted by another user"
3794
  msgstr ""
3795
 
3796
+ #: defaults.php:1785
3797
+ msgid "Deleted the user %TargetUserData->Username%."
3798
  msgstr ""
3799
 
3800
+ #: defaults.php:1798
3801
+ msgid "User opened the profile page of another user"
3802
  msgstr ""
3803
 
3804
+ #: defaults.php:1799
3805
+ msgid "Opened the profile page of user %TargetUsername%."
3806
  msgstr ""
3807
 
3808
+ #: defaults.php:1812
3809
+ msgid "User updated a custom field value for a user"
3810
  msgstr ""
3811
 
3812
+ #: defaults.php:1813
3813
+ msgid "Changed the value of the custom field %custom_field_name% in the user profile %TargetUsername%."
3814
  msgstr ""
3815
 
3816
+ #: defaults.php:1818 defaults.php:2612 defaults.php:2644 defaults.php:2908
3817
+ msgid "Previous value"
3818
  msgstr ""
3819
 
3820
+ #: defaults.php:1819 defaults.php:2909
3821
+ msgid "New value"
3822
  msgstr ""
3823
 
3824
+ #: defaults.php:1828
3825
+ msgid "User created a custom field value for a user"
3826
  msgstr ""
3827
 
3828
+ #: defaults.php:1829
3829
+ msgid "Created the custom field %custom_field_name% in the user profile %TargetUsername%."
3830
  msgstr ""
3831
 
3832
+ #: defaults.php:1843
3833
+ msgid "User changed first name for a user"
3834
  msgstr ""
3835
 
3836
+ #: defaults.php:1844
3837
+ msgid "Changed the first name of the user %TargetUsername% to %new_firstname%."
3838
  msgstr ""
3839
 
3840
+ #: defaults.php:1847
3841
+ msgid "Previous name"
3842
  msgstr ""
3843
 
3844
+ #: defaults.php:1857
3845
+ msgid "User changed last name for a user"
3846
  msgstr ""
3847
 
3848
+ #: defaults.php:1858
3849
+ msgid "Changed the last name of the user %TargetUsername% to %new_lastname%."
3850
  msgstr ""
3851
 
3852
+ #: defaults.php:1862
3853
+ msgid "Previous last name"
3854
  msgstr ""
3855
 
3856
+ #: defaults.php:1871
3857
+ msgid "User changed nickname for a user"
3858
  msgstr ""
3859
 
3860
+ #: defaults.php:1872
3861
+ msgid "Changed the nickname of the user %TargetUsername% to %new_nickname%."
3862
  msgstr ""
3863
 
3864
+ #: defaults.php:1877
3865
+ msgid "Previous nickname"
3866
  msgstr ""
3867
 
3868
+ #: defaults.php:1886
3869
+ msgid "User changed the display name for a user"
3870
  msgstr ""
3871
 
3872
+ #: defaults.php:1887
3873
+ msgid "Changed the display name of the user %TargetUsername% to %new_displayname%."
3874
  msgstr ""
3875
 
3876
+ #: defaults.php:1892
3877
+ msgid "Previous display name"
3878
  msgstr ""
3879
 
3880
+ #: defaults.php:1902 defaults.php:1916
3881
+ msgid "User created an application password"
3882
  msgstr ""
3883
 
3884
+ #: defaults.php:1903
3885
+ msgid "The application password %friendly_name%."
3886
  msgstr ""
3887
 
3888
+ #: defaults.php:1917
3889
+ msgid "The application password %friendly_name% for the user %login%."
3890
  msgstr ""
3891
 
3892
+ #: defaults.php:1931
3893
+ msgid "User revoked all application passwords"
3894
  msgstr ""
3895
 
3896
+ #: defaults.php:1932
3897
+ msgid "All application passwords."
3898
  msgstr ""
3899
 
3900
+ #: defaults.php:1945
3901
+ msgid "User revoked all application passwords for a user"
3902
  msgstr ""
3903
 
3904
+ #: defaults.php:1946
3905
+ msgid "All application passwords from the user %login%."
3906
  msgstr ""
3907
 
3908
+ #: defaults.php:1959
3909
+ msgid "Admin sent a password reset request to a user"
3910
  msgstr ""
3911
 
3912
+ #: defaults.php:1960
3913
+ msgid "Sent a password reset request to the user %login%."
3914
  msgstr ""
3915
 
3916
+ #: defaults.php:1972
3917
+ msgid "Multisite User Profiles"
3918
  msgstr ""
3919
 
3920
+ #: defaults.php:1976
3921
+ msgid "User granted Super Admin privileges"
3922
  msgstr ""
3923
 
3924
+ #: defaults.php:1977
3925
+ msgid "Granted Super Admin privileges to the user %TargetUsername%."
3926
  msgstr ""
3927
 
3928
+ #: defaults.php:1990
3929
+ msgid "User revoked from Super Admin privileges"
3930
  msgstr ""
3931
 
3932
+ #: defaults.php:1991
3933
+ msgid "Revoked Super Admin privileges from %TargetUsername%."
3934
  msgstr ""
3935
 
3936
+ #: defaults.php:2004
3937
+ msgid "Existing user added to a site"
3938
  msgstr ""
3939
 
3940
+ #: defaults.php:2005
3941
+ msgid "Added user %TargetUsername% to the site %SiteName%."
3942
  msgstr ""
3943
 
3944
+ #: defaults.php:2018
3945
+ msgid "User removed from site"
3946
  msgstr ""
3947
 
3948
+ #: defaults.php:2019
3949
+ msgid "Removed user %TargetUsername% from the site %SiteName%"
3950
  msgstr ""
3951
 
3952
+ #: defaults.php:2021
3953
+ msgid "Site role"
3954
  msgstr ""
3955
 
3956
+ #: defaults.php:2032
3957
+ msgid "New network user created"
3958
  msgstr ""
3959
 
3960
+ #: defaults.php:2033
3961
+ msgid "Created the new network user %NewUserData->Username%."
3962
  msgstr ""
3963
 
3964
+ #: defaults.php:2045
3965
+ msgid "Plugins & Themes"
3966
  msgstr ""
3967
 
3968
+ #: defaults.php:2050
3969
+ msgid "User installed a plugin"
3970
  msgstr ""
3971
 
3972
+ #: defaults.php:2051
3973
+ msgid "Installed the plugin %Plugin->Name%."
3974
  msgstr ""
3975
 
3976
+ #: defaults.php:2053 defaults.php:2066 defaults.php:2079 defaults.php:2092
3977
+ #: defaults.php:2197 defaults.php:2210 defaults.php:2223 defaults.php:2298
3978
+ #: defaults.php:2311
3979
+ msgid "Version"
3980
  msgstr ""
3981
 
3982
+ #: defaults.php:2054 defaults.php:2067 defaults.php:2080 defaults.php:2093
3983
+ #: defaults.php:2106 defaults.php:2198 defaults.php:2211 defaults.php:2224
3984
+ #: defaults.php:2273 defaults.php:2299 defaults.php:2312
3985
+ msgid "Install location"
3986
  msgstr ""
3987
 
3988
+ #: defaults.php:2063
3989
+ msgid "User activated a WordPress plugin"
3990
  msgstr ""
3991
 
3992
+ #: defaults.php:2064
3993
+ msgid "Activated the plugin %PluginData->Name%."
3994
  msgstr ""
3995
 
3996
+ #: defaults.php:2076
3997
+ msgid "User deactivated a WordPress plugin"
3998
  msgstr ""
3999
 
4000
+ #: defaults.php:2077
4001
+ msgid "Deactivated the plugin %PluginData->Name%."
4002
  msgstr ""
4003
 
4004
+ #: defaults.php:2089
4005
+ msgid "User uninstalled a plugin"
4006
  msgstr ""
4007
 
4008
+ #: defaults.php:2090
4009
+ msgid "Uninstalled the plugin %PluginData->Name%."
4010
  msgstr ""
4011
 
4012
+ #: defaults.php:2102
4013
+ msgid "User upgraded a plugin"
4014
  msgstr ""
4015
 
4016
+ #: defaults.php:2103
4017
+ msgid "Updated the plugin %PluginData->Name%."
4018
  msgstr ""
4019
 
4020
+ #: defaults.php:2105
4021
+ msgid "Updated version"
4022
  msgstr ""
4023
 
4024
+ #: defaults.php:2115
4025
+ msgid "Plugin created table"
4026
  msgstr ""
4027
 
4028
+ #: defaults.php:2116
4029
+ msgid "The plugin %Plugin->Name% created this table in the database."
4030
  msgstr ""
4031
 
4032
+ #: defaults.php:2118 defaults.php:2130 defaults.php:2142 defaults.php:2236
4033
+ #: defaults.php:2248
4034
+ msgid "Table"
4035
  msgstr ""
4036
 
4037
+ #: defaults.php:2127
4038
+ msgid "Plugin modified table structure"
4039
  msgstr ""
4040
 
4041
+ #: defaults.php:2128
4042
+ msgid "The plugin %Plugin->Name% modified the structure of a database table."
4043
  msgstr ""
4044
 
4045
+ #: defaults.php:2139
4046
+ msgid "Plugin deleted table"
4047
  msgstr ""
4048
 
4049
+ #: defaults.php:2140
4050
+ msgid "The plugin %Plugin->Name% deleted this table from the database."
4051
  msgstr ""
4052
 
4053
+ #: defaults.php:2151
4054
+ msgid "A plugin created a post"
4055
  msgstr ""
4056
 
4057
+ #: defaults.php:2152
4058
+ msgid "The plugin created the post %PostTitle%."
4059
  msgstr ""
4060
 
4061
+ #: defaults.php:2166
4062
+ msgid "A plugin deleted a post"
4063
  msgstr ""
4064
 
4065
+ #: defaults.php:2167
4066
+ msgid "A plugin deleted the post %PostTitle%."
4067
  msgstr ""
4068
 
4069
+ #: defaults.php:2181
4070
+ msgid "User changed a file using the plugin editor"
4071
  msgstr ""
4072
 
4073
+ #: defaults.php:2182
4074
+ msgid "Modified the file %File% with the plugin editor."
4075
  msgstr ""
4076
 
4077
+ #: defaults.php:2190
4078
+ msgid "Themes"
4079
  msgstr ""
4080
 
4081
+ #: defaults.php:2194
4082
+ msgid "User installed a theme"
4083
  msgstr ""
4084
 
4085
+ #: defaults.php:2195
4086
+ msgid "Installed the theme %Theme->Name%."
4087
  msgstr ""
4088
 
4089
+ #: defaults.php:2207
4090
+ msgid "User activated a theme"
4091
  msgstr ""
4092
 
4093
+ #: defaults.php:2208
4094
+ msgid "Activated the theme %Theme->Name%."
4095
  msgstr ""
4096
 
4097
+ #: defaults.php:2220
4098
+ msgid "User uninstalled a theme"
4099
  msgstr ""
4100
 
4101
+ #: defaults.php:2221
4102
+ msgid "Deleted the theme %Theme->Name%."
4103
  msgstr ""
4104
 
4105
+ #: defaults.php:2233
4106
+ msgid "Theme created tables"
4107
  msgstr ""
4108
 
4109
+ #: defaults.php:2234
4110
+ msgid "The theme %Theme->Name% created this tables in the database."
4111
  msgstr ""
4112
 
4113
+ #: defaults.php:2245
4114
+ msgid "Theme modified tables structure"
4115
  msgstr ""
4116
 
4117
+ #: defaults.php:2246
4118
+ msgid "The theme %Theme->Name% modified the structure of this database table"
4119
  msgstr ""
4120
 
4121
+ #: defaults.php:2257
4122
+ msgid "Theme deleted tables"
4123
  msgstr ""
4124
 
4125
+ #: defaults.php:2258
4126
+ msgid "The theme %Theme->Name% deleted this table from the database."
4127
  msgstr ""
4128
 
4129
+ #: defaults.php:2260 defaults.php:2327 defaults.php:2339 defaults.php:2351
4130
+ #: defaults.php:2363 defaults.php:2375 defaults.php:2387
4131
+ msgid "Tables"
4132
  msgstr ""
4133
 
4134
+ #: defaults.php:2269
4135
+ msgid "User updated a theme"
4136
  msgstr ""
4137
 
4138
+ #: defaults.php:2270
4139
+ msgid "Updated the theme %Theme->Name%."
4140
  msgstr ""
4141
 
4142
+ #: defaults.php:2272 defaults.php:2441
4143
+ msgid "New version"
4144
  msgstr ""
4145
 
4146
+ #: defaults.php:2282
4147
+ msgid "User changed a file using the theme editor"
4148
  msgstr ""
4149
 
4150
+ #: defaults.php:2283
4151
+ msgid "Modified the file %Theme%/%File% with the theme editor."
4152
  msgstr ""
4153
 
4154
+ #: defaults.php:2291
4155
+ msgid "Themes on Multisite"
4156
  msgstr ""
4157
 
4158
+ #: defaults.php:2295
4159
+ msgid "Activated theme on network"
4160
  msgstr ""
4161
 
4162
+ #: defaults.php:2296
4163
+ msgid "Network activated the theme %Theme->Name%."
4164
  msgstr ""
4165
 
4166
+ #: defaults.php:2308
4167
+ msgid "Deactivated theme from network"
4168
  msgstr ""
4169
 
4170
+ #: defaults.php:2309
4171
+ msgid "Network deactivated the theme %Theme->Name%."
4172
  msgstr ""
4173
 
4174
+ #: defaults.php:2320
4175
+ msgid "Database Events"
4176
  msgstr ""
4177
 
4178
+ #: defaults.php:2324
4179
+ msgid "Unknown component created tables"
4180
  msgstr ""
4181
 
4182
+ #: defaults.php:2325
4183
+ msgid "An unknown component created these tables in the database."
4184
  msgstr ""
4185
 
4186
+ #: defaults.php:2336
4187
+ msgid "Unknown component modified tables structure"
4188
  msgstr ""
4189
 
4190
+ #: defaults.php:2337
4191
+ msgid "An unknown component modified the structure of these database tables."
4192
  msgstr ""
4193
 
4194
+ #: defaults.php:2348
4195
+ msgid "Unknown component deleted tables"
4196
  msgstr ""
4197
 
4198
+ #: defaults.php:2349
4199
+ msgid "An unknown component deleted these tables from the database."
4200
  msgstr ""
4201
 
4202
+ #: defaults.php:2360
4203
+ msgid "WordPress created tables"
4204
  msgstr ""
4205
 
4206
+ #: defaults.php:2361
4207
+ msgid "WordPress has created these tables in the database."
4208
  msgstr ""
4209
 
4210
+ #: defaults.php:2372
4211
+ msgid "WordPress modified tables structure"
4212
  msgstr ""
4213
 
4214
+ #: defaults.php:2373
4215
+ msgid "WordPress modified the structure of these database tables."
4216
  msgstr ""
4217
 
4218
+ #: defaults.php:2384
4219
+ msgid "WordPress deleted tables"
 
4220
  msgstr ""
4221
 
4222
+ #: defaults.php:2385
4223
+ msgid "WordPress deleted these tables from the database."
4224
  msgstr ""
4225
 
4226
+ #: defaults.php:2396
4227
+ msgid "WordPress & System"
4228
  msgstr ""
4229
 
4230
+ #: defaults.php:2401
4231
+ msgid "Unknown Error"
4232
  msgstr ""
4233
 
4234
+ #: defaults.php:2402
4235
+ msgid "An unexpected error has occurred."
4236
  msgstr ""
4237
 
4238
+ #: defaults.php:2407
4239
+ msgid "PHP error"
4240
  msgstr ""
4241
 
4242
+ #: defaults.php:2408 defaults.php:2414 defaults.php:2420 defaults.php:2426
4243
+ #: defaults.php:2432
4244
+ msgid "%Message%."
4245
  msgstr ""
4246
 
4247
+ #: defaults.php:2413
4248
+ msgid "PHP warning"
4249
  msgstr ""
4250
 
4251
+ #: defaults.php:2419
4252
+ msgid "PHP notice"
4253
  msgstr ""
4254
 
4255
+ #: defaults.php:2425
4256
+ msgid "PHP exception"
4257
  msgstr ""
4258
 
4259
+ #: defaults.php:2431
4260
+ msgid "PHP shutdown error"
4261
  msgstr ""
4262
 
4263
+ #: defaults.php:2437
4264
+ msgid "WordPress was updated"
4265
  msgstr ""
4266
 
4267
+ #: defaults.php:2438
4268
+ msgid "Updated WordPress."
4269
  msgstr ""
4270
 
4271
+ #: defaults.php:2440
4272
+ msgid "Previous version"
4273
  msgstr ""
4274
 
4275
+ #: defaults.php:2457
4276
+ msgid "Advertising Extensions"
4277
  msgstr ""
4278
 
4279
+ #: defaults.php:2458
4280
+ msgid "%PromoName% %PromoMessage%"
4281
  msgstr ""
4282
 
4283
+ #: defaults.php:2462
4284
+ msgid "Activity log plugin"
4285
  msgstr ""
4286
 
4287
+ #: defaults.php:2466
4288
+ msgid "Events automatically pruned by system"
4289
  msgstr ""
4290
 
4291
+ #: defaults.php:2467
4292
+ msgid "System automatically deleted %EventCount% events from the activity log."
4293
  msgstr ""
4294
 
4295
+ #: defaults.php:2476
4296
+ msgid "Reset the plugin's settings to default"
4297
  msgstr ""
4298
 
4299
+ #: defaults.php:2477
4300
+ msgid "Reset the activity log plugin's settings to default."
4301
  msgstr ""
4302
 
4303
+ #: defaults.php:2486
4304
+ msgid "Purged the activity log"
4305
  msgstr ""
4306
 
4307
+ #: defaults.php:2487
4308
+ msgid "Purged the activity log."
4309
  msgstr ""
4310
 
4311
+ #: defaults.php:2496
4312
+ msgid "Some WP Activity Log plugin settings on this site were propagated and overridden from the MainWP dashboard"
4313
  msgstr ""
4314
 
4315
+ #: defaults.php:2497
4316
+ msgid "Some <strong>WP Activity Log</strong> plugin settings on this site were propagated and overridden from the MainWP dashboard."
4317
  msgstr ""
4318
 
4319
+ #: defaults.php:2505
4320
+ msgid "WordPress Site Settings"
4321
  msgstr ""
4322
 
4323
+ #: defaults.php:2509
4324
+ msgid "Option Anyone Can Register in WordPress settings changed"
4325
  msgstr ""
4326
 
4327
+ #: defaults.php:2510
4328
+ msgid "The <strong>Membership</strong> setting <strong>Anyone can register</strong>."
4329
  msgstr ""
4330
 
4331
+ #: defaults.php:2519
4332
+ msgid "New User Default Role changed"
4333
  msgstr ""
4334
 
4335
+ #: defaults.php:2520
4336
+ msgid "Changed the <strong>New user default role</strong> WordPress setting."
4337
  msgstr ""
4338
 
4339
+ #: defaults.php:2523
4340
+ msgid "New role"
4341
  msgstr ""
4342
 
4343
+ #: defaults.php:2532
4344
+ msgid "WordPress Administrator Notification email changed"
4345
  msgstr ""
4346
 
4347
+ #: defaults.php:2533
4348
+ msgid "Change the <strong>Administrator email address</strong> in the WordPress settings."
4349
  msgstr ""
4350
 
4351
+ #: defaults.php:2535
4352
+ msgid "Previous address"
4353
  msgstr ""
4354
 
4355
+ #: defaults.php:2536
4356
+ msgid "New address"
4357
  msgstr ""
4358
 
4359
+ #: defaults.php:2545
4360
+ msgid "User changes the WordPress Permalinks"
4361
  msgstr ""
4362
 
4363
+ #: defaults.php:2546
4364
+ msgid "Changed the <strong>WordPress permalinks</strong>."
4365
  msgstr ""
4366
 
4367
+ #: defaults.php:2548
4368
+ msgid "Previous permalinks"
4369
  msgstr ""
4370
 
4371
+ #: defaults.php:2549
4372
+ msgid "New permalinks"
4373
  msgstr ""
4374
 
4375
+ #: defaults.php:2558
4376
+ msgid "Enabled/Disabled the option Discourage search engines from indexing this site"
4377
  msgstr ""
4378
 
4379
+ #: defaults.php:2559
4380
+ msgid "Changed the status of the WordPress setting <strong>Search engine visibility</strong> (Discourage search engines from indexing this site)"
4381
  msgstr ""
4382
 
4383
+ #: defaults.php:2568
4384
+ msgid "Enabled/Disabled comments on all the website"
4385
  msgstr ""
4386
 
4387
+ #: defaults.php:2569
4388
+ msgid "Changed the status of the WordPress setting <strong>Allow people to submit comments on new posts</strong>."
4389
  msgstr ""
4390
 
4391
+ #: defaults.php:2579
4392
+ msgid "Enabled/Disabled the option Comment author must fill out name and email"
4393
  msgstr ""
4394
 
4395
+ #: defaults.php:2580
4396
+ msgid "Changed the status of the WordPress setting <strong>.Comment author must fill out name and email</strong>."
4397
  msgstr ""
4398
 
4399
+ #: defaults.php:2589
4400
+ msgid "Enabled/Disabled the option Users must be logged in and registered to comment"
4401
  msgstr ""
4402
 
4403
+ #: defaults.php:2590
4404
+ msgid "Changed the status of the WordPress setting <strong>Users must be registered and logged in to comment</strong>."
4405
  msgstr ""
4406
 
4407
+ #: defaults.php:2599
4408
+ msgid "Enabled/Disabled the option to automatically close comments"
 
4409
  msgstr ""
4410
 
4411
+ #: defaults.php:2600
4412
+ msgid "Changed the status of the WordPress setting <strong>Automatically close comments after %Value% days</strong>."
4413
  msgstr ""
4414
 
4415
+ #: defaults.php:2609
4416
+ msgid "Changed the value of the option Automatically close comments"
4417
  msgstr ""
4418
 
4419
+ #: defaults.php:2610
4420
+ msgid "Changed the value of the WordPress setting <strong>Automatically close comments after a number of days</strong> to %NewValue%."
4421
  msgstr ""
4422
 
4423
+ #: defaults.php:2621
4424
+ msgid "Enabled/Disabled the option for comments to be manually approved"
4425
  msgstr ""
4426
 
4427
+ #: defaults.php:2622
4428
+ msgid "Changed the value of the WordPress setting <strong>Comments must be manualy approved</strong>."
4429
  msgstr ""
4430
 
4431
+ #: defaults.php:2631
4432
+ msgid "Enabled/Disabled the option for an author to have previously approved comments for the comments to appear"
 
4433
  msgstr ""
4434
 
4435
+ #: defaults.php:2632
4436
+ msgid "Changed the value of the WordPress setting <strong>Comment author must have a previously approved comment</strong>."
4437
  msgstr ""
4438
 
4439
+ #: defaults.php:2641
4440
+ msgid "Changed the number of links that a comment must have to be held in the queue"
4441
  msgstr ""
4442
 
4443
+ #: defaults.php:2642
4444
+ msgid "Changed the value of the WordPress setting <strong>Hold a comment in the queue if it contains links</strong> to %NewValue% links."
4445
  msgstr ""
4446
 
4447
+ #: defaults.php:2653
4448
+ msgid "Modified the list of keywords for comments moderation"
4449
  msgstr ""
4450
 
4451
+ #: defaults.php:2654
4452
+ msgid "Modified the list of keywords for comments medoration in WordPress."
4453
  msgstr ""
4454
 
4455
+ #: defaults.php:2663
4456
+ msgid "Modified the list of keywords for comments blacklisting"
4457
  msgstr ""
4458
 
4459
+ #: defaults.php:2664
4460
+ msgid "Modified the list of <strong>Disallowed comment keys</strong> (keywords) for comments blacklisting in WordPress."
4461
  msgstr ""
4462
 
4463
+ #: defaults.php:2673
4464
+ msgid "Option WordPress Address (URL) in WordPress settings changed"
4465
  msgstr ""
4466
 
4467
+ #: defaults.php:2674
4468
+ msgid "Changed the <strong>WordPress address (URL)</strong> tp %new_url%."
4469
  msgstr ""
4470
 
4471
+ #: defaults.php:2685
4472
+ msgid "Option Site Address (URL) in WordPress settings changed"
4473
  msgstr ""
4474
 
4475
+ #: defaults.php:2686
4476
+ msgid "Changed the <strong>Site address (URL)</strong> to %new_url%."
4477
  msgstr ""
4478
 
4479
+ #: defaults.php:2697
4480
+ msgid "Option Your homepage displays in WordPress settings changed"
4481
  msgstr ""
4482
 
4483
+ #: defaults.php:2698
4484
+ msgid "Changed the <strong>Your homepage displays</strong> WordPress setting to %new_homepage%."
4485
  msgstr ""
4486
 
4487
+ #: defaults.php:2700 defaults.php:2787 defaults.php:2933
4488
+ msgid "Previous setting"
4489
  msgstr ""
4490
 
4491
+ #: defaults.php:2709
4492
+ msgid "Option homepage in WordPress settings changed"
4493
  msgstr ""
4494
 
4495
+ #: defaults.php:2710
4496
+ msgid "Changed the <strong>Homepage</strong> in the WordPress settings to %new_page%."
4497
  msgstr ""
4498
 
4499
+ #: defaults.php:2712 defaults.php:2724
4500
+ msgid "Previous page"
4501
  msgstr ""
4502
 
4503
+ #: defaults.php:2721
4504
+ msgid "Option posts page in WordPress settings changed"
4505
  msgstr ""
4506
 
4507
+ #: defaults.php:2722
4508
+ msgid "Changed the <strong> Posts</strong> page in the WordPress settings to %new_page%."
4509
  msgstr ""
4510
 
4511
+ #: defaults.php:2734
4512
+ msgid "Option Timezone in WordPress settings changed"
4513
  msgstr ""
4514
 
4515
+ #: defaults.php:2735
4516
+ msgid "Changed the <strong>Timezone</strong> in the WordPress settings to %new_timezone%."
4517
  msgstr ""
4518
 
4519
+ #: defaults.php:2737
4520
+ msgid "Previous timezone"
4521
  msgstr ""
4522
 
4523
+ #: defaults.php:2746
4524
+ msgid "Option Date format in WordPress settings changed"
4525
  msgstr ""
4526
 
4527
+ #: defaults.php:2747
4528
+ msgid "Changed the <strong>Date format</strong> in the WordPress settings to %new_date_format%."
4529
  msgstr ""
4530
 
4531
+ #: defaults.php:2749 defaults.php:2761
4532
+ msgid "Previous format"
4533
  msgstr ""
4534
 
4535
+ #: defaults.php:2758
4536
+ msgid "Option Time format in WordPress settings changed"
4537
  msgstr ""
4538
 
4539
+ #: defaults.php:2759
4540
+ msgid "Changed the <strong>Time format</strong> in the WordPress settings to %new_time_format%."
4541
  msgstr ""
4542
 
4543
+ #: defaults.php:2771
4544
+ msgid "Option Automatic updates setting changed"
4545
  msgstr ""
4546
 
4547
+ #: defaults.php:2772
4548
+ msgid "Changed the <strong>Automatic updates</strong> setting."
4549
  msgstr ""
4550
 
4551
+ #: defaults.php:2774
4552
+ msgid "New setting status"
4553
  msgstr ""
4554
 
4555
+ #: defaults.php:2784
4556
+ msgid "Option Site Language setting changed"
4557
  msgstr ""
4558
 
4559
+ #: defaults.php:2785
4560
+ msgid "Changed the <strong>Site Language</strong> to %new_value%."
4561
  msgstr ""
4562
 
4563
+ #: defaults.php:2796
4564
+ msgid "Multisite Network Sites"
4565
  msgstr ""
4566
 
4567
+ #: defaults.php:2801
4568
+ msgid "New site added on the network"
4569
  msgstr ""
4570
 
4571
+ #: defaults.php:2802
4572
+ msgid "Added the new site %SiteName% to the network."
4573
  msgstr ""
4574
 
4575
+ #: defaults.php:2813
4576
+ msgid "Existing site archived"
4577
  msgstr ""
4578
 
4579
+ #: defaults.php:2814
4580
+ msgid "Archived the site %SiteName% on the network."
4581
  msgstr ""
4582
 
4583
+ #: defaults.php:2825
4584
+ msgid "Archived site has been unarchived"
4585
  msgstr ""
4586
 
4587
+ #: defaults.php:2826
4588
+ msgid "Unarchived the site %SiteName%."
4589
  msgstr ""
4590
 
4591
+ #: defaults.php:2837
4592
+ msgid "Deactivated site has been activated"
4593
  msgstr ""
4594
 
4595
+ #: defaults.php:2838
4596
+ msgid "Activated the site %SiteName% on the network."
4597
  msgstr ""
4598
 
4599
+ #: defaults.php:2849
4600
+ msgid "Site has been deactivated"
4601
  msgstr ""
4602
 
4603
+ #: defaults.php:2850
4604
+ msgid "Deactiveated the site %SiteName% on the network."
4605
  msgstr ""
4606
 
4607
+ #: defaults.php:2861
4608
+ msgid "Existing site deleted from network"
4609
  msgstr ""
4610
 
4611
+ #: defaults.php:2862
4612
+ msgid "The site: %SiteName%."
 
4613
  msgstr ""
4614
 
4615
+ #: defaults.php:2873
4616
+ msgid "Allow site administrators to add new users to their sites settings changed"
4617
  msgstr ""
4618
 
4619
+ #: defaults.php:2874
4620
+ msgid "Changed the status of the network setting <strong>Allow site administrators to add new users to their sites</strong>."
4621
  msgstr ""
4622
 
4623
+ #: defaults.php:2883
4624
+ msgid "Site upload space settings changed"
4625
  msgstr ""
4626
 
4627
+ #: defaults.php:2884
4628
+ msgid "Changed the status of the network setting <strong>Site upload space</strong> (to limit space allocated for each site's upload directory)."
4629
  msgstr ""
4630
 
4631
+ #: defaults.php:2893
4632
+ msgid "Site upload space file size settings changed"
4633
  msgstr ""
4634
 
4635
+ #: defaults.php:2894
4636
+ msgid "Changed the file size in the <strong>Site upload space</strong> network setting to %new_value%."
4637
  msgstr ""
4638
 
4639
+ #: defaults.php:2896
4640
+ msgid "Previous size (MB)"
4641
  msgstr ""
4642
 
4643
+ #: defaults.php:2905
4644
+ msgid "Site Upload file types settings changed"
4645
  msgstr ""
4646
 
4647
+ #: defaults.php:2906
4648
+ msgid "Changed the network setting <strong>Upload file types (list of allowed file types)</strong>."
4649
  msgstr ""
4650
 
4651
+ #: defaults.php:2918
4652
+ msgid "Site Max upload file size settings changed"
4653
  msgstr ""
4654
 
4655
+ #: defaults.php:2919
4656
+ msgid "Changed the <strong>Max upload file size</strong> network setting to %new_value%."
4657
  msgstr ""
4658
 
4659
+ #: defaults.php:2921
4660
+ msgid "Previous size (KB)"
4661
  msgstr ""
4662
 
4663
+ #: defaults.php:2930
4664
+ msgid "Allow new registrations settings changed"
4665
  msgstr ""
4666
 
4667
+ #: defaults.php:2931
4668
+ msgid "Changed the <strong>Allow new registrations</strong> setting to %new_setting%."
4669
  msgstr ""
4670
 
4671
+ #: defaults.php:2952
4672
+ msgid "Dummy"
4673
  msgstr ""
4674
 
4675
+ #: wp-security-audit-log.php:928 wp-security-audit-log.php:955
4676
+ #, php-format
4677
+ msgid "Hey %1$s"
4678
  msgstr ""
4679
 
4680
+ #: wp-security-audit-log.php:929
4681
+ msgid "Never miss an important update! Opt-in to our security and feature updates notifications, and non-sensitive diagnostic tracking with freemius.com."
4682
  msgstr ""
4683
 
4684
+ #: wp-security-audit-log.php:930 wp-security-audit-log.php:958
4685
+ msgid "Note: "
4686
  msgstr ""
4687
 
4688
+ #: wp-security-audit-log.php:931 wp-security-audit-log.php:959
4689
+ msgid "NO ACTIVITY LOG ACTIVITY & DATA IS SENT BACK TO OUR SERVERS."
4690
  msgstr ""
4691
 
4692
+ #: wp-security-audit-log.php:957
4693
+ #, php-format
4694
+ msgid "Please help us improve %2$s! If you opt-in, some non-sensitive data about your usage of %2$s will be sent to %5$s, a diagnostic tracking service we use. If you skip this, that's okay! %2$s will still work just fine."
4695
  msgstr ""
4696
 
4697
+ #: wp-security-audit-log.php:979
4698
+ #, php-format
4699
+ msgid "Get a free 7-day trial of the premium edition of %s. No credit card required, no commitments!"
4700
  msgstr ""
4701
 
4702
+ #: wp-security-audit-log.php:984
4703
+ msgid "Start free trial"
4704
  msgstr ""
4705
 
4706
+ #: wp-security-audit-log.php:1052
4707
+ #, php-format
4708
+ msgid "You need to activate the licence key to use WP Activity Log Premium. %2$s"
4709
  msgstr ""
4710
 
4711
+ #: wp-security-audit-log.php:1053
4712
+ msgid "Activate the licence key now"
4713
  msgstr ""
4714
 
4715
+ #: wp-security-audit-log.php:1071
4716
+ #, php-format
4717
+ msgid "%s You need to renew your license to continue using premium features."
4718
  msgstr ""
4719
 
4720
+ #: wp-security-audit-log.php:1075
4721
+ #, php-format
4722
+ msgid "The license is limited to %s sub-sites. You need to upgrade your license to cover all the sub-sites on this network."
4723
  msgstr ""
4724
 
4725
+ #: wp-security-audit-log.php:1186
4726
+ msgid "Error: You do not have sufficient permissions to disable this custom field."
4727
  msgstr ""
4728
 
4729
+ #: wp-security-audit-log.php:1221
4730
+ #, php-format
4731
+ msgid "Custom Field <strong>%1$s</strong> is no longer being monitored.<br />Enable the monitoring of this custom field again from the"
4732
  msgstr ""
4733
 
4734
+ #: wp-security-audit-log.php:1224
4735
+ msgid "Excluded Objects"
4736
  msgstr ""
4737
 
4738
+ #: wp-security-audit-log.php:1225
4739
+ msgid " tab in the plugin settings"
 
4740
  msgstr ""
4741
 
4742
+ #: wp-security-audit-log.php:1238
4743
+ msgid "Error: You do not have sufficient permissions to disable this alert."
4744
  msgstr ""
4745
 
4746
+ #: wp-security-audit-log.php:1262
4747
+ #, php-format
4748
+ msgid "Alert %1$s is no longer being monitored.<br /> %2$s"
4749
  msgstr ""
4750
 
4751
+ #: wp-security-audit-log.php:1262
4752
+ msgid "You can enable this alert again from the Enable/Disable Alerts node in the plugin menu."
4753
  msgstr ""
4754
 
4755
+ #: wp-security-audit-log.php:1343
4756
+ #, php-format
4757
+ msgid "You are using a version of PHP that is older than %s, which is no longer supported."
4758
  msgstr ""
4759
 
4760
+ #: wp-security-audit-log.php:1345
4761
+ msgid "Contact us on <a href=\"mailto:plugins@wpwhitesecurity.com\">plugins@wpwhitesecurity.com</a> to help you switch the version of PHP you are using."
4762
  msgstr ""
4763
 
4764
+ #: wp-security-audit-log.php:1350
4765
+ #, php-format
4766
+ msgid "Please install the %s plugin on the MainWP dashboard."
4767
  msgstr ""
4768
 
4769
+ #: wp-security-audit-log.php:1350
4770
+ msgid "Activity Log for MainWP"
4771
  msgstr ""
4772
 
4773
+ #: wp-security-audit-log.php:1352
4774
+ #, php-format
4775
+ msgid "The WP Activity Log should be installed on the child sites only. Refer to the %s for more information."
4776
  msgstr ""
4777
 
4778
+ #: wp-security-audit-log.php:1352
4779
+ msgid "getting started guide"
4780
  msgstr ""
4781
 
4782
+ #: wp-security-audit-log.php:1897
4783
+ msgid "For security and auditing purposes, a record of all of your logged-in actions and changes within the WordPress dashboard will be recorded in an activity log with the <a href=\"https://wpactivitylog.com/\" target=\"_blank\">WP Activity Log plugin</a>. The audit log also includes the IP address where you accessed this site from."
4784
  msgstr ""
4785
 
4786
+ #: wp-security-audit-log.php:1916
4787
+ msgid "Every 6 hours"
4788
  msgstr ""
4789
 
4790
+ #: wp-security-audit-log.php:1920
4791
+ msgid "Every 45 minutes"
4792
  msgstr ""
4793
 
4794
+ #: wp-security-audit-log.php:1924
4795
+ msgid "Every 30 minutes"
4796
  msgstr ""
4797
 
4798
+ #: wp-security-audit-log.php:1928
4799
+ msgid "Every 15 minutes"
4800
  msgstr ""
4801
 
4802
+ #: wp-security-audit-log.php:1932
4803
+ msgid "Every 10 minutes"
4804
  msgstr ""
4805
 
4806
+ #: wp-security-audit-log.php:1936
4807
+ msgid "Every 1 minute"
4808
  msgstr ""
4809
 
4810
+ #: wp-security-audit-log.php:1950
4811
+ #, php-format
4812
+ msgid "Method %1$s is deprecated since version %2$s!"
4813
  msgstr ""
readme.txt CHANGED
@@ -5,9 +5,9 @@ License: GPLv3
5
  License URI: https://www.gnu.org/licenses/gpl.html
6
  Tags: activity log, wordpress activity logs, security audit log, audit log, user tracking, security event log, audit trail, wordpress security monitor, wordpress admin, wordpress admin monitoring, user activity, admin, multisite, SMS alerts, wordpress monitoring, email notification, wordpress email alerts, tracking, user tracking, user activity report, wordpress audit trail
7
  Requires at least: 4.4
8
- Tested up to: 5.8
9
- Stable tag: 4.3.1
10
- Requires PHP: 7.0
11
 
12
  The #1 user-rated activity log plugin. Keep a comprehensive log of the changes that happen on your site with this easy to use plugin.
13
 
@@ -24,18 +24,18 @@ Keep an [activity log](https://wpactivitylog.com/wordpress-activity-log/?utm_sou
24
  * Better manage & organize your WordPress site & users
25
  * Easily spot suspicious behavior before there are security problems.
26
 
27
- [WP Activity Log](https://wpactivitylog.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) is the most comprehensive real time user activity and monitoring log plugin. It helps hundreds of thousands of WordPress administrators and security professionals keep an eye on what is happening on their websites and is the most highly rated WordPress activity log plugin.
28
-
29
- WP Activity Log has been featured on the websites of some of the most popular and leading businesses in the WordPress ecosystem, such as WPBeginner, GoDaddy, and Kinsta.
30
 
31
  [youtube https://www.youtube.com/watch?v=pgFEMIvKFTA]
32
 
33
- > <strong>Note</strong>: The activity log for WordPress is FREE and you can keep as much logs as you want. Additional features such as reports, email notifications, SMS alerts, search & filters, integrations with logs management system, and many others are available in the <Strong>[Premium Edition](https://wpactivitylog.com/features/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)</strong>.
34
  >
35
 
36
  #### Maintained & Supported by WP White Security
37
 
38
- WP White Security is a European development company that builds high-quality WordPress security & management plugins. Check out our list of [WordPress plugins](https://www.wpwhitesecurity.com/wordpress-plugins/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=all+plugins&utm_content=plugin+repos+description) that can help you better manage and improve the security of your WordPress websites and users.
 
 
39
 
40
  ### WordPress Changes & Details the Plugin Keeps a Log Of
41
  As a comprehensive & complete WordPress activity log solution WP Activity Log does not just tell you that a post, a user profile, or an object was updated. It tells you exactly what was changed within the post, the user profile, or the object.
@@ -70,54 +70,52 @@ For every event that the plugin records it also reports the:
70
 
71
  * Date & time (and milliseconds) of when it happened,
72
  * User & role of the user who did the change,
73
- * Source IP address from where the change happened,
74
- * The object on which the change has taken place.
75
 
76
- Refer to [WordPress activity log event IDs](https://wpactivitylog.com/support/kb/list-wordpress-activity-log-event-ids/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) for a complete list of all the changes WP Activity Log can keep a record of and a detailed explanation of what change every event ID represents.
77
 
78
  ### Extend the Functionality of WP Activity Log
79
  <strong>[Upgrade to WP Activity Log Premium](https://wpactivitylog.com/pricing/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)</strong> to:
80
 
81
- * See who is logged to your website in real-time,
82
  * See what everyone is doing in real-time,
83
  * Log off any user with just a click,
84
  * Generate HTML and CSV reports,
 
85
  * Get notified via email of important changes,
86
- * Get instant SMS message alerts of critical site changes,
87
- * Search the activity log using text-based searches,
88
- * Use the built-in filters to fine tune the search results,
89
- * Store activity log in an external database to improve security and scalability,
90
- * Mirror the activity log to logs management systems such as AWS CloudWatch, Loggly and Papertrail in real-time,
91
- * Easily mirror the logs in real-time to business communication systems such as Slack,
92
- * Send a copy of your websites' activity log to a log file on your web server in real-time,
93
- * Archive old activity log data to another database for better storage and log management.
94
 
95
- Refer to the [features and benefits page](https://wpactivitylog.com/features/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) for more detailed information on the features of the WP Activity Log plugin.
96
 
97
  ### Free and Premium Support
98
 
99
  Support for WP Activity Log is free on the WordPress support forums.
100
 
101
- Premium world-class support is available via email to all [WP Activity Log Premium](https://wpactivitylog.com/features/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) users.
102
 
103
- > <strong>Note</strong>: paid customer support is given priority and is provided via one-to-one email and over the phone. [Upgrade to Premium](https://wpactivitylog.com/pricing/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) to benefit from priority support.
104
  >
105
 
106
  #### Other Noteworthy Features
107
  On top of the comprehensive activity log, WP Activity Log also has a number of non-logging specific features that make it a complete WordPress logging solution, such as:
108
 
109
  * Full [WordPress multisite support](https://wpactivitylog.com/support/kb/activity-log-multisite-network-features/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)
110
- * Easily [create your custom alerts &notifications](https://wpactivitylog.com/support/kb/create-custom-events-wordpress-activity-log/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) to monitor additional functionality
111
  * Built-in [support for reverse proxies and web application firewalls](https://wpactivitylog.com/support/kb/support-reverse-proxies-web-application-firewalls/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)
112
- * Integration with WhatIsMyIpAddress.com allow you to get all information about an IP address with just a mouse click.
113
- * Limit who can view the WordPress activity log by users or roles
 
114
  * Settings to [toggle (enable/disable) individual event IDs from the activity log](https://wpactivitylog.com/support/kb/exclude-logging-specific-change-activity-log/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)
115
  * Configurable dashboard widget highlighting the most recent critical activity
116
  * Configurable [WordPress activity log retention policies](https://wpactivitylog.com/support/kb/activity-log-retention-policies/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)
117
  * User avatar is displayed in the events for better recognizability
118
  * and much more...
119
 
120
- Refer to the <strong>[WordPress activity log plugin datasheet](https://wpactivitylog.com/activity-log-plugin-datasheet/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)</strong> for a complete list of all the plugin's features.
121
 
122
  ### As Featured On:
123
 
@@ -135,7 +133,6 @@ Refer to the <strong>[WordPress activity log plugin datasheet](https://wpactivit
135
  * [Cloudways](https://www.cloudways.com/blog/monitor-wordpress-with-wp-security-audit-log-plugin/)
136
  * [Collective Ray](https://www.collectiveray.com/wp/plugins/wordpress-security-audit-log)
137
  * [BlogVault](https://blogvault.net/wp-security-audit-log-plugin-review/)
138
- * [EHacking](https://www.ehacking.net/2018/10/how-activity-log-wordpress-plugin.html)
139
  * [Firewall.cx](http://www.firewall.cx/general-topics-reviews/security-articles/1146-wordpress-audit-monitor-log-site-security-alerts.html)
140
  * [Design Wall](http://www.designwall.com/blog/10-wordpress-multisite-plugins-you-shouldnt-live-without/)
141
  * [Tidy Repo](https://tidyrepo.com/wp-security-audit-log-wordpress-activity-log/)
@@ -143,10 +140,11 @@ Refer to the <strong>[WordPress activity log plugin datasheet](https://wpactivit
143
  * [The Darknet](http://www.darknet.org.uk/2015/10/wp-security-audit-log-a-complete-audit-log-plugin-for-wordpress/)
144
  * [WebEmpresa](https://www.webempresa.com/blog/auditando-cambios-en-wordpress.html)
145
  * [KitPloit](http://www.kitploit.com/2016/10/wp-security-audit-log-ultimate.html)
 
146
 
147
  #### WP Activity Log extensions for third party plugins
148
 
149
- WP Activity Log can keep also a detailed log of changes that happen on other plugins. Below is the list of the [activity log extensions for third party plugins](https://wpactivitylog.com/extensions/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description):
150
 
151
  * <strong>[WP Activity Log for WooCommerce](https://wpactivitylog.com/extensions/woocommerce-activity-log/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)</strong>: Install this extension to keep a log of changes you and yourr team do in the WooCommerce store settings, orders, products, coupons and much more.
152
  * <strong>[WP Activity Log for Yoast SEO](https://wpactivitylog.com/extensions/yoast-seo-activity-log/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)</strong>: Install this extension to keep a log of the Yoast SEO plugin settings changes, and also of the on-page SEO changes you and your team make in the Yoast SEO meta box.
@@ -208,15 +206,33 @@ Please refer to our [support pages](https://wpactivitylog.com/support/?utm_sourc
208
 
209
  == Changelog ==
210
 
211
- = 4.3.1 (2021-06-03) =
212
 
213
- **Improvements**
214
- * Minimum version of PHP required now is 7.0.
215
- * Added a custom prefix to libraries and dependencies used in the plugin to ensure there are no conflicts.
216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  **Bug fixes**
218
- * Corrected logic in code to ensure all sessions are handled and checked when destroying idle sessions.
219
- * Fixed an issue causing create/expired times in the "Logged in users" view to appear incorrectly.
220
- * Implemented a missing function without with events were not retreived from the MainWP extension.
 
 
 
221
 
222
  Refer to the [complete plugin changelog](https://wpactivitylog.com/support/kb/plugin-changelog/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) for more detailed information about what was new, improved and fixed in previous versions of the WP Activity Log plugin.
5
  License URI: https://www.gnu.org/licenses/gpl.html
6
  Tags: activity log, wordpress activity logs, security audit log, audit log, user tracking, security event log, audit trail, wordpress security monitor, wordpress admin, wordpress admin monitoring, user activity, admin, multisite, SMS alerts, wordpress monitoring, email notification, wordpress email alerts, tracking, user tracking, user activity report, wordpress audit trail
7
  Requires at least: 4.4
8
+ Tested up to: 5.7
9
+ Stable tag: 4.3.0
10
+ Requires PHP: 5.5
11
 
12
  The #1 user-rated activity log plugin. Keep a comprehensive log of the changes that happen on your site with this easy to use plugin.
13
 
24
  * Better manage & organize your WordPress site & users
25
  * Easily spot suspicious behavior before there are security problems.
26
 
27
+ [WP Activity Log](https://wpactivitylog.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) is the most comprehensive real time user activity and monitoring log plugin. It helps thousands of WordPress administrators and security professionals keep an eye on what is happening on their websites. It is also the most highly rated WordPress activity log plugin and have been featured on popular sites such as GoDaddy, Kinsta and WPBeginner.
 
 
28
 
29
  [youtube https://www.youtube.com/watch?v=pgFEMIvKFTA]
30
 
31
+ > <strong>Note</strong>: The WordPress activity log is FREE. Features such as reports, email notifications, SMS alerts, search and many others are available in the <Strong>[Premium Edition](https://wpactivitylog.com/features/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)</strong>.
32
  >
33
 
34
  #### Maintained & Supported by WP White Security
35
 
36
+ WP White Security builds high-quality niche WordPress security & management plugins such as [Password Policy Manager for WordPress](https://www.wpwhitesecurity.com/wordpress-plugins/password-policy-manager-wordpress/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=PPMWP&utm_content=plugin+repos+description), a plugin with which you can ensure all your users use strong passwords.
37
+
38
+ Browse our list of [WordPress plugins](https://www.wpwhitesecurity.com/wordpress-plugins/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=all+plugins&utm_content=plugin+repos+description) that can help you better manage and improve the security of your WordPress websites and users.
39
 
40
  ### WordPress Changes & Details the Plugin Keeps a Log Of
41
  As a comprehensive & complete WordPress activity log solution WP Activity Log does not just tell you that a post, a user profile, or an object was updated. It tells you exactly what was changed within the post, the user profile, or the object.
70
 
71
  * Date & time (and milliseconds) of when it happened,
72
  * User & role of the user who did the change,
73
+ * Source IP address from where the change happened.
 
74
 
75
+ Refer to [WordPress activity log event IDs](https://wpactivitylog.com/support/kb/list-wordpress-activity-log-event-ids/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) for a complete list of all the changes WP Activity Log can keep a record of.
76
 
77
  ### Extend the Functionality of WP Activity Log
78
  <strong>[Upgrade to WP Activity Log Premium](https://wpactivitylog.com/pricing/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)</strong> to:
79
 
80
+ * See who is logged,
81
  * See what everyone is doing in real-time,
82
  * Log off any user with just a click,
83
  * Generate HTML and CSV reports,
84
+ * Export the activity log in CSV (ideal for integrations),
85
  * Get notified via email of important changes,
86
+ * Get instant SMS message notifications of critical site changes,
87
+ * Search the activity log using text-based searches and use built-in filters to fine tune the searches,
88
+ * Store activity log in an external database to improve security,
89
+ * Mirror the WordPress activity logs to Slack, Papertrail, Syslog and other central log management and collaboration solutions,
90
+ * Configure archiving and mirroring of logs.
 
 
 
91
 
92
+ Refer to the [features and benefits page](https://wpactivitylog.com/features/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) for more detailed information on the plugin's features.
93
 
94
  ### Free and Premium Support
95
 
96
  Support for WP Activity Log is free on the WordPress support forums.
97
 
98
+ Premium world-class support is available via email to all [WP Activity Log Premium](https://wpactivitylog.com/features/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) customers.
99
 
100
+ > <strong>Note</strong>: paid customers support is given priority and is provided via one-to-one email and over the phone. [Upgrade to Premium](https://wpactivitylog.com/pricing/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) to benefit from priority support.
101
  >
102
 
103
  #### Other Noteworthy Features
104
  On top of the comprehensive activity log, WP Activity Log also has a number of non-logging specific features that make it a complete WordPress logging solution, such as:
105
 
106
  * Full [WordPress multisite support](https://wpactivitylog.com/support/kb/activity-log-multisite-network-features/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)
107
+ * Easily [create your custom alerts](https://wpactivitylog.com/support/kb/create-custom-events-wordpress-activity-log/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) to monitor additional functionality
108
  * Built-in [support for reverse proxies and web application firewalls](https://wpactivitylog.com/support/kb/support-reverse-proxies-web-application-firewalls/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)
109
+ * Integration with WhatIsMyIpAddress.com so you can get all information about an IP address with just a mouse click
110
+ * Limit who can view the WordPress activity log by either users or roles
111
+ * Limit who can manage the plugin
112
  * Settings to [toggle (enable/disable) individual event IDs from the activity log](https://wpactivitylog.com/support/kb/exclude-logging-specific-change-activity-log/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)
113
  * Configurable dashboard widget highlighting the most recent critical activity
114
  * Configurable [WordPress activity log retention policies](https://wpactivitylog.com/support/kb/activity-log-retention-policies/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)
115
  * User avatar is displayed in the events for better recognizability
116
  * and much more...
117
 
118
+ Refer to the <strong>[WordPress activity log plugin datasheet](https://wpactivitylog.com/activity-log-plugin-datasheet/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)</strong> for a complete list of features.
119
 
120
  ### As Featured On:
121
 
133
  * [Cloudways](https://www.cloudways.com/blog/monitor-wordpress-with-wp-security-audit-log-plugin/)
134
  * [Collective Ray](https://www.collectiveray.com/wp/plugins/wordpress-security-audit-log)
135
  * [BlogVault](https://blogvault.net/wp-security-audit-log-plugin-review/)
 
136
  * [Firewall.cx](http://www.firewall.cx/general-topics-reviews/security-articles/1146-wordpress-audit-monitor-log-site-security-alerts.html)
137
  * [Design Wall](http://www.designwall.com/blog/10-wordpress-multisite-plugins-you-shouldnt-live-without/)
138
  * [Tidy Repo](https://tidyrepo.com/wp-security-audit-log-wordpress-activity-log/)
140
  * [The Darknet](http://www.darknet.org.uk/2015/10/wp-security-audit-log-a-complete-audit-log-plugin-for-wordpress/)
141
  * [WebEmpresa](https://www.webempresa.com/blog/auditando-cambios-en-wordpress.html)
142
  * [KitPloit](http://www.kitploit.com/2016/10/wp-security-audit-log-ultimate.html)
143
+ * [EHacking](https://www.ehacking.net/2018/10/how-activity-log-wordpress-plugin.html)
144
 
145
  #### WP Activity Log extensions for third party plugins
146
 
147
+ WP Activity Log can keep a detailed log of changes that happen on other plugins via activity log extensions. Below is the list of the [activity log extensions for third party plugins](https://wpactivitylog.com/extensions/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description):
148
 
149
  * <strong>[WP Activity Log for WooCommerce](https://wpactivitylog.com/extensions/woocommerce-activity-log/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)</strong>: Install this extension to keep a log of changes you and yourr team do in the WooCommerce store settings, orders, products, coupons and much more.
150
  * <strong>[WP Activity Log for Yoast SEO](https://wpactivitylog.com/extensions/yoast-seo-activity-log/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description)</strong>: Install this extension to keep a log of the Yoast SEO plugin settings changes, and also of the on-page SEO changes you and your team make in the Yoast SEO meta box.
206
 
207
  == Changelog ==
208
 
209
+ = 4.3.0 (2021-05-20) =
210
 
211
+ Release notes: [WP Activity Log 4.3: The new mirroring module & integrations](https://wpactivitylog.com/wsal-4-3-0/)
 
 
212
 
213
+ **New features**
214
+ * The new [WordPress activity log mirroring module](https://wpactivitylog.com/features/integration-mirroring-tools-wordpress-activity-log/): mirror your website's activity log in real-time to AWS CloudWatch, Loggly, a log file and several other services.
215
+
216
+ **Improvements**
217
+ * The activity log is mirrored to third party services in real-time.
218
+ * Event metadata is included in the CSV reports.
219
+ * The severity levels of the activity log have been mapped to the standard severity levels documented in the RFC.
220
+ * The event metadata in the mirrored activity log events is in JSON format.
221
+ * Event type and Object metadata is included in the mirrored activity log events.
222
+ * Changes by third party plugins for which an extension is available are no longer muted when extension is not installed.
223
+ * Removed border from the first time install wizard (minor UI improvement).
224
+ * Support for X-ORIGINAL-FORWARDED-FOR HTTP header (more info in [support for WAFS & reverse proxies](https://wpactivitylog.com/support/kb/support-reverse-proxies-web-application-firewalls/))
225
+ * Plugin now is using the new in-plugin pricing page.
226
+ * A much improved default SMS alert and email notification template.
227
+ * Revamped the connections and mirroring wizards and included connectivity tests in them.
228
+ * Improved the external db connection (now it is a persistent connection).
229
+
230
  **Bug fixes**
231
+ * Critical error was being reported when the failed logins notification was triggered.
232
+ * Fixed an unhandled exception which occurred when the free edition was activated on a site where the premium edition was already activated.
233
+ * Events time stamp in emails was not always the same as in the activity log.
234
+ * Event ID 2065 (modified content) was reported unnecessarily after adding a custom field to a post.
235
+ * Event ID 1010 (user requested password reset) was not reported when the password reset was requested from a custom user profile page.
236
+ * In some cases, archiving of the activity log could not be disabled.
237
 
238
  Refer to the [complete plugin changelog](https://wpactivitylog.com/support/kb/plugin-changelog/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=WSAL&utm_content=plugin+repos+description) for more detailed information about what was new, improved and fixed in previous versions of the WP Activity Log plugin.
sdk/wsal-freemius.php CHANGED
@@ -30,7 +30,7 @@ function wsal_freemius() {
30
  // Include Freemius SDK.
31
  require_once dirname( __FILE__ ) . DIRECTORY_SEPARATOR . implode( DIRECTORY_SEPARATOR, [
32
  '..',
33
- 'third-party',
34
  'freemius',
35
  'wordpress-sdk',
36
  'start.php'
30
  // Include Freemius SDK.
31
  require_once dirname( __FILE__ ) . DIRECTORY_SEPARATOR . implode( DIRECTORY_SEPARATOR, [
32
  '..',
33
+ 'vendor',
34
  'freemius',
35
  'wordpress-sdk',
36
  'start.php'
vendor/autoload.php ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload.php @generated by Composer
4
+
5
+ require_once __DIR__ . '/composer/autoload_real.php';
6
+
7
+ return ComposerAutoloaderInit3c3a224906770af49c44d9b44efb2059::getLoader();
vendor/composer/ClassLoader.php ADDED
@@ -0,0 +1,479 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * This file is part of Composer.
5
+ *
6
+ * (c) Nils Adermann <naderman@naderman.de>
7
+ * Jordi Boggiano <j.boggiano@seld.be>
8
+ *
9
+ * For the full copyright and license information, please view the LICENSE
10
+ * file that was distributed with this source code.
11
+ */
12
+
13
+ namespace Composer\Autoload;
14
+
15
+ /**
16
+ * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
17
+ *
18
+ * $loader = new \Composer\Autoload\ClassLoader();
19
+ *
20
+ * // register classes with namespaces
21
+ * $loader->add('Symfony\Component', __DIR__.'/component');
22
+ * $loader->add('Symfony', __DIR__.'/framework');
23
+ *
24
+ * // activate the autoloader
25
+ * $loader->register();
26
+ *
27
+ * // to enable searching the include path (eg. for PEAR packages)
28
+ * $loader->setUseIncludePath(true);
29
+ *
30
+ * In this example, if you try to use a class in the Symfony\Component
31
+ * namespace or one of its children (Symfony\Component\Console for instance),
32
+ * the autoloader will first look for the class under the component/
33
+ * directory, and it will then fallback to the framework/ directory if not
34
+ * found before giving up.
35
+ *
36
+ * This class is loosely based on the Symfony UniversalClassLoader.
37
+ *
38
+ * @author Fabien Potencier <fabien@symfony.com>
39
+ * @author Jordi Boggiano <j.boggiano@seld.be>
40
+ * @see https://www.php-fig.org/psr/psr-0/
41
+ * @see https://www.php-fig.org/psr/psr-4/
42
+ */
43
+ class ClassLoader
44
+ {
45
+ private $vendorDir;
46
+
47
+ // PSR-4
48
+ private $prefixLengthsPsr4 = array();
49
+ private $prefixDirsPsr4 = array();
50
+ private $fallbackDirsPsr4 = array();
51
+
52
+ // PSR-0
53
+ private $prefixesPsr0 = array();
54
+ private $fallbackDirsPsr0 = array();
55
+
56
+ private $useIncludePath = false;
57
+ private $classMap = array();
58
+ private $classMapAuthoritative = false;
59
+ private $missingClasses = array();
60
+ private $apcuPrefix;
61
+
62
+ private static $registeredLoaders = array();
63
+
64
+ public function __construct($vendorDir = null)
65
+ {
66
+ $this->vendorDir = $vendorDir;
67
+ }
68
+
69
+ public function getPrefixes()
70
+ {
71
+ if (!empty($this->prefixesPsr0)) {
72
+ return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
73
+ }
74
+
75
+ return array();
76
+ }
77
+
78
+ public function getPrefixesPsr4()
79
+ {
80
+ return $this->prefixDirsPsr4;
81
+ }
82
+
83
+ public function getFallbackDirs()
84
+ {
85
+ return $this->fallbackDirsPsr0;
86
+ }
87
+
88
+ public function getFallbackDirsPsr4()
89
+ {
90
+ return $this->fallbackDirsPsr4;
91
+ }
92
+
93
+ public function getClassMap()
94
+ {
95
+ return $this->classMap;
96
+ }
97
+
98
+ /**
99
+ * @param array $classMap Class to filename map
100
+ */
101
+ public function addClassMap(array $classMap)
102
+ {
103
+ if ($this->classMap) {
104
+ $this->classMap = array_merge($this->classMap, $classMap);
105
+ } else {
106
+ $this->classMap = $classMap;
107
+ }
108
+ }
109
+
110
+ /**
111
+ * Registers a set of PSR-0 directories for a given prefix, either
112
+ * appending or prepending to the ones previously set for this prefix.
113
+ *
114
+ * @param string $prefix The prefix
115
+ * @param array|string $paths The PSR-0 root directories
116
+ * @param bool $prepend Whether to prepend the directories
117
+ */
118
+ public function add($prefix, $paths, $prepend = false)
119
+ {
120
+ if (!$prefix) {
121
+ if ($prepend) {
122
+ $this->fallbackDirsPsr0 = array_merge(
123
+ (array) $paths,
124
+ $this->fallbackDirsPsr0
125
+ );
126
+ } else {
127
+ $this->fallbackDirsPsr0 = array_merge(
128
+ $this->fallbackDirsPsr0,
129
+ (array) $paths
130
+ );
131
+ }
132
+
133
+ return;
134
+ }
135
+
136
+ $first = $prefix[0];
137
+ if (!isset($this->prefixesPsr0[$first][$prefix])) {
138
+ $this->prefixesPsr0[$first][$prefix] = (array) $paths;
139
+
140
+ return;
141
+ }
142
+ if ($prepend) {
143
+ $this->prefixesPsr0[$first][$prefix] = array_merge(
144
+ (array) $paths,
145
+ $this->prefixesPsr0[$first][$prefix]
146
+ );
147
+ } else {
148
+ $this->prefixesPsr0[$first][$prefix] = array_merge(
149
+ $this->prefixesPsr0[$first][$prefix],
150
+ (array) $paths
151
+ );
152
+ }
153
+ }
154
+
155
+ /**
156
+ * Registers a set of PSR-4 directories for a given namespace, either
157
+ * appending or prepending to the ones previously set for this namespace.
158
+ *
159
+ * @param string $prefix The prefix/namespace, with trailing '\\'
160
+ * @param array|string $paths The PSR-4 base directories
161
+ * @param bool $prepend Whether to prepend the directories
162
+ *
163
+ * @throws \InvalidArgumentException
164
+ */
165
+ public function addPsr4($prefix, $paths, $prepend = false)
166
+ {
167
+ if (!$prefix) {
168
+ // Register directories for the root namespace.
169
+ if ($prepend) {
170
+ $this->fallbackDirsPsr4 = array_merge(
171
+ (array) $paths,
172
+ $this->fallbackDirsPsr4
173
+ );
174
+ } else {
175
+ $this->fallbackDirsPsr4 = array_merge(
176
+ $this->fallbackDirsPsr4,
177
+ (array) $paths
178
+ );
179
+ }
180
+ } elseif (!isset($this->prefixDirsPsr4[$prefix])) {
181
+ // Register directories for a new namespace.
182
+ $length = strlen($prefix);
183
+ if ('\\' !== $prefix[$length - 1]) {
184
+ throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
185
+ }
186
+ $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
187
+ $this->prefixDirsPsr4[$prefix] = (array) $paths;
188
+ } elseif ($prepend) {
189
+ // Prepend directories for an already registered namespace.
190
+ $this->prefixDirsPsr4[$prefix] = array_merge(
191
+ (array) $paths,
192
+ $this->prefixDirsPsr4[$prefix]
193
+ );
194
+ } else {
195
+ // Append directories for an already registered namespace.
196
+ $this->prefixDirsPsr4[$prefix] = array_merge(
197
+ $this->prefixDirsPsr4[$prefix],
198
+ (array) $paths
199
+ );
200
+ }
201
+ }
202
+
203
+ /**
204
+ * Registers a set of PSR-0 directories for a given prefix,
205
+ * replacing any others previously set for this prefix.
206
+ *
207
+ * @param string $prefix The prefix
208
+ * @param array|string $paths The PSR-0 base directories
209
+ */
210
+ public function set($prefix, $paths)
211
+ {
212
+ if (!$prefix) {
213
+ $this->fallbackDirsPsr0 = (array) $paths;
214
+ } else {
215
+ $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
216
+ }
217
+ }
218
+
219
+ /**
220
+ * Registers a set of PSR-4 directories for a given namespace,
221
+ * replacing any others previously set for this namespace.
222
+ *
223
+ * @param string $prefix The prefix/namespace, with trailing '\\'
224
+ * @param array|string $paths The PSR-4 base directories
225
+ *
226
+ * @throws \InvalidArgumentException
227
+ */
228
+ public function setPsr4($prefix, $paths)
229
+ {
230
+ if (!$prefix) {
231
+ $this->fallbackDirsPsr4 = (array) $paths;
232
+ } else {
233
+ $length = strlen($prefix);
234
+ if ('\\' !== $prefix[$length - 1]) {
235
+ throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
236
+ }
237
+ $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
238
+ $this->prefixDirsPsr4[$prefix] = (array) $paths;
239
+ }
240
+ }
241
+
242
+ /**
243
+ * Turns on searching the include path for class files.
244
+ *
245
+ * @param bool $useIncludePath
246
+ */
247
+ public function setUseIncludePath($useIncludePath)
248
+ {
249
+ $this->useIncludePath = $useIncludePath;
250
+ }
251
+
252
+ /**
253
+ * Can be used to check if the autoloader uses the include path to check
254
+ * for classes.
255
+ *
256
+ * @return bool
257
+ */
258
+ public function getUseIncludePath()
259
+ {
260
+ return $this->useIncludePath;
261
+ }
262
+
263
+ /**
264
+ * Turns off searching the prefix and fallback directories for classes
265
+ * that have not been registered with the class map.
266
+ *
267
+ * @param bool $classMapAuthoritative
268
+ */
269
+ public function setClassMapAuthoritative($classMapAuthoritative)
270
+ {
271
+ $this->classMapAuthoritative = $classMapAuthoritative;
272
+ }
273
+
274
+ /**
275
+ * Should class lookup fail if not found in the current class map?
276
+ *
277
+ * @return bool
278
+ */
279
+ public function isClassMapAuthoritative()
280
+ {
281
+ return $this->classMapAuthoritative;
282
+ }
283
+
284
+ /**
285
+ * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
286
+ *
287
+ * @param string|null $apcuPrefix
288
+ */
289
+ public function setApcuPrefix($apcuPrefix)
290
+ {
291
+ $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
292
+ }
293
+
294
+ /**
295
+ * The APCu prefix in use, or null if APCu caching is not enabled.
296
+ *
297
+ * @return string|null
298
+ */
299
+ public function getApcuPrefix()
300
+ {
301
+ return $this->apcuPrefix;
302
+ }
303
+
304
+ /**
305
+ * Registers this instance as an autoloader.
306
+ *
307
+ * @param bool $prepend Whether to prepend the autoloader or not
308
+ */
309
+ public function register($prepend = false)
310
+ {
311
+ spl_autoload_register(array($this, 'loadClass'), true, $prepend);
312
+
313
+ if (null === $this->vendorDir) {
314
+ return;
315
+ }
316
+
317
+ if ($prepend) {
318
+ self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders;
319
+ } else {
320
+ unset(self::$registeredLoaders[$this->vendorDir]);
321
+ self::$registeredLoaders[$this->vendorDir] = $this;
322
+ }
323
+ }
324
+
325
+ /**
326
+ * Unregisters this instance as an autoloader.
327
+ */
328
+ public function unregister()
329
+ {
330
+ spl_autoload_unregister(array($this, 'loadClass'));
331
+
332
+ if (null !== $this->vendorDir) {
333
+ unset(self::$registeredLoaders[$this->vendorDir]);
334
+ }
335
+ }
336
+
337
+ /**
338
+ * Loads the given class or interface.
339
+ *
340
+ * @param string $class The name of the class
341
+ * @return bool|null True if loaded, null otherwise
342
+ */
343
+ public function loadClass($class)
344
+ {
345
+ if ($file = $this->findFile($class)) {
346
+ includeFile($file);
347
+
348
+ return true;
349
+ }
350
+ }
351
+
352
+ /**
353
+ * Finds the path to the file where the class is defined.
354
+ *
355
+ * @param string $class The name of the class
356
+ *
357
+ * @return string|false The path if found, false otherwise
358
+ */
359
+ public function findFile($class)
360
+ {
361
+ // class map lookup
362
+ if (isset($this->classMap[$class])) {
363
+ return $this->classMap[$class];
364
+ }
365
+ if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
366
+ return false;
367
+ }
368
+ if (null !== $this->apcuPrefix) {
369
+ $file = apcu_fetch($this->apcuPrefix.$class, $hit);
370
+ if ($hit) {
371
+ return $file;
372
+ }
373
+ }
374
+
375
+ $file = $this->findFileWithExtension($class, '.php');
376
+
377
+ // Search for Hack files if we are running on HHVM
378
+ if (false === $file && defined('HHVM_VERSION')) {
379
+ $file = $this->findFileWithExtension($class, '.hh');
380
+ }
381
+
382
+ if (null !== $this->apcuPrefix) {
383
+ apcu_add($this->apcuPrefix.$class, $file);
384
+ }
385
+
386
+ if (false === $file) {
387
+ // Remember that this class does not exist.
388
+ $this->missingClasses[$class] = true;
389
+ }
390
+
391
+ return $file;
392
+ }
393
+
394
+ /**
395
+ * Returns the currently registered loaders indexed by their corresponding vendor directories.
396
+ *
397
+ * @return self[]
398
+ */
399
+ public static function getRegisteredLoaders()
400
+ {
401
+ return self::$registeredLoaders;
402
+ }
403
+
404
+ private function findFileWithExtension($class, $ext)
405
+ {
406
+ // PSR-4 lookup
407
+ $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
408
+
409
+ $first = $class[0];
410
+ if (isset($this->prefixLengthsPsr4[$first])) {
411
+ $subPath = $class;
412
+ while (false !== $lastPos = strrpos($subPath, '\\')) {
413
+ $subPath = substr($subPath, 0, $lastPos);
414
+ $search = $subPath . '\\';
415
+ if (isset($this->prefixDirsPsr4[$search])) {
416
+ $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
417
+ foreach ($this->prefixDirsPsr4[$search] as $dir) {
418
+ if (file_exists($file = $dir . $pathEnd)) {
419
+ return $file;
420
+ }
421
+ }
422
+ }
423
+ }
424
+ }
425
+
426
+ // PSR-4 fallback dirs
427
+ foreach ($this->fallbackDirsPsr4 as $dir) {
428
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
429
+ return $file;
430
+ }
431
+ }
432
+
433
+ // PSR-0 lookup
434
+ if (false !== $pos = strrpos($class, '\\')) {
435
+ // namespaced class name
436
+ $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
437
+ . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
438
+ } else {
439
+ // PEAR-like class name
440
+ $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
441
+ }
442
+
443
+ if (isset($this->prefixesPsr0[$first])) {
444
+ foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
445
+ if (0 === strpos($class, $prefix)) {
446
+ foreach ($dirs as $dir) {
447
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
448
+ return $file;
449
+ }
450
+ }
451
+ }
452
+ }
453
+ }
454
+
455
+ // PSR-0 fallback dirs
456
+ foreach ($this->fallbackDirsPsr0 as $dir) {
457
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
458
+ return $file;
459
+ }
460
+ }
461
+
462
+ // PSR-0 include paths.
463
+ if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {
464
+ return $file;
465
+ }
466
+
467
+ return false;
468
+ }
469
+ }
470
+
471
+ /**
472
+ * Scope isolated include.
473
+ *
474
+ * Prevents access to $this/self from included files.
475
+ */
476
+ function includeFile($file)
477
+ {
478
+ include $file;
479
+ }
vendor/composer/InstalledVersions.php ADDED
@@ -0,0 +1,294 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+ namespace Composer;
14
+
15
+ use Composer\Autoload\ClassLoader;
16
+ use Composer\Semver\VersionParser;
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+ class InstalledVersions
26
+ {
27
+ private static $installed = array (
28
+ 'root' =>
29
+ array (
30
+ 'pretty_version' => 'dev-develop',
31
+ 'version' => 'dev-develop',
32
+ 'aliases' =>
33
+ array (
34
+ ),
35
+ 'reference' => 'b7d38674097985e2d77ffbe382ca002f70a12014',
36
+ 'name' => '__root__',
37
+ ),
38
+ 'versions' =>
39
+ array (
40
+ '__root__' =>
41
+ array (
42
+ 'pretty_version' => 'dev-develop',
43
+ 'version' => 'dev-develop',
44
+ 'aliases' =>
45
+ array (
46
+ ),
47
+ 'reference' => 'b7d38674097985e2d77ffbe382ca002f70a12014',
48
+ ),
49
+ 'freemius/wordpress-sdk' =>
50
+ array (
51
+ 'pretty_version' => '2.4.2',
52
+ 'version' => '2.4.2.0',
53
+ 'aliases' =>
54
+ array (
55
+ ),
56
+ 'reference' => '84a9be4717effd7697a217e0d931f48ae0d2ecc6',
57
+ ),
58
+ ),
59
+ );
60
+ private static $canGetVendors;
61
+ private static $installedByVendor = array();
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+ public static function getInstalledPackages()
70
+ {
71
+ $packages = array();
72
+ foreach (self::getInstalled() as $installed) {
73
+ $packages[] = array_keys($installed['versions']);
74
+ }
75
+
76
+ if (1 === \count($packages)) {
77
+ return $packages[0];
78
+ }
79
+
80
+ return array_keys(array_flip(\call_user_func_array('array_merge', $packages)));
81
+ }
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+ public static function isInstalled($packageName)
92
+ {
93
+ foreach (self::getInstalled() as $installed) {
94
+ if (isset($installed['versions'][$packageName])) {
95
+ return true;
96
+ }
97
+ }
98
+
99
+ return false;
100
+ }
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+ public static function satisfies(VersionParser $parser, $packageName, $constraint)
116
+ {
117
+ $constraint = $parser->parseConstraints($constraint);
118
+ $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
119
+
120
+ return $provided->matches($constraint);
121
+ }
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+ public static function getVersionRanges($packageName)
133
+ {
134
+ foreach (self::getInstalled() as $installed) {
135
+ if (!isset($installed['versions'][$packageName])) {
136
+ continue;
137
+ }
138
+
139
+ $ranges = array();
140
+ if (isset($installed['versions'][$packageName]['pretty_version'])) {
141
+ $ranges[] = $installed['versions'][$packageName]['pretty_version'];
142
+ }
143
+ if (array_key_exists('aliases', $installed['versions'][$packageName])) {
144
+ $ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']);
145
+ }
146
+ if (array_key_exists('replaced', $installed['versions'][$packageName])) {
147
+ $ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']);
148
+ }
149
+ if (array_key_exists('provided', $installed['versions'][$packageName])) {
150
+ $ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
151
+ }
152
+
153
+ return implode(' || ', $ranges);
154
+ }
155
+
156
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
157
+ }
158
+
159
+
160
+
161
+
162
+
163
+ public static function getVersion($packageName)
164
+ {
165
+ foreach (self::getInstalled() as $installed) {
166
+ if (!isset($installed['versions'][$packageName])) {
167
+ continue;
168
+ }
169
+
170
+ if (!isset($installed['versions'][$packageName]['version'])) {
171
+ return null;
172
+ }
173
+
174
+ return $installed['versions'][$packageName]['version'];
175
+ }
176
+
177
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
178
+ }
179
+
180
+
181
+
182
+
183
+
184
+ public static function getPrettyVersion($packageName)
185
+ {
186
+ foreach (self::getInstalled() as $installed) {
187
+ if (!isset($installed['versions'][$packageName])) {
188
+ continue;
189
+ }
190
+
191
+ if (!isset($installed['versions'][$packageName]['pretty_version'])) {
192
+ return null;
193
+ }
194
+
195
+ return $installed['versions'][$packageName]['pretty_version'];
196
+ }
197
+
198
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
199
+ }
200
+
201
+
202
+
203
+
204
+
205
+ public static function getReference($packageName)
206
+ {
207
+ foreach (self::getInstalled() as $installed) {
208
+ if (!isset($installed['versions'][$packageName])) {
209
+ continue;
210
+ }
211
+
212
+ if (!isset($installed['versions'][$packageName]['reference'])) {
213
+ return null;
214
+ }
215
+
216
+ return $installed['versions'][$packageName]['reference'];
217
+ }
218
+
219
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
220
+ }
221
+
222
+
223
+
224
+
225
+
226
+ public static function getRootPackage()
227
+ {
228
+ $installed = self::getInstalled();
229
+
230
+ return $installed[0]['root'];
231
+ }
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+ public static function getRawData()
240
+ {
241
+ return self::$installed;
242
+ }
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+ public static function reload($data)
263
+ {
264
+ self::$installed = $data;
265
+ self::$installedByVendor = array();
266
+ }
267
+
268
+
269
+
270
+
271
+
272
+ private static function getInstalled()
273
+ {
274
+ if (null === self::$canGetVendors) {
275
+ self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders');
276
+ }
277
+
278
+ $installed = array();
279
+
280
+ if (self::$canGetVendors) {
281
+ foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
282
+ if (isset(self::$installedByVendor[$vendorDir])) {
283
+ $installed[] = self::$installedByVendor[$vendorDir];
284
+ } elseif (is_file($vendorDir.'/composer/installed.php')) {
285
+ $installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php';
286
+ }
287
+ }
288
+ }
289
+
290
+ $installed[] = self::$installed;
291
+
292
+ return $installed;
293
+ }
294
+ }
vendor/composer/LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Copyright (c) Nils Adermann, Jordi Boggiano
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is furnished
9
+ to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in all
12
+ copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
+ THE SOFTWARE.
21
+
vendor/composer/autoload_classmap.php ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_classmap.php @generated by Composer
4
+
5
+ $vendorDir = dirname(dirname(__FILE__));
6
+ $baseDir = dirname($vendorDir);
7
+
8
+ return array(
9
+ 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
10
+ );
vendor/composer/autoload_namespaces.php ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_namespaces.php @generated by Composer
4
+
5
+ $vendorDir = dirname(dirname(__FILE__));
6
+ $baseDir = dirname($vendorDir);
7
+
8
+ return array(
9
+ );
vendor/composer/autoload_psr4.php ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_psr4.php @generated by Composer
4
+
5
+ $vendorDir = dirname(dirname(__FILE__));
6
+ $baseDir = dirname($vendorDir);
7
+
8
+ return array(
9
+ );
vendor/composer/autoload_real.php ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_real.php @generated by Composer
4
+
5
+ class ComposerAutoloaderInit3c3a224906770af49c44d9b44efb2059
6
+ {
7
+ private static $loader;
8
+
9
+ public static function loadClassLoader($class)
10
+ {
11
+ if ('Composer\Autoload\ClassLoader' === $class) {
12
+ require __DIR__ . '/ClassLoader.php';
13
+ }
14
+ }
15
+
16
+ /**
17
+ * @return \Composer\Autoload\ClassLoader
18
+ */
19
+ public static function getLoader()
20
+ {
21
+ if (null !== self::$loader) {
22
+ return self::$loader;
23
+ }
24
+
25
+ require __DIR__ . '/platform_check.php';
26
+
27
+ spl_autoload_register(array('ComposerAutoloaderInit3c3a224906770af49c44d9b44efb2059', 'loadClassLoader'), true, true);
28
+ self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
29
+ spl_autoload_unregister(array('ComposerAutoloaderInit3c3a224906770af49c44d9b44efb2059', 'loadClassLoader'));
30
+
31
+ $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
32
+ if ($useStaticLoader) {
33
+ require __DIR__ . '/autoload_static.php';
34
+
35
+ call_user_func(\Composer\Autoload\ComposerStaticInit3c3a224906770af49c44d9b44efb2059::getInitializer($loader));
36
+ } else {
37
+ $map = require __DIR__ . '/autoload_namespaces.php';
38
+ foreach ($map as $namespace => $path) {
39
+ $loader->set($namespace, $path);
40
+ }
41
+
42
+ $map = require __DIR__ . '/autoload_psr4.php';
43
+ foreach ($map as $namespace => $path) {
44
+ $loader->setPsr4($namespace, $path);
45
+ }
46
+
47
+ $classMap = require __DIR__ . '/autoload_classmap.php';
48
+ if ($classMap) {
49
+ $loader->addClassMap($classMap);
50
+ }
51
+ }
52
+
53
+ $loader->register(true);
54
+
55
+ return $loader;
56
+ }
57
+ }
vendor/composer/autoload_static.php ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_static.php @generated by Composer
4
+
5
+ namespace Composer\Autoload;
6
+
7
+ class ComposerStaticInit3c3a224906770af49c44d9b44efb2059
8
+ {
9
+ public static $classMap = array (
10
+ 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
11
+ );
12
+
13
+ public static function getInitializer(ClassLoader $loader)
14
+ {
15
+ return \Closure::bind(function () use ($loader) {
16
+ $loader->classMap = ComposerStaticInit3c3a224906770af49c44d9b44efb2059::$classMap;
17
+
18
+ }, null, ClassLoader::class);
19
+ }
20
+ }
vendor/composer/installed.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "packages": [
3
+ {
4
+ "name": "freemius/wordpress-sdk",
5
+ "version": "2.4.2",
6
+ "version_normalized": "2.4.2.0",
7
+ "source": {
8
+ "type": "git",
9
+ "url": "https://github.com/Freemius/wordpress-sdk.git",
10
+ "reference": "84a9be4717effd7697a217e0d931f48ae0d2ecc6"
11
+ },
12
+ "dist": {
13
+ "type": "zip",
14
+ "url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/84a9be4717effd7697a217e0d931f48ae0d2ecc6",
15
+ "reference": "84a9be4717effd7697a217e0d931f48ae0d2ecc6",
16
+ "shasum": ""
17
+ },
18
+ "require": {
19
+ "php": ">=5.2"
20
+ },
21
+ "time": "2021-02-08T16:47:44+00:00",
22
+ "type": "library",
23
+ "installation-source": "dist",
24
+ "notification-url": "https://packagist.org/downloads/",
25
+ "license": [
26
+ "GPL-3.0-only"
27
+ ],
28
+ "description": "Freemius WordPress SDK",
29
+ "homepage": "https://freemius.com",
30
+ "keywords": [
31
+ "freemius",
32
+ "plugin",
33
+ "sdk",
34
+ "theme",
35
+ "wordpress",
36
+ "wordpress-plugin",
37
+ "wordpress-theme"
38
+ ],
39
+ "support": {
40
+ "issues": "https://github.com/Freemius/wordpress-sdk/issues",
41
+ "source": "https://github.com/Freemius/wordpress-sdk/tree/2.4.2"
42
+ },
43
+ "install-path": "../freemius/wordpress-sdk"
44
+ }
45
+ ],
46
+ "dev": true,
47
+ "dev-package-names": []
48
+ }
vendor/composer/installed.php ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php return array (
2
+ 'root' =>
3
+ array (
4
+ 'pretty_version' => 'dev-develop',
5
+ 'version' => 'dev-develop',
6
+ 'aliases' =>
7
+ array (
8
+ ),
9
+ 'reference' => 'b7d38674097985e2d77ffbe382ca002f70a12014',
10
+ 'name' => '__root__',
11
+ ),
12
+ 'versions' =>
13
+ array (
14
+ '__root__' =>
15
+ array (
16
+ 'pretty_version' => 'dev-develop',
17
+ 'version' => 'dev-develop',
18
+ 'aliases' =>
19
+ array (
20
+ ),
21
+ 'reference' => 'b7d38674097985e2d77ffbe382ca002f70a12014',
22
+ ),
23
+ 'freemius/wordpress-sdk' =>
24
+ array (
25
+ 'pretty_version' => '2.4.2',
26
+ 'version' => '2.4.2.0',
27
+ 'aliases' =>
28
+ array (
29
+ ),
30
+ 'reference' => '84a9be4717effd7697a217e0d931f48ae0d2ecc6',
31
+ ),
32
+ ),
33
+ );
vendor/composer/platform_check.php ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // platform_check.php @generated by Composer
4
+
5
+ $issues = array();
6
+
7
+ if (!(PHP_VERSION_ID >= 50200)) {
8
+ $issues[] = 'Your Composer dependencies require a PHP version ">= 5.2.0". You are running ' . PHP_VERSION . '.';
9
+ }
10
+
11
+ if ($issues) {
12
+ if (!headers_sent()) {
13
+ header('HTTP/1.1 500 Internal Server Error');
14
+ }
15
+ if (!ini_get('display_errors')) {
16
+ if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
17
+ fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
18
+ } elseif (!headers_sent()) {
19
+ echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
20
+ }
21
+ }
22
+ trigger_error(
23
+ 'Composer detected issues in your platform: ' . implode(' ', $issues),
24
+ E_USER_ERROR
25
+ );
26
+ }
{third-party → vendor}/freemius/wordpress-sdk/LICENSE.txt RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/README.md RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/account.css RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/add-ons.css RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/affiliation.css RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/checkout.css RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/common.css RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/connect.css RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/debug.css RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/dialog-boxes.css RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/gdpr-optin-notice.css RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/plugins.css RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/css/customizer.css RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/css/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/img/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/img/plugin-icon.png RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/img/theme-icon.png RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/js/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/js/nojquery.ba-postmessage.js RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/js/nojquery.ba-postmessage.min.js RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/assets/js/postmessage.js RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/config.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/class-freemius-abstract.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/class-freemius.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-admin-notices.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-api.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-logger.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-options.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-plugin-updater.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-security.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-storage.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-user-lock.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/customizer/class-fs-customizer-support-section.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/customizer/class-fs-customizer-upsell-control.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/customizer/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/debug/class-fs-debug-bar-panel.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/debug/debug-bar-start.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/debug/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-affiliate-terms.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-affiliate.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-billing.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-entity.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-payment.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin-info.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin-license.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin-plan.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin-tag.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-pricing.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-scope-entity.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-site.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-subscription.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-user.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/entities/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/fs-core-functions.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/fs-essential-functions.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/fs-plugin-info-dialog.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/i18n.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/l10n.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-admin-menu-manager.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-admin-notice-manager.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-cache-manager.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-gdpr-manager.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-license-manager.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-option-manager.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-plan-manager.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-plugin-manager.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/managers/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/ArgumentNotExistException.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/EmptyArgumentException.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/Exception.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/InvalidArgumentException.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/OAuthException.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/sdk/FreemiusBase.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/sdk/FreemiusWordPress.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/sdk/LICENSE.txt RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/sdk/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/supplements/fs-essential-functions-1.1.7.1.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/supplements/fs-essential-functions-2.2.1.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/includes/supplements/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius-cs_CZ.mo RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius-da_DK.mo RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius-en.mo RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius-es_ES.mo RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius-fr_FR.mo RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius-he_IL.mo RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius-hu_HU.mo RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius-it_IT.mo RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius-ja.mo RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius-nl_NL.mo RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius-ru_RU.mo RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius-ta.mo RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius-zh_CN.mo RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/freemius.pot RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/languages/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/package.json RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/require.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/start.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/account.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/account/billing.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/account/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/activate-license-button.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/addon.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/deactivate-license-button.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/site.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/account/payments.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/add-ons.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/add-trial-to-pricing.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/admin-notice.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/ajax-loader.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/auto-installation.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/checkout.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/connect.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/contact.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/debug.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/debug/api-calls.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/debug/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/debug/logger.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/debug/plugins-themes-sync.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/debug/scheduled-crons.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/email.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/firewall-issues-js.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/affiliation.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/data-debug-mode.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/deactivation/contact.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/deactivation/form.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/deactivation/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/deactivation/retry-skip.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/license-activation.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/optout.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/premium-versions-upgrade-handler.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/premium-versions-upgrade-metadata.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/resend-key.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/subscription-cancellation.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/trial-start.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/forms/user-change.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/gdpr-optin-js.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/js/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/js/jquery.content-change.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/js/open-license-activation.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/js/style-premium-theme.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/partials/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/partials/network-activation.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/plugin-icon.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/plugin-info/description.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/plugin-info/features.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/plugin-info/index.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/plugin-info/screenshots.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/powered-by.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/pricing.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/secure-https-header.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/sticky-admin-notice-js.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/tabs-capture-js.php RENAMED
File without changes
{third-party → vendor}/freemius/wordpress-sdk/templates/tabs.php RENAMED
File without changes
wp-security-audit-log.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://wpactivitylog.com/
5
  * Description: Identify WordPress security issues before they become a problem. Keep track of everything happening on your WordPress including WordPress users activity. Similar to Windows Event Log and Linux Syslog, WP Activity Log generates a security alert for everything that happens on your WordPress blogs and websites. Use the Activity log viewer included in the plugin to see all the security alerts.
6
  * Author: WP White Security
7
- * Version: 4.3.1
8
  * Text Domain: wp-security-audit-log
9
  * Author URI: https://www.wpwhitesecurity.com/
10
  * License: GPL2
@@ -17,7 +17,7 @@
17
 
18
  /*
19
  WP Activity Log
20
- Copyright(c) 2021 WP White Security (email : info@wpwhitesecurity.com)
21
 
22
  This program is free software; you can redistribute it and/or modify
23
  it under the terms of the GNU General Public License, version 2, as
@@ -49,7 +49,7 @@ if ( ! function_exists( 'wsal_freemius' ) ) {
49
  *
50
  * @var string
51
  */
52
- public $version = '4.3.1';
53
 
54
  /**
55
  * Plugin constants.
@@ -63,7 +63,7 @@ if ( ! function_exists( 'wsal_freemius' ) ) {
63
  *
64
  * @var string
65
  */
66
- const MIN_PHP_VERSION = '7.0.0';
67
 
68
  /**
69
  * New option name prefix.
@@ -94,7 +94,7 @@ if ( ! function_exists( 'wsal_freemius' ) ) {
94
  public $sensors;
95
 
96
  /**
97
- * Settings manager.
98
  *
99
  * @var WSAL_Settings
100
  */
@@ -460,12 +460,10 @@ if ( ! function_exists( 'wsal_freemius' ) ) {
460
  public function init_hooks() {
461
  add_action( 'init', array( $this, 'init' ), 5 );
462
 
463
- // Listen for cleanup event.
464
- add_action( 'wsal_cleanup', array( $this, 'CleanUp' ) );
465
 
466
- add_action( 'shutdown', array( $this, 'close_external_connection' ), 999 );
467
-
468
- // Render wsal footer.
469
  add_action( 'admin_footer', array( $this, 'render_footer' ) );
470
 
471
  // Plugin redirect on activation.
@@ -1425,14 +1423,11 @@ if ( ! function_exists( 'wsal_freemius' ) ) {
1425
  // Update version in db.
1426
  $this->SetGlobalSetting( 'version', $new_version );
1427
 
1428
- if ( '0.0.0' === $old_version ) {
1429
- // set some initial plugins settings (only the ones that bypass the regular settings retrieval at some
1430
- // point) - e.g. disabled events
1431
- $this->SetGlobalSetting( 'disabled-alerts', implode( ',', $this->settings()->always_disabled_alerts ) );
1432
-
1433
- // we stop here as no further updates are needed for a freshly installed plugin
1434
- return;
1435
- }
1436
 
1437
  // Do version-to-version specific changes.
1438
  if ( '0.0.0' !== $old_version && -1 === version_compare( $old_version, $new_version ) ) {
@@ -2219,39 +2214,12 @@ if ( ! function_exists( 'wsal_freemius' ) ) {
2219
  wp_deregister_script( 'dateformat' );
2220
  }
2221
  }
2222
-
2223
- /**
2224
- * Closes external connection if it's being used.
2225
- *
2226
- * @since 4.3.1
2227
- */
2228
- public function close_external_connection() {
2229
- // if the adapter type options is not empty, it means we're using the external database
2230
- $database_type = $this->GetGlobalSetting( 'adapter-type' );
2231
- if ( strlen( $database_type ) > 0 ) {
2232
- $this->getConnector()->closeConnection();
2233
- }
2234
- }
2235
  }
2236
 
2237
- // load composer libraries if available
2238
- $autoloader_file_path = plugin_dir_path( __FILE__ ) . implode( DIRECTORY_SEPARATOR, [
2239
- 'vendor',
2240
- 'autoload.php'
2241
- ]
2242
- );
2243
-
2244
- $prefixed_autoloader_file_path = plugin_dir_path( __FILE__ ) . implode( DIRECTORY_SEPARATOR, [
2245
- 'third-party',
2246
- 'vendor',
2247
- 'autoload.php'
2248
- ]
2249
- );
2250
-
2251
- if ( file_exists( $autoloader_file_path ) && file_exists( $prefixed_autoloader_file_path ) ) {
2252
  require_once $autoloader_file_path;
2253
- require_once $prefixed_autoloader_file_path;
2254
-
2255
  }
2256
 
2257
  // Begin load sequence.
@@ -2275,7 +2243,7 @@ if ( ! function_exists( 'wsal_freemius' ) ) {
2275
  *
2276
  * Note: This code MUST NOT be present in the premium version an is removed automatically during the build process.
2277
  *
2278
- * @since 4.3.0
2279
  */
2280
  function wsal_free_on_plugin_activation() {
2281
  $premium_version_slug = 'wp-security-audit-log-premium/wp-security-audit-log.php';
@@ -2284,4 +2252,4 @@ function wsal_free_on_plugin_activation() {
2284
  }
2285
  }
2286
 
2287
- register_activation_hook( __FILE__, 'wsal_free_on_plugin_activation' );
4
  * Plugin URI: http://wpactivitylog.com/
5
  * Description: Identify WordPress security issues before they become a problem. Keep track of everything happening on your WordPress including WordPress users activity. Similar to Windows Event Log and Linux Syslog, WP Activity Log generates a security alert for everything that happens on your WordPress blogs and websites. Use the Activity log viewer included in the plugin to see all the security alerts.
6
  * Author: WP White Security
7
+ * Version: 4.3.0
8
  * Text Domain: wp-security-audit-log
9
  * Author URI: https://www.wpwhitesecurity.com/
10
  * License: GPL2
17
 
18
  /*
19
  WP Activity Log
20
+ Copyright(c) 2020 WP White Security (email : info@wpwhitesecurity.com)
21
 
22
  This program is free software; you can redistribute it and/or modify
23
  it under the terms of the GNU General Public License, version 2, as
49
  *
50
  * @var string
51
  */
52
+ public $version = '4.3.0';
53
 
54
  /**
55
  * Plugin constants.
63
  *
64
  * @var string
65
  */
66
+ const MIN_PHP_VERSION = '5.5.0';
67
 
68
  /**
69
  * New option name prefix.
94
  public $sensors;
95
 
96
  /**
97
+ * Settings manager. Accessed via $this->settings, which lazy-loads it.
98
  *
99
  * @var WSAL_Settings
100
  */
460
  public function init_hooks() {
461
  add_action( 'init', array( $this, 'init' ), 5 );
462
 
463
+ // Listen for cleanup event.
464
+ add_action( 'wsal_cleanup', array( $this, 'CleanUp' ) );
465
 
466
+ // Render wsal footer.
 
 
467
  add_action( 'admin_footer', array( $this, 'render_footer' ) );
468
 
469
  // Plugin redirect on activation.
1423
  // Update version in db.
1424
  $this->SetGlobalSetting( 'version', $new_version );
1425
 
1426
+ if ( '0.0.0' === $old_version ) {
1427
+ // set some initial plugins settings (only the ones that bypass the regular settings retrieval at some
1428
+ // point) - e.g. disabled events
1429
+ $this->SetGlobalSetting( 'disabled-alerts', implode( ',', $this->settings()->always_disabled_alerts ) );
1430
+ }
 
 
 
1431
 
1432
  // Do version-to-version specific changes.
1433
  if ( '0.0.0' !== $old_version && -1 === version_compare( $old_version, $new_version ) ) {
2214
  wp_deregister_script( 'dateformat' );
2215
  }
2216
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
2217
  }
2218
 
2219
+ // load composer libraries if available
2220
+ $autoloader_file_path = plugin_dir_path( __FILE__ ) . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
2221
+ if ( file_exists( $autoloader_file_path ) ) {
 
 
 
 
 
 
 
 
 
 
 
 
2222
  require_once $autoloader_file_path;
 
 
2223
  }
2224
 
2225
  // Begin load sequence.
2243
  *
2244
  * Note: This code MUST NOT be present in the premium version an is removed automatically during the build process.
2245
  *
2246
+ * @since latest
2247
  */
2248
  function wsal_free_on_plugin_activation() {
2249
  $premium_version_slug = 'wp-security-audit-log-premium/wp-security-audit-log.php';
2252
  }
2253
  }
2254
 
2255
+ register_activation_hook( __FILE__, 'wsal_free_on_plugin_activation' );