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.
Release Info
Developer | WPWhiteSecurity |
Plugin | WP Security Audit Log |
Version | 4.3.0 |
Comparing to | |
See all releases |
Code changes from version 4.3.1 to 4.3.0
- classes/AbstractLogger.php +1 -1
- classes/Alert.php +25 -0
- classes/AlertFormatterConfiguration.php +1 -1
- classes/AlertFormatterFactory.php +1 -1
- classes/AlertManager.php +2 -2
- classes/AuditLogGridView.php +1 -1
- classes/AuditLogListView.php +1 -1
- classes/Models/Occurrence.php +0 -9
- classes/Utilities/UserUtils.php +2 -27
- classes/WidgetManager.php +1 -1
- languages/wp-security-audit-log-de_DE.mo +0 -0
- languages/wp-security-audit-log-es_ES.mo +0 -0
- languages/wp-security-audit-log-fr_FR.mo +0 -0
- languages/wp-security-audit-log-it_IT.mo +0 -0
- languages/wp-security-audit-log-ro_RO.mo +0 -0
- languages/wp-security-audit-log.pot +2475 -5143
- readme.txt +52 -36
- sdk/wsal-freemius.php +1 -1
- vendor/autoload.php +7 -0
- vendor/composer/ClassLoader.php +479 -0
- vendor/composer/InstalledVersions.php +294 -0
- vendor/composer/LICENSE +21 -0
- vendor/composer/autoload_classmap.php +10 -0
- vendor/composer/autoload_namespaces.php +9 -0
- vendor/composer/autoload_psr4.php +9 -0
- vendor/composer/autoload_real.php +57 -0
- vendor/composer/autoload_static.php +20 -0
- vendor/composer/installed.json +48 -0
- vendor/composer/installed.php +33 -0
- vendor/composer/platform_check.php +26 -0
- {third-party → vendor}/freemius/wordpress-sdk/LICENSE.txt +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/README.md +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/account.css +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/add-ons.css +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/affiliation.css +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/checkout.css +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/common.css +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/connect.css +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/debug.css +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/dialog-boxes.css +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/gdpr-optin-notice.css +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/css/admin/plugins.css +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/css/customizer.css +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/css/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/img/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/img/plugin-icon.png +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/img/theme-icon.png +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/js/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/js/nojquery.ba-postmessage.js +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/js/nojquery.ba-postmessage.min.js +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/assets/js/postmessage.js +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/config.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/class-freemius-abstract.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/class-freemius.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-admin-notices.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-api.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-logger.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-options.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-plugin-updater.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-security.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-storage.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/class-fs-user-lock.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/customizer/class-fs-customizer-support-section.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/customizer/class-fs-customizer-upsell-control.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/customizer/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/debug/class-fs-debug-bar-panel.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/debug/debug-bar-start.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/debug/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-affiliate-terms.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-affiliate.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-billing.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-entity.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-payment.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin-info.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin-license.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin-plan.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin-tag.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-plugin.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-pricing.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-scope-entity.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-site.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-subscription.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/class-fs-user.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/entities/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/fs-core-functions.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/fs-essential-functions.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/fs-plugin-info-dialog.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/i18n.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/l10n.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-admin-menu-manager.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-admin-notice-manager.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-cache-manager.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-gdpr-manager.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-license-manager.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-option-manager.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-plan-manager.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/managers/class-fs-plugin-manager.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/managers/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/ArgumentNotExistException.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/EmptyArgumentException.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/Exception.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/InvalidArgumentException.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/OAuthException.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/Exceptions/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/FreemiusBase.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/FreemiusWordPress.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/LICENSE.txt +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/sdk/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/supplements/fs-essential-functions-1.1.7.1.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/supplements/fs-essential-functions-2.2.1.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/includes/supplements/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-cs_CZ.mo +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-da_DK.mo +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-en.mo +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-es_ES.mo +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-fr_FR.mo +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-he_IL.mo +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-hu_HU.mo +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-it_IT.mo +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-ja.mo +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-nl_NL.mo +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-ru_RU.mo +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-ta.mo +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius-zh_CN.mo +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/freemius.pot +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/languages/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/package.json +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/require.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/start.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/account.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/account/billing.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/account/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/activate-license-button.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/addon.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/deactivate-license-button.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/account/partials/site.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/account/payments.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/add-ons.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/add-trial-to-pricing.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/admin-notice.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/ajax-loader.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/auto-installation.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/checkout.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/connect.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/contact.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/debug.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/debug/api-calls.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/debug/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/debug/logger.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/debug/plugins-themes-sync.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/debug/scheduled-crons.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/email.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/firewall-issues-js.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/affiliation.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/data-debug-mode.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/deactivation/contact.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/deactivation/form.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/deactivation/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/deactivation/retry-skip.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/license-activation.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/optout.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/premium-versions-upgrade-handler.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/premium-versions-upgrade-metadata.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/resend-key.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/subscription-cancellation.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/trial-start.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/forms/user-change.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/gdpr-optin-js.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/js/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/js/jquery.content-change.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/js/open-license-activation.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/js/style-premium-theme.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/partials/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/partials/network-activation.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/plugin-icon.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/plugin-info/description.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/plugin-info/features.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/plugin-info/index.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/plugin-info/screenshots.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/powered-by.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/pricing.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/secure-https-header.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/sticky-admin-notice-js.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/tabs-capture-js.php +0 -0
- {third-party → vendor}/freemius/wordpress-sdk/templates/tabs.php +0 -0
- wp-security-audit-log.php +18 -50
@@ -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
|
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 |
|
@@ -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 |
*
|
@@ -15,7 +15,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
15 |
* All setter methods are fluent to allow for method chaining.
|
16 |
*
|
17 |
* @package Wsal
|
18 |
-
* @since
|
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 |
|
@@ -82,7 +82,7 @@ class WSAL_AlertFormatterFactory {
|
|
82 |
|
83 |
/**
|
84 |
* @return WSAL_AlertFormatter Default formatter using full featured HTML configuration.
|
85 |
-
* @since
|
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() );
|
@@ -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(
|
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 =
|
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.
|
@@ -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 =
|
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();
|
@@ -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 =
|
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>';
|
@@ -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 |
*
|
@@ -9,7 +9,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
9 |
* Utility class for some user related stuff.
|
10 |
*
|
11 |
* @package Wsal
|
12 |
-
* @since
|
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
|
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 |
}
|
@@ -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 =
|
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>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -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 |
-
#:
|
20 |
-
msgid "
|
21 |
msgstr ""
|
22 |
|
23 |
-
#:
|
24 |
-
msgid "
|
25 |
msgstr ""
|
26 |
|
27 |
-
#:
|
28 |
-
msgid "
|
29 |
msgstr ""
|
30 |
|
31 |
-
#:
|
32 |
-
msgid "
|
33 |
msgstr ""
|
34 |
|
35 |
-
#:
|
36 |
-
|
|
|
37 |
msgstr ""
|
38 |
|
39 |
-
#:
|
40 |
-
|
|
|
41 |
msgstr ""
|
42 |
|
43 |
-
#:
|
44 |
-
msgid "
|
45 |
msgstr ""
|
46 |
|
47 |
-
#:
|
48 |
-
|
|
|
49 |
msgstr ""
|
50 |
|
51 |
-
#:
|
52 |
-
msgid "
|
53 |
msgstr ""
|
54 |
|
55 |
-
#:
|
56 |
-
msgid "
|
57 |
msgstr ""
|
58 |
|
59 |
-
#:
|
60 |
-
|
|
|
|
|
61 |
msgstr ""
|
62 |
|
63 |
-
#:
|
64 |
-
|
|
|
|
|
65 |
msgstr ""
|
66 |
|
67 |
-
#:
|
68 |
-
|
|
|
69 |
msgstr ""
|
70 |
|
71 |
-
#:
|
72 |
-
msgid "
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: defaults.php:
|
76 |
-
msgid "
|
77 |
msgstr ""
|
78 |
|
79 |
-
#:
|
80 |
-
msgid "
|
81 |
msgstr ""
|
82 |
|
83 |
-
#:
|
84 |
-
msgid "
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: defaults.php:
|
88 |
-
msgid "
|
89 |
msgstr ""
|
90 |
|
91 |
-
#:
|
92 |
-
msgid "
|
93 |
msgstr ""
|
94 |
|
95 |
-
#:
|
96 |
-
msgid "
|
97 |
msgstr ""
|
98 |
|
99 |
-
#:
|
100 |
-
msgid "
|
101 |
msgstr ""
|
102 |
|
103 |
-
#:
|
104 |
-
msgid "
|
105 |
msgstr ""
|
106 |
|
107 |
-
#:
|
108 |
-
msgid "
|
109 |
msgstr ""
|
110 |
|
111 |
-
#:
|
112 |
-
msgid "
|
113 |
msgstr ""
|
114 |
|
115 |
-
#:
|
116 |
-
msgid "
|
117 |
msgstr ""
|
118 |
|
119 |
-
#:
|
120 |
-
msgid "
|
121 |
msgstr ""
|
122 |
|
123 |
-
#:
|
124 |
-
msgid "
|
125 |
msgstr ""
|
126 |
|
127 |
-
#:
|
128 |
-
msgid "
|
129 |
msgstr ""
|
130 |
|
131 |
-
#:
|
132 |
-
msgid "
|
133 |
msgstr ""
|
134 |
|
135 |
-
#:
|
136 |
-
msgid "
|
137 |
msgstr ""
|
138 |
|
139 |
-
#:
|
140 |
-
msgid "
|
141 |
msgstr ""
|
142 |
|
143 |
-
#:
|
144 |
-
msgid "
|
145 |
msgstr ""
|
146 |
|
147 |
-
#:
|
148 |
-
msgid "
|
149 |
msgstr ""
|
150 |
|
151 |
-
#:
|
152 |
-
msgid "
|
153 |
msgstr ""
|
154 |
|
155 |
-
#:
|
156 |
-
msgid "
|
157 |
msgstr ""
|
158 |
|
159 |
-
#:
|
160 |
-
msgid "
|
161 |
msgstr ""
|
162 |
|
163 |
-
#:
|
164 |
-
msgid "
|
165 |
msgstr ""
|
166 |
|
167 |
-
#:
|
168 |
-
msgid "
|
169 |
msgstr ""
|
170 |
|
171 |
-
#:
|
172 |
-
msgid "
|
173 |
msgstr ""
|
174 |
|
175 |
-
#:
|
176 |
-
msgid "
|
177 |
msgstr ""
|
178 |
|
179 |
-
#:
|
180 |
-
msgid "
|
181 |
msgstr ""
|
182 |
|
183 |
-
#:
|
184 |
-
msgid "
|
185 |
msgstr ""
|
186 |
|
187 |
-
#:
|
188 |
-
msgid "
|
189 |
msgstr ""
|
190 |
|
191 |
-
#:
|
192 |
-
msgid "
|
193 |
msgstr ""
|
194 |
|
195 |
-
#:
|
196 |
-
msgid "
|
197 |
msgstr ""
|
198 |
|
199 |
-
#:
|
200 |
-
msgid "
|
201 |
msgstr ""
|
202 |
|
203 |
-
#:
|
204 |
-
msgid "
|
205 |
msgstr ""
|
206 |
|
207 |
-
#:
|
208 |
-
msgid "
|
209 |
msgstr ""
|
210 |
|
211 |
-
#:
|
212 |
-
msgid "
|
213 |
msgstr ""
|
214 |
|
215 |
-
#:
|
216 |
-
msgid "
|
217 |
msgstr ""
|
218 |
|
219 |
-
#:
|
220 |
-
msgid "
|
221 |
msgstr ""
|
222 |
|
223 |
-
#:
|
224 |
-
msgid "Restored
|
225 |
msgstr ""
|
226 |
|
227 |
-
#:
|
228 |
-
msgid "
|
229 |
msgstr ""
|
230 |
|
231 |
-
#:
|
232 |
-
msgid "
|
233 |
msgstr ""
|
234 |
|
235 |
-
#:
|
236 |
-
msgid "
|
237 |
msgstr ""
|
238 |
|
239 |
-
#:
|
240 |
-
msgid "
|
241 |
msgstr ""
|
242 |
|
243 |
-
#:
|
244 |
-
msgid "
|
245 |
msgstr ""
|
246 |
|
247 |
-
#:
|
248 |
-
msgid "
|
249 |
msgstr ""
|
250 |
|
251 |
-
#:
|
252 |
-
msgid "
|
253 |
msgstr ""
|
254 |
|
255 |
-
#:
|
256 |
-
msgid "
|
257 |
msgstr ""
|
258 |
|
259 |
-
#:
|
260 |
-
msgid "
|
261 |
msgstr ""
|
262 |
|
263 |
-
#:
|
264 |
-
msgid "
|
265 |
msgstr ""
|
266 |
|
267 |
-
#:
|
268 |
-
msgid "
|
269 |
msgstr ""
|
270 |
|
271 |
-
#:
|
272 |
-
|
|
|
273 |
msgstr ""
|
274 |
|
275 |
-
#:
|
276 |
-
|
|
|
277 |
msgstr ""
|
278 |
|
279 |
-
#:
|
280 |
-
msgid "
|
281 |
msgstr ""
|
282 |
|
283 |
-
#:
|
284 |
-
msgid "
|
285 |
msgstr ""
|
286 |
|
287 |
-
#:
|
288 |
-
msgid "
|
289 |
msgstr ""
|
290 |
|
291 |
-
#:
|
292 |
-
msgid "
|
293 |
msgstr ""
|
294 |
|
295 |
-
#:
|
296 |
-
msgid "
|
297 |
msgstr ""
|
298 |
|
299 |
-
#:
|
300 |
-
msgid "
|
301 |
msgstr ""
|
302 |
|
303 |
-
#:
|
304 |
-
msgid "
|
305 |
msgstr ""
|
306 |
|
307 |
-
#:
|
308 |
-
msgid "
|
309 |
msgstr ""
|
310 |
|
311 |
-
#:
|
312 |
-
msgid "
|
313 |
msgstr ""
|
314 |
|
315 |
-
#:
|
316 |
-
|
|
|
317 |
msgstr ""
|
318 |
|
319 |
-
#:
|
320 |
-
msgid "
|
321 |
msgstr ""
|
322 |
|
323 |
-
#:
|
324 |
-
msgid "
|
325 |
msgstr ""
|
326 |
|
327 |
-
#:
|
328 |
-
|
|
|
|
|
329 |
msgstr ""
|
330 |
|
331 |
-
#:
|
332 |
-
|
|
|
|
|
333 |
msgstr ""
|
334 |
|
335 |
-
#:
|
336 |
-
msgid "
|
337 |
msgstr ""
|
338 |
|
339 |
-
#:
|
340 |
-
|
|
|
341 |
msgstr ""
|
342 |
|
343 |
-
#:
|
344 |
-
|
|
|
345 |
msgstr ""
|
346 |
|
347 |
-
#:
|
348 |
-
msgid "
|
349 |
msgstr ""
|
350 |
|
351 |
-
#:
|
352 |
-
msgid "
|
353 |
msgstr ""
|
354 |
|
355 |
-
#:
|
356 |
-
msgid "
|
357 |
msgstr ""
|
358 |
|
359 |
-
#:
|
360 |
-
|
|
|
|
|
361 |
msgstr ""
|
362 |
|
363 |
-
#:
|
364 |
-
msgid "
|
365 |
msgstr ""
|
366 |
|
367 |
-
#:
|
368 |
-
|
|
|
369 |
msgstr ""
|
370 |
|
371 |
-
#:
|
372 |
-
msgid "
|
373 |
msgstr ""
|
374 |
|
375 |
-
#:
|
376 |
-
|
|
|
377 |
msgstr ""
|
378 |
|
379 |
-
#:
|
380 |
-
msgid "
|
381 |
msgstr ""
|
382 |
|
383 |
-
#:
|
384 |
-
msgid "
|
385 |
msgstr ""
|
386 |
|
387 |
-
#:
|
388 |
-
msgid "User
|
389 |
msgstr ""
|
390 |
|
391 |
-
#:
|
392 |
-
msgid "
|
393 |
msgstr ""
|
394 |
|
395 |
-
#:
|
396 |
-
msgid "
|
397 |
msgstr ""
|
398 |
|
399 |
-
#:
|
400 |
-
msgid "
|
401 |
msgstr ""
|
402 |
|
403 |
-
#:
|
404 |
-
msgid "
|
405 |
msgstr ""
|
406 |
|
407 |
-
#:
|
408 |
-
msgid "
|
409 |
msgstr ""
|
410 |
|
411 |
-
#:
|
412 |
-
msgid "
|
413 |
msgstr ""
|
414 |
|
415 |
-
#:
|
416 |
-
msgid "
|
417 |
msgstr ""
|
418 |
|
419 |
-
#:
|
420 |
-
msgid "
|
421 |
msgstr ""
|
422 |
|
423 |
-
#:
|
424 |
-
|
|
|
425 |
msgstr ""
|
426 |
|
427 |
-
#:
|
428 |
-
|
|
|
429 |
msgstr ""
|
430 |
|
431 |
-
#:
|
432 |
-
msgid "
|
433 |
msgstr ""
|
434 |
|
435 |
-
#:
|
436 |
-
msgid "
|
437 |
msgstr ""
|
438 |
|
439 |
-
#:
|
440 |
-
msgid "
|
441 |
msgstr ""
|
442 |
|
443 |
-
#:
|
444 |
-
msgid "
|
445 |
msgstr ""
|
446 |
|
447 |
-
#:
|
448 |
-
|
|
|
449 |
msgstr ""
|
450 |
|
451 |
-
#:
|
452 |
-
msgid "
|
453 |
msgstr ""
|
454 |
|
455 |
-
#:
|
456 |
-
|
|
|
457 |
msgstr ""
|
458 |
|
459 |
-
#:
|
460 |
-
msgid "
|
461 |
msgstr ""
|
462 |
|
463 |
-
#:
|
464 |
-
msgid "
|
465 |
msgstr ""
|
466 |
|
467 |
-
#:
|
468 |
-
msgid "
|
469 |
msgstr ""
|
470 |
|
471 |
-
#:
|
472 |
-
|
|
|
473 |
msgstr ""
|
474 |
|
475 |
-
#:
|
476 |
-
msgid "
|
477 |
msgstr ""
|
478 |
|
479 |
-
#:
|
480 |
-
msgid "
|
481 |
msgstr ""
|
482 |
|
483 |
-
#:
|
484 |
-
|
|
|
485 |
msgstr ""
|
486 |
|
487 |
-
#:
|
488 |
-
msgid "
|
489 |
msgstr ""
|
490 |
|
491 |
-
#:
|
492 |
-
|
|
|
493 |
msgstr ""
|
494 |
|
495 |
-
#:
|
496 |
-
|
|
|
497 |
msgstr ""
|
498 |
|
499 |
-
#:
|
500 |
-
|
|
|
501 |
msgstr ""
|
502 |
|
503 |
-
#:
|
504 |
-
msgid "
|
505 |
msgstr ""
|
506 |
|
507 |
-
#:
|
508 |
-
|
|
|
509 |
msgstr ""
|
510 |
|
511 |
-
#:
|
512 |
-
msgid "
|
513 |
msgstr ""
|
514 |
|
515 |
-
#:
|
516 |
-
|
|
|
517 |
msgstr ""
|
518 |
|
519 |
-
#:
|
520 |
-
msgid "
|
521 |
msgstr ""
|
522 |
|
523 |
-
#:
|
524 |
-
msgid "
|
525 |
msgstr ""
|
526 |
|
527 |
-
#:
|
528 |
-
msgid "
|
529 |
msgstr ""
|
530 |
|
531 |
-
#:
|
532 |
-
msgid "
|
533 |
msgstr ""
|
534 |
|
535 |
-
#:
|
536 |
-
msgid "
|
537 |
msgstr ""
|
538 |
|
539 |
-
#:
|
540 |
-
|
|
|
541 |
msgstr ""
|
542 |
|
543 |
-
#:
|
544 |
-
msgid "
|
545 |
msgstr ""
|
546 |
|
547 |
-
#:
|
548 |
-
msgid "
|
549 |
msgstr ""
|
550 |
|
551 |
-
#:
|
552 |
-
msgid "
|
553 |
msgstr ""
|
554 |
|
555 |
-
#:
|
556 |
-
msgid "
|
557 |
msgstr ""
|
558 |
|
559 |
-
#:
|
560 |
-
msgid "
|
561 |
msgstr ""
|
562 |
|
563 |
-
#:
|
564 |
-
msgid "
|
565 |
msgstr ""
|
566 |
|
567 |
-
#:
|
568 |
-
msgid "
|
569 |
msgstr ""
|
570 |
|
571 |
-
#:
|
572 |
-
msgid "
|
573 |
msgstr ""
|
574 |
|
575 |
-
#:
|
576 |
-
msgid "
|
577 |
msgstr ""
|
578 |
|
579 |
-
#:
|
580 |
-
msgid "
|
581 |
msgstr ""
|
582 |
|
583 |
-
#:
|
584 |
-
msgid "
|
585 |
msgstr ""
|
586 |
|
587 |
-
#:
|
588 |
-
msgid "
|
589 |
msgstr ""
|
590 |
|
591 |
-
#:
|
592 |
-
msgid "
|
593 |
msgstr ""
|
594 |
|
595 |
-
#:
|
596 |
-
msgid "
|
597 |
msgstr ""
|
598 |
|
599 |
-
#:
|
600 |
-
msgid "
|
601 |
msgstr ""
|
602 |
|
603 |
-
#:
|
604 |
-
msgid "
|
605 |
msgstr ""
|
606 |
|
607 |
-
#:
|
608 |
-
msgid "
|
609 |
msgstr ""
|
610 |
|
611 |
-
#:
|
612 |
-
msgid "
|
613 |
msgstr ""
|
614 |
|
615 |
-
#:
|
616 |
-
msgid "
|
617 |
msgstr ""
|
618 |
|
619 |
-
#:
|
620 |
-
msgid "
|
621 |
msgstr ""
|
622 |
|
623 |
-
#:
|
624 |
-
msgid "
|
625 |
msgstr ""
|
626 |
|
627 |
-
#:
|
628 |
-
msgid "
|
629 |
msgstr ""
|
630 |
|
631 |
-
#:
|
632 |
-
msgid "
|
633 |
msgstr ""
|
634 |
|
635 |
-
#:
|
636 |
-
msgid "
|
637 |
msgstr ""
|
638 |
|
639 |
-
#:
|
640 |
-
msgid "
|
641 |
msgstr ""
|
642 |
|
643 |
-
#:
|
644 |
-
msgid "
|
645 |
msgstr ""
|
646 |
|
647 |
-
#:
|
648 |
-
|
|
|
649 |
msgstr ""
|
650 |
|
651 |
-
#:
|
652 |
-
msgid "
|
653 |
msgstr ""
|
654 |
|
655 |
-
#:
|
656 |
-
msgid "
|
657 |
msgstr ""
|
658 |
|
659 |
-
#:
|
660 |
-
|
|
|
661 |
msgstr ""
|
662 |
|
663 |
-
#:
|
664 |
-
msgid "
|
665 |
msgstr ""
|
666 |
|
667 |
-
#:
|
668 |
-
|
|
|
669 |
msgstr ""
|
670 |
|
671 |
-
#:
|
672 |
-
msgid "
|
673 |
msgstr ""
|
674 |
|
675 |
-
#:
|
676 |
-
|
|
|
677 |
msgstr ""
|
678 |
|
679 |
-
#:
|
680 |
-
msgid "
|
681 |
msgstr ""
|
682 |
|
683 |
-
#:
|
684 |
-
|
|
|
685 |
msgstr ""
|
686 |
|
687 |
-
#:
|
688 |
-
|
|
|
689 |
msgstr ""
|
690 |
|
691 |
-
#:
|
692 |
-
|
|
|
|
|
693 |
msgstr ""
|
694 |
|
695 |
-
#:
|
696 |
-
|
|
|
697 |
msgstr ""
|
698 |
|
699 |
-
#:
|
700 |
-
msgid "
|
701 |
msgstr ""
|
702 |
|
703 |
-
#:
|
704 |
-
msgid "
|
705 |
msgstr ""
|
706 |
|
707 |
-
#:
|
708 |
-
msgid "
|
709 |
msgstr ""
|
710 |
|
711 |
-
#:
|
712 |
-
msgid "
|
713 |
msgstr ""
|
714 |
|
715 |
-
#:
|
716 |
-
msgid "
|
717 |
msgstr ""
|
718 |
|
719 |
-
#:
|
720 |
-
msgid "
|
721 |
msgstr ""
|
722 |
|
723 |
-
#:
|
724 |
-
msgid "
|
725 |
msgstr ""
|
726 |
|
727 |
-
#:
|
728 |
-
msgid "
|
729 |
msgstr ""
|
730 |
|
731 |
-
#:
|
732 |
-
msgid "
|
733 |
msgstr ""
|
734 |
|
735 |
-
#:
|
736 |
-
msgid "
|
737 |
msgstr ""
|
738 |
|
739 |
-
#:
|
740 |
-
msgid "
|
741 |
msgstr ""
|
742 |
|
743 |
-
#:
|
744 |
-
msgid "
|
745 |
msgstr ""
|
746 |
|
747 |
-
#:
|
748 |
-
msgid "
|
749 |
msgstr ""
|
750 |
|
751 |
-
#:
|
752 |
-
msgid "
|
753 |
msgstr ""
|
754 |
|
755 |
-
#:
|
756 |
-
msgid "
|
757 |
msgstr ""
|
758 |
|
759 |
-
#:
|
760 |
-
msgid "
|
761 |
msgstr ""
|
762 |
|
763 |
-
#:
|
764 |
-
msgid "
|
765 |
msgstr ""
|
766 |
|
767 |
-
#:
|
768 |
-
msgid "
|
769 |
msgstr ""
|
770 |
|
771 |
-
#:
|
772 |
-
msgid "
|
773 |
msgstr ""
|
774 |
|
775 |
-
#:
|
776 |
-
msgid "
|
777 |
msgstr ""
|
778 |
|
779 |
-
#:
|
780 |
-
msgid "
|
781 |
msgstr ""
|
782 |
|
783 |
-
#:
|
784 |
-
msgid "
|
785 |
msgstr ""
|
786 |
|
787 |
-
#:
|
788 |
-
msgid "
|
789 |
msgstr ""
|
790 |
|
791 |
-
#:
|
792 |
-
msgid "
|
793 |
msgstr ""
|
794 |
|
795 |
-
#:
|
796 |
-
msgid "
|
797 |
msgstr ""
|
798 |
|
799 |
-
#:
|
800 |
-
|
|
|
801 |
msgstr ""
|
802 |
|
803 |
-
#:
|
804 |
-
msgid "
|
805 |
msgstr ""
|
806 |
|
807 |
-
#:
|
808 |
-
|
|
|
|
|
|
|
|
|
|
|
809 |
msgstr ""
|
810 |
|
811 |
-
#:
|
812 |
-
|
|
|
|
|
|
|
|
|
|
|
813 |
msgstr ""
|
814 |
|
815 |
-
#:
|
816 |
-
msgid "
|
817 |
msgstr ""
|
818 |
|
819 |
-
#:
|
820 |
-
msgid "
|
821 |
msgstr ""
|
822 |
|
823 |
-
#:
|
824 |
-
|
|
|
|
|
|
|
|
|
825 |
msgstr ""
|
826 |
|
827 |
-
#:
|
828 |
-
msgid "
|
829 |
msgstr ""
|
830 |
|
831 |
-
#:
|
832 |
-
msgid "
|
833 |
msgstr ""
|
834 |
|
835 |
-
#:
|
836 |
-
msgid "
|
837 |
msgstr ""
|
838 |
|
839 |
-
#:
|
840 |
-
|
|
|
841 |
msgstr ""
|
842 |
|
843 |
-
#:
|
844 |
-
msgid "
|
845 |
msgstr ""
|
846 |
|
847 |
-
#:
|
848 |
-
msgid "
|
849 |
msgstr ""
|
850 |
|
851 |
-
#:
|
852 |
-
msgid "
|
853 |
msgstr ""
|
854 |
|
855 |
-
#:
|
856 |
-
msgid "
|
857 |
msgstr ""
|
858 |
|
859 |
-
#:
|
860 |
-
msgid "
|
861 |
msgstr ""
|
862 |
|
863 |
-
#:
|
864 |
-
msgid "
|
865 |
msgstr ""
|
866 |
|
867 |
-
#:
|
868 |
-
msgid "
|
869 |
msgstr ""
|
870 |
|
871 |
-
#:
|
872 |
-
msgid "
|
873 |
msgstr ""
|
874 |
|
875 |
-
#:
|
876 |
-
msgid "
|
877 |
msgstr ""
|
878 |
|
879 |
-
#:
|
880 |
-
msgid "
|
881 |
msgstr ""
|
882 |
|
883 |
-
#:
|
884 |
-
msgid "
|
885 |
msgstr ""
|
886 |
|
887 |
-
#:
|
888 |
-
msgid "
|
889 |
msgstr ""
|
890 |
|
891 |
-
#:
|
892 |
-
msgid "
|
893 |
msgstr ""
|
894 |
|
895 |
-
#:
|
896 |
-
msgid "
|
897 |
msgstr ""
|
898 |
|
899 |
-
#:
|
900 |
-
msgid "
|
901 |
msgstr ""
|
902 |
|
903 |
-
#:
|
904 |
-
msgid "
|
905 |
msgstr ""
|
906 |
|
907 |
-
#:
|
908 |
-
msgid "
|
909 |
msgstr ""
|
910 |
|
911 |
-
#:
|
912 |
-
msgid "
|
913 |
msgstr ""
|
914 |
|
915 |
-
#:
|
916 |
-
msgid "
|
917 |
msgstr ""
|
918 |
|
919 |
-
#:
|
920 |
-
msgid "
|
921 |
msgstr ""
|
922 |
|
923 |
-
#:
|
924 |
-
msgid "
|
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 ⇪"
|
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 ⇪"
|
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 ⇪"
|
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 ⇪"
|
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 ⇪"
|
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/
|
3690 |
-
msgid "
|
3691 |
msgstr ""
|
3692 |
|
3693 |
-
#: classes/Views/
|
3694 |
-
msgid "
|
3695 |
msgstr ""
|
3696 |
|
3697 |
-
#: classes/Views/
|
3698 |
-
msgid "
|
3699 |
msgstr ""
|
3700 |
|
3701 |
-
#: classes/Views/
|
3702 |
-
msgid "
|
3703 |
msgstr ""
|
3704 |
|
3705 |
-
#: classes/Views/
|
3706 |
-
msgid "
|
3707 |
msgstr ""
|
3708 |
|
3709 |
-
#: classes/Views/
|
3710 |
-
msgid "
|
3711 |
msgstr ""
|
3712 |
|
3713 |
-
#: classes/Views/
|
3714 |
-
msgid "
|
3715 |
msgstr ""
|
3716 |
|
3717 |
-
#: classes/Views/
|
3718 |
-
msgid "
|
3719 |
msgstr ""
|
3720 |
|
3721 |
-
|
3722 |
-
|
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/
|
3727 |
-
msgid "
|
3728 |
msgstr ""
|
3729 |
|
3730 |
-
#: classes/Views/
|
3731 |
-
msgid "
|
3732 |
msgstr ""
|
3733 |
|
3734 |
-
#: classes/Views/
|
3735 |
-
msgid "
|
3736 |
msgstr ""
|
3737 |
|
3738 |
-
#: classes/Views/
|
3739 |
-
msgid "
|
3740 |
msgstr ""
|
3741 |
|
3742 |
-
#: classes/Views/
|
3743 |
-
msgid "
|
3744 |
msgstr ""
|
3745 |
|
3746 |
-
#: classes/Views/
|
3747 |
-
msgid "
|
3748 |
msgstr ""
|
3749 |
|
3750 |
-
#: classes/Views/
|
3751 |
-
msgid "
|
3752 |
msgstr ""
|
3753 |
|
3754 |
-
#: classes/Views/
|
3755 |
-
msgid "
|
3756 |
msgstr ""
|
3757 |
|
3758 |
-
#: classes/Views/
|
3759 |
-
msgid "
|
3760 |
msgstr ""
|
3761 |
|
3762 |
-
#: classes/Views/
|
3763 |
-
msgid "
|
3764 |
msgstr ""
|
3765 |
|
3766 |
-
#: classes/Views/
|
3767 |
-
msgid "
|
3768 |
msgstr ""
|
3769 |
|
3770 |
-
#: classes/Views/
|
3771 |
-
msgid "
|
3772 |
msgstr ""
|
3773 |
|
3774 |
-
#: classes/Views/
|
3775 |
-
msgid "
|
3776 |
msgstr ""
|
3777 |
|
3778 |
-
#: classes/Views/
|
3779 |
-
msgid "
|
3780 |
msgstr ""
|
3781 |
|
3782 |
-
|
3783 |
-
|
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/
|
3788 |
-
msgid "
|
3789 |
msgstr ""
|
3790 |
|
3791 |
-
#: classes/Views/
|
3792 |
-
msgid "
|
3793 |
msgstr ""
|
3794 |
|
3795 |
-
#: classes/Views/
|
3796 |
-
msgid "
|
3797 |
msgstr ""
|
3798 |
|
3799 |
-
#: classes/Views/
|
3800 |
-
msgid "
|
3801 |
msgstr ""
|
3802 |
-
|
3803 |
-
|
3804 |
-
|
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/
|
3809 |
-
msgid "
|
3810 |
msgstr ""
|
3811 |
|
3812 |
-
#: classes/Views/
|
3813 |
-
msgid "
|
3814 |
msgstr ""
|
3815 |
|
3816 |
-
#: classes/Views/
|
3817 |
-
msgid "
|
3818 |
msgstr ""
|
3819 |
|
3820 |
-
#: classes/Views/
|
3821 |
-
msgid "
|
3822 |
msgstr ""
|
3823 |
|
3824 |
-
#: classes/Views/
|
3825 |
-
msgid "
|
3826 |
msgstr ""
|
3827 |
|
3828 |
-
#: classes/Views/
|
3829 |
-
msgid "
|
3830 |
msgstr ""
|
3831 |
|
3832 |
-
#: classes/Views/
|
3833 |
-
msgid "
|
3834 |
msgstr ""
|
3835 |
|
3836 |
-
#: classes/Views/
|
3837 |
-
msgid "
|
3838 |
msgstr ""
|
3839 |
|
3840 |
-
#: classes/Views/
|
3841 |
-
msgid "
|
3842 |
msgstr ""
|
3843 |
|
3844 |
-
#: classes/Views/
|
3845 |
-
msgid "
|
3846 |
msgstr ""
|
3847 |
|
3848 |
-
#: classes/Views/
|
3849 |
-
msgid "
|
3850 |
msgstr ""
|
3851 |
|
3852 |
-
#: classes/Views/
|
3853 |
-
msgid "
|
3854 |
msgstr ""
|
3855 |
|
3856 |
-
#: classes/Views/
|
3857 |
-
msgid "
|
3858 |
msgstr ""
|
3859 |
|
3860 |
-
#: classes/Views/
|
3861 |
-
msgid "
|
3862 |
msgstr ""
|
3863 |
|
3864 |
-
#: classes/Views/
|
3865 |
-
msgid "
|
3866 |
msgstr ""
|
3867 |
|
3868 |
-
#: classes/Views/
|
3869 |
-
msgid "
|
3870 |
msgstr ""
|
3871 |
|
3872 |
-
#: classes/Views/
|
3873 |
-
msgid "
|
3874 |
msgstr ""
|
3875 |
|
3876 |
-
#: classes/Views/
|
3877 |
-
msgid "
|
3878 |
msgstr ""
|
3879 |
|
3880 |
-
#: classes/Views/
|
3881 |
-
msgid "
|
3882 |
msgstr ""
|
3883 |
|
3884 |
-
#: classes/Views/
|
3885 |
-
msgid "
|
3886 |
msgstr ""
|
3887 |
|
3888 |
-
#: classes/Views/
|
3889 |
-
msgid "
|
3890 |
msgstr ""
|
3891 |
|
3892 |
-
#: classes/Views/
|
3893 |
-
msgid "
|
3894 |
msgstr ""
|
3895 |
|
3896 |
-
#: classes/Views/
|
3897 |
-
msgid "
|
3898 |
msgstr ""
|
3899 |
|
3900 |
-
#: classes/Views/
|
3901 |
-
msgid "
|
3902 |
msgstr ""
|
3903 |
|
3904 |
-
#: classes/Views/
|
3905 |
-
msgid "
|
3906 |
msgstr ""
|
3907 |
|
3908 |
-
#: classes/Views/
|
3909 |
-
msgid "
|
3910 |
msgstr ""
|
3911 |
|
3912 |
-
#: classes/Views/
|
3913 |
-
msgid "
|
3914 |
msgstr ""
|
3915 |
|
3916 |
-
#: classes/Views/
|
3917 |
-
msgid "
|
3918 |
msgstr ""
|
3919 |
|
3920 |
-
|
3921 |
-
|
3922 |
-
msgid "Retention settings moved to %1$s archiving settings %2$s because archiving is enabled"
|
3923 |
msgstr ""
|
3924 |
|
3925 |
-
#: classes/Views/
|
3926 |
-
msgid "
|
3927 |
msgstr ""
|
3928 |
|
3929 |
-
#: classes/Views/
|
3930 |
-
msgid "
|
3931 |
msgstr ""
|
3932 |
|
3933 |
-
#: classes/Views/
|
3934 |
-
msgid "
|
3935 |
msgstr ""
|
3936 |
|
3937 |
-
#: classes/Views/
|
3938 |
-
msgid "
|
3939 |
msgstr ""
|
3940 |
|
3941 |
-
#: classes/Views/
|
3942 |
-
msgid "
|
3943 |
msgstr ""
|
3944 |
|
3945 |
-
#: classes/Views/
|
3946 |
-
msgid "
|
3947 |
msgstr ""
|
3948 |
|
3949 |
-
#: classes/Views/
|
3950 |
-
msgid "
|
3951 |
msgstr ""
|
3952 |
|
3953 |
-
#: classes/Views/
|
3954 |
-
msgid "
|
3955 |
msgstr ""
|
3956 |
|
3957 |
-
#: classes/Views/
|
3958 |
-
msgid "
|
3959 |
msgstr ""
|
3960 |
|
3961 |
-
#: classes/Views/
|
3962 |
-
msgid "
|
3963 |
msgstr ""
|
3964 |
|
3965 |
-
#: classes/Views/
|
3966 |
-
msgid "
|
3967 |
msgstr ""
|
3968 |
|
3969 |
-
#: classes/Views/
|
3970 |
-
msgid "
|
3971 |
msgstr ""
|
3972 |
|
3973 |
-
#: classes/Views/
|
3974 |
-
msgid "
|
3975 |
msgstr ""
|
3976 |
|
3977 |
-
#: classes/Views/
|
3978 |
-
msgid "
|
3979 |
msgstr ""
|
3980 |
|
3981 |
-
#: classes/Views/
|
3982 |
-
msgid "
|
3983 |
msgstr ""
|
3984 |
|
3985 |
-
#: classes/Views/
|
3986 |
-
msgid "
|
3987 |
msgstr ""
|
3988 |
|
3989 |
-
#: classes/Views/
|
3990 |
-
msgid "
|
3991 |
msgstr ""
|
3992 |
|
3993 |
-
#: classes/Views/Settings.php:
|
3994 |
-
msgid "
|
3995 |
msgstr ""
|
3996 |
|
3997 |
-
#: classes/Views/Settings.php:
|
3998 |
-
|
|
|
3999 |
msgstr ""
|
4000 |
|
4001 |
-
#: classes/Views/Settings.php:
|
4002 |
-
msgid "
|
4003 |
msgstr ""
|
4004 |
|
4005 |
-
#: classes/Views/Settings.php:
|
4006 |
-
msgid "
|
4007 |
msgstr ""
|
4008 |
|
4009 |
-
#: classes/Views/Settings.php:
|
4010 |
-
msgid "
|
4011 |
msgstr ""
|
4012 |
|
4013 |
-
#: classes/Views/Settings.php:
|
4014 |
-
msgid "
|
4015 |
msgstr ""
|
4016 |
|
4017 |
-
#: classes/Views/Settings.php:
|
4018 |
-
msgid "
|
4019 |
msgstr ""
|
4020 |
|
4021 |
-
#: classes/Views/Settings.php:
|
4022 |
-
|
|
|
4023 |
msgstr ""
|
4024 |
|
4025 |
-
#: classes/Views/Settings.php:
|
4026 |
-
msgid "
|
4027 |
msgstr ""
|
4028 |
|
4029 |
-
#: classes/Views/Settings.php:
|
4030 |
-
msgid "
|
4031 |
msgstr ""
|
4032 |
|
4033 |
-
#: classes/Views/Settings.php:
|
4034 |
-
msgid "
|
4035 |
msgstr ""
|
4036 |
|
4037 |
-
#: classes/Views/Settings.php:
|
4038 |
-
msgid "
|
4039 |
msgstr ""
|
4040 |
|
4041 |
-
#: classes/Views/Settings.php:
|
4042 |
-
msgid "
|
4043 |
msgstr ""
|
4044 |
|
4045 |
-
#: classes/Views/Settings.php:
|
4046 |
-
msgid "
|
4047 |
msgstr ""
|
4048 |
|
4049 |
-
#: classes/Views/Settings.php:
|
4050 |
-
msgid "
|
4051 |
msgstr ""
|
4052 |
|
4053 |
-
#: classes/Views/Settings.php:
|
4054 |
-
msgid "
|
4055 |
msgstr ""
|
4056 |
|
4057 |
-
#: classes/Views/Settings.php:
|
4058 |
-
|
|
|
4059 |
msgstr ""
|
4060 |
|
4061 |
-
#: classes/Views/Settings.php:
|
4062 |
-
msgid "
|
4063 |
msgstr ""
|
4064 |
|
4065 |
-
#: classes/Views/Settings.php:
|
4066 |
-
msgid "
|
4067 |
msgstr ""
|
4068 |
|
4069 |
-
#: classes/Views/Settings.php:
|
4070 |
-
msgid "
|
4071 |
msgstr ""
|
4072 |
|
4073 |
-
#: classes/Views/Settings.php:
|
4074 |
-
msgid "
|
4075 |
msgstr ""
|
4076 |
|
4077 |
-
#: classes/Views/Settings.php:
|
4078 |
-
msgid "
|
4079 |
msgstr ""
|
4080 |
|
4081 |
-
#: classes/Views/Settings.php:
|
4082 |
-
msgid "
|
4083 |
msgstr ""
|
4084 |
|
4085 |
-
#: classes/Views/Settings.php:
|
4086 |
-
msgid "
|
4087 |
msgstr ""
|
4088 |
|
4089 |
-
#: classes/Views/Settings.php:
|
4090 |
-
msgid "
|
4091 |
msgstr ""
|
4092 |
|
4093 |
-
#: classes/Views/Settings.php:
|
4094 |
-
msgid "
|
4095 |
msgstr ""
|
4096 |
|
4097 |
-
#: classes/Views/Settings.php:
|
4098 |
-
msgid "
|
4099 |
msgstr ""
|
4100 |
|
4101 |
-
#: classes/Views/Settings.php:
|
4102 |
-
|
|
|
4103 |
msgstr ""
|
4104 |
|
4105 |
-
#: classes/Views/Settings.php:
|
4106 |
-
msgid "
|
4107 |
msgstr ""
|
4108 |
|
4109 |
-
#: classes/Views/Settings.php:
|
4110 |
-
msgid "
|
4111 |
msgstr ""
|
4112 |
|
4113 |
-
#: classes/Views/Settings.php:
|
4114 |
-
msgid "
|
4115 |
msgstr ""
|
4116 |
|
4117 |
-
#: classes/Views/Settings.php:
|
4118 |
-
msgid "
|
4119 |
msgstr ""
|
4120 |
|
4121 |
-
#: classes/Views/Settings.php:
|
4122 |
-
msgid "
|
4123 |
msgstr ""
|
4124 |
|
4125 |
-
#: classes/Views/Settings.php:
|
4126 |
-
msgid "
|
4127 |
msgstr ""
|
4128 |
|
4129 |
-
#: classes/Views/Settings.php:
|
4130 |
-
msgid "
|
4131 |
msgstr ""
|
4132 |
|
4133 |
-
#: classes/Views/Settings.php:
|
4134 |
-
msgid "
|
4135 |
msgstr ""
|
4136 |
|
4137 |
-
#: classes/Views/Settings.php:
|
4138 |
-
msgid "
|
4139 |
msgstr ""
|
4140 |
|
4141 |
-
#: classes/Views/Settings.php:
|
4142 |
-
msgid "
|
4143 |
msgstr ""
|
4144 |
|
4145 |
-
#: classes/Views/Settings.php:
|
4146 |
-
msgid "
|
4147 |
msgstr ""
|
4148 |
|
4149 |
-
#: classes/Views/Settings.php:
|
4150 |
-
msgid "
|
4151 |
msgstr ""
|
4152 |
|
4153 |
-
#: classes/Views/Settings.php:
|
4154 |
-
msgid "
|
4155 |
msgstr ""
|
4156 |
|
4157 |
-
#: classes/Views/Settings.php:
|
4158 |
-
msgid "
|
4159 |
msgstr ""
|
4160 |
|
4161 |
-
#: classes/Views/Settings.php:
|
4162 |
-
|
|
|
4163 |
msgstr ""
|
4164 |
|
4165 |
-
#: classes/Views/Settings.php:
|
4166 |
-
|
|
|
4167 |
msgstr ""
|
4168 |
|
4169 |
-
#: classes/Views/Settings.php:
|
4170 |
-
msgid "
|
4171 |
msgstr ""
|
4172 |
|
4173 |
-
#: classes/Views/Settings.php:
|
4174 |
-
msgid "
|
4175 |
msgstr ""
|
4176 |
|
4177 |
-
#: classes/Views/Settings.php:
|
4178 |
-
msgid "
|
4179 |
msgstr ""
|
4180 |
|
4181 |
-
#: classes/Views/Settings.php:
|
4182 |
-
|
|
|
4183 |
msgstr ""
|
4184 |
|
4185 |
-
#: classes/Views/Settings.php:
|
4186 |
-
msgid "
|
4187 |
msgstr ""
|
4188 |
|
4189 |
-
#: classes/Views/Settings.php:
|
4190 |
-
msgid "
|
4191 |
msgstr ""
|
4192 |
|
4193 |
-
#: classes/Views/Settings.php:
|
4194 |
-
msgid "
|
4195 |
msgstr ""
|
4196 |
|
4197 |
-
#: classes/Views/Settings.php:
|
4198 |
-
msgid "
|
4199 |
msgstr ""
|
4200 |
|
4201 |
-
#: classes/Views/Settings.php:
|
4202 |
-
msgid "
|
4203 |
msgstr ""
|
4204 |
|
4205 |
-
#: classes/Views/Settings.php:
|
4206 |
-
msgid "
|
4207 |
msgstr ""
|
4208 |
|
4209 |
-
#: classes/Views/Settings.php:
|
4210 |
-
msgid "
|
4211 |
msgstr ""
|
4212 |
|
4213 |
-
#: classes/Views/Settings.php:
|
4214 |
-
msgid "
|
4215 |
msgstr ""
|
4216 |
|
4217 |
-
#: classes/Views/Settings.php:
|
4218 |
-
msgid "
|
4219 |
msgstr ""
|
4220 |
|
4221 |
-
#: classes/Views/Settings.php:
|
4222 |
-
msgid "
|
4223 |
msgstr ""
|
4224 |
|
4225 |
-
#: classes/Views/Settings.php:
|
4226 |
-
msgid "
|
4227 |
msgstr ""
|
4228 |
|
4229 |
-
#: classes/Views/Settings.php:
|
4230 |
-
msgid "
|
4231 |
msgstr ""
|
4232 |
|
4233 |
-
#: classes/Views/Settings.php:
|
4234 |
-
msgid "
|
4235 |
msgstr ""
|
4236 |
|
4237 |
-
#: classes/Views/Settings.php:
|
4238 |
-
msgid "
|
4239 |
msgstr ""
|
4240 |
|
4241 |
-
#: classes/Views/
|
4242 |
-
msgid "
|
4243 |
msgstr ""
|
4244 |
|
4245 |
-
#: classes/Views/
|
4246 |
-
msgid "
|
4247 |
msgstr ""
|
4248 |
|
4249 |
-
#: classes/Views/
|
4250 |
-
msgid "
|
4251 |
msgstr ""
|
4252 |
|
4253 |
-
#: classes/Views/
|
4254 |
-
msgid "
|
4255 |
msgstr ""
|
4256 |
|
4257 |
-
#: classes/Views/
|
4258 |
-
msgid "
|
4259 |
msgstr ""
|
4260 |
|
4261 |
-
#: classes/Views/
|
4262 |
-
msgid "
|
4263 |
msgstr ""
|
4264 |
|
4265 |
-
#: classes/Views/
|
4266 |
-
msgid "
|
4267 |
msgstr ""
|
4268 |
|
4269 |
-
#: classes/Views/
|
4270 |
-
msgid "
|
4271 |
msgstr ""
|
4272 |
|
4273 |
-
#: classes/Views/
|
4274 |
-
msgid "
|
4275 |
msgstr ""
|
4276 |
|
4277 |
-
#: classes/Views/
|
4278 |
-
msgid "
|
4279 |
msgstr ""
|
4280 |
|
4281 |
-
#: classes/Views/
|
4282 |
-
msgid "
|
4283 |
msgstr ""
|
4284 |
|
4285 |
-
|
4286 |
-
|
4287 |
-
msgid "You have reached an invaild step - %1$sreturn to the start of the wizard%2$s."
|
4288 |
msgstr ""
|
4289 |
|
4290 |
-
#: classes/Views/
|
4291 |
-
msgid "
|
4292 |
msgstr ""
|
4293 |
|
4294 |
-
#: classes/Views/
|
4295 |
-
msgid "
|
4296 |
msgstr ""
|
4297 |
|
4298 |
-
#: classes/Views/
|
4299 |
-
|
|
|
4300 |
msgstr ""
|
4301 |
|
4302 |
-
#: classes/Views/
|
4303 |
-
msgid "
|
4304 |
msgstr ""
|
4305 |
|
4306 |
-
#: classes/Views/
|
4307 |
-
msgid "
|
4308 |
msgstr ""
|
4309 |
|
4310 |
-
#: classes/Views/
|
4311 |
-
msgid "
|
4312 |
msgstr ""
|
4313 |
|
4314 |
-
#: classes/Views/
|
4315 |
-
msgid "
|
4316 |
msgstr ""
|
4317 |
|
4318 |
-
#: classes/Views/
|
4319 |
-
msgid "
|
4320 |
msgstr ""
|
4321 |
|
4322 |
-
#: classes/Views/
|
4323 |
-
msgid "
|
4324 |
msgstr ""
|
4325 |
|
4326 |
-
#: classes/Views/
|
4327 |
-
msgid "
|
4328 |
msgstr ""
|
4329 |
|
4330 |
-
#: classes/Views/
|
4331 |
-
msgid "
|
4332 |
msgstr ""
|
4333 |
|
4334 |
-
#: classes/Views/
|
4335 |
-
msgid "
|
4336 |
msgstr ""
|
4337 |
|
4338 |
-
#: classes/Views/
|
4339 |
-
msgid "
|
4340 |
msgstr ""
|
4341 |
|
4342 |
-
#: classes/Views/
|
4343 |
-
msgid "
|
4344 |
msgstr ""
|
4345 |
|
4346 |
-
#: classes/Views/
|
4347 |
-
msgid "
|
4348 |
msgstr ""
|
4349 |
|
4350 |
-
#: classes/Views/
|
4351 |
-
msgid "
|
4352 |
msgstr ""
|
4353 |
|
4354 |
-
#: classes/Views/
|
4355 |
-
msgid "
|
4356 |
msgstr ""
|
4357 |
|
4358 |
-
#: classes/Views/
|
4359 |
-
msgid "
|
4360 |
msgstr ""
|
4361 |
|
4362 |
-
#: classes/Views/
|
4363 |
-
msgid "
|
4364 |
msgstr ""
|
4365 |
|
4366 |
-
#: classes/Views/
|
4367 |
-
msgid "
|
4368 |
msgstr ""
|
4369 |
|
4370 |
-
#: classes/Views/
|
4371 |
-
msgid "
|
4372 |
msgstr ""
|
4373 |
|
4374 |
-
#: classes/Views/
|
4375 |
-
msgid "
|
4376 |
msgstr ""
|
4377 |
|
4378 |
-
#: classes/Views/
|
4379 |
-
msgid "
|
4380 |
msgstr ""
|
4381 |
|
4382 |
-
#: classes/Views/
|
4383 |
-
msgid "
|
4384 |
msgstr ""
|
4385 |
|
4386 |
-
#: classes/Views/
|
4387 |
-
msgid "
|
4388 |
msgstr ""
|
4389 |
|
4390 |
-
#: classes/Views/
|
4391 |
-
msgid "
|
4392 |
msgstr ""
|
4393 |
|
4394 |
-
#: classes/Views/
|
4395 |
-
msgid "
|
4396 |
msgstr ""
|
4397 |
|
4398 |
-
#: classes/Views/
|
4399 |
-
msgid "
|
4400 |
msgstr ""
|
4401 |
|
4402 |
-
#: classes/Views/
|
4403 |
-
msgid "
|
4404 |
msgstr ""
|
4405 |
|
4406 |
-
#: classes/Views/
|
4407 |
-
msgid "
|
4408 |
msgstr ""
|
4409 |
|
4410 |
-
#: classes/Views/
|
4411 |
-
msgid "
|
4412 |
msgstr ""
|
4413 |
|
4414 |
-
#: classes/Views/
|
4415 |
-
msgid "
|
4416 |
msgstr ""
|
4417 |
|
4418 |
-
#: classes/Views/
|
4419 |
-
msgid "
|
4420 |
msgstr ""
|
4421 |
|
4422 |
-
#: classes/Views/
|
4423 |
-
msgid "
|
4424 |
msgstr ""
|
4425 |
|
4426 |
-
#: classes/Views/
|
4427 |
-
msgid "
|
4428 |
msgstr ""
|
4429 |
|
4430 |
-
#: classes/Views/
|
4431 |
-
msgid "
|
4432 |
msgstr ""
|
4433 |
|
4434 |
-
#: classes/Views/
|
4435 |
-
msgid "
|
4436 |
msgstr ""
|
4437 |
|
4438 |
-
#: classes/Views/
|
4439 |
-
msgid "
|
4440 |
msgstr ""
|
4441 |
|
4442 |
-
#: classes/Views/
|
4443 |
-
msgid "
|
4444 |
msgstr ""
|
4445 |
|
4446 |
-
#: classes/Views/
|
4447 |
-
msgid "
|
4448 |
msgstr ""
|
4449 |
|
4450 |
-
#: classes/Views/
|
4451 |
-
msgid "
|
4452 |
msgstr ""
|
4453 |
|
4454 |
-
#: classes/Views/
|
4455 |
-
msgid "
|
4456 |
msgstr ""
|
4457 |
|
4458 |
-
#: classes/Views/
|
4459 |
-
msgid "
|
4460 |
msgstr ""
|
4461 |
|
4462 |
-
#: classes/Views/
|
4463 |
-
msgid "
|
4464 |
msgstr ""
|
4465 |
|
4466 |
-
#: classes/Views/
|
4467 |
-
msgid "
|
4468 |
msgstr ""
|
4469 |
|
4470 |
-
#: classes/Views/
|
4471 |
-
msgid "
|
4472 |
msgstr ""
|
4473 |
|
4474 |
-
#: classes/Views/
|
4475 |
-
msgid "
|
4476 |
msgstr ""
|
4477 |
|
4478 |
-
#: classes/Views/
|
4479 |
-
msgid "
|
4480 |
msgstr ""
|
4481 |
|
4482 |
-
#: classes/Views/
|
4483 |
-
msgid "
|
4484 |
msgstr ""
|
4485 |
|
4486 |
-
#: classes/Views/
|
4487 |
-
msgid "
|
4488 |
msgstr ""
|
4489 |
|
4490 |
-
#: classes/Views/
|
4491 |
-
msgid "
|
4492 |
msgstr ""
|
4493 |
|
4494 |
-
#: classes/Views/
|
4495 |
-
msgid "
|
4496 |
msgstr ""
|
4497 |
|
4498 |
-
#: classes/Views/
|
4499 |
-
msgid "
|
4500 |
msgstr ""
|
4501 |
|
4502 |
-
#: classes/Views/
|
4503 |
-
msgid "
|
4504 |
msgstr ""
|
4505 |
|
4506 |
-
|
4507 |
-
|
4508 |
-
msgid "The %s log level has been successfully loaded and applied."
|
4509 |
msgstr ""
|
4510 |
|
4511 |
-
#: classes/Views/
|
4512 |
-
msgid "
|
4513 |
msgstr ""
|
4514 |
|
4515 |
-
#: classes/Views/
|
4516 |
-
msgid "
|
4517 |
msgstr ""
|
4518 |
|
4519 |
-
#: classes/Views/
|
4520 |
-
msgid "The
|
4521 |
msgstr ""
|
4522 |
|
4523 |
-
#: classes/Views/
|
4524 |
-
msgid "
|
4525 |
msgstr ""
|
4526 |
|
4527 |
-
#: classes/Views/
|
4528 |
-
msgid "
|
4529 |
msgstr ""
|
4530 |
|
4531 |
-
#:
|
4532 |
-
msgid "
|
4533 |
msgstr ""
|
4534 |
|
4535 |
-
#:
|
4536 |
-
msgid "
|
4537 |
msgstr ""
|
4538 |
|
4539 |
-
#:
|
4540 |
-
msgid "
|
4541 |
msgstr ""
|
4542 |
|
4543 |
-
#:
|
4544 |
-
msgid "
|
4545 |
msgstr ""
|
4546 |
|
4547 |
-
#:
|
4548 |
-
msgid "
|
4549 |
msgstr ""
|
4550 |
|
4551 |
-
#:
|
4552 |
-
msgid "
|
4553 |
msgstr ""
|
4554 |
|
4555 |
-
#:
|
4556 |
-
msgid "
|
4557 |
msgstr ""
|
4558 |
|
4559 |
-
#:
|
4560 |
-
msgid "
|
4561 |
msgstr ""
|
4562 |
|
4563 |
-
#:
|
4564 |
-
msgid "
|
4565 |
msgstr ""
|
4566 |
|
4567 |
-
#:
|
4568 |
-
msgid "
|
4569 |
msgstr ""
|
4570 |
|
4571 |
-
#:
|
4572 |
-
msgid "
|
4573 |
msgstr ""
|
4574 |
|
4575 |
-
#:
|
4576 |
-
msgid "
|
4577 |
msgstr ""
|
4578 |
|
4579 |
-
#:
|
4580 |
-
msgid "
|
4581 |
msgstr ""
|
4582 |
|
4583 |
-
#:
|
4584 |
-
msgid "
|
4585 |
msgstr ""
|
4586 |
|
4587 |
-
#:
|
4588 |
-
msgid "
|
4589 |
msgstr ""
|
4590 |
|
4591 |
-
|
4592 |
-
|
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 |
-
#:
|
4597 |
-
msgid "
|
4598 |
msgstr ""
|
4599 |
|
4600 |
-
#:
|
4601 |
-
msgid "
|
4602 |
msgstr ""
|
4603 |
|
4604 |
-
#:
|
4605 |
-
msgid "
|
4606 |
msgstr ""
|
4607 |
|
4608 |
-
#:
|
4609 |
-
msgid "
|
4610 |
msgstr ""
|
4611 |
|
4612 |
-
#:
|
4613 |
-
msgid "
|
4614 |
msgstr ""
|
4615 |
|
4616 |
-
#:
|
4617 |
-
msgid "
|
4618 |
msgstr ""
|
4619 |
|
4620 |
-
#: classes/Views/
|
4621 |
-
msgid "
|
4622 |
msgstr ""
|
4623 |
|
4624 |
-
#: classes/Views/
|
4625 |
-
msgid "
|
4626 |
msgstr ""
|
4627 |
|
4628 |
-
#: classes/Views/
|
4629 |
-
msgid "
|
4630 |
msgstr ""
|
4631 |
|
4632 |
-
#: classes/Views/
|
4633 |
-
msgid "
|
4634 |
msgstr ""
|
4635 |
|
4636 |
-
#:
|
4637 |
-
msgid "
|
4638 |
msgstr ""
|
4639 |
|
4640 |
-
#:
|
4641 |
-
|
|
|
4642 |
msgstr ""
|
4643 |
|
4644 |
-
#:
|
4645 |
-
msgid "
|
4646 |
msgstr ""
|
4647 |
|
4648 |
-
#:
|
4649 |
-
msgid "
|
4650 |
msgstr ""
|
4651 |
|
4652 |
-
|
4653 |
-
|
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 |
-
#:
|
4666 |
-
msgid "
|
4667 |
msgstr ""
|
4668 |
|
4669 |
-
|
4670 |
-
|
4671 |
-
#: extensions/email-notifications/classes/AddNotification.php:286, extensions/email-notifications/classes/EditNotification.php:338
|
4672 |
-
msgid "Trigger groups documentation"
|
4673 |
msgstr ""
|
4674 |
|
4675 |
-
#:
|
4676 |
-
msgid "
|
4677 |
msgstr ""
|
4678 |
|
4679 |
-
#:
|
4680 |
-
msgid "
|
4681 |
msgstr ""
|
4682 |
|
4683 |
-
#:
|
4684 |
-
msgid "
|
4685 |
msgstr ""
|
4686 |
|
4687 |
-
#:
|
4688 |
-
msgid "
|
4689 |
msgstr ""
|
4690 |
|
4691 |
-
#:
|
4692 |
-
|
|
|
4693 |
msgstr ""
|
4694 |
|
4695 |
-
#:
|
4696 |
-
msgid "
|
4697 |
msgstr ""
|
4698 |
|
4699 |
-
#:
|
4700 |
-
msgid "
|
4701 |
msgstr ""
|
4702 |
|
4703 |
-
#:
|
4704 |
-
msgid "
|
4705 |
msgstr ""
|
4706 |
|
4707 |
-
#:
|
4708 |
-
msgid "
|
4709 |
msgstr ""
|
4710 |
|
4711 |
-
|
4712 |
-
|
4713 |
-
msgid "%s is not valid"
|
4714 |
msgstr ""
|
4715 |
|
4716 |
-
#:
|
4717 |
-
msgid "
|
4718 |
msgstr ""
|
4719 |
|
4720 |
-
#:
|
4721 |
-
msgid "
|
4722 |
msgstr ""
|
4723 |
|
4724 |
-
#:
|
4725 |
-
|
|
|
|
|
|
|
4726 |
msgstr ""
|
4727 |
|
4728 |
-
#:
|
4729 |
-
msgid "
|
4730 |
msgstr ""
|
4731 |
|
4732 |
-
#:
|
4733 |
-
msgid "
|
4734 |
msgstr ""
|
4735 |
|
4736 |
-
#:
|
4737 |
-
msgid "
|
4738 |
msgstr ""
|
4739 |
|
4740 |
-
#:
|
4741 |
-
msgid "
|
4742 |
msgstr ""
|
4743 |
|
4744 |
-
#:
|
4745 |
-
|
|
|
4746 |
msgstr ""
|
4747 |
|
4748 |
-
#:
|
4749 |
-
msgid "
|
4750 |
msgstr ""
|
4751 |
|
4752 |
-
#:
|
4753 |
-
msgid "
|
4754 |
msgstr ""
|
4755 |
|
4756 |
-
#:
|
4757 |
-
msgid "
|
4758 |
msgstr ""
|
4759 |
|
4760 |
-
#:
|
4761 |
-
msgid "
|
4762 |
msgstr ""
|
4763 |
|
4764 |
-
#:
|
4765 |
-
msgid "
|
4766 |
msgstr ""
|
4767 |
|
4768 |
-
#:
|
4769 |
-
msgid "
|
4770 |
msgstr ""
|
4771 |
|
4772 |
-
#:
|
4773 |
-
msgid "The
|
4774 |
msgstr ""
|
4775 |
|
4776 |
-
#:
|
4777 |
-
msgid "
|
4778 |
msgstr ""
|
4779 |
|
4780 |
-
#:
|
4781 |
-
msgid "
|
4782 |
msgstr ""
|
4783 |
|
4784 |
-
#:
|
4785 |
-
msgid "
|
4786 |
msgstr ""
|
4787 |
|
4788 |
-
#:
|
4789 |
-
msgid "
|
4790 |
msgstr ""
|
4791 |
|
4792 |
-
#:
|
4793 |
-
msgid "
|
4794 |
msgstr ""
|
4795 |
|
4796 |
-
#:
|
4797 |
-
msgid "
|
4798 |
msgstr ""
|
4799 |
|
4800 |
-
#:
|
4801 |
-
msgid "
|
4802 |
msgstr ""
|
4803 |
|
4804 |
-
#:
|
4805 |
-
msgid "
|
4806 |
msgstr ""
|
4807 |
|
4808 |
-
#:
|
4809 |
-
msgid "
|
4810 |
msgstr ""
|
4811 |
|
4812 |
-
#:
|
4813 |
-
msgid "
|
4814 |
msgstr ""
|
4815 |
|
4816 |
-
#:
|
4817 |
-
msgid "
|
4818 |
msgstr ""
|
4819 |
|
4820 |
-
#:
|
4821 |
-
msgid "
|
4822 |
msgstr ""
|
4823 |
|
4824 |
-
#:
|
4825 |
-
msgid "
|
4826 |
msgstr ""
|
4827 |
|
4828 |
-
#:
|
4829 |
-
msgid "
|
4830 |
msgstr ""
|
4831 |
|
4832 |
-
#:
|
4833 |
-
msgid "
|
4834 |
msgstr ""
|
4835 |
|
4836 |
-
#:
|
4837 |
-
msgid "
|
4838 |
msgstr ""
|
4839 |
|
4840 |
-
#:
|
4841 |
-
msgid "
|
4842 |
msgstr ""
|
4843 |
|
4844 |
-
#:
|
4845 |
-
msgid "
|
4846 |
msgstr ""
|
4847 |
|
4848 |
-
#:
|
4849 |
-
msgid "
|
4850 |
msgstr ""
|
4851 |
|
4852 |
-
#:
|
4853 |
-
msgid "
|
4854 |
msgstr ""
|
4855 |
|
4856 |
-
#:
|
4857 |
-
msgid "
|
4858 |
msgstr ""
|
4859 |
|
4860 |
-
#:
|
4861 |
-
msgid "
|
4862 |
msgstr ""
|
4863 |
|
4864 |
-
#:
|
4865 |
-
msgid "
|
4866 |
msgstr ""
|
4867 |
|
4868 |
-
#:
|
4869 |
-
msgid "
|
4870 |
msgstr ""
|
4871 |
|
4872 |
-
#:
|
4873 |
-
msgid "
|
4874 |
msgstr ""
|
4875 |
|
4876 |
-
#:
|
4877 |
-
msgid "
|
4878 |
msgstr ""
|
4879 |
|
4880 |
-
#:
|
4881 |
-
msgid "
|
4882 |
msgstr ""
|
4883 |
|
4884 |
-
#:
|
4885 |
-
msgid "
|
4886 |
msgstr ""
|
4887 |
|
4888 |
-
#:
|
4889 |
-
|
|
|
4890 |
msgstr ""
|
4891 |
|
4892 |
-
#:
|
4893 |
-
msgid "
|
4894 |
msgstr ""
|
4895 |
|
4896 |
-
#:
|
4897 |
-
msgid "
|
4898 |
msgstr ""
|
4899 |
|
4900 |
-
#:
|
4901 |
-
msgid "User/
|
4902 |
msgstr ""
|
4903 |
|
4904 |
-
#:
|
4905 |
-
msgid "
|
4906 |
msgstr ""
|
4907 |
|
4908 |
-
#:
|
4909 |
-
msgid "
|
4910 |
msgstr ""
|
4911 |
|
4912 |
-
#:
|
4913 |
-
msgid "
|
4914 |
msgstr ""
|
4915 |
|
4916 |
-
#:
|
4917 |
-
msgid "
|
4918 |
msgstr ""
|
4919 |
|
4920 |
-
#:
|
4921 |
-
msgid "
|
4922 |
msgstr ""
|
4923 |
|
4924 |
-
#:
|
4925 |
-
msgid "
|
4926 |
msgstr ""
|
4927 |
|
4928 |
-
#:
|
4929 |
-
msgid "
|
4930 |
msgstr ""
|
4931 |
|
4932 |
-
#:
|
4933 |
-
msgid "
|
4934 |
msgstr ""
|
4935 |
|
4936 |
-
|
4937 |
-
|
4938 |
-
msgid "
|
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 |
-
#:
|
4956 |
-
msgid "
|
4957 |
msgstr ""
|
4958 |
|
4959 |
-
#:
|
4960 |
-
msgid "
|
4961 |
msgstr ""
|
4962 |
|
4963 |
-
#:
|
4964 |
-
msgid "
|
4965 |
msgstr ""
|
4966 |
|
4967 |
-
#:
|
4968 |
-
msgid "
|
4969 |
msgstr ""
|
4970 |
|
4971 |
-
#:
|
4972 |
-
msgid "
|
4973 |
msgstr ""
|
4974 |
|
4975 |
-
#:
|
4976 |
-
msgid "
|
4977 |
msgstr ""
|
4978 |
|
4979 |
-
#:
|
4980 |
-
msgid "
|
4981 |
msgstr ""
|
4982 |
|
4983 |
-
#:
|
4984 |
-
msgid "
|
4985 |
msgstr ""
|
4986 |
|
4987 |
-
#:
|
4988 |
-
msgid "
|
4989 |
msgstr ""
|
4990 |
|
4991 |
-
#:
|
4992 |
-
msgid "
|
4993 |
msgstr ""
|
4994 |
|
4995 |
-
#:
|
4996 |
-
msgid "
|
4997 |
msgstr ""
|
4998 |
|
4999 |
-
#:
|
5000 |
-
msgid "
|
5001 |
msgstr ""
|
5002 |
|
5003 |
-
#:
|
5004 |
-
msgid "
|
5005 |
msgstr ""
|
5006 |
|
5007 |
-
#:
|
5008 |
-
msgid "
|
5009 |
msgstr ""
|
5010 |
|
5011 |
-
#:
|
5012 |
-
msgid "
|
5013 |
msgstr ""
|
5014 |
|
5015 |
-
#:
|
5016 |
-
msgid "
|
5017 |
msgstr ""
|
5018 |
|
5019 |
-
#:
|
5020 |
-
msgid "
|
5021 |
msgstr ""
|
5022 |
|
5023 |
-
#:
|
5024 |
-
msgid "
|
5025 |
msgstr ""
|
5026 |
|
5027 |
-
#:
|
5028 |
-
msgid "
|
5029 |
msgstr ""
|
5030 |
|
5031 |
-
#:
|
5032 |
-
|
|
|
5033 |
msgstr ""
|
5034 |
|
5035 |
-
#:
|
5036 |
-
msgid "
|
5037 |
msgstr ""
|
5038 |
|
5039 |
-
#:
|
5040 |
-
msgid "
|
5041 |
msgstr ""
|
5042 |
|
5043 |
-
#:
|
5044 |
-
msgid "
|
5045 |
msgstr ""
|
5046 |
|
5047 |
-
#:
|
5048 |
-
msgid "
|
5049 |
msgstr ""
|
5050 |
|
5051 |
-
#:
|
5052 |
-
msgid "
|
5053 |
msgstr ""
|
5054 |
|
5055 |
-
#:
|
5056 |
-
msgid "
|
5057 |
msgstr ""
|
5058 |
|
5059 |
-
#:
|
5060 |
-
msgid "
|
5061 |
msgstr ""
|
5062 |
|
5063 |
-
#:
|
5064 |
-
msgid "
|
5065 |
msgstr ""
|
5066 |
|
5067 |
-
#:
|
5068 |
-
msgid "
|
5069 |
msgstr ""
|
5070 |
|
5071 |
-
#:
|
5072 |
-
msgid "
|
5073 |
msgstr ""
|
5074 |
|
5075 |
-
#:
|
5076 |
-
msgid "
|
5077 |
msgstr ""
|
5078 |
|
5079 |
-
#:
|
5080 |
-
msgid "
|
5081 |
msgstr ""
|
5082 |
|
5083 |
-
|
5084 |
-
|
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 |
-
#:
|
5089 |
-
msgid "
|
5090 |
msgstr ""
|
5091 |
|
5092 |
-
|
5093 |
-
|
5094 |
-
msgid "You can create your own notification criteria in the %s tab."
|
5095 |
msgstr ""
|
5096 |
|
5097 |
-
#:
|
5098 |
-
msgid "
|
5099 |
msgstr ""
|
5100 |
|
5101 |
-
#:
|
5102 |
-
msgid "
|
5103 |
msgstr ""
|
5104 |
|
5105 |
-
#:
|
5106 |
-
msgid "
|
5107 |
msgstr ""
|
5108 |
|
5109 |
-
#:
|
5110 |
-
msgid "
|
5111 |
msgstr ""
|
5112 |
|
5113 |
-
#:
|
5114 |
-
msgid "
|
5115 |
msgstr ""
|
5116 |
|
5117 |
-
#:
|
5118 |
-
msgid "
|
5119 |
msgstr ""
|
5120 |
|
5121 |
-
#:
|
5122 |
-
msgid "
|
5123 |
msgstr ""
|
5124 |
|
5125 |
-
#:
|
5126 |
-
msgid "
|
5127 |
msgstr ""
|
5128 |
|
5129 |
-
#:
|
5130 |
-
msgid "
|
5131 |
msgstr ""
|
5132 |
|
5133 |
-
#:
|
5134 |
-
msgid "
|
5135 |
msgstr ""
|
5136 |
|
5137 |
-
#:
|
5138 |
-
msgid "
|
5139 |
msgstr ""
|
5140 |
|
5141 |
-
#:
|
5142 |
-
|
|
|
|
|
|
|
|
|
|
|
5143 |
msgstr ""
|
5144 |
|
5145 |
-
#:
|
5146 |
-
msgid "
|
5147 |
msgstr ""
|
5148 |
|
5149 |
-
#:
|
5150 |
-
msgid "
|
5151 |
msgstr ""
|
5152 |
|
5153 |
-
#:
|
5154 |
-
msgid "
|
5155 |
msgstr ""
|
5156 |
|
5157 |
-
#:
|
5158 |
-
msgid "
|
5159 |
msgstr ""
|
5160 |
|
5161 |
-
#:
|
5162 |
-
msgid "
|
5163 |
msgstr ""
|
5164 |
|
5165 |
-
#:
|
5166 |
-
msgid "
|
5167 |
msgstr ""
|
5168 |
|
5169 |
-
#:
|
5170 |
-
msgid "
|
5171 |
msgstr ""
|
5172 |
|
5173 |
-
#:
|
5174 |
-
msgid "
|
5175 |
msgstr ""
|
5176 |
|
5177 |
-
#:
|
5178 |
-
msgid "
|
5179 |
msgstr ""
|
5180 |
|
5181 |
-
#:
|
5182 |
-
msgid "
|
5183 |
msgstr ""
|
5184 |
|
5185 |
-
#:
|
5186 |
-
msgid "
|
5187 |
msgstr ""
|
5188 |
|
5189 |
-
#:
|
5190 |
-
msgid "
|
5191 |
msgstr ""
|
5192 |
|
5193 |
-
#:
|
5194 |
-
msgid "
|
5195 |
msgstr ""
|
5196 |
|
5197 |
-
#:
|
5198 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5199 |
msgstr ""
|
5200 |
|
5201 |
-
#:
|
5202 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5203 |
msgstr ""
|
5204 |
|
5205 |
-
#:
|
5206 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5207 |
msgstr ""
|
5208 |
|
5209 |
-
#:
|
5210 |
-
msgid "
|
5211 |
msgstr ""
|
5212 |
|
5213 |
-
#:
|
5214 |
-
msgid "
|
5215 |
msgstr ""
|
5216 |
|
5217 |
-
#:
|
5218 |
-
msgid "
|
5219 |
msgstr ""
|
5220 |
|
5221 |
-
#:
|
5222 |
-
msgid "
|
5223 |
msgstr ""
|
5224 |
|
5225 |
-
#:
|
5226 |
-
msgid "User
|
5227 |
msgstr ""
|
5228 |
|
5229 |
-
#:
|
5230 |
-
msgid "
|
5231 |
msgstr ""
|
5232 |
|
5233 |
-
#:
|
5234 |
-
msgid "User
|
5235 |
msgstr ""
|
5236 |
|
5237 |
-
#:
|
5238 |
-
msgid "
|
5239 |
msgstr ""
|
5240 |
|
5241 |
-
#:
|
5242 |
-
msgid "
|
5243 |
msgstr ""
|
5244 |
|
5245 |
-
#:
|
5246 |
-
msgid "
|
5247 |
msgstr ""
|
5248 |
|
5249 |
-
#:
|
5250 |
-
msgid "
|
5251 |
msgstr ""
|
5252 |
|
5253 |
-
#:
|
5254 |
-
msgid "
|
5255 |
msgstr ""
|
5256 |
|
5257 |
-
#:
|
5258 |
-
msgid "
|
5259 |
msgstr ""
|
5260 |
|
5261 |
-
#:
|
5262 |
-
msgid "
|
5263 |
msgstr ""
|
5264 |
|
5265 |
-
#:
|
5266 |
-
msgid "User
|
5267 |
msgstr ""
|
5268 |
|
5269 |
-
#:
|
5270 |
-
msgid "
|
5271 |
msgstr ""
|
5272 |
|
5273 |
-
#:
|
5274 |
-
msgid "
|
5275 |
msgstr ""
|
5276 |
|
5277 |
-
#:
|
5278 |
-
msgid "
|
5279 |
msgstr ""
|
5280 |
|
5281 |
-
#:
|
5282 |
-
msgid "
|
5283 |
msgstr ""
|
5284 |
|
5285 |
-
#:
|
5286 |
-
msgid "
|
5287 |
msgstr ""
|
5288 |
|
5289 |
-
#:
|
5290 |
-
msgid "
|
5291 |
msgstr ""
|
5292 |
|
5293 |
-
#:
|
5294 |
-
msgid "
|
5295 |
msgstr ""
|
5296 |
|
5297 |
-
#:
|
5298 |
-
msgid "
|
5299 |
msgstr ""
|
5300 |
|
5301 |
-
|
5302 |
-
|
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 |
-
#:
|
5307 |
-
msgid "
|
5308 |
msgstr ""
|
5309 |
|
5310 |
-
#:
|
5311 |
-
msgid "
|
5312 |
msgstr ""
|
5313 |
|
5314 |
-
#:
|
5315 |
-
msgid "
|
5316 |
msgstr ""
|
5317 |
|
5318 |
-
#:
|
5319 |
-
msgid "
|
5320 |
msgstr ""
|
5321 |
|
5322 |
-
#:
|
5323 |
-
msgid "
|
5324 |
msgstr ""
|
5325 |
|
5326 |
-
#:
|
5327 |
-
msgid "
|
5328 |
msgstr ""
|
5329 |
|
5330 |
-
#:
|
5331 |
-
msgid "
|
5332 |
msgstr ""
|
5333 |
|
5334 |
-
#:
|
5335 |
-
msgid "
|
5336 |
msgstr ""
|
5337 |
|
5338 |
-
#:
|
5339 |
-
msgid "
|
5340 |
msgstr ""
|
5341 |
|
5342 |
-
#:
|
5343 |
-
msgid "
|
5344 |
msgstr ""
|
5345 |
|
5346 |
-
#:
|
5347 |
-
msgid "
|
5348 |
msgstr ""
|
5349 |
|
5350 |
-
#:
|
5351 |
-
msgid "
|
5352 |
msgstr ""
|
5353 |
|
5354 |
-
#:
|
5355 |
-
msgid "
|
5356 |
msgstr ""
|
5357 |
|
5358 |
-
#:
|
5359 |
-
msgid "
|
5360 |
msgstr ""
|
5361 |
|
5362 |
-
#:
|
5363 |
-
msgid "
|
5364 |
msgstr ""
|
5365 |
|
5366 |
-
#:
|
5367 |
-
msgid "
|
5368 |
msgstr ""
|
5369 |
|
5370 |
-
#:
|
5371 |
-
msgid "
|
5372 |
msgstr ""
|
5373 |
|
5374 |
-
#:
|
5375 |
-
msgid "
|
5376 |
msgstr ""
|
5377 |
|
5378 |
-
#:
|
5379 |
-
msgid "
|
5380 |
msgstr ""
|
5381 |
|
5382 |
-
#:
|
5383 |
-
msgid "
|
5384 |
msgstr ""
|
5385 |
|
5386 |
-
#:
|
5387 |
-
msgid "
|
5388 |
msgstr ""
|
5389 |
|
5390 |
-
#:
|
5391 |
-
msgid "
|
5392 |
msgstr ""
|
5393 |
|
5394 |
-
#:
|
5395 |
-
msgid "
|
5396 |
msgstr ""
|
5397 |
|
5398 |
-
#:
|
5399 |
-
msgid "
|
5400 |
msgstr ""
|
5401 |
|
5402 |
-
#:
|
5403 |
-
msgid "
|
5404 |
msgstr ""
|
5405 |
|
5406 |
-
#:
|
5407 |
-
msgid "
|
5408 |
msgstr ""
|
5409 |
|
5410 |
-
#:
|
5411 |
-
msgid "
|
5412 |
msgstr ""
|
5413 |
|
5414 |
-
#:
|
5415 |
-
msgid "
|
5416 |
msgstr ""
|
5417 |
|
5418 |
-
#:
|
5419 |
-
msgid "
|
5420 |
msgstr ""
|
5421 |
|
5422 |
-
|
5423 |
-
|
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 |
-
#:
|
5428 |
-
msgid "
|
5429 |
msgstr ""
|
5430 |
|
5431 |
-
#:
|
5432 |
-
msgid "
|
5433 |
msgstr ""
|
5434 |
|
5435 |
-
#:
|
5436 |
-
msgid "
|
5437 |
msgstr ""
|
5438 |
|
5439 |
-
#:
|
5440 |
-
msgid "
|
5441 |
msgstr ""
|
5442 |
|
5443 |
-
#:
|
5444 |
-
msgid "
|
5445 |
msgstr ""
|
5446 |
|
5447 |
-
#:
|
5448 |
-
msgid "
|
5449 |
msgstr ""
|
5450 |
|
5451 |
-
#:
|
5452 |
-
msgid "
|
5453 |
msgstr ""
|
5454 |
|
5455 |
-
#:
|
5456 |
-
msgid "
|
5457 |
msgstr ""
|
5458 |
|
5459 |
-
#:
|
5460 |
-
msgid "
|
5461 |
msgstr ""
|
5462 |
|
5463 |
-
|
5464 |
-
|
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 |
-
#:
|
5469 |
-
msgid "
|
5470 |
msgstr ""
|
5471 |
|
5472 |
-
#:
|
5473 |
-
msgid "
|
5474 |
msgstr ""
|
5475 |
|
5476 |
-
#:
|
5477 |
-
msgid "
|
5478 |
msgstr ""
|
5479 |
|
5480 |
-
#:
|
5481 |
-
msgid "
|
5482 |
msgstr ""
|
5483 |
|
5484 |
-
#:
|
5485 |
-
msgid "
|
5486 |
msgstr ""
|
5487 |
|
5488 |
-
#:
|
5489 |
-
msgid "
|
5490 |
msgstr ""
|
5491 |
|
5492 |
-
#:
|
5493 |
-
msgid "
|
5494 |
msgstr ""
|
5495 |
|
5496 |
-
#:
|
5497 |
-
|
|
|
5498 |
msgstr ""
|
5499 |
|
5500 |
-
#:
|
5501 |
-
msgid "
|
5502 |
msgstr ""
|
5503 |
|
5504 |
-
#:
|
5505 |
-
msgid "
|
5506 |
msgstr ""
|
5507 |
|
5508 |
-
#:
|
5509 |
-
msgid "
|
5510 |
msgstr ""
|
5511 |
|
5512 |
-
#:
|
5513 |
-
msgid "
|
5514 |
msgstr ""
|
5515 |
|
5516 |
-
|
5517 |
-
|
5518 |
-
msgid "SMS notifications are available in the Professional and Business Plans. %s to configure and receive SMS notifications."
|
5519 |
msgstr ""
|
5520 |
|
5521 |
-
#:
|
5522 |
-
msgid "
|
5523 |
msgstr ""
|
5524 |
|
5525 |
-
#:
|
5526 |
-
msgid "
|
5527 |
msgstr ""
|
5528 |
|
5529 |
-
#:
|
5530 |
-
msgid "
|
5531 |
msgstr ""
|
5532 |
|
5533 |
-
|
5534 |
-
|
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 |
-
#:
|
5540 |
-
msgid "
|
5541 |
msgstr ""
|
5542 |
|
5543 |
-
#:
|
5544 |
-
msgid "
|
5545 |
msgstr ""
|
5546 |
|
5547 |
-
#:
|
5548 |
-
msgid "
|
5549 |
msgstr ""
|
5550 |
|
5551 |
-
#:
|
5552 |
-
msgid "
|
5553 |
msgstr ""
|
5554 |
|
5555 |
-
#:
|
5556 |
-
msgid "
|
5557 |
msgstr ""
|
5558 |
|
5559 |
-
#:
|
5560 |
-
msgid "
|
5561 |
msgstr ""
|
5562 |
|
5563 |
-
#:
|
5564 |
-
msgid "
|
5565 |
msgstr ""
|
5566 |
|
5567 |
-
#:
|
5568 |
-
msgid "
|
5569 |
msgstr ""
|
5570 |
|
5571 |
-
#:
|
5572 |
-
msgid "
|
5573 |
msgstr ""
|
5574 |
|
5575 |
-
#:
|
5576 |
-
msgid "
|
5577 |
msgstr ""
|
5578 |
|
5579 |
-
|
5580 |
-
|
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 |
-
#:
|
5585 |
-
msgid "
|
5586 |
msgstr ""
|
5587 |
|
5588 |
-
#:
|
5589 |
-
msgid "
|
5590 |
msgstr ""
|
5591 |
|
5592 |
-
#:
|
5593 |
-
msgid "
|
5594 |
msgstr ""
|
5595 |
|
5596 |
-
#:
|
5597 |
-
msgid "
|
5598 |
msgstr ""
|
5599 |
|
5600 |
-
#:
|
5601 |
-
msgid "
|
5602 |
msgstr ""
|
5603 |
|
5604 |
-
#:
|
5605 |
-
msgid "
|
5606 |
msgstr ""
|
5607 |
|
5608 |
-
#:
|
5609 |
-
msgid "
|
5610 |
msgstr ""
|
5611 |
|
5612 |
-
#:
|
5613 |
-
msgid "
|
5614 |
msgstr ""
|
5615 |
|
5616 |
-
#:
|
5617 |
-
msgid "
|
5618 |
msgstr ""
|
5619 |
|
5620 |
-
#:
|
5621 |
-
msgid "
|
5622 |
msgstr ""
|
5623 |
|
5624 |
-
#:
|
5625 |
-
msgid "
|
5626 |
msgstr ""
|
5627 |
|
5628 |
-
#:
|
5629 |
-
msgid "
|
5630 |
msgstr ""
|
5631 |
|
5632 |
-
#:
|
5633 |
-
msgid "
|
5634 |
msgstr ""
|
5635 |
|
5636 |
-
#:
|
5637 |
-
msgid "
|
5638 |
msgstr ""
|
5639 |
|
5640 |
-
#:
|
5641 |
-
msgid "
|
5642 |
msgstr ""
|
5643 |
|
5644 |
-
#:
|
5645 |
-
msgid "
|
5646 |
msgstr ""
|
5647 |
|
5648 |
-
#:
|
5649 |
-
msgid "
|
5650 |
msgstr ""
|
5651 |
|
5652 |
-
#:
|
5653 |
-
msgid "
|
5654 |
msgstr ""
|
5655 |
|
5656 |
-
#:
|
5657 |
-
msgid "
|
5658 |
msgstr ""
|
5659 |
|
5660 |
-
#:
|
5661 |
-
msgid "
|
5662 |
msgstr ""
|
5663 |
|
5664 |
-
#:
|
5665 |
-
msgid "
|
5666 |
msgstr ""
|
5667 |
|
5668 |
-
#:
|
5669 |
-
msgid "
|
5670 |
msgstr ""
|
5671 |
|
5672 |
-
#:
|
5673 |
-
msgid "
|
5674 |
msgstr ""
|
5675 |
|
5676 |
-
#:
|
5677 |
-
msgid "
|
5678 |
msgstr ""
|
5679 |
|
5680 |
-
#:
|
5681 |
-
msgid "
|
5682 |
msgstr ""
|
5683 |
|
5684 |
-
#:
|
5685 |
-
msgid "
|
5686 |
msgstr ""
|
5687 |
|
5688 |
-
#:
|
5689 |
-
|
|
|
|
|
5690 |
msgstr ""
|
5691 |
|
5692 |
-
#:
|
5693 |
-
msgid "
|
5694 |
msgstr ""
|
5695 |
|
5696 |
-
#:
|
5697 |
-
msgid "
|
5698 |
msgstr ""
|
5699 |
|
5700 |
-
#:
|
5701 |
-
msgid "
|
5702 |
msgstr ""
|
5703 |
|
5704 |
-
#:
|
5705 |
-
msgid "
|
5706 |
msgstr ""
|
5707 |
|
5708 |
-
#:
|
5709 |
-
msgid "
|
5710 |
msgstr ""
|
5711 |
|
5712 |
-
#:
|
5713 |
-
msgid "
|
5714 |
msgstr ""
|
5715 |
|
5716 |
-
#:
|
5717 |
-
msgid "
|
5718 |
msgstr ""
|
5719 |
|
5720 |
-
#:
|
5721 |
-
msgid "
|
5722 |
msgstr ""
|
5723 |
|
5724 |
-
#:
|
5725 |
-
msgid "
|
5726 |
msgstr ""
|
5727 |
|
5728 |
-
#:
|
5729 |
-
msgid "
|
5730 |
msgstr ""
|
5731 |
|
5732 |
-
#:
|
5733 |
-
msgid "
|
5734 |
msgstr ""
|
5735 |
|
5736 |
-
#:
|
5737 |
-
msgid "
|
5738 |
msgstr ""
|
5739 |
|
5740 |
-
#:
|
5741 |
-
msgid "
|
5742 |
msgstr ""
|
5743 |
|
5744 |
-
#:
|
5745 |
-
msgid "
|
5746 |
msgstr ""
|
5747 |
|
5748 |
-
#:
|
5749 |
-
msgid "
|
5750 |
msgstr ""
|
5751 |
|
5752 |
-
#:
|
5753 |
-
msgid "
|
5754 |
msgstr ""
|
5755 |
|
5756 |
-
#:
|
5757 |
-
msgid "
|
5758 |
msgstr ""
|
5759 |
|
5760 |
-
#:
|
5761 |
-
msgid "
|
5762 |
msgstr ""
|
5763 |
|
5764 |
-
#:
|
5765 |
-
msgid "
|
5766 |
msgstr ""
|
5767 |
|
5768 |
-
#:
|
5769 |
-
msgid "
|
5770 |
msgstr ""
|
5771 |
|
5772 |
-
#:
|
5773 |
-
msgid "
|
5774 |
msgstr ""
|
5775 |
|
5776 |
-
#:
|
5777 |
-
msgid "
|
5778 |
msgstr ""
|
5779 |
|
5780 |
-
#:
|
5781 |
-
msgid "
|
5782 |
msgstr ""
|
5783 |
|
5784 |
-
#:
|
5785 |
-
msgid "
|
5786 |
msgstr ""
|
5787 |
|
5788 |
-
#:
|
5789 |
-
msgid "
|
5790 |
msgstr ""
|
5791 |
|
5792 |
-
#:
|
5793 |
-
msgid "
|
5794 |
msgstr ""
|
5795 |
|
5796 |
-
#:
|
5797 |
-
msgid "
|
5798 |
msgstr ""
|
5799 |
|
5800 |
-
#:
|
5801 |
-
msgid "
|
5802 |
msgstr ""
|
5803 |
|
5804 |
-
#:
|
5805 |
-
msgid "
|
5806 |
msgstr ""
|
5807 |
|
5808 |
-
#:
|
5809 |
-
msgid "
|
5810 |
msgstr ""
|
5811 |
|
5812 |
-
#:
|
5813 |
-
msgid "
|
5814 |
msgstr ""
|
5815 |
|
5816 |
-
|
5817 |
-
|
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 |
-
#:
|
5822 |
-
msgid "
|
5823 |
msgstr ""
|
5824 |
|
5825 |
-
#:
|
5826 |
-
msgid "
|
5827 |
msgstr ""
|
5828 |
|
5829 |
-
#:
|
5830 |
-
msgid "
|
5831 |
msgstr ""
|
5832 |
|
5833 |
-
#:
|
5834 |
-
msgid "
|
5835 |
msgstr ""
|
5836 |
|
5837 |
-
#:
|
5838 |
-
msgid "
|
5839 |
msgstr ""
|
5840 |
|
5841 |
-
#:
|
5842 |
-
msgid "
|
5843 |
msgstr ""
|
5844 |
|
5845 |
-
#:
|
5846 |
-
msgid "
|
5847 |
msgstr ""
|
5848 |
|
5849 |
-
#:
|
5850 |
-
msgid "
|
5851 |
msgstr ""
|
5852 |
|
5853 |
-
#:
|
5854 |
-
msgid "
|
5855 |
msgstr ""
|
5856 |
|
5857 |
-
#:
|
5858 |
-
msgid "
|
5859 |
msgstr ""
|
5860 |
|
5861 |
-
#:
|
5862 |
-
msgid "
|
5863 |
msgstr ""
|
5864 |
|
5865 |
-
#:
|
5866 |
-
msgid "
|
5867 |
msgstr ""
|
5868 |
|
5869 |
-
#:
|
5870 |
-
msgid "
|
5871 |
msgstr ""
|
5872 |
|
5873 |
-
#:
|
5874 |
-
msgid "
|
5875 |
msgstr ""
|
5876 |
|
5877 |
-
#:
|
5878 |
-
msgid "
|
5879 |
msgstr ""
|
5880 |
|
5881 |
-
#:
|
5882 |
-
msgid "
|
5883 |
msgstr ""
|
5884 |
|
5885 |
-
#:
|
5886 |
-
msgid "
|
5887 |
msgstr ""
|
5888 |
|
5889 |
-
#:
|
5890 |
-
msgid "
|
5891 |
msgstr ""
|
5892 |
|
5893 |
-
#:
|
5894 |
-
msgid "
|
5895 |
msgstr ""
|
5896 |
|
5897 |
-
#:
|
5898 |
-
msgid "
|
5899 |
msgstr ""
|
5900 |
|
5901 |
-
#:
|
5902 |
-
msgid "
|
5903 |
msgstr ""
|
5904 |
|
5905 |
-
#:
|
5906 |
-
msgid "
|
5907 |
msgstr ""
|
5908 |
|
5909 |
-
#:
|
5910 |
-
msgid "
|
5911 |
msgstr ""
|
5912 |
|
5913 |
-
#:
|
5914 |
-
msgid "
|
5915 |
msgstr ""
|
5916 |
|
5917 |
-
|
5918 |
-
|
5919 |
-
msgid "Refer to the %s for more information."
|
5920 |
msgstr ""
|
5921 |
|
5922 |
-
#:
|
5923 |
-
msgid "
|
5924 |
msgstr ""
|
5925 |
|
5926 |
-
#:
|
5927 |
-
msgid "
|
5928 |
msgstr ""
|
5929 |
|
5930 |
-
#:
|
5931 |
-
msgid "
|
5932 |
msgstr ""
|
5933 |
|
5934 |
-
#:
|
5935 |
-
msgid "
|
5936 |
msgstr ""
|
5937 |
|
5938 |
-
#:
|
5939 |
-
msgid "
|
5940 |
msgstr ""
|
5941 |
|
5942 |
-
#:
|
5943 |
-
msgid "
|
5944 |
msgstr ""
|
5945 |
|
5946 |
-
#:
|
5947 |
-
msgid "
|
5948 |
msgstr ""
|
5949 |
|
5950 |
-
#:
|
5951 |
-
msgid "
|
5952 |
msgstr ""
|
5953 |
|
5954 |
-
#:
|
5955 |
-
msgid "
|
5956 |
msgstr ""
|
5957 |
|
5958 |
-
#:
|
5959 |
-
msgid "
|
5960 |
msgstr ""
|
5961 |
|
5962 |
-
#:
|
5963 |
-
msgid "
|
5964 |
msgstr ""
|
5965 |
|
5966 |
-
#:
|
5967 |
-
msgid "
|
5968 |
msgstr ""
|
5969 |
|
5970 |
-
#:
|
5971 |
-
msgid "
|
5972 |
msgstr ""
|
5973 |
|
5974 |
-
#:
|
5975 |
-
msgid "
|
5976 |
msgstr ""
|
5977 |
|
5978 |
-
#:
|
5979 |
-
msgid "
|
5980 |
msgstr ""
|
5981 |
|
5982 |
-
#:
|
5983 |
-
msgid "
|
5984 |
msgstr ""
|
5985 |
|
5986 |
-
#:
|
5987 |
-
msgid "
|
5988 |
msgstr ""
|
5989 |
|
5990 |
-
#:
|
5991 |
-
msgid "
|
5992 |
msgstr ""
|
5993 |
|
5994 |
-
#:
|
5995 |
-
msgid "
|
5996 |
msgstr ""
|
5997 |
|
5998 |
-
#:
|
5999 |
-
msgid "
|
6000 |
msgstr ""
|
6001 |
|
6002 |
-
#:
|
6003 |
-
msgid "
|
6004 |
msgstr ""
|
6005 |
|
6006 |
-
#:
|
6007 |
-
msgid "
|
6008 |
msgstr ""
|
6009 |
|
6010 |
-
#:
|
6011 |
-
msgid "
|
6012 |
msgstr ""
|
6013 |
|
6014 |
-
#:
|
6015 |
-
msgid "
|
6016 |
msgstr ""
|
6017 |
|
6018 |
-
|
6019 |
-
|
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 |
-
#:
|
6025 |
-
msgid "
|
6026 |
msgstr ""
|
6027 |
|
6028 |
-
#:
|
6029 |
-
msgid "
|
6030 |
msgstr ""
|
6031 |
|
6032 |
-
#:
|
6033 |
-
msgid "
|
6034 |
msgstr ""
|
6035 |
|
6036 |
-
#:
|
6037 |
-
msgid "
|
6038 |
msgstr ""
|
6039 |
|
6040 |
-
#:
|
6041 |
-
msgid "
|
6042 |
msgstr ""
|
6043 |
|
6044 |
-
#:
|
6045 |
-
msgid "
|
6046 |
msgstr ""
|
6047 |
|
6048 |
-
#:
|
6049 |
-
msgid "
|
6050 |
msgstr ""
|
6051 |
|
6052 |
-
#:
|
6053 |
-
msgid "
|
6054 |
msgstr ""
|
6055 |
|
6056 |
-
#:
|
6057 |
-
msgid "
|
6058 |
msgstr ""
|
6059 |
|
6060 |
-
#:
|
6061 |
-
msgid "
|
6062 |
msgstr ""
|
6063 |
|
6064 |
-
#:
|
6065 |
-
msgid "
|
6066 |
msgstr ""
|
6067 |
|
6068 |
-
#:
|
6069 |
-
msgid "
|
6070 |
msgstr ""
|
6071 |
|
6072 |
-
#:
|
6073 |
-
msgid "
|
6074 |
msgstr ""
|
6075 |
|
6076 |
-
#:
|
6077 |
-
msgid "
|
6078 |
msgstr ""
|
6079 |
|
6080 |
-
#:
|
6081 |
-
msgid "
|
6082 |
msgstr ""
|
6083 |
|
6084 |
-
#:
|
6085 |
-
msgid "
|
6086 |
msgstr ""
|
6087 |
|
6088 |
-
#:
|
6089 |
-
msgid "
|
6090 |
msgstr ""
|
6091 |
|
6092 |
-
#:
|
6093 |
-
msgid "
|
6094 |
msgstr ""
|
6095 |
|
6096 |
-
#:
|
6097 |
-
msgid "
|
6098 |
msgstr ""
|
6099 |
|
6100 |
-
#:
|
6101 |
-
msgid "
|
6102 |
msgstr ""
|
6103 |
|
6104 |
-
#:
|
6105 |
-
msgid "
|
6106 |
msgstr ""
|
6107 |
|
6108 |
-
#:
|
6109 |
-
msgid "
|
6110 |
msgstr ""
|
6111 |
|
6112 |
-
#:
|
6113 |
-
msgid "
|
6114 |
msgstr ""
|
6115 |
|
6116 |
-
#:
|
6117 |
-
msgid "
|
6118 |
msgstr ""
|
6119 |
|
6120 |
-
#:
|
6121 |
-
msgid "
|
6122 |
msgstr ""
|
6123 |
|
6124 |
-
#:
|
6125 |
-
msgid "
|
6126 |
msgstr ""
|
6127 |
|
6128 |
-
#:
|
6129 |
-
msgid "
|
6130 |
msgstr ""
|
6131 |
|
6132 |
-
#:
|
6133 |
-
msgid "
|
6134 |
msgstr ""
|
6135 |
|
6136 |
-
#:
|
6137 |
-
msgid "
|
6138 |
msgstr ""
|
6139 |
|
6140 |
-
#:
|
6141 |
-
msgid "
|
6142 |
msgstr ""
|
6143 |
|
6144 |
-
#:
|
6145 |
-
msgid "
|
6146 |
msgstr ""
|
6147 |
|
6148 |
-
#:
|
6149 |
-
msgid "
|
6150 |
msgstr ""
|
6151 |
|
6152 |
-
#:
|
6153 |
-
msgid "
|
6154 |
msgstr ""
|
6155 |
|
6156 |
-
#:
|
6157 |
-
msgid "
|
6158 |
msgstr ""
|
6159 |
|
6160 |
-
#:
|
6161 |
-
msgid "
|
6162 |
msgstr ""
|
6163 |
|
6164 |
-
#:
|
6165 |
-
msgid "
|
6166 |
msgstr ""
|
6167 |
|
6168 |
-
#:
|
6169 |
-
msgid "
|
6170 |
msgstr ""
|
6171 |
|
6172 |
-
#:
|
6173 |
-
msgid "
|
6174 |
msgstr ""
|
6175 |
|
6176 |
-
#:
|
6177 |
-
msgid "
|
6178 |
msgstr ""
|
6179 |
|
6180 |
-
|
6181 |
-
|
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 |
-
#:
|
6186 |
-
msgid "
|
6187 |
msgstr ""
|
6188 |
|
6189 |
-
#:
|
6190 |
-
msgid "
|
6191 |
msgstr ""
|
6192 |
|
6193 |
-
#:
|
6194 |
-
msgid "
|
6195 |
msgstr ""
|
6196 |
|
6197 |
-
#:
|
6198 |
-
msgid "
|
6199 |
msgstr ""
|
6200 |
|
6201 |
-
|
6202 |
-
|
6203 |
-
msgid " So far %d events have been migrated."
|
6204 |
msgstr ""
|
6205 |
|
6206 |
-
#:
|
6207 |
-
msgid "
|
6208 |
msgstr ""
|
6209 |
|
6210 |
-
#:
|
6211 |
-
msgid "
|
6212 |
msgstr ""
|
6213 |
|
6214 |
-
#:
|
6215 |
-
msgid "
|
6216 |
msgstr ""
|
6217 |
|
6218 |
-
#:
|
6219 |
-
msgid "
|
6220 |
msgstr ""
|
6221 |
|
6222 |
-
#:
|
6223 |
-
msgid "%
|
6224 |
msgstr ""
|
6225 |
|
6226 |
-
#:
|
6227 |
-
msgid "
|
6228 |
msgstr ""
|
6229 |
|
6230 |
-
#:
|
6231 |
-
msgid "
|
6232 |
msgstr ""
|
6233 |
|
6234 |
-
#:
|
6235 |
-
msgid "
|
6236 |
msgstr ""
|
6237 |
|
6238 |
-
#:
|
6239 |
-
msgid "
|
6240 |
msgstr ""
|
6241 |
|
6242 |
-
#:
|
6243 |
-
msgid "
|
6244 |
msgstr ""
|
6245 |
|
6246 |
-
#:
|
6247 |
-
msgid "
|
6248 |
msgstr ""
|
6249 |
|
6250 |
-
#:
|
6251 |
-
msgid "
|
6252 |
msgstr ""
|
6253 |
|
6254 |
-
#:
|
6255 |
-
msgid "
|
6256 |
msgstr ""
|
6257 |
|
6258 |
-
#:
|
6259 |
-
msgid "
|
6260 |
msgstr ""
|
6261 |
|
6262 |
-
#:
|
6263 |
-
msgid "
|
6264 |
msgstr ""
|
6265 |
|
6266 |
-
#:
|
6267 |
-
msgid "
|
6268 |
msgstr ""
|
6269 |
|
6270 |
-
#:
|
6271 |
-
msgid "
|
6272 |
msgstr ""
|
6273 |
|
6274 |
-
#:
|
6275 |
-
msgid "
|
6276 |
msgstr ""
|
6277 |
|
6278 |
-
#:
|
6279 |
-
msgid "
|
6280 |
msgstr ""
|
6281 |
|
6282 |
-
#:
|
6283 |
-
msgid "
|
6284 |
msgstr ""
|
6285 |
|
6286 |
-
#:
|
6287 |
-
msgid "
|
6288 |
msgstr ""
|
6289 |
|
6290 |
-
#:
|
6291 |
-
msgid "
|
6292 |
msgstr ""
|
6293 |
|
6294 |
-
#:
|
6295 |
-
msgid "
|
6296 |
msgstr ""
|
6297 |
|
6298 |
-
#:
|
6299 |
-
msgid "
|
6300 |
msgstr ""
|
6301 |
|
6302 |
-
#:
|
6303 |
-
msgid "
|
6304 |
msgstr ""
|
6305 |
|
6306 |
-
#:
|
6307 |
-
msgid "
|
6308 |
msgstr ""
|
6309 |
|
6310 |
-
#:
|
6311 |
-
msgid "
|
6312 |
msgstr ""
|
6313 |
|
6314 |
-
#:
|
6315 |
-
msgid "
|
6316 |
msgstr ""
|
6317 |
|
6318 |
-
#:
|
6319 |
-
msgid "
|
6320 |
msgstr ""
|
6321 |
|
6322 |
-
#:
|
6323 |
-
msgid "
|
6324 |
msgstr ""
|
6325 |
|
6326 |
-
#:
|
6327 |
-
msgid "
|
6328 |
msgstr ""
|
6329 |
|
6330 |
-
#:
|
6331 |
-
msgid "User
|
6332 |
msgstr ""
|
6333 |
|
6334 |
-
#:
|
6335 |
-
msgid "
|
6336 |
msgstr ""
|
6337 |
|
6338 |
-
#:
|
6339 |
-
msgid "
|
6340 |
msgstr ""
|
6341 |
|
6342 |
-
#:
|
6343 |
-
msgid "
|
6344 |
msgstr ""
|
6345 |
|
6346 |
-
#:
|
6347 |
-
msgid "
|
6348 |
msgstr ""
|
6349 |
|
6350 |
-
#:
|
6351 |
-
msgid "
|
6352 |
msgstr ""
|
6353 |
|
6354 |
-
#:
|
6355 |
-
msgid "
|
6356 |
msgstr ""
|
6357 |
|
6358 |
-
#:
|
6359 |
-
msgid "
|
6360 |
msgstr ""
|
6361 |
|
6362 |
-
#:
|
6363 |
-
msgid "
|
6364 |
msgstr ""
|
6365 |
|
6366 |
-
#:
|
6367 |
-
msgid "
|
6368 |
msgstr ""
|
6369 |
|
6370 |
-
#:
|
6371 |
-
msgid "
|
6372 |
msgstr ""
|
6373 |
|
6374 |
-
#:
|
6375 |
-
msgid "
|
6376 |
msgstr ""
|
6377 |
|
6378 |
-
#:
|
6379 |
-
msgid "
|
6380 |
msgstr ""
|
6381 |
|
6382 |
-
#:
|
6383 |
-
msgid "
|
6384 |
msgstr ""
|
6385 |
|
6386 |
-
#:
|
6387 |
-
msgid "
|
6388 |
msgstr ""
|
6389 |
|
6390 |
-
#:
|
6391 |
-
msgid "
|
6392 |
msgstr ""
|
6393 |
|
6394 |
-
#:
|
6395 |
-
msgid "
|
6396 |
msgstr ""
|
6397 |
|
6398 |
-
#:
|
6399 |
-
msgid "
|
6400 |
msgstr ""
|
6401 |
|
6402 |
-
#:
|
6403 |
-
msgid "
|
6404 |
msgstr ""
|
6405 |
|
6406 |
-
#:
|
6407 |
-
msgid "
|
6408 |
msgstr ""
|
6409 |
|
6410 |
-
#:
|
6411 |
-
msgid "
|
6412 |
msgstr ""
|
6413 |
|
6414 |
-
#:
|
6415 |
-
msgid "
|
6416 |
msgstr ""
|
6417 |
|
6418 |
-
#:
|
6419 |
-
|
|
|
|
|
|
|
|
|
|
|
6420 |
msgstr ""
|
6421 |
|
6422 |
-
#:
|
6423 |
-
|
|
|
|
|
|
|
|
|
|
|
6424 |
msgstr ""
|
6425 |
|
6426 |
-
#:
|
6427 |
-
msgid "
|
6428 |
msgstr ""
|
6429 |
|
6430 |
-
#:
|
6431 |
-
msgid "
|
6432 |
msgstr ""
|
6433 |
|
6434 |
-
#:
|
6435 |
-
msgid "
|
6436 |
msgstr ""
|
6437 |
|
6438 |
-
#:
|
6439 |
-
msgid "
|
6440 |
msgstr ""
|
6441 |
|
6442 |
-
#:
|
6443 |
-
msgid "
|
6444 |
msgstr ""
|
6445 |
|
6446 |
-
#:
|
6447 |
-
msgid "
|
6448 |
msgstr ""
|
6449 |
|
6450 |
-
#:
|
6451 |
-
msgid "
|
6452 |
msgstr ""
|
6453 |
|
6454 |
-
#:
|
6455 |
-
msgid "
|
6456 |
msgstr ""
|
6457 |
|
6458 |
-
#:
|
6459 |
-
msgid "
|
6460 |
msgstr ""
|
6461 |
|
6462 |
-
#:
|
6463 |
-
msgid "
|
6464 |
msgstr ""
|
6465 |
|
6466 |
-
#:
|
6467 |
-
msgid "
|
6468 |
msgstr ""
|
6469 |
|
6470 |
-
#:
|
6471 |
-
msgid "
|
6472 |
msgstr ""
|
6473 |
|
6474 |
-
#:
|
6475 |
-
msgid "
|
6476 |
msgstr ""
|
6477 |
|
6478 |
-
#:
|
6479 |
-
msgid "
|
6480 |
msgstr ""
|
6481 |
|
6482 |
-
#:
|
6483 |
-
msgid "
|
6484 |
msgstr ""
|
6485 |
|
6486 |
-
#:
|
6487 |
-
msgid "
|
6488 |
msgstr ""
|
6489 |
|
6490 |
-
#:
|
6491 |
-
msgid "
|
6492 |
msgstr ""
|
6493 |
|
6494 |
-
#:
|
6495 |
-
msgid "
|
6496 |
msgstr ""
|
6497 |
|
6498 |
-
#:
|
6499 |
-
msgid "
|
6500 |
msgstr ""
|
6501 |
|
6502 |
-
#:
|
6503 |
-
msgid "
|
6504 |
msgstr ""
|
6505 |
|
6506 |
-
#:
|
6507 |
-
msgid "
|
6508 |
msgstr ""
|
6509 |
|
6510 |
-
#:
|
6511 |
-
msgid "
|
6512 |
msgstr ""
|
6513 |
|
6514 |
-
#:
|
6515 |
-
msgid "
|
6516 |
msgstr ""
|
6517 |
|
6518 |
-
#:
|
6519 |
-
msgid "
|
6520 |
msgstr ""
|
6521 |
|
6522 |
-
#:
|
6523 |
-
msgid "
|
6524 |
msgstr ""
|
6525 |
|
6526 |
-
#:
|
6527 |
-
msgid "
|
6528 |
msgstr ""
|
6529 |
|
6530 |
-
#:
|
6531 |
-
msgid "
|
6532 |
msgstr ""
|
6533 |
|
6534 |
-
#:
|
6535 |
-
msgid "
|
6536 |
msgstr ""
|
6537 |
|
6538 |
-
#:
|
6539 |
-
msgid "
|
6540 |
msgstr ""
|
6541 |
|
6542 |
-
#:
|
6543 |
-
msgid "
|
6544 |
msgstr ""
|
6545 |
|
6546 |
-
#:
|
6547 |
-
msgid "
|
6548 |
msgstr ""
|
6549 |
|
6550 |
-
#:
|
6551 |
-
msgid "
|
6552 |
msgstr ""
|
6553 |
|
6554 |
-
#:
|
6555 |
-
msgid "
|
6556 |
msgstr ""
|
6557 |
|
6558 |
-
#:
|
6559 |
-
msgid "
|
6560 |
msgstr ""
|
6561 |
|
6562 |
-
#:
|
6563 |
-
msgid "
|
6564 |
msgstr ""
|
6565 |
|
6566 |
-
#:
|
6567 |
-
msgid "
|
6568 |
msgstr ""
|
6569 |
|
6570 |
-
#:
|
6571 |
-
msgid "
|
6572 |
msgstr ""
|
6573 |
|
6574 |
-
#:
|
6575 |
-
msgid "
|
6576 |
msgstr ""
|
6577 |
|
6578 |
-
#:
|
6579 |
-
msgid "
|
6580 |
msgstr ""
|
6581 |
|
6582 |
-
#:
|
6583 |
-
msgid "
|
6584 |
msgstr ""
|
6585 |
|
6586 |
-
#:
|
6587 |
-
msgid "
|
6588 |
msgstr ""
|
6589 |
|
6590 |
-
#:
|
6591 |
-
msgid "
|
6592 |
msgstr ""
|
6593 |
|
6594 |
-
#:
|
6595 |
-
msgid "
|
6596 |
msgstr ""
|
6597 |
|
6598 |
-
#:
|
6599 |
-
msgid "
|
6600 |
msgstr ""
|
6601 |
|
6602 |
-
#:
|
6603 |
-
msgid "
|
6604 |
msgstr ""
|
6605 |
|
6606 |
-
#:
|
6607 |
-
msgid "
|
6608 |
msgstr ""
|
6609 |
|
6610 |
-
#:
|
6611 |
-
msgid "
|
6612 |
msgstr ""
|
6613 |
|
6614 |
-
#:
|
6615 |
-
msgid "
|
6616 |
msgstr ""
|
6617 |
|
6618 |
-
#:
|
6619 |
-
msgid "
|
6620 |
msgstr ""
|
6621 |
|
6622 |
-
#:
|
6623 |
-
msgid "
|
6624 |
msgstr ""
|
6625 |
|
6626 |
-
#:
|
6627 |
-
msgid "
|
6628 |
msgstr ""
|
6629 |
|
6630 |
-
#:
|
6631 |
-
msgid "
|
6632 |
msgstr ""
|
6633 |
|
6634 |
-
#:
|
6635 |
-
msgid "
|
6636 |
msgstr ""
|
6637 |
|
6638 |
-
#:
|
6639 |
-
msgid "
|
6640 |
msgstr ""
|
6641 |
|
6642 |
-
#:
|
6643 |
-
msgid "
|
6644 |
msgstr ""
|
6645 |
|
6646 |
-
#:
|
6647 |
-
msgid "
|
6648 |
msgstr ""
|
6649 |
|
6650 |
-
#:
|
6651 |
-
msgid "
|
6652 |
msgstr ""
|
6653 |
|
6654 |
-
#:
|
6655 |
-
msgid "
|
6656 |
msgstr ""
|
6657 |
|
6658 |
-
#:
|
6659 |
-
|
|
|
|
|
6660 |
msgstr ""
|
6661 |
|
6662 |
-
#:
|
6663 |
-
|
|
|
|
|
6664 |
msgstr ""
|
6665 |
|
6666 |
-
#:
|
6667 |
-
msgid "
|
6668 |
msgstr ""
|
6669 |
|
6670 |
-
#:
|
6671 |
-
msgid "
|
6672 |
msgstr ""
|
6673 |
|
6674 |
-
#:
|
6675 |
-
msgid "
|
6676 |
msgstr ""
|
6677 |
|
6678 |
-
#:
|
6679 |
-
msgid "
|
6680 |
msgstr ""
|
6681 |
|
6682 |
-
#:
|
6683 |
-
msgid "
|
6684 |
msgstr ""
|
6685 |
|
6686 |
-
#:
|
6687 |
-
msgid "
|
6688 |
msgstr ""
|
6689 |
|
6690 |
-
#:
|
6691 |
-
msgid "
|
6692 |
msgstr ""
|
6693 |
|
6694 |
-
#:
|
6695 |
-
msgid "
|
6696 |
msgstr ""
|
6697 |
|
6698 |
-
#:
|
6699 |
-
msgid "
|
6700 |
msgstr ""
|
6701 |
|
6702 |
-
#:
|
6703 |
-
msgid "
|
6704 |
msgstr ""
|
6705 |
|
6706 |
-
#:
|
6707 |
-
msgid "
|
6708 |
msgstr ""
|
6709 |
|
6710 |
-
#:
|
6711 |
-
|
|
|
6712 |
msgstr ""
|
6713 |
|
6714 |
-
#:
|
6715 |
-
msgid "
|
6716 |
msgstr ""
|
6717 |
|
6718 |
-
#:
|
6719 |
-
msgid "
|
6720 |
msgstr ""
|
6721 |
|
6722 |
-
#:
|
6723 |
-
msgid "
|
6724 |
msgstr ""
|
6725 |
|
6726 |
-
#:
|
6727 |
-
msgid "
|
6728 |
msgstr ""
|
6729 |
|
6730 |
-
#:
|
6731 |
-
msgid "
|
6732 |
msgstr ""
|
6733 |
|
6734 |
-
#:
|
6735 |
-
msgid "
|
6736 |
msgstr ""
|
6737 |
|
6738 |
-
#:
|
6739 |
-
msgid "
|
6740 |
msgstr ""
|
6741 |
|
6742 |
-
#:
|
6743 |
-
msgid "
|
6744 |
msgstr ""
|
6745 |
|
6746 |
-
#:
|
6747 |
-
msgid "
|
6748 |
msgstr ""
|
6749 |
|
6750 |
-
#:
|
6751 |
-
msgid "
|
6752 |
msgstr ""
|
6753 |
|
6754 |
-
#:
|
6755 |
-
msgid "
|
6756 |
msgstr ""
|
6757 |
|
6758 |
-
#:
|
6759 |
-
msgid "
|
6760 |
msgstr ""
|
6761 |
|
6762 |
-
#:
|
6763 |
-
msgid "
|
6764 |
msgstr ""
|
6765 |
|
6766 |
-
#:
|
6767 |
-
msgid "
|
6768 |
msgstr ""
|
6769 |
|
6770 |
-
#:
|
6771 |
-
msgid "
|
6772 |
msgstr ""
|
6773 |
|
6774 |
-
#:
|
6775 |
-
msgid "
|
6776 |
msgstr ""
|
6777 |
|
6778 |
-
#:
|
6779 |
-
msgid "
|
6780 |
msgstr ""
|
6781 |
|
6782 |
-
#:
|
6783 |
-
msgid "
|
6784 |
msgstr ""
|
6785 |
|
6786 |
-
#:
|
6787 |
-
msgid "
|
6788 |
msgstr ""
|
6789 |
|
6790 |
-
#:
|
6791 |
-
msgid "
|
6792 |
msgstr ""
|
6793 |
|
6794 |
-
#:
|
6795 |
-
msgid "
|
6796 |
msgstr ""
|
6797 |
|
6798 |
-
#:
|
6799 |
-
msgid "
|
6800 |
msgstr ""
|
6801 |
|
6802 |
-
#:
|
6803 |
-
msgid "
|
6804 |
msgstr ""
|
6805 |
|
6806 |
-
#:
|
6807 |
-
|
|
|
6808 |
msgstr ""
|
6809 |
|
6810 |
-
#:
|
6811 |
-
msgid "
|
6812 |
msgstr ""
|
6813 |
|
6814 |
-
#:
|
6815 |
-
msgid "
|
6816 |
msgstr ""
|
6817 |
|
6818 |
-
#:
|
6819 |
-
msgid "
|
6820 |
msgstr ""
|
6821 |
|
6822 |
-
#:
|
6823 |
-
msgid "
|
6824 |
msgstr ""
|
6825 |
|
6826 |
-
#:
|
6827 |
-
msgid "
|
6828 |
msgstr ""
|
6829 |
|
6830 |
-
#:
|
6831 |
-
msgid "
|
6832 |
msgstr ""
|
6833 |
|
6834 |
-
#:
|
6835 |
-
msgid "
|
6836 |
msgstr ""
|
6837 |
|
6838 |
-
#:
|
6839 |
-
msgid "
|
6840 |
msgstr ""
|
6841 |
|
6842 |
-
#:
|
6843 |
-
msgid "
|
6844 |
msgstr ""
|
6845 |
|
6846 |
-
#:
|
6847 |
-
msgid "
|
6848 |
msgstr ""
|
6849 |
|
6850 |
-
#:
|
6851 |
-
msgid "
|
6852 |
msgstr ""
|
6853 |
|
6854 |
-
#:
|
6855 |
-
msgid "
|
6856 |
msgstr ""
|
6857 |
|
6858 |
-
#:
|
6859 |
-
msgid "
|
6860 |
msgstr ""
|
6861 |
|
6862 |
-
#:
|
6863 |
-
msgid "
|
6864 |
msgstr ""
|
6865 |
|
6866 |
-
#:
|
6867 |
-
msgid "
|
6868 |
msgstr ""
|
6869 |
|
6870 |
-
#:
|
6871 |
-
msgid "
|
6872 |
msgstr ""
|
6873 |
|
6874 |
-
#:
|
6875 |
-
msgid "
|
6876 |
msgstr ""
|
6877 |
|
6878 |
-
#:
|
6879 |
-
msgid "
|
6880 |
msgstr ""
|
6881 |
|
6882 |
-
#:
|
6883 |
-
msgid "
|
6884 |
msgstr ""
|
6885 |
|
6886 |
-
#:
|
6887 |
-
msgid "
|
6888 |
msgstr ""
|
6889 |
|
6890 |
-
#:
|
6891 |
-
msgid "
|
6892 |
msgstr ""
|
6893 |
|
6894 |
-
|
6895 |
-
|
6896 |
-
msgid "out of %s user sessions terminated."
|
6897 |
msgstr ""
|
6898 |
|
6899 |
-
#:
|
6900 |
-
msgid "
|
6901 |
msgstr ""
|
6902 |
|
6903 |
-
#:
|
6904 |
-
msgid "
|
6905 |
msgstr ""
|
6906 |
|
6907 |
-
#:
|
6908 |
-
msgid "
|
6909 |
msgstr ""
|
6910 |
|
6911 |
-
#:
|
6912 |
-
msgid "
|
6913 |
msgstr ""
|
6914 |
|
6915 |
-
#:
|
6916 |
-
msgid "
|
6917 |
msgstr ""
|
6918 |
|
6919 |
-
#:
|
6920 |
-
|
|
|
6921 |
msgstr ""
|
6922 |
|
6923 |
-
#:
|
6924 |
-
msgid "
|
6925 |
msgstr ""
|
6926 |
|
6927 |
-
#:
|
6928 |
-
msgid "
|
6929 |
msgstr ""
|
6930 |
|
6931 |
-
#:
|
6932 |
-
msgid "
|
6933 |
msgstr ""
|
6934 |
|
6935 |
-
#:
|
6936 |
-
msgid "
|
6937 |
msgstr ""
|
6938 |
|
6939 |
-
#:
|
6940 |
-
msgid "
|
6941 |
msgstr ""
|
6942 |
|
6943 |
-
#:
|
6944 |
-
msgid "
|
6945 |
msgstr ""
|
6946 |
|
6947 |
-
#:
|
6948 |
-
msgid "
|
6949 |
msgstr ""
|
6950 |
|
6951 |
-
#:
|
6952 |
-
msgid "
|
6953 |
msgstr ""
|
6954 |
|
6955 |
-
#:
|
6956 |
-
msgid "
|
6957 |
msgstr ""
|
6958 |
|
6959 |
-
#:
|
6960 |
-
msgid "
|
6961 |
msgstr ""
|
6962 |
|
6963 |
-
#:
|
6964 |
-
msgid "
|
6965 |
msgstr ""
|
6966 |
|
6967 |
-
#:
|
6968 |
-
msgid "
|
6969 |
msgstr ""
|
6970 |
|
6971 |
-
#:
|
6972 |
-
msgid "
|
6973 |
msgstr ""
|
6974 |
|
6975 |
-
#:
|
6976 |
-
msgid "
|
6977 |
msgstr ""
|
6978 |
|
6979 |
-
#:
|
6980 |
-
msgid "
|
6981 |
msgstr ""
|
6982 |
|
6983 |
-
#:
|
6984 |
-
msgid "
|
6985 |
msgstr ""
|
6986 |
|
6987 |
-
#:
|
6988 |
-
msgid "
|
6989 |
msgstr ""
|
6990 |
|
6991 |
-
#:
|
6992 |
-
msgid "
|
6993 |
msgstr ""
|
6994 |
|
6995 |
-
#:
|
6996 |
-
msgid "
|
6997 |
msgstr ""
|
6998 |
|
6999 |
-
#:
|
7000 |
-
msgid "
|
7001 |
msgstr ""
|
7002 |
|
7003 |
-
#:
|
7004 |
-
msgid "
|
7005 |
msgstr ""
|
7006 |
|
7007 |
-
#:
|
7008 |
-
msgid "
|
7009 |
msgstr ""
|
7010 |
|
7011 |
-
#:
|
7012 |
-
msgid "
|
7013 |
msgstr ""
|
7014 |
|
7015 |
-
#:
|
7016 |
-
msgid "
|
7017 |
msgstr ""
|
7018 |
|
7019 |
-
#:
|
7020 |
-
msgid "
|
7021 |
msgstr ""
|
7022 |
|
7023 |
-
#:
|
7024 |
-
msgid "
|
7025 |
msgstr ""
|
7026 |
|
7027 |
-
#:
|
7028 |
-
msgid "
|
7029 |
msgstr ""
|
7030 |
|
7031 |
-
#:
|
7032 |
-
msgid "
|
7033 |
msgstr ""
|
7034 |
|
7035 |
-
#:
|
7036 |
-
msgid "
|
7037 |
msgstr ""
|
7038 |
|
7039 |
-
#:
|
7040 |
-
msgid "
|
7041 |
msgstr ""
|
7042 |
|
7043 |
-
#:
|
7044 |
-
msgid "
|
7045 |
msgstr ""
|
7046 |
|
7047 |
-
#:
|
7048 |
-
msgid "
|
7049 |
msgstr ""
|
7050 |
|
7051 |
-
#:
|
7052 |
-
msgid "
|
7053 |
msgstr ""
|
7054 |
|
7055 |
-
#:
|
7056 |
-
msgid "
|
7057 |
msgstr ""
|
7058 |
|
7059 |
-
#:
|
7060 |
-
msgid "
|
7061 |
msgstr ""
|
7062 |
|
7063 |
-
#:
|
7064 |
-
msgid "
|
7065 |
msgstr ""
|
7066 |
|
7067 |
-
#:
|
7068 |
-
msgid "
|
7069 |
msgstr ""
|
7070 |
|
7071 |
-
#:
|
7072 |
-
msgid "
|
7073 |
msgstr ""
|
7074 |
|
7075 |
-
#:
|
7076 |
-
msgid "
|
7077 |
msgstr ""
|
7078 |
|
7079 |
-
#:
|
7080 |
-
msgid "
|
7081 |
msgstr ""
|
7082 |
|
7083 |
-
|
7084 |
-
|
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 |
-
#:
|
7089 |
-
msgid "
|
7090 |
msgstr ""
|
7091 |
|
7092 |
-
#:
|
7093 |
-
msgid "
|
7094 |
msgstr ""
|
7095 |
|
7096 |
-
#:
|
7097 |
-
msgid "
|
7098 |
msgstr ""
|
7099 |
|
7100 |
-
#:
|
7101 |
-
msgid "
|
7102 |
msgstr ""
|
7103 |
|
7104 |
-
#:
|
7105 |
-
msgid "
|
7106 |
msgstr ""
|
7107 |
|
7108 |
-
|
7109 |
-
|
7110 |
-
msgid "If you are not familiar with incoming WebHooks on Slack, please refer to %s."
|
7111 |
msgstr ""
|
7112 |
|
7113 |
-
#:
|
7114 |
-
msgid "
|
7115 |
msgstr ""
|
7116 |
|
7117 |
-
#:
|
7118 |
-
msgid "
|
7119 |
msgstr ""
|
7120 |
|
7121 |
-
#:
|
7122 |
-
msgid "
|
7123 |
msgstr ""
|
7124 |
|
7125 |
-
#:
|
7126 |
-
msgid "
|
7127 |
msgstr ""
|
7128 |
|
7129 |
-
#:
|
7130 |
-
msgid "
|
7131 |
msgstr ""
|
7132 |
|
7133 |
-
#:
|
7134 |
-
msgid "
|
7135 |
msgstr ""
|
7136 |
|
7137 |
-
#:
|
7138 |
-
msgid "
|
7139 |
msgstr ""
|
7140 |
|
7141 |
-
#:
|
7142 |
-
msgid "
|
7143 |
msgstr ""
|
7144 |
|
7145 |
-
#:
|
7146 |
-
msgid "
|
7147 |
msgstr ""
|
7148 |
|
7149 |
-
#:
|
7150 |
-
msgid "
|
7151 |
msgstr ""
|
7152 |
|
7153 |
-
#:
|
7154 |
-
msgid "
|
7155 |
msgstr ""
|
7156 |
|
7157 |
-
#:
|
7158 |
-
msgid "
|
7159 |
msgstr ""
|
7160 |
|
7161 |
-
#:
|
7162 |
-
msgid "
|
7163 |
msgstr ""
|
7164 |
|
7165 |
-
#:
|
7166 |
-
msgid "
|
7167 |
msgstr ""
|
7168 |
|
7169 |
-
#:
|
7170 |
-
msgid "
|
7171 |
msgstr ""
|
7172 |
|
7173 |
-
#:
|
7174 |
-
msgid "
|
7175 |
msgstr ""
|
7176 |
|
7177 |
-
#:
|
7178 |
-
msgid "
|
7179 |
msgstr ""
|
7180 |
|
7181 |
-
#:
|
7182 |
-
msgid "
|
7183 |
msgstr ""
|
7184 |
|
7185 |
-
#:
|
7186 |
-
msgid "
|
7187 |
msgstr ""
|
7188 |
|
7189 |
-
#:
|
7190 |
-
msgid "
|
7191 |
msgstr ""
|
7192 |
|
7193 |
-
#:
|
7194 |
-
msgid "
|
7195 |
msgstr ""
|
7196 |
|
7197 |
-
#:
|
7198 |
-
msgid "
|
7199 |
msgstr ""
|
7200 |
|
7201 |
-
#:
|
7202 |
-
msgid "
|
7203 |
msgstr ""
|
7204 |
|
7205 |
-
#:
|
7206 |
-
msgid "
|
7207 |
msgstr ""
|
7208 |
|
7209 |
-
#:
|
7210 |
-
msgid "
|
7211 |
msgstr ""
|
7212 |
|
7213 |
-
#:
|
7214 |
-
msgid "
|
7215 |
msgstr ""
|
7216 |
|
7217 |
-
#:
|
7218 |
-
msgid "
|
7219 |
msgstr ""
|
7220 |
|
7221 |
-
#:
|
7222 |
-
msgid "
|
7223 |
msgstr ""
|
7224 |
|
7225 |
-
#:
|
7226 |
-
msgid "
|
7227 |
msgstr ""
|
7228 |
|
7229 |
-
#:
|
7230 |
-
msgid "
|
7231 |
msgstr ""
|
7232 |
|
7233 |
-
#:
|
7234 |
-
msgid "
|
7235 |
msgstr ""
|
7236 |
|
7237 |
-
#:
|
7238 |
-
msgid "
|
7239 |
msgstr ""
|
7240 |
|
7241 |
-
#:
|
7242 |
-
msgid "
|
7243 |
msgstr ""
|
7244 |
|
7245 |
-
#:
|
7246 |
-
msgid "
|
7247 |
msgstr ""
|
7248 |
|
7249 |
-
#:
|
7250 |
-
msgid "
|
7251 |
msgstr ""
|
7252 |
|
7253 |
-
#:
|
7254 |
-
msgid "
|
7255 |
msgstr ""
|
7256 |
|
7257 |
-
#:
|
7258 |
-
msgid "
|
7259 |
msgstr ""
|
7260 |
|
7261 |
-
#:
|
7262 |
-
msgid "
|
7263 |
msgstr ""
|
7264 |
|
7265 |
-
#:
|
7266 |
-
msgid "
|
7267 |
msgstr ""
|
7268 |
|
7269 |
-
#:
|
7270 |
-
msgid "
|
7271 |
msgstr ""
|
7272 |
|
7273 |
-
#:
|
7274 |
-
msgid "
|
7275 |
msgstr ""
|
7276 |
|
7277 |
-
#:
|
7278 |
-
msgid "
|
7279 |
msgstr ""
|
7280 |
|
7281 |
-
#:
|
7282 |
-
msgid "
|
7283 |
msgstr ""
|
7284 |
|
7285 |
-
#:
|
7286 |
-
msgid "
|
7287 |
msgstr ""
|
7288 |
|
7289 |
-
|
7290 |
-
|
7291 |
-
msgid "%s users"
|
7292 |
msgstr ""
|
7293 |
|
7294 |
-
#:
|
7295 |
-
msgid "
|
7296 |
msgstr ""
|
7297 |
|
7298 |
-
#:
|
7299 |
-
msgid "
|
7300 |
msgstr ""
|
7301 |
|
7302 |
-
#:
|
7303 |
-
msgid "
|
7304 |
msgstr ""
|
7305 |
|
7306 |
-
#:
|
7307 |
-
msgid "
|
7308 |
msgstr ""
|
7309 |
|
7310 |
-
#:
|
7311 |
-
msgid "
|
7312 |
msgstr ""
|
7313 |
|
7314 |
-
#:
|
7315 |
-
msgid "
|
7316 |
msgstr ""
|
7317 |
|
7318 |
-
#:
|
7319 |
-
msgid "
|
7320 |
msgstr ""
|
7321 |
|
7322 |
-
#:
|
7323 |
-
msgid "
|
7324 |
msgstr ""
|
7325 |
|
7326 |
-
#:
|
7327 |
-
msgid "
|
7328 |
msgstr ""
|
7329 |
|
7330 |
-
#:
|
7331 |
-
msgid "
|
7332 |
msgstr ""
|
7333 |
|
7334 |
-
#:
|
7335 |
-
msgid "
|
7336 |
msgstr ""
|
7337 |
|
7338 |
-
#:
|
7339 |
-
msgid "
|
7340 |
msgstr ""
|
7341 |
|
7342 |
-
#:
|
7343 |
-
msgid "
|
7344 |
msgstr ""
|
7345 |
|
7346 |
-
#:
|
7347 |
-
msgid "
|
7348 |
msgstr ""
|
7349 |
|
7350 |
-
#:
|
7351 |
-
msgid "
|
7352 |
msgstr ""
|
7353 |
|
7354 |
-
#:
|
7355 |
-
|
|
|
7356 |
msgstr ""
|
7357 |
|
7358 |
-
#:
|
7359 |
-
msgid "
|
7360 |
msgstr ""
|
7361 |
|
7362 |
-
#:
|
7363 |
-
msgid "
|
7364 |
msgstr ""
|
7365 |
|
7366 |
-
#:
|
7367 |
-
msgid "
|
7368 |
msgstr ""
|
7369 |
|
7370 |
-
#:
|
7371 |
-
|
|
|
7372 |
msgstr ""
|
7373 |
|
7374 |
-
#:
|
7375 |
-
|
|
|
7376 |
msgstr ""
|
7377 |
|
7378 |
-
#:
|
7379 |
-
msgid "
|
7380 |
msgstr ""
|
7381 |
|
7382 |
-
#:
|
7383 |
-
|
|
|
7384 |
msgstr ""
|
7385 |
|
7386 |
-
#:
|
7387 |
-
msgid "
|
7388 |
msgstr ""
|
7389 |
|
7390 |
-
#:
|
7391 |
-
|
|
|
7392 |
msgstr ""
|
7393 |
|
7394 |
-
#:
|
7395 |
-
|
|
|
7396 |
msgstr ""
|
7397 |
|
7398 |
-
#:
|
7399 |
-
msgid "
|
7400 |
msgstr ""
|
7401 |
|
7402 |
-
#:
|
7403 |
-
|
|
|
7404 |
msgstr ""
|
7405 |
|
7406 |
-
#:
|
7407 |
-
msgid "
|
7408 |
msgstr ""
|
7409 |
|
7410 |
-
|
7411 |
-
|
7412 |
-
msgid "Allow up to %s sessions and block the rest"
|
7413 |
msgstr ""
|
7414 |
|
7415 |
-
#:
|
7416 |
-
msgid "
|
7417 |
msgstr ""
|
7418 |
|
7419 |
-
#:
|
7420 |
-
|
|
|
7421 |
msgstr ""
|
7422 |
|
7423 |
-
#:
|
7424 |
-
msgid "
|
7425 |
msgstr ""
|
7426 |
|
7427 |
-
#:
|
7428 |
-
|
|
|
7429 |
msgstr ""
|
7430 |
|
7431 |
-
#:
|
7432 |
-
msgid "
|
7433 |
msgstr ""
|
7434 |
|
7435 |
-
#:
|
7436 |
-
|
|
|
7437 |
msgstr ""
|
7438 |
|
7439 |
-
#:
|
7440 |
-
msgid "
|
7441 |
msgstr ""
|
7442 |
|
7443 |
-
#:
|
7444 |
-
|
|
|
7445 |
msgstr ""
|
7446 |
|
7447 |
-
#:
|
7448 |
-
msgid "
|
7449 |
msgstr ""
|
7450 |
|
7451 |
-
#:
|
7452 |
-
msgid "
|
7453 |
msgstr ""
|
7454 |
|
7455 |
-
#:
|
7456 |
-
msgid "
|
7457 |
msgstr ""
|
7458 |
|
7459 |
-
#:
|
7460 |
-
msgid "
|
7461 |
msgstr ""
|
7462 |
|
7463 |
-
#:
|
7464 |
-
msgid "
|
7465 |
msgstr ""
|
7466 |
|
7467 |
-
#:
|
7468 |
-
msgid "
|
7469 |
msgstr ""
|
7470 |
|
7471 |
-
#:
|
7472 |
-
msgid "
|
7473 |
msgstr ""
|
7474 |
|
7475 |
-
#:
|
7476 |
-
msgid "
|
7477 |
msgstr ""
|
7478 |
|
7479 |
-
#:
|
7480 |
-
|
|
|
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’t contact the database server at %2$s. This could mean your host’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’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’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’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 ⇪"
|
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 ⇪"
|
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 ⇪"
|
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 ⇪"
|
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 ⇪"
|
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 › 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 ""
|
@@ -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.
|
9 |
-
Stable tag: 4.3.
|
10 |
-
Requires PHP:
|
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
|
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
|
34 |
>
|
35 |
|
36 |
#### Maintained & Supported by WP White Security
|
37 |
|
38 |
-
WP White Security
|
|
|
|
|
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
|
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
|
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
|
87 |
-
* Search the activity log using text-based searches,
|
88 |
-
*
|
89 |
-
*
|
90 |
-
*
|
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
|
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)
|
102 |
|
103 |
-
> <strong>Note</strong>: paid
|
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
|
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
|
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
|
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
|
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.
|
212 |
|
213 |
-
|
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 |
-
*
|
219 |
-
* Fixed an
|
220 |
-
*
|
|
|
|
|
|
|
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.
|
@@ -30,7 +30,7 @@ function wsal_freemius() {
|
|
30 |
// Include Freemius SDK.
|
31 |
require_once dirname( __FILE__ ) . DIRECTORY_SEPARATOR . implode( DIRECTORY_SEPARATOR, [
|
32 |
'..',
|
33 |
-
'
|
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'
|
@@ -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();
|
@@ -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 |
+
}
|
@@ -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 |
+
}
|
@@ -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 |
+
|
@@ -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 |
+
);
|
@@ -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 |
+
);
|
@@ -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 |
+
);
|
@@ -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 |
+
}
|
@@ -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 |
+
}
|
@@ -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 |
+
}
|
@@ -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 |
+
);
|
@@ -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 |
+
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -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.
|
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)
|
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.
|
53 |
|
54 |
/**
|
55 |
* Plugin constants.
|
@@ -63,7 +63,7 @@ if ( ! function_exists( 'wsal_freemius' ) ) {
|
|
63 |
*
|
64 |
* @var string
|
65 |
*/
|
66 |
-
const MIN_PHP_VERSION = '
|
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 |
-
|
464 |
-
|
465 |
|
466 |
-
|
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 |
-
|
1429 |
-
|
1430 |
-
|
1431 |
-
|
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 |
-
|
2238 |
-
$autoloader_file_path = plugin_dir_path( __FILE__ ) .
|
2239 |
-
|
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
|
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' );
|