# Translation of Plugins - BackWPup – WordPress Backup &amp; Restore Plugin - Development (trunk) in Spanish (Peru)
# This file is distributed under the same license as the Plugins - BackWPup – WordPress Backup &amp; Restore Plugin - Development (trunk) package.
msgid ""
msgstr ""
"PO-Revision-Date: +0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/4.0.3\n"
"Language: es_PE\n"
"Project-Id-Version: Plugins - BackWPup – WordPress Backup &amp; Restore Plugin - Development (trunk)\n"

#: src/Abilities/Jobs/GetBackupHistory.php:170
msgid "Backup file name"
msgstr ""

#: src/MCP/ConfigSubscriber.php:38
msgid "This is the BackWPup MCP server. For context and quick-start guidance, read the resource at groupone-backwpup-plugin://docs/overview before calling any tools."
msgstr ""

#: src/Jobs/Abilities/Subscriber.php:93
msgid "Backup management tools for WordPress. Before performing any risky action (plugin updates, theme changes, core updates, database operations), use these tools to check backup status and offer the user a backup."
msgstr ""

#: src/Jobs/Abilities/Subscriber.php:92
msgid "BackWPup Jobs"
msgstr ""

#: src/Abilities/MCP/DocsOverview.php:44
msgid "Overview documentation for the BackWPup MCP server"
msgstr ""

#: src/Abilities/MCP/DocsOverview.php:42
msgid "BackWPup Documentation Overview"
msgstr ""

#. translators: %s: Job name.
#: src/Abilities/Jobs/RunJob.php:373
msgid "Job \"%s\" started successfully."
msgstr ""

#: src/Abilities/Jobs/RunJob.php:349
msgid "The backup process could not be started! Please try again or contact support."
msgstr ""

#: src/Abilities/Jobs/RunJob.php:278
msgid "Unable to retrieve job data."
msgstr ""

#. translators: %d: Job ID.
#: src/Abilities/Jobs/RunJob.php:206
msgid "Job ID %d does not exist."
msgstr ""

#: src/Abilities/Jobs/RunJob.php:176
msgid "A backup job is already running. Please wait for it to complete before starting another."
msgstr ""

#: src/Abilities/Jobs/RunJob.php:128
msgid "Name of the job that was triggered"
msgstr ""

#: src/Abilities/Jobs/RunJob.php:124
msgid "Whether the job was successfully triggered"
msgstr ""

#: src/Abilities/Jobs/RunJob.php:115
msgid "Job ID to run. Omit to trigger default \"Backup Now\" job."
msgstr ""

#: src/Abilities/Jobs/RunJob.php:107
msgid "Triggers an immediate backup. Pass a job_id from backwpup_list_jobs to run a specific job (e.g., Dropbox, S3). Omit job_id to trigger a default backup (files + database to local folder). Check backwpup_get_backup_history first to avoid starting a duplicate if one is already running."
msgstr ""

#: src/Abilities/Jobs/RunJob.php:105
msgid "Run Backup Job"
msgstr ""

#: src/Abilities/Jobs/GetJobsList.php:76
msgid "Returns all configured BackWPup backup jobs with their destinations (local folder, Dropbox, S3, etc.). Call this tool before performing any risky action on the website (plugin updates, theme changes, core updates, database migrations) to offer the user a backup first."
msgstr ""

#: src/Abilities/Jobs/GetJobsList.php:74
msgid "List Backup Jobs"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:507
msgid "Failed to read log file content."
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:497
msgid "Log file exists but cannot be read."
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:192
msgid "No backup log found matching the criteria. Try using backwpup_get_backup_history to see available backups."
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:137
msgid "Whether the log was truncated"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:133
msgid "Number of lines returned"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:129
msgid "Total number of lines in the log"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:125
msgid "How long the backup took"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:121
msgid "Number of warnings in the log"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:117
msgid "Number of errors in the log"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:113
msgid "When the backup ran"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:109
msgid "Job ID"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:105
msgid "Name of the backup job"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:97
msgid "Additional information about the backup"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:93
msgid "The log content (plain text)"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:89
msgid "Whether the log was retrieved successfully"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:78
msgid "Number of lines to return (default 200, max 1000)"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:74
msgid "Job ID - returns latest log from this job"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:70
msgid "Backup filename (e.g., \"backwpup_1_2024-04-23_10-30-00_ABC123.zip\")"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:66
msgid "Backup ID from backup history (most specific)"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:58
msgid "Retrieves backup log content for troubleshooting. Can get logs by backup ID, filename, or job ID. Use this when users ask to see backup logs or need to diagnose backup failures."
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:56
msgid "Get Backup Logs"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:194
msgid "Backup status (e.g. created, completed, failed)"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:190
msgid "Unix timestamp of when the backup was created"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:186
msgid "Backup file size in bytes"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:182
msgid "Destination where the backup is stored"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:178
msgid "Name of the job that created the backup"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:174
msgid "ID of the job that created the backup"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:164
msgid "List of recent backups"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:160
msgid "Information about the currently running job, if any"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:155
msgid "Current step being executed"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:149
msgid "Progress percentage (0-100)"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:145
msgid "Name of the currently running job"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:135
msgid "Whether a backup job is currently active"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:123
msgid "Maximum number of recent backups to return"
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:112
msgid "Returns recent backup history and whether a backup is currently running. Call this before triggering a new backup to avoid duplicates, and to inform the user of their latest backup status."
msgstr ""

#: src/Abilities/Jobs/GetBackupHistory.php:110
msgid "Get Backup History"
msgstr ""

#. translators: %s: Job name.
#: src/Abilities/Jobs/CancelJob.php:153
msgid "Job \"%s\" has been cancelled successfully."
msgstr ""

#: src/Abilities/Jobs/CancelJob.php:144
#: src/Abilities/Jobs/GetBackupHistory.php:282
#: src/Abilities/Jobs/GetBackupHistory.php:336
#: src/Abilities/Jobs/GetBackupHistory.php:373
#: src/Abilities/Jobs/GetBackupHistory.php:496
#: src/Abilities/Jobs/RunJob.php:371 src/Abilities/Jobs/RunJob.php:380
msgid "Unknown Job"
msgstr ""

#: src/Abilities/Jobs/CancelJob.php:126
msgid "No backup job is currently running. Nothing to cancel."
msgstr ""

#: src/Abilities/Jobs/CancelJob.php:81 src/Abilities/Jobs/RunJob.php:132
msgid "Human-readable status message"
msgstr ""

#: src/Abilities/Jobs/CancelJob.php:77
msgid "Name of the job that was cancelled"
msgstr ""

#: src/Abilities/Jobs/CancelJob.php:73
msgid "Whether the job was successfully cancelled"
msgstr ""

#: src/Abilities/Jobs/CancelJob.php:61
msgid "Cancels a currently running backup job. Use this when a backup is stuck, taking too long, or needs to be stopped before starting a new one. Check backwpup_get_backup_history first to verify a job is running."
msgstr ""

#: src/Abilities/Jobs/CancelJob.php:59
msgid "Cancel Running Backup Job"
msgstr ""

#: views/notice/notice_upgrade_to_pro.php:52
msgid "Upgrade to Pro for one-click restores, more cloud destinations, and priority support."
msgstr ""

#: views/notice/notice_upgrade_to_pro.php:45
msgid "Your backups run automatically, but restoring them manually can be slow."
msgstr ""

#: views/notice/notice_upgrade_to_pro.php:37
msgid "Backup Scheduled!"
msgstr ""

#. Translators: %1$d = number of backup runs.
#: views/notice/notice_debug_log_level.php:12
msgid ""
"Debug logging is currently enabled for BackWPup. This mode is intended for troubleshooting purposes only and should not be left on during normal operation.\n"
"Be aware that log files may contain sensitive information, such as file paths, database details, and server configuration data. Make sure log files are stored securely and deleted once they are no longer needed.\n"
"Debug logging will automatically disable itself after %1$d backup runs. If your issue is resolved, it is recommended to turn it off manually right away."
msgstr ""

#: views/notice/notice_debug_log_level.php:7
msgid "Debug Logging is Active"
msgstr ""

#: src/Backup/FailureReasonResolver.php:113
msgid "server unreachable"
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:358
msgid "Check the job log for details, verify your %s settings, and try again."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:353
msgid "The backup to %s failed with an unknown error."
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:350
#: src/Backup/FailureReasonResolver.php:123
msgid "unknown error"
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:336
msgid "Review the security warning from %s and resolve it before rerunning the backup."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:331
msgid "%s rejected the backup because malware was detected."
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:328
#: src/Backup/FailureReasonResolver.php:119
msgid "malware detected"
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:314
msgid "Review the account status for %s with the provider and rerun the backup after access is restored."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:309
msgid "%s account is disabled or suspended."
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:306
#: src/Backup/FailureReasonResolver.php:117
msgid "account disabled or suspended"
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:292
msgid "Check the network connection to %s and rerun the backup."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:287
msgid "The backup failed because the connection to %s timed out or was interrupted."
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:284
#: src/Backup/FailureReasonResolver.php:115
msgid "network or timeout error"
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:270
msgid "Check the provider status or connection for %s and rerun the backup when the service is available."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:265
msgid "%s is temporarily unavailable."
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:262
msgid "service unavailable"
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:248
msgid "Increase the storage quota or free up space on %s, then rerun the backup."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:243
msgid "%s quota has been exceeded."
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:240
#: src/Backup/FailureReasonResolver.php:111
msgid "quota exceeded"
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:228
msgid "Wait a moment and rerun the backup."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:225
msgid "%s temporarily rejected the backup because too many requests were sent."
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:222
#: src/Backup/FailureReasonResolver.php:109
msgid "rate limited"
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:208
msgid "Reduce the backup size or verify the upload limits for %s, then rerun the backup."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:203
msgid "%s rejected the backup because the file is too large."
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:200
#: src/Backup/FailureReasonResolver.php:107
msgid "file too large"
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:186
msgid "Check the configured path and naming rules for %s, then rerun the backup."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:181
msgid "%s rejected the backup because the path or filename is invalid."
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:178
#: src/Backup/FailureReasonResolver.php:105
msgid "invalid path or name"
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:164
msgid "Check the destination configuration for %s and rerun the backup."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:159
msgid "%s rejected the backup request as invalid."
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:156
#: src/Backup/FailureReasonResolver.php:103
msgid "invalid request"
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:142
msgid "Review the destination path or filename for %s and rerun the backup."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:137
msgid "%s rejected the backup because the target resource is in conflict."
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:134
#: src/Backup/FailureReasonResolver.php:101
msgid "conflict"
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:120
msgid "Check the configured destination path or folder for %s and rerun the backup."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:115
msgid "The target file or folder could not be found on %s."
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:112
#: src/Backup/FailureReasonResolver.php:99
msgid "path not found"
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:98
msgid "Check that the connected account can create folders and upload files to %s, then rerun the backup."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:93
msgid "%s rejected the backup because permissions are insufficient."
msgstr ""

#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:90
#: src/Backup/FailureReasonResolver.php:121
msgid "permission denied"
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:76
msgid "Free up space or increase the storage quota for %s, then rerun the backup."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:71
msgid "%s does not have enough free space for this backup."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:54
msgid "Check the connection settings for %s, reconnect it if needed, and rerun the backup."
msgstr ""

#. translators: %s: storage destination name, e.g. Dropbox, Google Drive, FTP,
#. SFTP.
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:49
msgid "%s authentication failed (credentials rejected)."
msgstr ""

#: parts/sidebar/sugar-sync-parts/root-folder.php:47
msgid "Could not connect to SugarSync. Please re-authenticate."
msgstr ""

#: parts/sidebar/storages.php:75
msgid "Unlock more storage options"
msgstr ""

#: parts/sidebar/settings-logs.php:93
msgid "Because of <code>WP_DEBUG</code> is active, automatic disabling is inactive!"
msgstr ""

#. translators: %1$d: number of backups with debug log active, %2$s: WP_DEBUG
#. is enabled text.
#: parts/sidebar/settings-logs.php:91
msgid "Debug logging provides detailed information for troubleshooting. Use with caution as it may contain sensitive data. It will automatically be disabled after <strong>%1$d</strong> backups. %2$s"
msgstr ""

#: parts/modal/delete-failed-backup.php:37
msgid "This removes the aborted entry from the backup history. Any partial backup file will also be deleted."
msgstr ""

#: parts/modal/delete-failed-backup.php:25
msgid "Delete Aborted Backup Entry"
msgstr ""

#: parts/modal/backup-log.php:156
msgid "Aborted Backup"
msgstr ""

#: parts/alerts/backup-success-nudge.php:34
msgid "Don't risk losing it—store your backup safely in the cloud and restore anytime."
msgstr ""

#: parts/alerts/backup-success-nudge.php:31
msgid "Backup completed successfully!"
msgstr ""

#. translators: %d: HTTP status code.
#: inc/class-page-settings.php:1421
msgid "Unexpected HTTP status code \"%d\" while testing authentication."
msgstr ""

#: inc/class-page-settings.php:1416
msgid "The Basic Auth username or password is incorrect."
msgstr ""

#. translators: %s: Error message.
#: inc/class-page-settings.php:1410
msgid "Error testing authentication: $s"
msgstr ""

#. translators: %s: folder name.
#: inc/class-job.php:2357
msgid "After restrat on folder: %s"
msgstr ""

#. translators: %d: number of runs before debug log mode will be set to normal.
#: inc/class-job.php:1300
msgid "Resetting log level from debug to normal mode after %d more executions."
msgstr ""

#: inc/class-job.php:1294
msgid "Resetting log level from debug to normal mode."
msgstr ""

#. translators: %s: backup file and path.
#: inc/class-job.php:762
msgid "[INFO] Backup file is located at: %s"
msgstr ""

#: inc/class-destination-dropbox.php:328
msgid "Dropbox free space could not be determined from the quota response."
msgstr ""

#. translators: %s: encoded Dropbox 409 error payload.
#: inc/class-destination-dropbox-api.php:1200
msgid "Dropbox API 409 payload: %s"
msgstr ""

#: inc/class-destination-dropbox-api.php:1189
msgid "Dropbox API 409 payload could not be encoded for debug logging."
msgstr ""

#: components/table-row-backups.php:44
msgid "SFTP"
msgstr ""

#: components/table-row-backups-empty.php:10
msgid "Backups created will be listed here."
msgstr ""

#: components/restore/upgrade-banner.php:63 parts/sidebar/storages.php:85
#: views/notice/notice_upgrade_to_pro.php:64
msgid "Upgrade to PRO"
msgstr ""

#: components/restore/upgrade-banner.php:52
msgid "No manual uploads needed."
msgstr ""

#: components/restore/upgrade-banner.php:49
msgid "Restore backups directly with 1 click"
msgstr ""

#: views/notice/wordpress.php:10
msgid "<a href=\"https://backwpup.com/support/?utm_source=backwpup_plugin&utm_medium=plugin&utm_campaign=in_product&utm_content=get_support\" target=\"_blank\">Contact our support team here</a> if any questions remain."
msgstr ""

#: src/Jobs/API/Rest.php:703
msgid "The selected archive format is not available on this server."
msgstr ""

#: src/Admin/Chatbot/Chatbot.php:48 src/Admin/Chatbot/Chatbot.php:64
#: views/chatbot/button.php:12
msgid "Get Help"
msgstr ""

#. translators: %s: archive format (e.g. .zip)
#: parts/sidebar/settings-jobs.php:26
msgid "The default archive format \"%s\" is no longer available on this server. .tar will be used instead."
msgstr ""

#: parts/sidebar/parts/archive-format-selector.php:45
msgid "Only one archive format is available on this server."
msgstr ""

#: parts/modal/backup-log.php:23
msgid "You are not allowed to view logs for this backup."
msgstr ""

#: parts/modal/backup-log.php:17 parts/modal/backup-log.php:156
msgid "Backup Log"
msgstr ""

#: inc/class-page-logs.php:275
msgid "Failed"
msgstr ""

#: inc/class-page-about.php:724 inc/class-page-settings.php:78
#: inc/class-page-settings.php:1244
msgid "https://backwpup.com/?utm_source=backwpup_plugin&utm_medium=plugin&utm_campaign=in_product&utm_content=upgrade_cta_plugin"
msgstr ""

#: inc/class-page-about.php:353 inc/class-page-about.php:388
msgid "https://backwpup.com/?utm_source=backwpup_plugin&utm_medium=plugin&utm_campaign=in_product&utm_content=pro_banner"
msgstr ""

#: inc/class-mysqldump.php:770
msgid "Database connection lost while reading table data."
msgstr ""

#: inc/class-mysqldump.php:342
msgid "Database backup requires a mysqli connection."
msgstr ""

#. translators: 1: Archive format extension, 2: Filter name.
#: inc/class-job.php:471
msgid "Archive format \"%1$s\" is not allowed and was changed to .tar. Use the %2$s filter to control available formats."
msgstr ""

#. translators: %s: WordPress version number.
#: inc/class-admin.php:999
msgid "WordPress version %s"
msgstr ""

#. translators: %s: BackWPup website URL.
#: inc/class-admin.php:954
msgid "<a class=\"backwpup-get-pro\" href=\"%s\" target=\"_blank\">Get BackWPup Pro now.</a>"
msgstr ""

#. translators: 1: archive format (e.g. .zip), 2: job name
#: inc/class-admin.php:198
msgid "The archive format \"%1$s\" configured for job \"%2$s\" is no longer available. .tar will be used instead."
msgstr ""

#. translators: %s: storage label.
#: components/table-row-backups.php:75
msgid "%s backup failed"
msgstr ""

#. translators: 1: storage label. 2: failure reason.
#: components/table-row-backups.php:72
msgid "%1$s backup failed – %2$s"
msgstr ""

#. translators: %d: job id.
#: src/Backups/History/Frontend/API/Rest.php:341
msgid "Unknown job"
msgstr ""

#. translators: %d: job id.
#: src/Backups/History/Frontend/API/Rest.php:341
msgid "Job #%d"
msgstr ""

#: src/Backups/API/Rest.php:502
msgid "Failed to delete backup entry."
msgstr ""

#: src/Backups/API/Rest.php:496
msgid "Invalid failed backup entry."
msgstr ""

#. translators: %s is used for the backup ID
#: src/Backup/Database.php:251
msgid "Backup record with ID %s not found in database, skipping status update."
msgstr ""

#: parts/modal/backup-log.php:203
msgid "Log content is not available for this backup."
msgstr ""

#: parts/modal/backup-log.php:198
msgid "Showing the last 200 lines of the log."
msgstr ""

#: parts/modal/backup-log.php:188
msgid "Log details"
msgstr ""

#: parts/modal/backup-log.php:156
msgid "Failed Backup Details"
msgstr ""

#: parts/modal/delete-failed-backup.php:49
msgid "Delete Entry"
msgstr ""

#: parts/modal/delete-failed-backup.php:38
msgid "This removes the failed entry from the backup history. No backup files will be deleted."
msgstr ""

#: parts/modal/delete-failed-backup.php:25
msgid "Delete Failed Backup Entry"
msgstr ""

#: parts/modal/bulk-delete-backups.php:27
msgid "Delete Backups"
msgstr ""

#: parts/modal/bulk-delete-backups.php:10
msgid "Bulk Delete Backups"
msgstr ""

#: inc/class-jobtypes.php:133
msgid "Files & Database"
msgstr ""

#: inc/class-destination-dropbox.php:535
msgid "You do not have enough space in your Dropbox."
msgstr ""

#: inc/class-destination-dropbox.php:520
msgid "Dropbox API: Upload failed."
msgstr ""

#: components/table-row-backups.php:95 components/table-row-backups.php:283
#: components/table-row-backups.php:321
msgid "View log"
msgstr ""

#: parts/modal/backup-log.php:36 parts/modal/backup-log.php:96
msgid "Backup failed"
msgstr ""

#. translators: %s: failure reason.
#: parts/modal/backup-log.php:99
msgid "Backup failed – %s"
msgstr ""

#: parts/modal/backup-log.php:40
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:46
#: src/Backup/FailureReasonResolver.php:97
msgid "incorrect login"
msgstr ""

#: parts/modal/backup-log.php:39
#: src/Backup/FailureContext/AbstractFailureDisplayDetailsProvider.php:68
#: src/Backup/FailureReasonResolver.php:95
msgid "not enough storage"
msgstr ""

#. translators: 1: line break tag, 2: <strong> opening tag, 3: </strong>
#. closing tag.
#: src/Admin/Notices/LicenseNoticeFactory.php:82
msgid "To unlock Pro features and receive updates, you need to activate your license.%1$s%1$sGo to %2$sBackWPup Pro → Advanced settings → License%3$s, then enter your API Key and Product ID and click Activate.%1$sOnce the details are valid, your license will be activated automatically."
msgstr ""

#: parts/sidebar/select-tables.php:71
msgid "Select All"
msgstr ""

#: inc/class-job.php:1536
msgid "Backup aborted!"
msgstr ""

#: inc/class-destination-dropbox-api.php:1295
msgid "Cannot read file contents."
msgstr ""

#: inc/class-destination-dropbox-api.php:1288
msgid "File system could not be initialized."
msgstr ""

#. translators: %s: File name added to the archive.
#: inc/class-create-archive.php:416
msgid "Cannot read \"%s\" for zip archive!"
msgstr ""

#: views/restore/steps/step2_top.php:65
msgid "Note: Available strategies depend on the archive contents. If the backup contains only a database dump, you can only restore the database. If it contains only files, you can only restore files."
msgstr ""

#: views/restore/steps/step2_top.php:52
msgid "Restores only the files from the backup. The database will not be restored."
msgstr ""

#: views/restore/steps/step2_top.php:43
msgid "Restores only the database dump. No files will be restored."
msgstr ""

#: views/restore/steps/step2_top.php:29
msgid "Restores everything from the backup: database and files (typically from <code>wp-content/</code>)."
msgstr ""

#: views/restore/steps/step2_top.php:20
msgid "Select how you want to restore this backup. Available options depend on what is included in the archive."
msgstr ""

#: views/restore/steps/step2_action.php:54 views/restore/steps/step2_top.php:49
msgid "Files Only"
msgstr ""

#: views/rating/rating.php:50
msgid "Remind me later"
msgstr ""

#: views/rating/rating.php:47
msgid "Leave a review"
msgstr ""

#: views/rating/rating.php:32
msgid "Dismiss this notice."
msgstr ""

#. translators: 1: error code, 2: error message.
#: src/Infrastructure/Restore/WpdbDatabaseType.php:58
msgid "Cannot connect to MySQL database %1$d: %2$s"
msgstr ""

#. translators: %s is the name of the service that doesn't exist in the
#. container.
#: src/Infrastructure/Restore/commons.php:284
msgid "Invalid data request for container. %s doesn't exist in the container"
msgstr ""

#: src/Admin/Rating/RatingNoticeMessageProvider.php:46
msgid "We hope BackWPup has been a valuable tool in managing your WordPress backups. If you've found our plugin helpful, please take a moment to leave a review. Your feedback helps us improve and serve you better!"
msgstr ""

#: src/Admin/Rating/RatingNoticeMessageProvider.php:45
msgid "Thank You for Using BackWPup!"
msgstr ""

#: src/Admin/Rating/RatingNoticeMessageProvider.php:39
msgid ""
"We have saved your first backup automatically as scheduled ✅\n"
"\n"
"We hope BackWPup has been a valuable tool in managing your WordPress backups. If you've found our plugin helpful, please take a moment to leave a review. Your feedback helps us improve and serve you better!"
msgstr ""

#: src/Admin/Rating/RatingNoticeMessageProvider.php:38
msgid "Congratulations!"
msgstr ""

#: src/Admin/Rating/RatingNoticeMessageProvider.php:33
msgid ""
"💡 Tips: You can create additional backups and store them in different locations for extra safety.\n"
"\n"
"If BackWPup is helping you protect your website, we'd really appreciate a quick review on WordPress.org"
msgstr ""

#. translators: %1$s: opening a tag, %2$s: closing a tag.
#: src/Admin/Rating/RatingNoticeMessageProvider.php:29
msgid "%1$sAll set!%2$s Automatic backups are now saved and scheduled for your website. ✅"
msgstr ""

#. translators: 1: <a> opening tag, 2: </a> closing tag.
#: src/Admin/Notices/LicenseNoticeFactory.php:152
msgid "%1$sRenew your subscription%2$s to continue receiving updates and Pro features."
msgstr ""

#. translators: 1: line break tag, 2: <a> opening tag (Manage licenses /
#. upgrade button), 3: </a> closing tag.
#: src/Admin/Notices/LicenseNoticeFactory.php:119
msgid "You’ve reached the maximum number of websites allowed for your current plan.%1$sTo activate this site, please deactivate a license on another site or upgrade your plan.%1$s%1$s%2$sManage licenses or upgrade plan%3$s"
msgstr ""

#. translators: 1: <strong> opening tag, 2: </strong> closing tag.
#: src/Admin/Notices/LicenseNoticeFactory.php:113
msgid "⚠️ %1$sAll allowed WordPress installations are in use%2$s"
msgstr ""

#. translators: 1: line break tag, 2: opening <button> tag for "Advanced
#. settings", 3: closing </button> tag.
#: src/Admin/Notices/LicenseNoticeFactory.php:72
msgid "To unlock Pro features and receive updates, you need to activate your license.%1$s%1$sGo to %2$sAdvanced settings%3$s → License, then enter your API Key and Product ID and click Activate.%1$sOnce the details are valid, your license will be activated automatically."
msgstr ""

#. translators: 1: <strong> opening tag, 2: </strong> closing tag.
#: src/Admin/Notices/LicenseNoticeFactory.php:94
msgid "⚠️ %1$sYour BackWPup Pro license is not activated%2$s"
msgstr ""

#: parts/sidebar/storage-FTP.php:163
msgid ""
"This can be a local private key file like:<br /> <code>~/.ssh/id_rsa</code><br /> <br />or private key content like:<br /><code>\n"
"-----BEGIN RSA PRIVATE KEY-----\n"
" ABCDefgHIJ...\n"
" -----END RSA PRIVATE KEY-----\n"
"</code>"
msgstr ""

#: parts/sidebar/storage-FTP.php:158
msgid "Private SSH key"
msgstr ""

#: parts/sidebar/storage-FTP.php:99
msgid "FTPS is only available if your servers PHP is build with OpenSSL. SFTP connections requires BackWPup Pro."
msgstr ""

#: parts/sidebar/storage-FTP.php:95
msgid "Server type"
msgstr ""

#: parts/sidebar/storage-FTP.php:88
msgid "SFTP (SSH Key)"
msgstr ""

#: parts/sidebar/storage-FTP.php:87
msgid "SFTP (Password)"
msgstr ""

#: parts/sidebar/storage-FTP.php:84
msgid "FTPS (Explicit SSL-FTP)"
msgstr ""

#: parts/sidebar/storage-FTP.php:81
msgid "FTP (unencrypted)"
msgstr ""

#: parts/restore/complete.php:12
msgid "Restore backup from: March 11, 2024 11:03"
msgstr ""

#. translators: %s = template path.
#: inc/functions.php:35
msgid "Cannot locate the template %s in template function."
msgstr ""

#. translators: %s = file path.
#: inc/functions.php:22
msgid "Invalid or malformed file path %s: for template function."
msgstr ""

#: inc/class-page-editjob.php:530
msgid "Note:"
msgstr ""

#: inc/class-page-about.php:717
msgid "Automatic updates"
msgstr ""

#: inc/class-page-about.php:712
msgid "Premium support"
msgstr ""

#. translators: %s: database identifier.
#: inc/class-mysqldump.php:1090
msgid "Invalid database identifier \"%s\"."
msgstr ""

#. translators: %s: table name.
#: inc/class-mysqldump.php:1069
msgid "Invalid table name \"%s\"."
msgstr ""

#: inc/class-mysqldump.php:329
#: src/Infrastructure/Restore/WpdbDatabaseType.php:52
msgid "Unknown database error"
msgstr ""

#. translators: 1: XML error code. 2: XML error message.
#: inc/class-jobtype-wpexp.php:559
msgid "XML ERROR (%1$s): %2$s"
msgstr ""

#: inc/class-job.php:979
msgid "Cannot initialize WP Filesystem. Job will be aborted."
msgstr ""

#: inc/class-encryption.php:208
msgid "Given string was encrypted using a custom key but 'BACKWPUP_ENC_KEY' constant is not defined anymore."
msgstr ""

#. Translators: %s is the name of the encryption algorithm that is not
#. supported in the current system.
#: inc/class-encryption.php:155
msgid "Give string was encrypted using %s but it is not currently supported in this system."
msgstr ""

#: inc/class-destination-sugarsync-api.php:219
msgid "Failed to create SugarSync account."
msgstr ""

#. translators: %1$s: HTTP status code, %2$s: HTTP response message.
#: inc/class-destination-sugarsync-api.php:133
msgid "SugarSync error: (%1$s) %2$s"
msgstr ""

#. translators: %1$s: HTTP response error message.
#: inc/class-destination-sugarsync-api.php:113
msgid "SugarSync error: %1$s"
msgstr ""

#. translators: %s: FTP error message.
#: inc/class-destination-ftp.php:320
msgid "FTP server error: %s"
msgstr ""

#: inc/class-destination-ftp.php:226
msgid "Backup not correctly transferred to FTP server! Filesize not match."
msgstr ""

#: inc/class-destination-ftp.php:207
msgid "Looks like the FTP Server do not support upload files in chunks. Try to upload it at once without restarts."
msgstr ""

#: inc/class-destination-ftp-type-ftp.php:535
msgid "FTP server response: Failed to download file."
msgstr ""

#: inc/class-destination-ftp-type-ftp.php:326
msgid "FTP server response: Failed to upload file."
msgstr ""

#. translators: %1$s: FTP server host, %2$d: FTP server port.
#: inc/class-destination-ftp-type-ftp.php:135
msgid "Cannot connect to %1$s:%2$d"
msgstr ""

#. translators: %1$s: FTP server host, %2$d: FTP server port.
#: inc/class-destination-ftp-type-ftp.php:126
msgid "Connected to FTP server: %1$s:%2$d"
msgstr ""

#. translators: %s = File name.
#: inc/class-destination-dropbox-api.php:183
#: inc/class-destination-dropbox-api.php:219
msgid "Error: File \"%s\" is not readable or doesn't exist."
msgstr ""

#: inc/class-destination-dropbox-api.php:127
msgid "No App key or App Secret specified."
msgstr ""

#. translators: %s = Destination class name.
#: inc/class-destination-downloader-factory.php:44
msgid "No way to instantiate class %s. Class doesn't exist."
msgstr ""

#: inc/class-admin.php:768 inc/class-admin.php:769
msgid "Restore backup"
msgstr ""

#: components/table-row-backups.php:85
msgid "Link"
msgstr ""

#. Translators: %1$s = opening tag, %2$s = closing tag.
#: components/onboarding/step2.php:17
msgid "When to automatically create your backup? %1$s*%2$s"
msgstr ""

#: src/Admin/Chatbot/ChatbotSubscriber.php:94
msgid "Chatbot URL not configured yet."
msgstr ""

#: src/Admin/Chatbot/API/ChatbotRest.php:150
msgid "Context not found or expired."
msgstr ""

#. translators: %s = site option name.
#: src/Jobs/API/Rest.php:810
msgid "Invalid data format for site option \"%s\"."
msgstr ""

#. translators: %s = site option name.
#: src/Jobs/API/Rest.php:806
msgid "Update of site option with name is \"%s\" not allowed!"
msgstr ""

#: src/StorageProviders/Rackspace/RackspaceProvider.php:262
msgid "Rackspace not initialized. Please check your region and credentials."
msgstr ""

#. translators: 1: region
#: src/StorageProviders/Rackspace/RackspaceProvider.php:246
msgid "Cloud Files endpoint not found for region \"%s\". Please check your region setting."
msgstr ""

#. translators: 1: <strong> opening tag, 2: </strong> closing tag.
#: src/Admin/Notices/LicenseNoticeFactory.php:146
msgid "⚠️ %1$sYour BackWPup Pro Plan Has Expired%2$s"
msgstr ""

#: src/Admin/Notices/LicenseNoticeFactory.php:63
msgid "Your payment method is outdated. Update it to restore your Pro features."
msgstr ""

#. translators: 1: <strong> opening tag, 2: link opening tag, 3: link closing
#. tag, 4: </strong> closing tag.
#: src/Admin/Notices/LicenseNoticeFactory.php:57
msgid "⚠️ %1$sAction Required – %2$sUpdate Your Payment Method%3$s%4$s"
msgstr ""

#: src/Admin/Frontend/Subscriber.php:101
msgid "Security check failed."
msgstr ""

#: src/Admin/Beacon/Beacon.php:69
msgid "Contact BackWPup support"
msgstr ""

#: src/Admin/Beacon/Beacon.php:61 src/Admin/Beacon/Beacon.php:65
msgid "Manage your BackWPup license"
msgstr ""

#: parts/sidebar/storage-DROPBOX.php:95 parts/sidebar/storage-FOLDER.php:82
#: parts/sidebar/storage-FTP.php:262 parts/sidebar/storage-MSAZURE.php:164
#: parts/sidebar/storage-RSC.php:212 parts/sidebar/storage-S3.php:356
#: parts/sidebar/storage-SUGARSYNC.php:83
msgid "Limits the number of stored backups. When exceeded, the oldest backup is removed. Setting this to 0 keeps unlimited backups and may increase storage usage."
msgstr ""

#. translators: %s: Job name.
#: src/Backups/API/Rest.php:323
msgid "Job \"%s\" executed."
msgstr ""

#: src/Backups/API/Rest.php:300
msgid "The backup process could not be started! Please try to contact our support."
msgstr ""

#: src/Backups/API/Rest.php:287
msgid "WP-Cron does not seem to be working properly, because it has not run in the last hour. Please check your server settings."
msgstr ""

#. translators: %s: Job name.
#: src/Abilities/Jobs/RunJob.php:319 src/Backups/API/Rest.php:274
msgid "No backup destination available for \"%s\" or properly configured!"
msgstr ""

#: parts/sidebar/frequency.php:196
msgid "Use the link above to trigger this backup. The link stays the same even if you change the frequency and switch back to “Triggered by link.”"
msgstr ""

#: inc/class-s3-destination.php:218
msgid "Custom"
msgstr ""

#: inc/class-job.php:2081
msgid "Run aborted because no PID given!"
msgstr ""

#: inc/class-job.php:2072
msgid "Backup can't be started because it is not created!"
msgstr ""

#: inc/class-job.php:243
msgid "Can`t write a file to temporary folder"
msgstr ""

#. translators: %s = job id.
#: inc/class-job.php:222
msgid "Job with ID %s not exists"
msgstr ""

#. translators: %s: logfile name.
#: src/Cli/Helpers/CommandsLogHelpersTrait.php:171
msgid "Failed to read the logfile %s."
msgstr ""

#. translators: %s: logfile name.
#: src/Cli/Helpers/CommandsLogHelpersTrait.php:164
msgid "Logfile %s not found or unreadable."
msgstr ""

#. translators: %s: number of errors.
#: src/Cli/Commands/Status.php:132
msgid "Errors: %s"
msgstr ""

#. translators: %s: number of warnings.
#: src/Cli/Commands/Status.php:124
msgid "Warnings: %s"
msgstr ""

#: src/Cli/Commands/Status.php:108
msgid "Job finished."
msgstr ""

#: src/Cli/Commands/Status.php:105
msgid "Job finished with warnings."
msgstr ""

#: src/Cli/Commands/Status.php:101
msgid "Job finished with errors!"
msgstr ""

#: src/Cli/Commands/Status.php:72
msgid "Progress:"
msgstr ""

#. translators: %s: Job logfile.
#: src/Cli/Commands/Status.php:70
msgid "Logfile: %s"
msgstr ""

#. translators: %s: Job name.
#: src/Cli/Commands/Status.php:68
msgid "Job name: %s"
msgstr ""

#: src/Cli/Commands/Status.php:64
msgid "Current running job information:"
msgstr ""

#: src/Cli/Commands/Run.php:199
msgid "Job runs successfully."
msgstr ""

#. translators: %d: number of errors.
#: src/Cli/Commands/Run.php:190
msgid "There are %d errors due to job execution please chack the logs!"
msgstr ""

#. translators: %d: number of warnings.
#: src/Cli/Commands/Run.php:184
msgid "There are %d wearings due to job execution please chack the logs."
msgstr ""

#. translators: %s: job name.
#: src/Cli/Commands/Run.php:146
msgid "Job \"%s\" runs now in background."
msgstr ""

#. translators: %s: job name.
#: src/Cli/Commands/Run.php:142
msgid "Error on stating background job \"%s\"!"
msgstr ""

#: src/Cli/Commands/Run.php:126
msgid "Background job run not works with more than one job_id!"
msgstr ""

#: src/Cli/Commands/Run.php:120
msgid "No job ID(s) or pram specified!"
msgstr ""

#: src/Cli/Commands/LogShow.php:151
msgid "Please provide <file>, --file=<file>, or --job_id=<id>."
msgstr ""

#: src/Cli/Commands/LogShow.php:145
msgid "No logs found for the given job_id."
msgstr ""

#: src/Cli/Commands/LogShow.php:133
msgid "No logs found."
msgstr ""

#. translators: %s: file name.
#: src/Cli/Commands/LogDelete.php:240
msgid "Could not delete logfile %s."
msgstr ""

#. translators: %s: file name.
#: src/Cli/Commands/LogDelete.php:235
msgid "Logfile %s Deleted."
msgstr ""

#. translators: %s: file name.
#: src/Cli/Commands/LogDelete.php:227
msgid "Logfile %s is not writable. Check permissions!"
msgstr ""

#. translators: %s: file name.
#: src/Cli/Commands/LogDelete.php:221
msgid "Logfile %s Not found or not a File."
msgstr ""

#. translators: %d = number of logfiles.
#: src/Cli/Commands/LogDelete.php:177
msgid "%d logfile(s) deleted."
msgstr ""

#. translators: %s: Backup file name. %s: Storage name.
#: src/Cli/Commands/LogDelete.php:166
msgid "Delete %d logfile(s) ?"
msgstr ""

#: src/Cli/Commands/LogDelete.php:160
msgid "No logs match the criteria."
msgstr ""

#: src/Cli/Commands/LogDelete.php:155
msgid "Provide <file>/--file, or --older-than, or --all."
msgstr ""

#: src/Cli/Commands/LogDelete.php:145
msgid "Invalid --older-than value."
msgstr ""

#: src/Cli/Commands/LogDelete.php:134
msgid "No logfiles found."
msgstr ""

#: src/Cli/Commands/LogDelete.php:127
msgid "No logfile deleted."
msgstr ""

#: src/Cli/Commands/LogDelete.php:127
msgid "1 logfile deleted."
msgstr ""

#. translators: %s: Backup file name. %s: Storage name.
#: src/Cli/Commands/LogDelete.php:124
msgid "Delete logfile %1$s ?"
msgstr ""

#: src/Cli/Commands/LogDelete.php:116
msgid "Ignoring --older-than because a <file> argument was provided."
msgstr ""

#: src/Cli/Commands/LogDelete.php:113
msgid "Ignoring --all because a <file> argument was provided."
msgstr ""

#: src/Cli/Commands/JobActivate.php:135
msgid "No jobs found!"
msgstr ""

#. translators: %1$d: Job ID. %2$s: Active type.
#: src/Cli/Commands/JobActivate.php:131
msgid "Job with ID %1$d changed to active type %2$s"
msgstr ""

#. translators: %1$d: Job ID.
#: src/Cli/Commands/JobActivate.php:127
msgid "Job with ID %1$d deactivated"
msgstr ""

#: src/Cli/Commands/BackupDownload.php:190
msgid "Backup file downloaded successfully."
msgstr ""

#. translators: %s: storage name
#: src/Cli/Commands/BackupDownload.php:186
msgid "The download for %s is currently not supported by BackWPup. Please download the file directly there!"
msgstr ""

#. translators: %s: storage name
#: src/Cli/Commands/BackupDownload.php:175
msgid "Start download from %1$s to %2$s."
msgstr ""

#. translators: %s: Backup file name.
#: src/Cli/Commands/BackupDownload.php:170
msgid "File %s already exists. Overwrite it?"
msgstr ""

#. translators: %s: Directory path.
#: src/Cli/Commands/BackupDownload.php:162
msgid "Could not create directory %s."
msgstr ""

#. translators: %s: Storage name.
#: src/Cli/Commands/BackupDownload.php:139
msgid "Backup file not found in storage %s."
msgstr ""

#. translators: %s: Backup file name.
#: src/Cli/Commands/BackupDelete.php:127
msgid "No Backup file %s found for deletion."
msgstr ""

#. translators: %1$s: Backup file name, %2$s: Storage name.
#: src/Cli/Commands/BackupDelete.php:120
msgid "Backup file %1$s deleted successfully on %2$s."
msgstr ""

#. translators: %s: Backup file name. %s: Storage name.
#: src/Cli/Commands/BackupDelete.php:105
msgid "Delete Backup file %1$s on %2$s ?"
msgstr ""

#. translators: %1$s: link tag to backwpup.com, %2$s: closing link tag, %3$s:
#. link tag to wp-cli.org.
#: parts/sidebar/frequency.php:210
msgid "Use %1$sWP-CLI%2$s to run backups from the command line."
msgstr ""

#: parts/sidebar/frequency.php:205
msgid "Start Backups with CLI:"
msgstr ""

#: parts/sidebar/frequency.php:63
msgid "Triggered by link"
msgstr ""

#. translators: %s = job name.
#: inc/class-job.php:369
msgid "Start of job \"%s\" forbidden!"
msgstr ""

#. translators: %s: backup file path.
#: inc/class-destination-folder.php:78
msgid "Could not delete backup archive \"%s\", check permissions!"
msgstr ""

#. translators: %s: error message
#: inc/class-destination-downloader.php:222
msgid "Backup file download error: %s."
msgstr ""

#. translators: %s: file name
#: inc/class-destination-downloader.php:202
msgid "Download %s:"
msgstr ""

#. Translators: %1$s = opening tag, %2$s = closing tag.
#: views/notice/notice_missing_curl.php:12
msgid "PHP cURL functions are missing in your installation. Not all features of BackWPup will work without them. Please %1$scontact support%2$s for assistance."
msgstr ""

#: views/notice/notice_missing_curl.php:6
msgid "cURL functions are missing"
msgstr ""

#. translators: %s: date.
#: src/Hosting/Kinsta.php:185 src/Hosting/Kinsta.php:231
msgid "Kinsta limit reached: only one file backup every 7 days. Next available: %s"
msgstr ""

#. translators: %s: date.
#: src/Hosting/Kinsta.php:182 src/Hosting/Kinsta.php:228
msgid "Kinsta limit reached: only one database backup every 7 days. Next available: %s"
msgstr ""

#. translators: %s: date.
#: src/Hosting/Kinsta.php:179 src/Hosting/Kinsta.php:225
msgid "Kinsta limit reached: one full site backup every 30 days. Next available: %s"
msgstr ""

#: inc/class-page-settings.php:280
msgid "Yes"
msgstr ""

#: inc/class-page-settings.php:282
msgid "No"
msgstr ""

#: inc/class-page-settings.php:279
msgid "WP Cron is working"
msgstr ""

#: inc/class-admin.php:301
msgid "Debug Information"
msgstr ""

#. translators: %s: file name.
#: src/StorageProviders/Rackspace/RackspaceProvider.php:851
msgid "Could not get file %s from Rackspace"
msgstr ""

#. translators: 1: error message
#: src/StorageProviders/Rackspace/RackspaceProvider.php:789
msgid "Delete failed with status: %1$s"
msgstr ""

#. translators: 1: error message
#: src/StorageProviders/Rackspace/RackspaceProvider.php:782
msgid "Delete failed: %1$s"
msgstr ""

#. translators: 1: error message
#: src/StorageProviders/Rackspace/RackspaceProvider.php:752
msgid "Container creation failed: %1$s"
msgstr ""

#. translators: 1: error message
#: src/StorageProviders/Rackspace/RackspaceProvider.php:745
msgid "Can't create  container: %1$s"
msgstr ""

#. translators: 1: error message
#: src/StorageProviders/Rackspace/RackspaceProvider.php:687
msgid "Failed to get object list: %1$s"
msgstr ""

#. translators: %s: status, %s response body.
#: src/StorageProviders/Rackspace/RackspaceProvider.php:639
msgid "Upload failed with status %1$s. Response: %2$s"
msgstr ""

#. translators: %s: error message from the response
#: src/StorageProviders/Rackspace/RackspaceProvider.php:630
msgid "Chunk upload failed: %s "
msgstr ""

#. translators: %s: error response.
#: src/StorageProviders/Rackspace/RackspaceProvider.php:597
msgid "Failed to delete segment: %s "
msgstr ""

#. translators: %s: status, %s response body.
#: src/StorageProviders/Rackspace/RackspaceProvider.php:566
msgid "Manifest creation failed with status %1$s. Response: %2$s"
msgstr ""

#. translators: %s: error message from the response
#: src/StorageProviders/Rackspace/RackspaceProvider.php:557
msgid "Manifest creation failed: %s "
msgstr ""

#. translators: %s: error message from the exception
#: src/StorageProviders/Rackspace/RackspaceProvider.php:521
msgid "%s during larger file upload"
msgstr ""

#. translators: %s: error message from the response
#: src/StorageProviders/Rackspace/RackspaceProvider.php:481
msgid "Cannot open file for reading: %s"
msgstr ""

#. translators: 1: error code, 2: error message
#: src/StorageProviders/Rackspace/RackspaceProvider.php:454
msgid "Error uploading file to Cloud Files. Code: %1$s message: %2$s"
msgstr ""

#. translators: 1: error code, 2: error message
#: src/StorageProviders/Rackspace/RackspaceProvider.php:287
msgid "Failed to get containers: %1$s"
msgstr ""

#. translators: %1s: response code %1$s error message from the response
#: src/StorageProviders/Rackspace/RackspaceProvider.php:206
msgid "Authentication failed with HTTP %1$s %2$s "
msgstr ""

#. translators: %s: error message from the response
#: src/StorageProviders/Rackspace/RackspaceProvider.php:197
msgid "Authentication request failed: %s "
msgstr ""

#: parts/sidebar/parts/include-in-backup.php:12
msgid "Add folders, files or extensions you want to include"
msgstr ""

#: inc/class-page-jobs.php:1109
msgid "Security check failed. Please refresh the page and try again."
msgstr ""

#: inc/class-page-jobs.php:1094
msgid "You do not have sufficient permissions to access this function."
msgstr ""

#: inc/class-destination-rsc-downloader.php:100
msgid "Download failed."
msgstr ""

#: inc/class-destination-rsc-downloader.php:91
msgid "Could not read chunk data. Empty response."
msgstr ""

#: inc/class-destination-rsc-downloader.php:84
msgid "Chunk download failed with status: "
msgstr ""

#: inc/class-destination-rsc-downloader.php:79
msgid "Chunk download failed: "
msgstr ""

#. translators: %1$s: opening a tag, %2$s: closing a tag.
#: src/Admin/Notices/Notices.php:110
msgid "You can now set the archive format and name for each backup for better flexibility and more control. We've also added opt-in beta release among other improvements. Check out our %1$sblog post%2$s to learn more and see what’s coming next for BackWPup!"
msgstr ""

#: src/Jobs/API/Rest.php:711
msgid "The archive name must be shorter then 200 chars."
msgstr ""

#: src/Jobs/API/Rest.php:707
msgid "The hash must be defined in archive name."
msgstr ""

#: src/Jobs/API/Rest.php:699
msgid "Invalid parameter(s): archiveformat"
msgstr ""

#: src/Jobs/API/Rest.php:695
msgid "Invalid parameter(s): job_id"
msgstr ""

#: src/Beta/Subscriber.php:114
msgid "This update is a beta version."
msgstr ""

#: parts/sidebar/settings-jobs.php:159
msgid "With this option, you will receive beta updates of the BackWPUp plugin. Beta versions might be unstable and their use is discouraged on production websites."
msgstr ""

#: parts/sidebar/settings-jobs.php:158
msgid "Receive beta updates"
msgstr ""

#: parts/sidebar/settings-jobs.php:95
msgid "Default Archive format"
msgstr ""

#: parts/sidebar/parts/archive-format-selector.php:58
msgid "ZIP format may increase server load (higher CUP & RAM usage) during backup."
msgstr ""

#: parts/sidebar/parts/archive-format-selector.php:16
msgid "ZIP (.zip)"
msgstr ""

#: parts/sidebar/parts/archive-format-selector.php:15
msgid "TAR GZIP (.tar.gz)"
msgstr ""

#: parts/sidebar/parts/archive-format-selector.php:14
msgid "TAR (.tar)"
msgstr ""

#: parts/sidebar/format.php:94
msgid "What do these placeholders mean?"
msgstr ""

#: parts/sidebar/format.php:88
msgid "Archive name preview:"
msgstr ""

#. translators: %hash%: Archive name hash placeholder.
#: parts/sidebar/format.php:54
msgid "In order for backup history to work, %hash% must be included anywhere in the archive name."
msgstr ""

#: parts/sidebar/format.php:15
msgid "Job Format Settings"
msgstr ""

#: components/job-item.php:227
msgid "Format"
msgstr ""

#: parts/sidebar/select-files.php:53
msgid "Include in backup"
msgstr ""

#. translators: %s: Directory path.
#: inc/class-jobtype-file.php:425
msgid "\"%s\" is not a folder and will be ignored"
msgstr ""

#. translators: %s: Directory path.
#: inc/class-jobtype-file.php:421
msgid "Added \"%s\" folder to backup"
msgstr ""

#: views/notice/notice_tracking_opt_in.php:6
msgid "Help Us Improve BackWPup!"
msgstr ""

#: src/Tracking/Tracking.php:348
msgid "Missing opt-in value"
msgstr ""

#. translators: %1$s = strong opening tag, %2$s = strong closing tag.
#: src/Tracking/Notices.php:95
msgid "📈 %1$sHelp Us Improve BackWPup! %2$s"
msgstr ""

#: src/Tracking/Notices.php:85 views/notice/notice_tracking_opt_in.php:19
msgid "You can change this setting at any time in the plugin settings."
msgstr ""

#: src/Tracking/Notices.php:84 views/notice/notice_tracking_opt_in.php:17
msgid "No, thanks."
msgstr ""

#: src/Tracking/Notices.php:83 views/notice/notice_tracking_opt_in.php:16
msgid "Yes, help improve BackWPup!"
msgstr ""

#: src/Tracking/Notices.php:82 views/notice/notice_tracking_opt_in.php:13
msgid "Why: To understand what works, fix bugs faster, and prioritize new features."
msgstr ""

#: src/Tracking/Notices.php:81 views/notice/notice_tracking_opt_in.php:12
msgid "What we track: Only features usage, onboarding, errors, & environment info."
msgstr ""

#: src/Tracking/Notices.php:80 views/notice/notice_tracking_opt_in.php:9
msgid "Can we collect anonymous data to make BackWPup better?"
msgstr ""

#. translators: %1$s = strong opening tag, %2$s = strong closing tag.
#: src/Admin/Notices/Notices.php:121
msgid "📣 %1$sBackWPup 5.5 is here! %2$s"
msgstr ""

#. translators: 1: Opening anchor tag. 2: Closing anchor tag.
#: parts/sidebar/settings-jobs.php:144
msgid "By checking this box, I agree to share anonymous usage data with the BackWPup development team to help improve the plugin. %1$sWhat info will we collect?%2$s"
msgstr ""

#: parts/sidebar/settings-jobs.php:141
msgid "BackWPUp analytics"
msgstr ""

#: inc/functions.php:273
msgid "Dismiss this notice"
msgstr ""

#. Translators: %1$s = opening tag, %2$s = closing tag.
#: views/notice/notice_data_corrupted.php:12
msgid "Plugin update was successful, but we ran into an unexpected issue with one of your backup data. For assistance or to ensure everything is working as expected, %1$sreach out to support%2$s."
msgstr ""

#: views/notice/notice_data_corrupted.php:6
msgid "Your data is corrupted"
msgstr ""

#: src/Admin/Beacon/Beacon.php:57
msgid "BackWPup 5.5 is here!"
msgstr ""

#: src/StorageProviders/OneDrive/Subscriber.php:46
msgid "Job ID was not provided"
msgstr ""

#. translators: %s: error message.
#: src/StorageProviders/GDrive/Subscriber.php:88
msgid "GDrive API: %s"
msgstr ""

#: src/StorageProviders/GDrive/Subscriber.php:82
msgid "GDrive: No refresh token received. Try to Authenticate again!"
msgstr ""

#: src/StorageProviders/GDrive/Subscriber.php:74
msgid "GDrive: Authenticated."
msgstr ""

#: src/Jobs/API/Rest.php:412
msgid "First job not found"
msgstr ""

#: parts/sidebar/settings-data-type.php:38
msgid "You can choose what to save in your backup"
msgstr ""

#: parts/sidebar/settings-data-type.php:19
msgid "Data Settings"
msgstr ""

#: components/job-item.php:92
msgid "Edit title"
msgstr ""

#: components/job-item.php:33
msgid "Disable"
msgstr ""

#: components/job-item.php:17
msgid "Enable"
msgstr ""

#: views/notice/notice_5_2_2.php:10
msgid "You can now deselect the default Website Server as a storage destination. We’ve fixed Google Drive & Dropbox storage issues, the sidebar not clickable error, and reduced plugin size, among other improvements for a stable BackWPup experience."
msgstr ""

#: views/notice/notice_5_2_2.php:6
msgid "BackWPup 5.2.2 is here!"
msgstr ""

#: src/StorageProviders/API/Rest.php:351
msgid "At least one storage is required for a job to run"
msgstr ""

#: src/StorageProviders/API/Rest.php:330
msgid "Job id not set"
msgstr ""

#: src/StorageProviders/API/Rest.php:326
msgid "Storage not found"
msgstr ""

#: src/StorageProviders/API/Rest.php:320
msgid "Storage not set"
msgstr ""

#. translators: %s is the error message.
#: inc/class-destination-dropbox.php:113
msgid "Failed to revoke Dropbox token: %s"
msgstr ""

#: components/data-settings/buttons.php:47 components/storage-item.php:60
msgid "Configure"
msgstr ""

#. Translators: %1$s = opening tag, %2$s = closing tag.
#: views/notice/notice_5_2.php:12
msgid ""
"We’ve listened to your feedback and are happy to announce that this new version brings back the option to pick the exact day for monthly backups, \n"
"\t\t\tas well as a “Backup Now” button for each scheduled job—among other improvements. Check out our %1$sblog post%2$s to learn more."
msgstr ""

#: views/notice/notice_5_2.php:6
msgid "BackWPup 5.2 is here!"
msgstr ""

#: parts/modal/backup-job.php:31
msgid "Your backup will be created using the data and the storage location you selected for your scheduled backup."
msgstr ""

#: parts/modal/backup-job.php:20
msgid "Backup now: "
msgstr ""

#: components/job-item.php:156
msgid "Backup now"
msgstr ""

#. Translators: %1$s = <br>, %2$s = <a>, %3$s = </a>, %4$s = <a>, %5$s = </a>.
#: views/notice/legacy_disabled_tasks.php:12
msgid ""
"Following an issue identified in the BackWPup 5.1 update, backup jobs created before version 5 are currently not running. To assist you in reactivating these jobs, we are providing two options:%1$s%1$s\n"
"\n"
"\t\t\t%6$sOption 1%7$s: %2$sClick this link%3$s to see your disabled backup jobs. Select the jobs you wish to reactivate and then use the Bulk Actions menu to choose either \"Activate with CRON\" or \"Activate with Link.\"%1$s%1$s\n"
"\n"
"\t\t\t%6$sOption 2%7$s: For advanced users, we offer a command to update backups using WP CLI. For more information, please refer to our %4$sdocumentation%5$s."
msgstr ""

#: views/notice/legacy_disabled_tasks.php:6
msgid "BackWPup - Restore Your Legacy Jobs"
msgstr ""

#: src/Admin/Settings/Subscriber.php:36
msgid "Activate with Link"
msgstr ""

#: src/Admin/Settings/Subscriber.php:35
msgid "Activate with CRON"
msgstr ""

#: parts/sidebar/settings-jobs.php:169
msgid "Access to Legacy Jobs"
msgstr ""

#: inc/class-page-jobs.php:1318
msgid "Filter"
msgstr ""

#: inc/class-page-jobs.php:1314
msgid "Disabled"
msgstr ""

#: inc/class-page-jobs.php:1312
msgid "All Statuses"
msgstr ""

#: inc/class-page-jobs.php:1309
msgid "Filter by Status"
msgstr ""

#. translators: %s: plugin name.
#: inc/class-page-jobs.php:888
msgid "%s &rsaquo; Legacy Jobs"
msgstr ""

#: inc/class-page-jobs.php:202
msgid "No Legacy Jobs."
msgstr ""

#. translators: 1: Cron schedule. 2: Next scheduled run.
#: inc/class-job.php:654
msgid "[INFO] Cron: %1$s; Next: %2$s "
msgstr ""

#: inc/class-admin.php:561 inc/class-admin.php:562
msgid "Legacy Jobs"
msgstr ""

#. translators: %1$s and %2$s are the opening and closing <a> tags,
#. respectively.
#: views/restore/steps/step3_top.php:14
msgid "Having trouble getting your database connection settings? %1$sGo to documentation%2$s to get more information."
msgstr ""

#: views/restore/steps/step3_top.php:9
msgid "The backup will be restored in the database of your choice. Proceed with caution as it will overwrite all information within the database. We provide you a way to test the database connection beforehand."
msgstr ""

#: parts/sidebar/frequency.php:13
msgid "Job Scheduled Settings"
msgstr ""

#: parts/sidebar/edit-title.php:30
msgid "Your scheduled backup needs a title."
msgstr ""

#: parts/sidebar/edit-title.php:19
msgid "Edit the title of your scheduled backup"
msgstr ""

#: parts/sidebar/edit-title.php:10
msgid "Edit Title"
msgstr ""

#: parts/modal/backup-now.php:22
msgid "Backup all your files and database in one click. <br />Your backup will be stored on your website’s server and you will be able to download it on your computer."
msgstr ""

#: src/Jobs/API/Rest.php:577
msgid "Failed to delete job"
msgstr ""

#: src/Jobs/API/Rest.php:562
msgid "Job deleted successfully."
msgstr ""

#: src/Jobs/API/Rest.php:482
msgid "Job title updated successfully."
msgstr ""

#: src/Jobs/API/Rest.php:546
msgid "You scheduled a new backup successfully!<br>Now you can configure it as you wish."
msgstr ""

#: src/Backups/History/Frontend/API/Rest.php:250
msgid "Scheduled"
msgstr ""

#: components/storage-list-compact.php:29 components/table-row-backups.php:46
msgid "Website Server"
msgstr ""

#: components/onboarding/step3.php:33
msgid "Store your backup on your website's server"
msgstr ""

#: components/onboarding/step3.php:32
msgid "Website storage"
msgstr ""

#: components/next-scheduled-backup.php:14
msgid "Add a new backup"
msgstr ""

#: components/job-item.php:209
msgid "Storage"
msgstr ""

#: src/Jobs/API/Rest.php:661 src/Jobs/API/Rest.php:718
msgid "Job settings saved successfully."
msgstr ""

#: parts/sidebar/frequency.php:175
msgid "Enable \"Reduced server load\" in “Advanced Settings > Jobs” to reduce website load and keep your site running smoothly during hourly backups."
msgstr ""

#: parts/sidebar/frequency.php:79
msgid "Minutes"
msgstr ""

#: parts/restore/start.php:10
msgid "Restore backup from:"
msgstr ""

#: pages/first-progress.php:77
msgid "The backup will keep running. You’ll get a notification when it’s done."
msgstr ""

#. Translators: %s is duration in seconds.
#: inc/class-page-jobs.php:1179
msgid "Backup created in %s seconds."
msgstr ""

#: components/onboarding/step2.php:57 components/onboarding/step2.php:98
#: parts/sidebar/frequency.php:56
msgid "Hourly"
msgstr ""

#: parts/sidebar/format.php:81
msgid "Archive format"
msgstr ""

#: parts/sidebar/frequency.php:153
msgid "Start time"
msgstr ""

#: parts/sidebar/frequency.php:111
msgid "1st Sunday of the month"
msgstr ""

#: parts/sidebar/frequency.php:110
msgid "1st Monday of the month"
msgstr ""

#: parts/sidebar/frequency.php:120 parts/sidebar/frequency.php:133
msgid "Start day"
msgstr ""

#: src/StorageProviders/API/Rest.php:294
msgid "Connection failed"
msgstr ""

#: components/alerts/error.php:27
msgid "More info."
msgstr ""

#: src/Admin/Beacon/Beacon.php:53
msgid "Welcome to BackWPup 5.4!"
msgstr ""

#: parts/sidebar/sugar-sync-parts/root-folder.php:30
msgid "Sugar Sync Root"
msgstr ""

#: parts/sidebar/sugar-sync-parts/api-connexion.php:56
msgid "Delete Sugar Sync Authentication"
msgstr ""

#: parts/sidebar/sugar-sync-parts/api-connexion.php:42
msgid "Authenticate with SugarSync"
msgstr ""

#: parts/sidebar/sugar-sync-parts/api-connexion.php:26
msgid "Email Address"
msgstr ""

#: parts/sidebar/storages.php:51
msgid "You can select where to store your backups and configure each storage."
msgstr ""

#: parts/sidebar/storages.php:22
msgid "Storages Settings"
msgstr ""

#: parts/sidebar/storage-SUGARSYNC.php:21
msgid "Sugar Sync Settings"
msgstr ""

#: parts/sidebar/storage-S3.php:403
msgid "Save files encrypted (AES256) on server"
msgstr ""

#: parts/sidebar/storage-S3.php:369
msgid "Amazon Specific Settings"
msgstr ""

#: parts/sidebar/storage-S3.php:315
msgid "S3 Backup Settings"
msgstr ""

#: parts/sidebar/storage-S3.php:300
msgid "Create a new Bucket"
msgstr ""

#: parts/sidebar/storage-S3.php:191
msgid "The S3 signature version like \"v4\", default \"latest\""
msgstr ""

#: parts/sidebar/storage-S3.php:175
msgid "Version"
msgstr ""

#: parts/sidebar/storage-S3.php:110
msgid "a S3 Server URL"
msgstr ""

#: parts/sidebar/storage-S3.php:83
msgid "Select a S3 Service"
msgstr ""

#: parts/sidebar/storage-S3.php:17
msgid "Amazon S3 Settings"
msgstr ""

#: parts/sidebar/storage-RSC.php:156 parts/sidebar/storage-S3.php:302
msgid "The bucket name must be alphanumeric characters only and in lowercase."
msgstr ""

#: parts/sidebar/storage-RSC.php:112
msgid "Select Region"
msgstr ""

#: parts/sidebar/storage-RSC.php:70
msgid "Rackspace Cloud Keys"
msgstr ""

#: parts/sidebar/storage-RSC.php:27
msgid "Rackspace Cloud Settings"
msgstr ""

#: parts/sidebar/storage-MSAZURE.php:121
msgid "The container name must be alphanumeric characters only and in lowercase."
msgstr ""

#: parts/sidebar/storage-MSAZURE.php:108
msgid "Please enter your Azure Access Keys"
msgstr ""

#: parts/sidebar/storage-MSAZURE.php:89
msgid "Blob Container"
msgstr ""

#: parts/sidebar/storage-MSAZURE.php:57
msgid "MS Azure Access Keys"
msgstr ""

#: parts/sidebar/storage-MSAZURE.php:17
msgid "Microsoft Azure Settings"
msgstr ""

#: parts/sidebar/storage-FTP.php:273
msgid "Files belonging to this job are now tracked. Old backup archives which are untracked will not be automatically deleted."
msgstr ""

#: parts/sidebar/storage-FTP.php:207
msgid "Use FTP passive mode"
msgstr ""

#: parts/sidebar/storage-FTP.php:193
msgid "Timeout for connection (in seconds)"
msgstr ""

#: parts/sidebar/storage-FTP.php:130
msgid "Port"
msgstr ""

#: parts/sidebar/storage-FTP.php:70
msgid "Server and Login"
msgstr ""

#: parts/sidebar/storage-FTP.php:13
msgid "FTP Settings"
msgstr ""

#: parts/sidebar/storage-FOLDER.php:22
msgid "Folder Settings"
msgstr ""

#: parts/sidebar/storage-DROPBOX.php:106 parts/sidebar/storage-FOLDER.php:93
#: parts/sidebar/storage-FTP.php:288 parts/sidebar/storage-MSAZURE.php:175
#: parts/sidebar/storage-RSC.php:226 parts/sidebar/storage-S3.php:419
#: parts/sidebar/storage-SUGARSYNC.php:95
msgid "Save & Test connection"
msgstr ""

#: parts/sidebar/storage-DROPBOX.php:86 parts/sidebar/storage-FOLDER.php:73
#: parts/sidebar/storage-FTP.php:250 parts/sidebar/storage-MSAZURE.php:155
#: parts/sidebar/storage-RSC.php:200 parts/sidebar/storage-S3.php:344
#: parts/sidebar/storage-SUGARSYNC.php:76
msgid "Max backups to retain"
msgstr ""

#: parts/sidebar/storage-DROPBOX.php:59 parts/sidebar/storage-FOLDER.php:50
#: parts/sidebar/storage-FTP.php:221 parts/sidebar/storage-MSAZURE.php:132
#: parts/sidebar/storage-RSC.php:171 parts/sidebar/storage-SUGARSYNC.php:55
msgid "Backup Settings"
msgstr ""

#: parts/sidebar/storage-DROPBOX.php:36 parts/sidebar/storage-FOLDER.php:33
#: parts/sidebar/storage-FTP.php:46 parts/sidebar/storage-MSAZURE.php:39
#: parts/sidebar/storage-RSC.php:46 parts/sidebar/storage-S3.php:45
#: parts/sidebar/storage-SUGARSYNC.php:31
msgid "Back to Storages"
msgstr ""

#: parts/sidebar/storage-DROPBOX.php:11
msgid "Dropbox Settings"
msgstr ""

#: parts/sidebar/settings-network.php:76
msgid "If you protected your blog with HTTP basic authentication (.htaccess), or you use a plugin to secure wp-cron.php, then use the authentication methods above."
msgstr ""

#: parts/sidebar/settings-network.php:50
msgid "Authentication for"
msgstr ""

#: parts/sidebar/settings-network.php:24
msgid "Network Settings"
msgstr ""

#: parts/sidebar/settings-logs.php:143
msgid "Access to Logs"
msgstr ""

#: parts/sidebar/settings-logs.php:133
msgid "Send email with log only when errors occur during job execution"
msgstr ""

#: parts/sidebar/settings-logs.php:125
msgid "Email from field"
msgstr ""

#: parts/sidebar/settings-logs.php:105
msgid "Log notification"
msgstr ""

#: parts/sidebar/settings-logs.php:72
msgid "Logging level"
msgstr ""

#: parts/sidebar/settings-logs.php:61
msgid "Maximum log files in folder"
msgstr ""

#: parts/sidebar/settings-logs.php:41
msgid "Logs settings"
msgstr ""

#: parts/sidebar/settings-logs.php:13
msgid "Logs Settings"
msgstr ""

#: parts/sidebar/settings-jobs.php:132
msgid "This ensures the backup will run smoothly on IIS without errors."
msgstr ""

#: parts/sidebar/settings-jobs.php:131
msgid "Enable compatibility with IIS on Windows"
msgstr ""

#: parts/sidebar/settings-jobs.php:122
msgid "Allow the backup to complete successfully even if the backup results in an empty output (i.e., no files or data are backed up)"
msgstr ""

#: parts/sidebar/settings-jobs.php:121
msgid "Enable an empty output on backup working"
msgstr ""

#: parts/sidebar/settings-jobs.php:84
msgid "Key to start a job externally with an URL"
msgstr ""

#: parts/sidebar/settings-jobs.php:75
msgid "Job will restart before hitting maximum execution time. Restarts will be disabled on CLI usage. if <strong>ALTERNATE_WP_CRON</strong> has been defined, WordPress Cron will be used for restarts, so it can take a while. 0 means no maximum."
msgstr ""

#: parts/sidebar/settings-jobs.php:71
msgid "Maximum number script execution time (in seconds)"
msgstr ""

#: parts/sidebar/settings-jobs.php:39 parts/sidebar/settings-logs.php:22
#: parts/sidebar/settings-network.php:33
msgid "Back to Advanced Settings"
msgstr ""

#: parts/sidebar/settings-jobs.php:13
msgid "Jobs Settings"
msgstr ""

#: parts/sidebar/select-tables.php:59
msgid "Search…"
msgstr ""

#: parts/sidebar/select-tables.php:51
msgid "Select tables you want to backup"
msgstr ""

#: parts/sidebar/select-tables.php:25
msgid "Select Tables"
msgstr ""

#: parts/sidebar/select-files.php:29
msgid "Content Selector"
msgstr ""

#: parts/sidebar/select-files.php:19
msgid "Select Files"
msgstr ""

#: parts/sidebar/parts/files-content-selector-pro.php:127
msgid "Other in wp-content"
msgstr ""

#: parts/sidebar/parts/files-content-selector-pro.php:30
#: parts/sidebar/parts/files-content-selector-pro.php:57
#: parts/sidebar/parts/files-content-selector-pro.php:83
#: parts/sidebar/parts/files-content-selector-pro.php:110
#: parts/sidebar/parts/files-content-selector-pro.php:137
msgid "Exclude files"
msgstr ""

#: parts/sidebar/parts/exclude-from-backup.php:14
msgid "Add folders, files or extensions you want to exclude"
msgstr ""

#: parts/sidebar/format.php:114 parts/sidebar/frequency.php:221
#: parts/sidebar/select-files.php:70 parts/sidebar/select-tables.php:138
msgid "Save settings"
msgstr ""

#: parts/sidebar/frequency.php:165
msgid "Making a copy of your website can slow down your site a bit. We recommend doing this at night to avoid any inconvenience."
msgstr ""

#: parts/sidebar/frequency.php:48
msgid "Current cron expression is not supported by this UI."
msgstr ""

#: parts/sidebar/dropbox-parts/api-connexion.php:126
#: parts/sidebar/sugar-sync-parts/api-connexion.php:65
msgid "Authenticated"
msgstr ""

#: parts/sidebar/dropbox-parts/api-connexion.php:110
msgid "BackWPup will have full read and write access to your entire Dropbox. You can specify your backup destination wherever you want, just be aware that ANY files or folders inside of your Dropbox can be overridden or deleted by BackWPup"
msgstr ""

#: parts/sidebar/dropbox-parts/api-connexion.php:75
#: parts/sidebar/storage-MSAZURE.php:113 parts/sidebar/storage-RSC.php:146
#: parts/sidebar/storage-S3.php:292
msgid "OR"
msgstr ""

#: parts/sidebar/dropbox-parts/api-connexion.php:53
#: parts/sidebar/dropbox-parts/api-connexion.php:90
msgid "Authentification code"
msgstr ""

#: parts/sidebar/dropbox-parts/api-connexion.php:45
msgid "Add Dropbox Authentification code"
msgstr ""

#: parts/sidebar/dropbox-parts/api-connexion.php:36
msgid "Not authenticated"
msgstr ""

#: parts/sidebar/advanced-settings.php:13
msgid "Advanced Settings"
msgstr ""

#: parts/restore/start.php:30
msgid "Extracting Archive…"
msgstr ""

#: parts/restore/rate-us.php:41
msgid "Rate us on WordPress.org"
msgstr ""

#: parts/restore/rate-us.php:30
msgid "Share your joy with a review on the WordPress repository. Your support inspires us."
msgstr ""

#: parts/restore/rate-us.php:22
msgid "Site back and shining?"
msgstr ""

#: parts/restore/info-congratulations.php:15
msgid "You may now continue using your site as usual."
msgstr ""

#: parts/restore/info-congratulations.php:14
msgid "The restoration is now complete!"
msgstr ""

#: parts/restore/complete.php:41
msgid "Backup restored"
msgstr ""

#: parts/restore/complete.php:32
msgid "Archive extracted…"
msgstr ""

#: parts/restore/complete.php:23 parts/restore/start.php:21
msgid "Archive downloaded"
msgstr ""

#: parts/now/what.php:53
msgid "Backup My Website"
msgstr ""

#: parts/now/what.php:31
msgid "The settings configured on this page for a one-time backup do not alter the settings of your scheduled backups.<br />They apply to this backup only"
msgstr ""

#: parts/now/what.php:23
msgid "What do you want to save in this backup?"
msgstr ""

#: parts/now/what.php:12
msgid "Back to Backups"
msgstr ""

#: parts/now/info-congratulations.php:14
msgid "You’re done with your manual backup."
msgstr ""

#: parts/modal/restore-backup.php:26
msgid "Start Restoration"
msgstr ""

#: parts/modal/restore-backup.php:18
msgid "Useful for undoing changes or fixing problems."
msgstr ""

#: parts/modal/restore-backup.php:17
msgid "Restoring your site from a backup reverts it to its state at that time, losing any changes made afterwards."
msgstr ""

#: parts/modal/exclude-files-wp-content.php:19
msgid "Others in wp-content"
msgstr ""

#: parts/modal/exclude-files-uploads.php:44
msgid "Exclude thumbnails from the site's uploads folder."
msgstr ""

#: parts/modal/exclude-files-uploads.php:19
#: parts/sidebar/parts/files-content-selector-pro.php:100
msgid "Uploads"
msgstr ""

#: parts/modal/exclude-files-themes.php:19
#: parts/sidebar/parts/files-content-selector-pro.php:73
msgid "Themes"
msgstr ""

#: parts/modal/exclude-files-root.php:9
msgid "Others in root"
msgstr ""

#: parts/modal/exclude-files-core.php:51
#: parts/modal/exclude-files-plugins.php:43
#: parts/modal/exclude-files-root.php:37
#: parts/modal/exclude-files-themes.php:42
#: parts/modal/exclude-files-uploads.php:53
#: parts/modal/exclude-files-wp-content.php:42 parts/sidebar/edit-title.php:47
#: parts/sidebar/settings-jobs.php:184 parts/sidebar/settings-logs.php:158
#: parts/sidebar/settings-network.php:117
msgid "Save"
msgstr ""

#: parts/modal/exclude-files-core.php:27
#: parts/modal/exclude-files-plugins.php:20
#: parts/modal/exclude-files-root.php:9 parts/modal/exclude-files-themes.php:19
#: parts/modal/exclude-files-uploads.php:19
#: parts/modal/exclude-files-wp-content.php:19
msgid "Exclusion Settings"
msgstr ""

#: parts/modal/exclude-files-core.php:27
#: parts/sidebar/parts/files-content-selector-pro.php:20
msgid "WordPress Core"
msgstr ""

#: parts/modal/dialog.php:19
msgid "Authentication Complete"
msgstr ""

#: parts/modal/dialog.php:11
msgid "To ensure the proper functioning of the plugin, it is essential to complete the authentication process before proceeding. Please make sure that all required steps have been followed. Once done, click the 'Authentication Complete' button to continue."
msgstr ""

#: parts/modal/dialog.php:10
msgid "Please complete the authentication to continue."
msgstr ""

#: parts/modal/bulk-delete-backups.php:37 parts/modal/delete-backup.php:35
#: parts/modal/delete-failed-backup.php:64 parts/modal/restore-backup.php:35
msgid "Cancel"
msgstr ""

#: parts/modal/bulk-delete-backups.php:19 parts/modal/delete-backup.php:18
msgid "This means you will lose the ability to restore your site to the state captured in this backup."
msgstr ""

#: parts/modal/bulk-delete-backups.php:18 parts/modal/delete-backup.php:17
msgid "Deleting a backup is permanent and cannot be undone."
msgstr ""

#: parts/modal/delete-backup.php:9 parts/modal/delete-backup.php:26
msgid "Delete Backup"
msgstr ""

#: parts/backups/top-menu.php:13 parts/modal/backup-now.php:11
msgid "Backup Now"
msgstr ""

#: parts/now/what.php:42
msgid "Backup will be stored on:"
msgstr ""

#: parts/backups/next-scheduled-backup.php:10
msgid "Next Scheduled Backups"
msgstr ""

#: parts/backup/upgrade.php:35
msgid "Get BackWPup Pro now"
msgstr ""

#: parts/backup/upgrade.php:27
msgid "See all features"
msgstr ""

#: parts/backup/upgrade.php:15
msgid "Give your website data the protection it deserves with BackWPup Pro."
msgstr ""

#: parts/backup/upgrade.php:11
msgid "Upgrade to a Complete BackWPup Experience!"
msgstr ""

#: parts/alerts/settings-api-key.php:15
msgid "Head over to Settings / API Keys"
msgstr ""

#: parts/alerts/read-documentation.php:15
msgid "Read our documentation"
msgstr ""

#: pages/restore.php:25
msgid "Stay on this page until the process is complete."
msgstr ""

#: pages/restore.php:24
msgid "Please do not leave this screen while restoration is in progress. Exiting prematurely could cause an error and potentially break your site."
msgstr ""

#: pages/onboarding.php:27
msgid "You’re just a few steps away from creating a new backup of your site."
msgstr ""

#: pages/onboarding.php:26
msgid "Ready to set up your first backup?"
msgstr ""

#: pages/first-progress.php:78 parts/now/info-few-minutes.php:15
msgid "Feel free to leave 👋"
msgstr ""

#: parts/now/info-few-minutes.php:14
msgid "The page will update automatically when it’s ready to download. The backup will keep running. You’ll get a notification when it’s done."
msgstr ""

#: pages/first-progress.php:76 parts/now/info-few-minutes.php:13
msgid "Creating a backup might take a few minutes, depending on your site’s size"
msgstr ""

#: pages/first-congratulations.php:90 parts/now/info-congratulations.php:32
msgid "Download my Backup"
msgstr ""

#: pages/first-congratulations.php:80 parts/now/info-congratulations.php:22
msgid "Go to my Backups"
msgstr ""

#: pages/first-congratulations.php:22 pages/first-progress.php:41
#: parts/backups/progress.php:30 parts/now/complete.php:10
#: parts/now/progress.php:10
msgid "We are creating a backup of your site…"
msgstr ""

#: pages/backups.php:94
msgid "Apply"
msgstr ""

#: pages/backups.php:86
msgid "Delete permanently"
msgstr ""

#: pages/backups.php:81
msgid "Bulk Actions"
msgstr ""

#: pages/backups.php:67
msgid "Backups History"
msgstr ""

#: src/Frontend/API/Rest.php:92
msgid "Wrong block type set."
msgstr ""

#: src/Frontend/API/Rest.php:89
msgid "No block name set."
msgstr ""

#: src/Jobs/API/Rest.php:751
msgid "File exclusions saved successfully."
msgstr ""

#: src/Jobs/API/Rest.php:779
msgid "Excluded tables saved successfully."
msgstr ""

#: src/Backups/API/Rest.php:454
msgid "Invalid destination class."
msgstr ""

#: src/Backups/API/Rest.php:444
msgid "Missing required parameters."
msgstr ""

#: src/Backups/API/Rest.php:435
msgid "Invalid backup data."
msgstr ""

#: src/Backups/API/Rest.php:419
msgid "Bulk action processed."
msgstr ""

#: src/Jobs/API/Rest.php:821
msgid "Site option saved successfully."
msgstr ""

#: src/StorageProviders/API/Rest.php:296 src/StorageProviders/API/Rest.php:356
msgid "Connection successful"
msgstr ""

#: src/Backups/Onboarding/Onboarding.php:130
#: src/StorageProviders/API/Rest.php:273
msgid "Cloud not found"
msgstr ""

#: src/StorageProviders/API/Rest.php:269
msgid "Cloud not set"
msgstr ""

#: src/Jobs/API/Rest.php:419
msgid "Backup updated."
msgstr ""

#: src/StorageProviders/API/Rest.php:279
msgid "Files job not found"
msgstr ""

#: components/job-item.php:16 src/Jobs/API/Rest.php:393
msgid "No backup scheduled"
msgstr ""

#: src/Backups/History/Frontend/API/Rest.php:458
msgid "No pagination found."
msgstr ""

#: components/table-row-backups-empty.php:9
msgid "No backup was found."
msgstr ""

#: inc/Utils/BackWPupHelpers.php:198 inc/Utils/BackWPupHelpers.php:212
#: parts/modal/restore-backup.php:9
msgid "Restore Backup"
msgstr ""

#: src/StorageProviders/SugarSync/SugarSyncProvider.php:149
msgid "No password set."
msgstr ""

#: src/StorageProviders/SugarSync/SugarSyncProvider.php:146
msgid "No email set."
msgstr ""

#: src/StorageProviders/API/Rest.php:163 src/StorageProviders/API/Rest.php:200
#: src/StorageProviders/API/Rest.php:237
msgid "No cloud name set."
msgstr ""

#: src/StorageProviders/API/Rest.php:157
#: src/StorageProviders/Dropbox/DropboxProvider.php:95
#: src/StorageProviders/Frontend/API/Rest.php:81
#: src/StorageProviders/HiDrive/HiDriveProvider.php:87
#: src/StorageProviders/SugarSync/SugarSyncProvider.php:176
msgid "No backup jobs set."
msgstr ""

#: inc/class-adminbar.php:97
msgid "Accessing your logs"
msgstr ""

#: inc/class-admin.php:681 inc/class-admin.php:682
msgid "Onboarding"
msgstr ""

#: inc/class-admin.php:538 inc/class-admin.php:539
msgid "First Backup"
msgstr ""

#: inc/class-admin.php:502 inc/class-admin.php:503
#: parts/alerts/backup-success-nudge.php:45
msgid "Upgrade to Pro"
msgstr ""

#: inc/class-admin.php:487 inc/class-admin.php:488
msgid "Docs"
msgstr ""

#: inc/class-admin.php:432
msgid "View details"
msgstr ""

#: components/table-backups.php:25
msgid "Actions"
msgstr ""

#: components/job-item.php:171 components/table-backups.php:24
#: components/table-row-backups.php:236
msgid "Data"
msgstr ""

#: components/table-backups.php:23 components/table-row-backups.php:200
#: components/table-row-backups.php:226
msgid "Stored on"
msgstr ""

#: components/table-backups.php:21
msgid "Created at"
msgstr ""

#: components/storage-list-compact.php:52
msgid "Warning: No storage method is configured. Your backup will not work!"
msgstr ""

#: components/selector-file-db.php:73
msgid "Include your WordPress database in the backup"
msgstr ""

#: components/selector-file-db.php:72 components/table-row-backups.php:247
#: inc/class-jobtypes.php:124
msgid "Database"
msgstr ""

#: components/selector-file-db.php:24
msgid "Include your WordPress files in the backup"
msgstr ""

#: components/progress-box.php:24 pages/first-congratulations.php:39
msgid "Display Logs"
msgstr ""

#: components/onboarding/step3.php:77
msgid "Back to When"
msgstr ""

#: components/onboarding/step3.php:59
msgid "Store your backup on your favorite cloud storage platforms"
msgstr ""

#: components/onboarding/step3.php:58
msgid "Cloud Storages"
msgstr ""

#: components/onboarding/step3.php:22
msgid "Where to store your backup?"
msgstr ""

#: components/onboarding/step2.php:116
msgid "Back to What"
msgstr ""

#: components/onboarding/step2.php:109
msgid "The first backup will be created right after saving the options"
msgstr ""

#: components/onboarding/step2.php:75
msgid "Database backup scheduled"
msgstr ""

#: components/onboarding/step2.php:60 components/onboarding/step2.php:101
#: parts/sidebar/frequency.php:59
msgid "Monthly"
msgstr ""

#: components/onboarding/step2.php:59 components/onboarding/step2.php:100
#: parts/sidebar/frequency.php:58
msgid "Weekly"
msgstr ""

#: components/onboarding/step2.php:58 components/onboarding/step2.php:99
#: parts/sidebar/frequency.php:57
msgid "Daily"
msgstr ""

#: components/job-item.php:191 components/onboarding/step2.php:52
#: components/onboarding/step2.php:93 parts/sidebar/frequency.php:67
msgid "Frequency"
msgstr ""

#: components/onboarding/step2.php:40 components/onboarding/step2.php:82
#: components/selector-file-db.php:31 components/selector-file-db.php:80
#: parts/backups/top-menu.php:26
msgid "Advanced settings"
msgstr ""

#: components/onboarding/step2.php:33
msgid "Files backup scheduled"
msgstr ""

#: components/onboarding/step1.php:24 components/onboarding/step2.php:126
#: components/onboarding/step3.php:87
msgid "Save & Continue"
msgstr ""

#: components/onboarding/step1.php:14
msgid "What do you want to backup?"
msgstr ""

#: components/form/add.php:31
msgid "Add"
msgstr ""

#: components/first-congrats.php:27 pages/first-congratulations.php:73
msgid "You’ve set up your first backup."
msgstr ""

#: components/first-congrats.php:26 pages/first-congratulations.php:72
#: parts/now/info-congratulations.php:13
#: parts/restore/info-congratulations.php:13
msgid "Congratulations! 🙌"
msgstr ""

#: components/file-line.php:50
msgid "Include to backup"
msgstr ""

#: components/app/steps.php:30
msgid "Select one or more areas where you want to backup "
msgstr ""

#: components/app/steps.php:29
msgid "Where?"
msgstr ""

#: components/app/steps.php:25
msgid "Choose how often you want to backup"
msgstr ""

#: components/app/steps.php:24
msgid "When?"
msgstr ""

#: components/app/steps.php:20
msgid "Please select what files and/or database you want to backup"
msgstr ""

#: components/app/steps.php:19
msgid "What?"
msgstr ""

#: views/notice/restore_feature_information.php:10
msgid " here !"
msgstr ""

#: views/notice/restore_feature_information.php:10
msgid "If you love this update and want to show your support, please leave us a 5-star review"
msgstr ""

#: views/notice/restore_feature_information.php:9
msgid "We’re also working on a new, simpler UI to make protecting your website even easier, with some settings updated along the way."
msgstr ""

#: views/notice/restore_feature_information.php:8
msgid "You can now restore your WordPress backups in just a few clicks with the free version of BackWPup."
msgstr ""

#: views/notice/restore_feature_information.php:6
msgid "🎁 Restore is Now Available in BackWPup Free!"
msgstr ""

#: views/notice/evaluate.php:53
msgid "Thanks for your rating! We appreciate your feedback and support."
msgstr ""

#: views/notice/evaluate.php:48
msgid "Not now, thanks"
msgstr ""

#: views/notice/evaluate.php:45
msgid "I have feedback"
msgstr ""

#: views/notice/evaluate.php:42
msgid "I need your help!"
msgstr ""

#: views/notice/evaluate.php:39
msgid "We’re sorry to hear that. How can we assist you in resolving these issues?"
msgstr ""

#: views/notice/evaluate.php:34
msgid "Nope, maybe later"
msgstr ""

#: views/notice/evaluate.php:31
msgid "Sure, happy to!"
msgstr ""

#: views/notice/evaluate.php:28
msgid "Fantastic! If you’re enjoying our plugin, could you take a moment to leave us a review? Your positive feedback motivates our team and helps us continue providing great service."
msgstr ""

#: views/notice/evaluate.php:23
msgid "I've encountered some issues."
msgstr ""

#: views/notice/evaluate.php:19
msgid "Everything is working perfectly!"
msgstr ""

#: views/notice/evaluate.php:16
msgid "How is your experience with BackWPup?"
msgstr ""

#: inc/dependencies/inpsyde/plugin-environment-checker/src/EnvironmentChecker.php:53
msgid "Validation failed with %1$d errors"
msgstr ""

#. Author of the plugin
#: backwpup.php
msgid "BackWPup – WordPress Backup & Restore Plugin"
msgstr ""

#. Plugin URI of the plugin
#: backwpup.php
msgid "https://backwpup.com/"
msgstr ""

#: views/restore/steps/step6_top.php:35
msgid "Seems there was some error during the restore that need manual action."
msgstr ""

#: views/restore/steps/step6_top.php:30
msgid "Restore Report"
msgstr ""

#: views/restore/steps/step6_top.php:16
msgid "Your restore was successful and everything should be back to normal."
msgstr ""

#: views/restore/steps/step6_top.php:10
msgid "Success"
msgstr ""

#: views/restore/steps/step5_top.php:11
msgid "You reached the last step. Now you're ready to restore the data. Simply press the <strong>Start</strong> button and the restore starts."
msgstr ""

#: parts/modal/backup-job.php:46 parts/modal/backup-now.php:37
#: views/restore/steps/step5_action.php:33
msgid "Start"
msgstr ""

#: views/restore/steps/step5_action.php:22
msgid "Restore Progress."
msgstr ""

#: views/restore/steps/step4_top.php:9
msgid "If you would like to migrate your website to a new URL, enable the Migrate URL option below and enter the new URL."
msgstr ""

#: views/restore/steps/step4_top.php:7
msgid "Website Migration"
msgstr ""

#: views/restore/steps/step4_action.php:56
msgid "New URL"
msgstr ""

#: views/restore/steps/step4_action.php:44
msgid "Old URL"
msgstr ""

#: views/restore/steps/step4_action.php:30
msgid "Migrate URL"
msgstr ""

#: views/restore/steps/step4_action.php:20
msgid "Migration Settings"
msgstr ""

#: views/restore/steps/step3_top.php:7
msgid "Database Settings"
msgstr ""

#: views/restore/steps/step3_action.php:98
msgid "Test Connection"
msgstr ""

#: views/restore/steps/step3_action.php:83
msgid "Database Charset"
msgstr ""

#: views/restore/steps/step3_action.php:67
msgid "Database Password"
msgstr ""

#: views/restore/steps/step3_action.php:55
msgid "Database User"
msgstr ""

#: views/restore/steps/step3_action.php:43
msgid "Database Name"
msgstr ""

#: views/restore/steps/step3_action.php:31
msgid "Database Host"
msgstr ""

#: views/restore/steps/step3_action.php:20
msgid "Database Connection Settings."
msgstr ""

#: views/restore/steps/step2_top.php:18
msgid "Select Strategy"
msgstr ""

#: views/restore/steps/step2_action.php:71
msgid "There seems to be a problem with the archive. It is neither an archive nor a SQL file. Try again and repeat the upload."
msgstr ""

#: views/restore/steps/step2_action.php:65
#: views/restore/steps/step3_action.php:103
#: views/restore/steps/step4_action.php:66
msgid "Continue"
msgstr ""

#: views/restore/steps/step2_action.php:59
msgid "Restore Database."
msgstr ""

#: views/restore/steps/step2_action.php:45 views/restore/steps/step2_top.php:42
msgid "Database Only"
msgstr ""

#: views/restore/steps/step2_action.php:36 views/restore/steps/step2_top.php:25
msgid "Full Restore"
msgstr ""

#: views/restore/steps/step2_action.php:27
msgid "Choose your restore strategy."
msgstr ""

#: views/restore/steps/step1_top.php:34
msgid "Note: Only backups done with BackWPup can be restored."
msgstr ""

#: views/restore/steps/step1_top.php:28
msgid "The upload of the file should start automatically and you will be lead to the next step."
msgstr ""

#: views/restore/steps/step1_top.php:20
msgid "The first step is to upload a backup file. You can simply drag'n'drop a ZIP file of your backup into the box below or click on the `Select Archive` button and select the file using the file explorer."
msgstr ""

#: views/restore/steps/step1_top.php:11
msgid "Welcome to BackWPup Restore. This tool helps you to restore a backup of your WordPress installation. Each step of the restore process will be explained in this box to get you quickly running."
msgstr ""

#: views/restore/steps/step1_top.php:7
msgid "Backup Upload"
msgstr ""

#: views/restore/steps/step1_action.php:41
msgid "Supported archive format zip,tar,tar.gz"
msgstr ""

#: views/restore/steps/step1_action.php:38
msgid "Drop file here"
msgstr ""

#: views/restore/steps/step1_action.php:37
msgid "or"
msgstr ""

#: views/restore/steps/step1_action.php:36
msgid "Select Archive"
msgstr ""

#: src/Infrastructure/Restore/LogDownloader/DownloaderFactory.php:94
msgid "Download Log"
msgstr ""

#. Translators: $1 is the name of the plugin.
#: inc/class-page-restore.php:235
msgid "%s &rsaquo; Restore"
msgstr ""

#: inc/class-jobtype-file.php:14
msgid "https://wp-media.me"
msgstr ""

#: src/Infrastructure/Xml/WxrValidator.php:49
msgid "The XML file could not be read"
msgstr ""

#. translators: %s: JSON error message.
#: src/Infrastructure/Http/Message/Exception/CouldNotDecodeJsonData.php:14
msgid "Data is not valid JSON. Error: %s"
msgstr ""

#. translators: %s: authentication token.
#: src/Infrastructure/Http/Authentication/Exception/CouldNotDecodeBasicAuthenticationToken.php:14
msgid "Could not decode basic authentication token %s"
msgstr ""

#: src/Infrastructure/Http/Authentication/BasicAuthCredentials.php:29
msgid "Password cannot be empty"
msgstr ""

#: src/Infrastructure/Http/Authentication/BasicAuthCredentials.php:28
msgid "Username cannot be empty"
msgstr ""

#: inc/class-s3-destination.php:213
msgid "Scaleway: PAR"
msgstr ""

#: inc/class-s3-destination.php:204
msgid "DigitalOcean: FRA1"
msgstr ""

#: inc/class-s3-destination.php:200
msgid "DigitalOcean: SGP1"
msgstr ""

#: inc/class-s3-destination.php:192
msgid "DigitalOcean: NYC3"
msgstr ""

#: inc/class-s3-destination.php:188
msgid "DigitalOcean: SFO2"
msgstr ""

#: inc/class-s3-destination.php:164
msgid "Amazon S3: AWS GovCloud (US-West)"
msgstr ""

#: inc/class-s3-destination.php:159
msgid "Amazon S3: AWS GovCloud (US-East)"
msgstr ""

#: inc/class-s3-destination.php:149
msgid "Amazon S3: Middle East (Bahrain)"
msgstr ""

#: inc/class-s3-destination.php:139
msgid "Amazon S3: Europe (Paris)"
msgstr ""

#: inc/class-s3-destination.php:134
msgid "Amazon S3: Europe (Milan)"
msgstr ""

#: inc/class-s3-destination.php:129
msgid "Amazon S3: Europe (London)"
msgstr ""

#: inc/class-s3-destination.php:119
msgid "Amazon S3: Europe (Frankfurt)"
msgstr ""

#: inc/class-s3-destination.php:89
msgid "Amazon S3: Asia Pacific (Osaka)"
msgstr ""

#: inc/class-s3-destination.php:79
msgid "Amazon S3: Asia Pacific (Jakarta)"
msgstr ""

#: inc/class-s3-destination.php:69
msgid "Amazon S3: Africa (Cape Town)"
msgstr ""

#: inc/class-job.php:2572
msgid "Could not initialize encryptor."
msgstr ""

#: parts/sidebar/storage-S3.php:391
msgid "Glacier Instant Retrieval"
msgstr ""

#: parts/sidebar/storage-S3.php:390
msgid "Intelligent-Tiering"
msgstr ""

#: parts/sidebar/storage-S3.php:388
msgid "One Zone-Infrequent Access"
msgstr ""

#: views/notice/dropbox.php:14
msgid "Please visit each job below and reauthenticate your Dropbox connection."
msgstr ""

#: views/notice/dropbox.php:13
msgid "The Dropbox API is discontinuing long-lived access tokens. To conform to these new changes, we must implement the use of refresh tokens, which can only be fetched when you reauthenticate."
msgstr ""

#: views/notice/dropbox.php:12
msgid "You have one or more BackWPup jobs that need to reauthenticate with Dropbox."
msgstr ""

#: src/Infrastructure/Xml/WxrValidator.php:59
msgid "The provided XML is invalid"
msgstr ""

#. translators: %s: invalid file mode.
#: src/Infrastructure/Http/Message/StreamFactory.php:42
msgid "Invalid mode provided for fopen: %s"
msgstr ""

#: src/Infrastructure/Http/Message/Exception/CouldNotCreateStream.php:11
msgid "The stream is not readable"
msgstr ""

#: src/Infrastructure/Http/Message/StreamFactory.php:57
msgid "Stream must be a resource"
msgstr ""

#. translators: %s: JSON error message.
#: src/Infrastructure/Http/Message/Exception/CouldNotEncodeJsonData.php:14
msgid "Cannot encode data into JSON. Got error: %s"
msgstr ""

#: src/Infrastructure/Http/Client/WpHttpClient.php:287
msgid "The given URI is invalid."
msgstr ""

#: src/Infrastructure/Http/Client/WpHttpClient.php:283
msgid "URI must not be empty."
msgstr ""

#. translators: 1: database error message, 2: SQL query.
#: inc/class-mysqldump.php:373
msgid "Database error: %1$s. Query: %2$s"
msgstr ""

#. translators: %s: database charset.
#: inc/class-mysqldump.php:254
msgid "Cannot set DB charset to %s"
msgstr ""

#: inc/class-destination-dropbox-api.php:1156
msgid "(429) Requests are being rate limited. Please try again later."
msgstr ""

#. translators: %s is the response error.
#: inc/class-destination-dropbox-api.php:1131
msgid "(409) Endpoint-specific error. Response from server: %s"
msgstr ""

#. translators: %s is the response error.
#: inc/class-destination-dropbox-api.php:1095
msgid "(403) You do not have permission to access this resource. Response from server: %s"
msgstr ""

#: inc/class-destination-dropbox-api.php:1080
msgid "(403) You do not have permission to access this feature."
msgstr ""

#: inc/class-destination-dropbox-api.php:1069
msgid "(403) You do not have permission to access this endpoint."
msgstr ""

#. translators: %s is the response error.
#: inc/class-destination-dropbox-api.php:1041
msgid "(401) Bad or expired token. Response from server: %s"
msgstr ""

#. translators: %s is the response body.
#: inc/class-destination-dropbox-api.php:1014
msgid "(400) Bad input parameter. Response from server: %s"
msgstr ""

#. translators: %1$d is the error code, %2$s is the response body.
#: inc/class-destination-dropbox-api.php:990
msgid "(%1$d) An unexpected server error was encountered. Response from server: %2$s"
msgstr ""

#. translators: %1$s is the error code, %2$s is the response body.
#: inc/class-destination-dropbox-api.php:966
msgid "(%1$s) An unknown error has occurred. Response from server: %2$s"
msgstr ""

#: inc/class-destination-dropbox-api.php:373
msgid "OAuth tokens have not been set."
msgstr ""

#: inc/class-destination-dropbox-api.php:343
msgid "No refresh token provided. You may need to reauthenticate with Dropbox"
msgstr ""

#: inc/class-destination-dropbox-api.php:337
msgid "No access token provided"
msgstr ""

#: inc/class-page-about.php:697
msgid "Restore from Microsoft Azure"
msgstr ""

#: inc/class-page-about.php:677
msgid "Differential backup of changed directories to local folder"
msgstr ""

#: inc/class-page-about.php:672
msgid "Differential backup of changed directories to Google Drive"
msgstr ""

#: inc/class-page-about.php:607
msgid "Backup to HiDrive"
msgstr ""

#: inc/class-page-about.php:602
msgid "Backup to OneDrive"
msgstr ""

#: inc/class-page-editjob.php:550
msgid "%H = Two-digit hour in 24-hour format, with leading zeros"
msgstr ""

#: inc/class-page-editjob.php:549
msgid "%h = Two-digit hour in 12-hour format, with leading zeros"
msgstr ""

#: inc/class-page-editjob.php:540
msgid "%m = Two-digit representation of the month, with leading zeros"
msgstr ""

#: views/notice/php.php:10
msgid "For further information <a href=\"https://backwpup.com/docs/php-7-2-update/\" target=\"_blank\">see here</a>, and if any questions remain contact our support team."
msgstr ""

#: views/notice/php.php:6
msgid "BackWPup is dropping support for PHP versions less than 7.4. As such, using outdated and unsupported versions of PHP may expose your site to security vulnerabilities. Please update PHP to the latest version. Ask your hoster if you don't know how."
msgstr ""

#. translators: %1$s: Class name, %2$s: Method name.
#: inc/Notice/NoticeView.php:115
msgid "Call to undefined method %1$s::%2$s()"
msgstr ""

#: views/notice/wordpress.php:6
msgid "BackWPup is dropping support for WordPress versions less than 5.0. Please update WordPress to the latest version. Without an update, you will not receive any new features."
msgstr ""

#: inc/Notice/Notice.php:122
msgid "Invalid notice type specified"
msgstr ""

#: parts/sidebar/storage-S3.php:190
msgid "Signature"
msgstr ""

#: parts/sidebar/storage-S3.php:176
msgid "The S3 version for the API like \"2006-03-01\", default \"latest\""
msgstr ""

#: parts/sidebar/storage-S3.php:163
msgid "Destination provides only Pathstyle buckets"
msgstr ""

#: parts/sidebar/storage-S3.php:151
msgid "Destination supports multipart"
msgstr ""

#: parts/sidebar/storage-S3.php:136
msgid "Region"
msgstr ""

#: parts/sidebar/storage-S3.php:121
msgid "Endpoint"
msgstr ""

#: inc/class-page-settings.php:624 parts/sidebar/advanced-settings.php:61
msgid "License"
msgstr ""

#. translators: %s: Destination string.
#: inc/class-destination-msazure.php:732
msgid "Could not extract job id from destination %s."
msgstr ""

#: inc/class-destination-msazure.php:64
msgid "Microsoft Azure Configuration: "
msgstr ""

#. translators: %s = file name.
#: inc/class-destination-msazure-downloader.php:70
msgid "Could not write data to file %s."
msgstr ""

#: inc/class-install.php:164
msgid "BackWPup jobs functions"
msgstr ""

#: inc/class-s3-destination.php:208
msgid "Scaleway: AMS"
msgstr ""

#: inc/class-s3-destination.php:196
msgid "DigitalOcean: AMS3"
msgstr ""

#: inc/class-s3-destination.php:179
msgid "Google Storage: Asia (Multi-Regional)"
msgstr ""

#: inc/class-s3-destination.php:174
msgid "Google Storage: USA (Multi-Regional)"
msgstr ""

#: inc/class-s3-destination.php:169
msgid "Google Storage: EU (Multi-Regional)"
msgstr ""

#: inc/class-s3-destination.php:74
msgid "Amazon S3: Asia Pacific (Hong Kong)"
msgstr ""

#: inc/class-s3-destination.php:144
msgid "Amazon S3: Europe (Stockholm)"
msgstr ""

#: inc/class-s3-destination.php:114
msgid "Amazon S3: Canada (Central)"
msgstr ""

#: inc/class-s3-destination.php:49
msgid "Amazon S3: US East (Ohio)"
msgstr ""

#: inc/class-s3-destination.php:54
msgid "Amazon S3: US East (N. Virginia)"
msgstr ""

#: inc/class-destination-s3.php:86 inc/class-s3-destination.php:26
#: inc/class-s3-destination.php:259
msgid "Custom S3 destination"
msgstr ""

#: inc/class-page-settings.php:1237
msgid "<strong>Note</strong>: Would you like faster, more streamlined support? Pro users can contact BackWPup from right within the plugin."
msgstr ""

#: inc/class-admin.php:372 inc/class-page-settings.php:404
msgid "Please download the key before continuing. If you do not save it locally, you cannot decrypt your backups later."
msgstr ""

#: inc/class-page-backwpup.php:80 inc/class-page-backwpup.php:99
msgid "With a single backup archive you are able to restore an installation. Use our restore feature, which is integrated in BackWPup Pro to restore your website directly from your WordPress backend. We also provide a restore standalone app with the Pro version to restore your site in case it is destroyed completely."
msgstr ""

#: inc/class-page-about.php:622
msgid "Restore Encrypted Backups"
msgstr ""

#: inc/class-page-about.php:617
msgid "Encrypt Backup Archives"
msgstr ""

#: inc/class-page-about.php:612
msgid "Standalone Restore App"
msgstr ""

#: inc/class-page-about.php:532
msgid "Restore manually uploaded Backup Archives"
msgstr ""

#: inc/class-page-about.php:359 inc/class-page-about.php:392
msgid "Use your backup archives to save your entire WordPress installation including <code>/wp-content/</code>. Push them to an external storage service if you don’t want to save the backups on the same server. With a single backup archive you are able to restore an installation. Use the integrated restore feature to restore your site directly from your WordPress backend or the Restore Standalone App in case your site is destroyed completely."
msgstr ""

#: inc/class-page-about.php:353 inc/class-page-about.php:388
#: inc/class-page-backwpup.php:248
msgid "BackWPup banner"
msgstr ""

#: inc/class-page-editjob.php:535
msgid "Preview: "
msgstr ""

#: inc/class-destination-msazure-downloader.php:60
#: inc/class-destination-s3-downloader.php:77
msgid "Could not write data to file. Empty source file."
msgstr ""

#. translators: $1 is the path of the local file where the backup will be
#. stored.
#: inc/class-destination-folder-downloader.php:152
msgid "%s is a directory not a file."
msgstr ""

#: inc/class-destination-folder-downloader.php:76
msgid "Could not write data into target file."
msgstr ""

#: inc/class-destination-folder-downloader.php:71
msgid "Could not read data from source file."
msgstr ""

#: inc/class-page-settings.php:617 parts/sidebar/advanced-settings.php:70
msgid "Encryption"
msgstr ""

#: inc/class-admin.php:368 inc/class-page-settings.php:400
msgid "Please download the private key before continuing. If you do not save it locally, you cannot decrypt your backups later."
msgstr ""

#: inc/class-admin.php:362 inc/class-page-settings.php:394
msgid "Public key is invalid."
msgstr ""

#: inc/class-admin.php:361 inc/class-page-settings.php:393
msgid "Public key is valid."
msgstr ""

#: inc/class-admin.php:363 inc/class-page-settings.php:395
msgid "Please enter your private key."
msgstr ""

#: inc/class-admin.php:364 inc/class-page-settings.php:396
msgid "Please enter a public key first, or generate a key pair."
msgstr ""

#: inc/class-page-editjob.php:628
msgid "You must generate your encryption key in BackWPup Settings before you can enable this option."
msgstr ""

#: inc/class-page-editjob.php:602 inc/class-page-editjob.php:607
#: inc/class-page-editjob.php:624
msgid "Encrypt Archive"
msgstr ""

#: inc/class-page-jobs.php:950 pages/backups.php:18
msgid "Your download has been generated. It should begin downloading momentarily."
msgstr ""

#: inc/class-destination-downloader.php:175
msgid "Your download is being generated &hellip;"
msgstr ""

#: inc/class-page-jobs.php:946 pages/backups.php:15
msgid "Please wait &hellip;"
msgstr ""

#: inc/class-page-about.php:707
msgid "Restore from FTP"
msgstr ""

#: inc/class-page-about.php:702
msgid "Restore from Dropbox"
msgstr ""

#: inc/class-page-about.php:692
msgid "Restore from Amazon S3"
msgstr ""

#: inc/class-page-about.php:687
msgid "Restore from Google Drive"
msgstr ""

#: inc/class-page-about.php:682
msgid "Restore from Folder"
msgstr ""

#: inc/class-job.php:2622
msgid "Archive has been successfully encrypted."
msgstr ""

#: inc/class-job.php:2616
msgid "Unable to rename encrypted archive."
msgstr ""

#: inc/class-job.php:2608
msgid "Unable to delete unencrypted archive."
msgstr ""

#. translators: %s: encrypted data size.
#: inc/class-job.php:2600
msgid "Encrypted %s of data."
msgstr ""

#: inc/class-job.php:2551
msgid "Cannot write the encrypted archive. Aborting encryption."
msgstr ""

#: inc/class-job.php:2543
msgid "Cannot open the archive for reading. Aborting encryption."
msgstr ""

#. translators: %d: attempt number.
#: inc/class-job.php:2533
msgid "%d. Trying to encrypt archive &hellip;"
msgstr ""

#: inc/class-job.php:2522
msgid "No encryption key was provided. Aborting encryption."
msgstr ""

#: inc/class-job.php:489
msgid "Encrypts the archive"
msgstr ""

#: inc/class-destination-folder-downloader.php:104
msgid "File could not be opened for reading."
msgstr ""

#: inc/class-system-tests-runner.php:284
msgid "There are some warnings. BackWPup will work, but with limitations."
msgstr ""

#: inc/class-system-tests-runner.php:265
msgid "There are errors. Please correct them, or BackWPup cannot work."
msgstr ""

#: inc/class-system-tests-runner.php:245
msgid "WP-Cron seems to be broken. But it is needed to run scheduled jobs."
msgstr ""

#: inc/class-system-tests-runner.php:219
msgid "All tests passed without errors."
msgstr ""

#: inc/class-system-tests-runner.php:218
msgid "Yeah!"
msgstr ""

#. translators: %s: HTTP status code.
#: inc/class-system-tests-runner.php:197
msgid "The HTTP response test result is a wrong HTTP status: %s. It should be status 200."
msgstr ""

#. translators: %s: HTTP error message.
#: inc/class-system-tests-runner.php:180
msgid "The HTTP response test result is an error: \"%s\"."
msgstr ""

#: inc/class-system-tests-runner.php:158
msgid "We recommend to install the PHP FTP extension to use the FTP backup destination."
msgstr ""

#. translators: %s: PHP manual URL.
#: inc/class-system-tests-runner.php:147
msgctxt "Link to PHP manual"
msgid "Please disable the deprecated <a href=\"%s\">PHP safe mode</a>."
msgstr ""

#: inc/class-system-tests-runner.php:124
msgid "PHP cURL extension must be installed to use the full plugin functionality."
msgstr ""

#. translators: 1: minimum MySQL version, 2: current MySQL version.
#: inc/class-system-tests-runner.php:110
msgid "You must have the MySQLi extension installed and a MySQL server version of %1$s or higher to use this plugin. You are using version %2$s now."
msgstr ""

#. translators: 1: minimum PHP version, 2: current PHP version.
#: inc/class-system-tests-runner.php:93
msgid "We recommend to run a PHP version above %1$s to get the full plugin functionality. You are using version %2$s now."
msgstr ""

#. translators: 1: minimum WordPress version, 2: current WordPress version.
#: inc/class-system-tests-runner.php:77
msgid "You must run WordPress version %1$s or higher to use this plugin. You are using version %2$s now."
msgstr ""

#. translators: 1: extension name, 2: file suffix.
#: inc/class-system-tests-runner.php:65
msgctxt "%1 = extension name, %2 = file suffix"
msgid "We recommend to install the %1$s extension to generate %2$s archives."
msgstr ""

#: inc/class-page-settings.php:250
msgid "BackWPup maximum script execution time"
msgstr ""

#: inc/class-page-backups.php:613
msgid "&laquo; Go back"
msgstr ""

#: inc/class-page-backups.php:611
msgid "404 - File Not Found."
msgstr ""

#: inc/class-page-backups.php:610
msgid "Ops! Unfortunately the file doesn't exists. May be was deleted?"
msgstr ""

#: components/table-row-backups.php:359 inc/class-page-backups.php:436
#: parts/restore/start.php:39 views/restore/steps/step5_top.php:7
msgid "Restore"
msgstr ""

#. translators: %s: FTP Folder.
#: inc/class-destination-ftp-type-ftp.php:407
msgid "FTP Folder \"%s\" cannot be created! Parent directory may be not writable."
msgstr ""

#: inc/class-destination-dropbox-downloader.php:78
#: inc/class-destination-rsc-downloader.php:97
#: inc/class-destination-s3-downloader.php:84
#: inc/class-destination-sugarsync-downloader.php:75
msgid "Could not write data to file."
msgstr ""

#: inc/class-destination-dropbox-downloader.php:113
#: inc/class-destination-folder-downloader.php:147
#: inc/class-destination-ftp-downloader.php:108
#: inc/class-destination-msazure-downloader.php:112
#: inc/class-destination-rsc-downloader.php:121
#: inc/class-destination-s3-downloader.php:120
#: inc/class-destination-sugarsync-downloader.php:107
msgid "File could not be opened for writing."
msgstr ""

#. translators: %s: Filename.
#: inc/class-create-archive.php:905
msgid "Cannot open source file %s."
msgstr ""

#. translators: %s: File path.
#: inc/class-create-archive.php:640
msgid "Cannot open source file %s for archiving. Writing an empty file."
msgstr ""

#: inc/class-page-editjob.php:568
msgid "ZipArchive PHP class is missing, so BackWPUp will use PclZip instead."
msgstr ""

#: inc/class-page-editjob.php:530
msgid "In order for backup file tracking to work, %hash% must be included anywhere in the archive name."
msgstr ""

#. translators: %d: time in seconds.
#: inc/class-page-settings.php:245 inc/class-page-settings.php:256
msgid "%d seconds"
msgstr ""

#. translators: %s: log folder path.
#: inc/class-page-settings.php:207
msgid "Log folder %s does not exist."
msgstr ""

#. translators: %s: response content.
#: inc/class-page-settings.php:162
msgid "Content: %s"
msgstr ""

#. translators: %d: HTTP status code.
#: inc/class-page-settings.php:141
msgid "Status-Code: %d"
msgstr ""

#. translators: %s: HTTP error message.
#: inc/class-page-settings.php:130
msgid "WP Http Error: %s"
msgstr ""

#: inc/class-page-settings.php:122
msgid "Not expected HTTP response:"
msgstr ""

#: inc/class-page-settings.php:1276
msgid "Could not copy debug info. You can simply press ctrl+C to copy it."
msgstr ""

#: inc/class-page-settings.php:1265
msgid "Debug info copied to clipboard."
msgstr ""

#: inc/class-page-settings.php:1258
msgid "Copy Debug Info"
msgstr ""

#: inc/class-page-settings.php:1245
msgid "Get Pro"
msgstr ""

#. Author URI of the plugin
#: backwpup.php inc/class-job.php:593 inc/class-jobtype-dbcheck.php:11
#: inc/class-jobtype-file.php:12 inc/class-jobtype-wpexp.php:19
#: inc/class-jobtype-wpplugin.php:11 inc/class-page-backwpup.php:248
#: inc/class-page-backwpup.php:256 inc/class-page-backwpup.php:260
msgid "https://backwpup.com"
msgstr ""

#: inc/class-page-settings.php:1228
msgid "You will find debug information below. Click the button to copy the debug info to send to support."
msgstr ""

#: inc/class-page-settings.php:1220
msgid "Get Debug Info"
msgstr ""

#: inc/class-page-settings.php:1214 inc/class-page-settings.php:1330
msgid "Debug Info"
msgstr ""

#: inc/class-page-settings.php:1204
msgid "Experiencing an issue and need to contact BackWPup support? Click the link below to get debug information you can send to us."
msgstr ""

#: inc/class-page-settings.php:960
msgid "There is a PHP bug (<a href=\"https://bugs.php.net/43817\">bug #43817</a>), which is triggered on some versions of Windows and IIS. Checking this box will enable a workaround for that bug. Only enable if you are getting errors about &ldquo;Permission denied&rdquo; in your logs."
msgstr ""

#: inc/class-page-settings.php:939 inc/class-page-settings.php:955
msgid "Enable compatibility with IIS on Windows."
msgstr ""

#: inc/class-page-settings.php:933
msgid "Windows IIS compatibility"
msgstr ""

#: inc/class-page-backwpup.php:370
msgid "Could not open log folder: %s"
msgstr ""

#. translators: %s is the size of the data.
#: inc/class-destination-dropbox-api.php:303
msgid "Finishing upload session with a total of %s uploaded"
msgstr ""

#. translators: %s is the size of the data.
#: inc/class-destination-dropbox-api.php:256
msgid "Uploading %s of data"
msgstr ""

#: inc/class-destination-dropbox-api.php:233
msgid "Beginning new file upload session"
msgstr ""

#. translators: %s: Error message.
#. translators: %s: path.
#. translators: %s: folder name.
#: inc/class-cron.php:137 inc/class-destination-folder.php:190
#: inc/class-job.php:1566 inc/class-job.php:1819 inc/class-job.php:2762
#: inc/class-jobtype-file.php:524
msgid "Could not open path: %s"
msgstr ""

#: parts/alerts/pro-more-link.php:15
msgid "More infos"
msgstr ""

#: views/notice/notice.php:38
msgid "Don't show again"
msgstr ""

#: inc/class-s3-destination.php:84
msgid "Amazon S3: Asia Pacific (Mumbai)"
msgstr ""

#: inc/class-page-backwpup.php:145
msgctxt "BackWPup News RSS Feed URL"
msgid "https://backwpup.com/feed/"
msgstr ""

#: inc/class-page-about.php:562
msgid "Backup to S3 services (Amazon, Google Storage, Hosteurope and more)"
msgstr ""

#: inc/class-message-box.php:101 views/notice/legacy_disabled_tasks.php:7
#: views/notice/notice_5_2.php:7 views/notice/notice_5_2_2.php:7
#: views/notice/notice_data_corrupted.php:7
#: views/notice/notice_missing_curl.php:7
#: views/notice/notice_tracking_opt_in.php:7
#: views/notice/notice_upgrade_to_pro.php:40
msgid "Dismiss"
msgstr ""

#. translators: 1: Job name, 2: Information URL
#: inc/class-page-jobs.php:665
msgid "Job \"%1$s\" has started, but not responded for 10 seconds. Please check <a href=\"%2$s\">information</a>."
msgstr ""

#. translators: 1: signal name, 2: signal description.
#: inc/class-job.php:3274
msgid "Signal \"%1$s\" (%2$s) is sent to script!"
msgstr ""

#: inc/class-job.php:3260
msgctxt "SIGSYS: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "Bad argument to routine"
msgstr ""

#: inc/class-job.php:3252
msgctxt "SIGPWR: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "Power failure"
msgstr ""

#: inc/class-job.php:3244
msgctxt "SIGXFSZ: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "File size limit exceeded"
msgstr ""

#: inc/class-job.php:3236
msgctxt "SIGXCPU: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "CPU time limit exceeded"
msgstr ""

#: inc/class-job.php:3228
msgctxt "SIGURG: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "Urgent condition on socket"
msgstr ""

#: inc/class-job.php:3220
msgctxt "SIGUSR2: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "User-defined signal 2"
msgstr ""

#: inc/class-job.php:3212
msgctxt "SIGUSR1: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "User-defined signal 1"
msgstr ""

#: inc/class-job.php:3204
msgctxt "SIGSTKFLT: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "Stack fault on coprocessor"
msgstr ""

#: inc/class-job.php:3196
msgctxt "SIGTERM: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "Termination signal"
msgstr ""

#: inc/class-job.php:3188
msgctxt "SIGSEGV: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "Invalid memory reference"
msgstr ""

#: inc/class-job.php:3180
msgctxt "SIGFPE: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "Floating point exception"
msgstr ""

#: inc/class-job.php:3172
msgctxt "SIGBUS: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "Bus error (bad memory access)"
msgstr ""

#: inc/class-job.php:3164
msgctxt "SIGABRT: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "Abort signal from abort(3)"
msgstr ""

#: inc/class-job.php:3156
msgctxt "SIGILL: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "Illegal Instruction"
msgstr ""

#: inc/class-job.php:3148
msgctxt "SIGQUIT: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "Quit from keyboard"
msgstr ""

#: inc/class-job.php:3140
msgctxt "SIGINT: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "Interrupt from keyboard"
msgstr ""

#: inc/class-job.php:3132
msgctxt "SIGHUP: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
msgid "Hangup detected on controlling terminal or death of controlling process"
msgstr ""

#: inc/class-job.php:1878
msgid "Restart after getting signal."
msgstr ""

#: inc/class-jobtype-dbdump.php:11
msgid "http://backwpup.com"
msgstr ""

#. translators: %s: response content.
#: inc/class-page-settings.php:167
msgid "Content: <code>%s</code>"
msgstr ""

#. translators: %d: HTTP status code.
#: inc/class-page-settings.php:146
msgid "Status-Code: <code>%d</code>"
msgstr ""

#. translators: %s: HTTP error message.
#: inc/class-page-settings.php:135
msgid "WP Http Error: <code>%s</code>"
msgstr ""

#: inc/class-page-settings.php:124
msgid "<strong>Not expected HTTP response:</strong><br>"
msgstr ""

#: inc/class-page-settings.php:238
msgid "Function Disabled"
msgstr ""

#: inc/class-page-settings.php:886 parts/sidebar/settings-jobs.php:112
msgid "This adds short pauses to the process. Can be used to reduce the CPU load."
msgstr ""

#: inc/class-page-settings.php:831 parts/sidebar/settings-jobs.php:88
msgid "Will be used to protect job starts from unauthorized person."
msgstr ""

#: inc/class-page-settings.php:803
msgid "Job will restart before hitting maximum execution time. Restarts will be disabled on CLI usage. If <code>ALTERNATE_WP_CRON</code> has been defined, WordPress Cron will be used for restarts, so it can take a while. 0 means no maximum."
msgstr ""

#: inc/class-page-settings.php:799
msgid "seconds."
msgstr ""

#: inc/class-page-settings.php:703
msgid "Maximum log files in folder."
msgstr ""

#: inc/class-page-settings.php:691
msgid "Maximum log files"
msgstr ""

#. translators: %s: plugin name.
#: inc/class-page-settings.php:608
msgid "%s &rsaquo; Settings"
msgstr ""

#. translators: %s: plugin name.
#: inc/class-page-logs.php:528
msgid "%s &rsaquo; Logs"
msgstr ""

#: inc/class-page-editjob.php:675
msgid "Your Name &lt;mail@domain.tld&gt;"
msgstr ""

#. translators: %1$s: BackWPup plugin name, %2$s: Backup job name.
#: inc/class-page-editjob.php:412
msgid "%1$s &rsaquo; Job: %2$s"
msgstr ""

#: inc/class-page-backwpup.php:68
msgid "%s &rsaquo; Dashboard"
msgstr ""

#: inc/class-jobtype-file.php:194
msgid "Backup wp-config.php, robots.txt, nginx.conf, .htaccess, .htpasswd, favicon.ico, and Web.config from root if it is not included in backup."
msgstr ""

#. translators: 1: log level, 2: translation flag.
#: inc/class-job.php:611
msgid "[INFO] Log Level: %1$s %2$s"
msgstr ""

#: inc/class-job.php:607
msgid "(translated)"
msgstr ""

#: inc/class-job.php:604
msgid "Debug"
msgstr ""

#: inc/class-job.php:601
msgid "Normal"
msgstr ""

#: components/job-item.php:30 inc/class-page-jobs.php:418
#: src/Jobs/API/Rest.php:623
msgid "External link"
msgstr ""

#: inc/class-s3-destination.php:94
msgid "Amazon S3: Asia Pacific (Seoul)"
msgstr ""

#: inc/class-page-logs.php:592
msgid "Logfile not found!"
msgstr ""

#: inc/class-jobtype-wpexp.php:573
msgid "WP Export file can not be checked, because no XML extension is loaded, to ensure the file verification."
msgstr ""

#: inc/class-page-settings.php:1172
#: parts/sidebar/parts/network-query-argument-authentication.php:21
msgid "Query arg key=value:"
msgstr ""

#: inc/class-page-settings.php:1126 inc/class-page-settings.php:1131
#: parts/sidebar/parts/network-user-authentication.php:32
msgid "Select WordPress User"
msgstr ""

#: inc/class-page-settings.php:1102
#: parts/sidebar/parts/network-basic-authentication.php:30
msgid "Basic Auth Password:"
msgstr ""

#: inc/class-page-settings.php:1074
#: parts/sidebar/parts/network-basic-authentication.php:21
msgid "Basic Auth Username:"
msgstr ""

#: inc/class-page-settings.php:1058
msgid "Query argument"
msgstr ""

#: inc/class-page-settings.php:1050
msgid "WordPress User"
msgstr ""

#: inc/class-page-settings.php:1042
msgid "Basic auth"
msgstr ""

#: inc/class-page-settings.php:1017 inc/class-page-settings.php:1022
#: parts/sidebar/settings-network.php:60
msgid "Authentication method"
msgstr ""

#: inc/class-page-settings.php:997
msgid "If you protected your blog with HTTP basic authentication (.htaccess), or you use a Plugin to secure wp-cron.php, then use the authentication methods below."
msgstr ""

#. translators: %s: wp-cron.php URL.
#: inc/class-page-settings.php:988
msgid "Authentication for <code>%s</code>"
msgstr ""

#: inc/class-page-settings.php:923
msgid "This do an empty output on job working. This can help in some situations or can break the working. You must test it."
msgstr ""

#: inc/class-page-settings.php:902 inc/class-page-settings.php:919
msgid "Enable an empty Output on backup working."
msgstr ""

#: inc/class-page-settings.php:896
msgid "Empty output on working"
msgstr ""

#: inc/class-page-settings.php:748
msgid "Debug (not translated)"
msgstr ""

#: inc/class-page-settings.php:740
msgid "Debug (translated)"
msgstr ""

#: inc/class-page-settings.php:732
msgid "Normal (not translated)"
msgstr ""

#: inc/class-page-settings.php:724
msgid "Normal (translated)"
msgstr ""

#: inc/class-page-settings.php:753
msgid "Debug log has much more information than normal logs. It is for support and should be handled carefully. For support is the best to use a not translated log file. Usage of not translated logs can reduce the PHP memory usage too."
msgstr ""

#: inc/class-page-settings.php:707 inc/class-page-settings.php:712
msgid "Logging Level"
msgstr ""

#. translators: %s: WordPress content directory path.
#: inc/class-page-settings.php:672
msgid "You can use absolute or relative path! Relative path is relative to %s."
msgstr ""

#. translators: %s: job name.
#: inc/class-page-jobs.php:638
msgid "The job \"%s\" needs properly configured destinations to run!"
msgstr ""

#. translators: 1: job name, 2: destination name.
#: inc/class-page-jobs.php:625
msgid "The job \"%1$s\" destination \"%2$s\" is not configured properly"
msgstr ""

#: inc/class-page-editjob.php:728
msgid "Use <a href=\"http://wp-cli.org/\">WP-CLI</a> to run jobs from commandline."
msgstr ""

#: inc/class-page-editjob.php:669
msgid "Leave empty to not have log sent. Or separate with , for more than one receiver."
msgstr ""

#: inc/class-page-backwpup.php:232
msgid "Video: Restoring Backups"
msgstr ""

#: inc/class-page-backwpup.php:227
msgid "Video: Creating Full Backups"
msgstr ""

#: inc/class-page-backwpup.php:222
msgid "Video: Daily Backups"
msgstr ""

#: inc/class-page-backwpup.php:217
msgid "Video: Settings"
msgstr ""

#: inc/class-page-backwpup.php:212
msgid "Video: Introduction"
msgstr ""

#: inc/class-jobtype-wpplugin.php:177
msgid "Can not open target file for writing."
msgstr ""

#: inc/class-jobtype-file.php:201
msgid "Use one folder above as WordPress install folder! That can be helpful, if you would backup files and folder that are not in the WordPress installation folder. Or if you made a \"<a href=\"https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory\">Giving WordPress Its Own Directory</a>\" installation. Excludes must be configured again."
msgstr ""

#: inc/class-jobtype-file.php:198
msgid "Use one folder above as WP install folder"
msgstr ""

#: inc/class-jobtype-file.php:122
msgid "Backup WordPress install folder"
msgstr ""

#: inc/class-job.php:2457
msgid "The Backup archive will be too large for file operations with this PHP Version. You might want to consider splitting the backup job in multiple jobs with less files each."
msgstr ""

#. translators: %s: folder path.
#: inc/class-job.php:2373
msgid "Archiving Folder: %s"
msgstr ""

#: inc/class-job.php:2324
msgid "Adding Extra files to Archive"
msgstr ""

#. translators: %s: system error.
#: inc/class-job.php:3318 inc/class-job.php:3338
msgid "System: %s"
msgstr ""

#: inc/class-job.php:782
msgid "Could not write log file"
msgstr ""

#. translators: 1: user login, 2: user ID.
#: inc/class-job.php:628
msgid "[INFO] Runs with user: %1$s (%2$d) "
msgstr ""

#. translators: %s: job name.
#: inc/class-job.php:621
msgid "[INFO] BackWPup job: %1$s"
msgstr ""

#. translators: 1: WordPress version, 2: site URL.
#: inc/class-job.php:597
msgctxt "WordPress Version; Blog url"
msgid "[INFO] WordPress %1$s on %2$s"
msgstr ""

#. translators: %1$s: plugin name, %2$s: plugin version, %3$s: plugin URL.
#: inc/class-job.php:586
msgctxt "Plugin name; Plugin Version; plugin url"
msgid "[INFO] %1$s %2$s; A project of WP Media"
msgstr ""

#. translators: %s: folder path.
#: inc/class-file.php:170
msgid "Folder %1$s is not in open basedir, please use another folder."
msgstr ""

#: parts/sidebar/storage-S3.php:387
msgid "Standard-Infrequent Access"
msgstr ""

#: parts/sidebar/storage-S3.php:386
msgid "Standard"
msgstr ""

#: inc/class-destination-dropbox-api.php:229
#: inc/class-destination-msazure.php:268 inc/class-destination-s3.php:527
#: inc/class-destination-s3.php:575
msgid "Can not open source file for transfer."
msgstr ""

#: inc/class-create-archive.php:383
msgid "ZIP archive cannot be closed correctly"
msgstr ""

#: inc/class-admin.php:1048
msgid "&mdash; No additional role for BackWPup &mdash;"
msgstr ""

#: inc/class-admin.php:1041
msgid "Add BackWPup Role"
msgstr ""

#. Description of the plugin
#: backwpup.php
msgid "WordPress Backup Plugin"
msgstr ""

#. Plugin Name of the plugin
#: backwpup.php
msgid "BackWPup"
msgstr ""

#: src/Cli/Commands/Status.php:59
msgid "No job running."
msgstr ""

#: src/Cli/Commands/Kill.php:54
msgid "Nothing to abort."
msgstr ""

#: src/Cli/Commands/Run.php:195
msgid "Job ID does not exist!"
msgstr ""

#: src/Cli/Commands/Run.php:107
msgid "A job is already running."
msgstr ""

#: inc/class-page-settings.php:1373
msgid "Reset all settings to default"
msgstr ""

#: inc/class-page-settings.php:1363
msgid "Save Changes"
msgstr ""

#: inc/class-page-settings.php:347
msgid "Loaded PHP Extensions:"
msgstr ""

#: inc/class-page-settings.php:342
msgid "Disabled PHP Functions:"
msgstr ""

#: inc/class-page-settings.php:335
msgid "Memory in use"
msgstr ""

#: inc/class-page-settings.php:331
msgid "WP maximum memory limit"
msgstr ""

#: inc/class-page-settings.php:327
msgid "WP memory limit"
msgstr ""

#: inc/class-page-settings.php:323
msgid "PHP Memory limit"
msgstr ""

#: inc/class-page-settings.php:319
msgid "MySQL Client encoding"
msgstr ""

#: inc/class-page-settings.php:315
msgid "Blog language"
msgstr ""

#. translators: %s: hours offset.
#: inc/class-page-settings.php:310
msgid "%s hours"
msgstr ""

#: inc/class-page-settings.php:307
msgid "Blog Time offset"
msgstr ""

#: inc/class-page-settings.php:303
msgid "Blog Timezone"
msgstr ""

#: inc/class-page-settings.php:299
msgid "Blog Time"
msgstr ""

#: inc/class-page-settings.php:294
msgid "Server Time"
msgstr ""

#: inc/class-page-settings.php:286
msgid "CHMOD Dir"
msgstr ""

#: inc/class-page-settings.php:269
msgid "Disabled WP Cron"
msgstr ""

#: inc/class-page-settings.php:261
msgid "Alternative WP Cron"
msgstr ""

#: inc/class-page-settings.php:242
msgid "Maximum execution time"
msgstr ""

#: inc/class-page-settings.php:265 inc/class-page-settings.php:273
msgid "Off"
msgstr ""

#: inc/class-page-settings.php:263 inc/class-page-settings.php:271
msgid "On"
msgstr ""

#: inc/class-page-settings.php:234
msgid "Current PHP user"
msgstr ""

#: inc/class-page-settings.php:230
msgid "PHP SAPI"
msgstr ""

#: inc/class-page-settings.php:226
msgid "Operating System"
msgstr ""

#: inc/class-page-settings.php:221 parts/sidebar/storage-FTP.php:113
msgid "Server"
msgstr ""

#. translators: %s: log folder path.
#: inc/class-page-settings.php:213
msgid "Log folder %s is not writable."
msgstr ""

#: inc/class-page-settings.php:200
msgid "Log folder"
msgstr ""

#. translators: %s: temporary folder path.
#: inc/class-page-settings.php:192
msgid "Temporary folder %s is not writable."
msgstr ""

#. translators: %s: temporary folder path.
#: inc/class-page-settings.php:186
msgid "Temp folder %s doesn't exist."
msgstr ""

#: inc/class-page-settings.php:182
msgid "Temp folder"
msgstr ""

#: inc/class-page-settings.php:172
msgid "Response Test O.K."
msgstr ""

#: inc/class-page-settings.php:116
msgid "Server self connect"
msgstr ""

#: inc/class-page-settings.php:111
msgid "WP-Cron url"
msgstr ""

#: inc/class-page-settings.php:107
msgid "unavailable"
msgstr ""

#: inc/class-page-settings.php:104
msgid "cURL SSL version"
msgstr ""

#: inc/class-page-settings.php:100
msgid "cURL version"
msgstr ""

#: inc/class-page-settings.php:96
msgid "MySQL version"
msgstr ""

#: inc/class-page-settings.php:86
msgid "PHP version"
msgstr ""

#: inc/class-page-settings.php:81
msgid "BackWPup Pro version"
msgstr ""

#: inc/class-page-settings.php:79
msgid "Get pro."
msgstr ""

#: inc/class-page-settings.php:75
msgid "BackWPup version"
msgstr ""

#: inc/class-page-settings.php:70
msgid "WordPress version"
msgstr ""

#: inc/class-page-settings.php:1339 inc/class-page-settings.php:1343
msgid "Value"
msgstr ""

#: inc/class-page-settings.php:1339 inc/class-page-settings.php:1343
msgid "Setting"
msgstr ""

#: inc/class-page-settings.php:881
msgid "maximum"
msgstr ""

#: inc/class-page-settings.php:873
msgid "medium"
msgstr ""

#: inc/class-page-settings.php:865
msgid "minimum"
msgstr ""

#: inc/class-page-settings.php:857
msgid "disabled"
msgstr ""

#: inc/class-page-settings.php:840 inc/class-page-settings.php:845
#: parts/sidebar/settings-jobs.php:103
msgid "Reduce server load"
msgstr ""

#: inc/class-page-settings.php:818
msgid "Key to start jobs externally with an URL"
msgstr ""

#: inc/class-page-settings.php:793
msgid "Maximum PHP Script execution time"
msgstr ""

#: inc/class-page-settings.php:788
msgid "Maximum script execution time"
msgstr ""

#: inc/class-page-settings.php:779 parts/sidebar/settings-jobs.php:60
msgid "Maximum number of retries for job steps"
msgstr ""

#: inc/class-page-settings.php:769
msgid "There are a couple of general options for backup jobs. Set them here."
msgstr ""

#: inc/class-page-settings.php:656 parts/sidebar/settings-logs.php:50
msgid "Log file folder"
msgstr ""

#: inc/class-page-settings.php:646
msgid "Every time BackWPup runs a backup job, a log file is being generated. Choose where to store your log files and how many of them."
msgstr ""

#: inc/class-page-settings.php:622
msgid "Information"
msgstr ""

#: inc/class-page-settings.php:621
msgid "API Keys"
msgstr ""

#: inc/class-page-settings.php:620 parts/sidebar/advanced-settings.php:48
msgid "Network"
msgstr ""

#: inc/class-page-settings.php:592
msgid "Settings saved"
msgstr ""

#: inc/class-page-settings.php:459
msgid "Settings reset to default"
msgstr ""

#: inc/class-page-logs.php:349
msgid "Log only"
msgstr ""

#: inc/class-page-logs.php:305 src/Cli/Helpers/CommandsLogHelpersTrait.php:113
msgid "O.K."
msgstr ""

#: inc/class-page-logs.php:254
msgid "View"
msgstr ""

#: inc/class-page-logs.php:184
msgid "Runtime"
msgstr ""

#: components/table-row-backups.php:210 inc/class-page-logs.php:181
msgid "Status"
msgstr ""

#: inc/class-page-logs.php:156
msgid "No Logs."
msgstr ""

#. Translators: %s is duration in seconds.
#: inc/class-page-jobs.php:1176
msgid "backup created with warnings in %s seconds. Please resolve them for correct execution."
msgstr ""

#: inc/class-page-jobs.php:1170
msgid "Job completed"
msgstr ""

#: components/progress-box.php:50 inc/class-page-jobs.php:915
#: parts/sidebar/advanced-settings.php:86
#: parts/sidebar/settings-data-type.php:60 parts/sidebar/storages.php:100
#: src/Admin/Chatbot/Chatbot.php:65
msgid "Close"
msgstr ""

#: inc/class-page-jobs.php:915
msgid "Close working screen"
msgstr ""

#: inc/class-page-jobs.php:913
msgid "Display working log"
msgstr ""

#: inc/class-page-jobs.php:913
msgid "Log of running job"
msgstr ""

#: inc/class-page-jobs.php:912
msgid "Errors:"
msgstr ""

#: inc/class-page-jobs.php:911
msgid "Warnings:"
msgstr ""

#. translators: %s: job name.
#: inc/class-page-jobs.php:910
msgid "Job currently running: %s"
msgstr ""

#: inc/class-page-jobs.php:696 src/Cli/Commands/Kill.php:59
msgid "Job will be terminated."
msgstr ""

#. translators: %s: Job name
#. translators: %s: Job name.
#: inc/class-page-jobs.php:678 src/Backups/API/Rest.php:312
msgid "Job \"%s\" started."
msgstr ""

#: inc/class-job.php:3562 inc/class-page-jobs.php:567
msgid "Copy of"
msgstr ""

#: inc/class-page-jobs.php:475
msgid "Log"
msgstr ""

#: inc/class-page-jobs.php:463
msgid "Download last backup"
msgstr ""

#: inc/class-page-jobs.php:455
msgid "not yet"
msgstr ""

#. translators: %d: seconds.
#: inc/class-page-jobs.php:450
msgid "Runtime: %d seconds"
msgstr ""

#: inc/class-page-jobs.php:420
msgid "Inactive"
msgstr ""

#. translators: %s: cron expression.
#: inc/class-page-jobs.php:410
msgid "Cron: %s"
msgstr ""

#. translators: %s: runtime in seconds.
#: inc/class-page-jobs.php:399
msgid "Running for: %s seconds"
msgstr ""

#: inc/class-page-jobs.php:374
msgid "Not needed or set"
msgstr ""

#: inc/class-page-jobs.php:312
msgid "Last log"
msgstr ""

#: inc/class-page-jobs.php:299 views/restore/steps/step3_action.php:94
msgid "Edit"
msgstr ""

#. translators: %d: job ID.
#. translators: %d: Job ID.
#: inc/class-page-jobs.php:294 inc/class-page-logs.php:250
#: src/Cli/Commands/Status.php:66
msgid "Job ID: %d"
msgstr ""

#: inc/class-page-jobs.php:233
msgid "Last Run"
msgstr ""

#: inc/class-page-jobs.php:232
msgid "Next Run"
msgstr ""

#: inc/class-page-jobs.php:231
msgid "Destinations"
msgstr ""

#: inc/class-page-editjob.php:966
msgid "Save changes"
msgstr ""

#: inc/class-page-editjob.php:933
msgid "Day of Week:"
msgstr ""

#: inc/class-page-editjob.php:928
msgid "December"
msgstr ""

#: inc/class-page-editjob.php:927
msgid "November"
msgstr ""

#: inc/class-page-editjob.php:926
msgid "October"
msgstr ""

#: inc/class-page-editjob.php:925
msgid "September"
msgstr ""

#: inc/class-page-editjob.php:924
msgid "August"
msgstr ""

#: inc/class-page-editjob.php:923
msgid "July"
msgstr ""

#: inc/class-page-editjob.php:922
msgid "June"
msgstr ""

#: inc/class-page-editjob.php:921
msgid "May"
msgstr ""

#: inc/class-page-editjob.php:920
msgid "April"
msgstr ""

#: inc/class-page-editjob.php:919
msgid "March"
msgstr ""

#: inc/class-page-editjob.php:918
msgid "February"
msgstr ""

#: inc/class-page-editjob.php:917
msgid "January"
msgstr ""

#: inc/class-page-editjob.php:911
msgid "Month:"
msgstr ""

#: inc/class-page-editjob.php:897
msgid "Day of Month:"
msgstr ""

#: inc/class-page-editjob.php:883
msgid "Hours:"
msgstr ""

#: inc/class-page-editjob.php:872 inc/class-page-editjob.php:886
#: inc/class-page-editjob.php:899 inc/class-page-editjob.php:913
#: inc/class-page-editjob.php:935
msgid "Any (*)"
msgstr ""

#: inc/class-page-editjob.php:870
msgid "Minutes:"
msgstr ""

#: inc/class-page-editjob.php:854
msgid "hourly"
msgstr ""

#: inc/class-page-editjob.php:844
msgid "daily"
msgstr ""

#: inc/class-page-editjob.php:834 inc/class-page-editjob.php:945
#: parts/sidebar/frequency.php:141
msgid "Saturday"
msgstr ""

#: inc/class-page-editjob.php:833 inc/class-page-editjob.php:944
#: parts/sidebar/frequency.php:140
msgid "Friday"
msgstr ""

#: inc/class-page-editjob.php:832 inc/class-page-editjob.php:943
#: parts/sidebar/frequency.php:139
msgid "Thursday"
msgstr ""

#: inc/class-page-editjob.php:831 inc/class-page-editjob.php:942
#: parts/sidebar/frequency.php:138
msgid "Wednesday"
msgstr ""

#: inc/class-page-editjob.php:830 inc/class-page-editjob.php:941
#: parts/sidebar/frequency.php:137
msgid "Tuesday"
msgstr ""

#: inc/class-page-editjob.php:829 inc/class-page-editjob.php:940
#: parts/sidebar/frequency.php:136
msgid "Monday"
msgstr ""

#: inc/class-page-editjob.php:828 inc/class-page-editjob.php:939
#: parts/sidebar/frequency.php:142
msgid "Sunday"
msgstr ""

#: inc/class-page-editjob.php:826
msgid "weekly"
msgstr ""

#: inc/class-page-editjob.php:806
msgid "on"
msgstr ""

#: inc/class-page-editjob.php:802
msgid "monthly"
msgstr ""

#: inc/class-page-editjob.php:798
msgid "Minute"
msgstr ""

#: inc/class-page-editjob.php:795
msgid "Hour"
msgstr ""

#: components/table-backups.php:22 components/table-row-backups.php:186
#: inc/class-page-editjob.php:790 inc/class-page-jobs.php:230
#: inc/class-page-logs.php:182
msgid "Type"
msgstr ""

#: inc/class-page-editjob.php:785 inc/class-page-editjob.php:867
msgid "Scheduler"
msgstr ""

#: inc/class-page-editjob.php:748
msgid "advanced"
msgstr ""

#: inc/class-page-editjob.php:744
msgid "basic"
msgstr ""

#: inc/class-page-editjob.php:737 inc/class-page-editjob.php:740
msgid "Scheduler type"
msgstr ""

#: inc/class-page-editjob.php:733
msgid "Schedule execution time"
msgstr ""

#: inc/class-page-editjob.php:725
msgid "Start job with CLI"
msgstr ""

#: inc/class-page-editjob.php:717
msgid "with a link"
msgstr ""

#: inc/class-page-editjob.php:718
msgid "Copy the link for an external start. This option has to be activated to make the link work."
msgstr ""

#: inc/class-page-editjob.php:711
msgid "with WordPress cron"
msgstr ""

#: inc/class-page-editjob.php:707
msgid "manually only"
msgstr ""

#: inc/class-page-editjob.php:700 inc/class-page-editjob.php:703
msgid "Start job"
msgstr ""

#: inc/class-page-editjob.php:696
msgid "Job Schedule"
msgstr ""

#: inc/class-page-editjob.php:684
msgid "Send email with log only when errors occur during job execution."
msgstr ""

#: inc/class-page-editjob.php:679
msgid "Errors only"
msgstr ""

#: inc/class-page-editjob.php:673
msgid "Email FROM field"
msgstr ""

#: inc/class-page-editjob.php:666 parts/sidebar/settings-logs.php:116
msgid "Send log to email address"
msgstr ""

#: inc/class-page-editjob.php:662
msgid "Log Files"
msgstr ""

#: inc/class-page-editjob.php:641 inc/class-page-editjob.php:644
msgid "Where should your backup file be stored?"
msgstr ""

#: inc/class-page-editjob.php:637
msgid "Job Destination"
msgstr ""

#: inc/class-page-editjob.php:577
msgid "Tar GZip"
msgstr ""

#: inc/class-page-editjob.php:571
msgid "Tar"
msgstr ""

#: inc/class-page-editjob.php:580
msgid "Disabled due to missing %s PHP function."
msgstr ""

#: inc/class-page-editjob.php:565
msgid "Zip"
msgstr ""

#: inc/class-page-editjob.php:558 inc/class-page-editjob.php:561
msgid "Archive Format"
msgstr ""

#: inc/class-page-editjob.php:552
msgid "%s = Two digit representation of the second"
msgstr ""

#: inc/class-page-editjob.php:551
msgid "%i = Two digit representation of the minute"
msgstr ""

#: inc/class-page-editjob.php:548
msgid "%G = Hour in 24-hour format, without leading zeros"
msgstr ""

#: inc/class-page-editjob.php:547
msgid "%g = Hour in 12-hour format, without leading zeros"
msgstr ""

#: inc/class-page-editjob.php:546
msgid "%B = Swatch Internet Time"
msgstr ""

#: inc/class-page-editjob.php:545
msgid "%A = Uppercase ante meridiem (AM) and post meridiem (PM)"
msgstr ""

#: inc/class-page-editjob.php:544
msgid "%a = Lowercase ante meridiem (am) and post meridiem (pm)"
msgstr ""

#: inc/class-page-editjob.php:543
msgid "%y = Two digit representation of the year"
msgstr ""

#: inc/class-page-editjob.php:542
msgid "%Y = Four digit representation of the year"
msgstr ""

#: inc/class-page-editjob.php:541
msgid "%n = Representation of the month (without leading zeros)"
msgstr ""

#: inc/class-page-editjob.php:539
msgid "%j = Day of the month, without leading zeros"
msgstr ""

#: inc/class-page-editjob.php:538
msgid "%d = Two digit day of the month, with leading zeros"
msgstr ""

#: inc/class-page-editjob.php:537
msgid "Replacement patterns:"
msgstr ""

#: inc/class-page-editjob.php:527 parts/sidebar/format.php:37
msgid "Archive name"
msgstr ""

#: inc/class-page-editjob.php:519
msgid "Create a backup archive"
msgstr ""

#: inc/class-page-editjob.php:514
msgid "Synchronize file by file to destination"
msgstr ""

#: inc/class-page-editjob.php:508 inc/class-page-editjob.php:511
msgid "Backup type"
msgstr ""

#: inc/class-page-editjob.php:503
msgid "Backup File Creation"
msgstr ""

#: inc/class-page-editjob.php:485
msgid "Job tasks"
msgstr ""

#: inc/class-page-editjob.php:482
msgid "This job is a&#160;&hellip;"
msgstr ""

#: inc/class-page-editjob.php:479
msgid "Job Tasks"
msgstr ""

#: inc/class-page-editjob.php:472
msgid "Please name this job."
msgstr ""

#: inc/class-page-editjob.php:469 inc/class-page-editjob.php:474
#: inc/class-page-jobs.php:229
msgid "Job Name"
msgstr ""

#: inc/class-page-editjob.php:421
msgid "Schedule"
msgstr ""

#: inc/class-page-editjob.php:417
msgid "General"
msgstr ""

#: inc/class-page-editjob.php:1091
msgid "Next runtime:"
msgstr ""

#: inc/class-page-editjob.php:1089
msgid "ATTENTION: Can't calculate cron!"
msgstr ""

#. translators: %d: number of minutes.
#: inc/class-page-editjob.php:1085
msgid "ATTENTION: Job runs every %d minutes!"
msgstr ""

#: inc/class-page-editjob.php:1066
msgid "Working as <a href=\"http://wikipedia.org/wiki/Cron\">Cron</a> schedule:"
msgstr ""

#: inc/class-page-editjob.php:272 inc/class-page-jobs.php:304
msgid "Run now"
msgstr ""

#: inc/class-page-editjob.php:272
msgid "Jobs overview"
msgstr ""

#. translators: %s: job name.
#: inc/class-page-editjob.php:270
msgid "Changes for job <i>%s</i> saved."
msgstr ""

#. translators: %d: job ID.
#: inc/class-page-editjob.php:122
msgid "Job with ID %d"
msgstr ""

#: inc/class-page-backwpup.php:329
msgid "Edit Job"
msgstr ""

#: components/progress-box.php:36 inc/class-page-backwpup.php:309
#: inc/class-page-jobs.php:914 pages/first-congratulations.php:51
msgid "Abort"
msgstr ""

#: inc/class-page-backwpup.php:307
msgid "working since %d seconds"
msgstr ""

#: inc/class-page-backwpup.php:278
msgid "Next scheduled jobs"
msgstr ""

#: inc/class-page-backwpup.php:415
msgid "OK"
msgstr ""

#. translators: %d: number of warnings.
#: inc/class-page-backwpup.php:408 inc/class-page-logs.php:296
#: src/Cli/Helpers/CommandsLogHelpersTrait.php:103
msgid "%d WARNING"
msgid_plural "%d WARNINGS"
msgstr[0] ""
msgstr[1] ""

#. translators: %d: number of errors.
#: inc/class-page-backwpup.php:397 inc/class-page-logs.php:285
#: src/Cli/Helpers/CommandsLogHelpersTrait.php:110
msgid "%d ERROR"
msgid_plural "%d ERRORS"
msgstr[0] ""
msgstr[1] ""

#: inc/class-page-backwpup.php:351
msgid "Result"
msgstr ""

#: inc/class-page-backwpup.php:282 inc/class-page-backwpup.php:351
#: inc/class-page-logs.php:180
msgid "Job"
msgstr ""

#: inc/class-page-backwpup.php:349
msgid "Last logs"
msgstr ""

#: inc/class-page-backwpup.php:260
msgctxt "Pro teaser box, link text"
msgid "Get BackWPup Pro now"
msgstr ""

#: inc/class-page-backwpup.php:260
msgctxt "Pro teaser box, link title"
msgid "Get BackWPup Pro now"
msgstr ""

#: inc/class-page-backwpup.php:257
msgctxt "Pro teaser box, link text"
msgid "And more…"
msgstr ""

#: inc/class-page-backwpup.php:253
msgctxt "Pro teaser box"
msgid "Easy-peasy wizards to create and schedule backup jobs."
msgstr ""

#: inc/class-page-backwpup.php:252
msgctxt "Pro teaser box"
msgid "Differential backups to Google Drive and other cloud storage service."
msgstr ""

#: inc/class-page-backwpup.php:251
msgctxt "Pro teaser box"
msgid "First-class <strong>dedicated support</strong> at backwpup.com."
msgstr ""

#: inc/class-page-backwpup.php:249
msgctxt "Pro teaser box"
msgid "Get access to:"
msgstr ""

#: inc/class-page-backwpup.php:246
msgctxt "Pro teaser box"
msgid "Thank you for using BackWPup!"
msgstr ""

#: inc/class-page-backwpup.php:170
msgid "Untitled"
msgstr ""

#: inc/class-page-backwpup.php:154
msgid "An error has occurred, which probably means the feed is down. Try again later."
msgstr ""

#: inc/class-page-backwpup.php:148
msgid "<strong>RSS Error</strong>: %s"
msgstr ""

#: inc/class-page-backwpup.php:142
msgid "BackWPup News"
msgstr ""

#: inc/class-page-backwpup.php:136
msgid "Download database backup"
msgstr ""

#: inc/class-page-backwpup.php:136
msgid "Generate a database backup of WordPress tables and download it right away!"
msgstr ""

#: inc/class-page-backwpup.php:134
msgid "One click backup"
msgstr ""

#: inc/class-page-backwpup.php:125
msgid "Check the job log"
msgstr ""

#: inc/class-page-backwpup.php:124
msgid "Run the created job"
msgstr ""

#: inc/class-page-backwpup.php:122
msgid "Check the installation"
msgstr ""

#: inc/class-page-backwpup.php:123
msgid "Create a Job"
msgstr ""

#: inc/class-page-backwpup.php:119
msgid "First Steps"
msgstr ""

#: inc/class-page-backwpup.php:103
msgid "<a href=\"%s\">Add a new backup job</a> and plan what you want to save."
msgstr ""

#: inc/class-page-backwpup.php:97
msgid "Use the short links in the <strong>First steps</strong> box to plan and schedule backup jobs."
msgstr ""

#: inc/class-page-backwpup.php:92 inc/class-page-backwpup.php:112
msgid "<strong>Please note: You are solely responsible for the security of your data; the authors of this plugin are not.</strong>"
msgstr ""

#: inc/class-page-backwpup.php:84
msgid "Use one of the wizards to plan a backup, or use <a href=\"%s\">expert mode</a> for full control over all options."
msgstr ""

#: inc/class-page-backwpup.php:81 inc/class-page-backwpup.php:100
msgctxt "Dashboard heading"
msgid "Ready to set up a backup job?"
msgstr ""

#: inc/class-page-backwpup.php:79 inc/class-page-backwpup.php:98
msgctxt "Dashboard heading"
msgid "Restoring backups"
msgstr ""

#: inc/class-page-backwpup.php:78 inc/class-page-backwpup.php:97
msgid "Use your backup archives to save your entire WordPress installation including <code>/wp-content/</code>. Push them to an external storage service if you don’t want to save the backups on the same server."
msgstr ""

#: inc/class-page-backwpup.php:77 inc/class-page-backwpup.php:96
msgctxt "Dashboard heading"
msgid "Planning backups"
msgstr ""

#: inc/class-page-backups.php:650
msgid "Backup Files"
msgstr ""

#: inc/class-page-backups.php:506 inc/class-page-backups.php:562
#: inc/class-page-editjob.php:46 inc/class-page-jobs.php:586
msgid "Sorry, you don't have permissions to do that."
msgstr ""

#. translators: 1: Date. 2: Time.
#. translators: %1$s = date, %2$s = time.
#. translators: %1$s: date, %2$s: time.
#: components/job-item.php:24 inc/class-page-backups.php:481
#: inc/class-page-backwpup.php:321 inc/class-page-jobs.php:412
#: inc/class-page-jobs.php:443 inc/class-page-logs.php:210
#: src/Hosting/Kinsta.php:175 src/Hosting/Kinsta.php:222
#: src/Jobs/API/Rest.php:399 src/Jobs/API/Rest.php:653
#: src/Log/WpDateLogFormatter.php:44
msgid "%1$s at %2$s"
msgstr ""

#: inc/class-page-backups.php:468
msgid "?"
msgstr ""

#: components/table-row-backups.php:131 components/table-row-backups.php:346
#: inc/class-page-backups.php:419 inc/class-page-backups.php:831
#: inc/class-page-jobs.php:463 inc/class-page-jobs.php:514
#: inc/class-page-logs.php:258
msgid "Download"
msgstr ""

#: inc/class-page-backups.php:790
msgid "You are about to delete this backup archive. 'Cancel' to stop, 'OK' to delete."
msgstr ""

#: inc/class-page-backups.php:315 inc/class-page-logs.php:183
msgid "Size"
msgstr ""

#: inc/class-page-backups.php:313
msgid "File"
msgstr ""

#: inc/class-page-backups.php:312 inc/class-page-backwpup.php:281
#: inc/class-page-backwpup.php:351 inc/class-page-logs.php:179
msgid "Time"
msgstr ""

#: inc/class-page-backups.php:293
msgid "Change destination"
msgstr ""

#: components/job-item.php:107 components/table-row-backups.php:114
#: components/table-row-backups.php:141 components/table-row-backups.php:302
#: inc/class-page-backups.php:246 inc/class-page-backups.php:801
#: inc/class-page-jobs.php:216 inc/class-page-jobs.php:300
#: inc/class-page-logs.php:168 inc/class-page-logs.php:256
msgid "Delete"
msgstr ""

#: inc/class-page-backups.php:232
msgid "No files could be found. (List will be generated during next backup.)"
msgstr ""

#: inc/class-page-about.php:724
msgid "GET PRO"
msgstr ""

#: inc/class-page-about.php:667
msgid "Differential backup of changed directories to MS Azure"
msgstr ""

#: inc/class-page-about.php:662
msgid "Differential backup of changed directories to S3"
msgstr ""

#: inc/class-page-about.php:657
msgid "Differential backup of changed directories to Rackspace Cloud Files"
msgstr ""

#: inc/class-page-about.php:652
msgid "Differential backup of changed directories to Dropbox"
msgstr ""

#: inc/class-page-about.php:647
msgid "Import and export job settings as XML"
msgstr ""

#: inc/class-page-about.php:642
msgid "Database backup for additional MySQL databases"
msgstr ""

#: inc/class-page-about.php:637
msgid "Database backup as mysqldump per command line"
msgstr ""

#: inc/class-page-about.php:632
msgid "XML database backup as PHPMyAdmin schema"
msgstr ""

#: inc/class-page-about.php:627
msgid "Custom API keys for DropBox and SugarSync"
msgstr ""

#: inc/class-page-about.php:597
msgid "Backup to Amazon Glacier"
msgstr ""

#: inc/class-page-about.php:592
msgid "Backup to Google Drive"
msgstr ""

#: inc/class-page-about.php:582
msgid "Backup to your web space"
msgstr ""

#: inc/class-page-about.php:577
msgid "Backup to FTP server"
msgstr ""

#: inc/class-page-about.php:557
msgid "Backup as email"
msgstr ""

#: inc/class-page-about.php:552
msgid "Backup to Microsoft Azure"
msgstr ""

#: inc/class-page-about.php:547
msgid "Log report via email"
msgstr ""

#: inc/class-page-about.php:542
msgid "Start jobs per WP-Cron, URL, system, backend or WP-CLI"
msgstr ""

#: inc/class-page-about.php:537
msgid "Log file management"
msgstr ""

#: inc/class-page-about.php:527
msgid "Backup archives management"
msgstr ""

#: inc/class-page-about.php:522
msgid "List of installed plugins"
msgstr ""

#: inc/class-page-about.php:512
msgid "Data compression"
msgstr ""

#: inc/class-page-about.php:507
msgid "Database check"
msgstr ""

#: inc/class-page-about.php:502
msgid "Complete file backup"
msgstr ""

#: inc/class-page-about.php:497
msgid "Complete database backup"
msgstr ""

#: components/storage-item-locked.php:42 inc/class-page-about.php:494
msgid "PRO"
msgstr ""

#: inc/class-page-about.php:493
msgid "FREE"
msgstr ""

#: inc/class-page-about.php:492
msgid "Features"
msgstr ""

#: inc/class-page-about.php:489
msgid "Features / differences between Free and Pro"
msgstr ""

#: inc/class-page-about.php:483
msgid "BackWPup supports multiple cloud services in parallel. This ensures backups are redundant."
msgstr ""

#: inc/class-page-about.php:479 inc/class-page-about.php:482
msgid "Cloud Support"
msgstr ""

#: inc/class-page-about.php:471
msgid "By default everything is encrypted: connections to external services, local files and access to directories."
msgstr ""

#: inc/class-page-about.php:470 inc/class-page-about.php:474
msgid "Security!"
msgstr ""

#. translators: %s: edit job URL.
#: inc/class-page-about.php:454
msgid "You can backup all your attachments, also all system files, plugins and themes in a single file. You can <a href=\"%s\">create a job</a> to update a backup copy of your file system only when files are changed."
msgstr ""

#: inc/class-page-about.php:445
msgid "Save all files"
msgstr ""

#: inc/class-page-about.php:442
msgid "Save all data from the webserver"
msgstr ""

#: inc/class-page-about.php:434
msgid "You can choose the built-in WordPress export format in addition or exclusive to save your data. This works in automated backups too of course. The advantage is: you can import these files into a blog with the regular WordPress importer."
msgstr ""

#: inc/class-page-about.php:433 inc/class-page-about.php:437
msgid "WordPress XML Export"
msgstr ""

#. translators: %s: edit job URL.
#: inc/class-page-about.php:417
msgid "With BackWPup you can schedule the database backup to run automatically. With a single backup file you can restore your database. You should <a href=\"%s\">set up a backup job</a>, so you will never forget it. There is also an option to repair and optimize the database after each backup."
msgstr ""

#: inc/class-page-about.php:408
msgid "Save your database regularly"
msgstr ""

#: inc/class-page-about.php:405
msgid "Save your database"
msgstr ""

#: inc/class-page-about.php:395
msgid "Ready to set up a backup job? Use one of the wizards to plan what you want to save."
msgstr ""

#: inc/class-page-about.php:389
msgid "Welcome to BackWPup"
msgstr ""

#. translators: 1: edit job URL, 2: wizard URL.
#: inc/class-page-about.php:370
msgid "Ready to <a href=\"%1$s\">set up a backup job</a>? You can <a href=\"%2$s\">use the wizards</a> or plan your backup in expert mode."
msgstr ""

#: inc/class-page-about.php:357 inc/class-page-backwpup.php:78
msgid "BackWPup’s job wizards make planning and scheduling your backup jobs a breeze."
msgstr ""

#: inc/class-page-about.php:354
msgid "Welcome to BackWPup Pro"
msgstr ""

#: inc/class-option.php:284 inc/class-page-editjob.php:119
#: inc/class-page-editjob.php:474
msgid "New Job"
msgstr ""

#: inc/class-mysqldump.php:1023
msgid "Error while writing file!"
msgstr ""

#. translators: %s: requested length.
#: inc/class-mysqldump.php:685
msgid "Length for table backup is not correctly set: %1$s"
msgstr ""

#. translators: %s: start offset.
#: inc/class-mysqldump.php:675
msgid "Start for table backup is not correctly set: %1$s"
msgstr ""

#. translators: 1: database error message, 2: SQL query.
#: inc/class-mysqldump.php:534 inc/class-mysqldump.php:574
#: inc/class-mysqldump.php:618 inc/class-mysqldump.php:704
#: src/Infrastructure/Restore/WpdbDatabaseType.php:103
msgid "Database error %1$s for query %2$s"
msgstr ""

#: inc/class-mysqldump.php:113
msgid "Cannot open SQL backup file"
msgstr ""

#. translators: 1: error code, 2: error message.
#: inc/class-mysqldump.php:333
msgid "Cannot connect to MySQL database (%1$d: %2$s)"
msgstr ""

#. translators: 1: plugin list file name, 2: file size.
#: inc/class-jobtype-wpplugin.php:188
msgid "Added plugin list file \"%1$s\" with %2$s to backup file list."
msgstr ""

#: inc/class-jobtype-wpplugin.php:168
msgid "Inactive plugins:"
msgstr ""

#: inc/class-jobtype-wpplugin.php:161
msgid "Active plugins:"
msgstr ""

#. translators: %s: plugin author.
#: inc/class-jobtype-wpplugin.php:154
msgid "from %s"
msgstr ""

#: inc/class-jobtype-wpplugin.php:145
msgid "All plugin information:"
msgstr ""

#. translators: %d: attempt number.
#: inc/class-jobtype-wpplugin.php:113
msgid "%d. Trying to generate a file with installed plugin names&#160;&hellip;"
msgstr ""

#: inc/class-jobtype-wpplugin.php:47
msgid "Plugin list file name"
msgstr ""

#: inc/class-jobtype-wpplugin.php:10
msgid "Installed plugins list"
msgstr ""

#: components/table-row-backups.php:251 inc/class-jobtype-wpplugin.php:9
#: parts/modal/exclude-files-plugins.php:20
#: parts/sidebar/parts/files-content-selector-pro.php:47
msgid "Plugins"
msgstr ""

#. translators: 1: XML export filename, 2: XML export file size.
#: inc/class-jobtype-wpexp.php:613
msgid "Added XML export \"%1$s\" with %2$s to backup file list."
msgstr ""

#: inc/class-jobtype-wpexp.php:593
msgid "Compressing done."
msgstr ""

#: inc/class-jobtype-wpexp.php:585
msgid "Compressing file&#160;&hellip;"
msgstr ""

#: inc/class-jobtype-wpexp.php:520
msgid "WP Export file is a valid WXR file."
msgstr ""

#: src/Infrastructure/Xml/WxrValidator.php:69
msgid "This does not appear to be a WXR file, missing/invalid WXR version number"
msgstr ""

#. translators: 1: XML error code. 2: XML error message.
#: inc/class-jobtype-wpexp.php:545
msgid "XML RECOVERABLE (%1$s): %2$s"
msgstr ""

#. translators: 1: XML error code. 2: XML error message.
#: inc/class-jobtype-wpexp.php:531
msgid "XML WARNING (%1$s): %2$s"
msgstr ""

#: inc/class-jobtype-wpexp.php:513
msgid "Check WP Export file&#160;&hellip;"
msgstr ""

#: inc/class-jobtype-wpexp.php:243 inc/class-jobtype-wpexp.php:257
#: inc/class-jobtype-wpexp.php:288 inc/class-jobtype-wpexp.php:310
#: inc/class-jobtype-wpexp.php:350 inc/class-jobtype-wpexp.php:370
#: inc/class-jobtype-wpexp.php:490 inc/class-jobtype-wpexp.php:499
msgid "WP Export file could not written."
msgstr ""

#. translators: %s: post type slug.
#: inc/class-jobtype-wpexp.php:175
msgid "WP Export: Post type “%s” does not allow export."
msgstr ""

#. translators: %d: attempt number.
#: inc/class-jobtype-wpexp.php:153
msgid "%d. Trying to create a WordPress export to XML file&#160;&hellip;"
msgstr ""

#: inc/class-jobtype-wpexp.php:87 inc/class-jobtype-wpplugin.php:55
msgid "File compression"
msgstr ""

#: inc/class-jobtype-wpexp.php:79
msgid "XML Export file name"
msgstr ""

#: inc/class-jobtype-wpexp.php:61
msgid "Pages"
msgstr ""

#: inc/class-jobtype-wpexp.php:60
msgid "Posts"
msgstr ""

#: inc/class-jobtype-wpexp.php:59
msgid "All content"
msgstr ""

#: inc/class-jobtype-wpexp.php:56
msgid "Items to export"
msgstr ""

#: inc/class-jobtype-wpexp.php:18 inc/class-page-about.php:517
msgid "WordPress XML export"
msgstr ""

#: inc/class-jobtype-wpexp.php:17
msgid "XML export"
msgstr ""

#. translators: %s: folder name.
#: inc/class-jobtype-file.php:548
msgid "Folder \"%s\" is not readable!"
msgstr ""

#. translators: %d: number of folders.
#: inc/class-jobtype-file.php:498
msgid "%1$d folders to backup."
msgstr ""

#: inc/class-jobtype-file.php:493
msgid "No files/folder for the backup."
msgstr ""

#. translators: %s: File name.
#. translators: %s: file name.
#: inc/class-jobtype-file.php:459 inc/class-jobtype-file.php:464
#: inc/class-jobtype-file.php:484
msgid "Added \"%s\" to backup file list"
msgstr ""

#. translators: %d: attempt number.
#: inc/class-jobtype-file.php:294
msgid "%d. Trying to make a list of folders to back up&#160;&hellip;"
msgstr ""

#: inc/class-jobtype-file.php:192
msgid "Include special files"
msgstr ""

#: inc/class-jobtype-file.php:188
msgid "Special options"
msgstr ""

#: inc/class-jobtype-file.php:183
msgid "Separate file / folder name parts with a line-break or a comma. For example /logs/,.log,.tmp"
msgstr ""

#: inc/class-jobtype-file.php:180
msgid "Exclude files/folders from backup"
msgstr ""

#: inc/class-jobtype-file.php:176
msgid "Don't backup thumbnails from the site's uploads folder."
msgstr ""

#: inc/class-jobtype-file.php:174
msgid "Thumbnails in uploads"
msgstr ""

#: components/file-line.php:39 inc/class-jobtype-file.php:170
#: parts/sidebar/select-files.php:41
msgid "Exclude from backup"
msgstr ""

#: inc/class-jobtype-file.php:165
msgid "Separate folder names with a line-break or a comma. Folders must be set with their absolute path!"
msgstr ""

#: inc/class-jobtype-file.php:162
msgid "Extra folders to backup"
msgstr ""

#: inc/class-jobtype-file.php:154
msgid "Backup uploads folder"
msgstr ""

#: inc/class-jobtype-file.php:146
msgid "Backup themes"
msgstr ""

#: inc/class-jobtype-file.php:138
msgid "Backup plugins"
msgstr ""

#: inc/class-jobtype-file.php:130
msgid "Backup content folder"
msgstr ""

#: inc/class-jobtype-file.php:647
msgid "Excluded by .donotbackup file!"
msgstr ""

#: inc/class-jobtype-file.php:633
msgid "Exclude:"
msgstr ""

#. translators: %s: Path as set by user (symlink?).
#: inc/class-jobtype-file.php:625
msgid "Path as set by user (symlink?): %s"
msgstr ""

#: inc/class-jobtype-file.php:118
msgid "Folders to backup"
msgstr ""

#: inc/class-jobtype-file.php:11
msgid "File backup"
msgstr ""

#: components/selector-file-db.php:23 components/table-row-backups.php:243
#: inc/class-jobtype-file.php:10 inc/class-jobtypes.php:115
msgid "Files"
msgstr ""

#: inc/class-jobtype-dbdump.php:325
msgid "Database backup done!"
msgstr ""

#. translators: 1: backup file name, 2: file size.
#: inc/class-jobtype-dbdump.php:316
msgid "Added database dump \"%1$s\" with %2$s to backup file list"
msgstr ""

#: inc/class-jobtype-dbdump.php:308
msgid "MySQL backup file not created"
msgstr ""

#. translators: 1: Table name. 2: Number of records.
#: inc/class-jobtype-dbdump.php:260
msgid "Backup database table \"%1$s\" with \"%2$s\" records"
msgstr ""

#: inc/class-jobtype-dbdump.php:230
msgid "No tables to backup."
msgstr ""

#. translators: 1: database name, 2: database host.
#: inc/class-jobtype-dbdump.php:212
msgid "Connected to database %1$s on %2$s"
msgstr ""

#. translators: %d: attempt number.
#: inc/class-jobtype-dbdump.php:189
msgid "%d. Try to backup database&#160;&hellip;"
msgstr ""

#: inc/class-jobtype-wpexp.php:93 inc/class-jobtype-wpexp.php:95
#: inc/class-jobtype-wpplugin.php:61 inc/class-jobtype-wpplugin.php:63
msgid "GZip"
msgstr ""

#: src/Abilities/Jobs/GetBackupLogs.php:101
msgid "Backup filename"
msgstr ""

#: inc/class-jobtype-dbdump.php:82
msgid "all"
msgstr ""

#: inc/class-jobtype-dbdump.php:80
msgid "Tables to backup"
msgstr ""

#: inc/class-jobtype-dbdump.php:76
msgid "Settings for database backup"
msgstr ""

#: inc/class-jobtype-dbdump.php:10
msgid "Database backup"
msgstr ""

#: inc/class-jobtype-dbdump.php:9
msgid "DB Backup"
msgstr ""

#: inc/class-jobtype-dbcheck.php:208
msgid "No tables to check."
msgstr ""

#: inc/class-jobtype-dbcheck.php:206
msgid "Database check done!"
msgstr ""

#. translators: 1: table name, 2: database message.
#: inc/class-jobtype-dbcheck.php:194
msgid "Result of table repair for %1$s is: %2$s"
msgstr ""

#. translators: 1: table name, 2: database message.
#: inc/class-jobtype-dbcheck.php:176
msgid "Result of table check for %1$s is: %2$s"
msgstr ""

#. translators: %s: table name.
#: inc/class-jobtype-dbcheck.php:164
msgid "Table %1$s is not a MyISAM/InnoDB table. Not checked."
msgstr ""

#. translators: %s: table name.
#: inc/class-jobtype-dbcheck.php:157
msgid "Table %1$s is a view. Not checked."
msgstr ""

#. translators: %d: attempt number.
#: inc/class-jobtype-dbcheck.php:97
msgid "%d. Trying to check database&#160;&hellip;"
msgstr ""

#: inc/class-jobtype-dbcheck.php:55
msgid "Try to repair defect table"
msgstr ""

#: inc/class-jobtype-dbcheck.php:50
msgid "Repair"
msgstr ""

#: inc/class-jobtype-dbcheck.php:45
msgid "Check WordPress database tables only"
msgstr ""

#: inc/class-jobtype-dbcheck.php:40
msgid "WordPress tables only"
msgstr ""

#: inc/class-jobtype-dbcheck.php:36
msgid "Settings for database check"
msgstr ""

#: inc/class-jobtype-dbcheck.php:10
msgid "Check database tables"
msgstr ""

#: inc/class-jobtype-dbcheck.php:9
msgid "DB Check"
msgstr ""

#. translators: 1: number of files, 2: total size.
#: inc/class-job.php:2478
msgid "%1$d Files with %2$s in Archive."
msgstr ""

#. translators: %s: archive size.
#: inc/class-job.php:2468
msgid "Archive size is %s."
msgstr ""

#: inc/class-job.php:2443
msgid "Backup archive created."
msgstr ""

#: inc/class-job.php:2340 inc/class-job.php:2429
msgid "Cannot create backup archive correctly. Aborting creation."
msgstr ""

#. translators: %s: archive compression method.
#: inc/class-job.php:2310
msgctxt "Archive compression method"
msgid "Compressing files as %s. Please be patient, this may take a moment."
msgstr ""

#. translators: %d: attempt number.
#: inc/class-job.php:2295
msgid "%d. Trying to create backup archive &hellip;"
msgstr ""

#. translators: %s: file size.
#: inc/class-job.php:2936
msgid "Added manifest.json file with %1$s to backup file list."
msgstr ""

#: inc/class-job.php:2920
msgid "Please leave manifest.json untouched and in place. Otherwise it is safe to be ignored."
msgstr ""

#: inc/class-job.php:2916
msgid "manifest.json might be needed for later restoring a backup from this archive."
msgstr ""

#: inc/class-job.php:2915
msgid "You may have noticed the manifest.json file in this archive."
msgstr ""

#. translators: %d: attempt number.
#: inc/class-job.php:2842
msgid "%d. Trying to generate a manifest file&#160;&hellip;"
msgstr ""

#. translators: %s: file path and size.
#: inc/class-job.php:2743
msgid "File size of “%s” cannot be retrieved. File might be too large and will not be added to queue."
msgstr ""

#. translators: %s: file path.
#: inc/class-job.php:2732
msgid "File \"%s\" is not readable!"
msgstr ""

#. translators: %s: file path.
#: inc/class-job.php:2723
msgid "Link \"%s\" not following."
msgstr ""

#. translators: %s: folder path.
#: inc/class-job.php:2683
msgctxt "Folder name"
msgid "Folder %s is not readable"
msgstr ""

#. translators: %s: folder path.
#: inc/class-job.php:2670
msgctxt "Folder name"
msgid "Folder %s does not exist"
msgstr ""

#. translators: %1$s = Date, %2$s = job name, %3$s = job status.
#: inc/class-job.php:1710
msgid "[%3$s] BackWPup log %1$s: %2$s"
msgstr ""

#: inc/class-job.php:1705
msgid "ERROR"
msgstr ""

#: inc/class-job.php:1702
msgid "WARNING"
msgstr ""

#: inc/class-job.php:1700
msgid "SUCCESSFUL"
msgstr ""

#. translators: %s: runtime in seconds.
#: inc/class-job.php:1633
msgid "Job done in %s seconds."
msgstr ""

#. translators: %s: runtime in seconds.
#: inc/class-job.php:1621
msgid "Job finished with warnings in %s seconds. Please resolve them for correct execution."
msgstr ""

#. translators: %s: runtime in seconds.
#. Translators: %s is duration in seconds.
#: inc/class-job.php:1609 inc/class-page-jobs.php:1173
msgid "Job has ended with errors in %s seconds. You must resolve the errors for correct execution."
msgstr ""

#. translators: %d: number of log files.
#: inc/class-job.php:1590
msgid "%d old log deleted"
msgid_plural "%d old logs deleted"
msgstr[0] ""
msgstr[1] ""

#: components/table-row-backups.php:80 parts/modal/backup-log.php:69
msgid "Aborted by user"
msgstr ""

#: inc/class-job.php:990
msgid "Cannot write progress to working file. Job will be aborted."
msgstr ""

#: inc/class-job.php:1093
msgid "RECOVERABLE ERROR:"
msgstr ""

#: inc/class-job.php:1087
msgid "STRICT NOTICE:"
msgstr ""

#: inc/class-job.php:1083
msgid "DEPRECATED:"
msgstr ""

#. Translators: %s is duration in seconds.
#: inc/class-job.php:1078 inc/class-page-jobs.php:1173
msgid "ERROR:"
msgstr ""

#. Translators: %s is duration in seconds.
#: inc/class-job.php:1068 inc/class-page-jobs.php:1176
msgid "WARNING:"
msgstr ""

#. translators: 1: exception class, 2: exception message.
#: inc/class-job.php:3358
msgid "Exception caught in %1$s: %2$s"
msgstr ""

#: inc/class-file.php:353
msgid "BackWPup will not backup folders and its sub folders when this file is inside."
msgstr ""

#. translators: %s: folder path.
#: inc/class-file.php:198
msgid "Folder \"%1$s\" is not writable"
msgstr ""

#. translators: %s: folder path.
#: inc/class-file.php:189
msgid "Cannot create folder: %1$s"
msgstr ""

#. translators: %s: folder path.
#: inc/class-file.php:161
msgid "Folder %1$s not allowed, please use another folder."
msgstr ""

#. translators: %d: time in seconds.
#: inc/class-job.php:1873
msgid "Restart after %1$d seconds."
msgstr ""

#: inc/class-job.php:2201
msgid "Step aborted: too many attempts!"
msgstr ""

#: inc/class-job.php:2079
msgid "Job restarts due to inactivity for more than 5 minutes."
msgstr ""

#: inc/class-job.php:2978
msgid "A BackWPup job is already running"
msgstr ""

#: inc/class-job.php:2965
msgid "Wrong BackWPup JobID"
msgstr ""

#: inc/class-job.php:796
msgid "No destination correctly defined for backup! Please correct job settings."
msgstr ""

#. translators: %s: backup type.
#: inc/class-job.php:768
msgid "[INFO] Backup type is: %s"
msgstr ""

#. translators: %s: log file name.
#: inc/class-job.php:746
msgid "[INFO] Logfile is: %s"
msgstr ""

#. translators: %s: temporary folder path.
#: inc/class-job.php:735
msgid "[INFO] Temp folder is: %s"
msgstr ""

#. translators: 1: cURL version, 2: SSL version.
#: inc/class-job.php:728
msgid "[INFO] curl ver.: %1$s; %2$s"
msgstr ""

#. translators: %s: web server info.
#: inc/class-job.php:720
msgid "[INFO] Web Server: %s"
msgstr ""

#. translators: %s: MySQL version.
#: inc/class-job.php:713
msgid "[INFO] MySQL ver.: %s"
msgstr ""

#. translators: %d: time in seconds.
#: inc/class-job.php:698
msgid "[INFO] Script restart time is configured to %1$d seconds"
msgstr ""

#. translators: %d: time in seconds.
#: inc/class-job.php:690
msgid "[INFO] Maximum PHP script execution time is %1$d seconds"
msgstr ""

#: inc/class-job.php:684
msgid "[INFO] PHP ver.:"
msgstr ""

#: inc/class-job.php:672
msgid "[INFO] BackWPup job started form commandline interface"
msgstr ""

#: inc/class-job.php:670
msgid "[INFO] BackWPup job started from external url"
msgstr ""

#: inc/class-job.php:668
msgid "[INFO] BackWPup job started manually"
msgstr ""

#: inc/class-job.php:666
msgid "[INFO] BackWPup job started from wp-cron"
msgstr ""

#: inc/class-job.php:662
msgid "[INFO] BackWPup no automatic job start configured"
msgstr ""

#: inc/class-job.php:660
msgid "[INFO] BackWPup job start with link is active"
msgstr ""

#: inc/class-job.php:645 inc/class-page-backwpup.php:326
#: inc/class-page-jobs.php:415
msgid "Not scheduled!"
msgstr ""

#. translators: %1$s = job name, %2$s = date, %3$s = time.
#: inc/class-job.php:563
msgid "BackWPup log for %1$s from %2$s at %3$s"
msgstr ""

#: inc/class-job.php:535
msgid "End of Job"
msgstr ""

#: inc/class-job.php:483
msgid "Creates archive"
msgstr ""

#: inc/class-job.php:434
msgid "Creates manifest file"
msgstr ""

#: inc/class-job.php:409
msgid "Job Start"
msgstr ""

#: inc/class-job.php:378
msgid "Starting job"
msgstr ""

#: inc/class-install.php:145
msgid "BackWPup jobs checker"
msgstr ""

#: inc/class-install.php:126
msgid "BackWPup Admin"
msgstr ""

#: components/table-row-backups.php:88
msgid "Manual"
msgstr ""

#. translators: %s: error message.
#: inc/class-destination-sugarsync.php:331
msgid "SugarSync API: %s"
msgstr ""

#. translators: %d: number of files.
#: inc/class-destination-sugarsync.php:310
msgid "%d file deleted on SugarSync folder"
msgid_plural "%d files deleted on SugarSync folder"
msgstr[0] ""
msgstr[1] ""

#: inc/class-destination-sugarsync.php:252
msgid "Cannot transfer backup to SugarSync!"
msgstr ""

#: inc/class-destination-sugarsync.php:224
msgid "Starting upload to SugarSync&#160;&hellip;"
msgstr ""

#. translators: %s: available space on SugarSync.
#: inc/class-destination-sugarsync.php:217
msgid "%s available at SugarSync"
msgstr ""

#. translators: %s: available space on SugarSync.
#: inc/class-destination-sugarsync.php:199
msgctxt "Available space on SugarSync"
msgid "Not enough disk space available on SugarSync. Available: %s."
msgstr ""

#. translators: %s: SugarSync nickname.
#: inc/class-destination-sugarsync.php:188
msgid "Authenticated to SugarSync with nickname %s"
msgstr ""

#. translators: %d: attempt number.
#: inc/class-destination-sugarsync.php:174
msgid "%d. Try to send backup to SugarSync&#160;&hellip;"
msgstr ""

#: inc/class-destination-sugarsync.php:63
msgid "Delete Sugarsync authentication!"
msgstr ""

#: inc/class-destination-sugarsync.php:69
msgid "Create Sugarsync account"
msgstr ""

#: inc/class-destination-sugarsync.php:49
msgid "Authenticate with Sugarsync!"
msgstr ""

#: inc/class-destination-s3.php:381
msgid "Storage Class: %s"
msgstr ""

#: inc/class-destination-s3.php:506
msgid "Upload for %s aborted."
msgstr ""

#: inc/class-destination-s3.php:493
msgid "Checking for not aborted multipart Uploads&#160;&hellip;"
msgstr ""

#: inc/class-destination-s3.php:138
msgid "No bucket found!"
msgstr ""

#: inc/class-destination-s3.php:130
msgid "Missing secret access key!"
msgstr ""

#: inc/class-destination-s3.php:431
msgid "One file deleted on S3 Bucket."
msgid_plural "%d files deleted on S3 Bucket"
msgstr[0] ""
msgstr[1] ""

#: inc/class-destination-s3.php:421
msgid "Cannot delete backup from %s."
msgstr ""

#: inc/class-destination-s3.php:702
msgid "Cannot transfer backup to S3! (%1$d) %2$s"
msgstr ""

#: inc/class-destination-s3.php:687
msgid "Backup transferred to %s."
msgstr ""

#: inc/class-destination-s3.php:512
msgid "Starting upload to S3 Service&#160;&hellip;"
msgstr ""

#: inc/class-destination-s3.php:484
msgid "S3 Bucket \"%s\" does not exist!"
msgstr ""

#: inc/class-destination-s3.php:477
msgid "Connected to S3 Bucket \"%1$s\" in %2$s"
msgstr ""

#: inc/class-destination-s3.php:454
msgid "%d. Trying to send backup file to S3 Service&#160;&hellip;"
msgstr ""

#: inc/class-destination-s3.php:322 inc/class-destination-s3.php:560
#: inc/class-destination-s3.php:654 inc/class-destination-s3.php:717
#: inc/class-destination-s3.php:736
msgid "S3 Service API: %s"
msgstr ""

#: inc/class-destination-s3.php:269
msgid "Bucket %1$s created."
msgstr ""

#: parts/sidebar/storage-S3.php:389
msgid "Reduced Redundancy"
msgstr ""

#: parts/sidebar/storage-S3.php:383
msgid "Amazon: Storage Class"
msgstr ""

#: inc/class-destination-msazure.php:535 inc/class-destination-s3.php:148
#: parts/sidebar/sugar-sync-parts/root-folder.php:38
msgid "Bucket selection"
msgstr ""

#: parts/sidebar/storage-S3.php:257
msgid "S3 Bucket"
msgstr ""

#: parts/sidebar/storage-S3.php:234
msgid "Secret Key"
msgstr ""

#: parts/sidebar/storage-S3.php:221
msgid "Access Key"
msgstr ""

#: parts/sidebar/storage-S3.php:207
msgid "S3 Access Keys"
msgstr ""

#: inc/class-s3-destination.php:184
msgid "Dream Host Cloud Storage"
msgstr ""

#: inc/class-s3-destination.php:154
msgid "Amazon S3: South America (São Paulo)"
msgstr ""

#: inc/class-s3-destination.php:104
msgid "Amazon S3: Asia Pacific (Sydney)"
msgstr ""

#: inc/class-s3-destination.php:99
msgid "Amazon S3: Asia Pacific (Singapore)"
msgstr ""

#: inc/class-s3-destination.php:109
msgid "Amazon S3: Asia Pacific (Tokyo)"
msgstr ""

#: inc/class-s3-destination.php:124
msgid "Amazon S3: Europe (Ireland)"
msgstr ""

#: inc/class-s3-destination.php:64
msgid "Amazon S3: US West (Oregon)"
msgstr ""

#: inc/class-s3-destination.php:59
msgid "Amazon S3: US West (N. California)"
msgstr ""

#: inc/class-destination-rsc.php:492
msgid "A container could not be found!"
msgstr ""

#: inc/class-destination-rsc.php:488
msgid "Missing API Key!"
msgstr ""

#: inc/class-destination-rsc.php:486
msgid "Missing username!"
msgstr ""

#. Translators: %d is the number of files deleted from the Rackspace cloud
#. container.
#: inc/class-destination-rsc.php:306
msgid "%d file deleted on Rackspace cloud container."
msgid_plural "%d files deleted on Rackspace cloud container."
msgstr[0] ""
msgstr[1] ""

#: inc/class-destination-rsc.php:207
msgid "Cannot transfer backup to Rackspace cloud."
msgstr ""

#: inc/class-destination-rsc.php:212
msgid "Backup File transferred to RSC://"
msgstr ""

#: inc/class-destination-rsc.php:200
msgid "Upload to Rackspace cloud started &hellip;"
msgstr ""

#. translators: %s: container name.
#: inc/class-destination-rsc.php:198
msgid "Connected to Rackspace cloud files container %s"
msgstr ""

#. translators: %d: attempt number.
#: inc/class-destination-rsc.php:352
msgid "%d. Trying to send backup file to Rackspace cloud &hellip;"
msgstr ""

#. translators: %s: error message.
#. translators: %s: Error message.
#: inc/class-destination-rsc.php:101 inc/class-destination-rsc.php:226
#: inc/class-destination-rsc.php:326
msgid "Rackspace Cloud API: %s"
msgstr ""

#. translators: %s: container name.
#: inc/class-destination-rsc.php:98
msgid "Rackspace Cloud container \"%s\" created."
msgstr ""

#: parts/sidebar/storage-RSC.php:16
msgid "Hong Kong (HKG)"
msgstr ""

#: parts/sidebar/storage-RSC.php:15
msgid "Northern Virginia (IAD)"
msgstr ""

#: parts/sidebar/storage-RSC.php:14
msgid "London (LON)"
msgstr ""

#: parts/sidebar/storage-RSC.php:13
msgid "Sydney (SYD)"
msgstr ""

#: parts/sidebar/storage-RSC.php:12
msgid "Chicago (ORD)"
msgstr ""

#: parts/sidebar/storage-RSC.php:11
msgid "Dallas (DFW)"
msgstr ""

#: parts/sidebar/storage-RSC.php:126
msgid "Rackspace Cloud Files Region"
msgstr ""

#: parts/sidebar/storage-RSC.php:97
msgid "API Key"
msgstr ""

#: inc/class-destination-msazure.php:521
msgid "No container found!"
msgstr ""

#: inc/class-destination-msazure.php:517 inc/class-destination-s3.php:128
msgid "Missing access key!"
msgstr ""

#: inc/class-destination-msazure.php:515
msgid "Missing account name!"
msgstr ""

#. translators: %d: number of files.
#: inc/class-destination-msazure.php:372
msgid "%d file deleted on Microsoft Azure container."
msgid_plural "%d files deleted on Microsoft Azure container."
msgstr[0] ""
msgstr[1] ""

#. translators: %s: error message.
#: inc/class-destination-msazure.php:301 inc/class-destination-msazure.php:394
msgid "Microsoft Azure API: %s"
msgstr ""

#: inc/class-destination-msazure.php:228
msgid "Starting upload to MS Azure&#160;&hellip;"
msgstr ""

#. translators: %s: container name.
#: inc/class-destination-msazure.php:222
msgid "Connected to MS Azure container \"%s\"."
msgstr ""

#. translators: %s: container name.
#: inc/class-destination-msazure.php:211
msgid "MS Azure container \"%s\" does not exist!"
msgstr ""

#. translators: %d: attempt number.
#: inc/class-destination-msazure.php:181
msgid "%d. Try sending backup to a Microsoft Azure (Blob)&#160;&hellip;"
msgstr ""

#. translators: %s is the error message.
#: inc/class-destination-msazure.php:81
msgid "MS Azure container create: %s"
msgstr ""

#. translators: %s is the container name.
#: inc/class-destination-msazure.php:75
msgid "MS Azure container \"%s\" created."
msgstr ""

#: parts/sidebar/storage-MSAZURE.php:119 parts/sidebar/storage-RSC.php:154
msgid "Create a new container"
msgstr ""

#: inc/class-destination-rsc.php:503
msgid "Container selection"
msgstr ""

#: parts/sidebar/storage-MSAZURE.php:77
msgid "Access key"
msgstr ""

#: parts/sidebar/storage-MSAZURE.php:67
msgid "Account name"
msgstr ""

#. translators: %d: number of deleted files.
#: inc/class-destination-ftp.php:294
msgid "One file deleted on FTP server"
msgid_plural "%d files deleted on FTP server"
msgstr[0] ""
msgstr[1] ""

#. translators: %s: file name.
#: inc/class-destination-ftp.php:283
msgid "Cannot delete \"%s\" on FTP server!"
msgstr ""

#. translators: %s: backup file name.
#: inc/class-destination-ftp.php:234
msgid "Backup transferred to FTP server: %s"
msgstr ""

#: inc/class-destination-ftp.php:201
msgid "Starting upload to FTP &#160;&hellip;"
msgstr ""

#. translators: %s: FTP server reply.
#: inc/class-destination-ftp-type-ftp.php:226
msgid "Cannot enter normal mode"
msgstr ""

#. translators: %s: FTP server reply.
#: inc/class-destination-ftp-type-ftp.php:221
msgid "Entering normal mode"
msgstr ""

#. translators: %s: FTP server reply.
#: inc/class-destination-ftp-type-ftp.php:214
msgid "Cannot enter passive mode"
msgstr ""

#. translators: %s: FTP server reply.
#: inc/class-destination-ftp-type-ftp.php:209
msgid "Entering passive mode"
msgstr ""

#. translators: %s: current FTP folder.
#: inc/class-destination-ftp.php:194
msgid "FTP current folder is: %s"
msgstr ""

#. translators: %s: FTP Folder.
#: inc/class-destination-ftp-type-ftp.php:423
msgid "FTP Folder \"%s\" cannot be created!"
msgstr ""

#. translators: %s: FTP Folder.
#: inc/class-destination-ftp-type-ftp.php:433
msgid "FTP Folder \"%s\" created!"
msgstr ""

#: inc/class-destination-ftp-type-ftp.php:196
msgid "Error getting SYSTYPE"
msgstr ""

#. translators: %s: FTP server response.
#. translators: %s: FTP server reply.
#: inc/class-destination-ftp-type-ftp.php:173
#: inc/class-destination-ftp-type-ftp.php:180
#: inc/class-destination-ftp-type-ftp.php:193
#: inc/class-destination-ftp-type-ftp.php:209
#: inc/class-destination-ftp-type-ftp.php:214
#: inc/class-destination-ftp-type-ftp.php:221
#: inc/class-destination-ftp-type-ftp.php:226
msgid "FTP server reply: %s"
msgstr ""

#. translators: %s: FTP server response.
#. translators: %s: FTP server warning message.
#: inc/class-destination-ftp-type-ftp.php:155
#: inc/class-destination-ftp-type-ftp.php:165
#: inc/class-destination-ftp-type-ftp.php:333
msgid "FTP server response: %s"
msgstr ""

#. translators: %s: FTP client command.
#. translators: %s: FTP server response.
#: inc/class-destination-ftp-type-ftp.php:145
#: inc/class-destination-ftp-type-ftp.php:158
#: inc/class-destination-ftp-type-ftp.php:176
#: inc/class-destination-ftp-type-ftp.php:189
#: inc/class-destination-ftp-type-ftp.php:203
msgid "FTP client command: %s"
msgstr ""

#: inc/class-destination-ftp-type-ftp.php:88
msgid "PHP function to connect with explicit SSL-FTP to server does not exist!"
msgstr ""

#. translators: %1$s: FTP server host, %2$d: FTP server port.
#: inc/class-destination-ftp-type-ftp.php:109
msgid "Cannot connect via explicit SSL-FTP to %1$s:%2$d"
msgstr ""

#. translators: %1$s: FTP server host, %2$d: FTP server port.
#: inc/class-destination-ftp-type-ftp.php:100
msgid "Connected via explicit SSL-FTP to server: %1$s:%2$d"
msgstr ""

#. translators: %d: try number.
#: inc/class-destination-ftp.php:160
msgid "%d. Try to send backup file to an FTP server&#160;&hellip;"
msgstr ""

#: inc/class-page-logs.php:360
msgid "seconds"
msgstr ""

#: parts/sidebar/storage-DROPBOX.php:70 parts/sidebar/storage-FOLDER.php:61
#: parts/sidebar/storage-FTP.php:235 parts/sidebar/storage-MSAZURE.php:143
#: parts/sidebar/storage-RSC.php:185 parts/sidebar/storage-S3.php:329
#: parts/sidebar/storage-SUGARSYNC.php:66
msgid "Folder to store files in"
msgstr ""

#: parts/sidebar/storage-FTP.php:176
#: parts/sidebar/sugar-sync-parts/api-connexion.php:35
msgid "Password"
msgstr ""

#: parts/sidebar/storage-FTP.php:145 parts/sidebar/storage-RSC.php:84
msgid "Username"
msgstr ""

#. translators: %d: number of backup files.
#: inc/class-destination-folder.php:223
msgid "%d backup file deleted"
msgid_plural "%d backup files deleted"
msgstr[0] ""
msgstr[1] ""

#: inc/class-destination-email.php:388
msgid "If this message reaches your inbox, sending backup archives via email should work for you."
msgstr ""

#: inc/class-destination-email.php:385
msgid "BackWPup archive sending TEST Message"
msgstr ""

#: inc/class-destination-email.php:275 inc/class-destination-email.php:398
msgid "Email sent."
msgstr ""

#: inc/class-destination-email.php:270 inc/class-destination-email.php:396
msgid "Error while sending email!"
msgstr ""

#. translators: %s = backup archive.
#: inc/class-destination-email.php:238
msgid "Backup archive: %s"
msgstr ""

#. translators: %1$s = date, %2$s = job name.
#: inc/class-destination-email.php:228
msgid "BackWPup archive from %1$s: %2$s"
msgstr ""

#. translators: %s: email address.
#: inc/class-destination-email.php:144
msgid "Sending email to %s&hellip;"
msgstr ""

#: inc/class-destination-email.php:134
msgid "Backup archive too big to be sent by email!"
msgstr ""

#. translators: %d: attempt number.
#: inc/class-destination-email.php:125
msgid "%d. Try to send backup with email&#160;&hellip;"
msgstr ""

#: inc/class-jobtype-dbdump.php:83 inc/class-jobtype-wpexp.php:91
#: inc/class-jobtype-wpplugin.php:59 inc/class-page-backwpup.php:333
#: inc/class-page-backwpup.php:424 inc/class-page-settings.php:1034
msgid "none"
msgstr ""

#. translators: %d: number of files.
#: inc/class-destination-dropbox.php:248
msgid "%d file deleted from Dropbox"
msgid_plural "%d files deleted on Dropbox"
msgstr[0] ""
msgstr[1] ""

#. translators: %s: destination service name.
#: inc/class-destination-dropbox.php:408
msgid "Error transfering backup to %s."
msgstr ""

#: inc/class-destination-dropbox.php:401
msgid "Uploaded file size and local file size don't match."
msgstr ""

#. translators: %s: destination path.
#: inc/class-destination-dropbox.php:393 inc/class-destination-msazure.php:287
#: inc/class-destination-sugarsync.php:246
msgid "Backup transferred to %s"
msgstr ""

#: inc/class-destination-dropbox.php:346
msgid "Uploading to Dropbox&#160;&hellip;"
msgstr ""

#: inc/class-destination-dropbox.php:333
msgid "Not Authenticated with Dropbox!"
msgstr ""

#. translators: %s: available space.
#: inc/class-destination-dropbox.php:323
msgid "%s available on your Dropbox"
msgstr ""

#. translators: %s: Dropbox user.
#: inc/class-destination-dropbox.php:310
msgid "Authenticated with Dropbox of user: %s"
msgstr ""

#. translators: %d: attempt number.
#: inc/class-destination-dropbox.php:289
msgid "%d. Try to send backup file to Dropbox&#160;&hellip;"
msgstr ""

#: parts/sidebar/storage-DROPBOX.php:77
msgid "Specify a subfolder where your backup archives will be stored. If you use the App option from above, this folder will be created inside of Apps/BackWPup. Otherwise it will be created at the root of your Dropbox. Already exisiting folders with the same name will not be overriden."
msgstr ""

#: parts/sidebar/dropbox-parts/api-connexion.php:81
msgid "Full Access to Dropbox"
msgstr ""

#: parts/sidebar/dropbox-parts/api-connexion.php:60
#: parts/sidebar/dropbox-parts/api-connexion.php:97
msgid "Get Dropbox App auth code"
msgstr ""

#: parts/sidebar/dropbox-parts/api-connexion.php:72
msgid "A dedicated folder named BackWPup will be created inside of the Apps folder in your Dropbox. BackWPup will get read and write access to that folder only. You can specify a subfolder as your backup destination for this job in the destination field below."
msgstr ""

#: parts/sidebar/dropbox-parts/api-connexion.php:44
msgid "App Access to Dropbox"
msgstr ""

#: parts/sidebar/dropbox-parts/api-connexion.php:118
msgid "Delete Dropbox Authentication"
msgstr ""

#: src/StorageProviders/Dropbox/DropboxProvider.php:60
#: src/StorageProviders/GDrive/GDriveProvider.php:68
#: src/StorageProviders/OneDrive/OneDriveProvider.php:60
#: src/StorageProviders/SugarSync/SugarSyncProvider.php:63
msgid "Authenticated!"
msgstr ""

#: parts/sidebar/dropbox-parts/api-connexion.php:28
msgid "Create Account"
msgstr ""

#: parts/sidebar/sugar-sync-parts/api-connexion.php:51
#: src/StorageProviders/Dropbox/DropboxProvider.php:63
#: src/StorageProviders/GDrive/GDriveProvider.php:71
#: src/StorageProviders/OneDrive/OneDriveProvider.php:63
#: src/StorageProviders/SugarSync/SugarSyncProvider.php:66
msgid "Not authenticated!"
msgstr ""

#: parts/sidebar/dropbox-parts/api-connexion.php:19
#: parts/sidebar/sugar-sync-parts/api-connexion.php:15
msgid "Login"
msgstr ""

#. translators: %s: error message.
#: inc/class-destination-dropbox.php:424
msgid "Dropbox API: %s"
msgstr ""

#: inc/class-cron.php:81
msgid "Aborted, because no progress for one hour!"
msgstr ""

#. translators: %s: File path.
#: inc/class-create-archive.php:749
msgid "If %s will be added to your backup archive, the archive will be too large for operations with this PHP Version. You might want to consider splitting the backup job in multiple jobs with less files each."
msgstr ""

#: inc/class-create-archive.php:870 inc/class-create-archive.php:871
#: src/Abilities/Jobs/GetBackupLogs.php:557
#: src/Abilities/Jobs/GetBackupLogs.php:568
msgid "Unknown"
msgstr ""

#. translators: %s: ZipArchive status message.
#: inc/class-create-archive.php:578
msgctxt "Text of ZipArchive status Message"
msgid "ZipArchive returns status: %s"
msgstr ""

#. translators: %s: Folder path.
#: inc/class-create-archive.php:508
msgctxt "Folder path to add to archive"
msgid "Folder %s does not exist or is not readable"
msgstr ""

#: inc/class-create-archive.php:497
msgid "Folder name cannot be empty"
msgstr ""

#. translators: %s: File name added to the archive.
#: inc/class-create-archive.php:429 inc/class-create-archive.php:445
#: inc/class-create-archive.php:548
msgid "Cannot add \"%s\" to zip archive!"
msgstr ""

#: inc/class-create-archive.php:318 inc/class-create-archive.php:531
msgid "This archive method can only add one file"
msgstr ""

#. translators: %s: File path.
#: inc/class-create-archive.php:297
msgctxt "File to add to archive"
msgid "File %s does not exist or is not readable"
msgstr ""

#: inc/class-create-archive.php:284
msgid "File name cannot be empty."
msgstr ""

#. translators: %s: PclZip error message.
#: inc/class-create-archive.php:212 inc/class-create-archive.php:468
msgid "PclZip archive add error: %s"
msgstr ""

#: inc/class-create-archive.php:195
msgid "Cannot open archive file"
msgstr ""

#. translators: %s: Archive file name.
#: inc/class-create-archive.php:188
msgctxt "%s = file name"
msgid "Method to archive file %s not detected"
msgstr ""

#. translators: %d: ZipArchive open() result.
#: inc/class-create-archive.php:149
msgctxt "ZipArchive open() result"
msgid "Cannot create zip archive: %d"
msgstr ""

#: inc/class-create-archive.php:108 inc/class-create-archive.php:135
#: inc/class-create-archive.php:175 inc/class-mysqldump.php:100
msgid "Functions for gz compression not available"
msgstr ""

#. translators: %s: Folder path.
#: inc/class-create-archive.php:93
msgctxt "%s = Folder name"
msgid "Folder %s for archive not found"
msgstr ""

#: inc/class-create-archive.php:84
msgid "The file name of an archive cannot be empty."
msgstr ""

#: inc/class-adminbar.php:86
msgid "Abort!"
msgstr ""

#: inc/class-adminbar.php:78
msgid "Now Running"
msgstr ""

#: inc/class-adminbar.php:58
msgid "running"
msgstr ""

#. translators: %s: BackWPup version.
#: inc/class-admin.php:992
msgid "version %s"
msgstr ""

#: inc/class-admin.php:862 inc/class-admin.php:869
msgid "Cheating, huh?"
msgstr ""

#: inc/class-admin.php:810 inc/class-admin.php:811
msgid "About"
msgstr ""

#: inc/class-admin.php:448 inc/class-admin.php:525 inc/class-admin.php:743
#: inc/class-admin.php:744
msgid "Settings"
msgstr ""

#: inc/class-admin.php:703 inc/class-admin.php:704 inc/class-adminbar.php:108
msgid "Backups"
msgstr ""

#: inc/class-admin.php:639 inc/class-admin.php:640 inc/class-page-logs.php:466
#: inc/class-page-settings.php:619 parts/sidebar/advanced-settings.php:36
msgid "Logs"
msgstr ""

#: inc/class-admin.php:600 inc/class-admin.php:601
msgid "Add new job"
msgstr ""

#: inc/class-page-settings.php:615 parts/sidebar/advanced-settings.php:24
msgid "Jobs"
msgstr ""

#. translators: %s = class name.
#: inc/BackWPup.php:367
msgid "Missing class \"%s\"."
msgstr ""

#. translators: %s = function name.
#: inc/BackWPup.php:351
msgid "Missing function \"%s\"."
msgstr ""

#. translators: %1$s = current PHP version, %2$s = needed PHP version.
#: inc/BackWPup.php:336
msgid "PHP Version %1$s is to low, you need Version %2$s or above."
msgstr ""

#: inc/BackWPup.php:307 inc/class-page-about.php:587
msgid "Backup to SugarSync"
msgstr ""

#: inc/BackWPup.php:306
msgid "SugarSync"
msgstr ""

#: inc/BackWPup.php:292 inc/class-page-about.php:572
msgid "Backup to Rackspace Cloud Files"
msgstr ""

#: inc/BackWPup.php:291
msgid "RSC"
msgstr ""

#: inc/BackWPup.php:277
msgid "Backup to Microsoft Azure (Blob)"
msgstr ""

#: inc/BackWPup.php:276
msgid "MS Azure"
msgstr ""

#: inc/BackWPup.php:262
msgid "Backup to an S3 Service"
msgstr ""

#: inc/BackWPup.php:261 parts/sidebar/storage-S3.php:69
msgid "S3 Service"
msgstr ""

#: inc/BackWPup.php:247 inc/class-page-about.php:567
msgid "Backup to Dropbox"
msgstr ""

#: inc/BackWPup.php:246 inc/class-destination-dropbox.php:409
msgid "Dropbox"
msgstr ""

#: inc/BackWPup.php:232
msgid "Backup to FTP"
msgstr ""

#: inc/BackWPup.php:231
msgid "FTP"
msgstr ""

#: inc/BackWPup.php:217
msgid "Backup sent via email"
msgstr ""

#: inc/BackWPup.php:216
msgid "Email"
msgstr ""

#: inc/BackWPup.php:202
msgid "Backup to Folder"
msgstr ""

#: inc/BackWPup.php:201 inc/class-page-backups.php:314
#: src/Abilities/Jobs/GetBackupHistory.php:428
msgid "Folder"
msgstr ""

#. translators: %1$s is the minimum PHP version, %2$s is the minimum WordPress
#. version.
#: backwpup.php:73
msgid "BackWPup requires PHP version %1$s with spl extension or greater and WordPress %2$s or greater."
msgstr ""