changelog-old.txt 0000644 00000370432 14740035567 0010034 0 ustar 00 This file contains changelog entries that are not contained in the main readme.txt file (that file contains the newest entries).
= 1.12.35 - 03/Mar/2017 =
* FIX: Fix an issue causing corruption of interrupted Dropbox backups. All Dropbox users are recommended to update asap.
* TWEAK: Fix a regression that prevented information about a faulty WP scheduler from being shown in recent releases (incomplete fix in 1.12.34)
* TWEAK: submit_button() needs to be available (possible UpdraftCentral fatal when requesting filesystem creds)
* TWEAK: Remove an ES5 JavaScript construct (incompatible with some old browsers)
* TWEAK: Fix incorrect variable name in routine that triggered WP automatic update check
* TWEAK: Fix a logic error whereby if Google Drive and Google Cloud were both in use and partially set up, a notice about completing the setup of Cloud could fail to show
= 1.12.34 - 23/Feb/2017 =
* FEATURE: Added the ability to allow other plugins to call an automatic backup more easily
* FEATURE: Added the ability to select which tables you want to backup when using the 'Backup now' modal (Premium)
* FIX: Re-scanning a Dropbox that contained more than 1000 backup archives only fetched the first 1000 (this was previously awaiting on Dropbox fixing a related bug on their API servers).
* FIX: Escape table names to allow table names with hyphens in, when reading data
* FIX: The "Advanced Tools" tab was appearing with no contents if you chose an unwritable backup directory (regression)
* TRANSLATIONS: Remove bundled Swedish (sv), Spanish (Spain) (es_ES) and Czeck (Čeština, cs_CZ) translations, since these are now retrieved from wordpress.org.
* TWEAK: Prevent a JavaScript message being logged when loading UD infrastructure on non-UD settings pages (e.g. plugins that integrate to do backups via UD)
* TWEAK: Make it easier for other plugins to get/set UpdraftPlus options with less code
* TWEAK: Make sure that the get_plugins() function is available before using it when generating notices
* TWEAK: Add the updraftplus_exclude_directory and updraftplus_exclude_file filters allowing arbitrary backup exclusions from code
* TWEAK: Add a work-around for a bug in some server/Firefox combinations in handling of the Content-Length header with non-ASCII characters
* TWEAK: Cause an informational message to be shown in the Rackspace module if php-json is not enabled
* TWEAK: Fix a regression that prevented information about a faulty WP scheduler from being shown in recent releases
* TWEAK: Made alert regarding plupload's 'HTTP -200' error, when upload of file fails, more informative.
* TWEAK: Internal changes to the remote storage method API (future improvements which build on these are planned)
= 1.12.32 - 26/Jan/2017 =
* FEATURE: Add UpdraftCentral (https://updraftcentral.com) UpdraftVault listener
* FEATURE: Encryption and decryption is now chunked, meaning that large databases of any size can be encrypted without being prevented by memory limits
* FIX: Fix a bug whereby if a backup set containing a manual "more files" element was imported via a remote scan, then an error would show concerning it when attempting to restore.
* FIX: On certain combinations of changing the "more files to backup" settings, these changes might not be reflected in the "Backup Now" dialog without a page reload
* FIX: Remove a PHP 5.5+-only construction that crept into 1.12.31
* TWEAK: Allow UpdraftCentral command classes to provide commands via the __call method
* TWEAK: Move the existing backups table into the templating system
* TWEAK: When trying to restore before cleaning up a previous restore, the detailed error message shown needed tweaking
* TWEAK: Some refactoring of the dashboard JavaScript, to abstract/harmonise all AJAX calls
* TWEAK: Removed the triple click and replaced it with standard double click
* TWEAK: Some refactoring of the UpdraftCentral command interface, to facilitate reduction of duplicated dashboard control code
* TWEAK: One less HTTP round-trip when deleting from the dashboard
* TWEAK: Updated advanced tools to allow UpdraftCentral to use wipe settings and export / import
* TWEAK: Revamped the 'Premium / Extensions' tab in the free version
* TWEAK: Work around HTTP 400 error from Dropbox on servers with several-year old version of curl, caused by bad interaction between curl and Dropbox over a specific header
* TWEAK: Add a notice advising of WP-Optimize (https://wordpress.org/plugins/wp-optimize/) to the available notices
* TWEAK: Prevent an unwanted PHP log notice when using Google Drive
* TWEAK: More file directories are now added using a directory browser
* TWEAK: Update plugin update checker library (paid versions) to version 3.1, which fixes some PHP 7 issues
= 1.12.30 - 23/Dec/2016 =
* FIX: Fix a Dropbox APIv2 issue where paths containing certain characters were incorrectly being encoded
* FEATURE: Add UpdraftCentral (https://updraftcentral.com) comment-control and advanced tools listeners
* TWEAK: Starting an operation to retrieve a remote backup from UpdraftCentral succeeded, but gave a UI error in UC when doing so
* TWEAK: Fix a Dropbox APIv2 issue where Team storage displayed an incorrect value
* TWEAK: Support for the new AWS S3 Canada Central 1 and London regions
* TWEAK: Some re-factoring of the settings page output code for easier maintenance
* TWEAK: Some re-factoring of the notices code, to allow re-use in other projects
* TWEAK: Make sure that a UpdraftCentral_Commands class is available before loading any external command classes, so that they can rely on its presence
= 1.12.29 - 22/Nov/2016 =
* FIX: Fix a PHP error in the notices code (regression in 1.12.28)
* FIX: Manual database search and replace now outputs logged operation information (regression in 1.12.28)
= 1.12.28 - 21/Nov/2016 =
* TWEAK: The UPDRAFTPLUS_DROPBOX_API_V1 constant will be ignored from 28th June 2017 (when Dropbox turn off that API entirely)
* TWEAK: A new internal infrastructure for handling user-visible notices in the dashboard and reports
* TWEAK: Small layout tweak to fix a malformatted error message
= 1.12.27 - 17/Nov/2016 =
* FIX: The WP 4.7 compatibility tweak in 1.12.26 introduced a regression that caused the question to appear when unwanted on other WP versions.
= 1.12.26 - 16/Nov/2016 =
* COMPATIBILITY: On WordPress 4.7, the behaviour of shiny updates has changed, necessitating a small tweak to prevent an unwanted "do you really want to move away from this page?" question from the browser on the updates/plugins pages in some situations.
* TWEAK: When the Dropbox quota state seems to imply that the next upload will fail, do not register this as an error before it actually happens.
* TWEAK: When an error occurs when re-scanning Dropbox, make sure the error details are logged in the browser developer console
* FIX: Fix ability to rescan a Dropbox sub-folder (regression in 1.12.25)
= 1.12.25 - 12/Nov/2016 =
* COMPATIBILITY: Dropbox APIv2 capability (see: https://updraftplus.com/dropbox-api-version-1-deprecation/) in 1.12.24 was not complete - this release now avoids all APIv1 use
* TWEAK: The 'site information' advanced tool now contains information on loaded Apache modules.
* TWEAK: Small layout tweak to fix a malformatted error message
= 1.12.24 - 08/Nov/2016 =
* FIX: When importing a single site into a multisite install as a new site (experimental feature), the main multisite URL was being incorrectly adjusted
* FIX: Fix a bug with remote scans not returning more database archives correctly
* COMPATIBILITY: Add Dropbox APIv2 capability (see: https://updraftplus.com/dropbox-api-version-1-deprecation/)
* FEATURE: Look for mysqldump.exe in likely locations on Windows, for faster database backups
* TWEAK: UpdraftVault, Amazon S3 and DreamObjects downloaders have been rewritten without race conditions
* TWEAK: Introduce an abstraction layer for reporting on the status of restore operations
* TWEAK: Deleting remote backup sets from the dashboard is now batched for sets with many archives, to avoid potential PHP timeouts on slow remote services
* TWEAK: Updated bundled phpseclib library to version 1.0.4
* TWEAK: Introduce an internal templating layer, for improved long-term maintainability
* TWEAK: When importing a single site into a multisite install as a new site, remove any cron entries for backup runs on the new site
* TWEAK: Fix an inconsequential off-by-one in the chunked downloading algorithm so that the behaviour is as documented
* TWEAK: Improve accessibility of Labelauty components with keyboard navigation
* TWEAK: Tweak the algorithm for scheduling resumptions, to improve efficiency in the (once) seen corner-case of PHP usually having a predictable run-time, but with an instance of a much longer run-time
* TWEAK: Slightly more logging when an S3 error condition occurs, allowing easier diagnosis
* TWEAK: Add support for the new US East (Ohio) region to S3
* TWEAK: OneDrive authentication can now detect a block by CloudFlare, and direct the user accordingly
* TWEAK: If there are remote storage methods needing authentication, then pop up a box showing this to the user - so that it does not rely on them spotting the dashboard notice or having read the instructions
= 1.12.23 - 04/Oct/2016 =
* FIX: Fix a bug in URL replacement when cloning from a flat configuration to a WP-in-own-directory configuration
* FIX: The button for testing connections to extra databases added to the backup was not working
* FIX: Direct dashboard logins from UpdraftCentral were not working on WP 3.2 - 3.4 sites
* COMPATIBILITY: Will upgrade Dropbox OAuthv1 tokens to OAuthv2 (to handle Dropbox API v1 deprecation in summer 2017)
* TWEAK: Deleting an already-deleted backup set from UpdraftCentral now produces a more informative error message
* TWEAK: When restoring only a single site out of a multisite install, store less data in memory on irrelevant tables, and do less logging when skipping tables
* TWEAK: Update bundled UDRPC library to version 1.4.9 - fixes a bug with the admin URL used for contact via UpdraftCentral on multisite
* TWEAK: Explicitly store the UpdraftPlus object as a global
* TWEAK: Prevent a pointless "unsaved settings" warning if settings were changed then the 'wipe' button used
* TWEAK: When using the Importer add-on, allow backups from WordPress Backup to Dropbox to be wrapped in an extra 'wpb2d' folder
* TWEAK: Strengthen protections against resuming an already-complete backup after migration on servers with misbehaving WP schedulers
* TWEAK: Touch already-existing but incomplete files being downloaded, to reduce possibility of two processes downloading at once
* TWEAK: Add a link to more information about UpdraftCentral in the advanced tool
* TWEAK: The UPDRAFTPLUS_MYSQLDUMP_EXECUTABLE define can now be used on Windows (you will need to define a path to take advantage of it)
* TWEAK: Introduce the UPDRAFTPLUS_SKIP_CPANEL_QUOTA_CHECK constant to allow skipping of trying to check cPanel quota
= 1.12.21 - 08/Sep/2016 =
* FIX: Fix a bug in the updater code that caused updates checks to be run more often than intended
* TWEAK: Improve/tidy layout of the "Advanced Tools" tab
* TWEAK: Make it more obvious in the file uploading widget when an upload is 100% complete
* TWEAK: Prevent spurious OneDrive message being shown when re-scanning remote storage and not using OneDrive
* TWEAK: OneDrive storage now uses the refresh token yes frequently (less HTTP calls)
= 1.12.20 - 29/Aug/2016 =
* FEATURE: OpenStack uploads (including Rackspace Cloudfiles) can now adapt their upload rate to network conditions, leading to much faster uploads on many networks
* FEATURE: Updated the OneDrive configuration to make it easier to setup. A custom Microsoft Developer App is no longer required
* FEATURE: The "Advanced Tools" tab now has tools for importing and exporting settings
* TWEAK: Honour the "do not verify SSL certificates" setting with WebDAV storage on PHP 5.6+
* TWEAK: When there's a connection problem to updraftplus.com when claiming licences, provide more error info and guidance
* TWEAK: In particular circumstances (malfunctioning WP scheduler, expert option to keep backups after despatching remotely selected (non-default)), zips could be sent to Google Drive more than once
* TWEAK: Tweak issue in 1.12.18 with automatic backup pop-up appearing under another pop-up if you update themes via the themes pop-up (instead of the direct link)
* TWEAK: When rescanning remote storage, don't log a potentially confusing message for an unconfigured storage module
* TWEAK: Show a visual indicator and advice if an invalid hostname is entered for WebDAV
* TWEAK: Removed the no-longer-useful debug backup buttons
* TWEAK: Add a message when generating a key on a server without php-openssl, with information about how to make it faster
* TWEAK: Prevent PHP installs which print PHP logging information to the browser from messing up the WebDAV settings in some situations
* TWEAK: If PHP reports the current memory limit as a non-positive integer, do not display any message to the user about a low memory limit
* TWEAK: If the user deletes their Google API project, then show clearer information on what to do when a backup fails
* TWEAK: If you changed your OneDrive client ID, UD will now more clearly advise you of the need to re-authenticate
* COMPATIBILITY: Updated the OneDrive authentication procedure to make it compatible with the new Microsoft Developer Apps
= 1.12.18 - 03/Aug/2016 =
* TWEAK: When Microsoft OneDrive quota is insufficient, the advisory message from UD now includes the available quota (as well as the used)
* FEATURE: The Azure add-on/Premium now supports new-style Azure storage, as well as classic
* FEATURE: The Rackspace enhanced wizard can now be accessed via UpdraftCentral
* TWEAK: Fix a regression in recent WP versions which caused remote keys to not always be retained after a migration
* TWEAK: When logging Azure upload locations, include the account name
* TWEAK: Make the entering of settings for WebDAV more user-friendly
* TWEAK: Update bundled select2 to version 4.0.3
* TWEAK: Clarify error message when a 'more files' location is not found
* TWEAK: Add redirection_404 to the list of tables likely to be large, and not needing search/replacing
* COMPATIBILITY: Compatible with WP 4.6 (previous paid versions have incompatibilities with the changes made to 'shiny updates/installs/deletes' in WP 4.6)
= 1.12.17 - 19/Jul/2016 =
* FIX: Previous free release included empty translation files
* TWEAK: Add 'snapshots' to the default list of directories to exclude from the uploads backup (is used by another backup plugin - avoid backups-of-backups)
* TWEAK: Add et_bloom_stats to the list of tables likely to be large, and not needing search/replacing
= 1.12.16 - 07/Jul/2016 =
* TWEAK: Log FTP progress upload less often (slight resource usage improvement)
* TWEAK: For multi-archive backup sets, the HTML title attribute of download buttons had unnecessary duplicated information
* TWEAK: Improve OneDrive performance by caching directory listings
* TWEAK: Detect and handle a case in which OneDrive incorrectly reports a file as incompletely uploaded
* FIX: OneDrive scanning of large directories for existing backup sets was only detecting the first 200 files
= 1.12.15 - 06/Jul/2016 =
* TWEAK: S3 now supports the new Mumbai region
* TWEAK: If the user enters an AWS/S3 access key that looks prima facie invalid, then mention this in the error output
* TWEAK: Make the message that the user is shown in the case of no network connectivity to updraftplus.com when connecting for updates (paid versions) clearer
* TWEAK: Extend caching of enumeration of uploads that was introduced in 1.11.1 to other data in wp-content also
* TWEAK: Avoid fatal error in Migrator if running via WP-CLI with the USER environment variable unset
* TWEAK: When DB_CHARSET is defined but empty, treat it the same as if undefined
* TWEAK: Add updraftplus_remotesend_udrpc_object_obtained action hook, allowing customisation of HTTP transport options for remote sending
* TWEAK: Introduced new UPDRAFTPLUS_RESTORE_ALL_SETTINGS constant to assist in complicated load-balancing setups with duplicate install on the same URL
* TWEAK: Update bundled tripleclick script to fix bug in teardown handler
* TWEAK: Update bundled UDRPC library to version 1.4.8
* TWEAK: Patch Labelauty to be friendly to screen-readers
* TWEAK: Suppress the UD updates check on paid versions that immediately follows a WP automatic core security update
* TWEAK: Handle missing UpdraftCentral command classes more elegantly
* FEATURE: Endpoint handlers for forthcoming updates and user management features in UpdraftCentral
* TRANSLATIONS: Remove bundled German (de_DE) translation, since this is now retrieved from wordpress.org
* FIX: Fix inaccurate reporting of the current Vault quota usage in the report email
* FIX: Fix logic errors in processing return codes when no direct MySQL/MySQLi connection was possible in restoring that could cause UpdraftPlus to wrongly conclude that restoring was not possible
= 1.12.13 - 07/Jun/2016 =
* TWEAK: Default the S3 secret key field type to 'password' instead of 'text'
* TWEAK: Do more checks for active output buffers prior to spooling files to the browser (to prevent memory overflows)
* TWEAK: Update bundled UDRPC library to version 1.4.7
= 1.12.12 - 25/May/2016 =
* FIX: When restoring a plugins backup on multisite, old plugins were inactivated but not always removed
* TWEAK: Use POST instead of GET for OneDrive token requests - some new accounts seem to have begun requiring this
* TWEAK: When backing up user-configured directories, don't log confusing/misleading messages for unzippable directory symlinks
* TRANSLATIONS: wordpress.org is now serving up translations for fr_FR, pt_PT and ro_RO, so these can/have been removed from the plugin zip (1.2Mb released)
= 1.12.11 - 19/May/2016 =
* FIX: 1.12.8 (paid versions only) contained a regression that prevented S3 access if the user had a custom policy that did not include location permission. This fix means that the work-around of adding that permission to the policy is no longer required.
* FIX: Fix a regression in 1.12.8 that prevented non-existent DreamObjects buckets from being created
* FIX: Fix inaccurate reporting of the current Vault quota usage in the report email since 1.12.8
* FIX: The short-lived 1.12.10 had a duplicate copy of the plugin in the release zip
* TWEAK: Detect a particular obscure PHP bug in some versions that is triggered by the Amazon S3 SDK, and automatically switch to the older SDK if it is hit (N.B. Not compatible with Frankfurt region).
* TWEAK: Audit/update all use of wp_remote_ functions to reflect API changes in the upcoming WP 4.6
* TWEAK: Tweak to the settings saving, to avoid a false-positive trigger of a particular rule found in some mod_security installs
* TWEAK: Update bundled UDRPC library to version 1.4.5
= 1.12.9 - 11/May/2016 =
* FIX: In yesterday's 1.12.8, some previously accessible Amazon S3 buckets could no longer be accessed
= 1.12.8 - 10/May/2016 =
* FEATURE: Support S3's "infrequent access" storage class (Premium)
* FIX: Fix bug in SFTP uploading algorithm that would corrupt archives if a resumption was necessary
* TWEAK: Add information on UpdraftVault quota to reporting emails
* TWEAK: Update the bundled AWS library to version 2.8.30
* TWEAK: Update the bundled Symfony library to version 2.8.5
* TWEAK: Update the bundled phpseclib library to version 1.0.2 (which includes a fix for SFTP on PHP 5.3)
* TWEAK: Improve the overlapping runs detection when writing out individual database tables, for helping servers with huge tables without mysqldump
* TWEAK: Prevent restoration from replacing the local record of keys of remote sites to send backups to (Migrator add-on)
* TWEAK: Re-order the classes in class-zip.php, to help misbehaving XCache (and perhaps other opcode cache) instances
* TWEAK: Do not include transient update availability data in the backup (which will be immediately out-of-date)
* TWEAK: Updated the URLs of various S3-compatible providers to use SSL, where available
* TWEAK: Added an endpoint drop-down for Dreamobjects, using their new/updated endpoint (currently only one choice, but they will have more in future)
* TWEAK: Suppress a log message from UpdraftVault when that message is not in use
* TWEAK: When key creation times out in the Migrator, display the error message in the UI
= 1.12.6 - 30/Apr/2016 =
* FIX: UpdraftVault quota usage was being shown incorrectly in recounts on sites connected to accounts backing up multiple sites
* TWEAK: In accordance with Barracuda's previous announcement, copy.com no longer exists - https://techlib.barracuda.com/CudaDrive/EOL
* TWEAK: Allow particular log lines to be cancelled
* TWEAK: Explicitly set the separator when calling http_build_query(), to prevent problems with non-default configurations
* TWEAK: Tweak the algorithm for sending data to a remote UD installation to cope with eventually-consistent filesystems that are temporarily inconsistent
* TWEAK: Make the automatic backups advert prettier
* TWEAK: Detect and combine file and database backups running on different schedules which coincide
* TWEAK: Update bundled Select2 to version 4.0.2
* TWEAK: Update UDRPC library to version 1.4.3
* TWEAK: Update dashboard notices for 2017/18
= 1.12.5 - 08/Apr/2016 =
* TWEAK: (Paid versions) - tweak the updater class so that it sends the information that updraftplus.com needs in order to correctly advise about language pack update availability. (If you are continuously seeing the same language pack update offered, then this may continue for a few more hours - please be patient!).
* TWEAK: Detect another case and deal with an HTTP 413 response when sending chunked data on a direct site-to-site migration
= 1.12.4 - 07/Apr/2016 =
* FEATURE: Faster uploads to Dropbox, via adapting to network conditions: https://updraftplus.com/faster-dropbox-uploads/
* FEATURE: (Paid versions) Plugin now no longer bundles all translations - instead, WP's mechanism for downloading single translations, as/when needed, is used (reduces on-disk size by 12MB=36%)).
* FIX: Deal with some database encryption phrases with special characters that were incorrectly processed
* FIX: Deal with an error in the advanced retention rules processing code, that could lead to keeping the wrong backup set
* FIX: Fix an unescaped string which could cause a JavaScript notice on the UD settings page in some non-English translations
* FIX: The minimum allowed value for the split size was not previously taking effect when saving settings
* TWEAK: When connection to an updraftplus.com UpdraftCentral dashboard, allow use of the alternative connection method
* TWEAK: Suppress some known deprecation warnings on PHP 7
* TWEAK: Show OpenSSL/Mcrypt info in the log + debug info
* TWEAK: Detect a completed upload to Dropbox masked by a race event from the WP scheduler
* TWEAK: The drop-down in the 'Migrate' dialog will now update on a rescan without needing a page reload
* TWEAK: (Paid versions) Update bundled plugin updater class (Yahnis Elsts) to version 3.0
* TWEAK: Add woocommerce_sessions to the list of tables of transient data
* TWEAK: When saving settings, if invalid input is adjusted, this will be reflected back to the UI without a page load (not on all elements)
* TWEAK: When saving settings, the schedule was written twice on non-multisite installs
= 1.12.2 - 30/Mar/2016 =
* TWEAK: When testing Amazon S3 bucket accessibility, slightly improve one of the corner-case checks
* TWEAK: When creating an encryption key for direct Migration, or UpdraftCentral, allow the user to choose their key size (this helps with PHP installs lacking both OpenSSL and GMP, in which case key creation can be really slow)
* TWEAK: Detect another case and deal with an HTTP 413 response when sending chunked data on a direct site-to-site migration
= 1.12.1 - 24/Mar/2016 =
* TWEAK: Update the bundled remote communications library - needed for some UpdraftCentral users
= 1.12.0 - 23/Mar/2016 =
* FEATURE: Compatible with the forthcoming (very soon!) UpdraftCentral remote control panel
* COMPATIBILITY: Tested + supported on the upcoming WordPress 4.5
* FIX: On some setups, if no remote storage was configured (not recommended), then old backups were not being pruned
* FIX: Make FTP active mode (very rarely seen) work correctly again
* TWEAK: Added a hint to FTP users who appear to be firewalled on only the data channel when attempting to use encrypted FTP
* TWEAK: Improve detection of the WordPress scheduler duplicating periodic events when the server is overloaded
* TWEAK: Simplify main tab layout upon first use
* TWEAK: Add some previously unbundled licence files
* TWEAK: Prevent a couple of PHP notices being logged when running a manual search/replace
* TWEAK: Add a filter to allow more over-riding of pruning
= 1.11.29 - 27/Feb/2016 =
* FIX: When saving settings on multisite, some connections to remote storage could drop and need to be re-made
* FIX: Fix an inoperative button in the Clone dialog box
* FIX: Fix an error upon automatic backups (Premium) in 2.11.28
* TWEAK: Updated readme to reflect > 700,000 active sites
* TWEAK: When cloning a site and mod_rewrite is not available, give a warning pre-restore
* TWEAK: Options saving on multisite is now much more efficient (in terms of database requests required)
* TWEAK: Improve the scheduling algorithm in the case of hosts that allow very long runs times, and a network outage on the cloud storage
* TWEAK: When connecting to updraftplus.com to claim a licence (paid versions), use the newer JSON-based protocol
* TWEAK: Many and various internal improvements to structure of the admin page HTML, CSS and JS
* TWEAK: The boxes for adding extra addresses for reporting, and extra DBs, now fade in
= 1.11.27 - 17/Feb/2016 =
* FEATURE: Automatic backups can take place before updates commissioned via WordPress.Com/JetPack remote site management (requires a not-yet-released version of JetPack - all current releases are insufficient, so please don't file reports about this yet)
* FIX: Fixed a further logic error in the advanced backup retention options, potentially relevant if you had more than one extra rule, affecting the oldest backups
* TWEAK: Resolve issue on some sites with in-dashboard downloads being interfered with by other site components
* TWEAK: Auto-backups now hook to a newly-added more suitable action, on WP 4.4+ (https://core.trac.wordpress.org/ticket/30441)
* TWEAK: Make WebDAV library not use a language construct that's not supported by HHVM
* TWEAK: Change options in the "Backup Now" dialog as main settings are changed
* TWEAK: Show the file options in the "Backup Now" dialog if/when alerting the user that they've chosen inconsistent options
* TWEAK: When pruning old backups, save the history to the database at least every 10 seconds, to help with sites with slow network communications and short PHP timeouts
= 1.11.26 - 13/Feb/2016 =
* TWEAK: Prevent HTTP 500 download errors on some very large file/hosting setups
* TWEAK: A tiny number of users had a badly laid-out settings screen until they refreshed their browser cache. This release prevents that.
= 1.11.24 - 10/Feb/2016 =
* FIX: Fixed further logic errors in the advanced backup retention options, potentially relevant if you had more than one extra rule
* TWEAK: Saving of settings is now done over AJAX (i.e. without a page reload)
* TWEAK: In-dashboard downloads now process the HTTP Range: header, allowing resumption of failed downloads via the browser
* TWEAK: Tweak 'Existing Backups' table CSS, to allow more entities per row
* TWEAK: Warn copy.com users of Barracuda ending the service - https://techlib.barracuda.com/CudaDrive/EOL
* TWEAK: Rename the 'hidden' CSS class, to prevent clashes with other plugins/themes which load their CSS code onto UD's page (which they shouldn't be doing)
* TWEAK: Fix newsletter sign-up link
* TWEAK: Log and triple-click summary now mentions the total size of the backup (i.e. total of the compressed backup set)
* TWEAK: Try to detect a very rare case of recoverable database read failure, and schedule a re-try
* TWEAK: Suppress unnecessary warning message when Dropbox account info checking fails
* TWEAK: Attempt to restart a large OneDrive upload in a particular case seen when OneDrive's end seems to get into confusion about state
* TWEAK: Various bits of internal re-factoring to support future improvements
= 1.11.23 - 26/Jan/2016 =
* FIX: When migrating a sub-folder based multisite into a non-root install with different relative path to the source multisite (I can't think of any good reasons to do this), the search/replace could leave sub-sites unreachable without manual correction
* FIX: Logic errors in the advanced backup retention options could lead to the oldest backups being deleted prematurely, and some backups not being deleted when they were overdue for deletion
* FIX: Amazon S3 bucket creation wizard (in the S3 enhanced add-on) was not honouring the chosen region for new buckets
* FIX: Upon restoration over an existing site, inactive plugins could remain post-restore (bug introduced in 1.11.20)
* TWEAK: Various internal re-organisations, to improve modularity/re-use of the code
* TWEAK: Internal CSS re-organisation to make future layout changes easier
* TWEAK: The "stop" link in the backup progress indicator now halts the backup asap, instead of at the next scheduled resumption
* TWEAK: Clarify the course of action needed if you attempt a Dropbox backup without Curl
* TWEAK: Add support for the new Asia Pacific (Seoul) region to Amazon S3
* TWEAK: Make the automatic backup option box appear on the updates page for users who can update plugins or themes (not just core - previously it was assumed that these would always go together in the real world, but some managed hosts are now removing the core update capability from the default admin user, whilst leaving the others)
* TWEAK: Change default zip split size to 400Mb on new installs
* TWEAK: Clean up use of composer, to conform to proper usage standards, and update to current version (to avoid causing a problem for plugins using PSR-4 autoloaders)
* TWEAK: Provide direct links to cart when choosing UpdraftPlus Vault storage
* TWEAK: Add debug.log to the default exclusions in wp-content (when people leave debug logging on and forget, it can get huge)
* TWEAK: On multisite, make sure that the site/blogs tables are placed early in the backup (assists with quickly scanning backup info)
* TWEAK: Update to phpseclib 1.0.1
* TWEAK: Prevent a PHP notice when using SCP
* TWEAK: Add new termmeta table to the default list of core tables (which is usually automatically detected)
= 1.11.21 - 28/Dec/2015 =
* TWEAK: If there's a problem connecting to UpdraftPlus Vault, in some situations the information on the cause was not easily readable
* TWEAK: Slightly more logging on failed OneDrive operations, to aid problem-solving
* TWEAK: Add wysija_email_user_stat to the list of potentially huge non-critical tables (which can get skipped in an emergency)
* FIX: Package Pear/Exception.php, so that servers without it already can use Microsoft Azure blob storage
* FIX: Prevent PHP fatal error on admin area in some restore scenarios
= 1.11.20 - 21/Dec/2015 =
* FEATURE: WordPress multisite backup administrators can now selectively restore data from a chosen site, instead of restoring the entire WordPress install - https://updraftplus.com/selectively-restoring-on-wordpress-multisite/ (requires WP 3.5+, UpdraftPlus Premium)
* FEATURE: Import a WordPress single-site backup into WordPress multisite, as a new site (requires WP 3.5+, UpdraftPlus Premium) - https://updraftplus.com/information-on-importing-a-single-site-wordpress-backup-into-a-wordpress-network-i-e-multisite/
* FIX: Properly encode folder paths with Copy.Com, allowing some previously prevented folder names to work
* FIX: In-dashboard decryption using some decryption keys with URL-encodable characters failed
* FIX: Prevent PHP fatal error on settings page on a buggy old PHP version (5.2.10) when Google Cloud storage add-on not present
* FIX: When using multiple remote storage providers, a race condition could lead to some old backups not being deleted on the storage not uploaded to last
* FIX: Views are now placed after tables in the database backup
* FIX: In-page uploader widget was not working on sub-domain based multisites in some dashboard access scenarios
* FIX: Package Net/URL2 (PEAR), so that servers without it already can use Microsoft Azure blob storage
* TWEAK: Upgrade Microsoft OneDrive API usage to latest version
* TWEAK: Automatic backups are now hooked into the themes page in the network admin on WP multisite installs
* TWEAK: Dashboard messages were not being clearly shown when trying to use UpdraftPlus Vault without PHP Curl available
* TWEAK: Protect against other plugins loading incompatible Google SDKs when Google Cloud is being used
* TWEAK: When trying to use S3, DreamObjects or UpdraftPlus Vault without PHP Curl available, make the cause of the problem more obvious
* TWEAK: When sending data to remote site, keep re-trying on receipt of an HTTP 413 (request entity too large) down to 64Kb (instead of previous 128Kb) - a webserver was seen in the wild configured at this level
* TWEAK: Detect the WordPress scheduler invoking a scheduled backup multiple times, in some cases where the existing semaphore lock wasn't helping (because the backup already finished, or the WP scheduler invoked multiple instances of the same event minutes apart - apparently possible when very heavily overloaded)
* TWEAK: Detect an inconsistent semaphore locking state, and fix it (apparently only possible upon unexpected server crash)
* TWEAK: Provide a button to cancel (not just continue) an interrupted restore
* TWEAK: Work around buggy Ubuntu PHP versions - https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1315888
* TWEAK: Make sure that backup options get passed on with continuation data, when resuming an interrupted restore
* TWEAK: Catch a few untranslated strings (in the decryptor widget for encrypted backups)
* TWEAK: Log more information if a connection to UpdraftPlus Vault fails
* TWEAK: The internal info shown when triple-clicking a backup set's date had messed-up formatting
= 1.11.18 - 25/Nov/2015 =
* FEATURE: On hosts with low timeouts that kill restore operations half-way though, provide an obvious button on the dashboard to immediately resume; see: https://updraftplus.com/resuming-interrupted-restores/
* FEATURE: Usability improvements and ability to select file components in the 'Backup Now' dialog - https://updraftplus.com/improvements-to-the-backup-now-dialog-box/
* FEATURE: Full support for Microsoft Azure blob storage (UpdraftPlus Premium)
* FEATURE: Allow all files beginning with a defined prefix to be excluded from the backup by inputting (for example) prefix:someprefix_,prefix:someotherprefix- in your exclusion settings - see: https://updraftplus.com/faqs/how-can-i-exclude-particular-filesdirectories-from-the-backup/
* FEATURE: UpdraftPlus Premium can now restore backups created by "Dropbox Backup" by WPAdm
* COMPATIBILITY: Tested/supported on the forthcoming WordPress 4.4
* TWEAK: Faster zip file creation on PHP 7 with ZipArchive - https://updraftplus.com/faster-zip-file-creation-with-the-php-7-zip-engine/
* TWEAK: Improve settings tab: remove headings, tweak a few wordings, move "remote storage" section further up
* TWEAK: Introduce UPDRAFTPLUS_SET_TIME_LIMIT internal constant
* TWEAK: Quote the table name passed to MySQL in DESCRIBE statement
* TWEAK: Prevent a PHP notice being logged during initial updates connection, and another when restoring third-party databases
* TWEAK: Style previously unstyled button in some auto-backup scenarios
* FIX: A few settings were not being deleted by the "Wipe Settings" button.
* FIX: Importer would not correctly handle third-party backups where the files and zip were both in zip format, separately, and where they were restored together
* FIX: With multi-archive backup sets, files in the top level of a backup of WP core or 'others' were not restored by an in-dashboard restore if they over-wrote an existing non-identical file if they were not in the first archive
= 1.11.17 - 13/Nov/2015 =
* FIX: Resolve a conflict with "Simple Calendar" (formerly "Google Calendar Events") since their re-written 3.0 release, when using Google Drive storage
= 1.11.15 - 28/Oct/2015 =
* FEATURE: Google Cloud Storage support (UpdraftPlus Premium)
* FIX: Automatic backups of WordPress core prior to WP core upgrade in recent versions were including non-WP core files
* FIX: OwnCloud 8.1's WebDAV server responds differently, breaking UD's communications: restore the ability to backup to OwnCloud WebDAV
* TWEAK: Allow use of the Meta key for selecting multiple backup sets (as well as Control)
* TWEAK: When sending backup data directly site-to-site (when migrating), handle the (very rare) case where a remote server complains of the chunk size after accepting previous chunks of the same size
* TWEAK: Add message to final log line when sending backup set directly to a remote site, reminding the user of what to do next.
* TWEAK: Tweak zip-splitting algorithm, to prevent delayed split on resumption when final file in the last-created zip is gigantic
* TWEAK: By default, exclude directories that appear to be the UpdraftPlus internal directory of a site stored in a sub-directory when backing up WordPress core
* TWEAK: In the debugging output, show more clearly when Curl is not installed
* TWEAK: Remove trailing slashes from what WP returns as the uploads/plugins directories, in case the user has specified a manual directory over-ride and erroneously added a trailing slash
* TWEAK: Replace all remaining http:// links to updraftplus.com with https://
* TWEAK: Raise some of the Google Drive network timeouts
* TWEAK: Suppress an internal PHP notice when pruning backups in some circumstances
* TRANSLATIONS: Various updated translations
= 1.11.12 - 29/Sep/2015 =
* FEATURE: More sophisticated rules for retention/deletion (UpdraftPlus Premium) - https://updraftplus.com/more-sophisticated-backup-retention/
* FEATURE: Delete multiple backups at once - https://updraftplus.com/deleting-multiple-backups/
* FEATURE: When choosing a monthly backup, you can now choose the starting date (e.g. choose 17th, not just choose the next week-day, e.g. next Monday)
* FEATURE: You can exclude files with any particular extension by using the constant UPDRAFTPLUS_EXCLUDE_EXTENSIONS (comma-separate different extensions), or by inputting (for example) ext:.zip,ext:.mp4 in your exclusion settings.
* FEATURE: Tested and supported on the forthcoming PHP 7.0
* FIX: SFTP uploads could hang after finishing, if more than one attempt was needed to upload the file
* FIX: Stop causing JavaScript errors on WordPress 3.2 on the plugins page
* TWEAK: UI improvement when choosing multiple storage options - https://updraftplus.com/a-prettier-way-to-choose-remote-storage-options/
* TWEAK: The storage selection drop-down (free version) now has icons to make it easier on the eye
* TWEAK: Use UpdraftPlus Vault logo
* TWEAK: Replace target="_new" with target="_blank" when opening new browser ports, to be more standards-compliant
* TWEAK: Tweak the auto-split algorithm again to catch another case where it would have been better to split in a low-resource situation
* TWEAK: When checking the backup integrity, allow for a multisite to not have a root options table; check sitemeta instead (unlikely, but theoretically possible)
* TWEAK: Raise default Google Drive network timeout from 15 seconds - it's too possible to hit this on a slow uplink (e.g. congested ADSL)
* TWEAK: Upgrade the bundled Google SDK to the most recent release (1.1.4)
* TWEAK: Add previously-untranslated string
* TWEAK: Suppress a PHP notice relating to a constant that needed quoting
* TWEAK: Turn off reporting of PHP deprecation conditions if using phpseclib on PHP 7 (can break communications - phpseclib uses PHP4-style constructors)
* TRANSLATIONS: Various updated translations
= 1.11.9 - 04/Sep/2015 =
* FIX: Dropbox introduced an un-documented, un-announced change to their server, which caused new site authentications in UpdraftPlus to no longer work. Now fixed with this release.
* FIX: If backing up multiple extra directories under "more files", if large directories required a resumption, then inclusion of the files multiple times in the backup was possible.
* TWEAK: Tweak the auto-split algorithm to not avoid firing in a particular case (that relies on a sequence of unlikely I/O events, seen on GoDaddy) if there's no resumption scheduled
* TWEAK: Add mysql.sql to the (changeable) default configuration for excludes from wp-content - on WP Engine this is an unreadable file that they create that thus produces a backup warning
* TWEAK: Add a dashboard warning (+ link to documentation) if UD appears to be incompletely installed
* TWEAK: Add UPDRAFTPLUS_WEBDAV_NEVER_CHUNK constant for WebDAV servers that return the wrong error code when chunking fails
* TWEAK: Introduce a UPDRAFTPLUS_REMOTESEND_DEFAULT_CHUNK_BYTES constant allowing the over-riding of the remote-send (Migrator) starting chunk size in wp-config.php (expert users)
* TWEAK: Add CSS classes to dashboard updates notices, so that people can hide them more easily if they wish
* TWEAK: If gzopen() is disabled, then test binzip without trying to use PclZip to verify the results
* TWEAK: Add work-around for PHP bug https://bugs.php.net/bug.php?id=62852
= 1.11.6 - 22/Aug/2015 =
* FIX: SFTP was not working in 1.11.4 for some servers (related to phpseclib library update and sources of random data)
* FIX: 1.11.5 release had wrong version number in header for paying users; corrected with fresh release
= 1.11.4 - 19/Aug/2015 =
* FIX: Perform previously missing tweak on the database after restoring a multisite backup to an install with a different table prefix, which inhibited the ability to create new users on the main site in a network.
* TWEAK: Remove an inefficiency when examining files to prune from Google Drive, reducing the amount of time needed.
* TWEAK: Show a warning if UpdraftPlus's directory in wp-content/plugins has been manually renamed to include a space, which WordPress does not support
* TWEAK: Skip search/replacing of the 'guid' column in the posts table when migrating (improves performance - and prevents possible re-appearances of blog articles in peoples' feed readers if double-migrating)
* TWEAK: Upgraded the bundled phpseclib Math, Net and File libraries to current versions (1.0 branch)
* TWEAK: Prevent PHP notice in log file when deleting FTP backup from dashboard
* TRANSLATIONS: Updated translations, including Greek
= 1.11.3 - 13/Aug/2015 =
* FIX: Fix access to S3 for PHP 5.2 users using buckets in the US-WEST-1 region
* FIX: Fix access to UpdraftPlus Vault for some PHP 5.2 users
= 1.11.2 - 11/Aug/2015 =
* TWEAK: Handle the results when someone with no UpdraftPlus Vault quota attempts to connect more gracefully
= 1.11.1 - 10/Aug/2015 =
* FEATURE: UpdraftPlus Vault storage - simple to set up storage from your trusted provider: https://updraftplus.com/landing/vault - with 1Gb of free storage for UpdraftPlus Premium customers ( https://updraftplus.com/shop/updraftplus-premium/ ) - and more storage available for anyone to purchase. All other storage options (Dropbox, Google Drive, etc.) remain available, of course!
* FEATURE: S3 enhanced wizard now allows the user to optionally deny the new Amazon Web Services IAM user download and/or delete permissions, for an even more secure setup (at the cost of some convenience - you will need to download/restore/delete S3 backups outside of UpdraftPlus).
* FEATURE: Amazon S3 in UpdraftPlus Premium now supports optional server-side encryption
* FEATURE: An "UpdraftPlus" menu now appears on the WP admin bar, allowing quick access.
* COMPATIBILITY: Tested and compatible with WordPress 4.3
* SPEED: For users' whose backups are created with a zip binary (the default engine, where available), CPU usage + zip creation times have been significantly reduced
* SPEED: For users cloning a website with a large number of users and a changed table prefix, a long and slow series of SQL operations has been replaced with a single fast one
* FIX: The chunk-uploading algorithm for Copy.Com could unnecessarily upload the same chunks multiple times. We have not had any reports, but we believe it's also theoretically possible that a Copy.Com upload could have been corrupted by the same issue, so recommend updating for all Copy.Com users.
* FIX: Fix issue with site cloning whereby on sites with very large numbers of entries in the postmeta table that needed search/replacing, some could be omitted (in the case seen, the table had >600,000 entries)
* FIX: Saving the settings immediately after authenticating with Copy.Com resulted in being redirected to WP's page for all settings.
* FIX: If PHP was killed by the webserver during the process of pruning old backups, then this would not be retried until the next backup, thus potentially leaving more backups than desired around in remote storage in the meanwhile.
* FIX: Log files sometimes failed to mention the MySQL version
* TRANSLATIONS: Various updated translations - thanks to our translators
* TWEAK: When choosing multiple remote storage options (Premium), these are now stacked via tabs, instead of vertically as before
* TWEAK: More help for enormous sites on badly resourced web hosting: part of the enumeration of uploads needing backing up is now cached, allowing more to be time when time limits are short
* TWEAK: Secret credentials (e.g. S3 secret key) in the admin area are now starred (as explained in our long-standing FAQ, this does nothing to protect against malicious WordPress co-admins on your site - https://updraftplus.com/faqs/in-the-administration-section-it-shows-my-amazon-ftp-etc-passwords-without-using-stars-is-this-safe/ - but at least we won't get asked about it so many times!).
* TWEAK: Provide more direct help to the user if they are hosting with Strato and get the 'File Size Limit Exceeded' zip message
* TWEAK: When migrating data directly to a remote site, if the remote site returns a 413 HTTP code ("Request Entity Too Large"), re-try using a smaller chunk size
* TWEAK: Log when about to begin encryption of a database file (allowing the progress to be monitored more easily if there's a problem)
* TWEAK: Detect a further case of an incompatible database (that is from a remote source and uses MySQL features not present on the destination server) and warn before attempting to import.
* TWEAK: Make the error message shown if trying to restore an incompatible database (that is from a remote source and uses MySQL features not present on the destination server) clearer.
* TWEAK: If the user uses "Backup Now" before saving their settings, warn them that the unsaved settings changes won't apply to this backup
* TWEAK: Only warn about very large files found once for each file (rather than once per resumption)
* TWEAK: Add the UPDRAFTPLUS_GOOGLEDRIVE_DISABLEGZIP constant - define it as true to work-around broken HTTP setups (possibly broken outgoing proxy?) when accessing Google Drive
* TWEAK: When claiming an add-on (paid versions), the user's updraftplus.com password will automatically be forgotten once it is no longer needed
* TWEAK: Handle the case of the user typing in an invalid number of backups to retain more elegantly
* TWEAK: No longer require the php-mcrypt module for Dropbox
* TWEAK: Also retry a smaller chunk size if it looks like mod_security unhelpfully replaced a 413 HTTP code with a 200 success message despite the operation actually failing for this reason, or if it looks like sending is just timing out before the PHP timeout (so that we don't get notified).
* TWEAK: Added new CA root certificates to store (http://curl.haxx.se/ca/cacert.pem)
* TWEAK: If the Migrator's direct-send component drops its chunk size, then store this information so that it doesn't have to go through the cycle of finding the best chunk size the next time.
* TWEAK: Added UPDRAFTPLUS_IPV4_ONLY constant to prevent use of IPv6 (currently implemented by Google Drive only)
* TWEAK: Deal with a case where the web host appears to be losing disk I/O near kill time, despite later database writes going through (so, the order of operations was insufficient to guarantee what had been completed). This issue was only cosmetic - backup sets were intact (hence "tweak", not "fix")
* TWEAK: Increase HTTP timeout for remote site-to-site operations
* TWEAK: Don't cause the 'debug' tab to abort rendering if the web host has disabled the gzopen() function (which is an odd/pointless thing to do)
* TWEAK: Resolve PHP 'strict standards' coding internal notice in Google Drive module
= 1.10.3 - 2015-06-09 =
* FEATURE: Migration component can now send backup data directly from one WP site to another - https://updraftplus.com/shop/updraftplus-premium/
* FEATURE: Support active mode FTP servers (extremely rare)
* FIX: The error message when choosing no components to restore was empty
* FIX: Restore ability to run on WordPress 3.5 (actually fixed in downloads of 1.10.1 after 2015-05-13)
* FIX: Some automatic pre-upgrade backups were not marked internally as such, leading UD to delete the oldest scheduled backup prematurely backups prematurely
* TWEAK: Reduce HTTP round-trips when checking presence + downloading backup archives in a restore/migrate operation
* TWEAK: Alert the user earlier if they're trying to use a database with a character set not supported by MySQL
* TWEAK: Use separate internal jobs for separate downloads, and thus avoid race conditions when updating job data (symptom: download widgets that don't show current information)
* TWEAK: Add constant UPDRAFTPLUS_SFTP_TIMEOUT allowing users to over-ride (via wp-config.php) the default SFTP timeout (default now: 15 seconds).
* TWEAK: Make Copy.Com filter out non-backups from remote file listings at an earlier stage
* TWEAK: Log more information when a curl error occurs when getting a OneDrive access token
* TWEAK: Code re-arrangement in OneDrive library to deal with sites using the obsolete PHP safe_mode
* TWEAK: Clearer message for users whose access to paid plugin updates has expired (paid versions)
* TWEAK: Improve detection of started pre-upgrade automatic backups in case of webserver misbehaviour
* TWEAK: Fix untranslated message when confirming the wiping of settings
* TWEAK: Replace more non-SSL links to updraftplus.com with SSL links
* TWEAK: Use a POST instead of a GET during one of the restore sub-stages (avoids a false positive on some mod_security setups)
* TWEAK: Improve backup-file-naming routine to reduce the times when no ASCII name can be found (ASCII is preferred as not all cloud storage methods will accept arbitrary characters in filenames)
* TWEAK: Don't keep a log file (unless debug mode is on) for scheduled tasks that result in the result that nothing needs backing up
* TWEAK: Remove cache files from Cherry Framework child themes upon migration (framework misbehaves if cache files are present after URL change)
= 1.10.1 - 2015-05-12 =
* FEATURE: Microsoft OneDrive support (Premium version) - full support (including chunked/resumable uploading and downloading)
* FEATURE: Allow prevention of backup of unwanted tables, via a filter; see: https://updraftplus.com/faqs/how-can-i-exclude-a-specific-table-from-the-backup/
* FIX: Restore window would not open if date contained a single quote character in it (which was possible only in some languages)
* FIX: Restore the ability of PHP installations (< 1%) without curl to use Google Drive (broke when Google introduced a new SSL certificate at their end which PHP couldn't handle properly without extra help).
* TWEAK: Add woocommerce_order_items and relevanssi_log to the list of potentially huge tables that won't need search/replacing
* TWEAK: Add link to admin email setting and fix broken link to reporting add-on in free version
* TWEAK: Provide more direct help for paid users getting blocked by the security shield when connecting for updates access
* TWEAK: Small tweak in zip-splitting algorithm if it looks likely that there are insufficient resources with no further resumptions yet scheduled
* TWEAK: "Migrate" dialogue, when the Migrator is installed, now contains a widget to use directly (instead of just directing to other route)
* TWEAK: Ask user to confirm if they navigate away from the settings page with unsaved changes
* TWEAK: Replace some non-SSL links to updraftplus.com with SSL links, and replace all non-SSL readme links
* TWEAK: Add UPDRAFTPLUS_DBSCAN_TIMEOUT constant to control how much time is allowed for scanning database, and make the default vary instead of constant (will help users with absolutely enormous databases).
* TWEAK: Provide clearer guidance to users with a wrong updraftplus.com password entered for updates
* TWEAK: When cloning a site with Jetpack, automatically clear Jetpack invalid connection status
* TWEAK: Prevent some old admin notices from being repeated when saving settings
= 1.9.64 - 2015-04-20 =
* FEATURE: (Premium) Added wizard to make it easier to create limited-access AWS users (requires PHP 5.3.3)
* SECURITY: Fix non-persistent back-end XSS vulnerability, reported by Sucuri - https://updraftplus.com/new-security-vulnerability-found-across-significant-numbers-of-wordpress-plugins-including-updraftplus/
* FIX: Fix failure to access some files (e.g. for downloading or deleting) in Google Drive folders that contained >100 UpdraftPlus backup archives (thanks to IanUK for his help)
* TWEAK: Amazon S3 reduced redundancy storage (a feature of UpdraftPlus Premium) now requires use of PHP 5.3.3 or later.
* TWEAK: Various fixes to bring automatic backups code up to date with WP 4.2 release candidate 1 (there were some changes since beta 3, which worked since UD 1.9.62)
* TWEAK: Update to version 2.0 of plugin updater class (https://github.com/YahnisElsts/plugin-update-checker) - necessary on WP 4.2 to prevent shiny updates after the first failing when 3rd party plugins exist, and to suppress a PHP notice on the plugins page.
* TWEAK: Add wp_rp_tags to the list of potentially huge tables that won't need search/replacing
* TRANSLATION: New Slovenian translation, courtesy of Clav Icula
= 1.9.63 - 2015-04-03 =
* TWEAK: Revert to previous global SSL CA bundle: it seems Amazon S3 still has servers with 1024-bit SSL certificates
= 1.9.62 - 2015-04-01 =
* FEATURE: Automatic backups now integrate with the forthcoming WP 4.2's "shiny plugin updates"
* COMPATIBILITY: Tested and marked compatible with the forthcoming WordPress 4.2 (tested up to beta 3)
* FIX: Fix regression in 1.9.60 for corner-case of S3 users with no permission to check their bucket's location (but permission to write to it).
* TWEAK: Make "settings saved" message disappear after a few seconds, to prevent UI clutter
* TWEAK: Decrease UI clutter in backup time selection
* TWEAK: Update to latest global SSL CA bundle, removing again 1024-bit root CAs (last attempted in 1.9.26, but S3 still had some legacy servers). Modern web browsers have not accepted these for 6 months now. (SSL verification can be turned off in the expert options).
* TWEAK: Defeat WP Download Manager Google Drive plugin's loading of its SDK on all pages (conflicting with UD when UD attempts to backup to Google Drive)
* TWEAK: Detect case of old MySQL on Windows with table prefix that varies by case (and hence WP actually only works by accident) - produce a consistent backup that can be restored on any MySQL server.
* TWEAK: Add dashboard notice with links to more resources, for free users who've been installed >4 weeks (with option to dismiss notice)
* TWEAK: Add itsec_log to the list of tables of non-essential/not-needing-search/replace + likely to be large tables for backup strategy
* TWEAK: Improvement to scheduling algorithm in case where WP's scheduler starts same resumption multiple times - prevent next attempt being delayed longer than necessary
* TWEAK: Add a header to report emails indicating the job ID - helps when debugging
* TWEAK: Detect + show a more helpful error message if blocked by CloudFlare when connecting for updates (paid versions)
* TWEAK: Make it easier to use custom Dropbox API keys, via UPDRAFTPLUS_CUSTOM_DROPBOX_APP constant (define to true in wp-config.php)
* TWEAK: Tweak debug output of webserver information to avoid triggering a (silly) mod_security rule in some setups
* TWEAK: Alert the user if using Amazon S3 if they do not have the PHP XML Writer module available
* TWEAK: Log the fact that local deletions are being skipped, if the user set that option.
* TWEAK: Give timestamp of WPB2D backups without relying upon location of SQL file
* TWEAK: Detect a situation on migration where the uploads path is changed (from a site that began pre-WP 3.5) that was previously undetected
* TRANSLATIONS: French translation updated from less than half to complete, thanks to Erwan François. Various other translations updated (many thanks to all translators).
= 1.9.60 - 2015-02-24 =
* FEATURE: When using "Backup Now", and keeping the UpdraftPlus settings page open, a broken WP scheduler will not prevent the backup's progress.
* FEATURE: Amazon's "EU Central 1" Frankfurt region now supported again (Amazon began requiring their new signature method at this location - probably a sign of things to come everywhere). PHP 5.3.3 required for this region.
* FEATURE: Database backup files can now be handled when uncompressed - i.e., you can remove the gzip compression, and use the resulting file (useful for large backups on slow/limited hosting: pre-decompressing the file will reduce the processing time needed)
* FEATURE: Introduced new in-page auto-backup widget that can resume, and thus cope with a backup of any size. This feature is in preparation of WP 4.2's major re-write of the updating user experience flow.
* TWEAK: Update PHP-Opencloud (Rackspace) and dependency libraries to current versions.
* TWEAK: Make sure that activity is recorded periodically when adding database tables to the final database backup (found a site with over 7,500 tables)
* TWEAK: Don't bother to attempt to detect double-gz compression on setups where it can't be handled (where gzseek() has been disabled in the PHP configuration)
* TWEAK: Added free/Premium comparison table to the free version
* TWEAK: Importer (part of UpdraftPlus Premium) can now import generic .sql, .sql.gz and .sql.bz2 files
* TWEAK: Don't show the "memory limit" warning in a case where the value could not be accurately detected
* TWEAK: If the user chooses the "email" remote storage method, then a warning will be added if the archive being sent is bigger than most mailservers can carry (and will be removed if it is successfully sent), thus giving the user a hint as to the failure cause (if they overlooked the existing warning in the email settings).
* TWEAK: The importer (part of UpdraftPlus Premium) can now import the latest BackupWordPress format databases
* TWEAK: Flush output buffer explicitly when closing the browser connection - prevents delayed feedback on some setups
* TWEAK: Automatic backups are now offered if you go to the 'Plugins' page, and update via the 'More information' iframe
* TWEAK: Trim spaces from Google Drive client_id/secret - some users didn't spot that they introduced whitespace when copy-pasting
* TWEAK: Add "Simple Visitor Stats" and "Simple Feed Stats" tables to the list of tables that may have large amounts of data, and which don't need search/replacing when migrating
* TWEAK: When restoring plugins and themes, log the list of entities being restored (helps with tracing problems)
* TWEAK: Deal with CloudFTP/StorageMadeEasy returning directory listings in a non-standard format, when rescanning remote backups
* TWEAK: Version numbering scheme for paid versions changed; see: https://updraftplus.com/change-in-updraftpluss-version-numbering-scheme-for-paid-versions/
* TRANSLATIONS: Updated translations in several languages (many thanks for our translators)
* FIX: For imported 3rd-party backups, the 'Existing Backups' tab (only) was showing "Unknown Source" instead of the detected source.
= 1.9.52 - 2015-02-07 =
* FIX: Fix issue when migrating (hence, in Premium versions only) backups with very large options tables output by mysqldump, which could cause the site URL to finish with an incorrect value
= 1.9.51 - 2015-02-03 =
* SECURITY: Prevent nonce leak that could allow logged-in users who aren't admins (if you have any) to access backups, UpdraftPlus settings and perform other harmful actions. No issue exists for users of UpdraftPlus Premium, or if you have the stand-alone "Automatic Backups" or "No Adverts" add-ons, or if your site has no untrusted users who can log in (or whilst have dismissed the "Automatic Backups" notice on the updates page). Credit to Sucuri (http://sucuri.net) for identifying this issue, and notifying us of it.
= 1.9.50 - 2015-01-29 =
* TWEAK: Importer now supports a previously-unseen format for WordPress Backup 2 Dropbox backups
* TWEAK: Fix cron calculation that could have prevented UpdraftPlus loading when using ALTERNATE_WP_CRON (see 1.9.45)
* TWEAK: If insufficient permissions exist when restoring, then exit maintenance mode when this is detected; and handle the case of having create but not drop permissions more elegantly
* TWEAK: Defeat some other plugins/themes which load their CSS code onto UpdraftPlus settings page and break things
* TWEAK: Prevent a "not tested on this version of WP" message showing for a short time after install of a new version, when it only applied to the previous version
* TWEAK: Reduce HTTP timeout when checking for available plugin updates (paid versions) from 10 to 5 seconds
* TWEAK: Tidy up the post-restore screen a little - one less info box.
* TWEAK: When a restore finishes, WP Super Cache's cache will be emptied (if present), to prevent confusion caused by cached pre-restore pages.
* TWEAK: Slight change to how the 'mothership' for updates is calculated, for more flexibility in our in-house testing
* TWEAK: Log more informative error if user chooses 'FTP' for their remote storage, but adds no FTP settings
* TWEAK: Change "any other directory" to "any other file/directory" in the "more files" add-on, to better reflect its capabilities
* TWEAK: Make sure that "more files" will skip UD's temporary directory, if asked to backup a parent directory of it
* TWEAK: Default to https for updates checking, with fallback to http (only relevant to versions from updraftplus.com)
* TWEAK: Prevent 'Strict Standards' PHP coding notice with WebDAV on PHP 5.5
* TWEAK: Provide clickable link through to the admin email address in the reporting settings
* TWEAK: If the gzopen or gzread functions are disabled in the PHP install, then the message saying so omitted to say which one (or both)
* FIX: WebDAV upload method could very occasionally fail to detect upload error conditions
= 1.9.46 - 2014-12-29 =
* FEATURE: Chunked/resumable uploads are now supported for SFTP
* FIX: Scan for existing backup sets added manually to local storage in recent versions could overlook some unless clicked twice, in non-GMT timezones
* TWEAK: Work-around issue in Manage WP worker plugin which caused a crash when authenticating with Dropbox
* TWEAK: Prevent PHP notice when listing files on SFTP server
* TWEAK: Reset an internal upload counter used to detect activity when a cloud storage switch is made due to no apparent activity - could prevent some large, long-running uploads on hosts with little available execution time
= 1.9.45 - 2014-12-20 =
* FIX: Fix case in which the database imported from a BackWPUp backup could be falsely identified as missing (introduced in 1.9.40)
* FIX: WordPress installs with ALTERNATE_WP_CRON set could skip some scheduled backups (since 1.9.19, so it appears that the conditions required to cause this bug are rare)
= 1.9.44 - 2014-12-13 =
* TRANSLATIONS: Add new incomplete translations (ready for the wordpress.org change to take translation availability into account when searching for plugins): Norwegian Bokmål, Norwegian Nynorsk, Finnish, Hebrew, Catalan, Vietnamese, Bengali
* FIX: Fix a failure to detect the progress properly for large backup sets, introduced in 1.9.40
= 1.9.43 - 2014-12-11 =
* FIX: Fix bug in 'lock admin' feature causing lock-outs even with the correct password
* TWEAK: Site is put in maintenance mode whilst database restore takes place
= 1.9.42 - 2014-12-08 =
* FIX: Fix bug in 1.9.40 that caused some cloud storage uploads to be terminated.
* FIX: Restore functionality for Premium users on older WP versions (3.1 - 3.5)
= 1.9.40 - 2014-12-04 =
* FEATURE: The auto-backup addon (UpdraftPlus Premium) can now run before
WordPress automatic updates
* FEATURE: Lock access to your UpdraftPlus settings (Premium) -
https://updraftplus.com/lock-updraftplus-settings/
* FEATURE: The full log file viewer is now real-time - it updates as the
backup progresses
* FEATURE: When downloading from remote storage via the settings page, stalled
downloads are now automatically restarted (relevant for large backups with low
web-server PHP time-outs)
* FIX: Manual search/replace expert tool was broken in early downloads of
1.9.31
* FIX: Suppress bogus messages about missing files from 3rd party tar backups
when restoring
* FIX: If backing up multiple "more files" locations (Premium), then paths
that were identical in both locations could be omitted from the second
location
* FIX: With the reporting add-on, any mails sent by other plugins after
UpdraftPlus had finished (which has never been seen in the wild) would have
corrupted contents
* TWEAK: The tab for downloading/restoring backups has been simplified
* TWEAK: Item for UpdraftPlus now appears in the network admin menu, for
super-admins on network installs
* TWEAK: Labels (Premium) are now maintained and can be detected for
locally-imported database backups
* TWEAK: Automatic backups are now labelled
* TWEAK: The "retain" settings now do not apply for auto-backups (Premium),
unless at least the specified number of non-auto-backups has already been
retained.
* TWEAK: Time selector now accepts typed hours without the trailing zero
* TWEAK: Extended BackWPUp importer to handle older BackWPUp backups lacking
manifests
* TWEAK: Removed Bitcasa storage option, due to closing down of API (November
15th 2014)
* TWEAK: When an invalid JSON response is received during restore stage 2,
display the data directly (not just in the error console, where not everyone
will think of looking).
* TWEAK: 3rd party backups which are missing expected entities are now handled
more gracefully
* TWEAK: The fancy report now tells the user what paths are in the zips for
any additional paths they configured to add to the backup
* TWEAK: Add a swifter resumption in one corner case (efficiency)
* TWEAK: If a zip error is encountered on cPanel, then the free disk space is
checked, to potentially give the user more information on probable causes
* TWEAK: You can now remove your updraftplus.com password from the settings
(paid version) without losing your access to updates
* TWEAK: Suppress top advert if the user is on their first go (free version -
danger of too many notices)
* TWEAK: Don't display the post-restoration message "if your backup set...",
since we can work this out ourselves
* TWEAK: Supply extra help to the user if the backup directory is not
writable.
* TWEAK: SCP remote storage now logs chunk progress
* TWEAK: Provide a database encryption phrase text entry in the restore
options (rather than needing to enter it in the settings)
* TWEAK: Set the PclZip temporary directory to the Updraft directory if unset,
to keep its temporary files out of the way more easily
* COMPATIBILITY: Tested with the forthcoming WordPress 4.1
* TRANSLATIONS: New Dansk / Danish translation by Lars Lund and Lasse Jensen
= 1.9.31 - 2014-10-24 =
* TWEAK: Bitcasa now gives a deprecation warning (Bitcasa are closing down
their API on November 15th 2014)
* TWEAK: Fix bug causing PHP notices in Migrator add-on search/replace
* TWEAK: Add support for Amazon S3's new Frankfurt region
* TWEAK: Add work-around for bug in the ancient PHP 5.2.6 (May 2008!) if
binary zip not available
= 1.9.30 - 2014-10-21 =
* FEATURE: Add the capability to handle BackupWordPress database zip backups
(https://updraftplus.com/shop/importer/)
* FEATURE: Add capability to apply labels to backups (Premium -
https://updraftplus.com/shop/updraftplus-premium/)
* TWEAK: Logs are now shown in a pop-out window with a separate download
button
* TWEAK: Detect select/poll lengthy timeouts when uploading to Dropbox, and
prevent overlapping activity
* TWEAK: Add constant UPDRAFTPLUS_NOAUTOBACKUPS to programmatically disable the
automatic backups add-on
* TWEAK: Rename UpdraftPlus Dropbox class, to avoid clash with Ninja Forms
upload add-on
* TWEAK: Made the output of the HTTP (curl) debugging tool more informative
* TWEAK: Add web.config file to make updraft directory unviewable on IIS
* TWEAK: If the user tries to import a WordPress Network backup into a
single-site install, then detect and warn
* TWEAK: In the free version, avoid unexpectedly changing the daily backup
time when other settings are saved
* TWEAK: Improve the immediate retry strategy in case of zip failure (saves
time and/or notifying the user to manually check the log)
* TWEAK: Correctly detect language on WP 4.0 onwards, when suggesting helping
with translation
* TWEAK: When connecting for updates to updraftplus.com (Premium), indicate if
it was the username or password that was wrong
* TWEAK: Alert user if they are trying to use Google Drive with a direct-IP
address site URL forbidden by Google's policy
* TWEAK: Prevent a corner-case where excessive logging could occur upon
restoration
* TWEAK: Be less strict with case when looking for supported patterns in the
Importer add-on (https://updraftplus.com/shop/importer/)
* TWEAK: Search/replace the postmeta table faster
* DEPRECATED: Bitcasa support has been deprecated, and the links removed from
the free version. (Existing Premium users using Bitcasa will continue to be
able to do so). See:
https://updraftplus.com/bitcasas-current-direction-unclear/
* FIX: Fix corner-case in URL search/replace when migrating a site that had WP
in a different directory to the site home, and migration to a sub-directory of
the original site.
* FIX: Autobackup setting (https://updraftplus.com/shop/autobackup/) failed to
save properly if turned off on first usage
* TRANSLATION: New Farsi (Persian, fa_IR) translation, courtesy of
Jamshidpour, Ashkan Ghadimi, Mohammad (2online4.ir) and Nasiri Amirreza
= 1.9.26 - 2014/09/22 =
* TWEAK: There are still some Amazon S3 servers validated via a Verisign
1024-bit certificate, causing backup to fail due to SSL validation failure.
Revert to previous collection of root SSL certificates in order to still allow
access to these servers (see:
https://blog.mozilla.org/security/2014/09/08/phasing-out-certificates-with-1024-bit-rsa-keys/)
* TWEAK: If Google Drive reports that the quota will be exceeded, then make
this feedback more obvious to the user without reading the log
* TWEAK: If the user enters an S3 path with an erroneous preceding slash, then
remove it
* FIX: Amazon S3 RRS settings (Premium) were not being applied on archives
smaller than 5Mb
* TRANSLATION: New Română (Romanian, ro_RO) translation, courtesy of
Augustin-Mihai Mufturel and Teodor Muraru
= 1.9.25 - 2014/09/17 =
* FEATURE: Copy (https://copy.com) cloud storage support (Premium -
https://updraftplus.com/shop/updraftplus-premium/)
* FEATURE: The search/replace expert tool can now work on selected tables only
* PERFORMANCE: Use PageVisibility API to be more intelligent about when we
need to poll for progress in the dashboard
* FIX: The Migrator add-on would fetch more database rows than it should,
increasing the (low) risk of hitting memory limits, and increasing the time
needed on enormous sites
* FIX: Some Google Drive backups could get uploaded twice, if you were using
multiple storage backends
* FIX: If user set the option to not verify SSL certificates, then this option
was not honoured for all methods
* FIX: If user had never saved their settings (and hence using no cloud
backup), then old backup sets were not pruned
* TWEAK: Inform the user of possible plugin compatibility issues if they are
about to restore a site onto a webserver running a PHP major version older
than the original backup.
* TWEAK: Detect database disconnection when search/replacing, and reconnect if
possible; and to try less rows in case it was a memory limit
* TWEAK: Allow wildcards at either end in exclusion items (e.g. *backups*)
* TWEAK: Add option to control how many rows are search/replaced at once
* TWEAK: Prevent PHP notice being generated on first Google Drive
authentication
* TWEAK: Update Bitcasa console link to new location
* TRANSLATIONS: New Portuguese (Portugal) translation (pt_PT) - thanks to
Pedro Mendonça
* TRANSLATIONS: Updated translations for Dutch, Italian, Swedish, Russian,
Czech, Greek, Portuguese (Brazilian)
= 1.9.19 - 2014/08/19 =
* FEATURE: Omit any directory from the backup (recursively) by creating a file
called .donotbackup within it
* PERFORMANCE: Lazy-load more code
* PERFORMANCE: Prevent no-op search/replacements when restoring
* FIX: Fix a corner-case where a backup might be able to continue but no
attempt was made after using PclZip
* FIX: Fix a corner-case (race condition) where UD might try to upload the
same archive twice
* FIX: Detection of pre-WP 3.5 hard-coded uploads paths upon site clone had
stopped working
* FIX: Fix bug in Importer add-on which could halt restorations of 3rd-party
backups from the BackupWordPress plugin
* FIX: Fix bug in the informational disk space consumption calculation in the
expert tools section
* TWEAK: Catch + log errors thrown by phpMailer
* TWEAK: Merge Google SDK tweak from
https://github.com/google/google-api-php-client/pull/189 to deal with buggy
curl/proxy combinations with Google Drive
* TWEAK: Prevent PHP log notice being generated on "Backup Now"
* TWEAK: Change default zip split size to 500Mb on new installs
* TWEAK: Scheduling algorithm tweak for more efficiency with very large
backups when PHP is allowed to run long
* TWEAK: Do not rely on PHP's disk_free_space() when it returns (int)0
* TWEAK: Check database connection after auto-backup
* TWEAK: More helpful message if uploading a backup when local storage is not
writable
* TWEAK: Extra logic to survive out-of-memory MySQL conditions in extreme
cases; plus introduce UPDRAFTPLUS_ALWAYS_TRY_MYSQLDUMP constant
* TWEAK: Tweak Amazon S3 logic so that it can cope with a situation where
there is no permission to request its location (but there is permission for
all other operations)
* TWEAK: Workaround for PHP bug #62119 which could cause some files beginning
with a non-ASCII character to be dropped
* TWEAK: Warn the user if they are running on Apache without mod_rewrite and
restore a site with permalinks requiring mod_rewrite
* TWEAK: If Premium user was backing up non-WP tables, then optimize the
backup table order
* TWEAK: Deal with case when uploading very large backups to Google Drive on
overloaded servers with unreliable network where activity check might misfire
* TRANSLATIONS: Updated translations: Hungarian, Swedish, Russian, Brazilian
(Portuguese), Spanish, Czeck, Dutch, Turkish, German
= 1.9.17 - 2014/07/16 =
* FEATURE: Can now import/restore/migrate backups created by WordPress Backup
To Dropbox (Premium)
* FIX: Fix bug in Importer add-on that prevented some potential warnings about
the integrity of the 3rd party backup zip being displayed
* FIX: Some errors upon S3 downloads were not being passed back up to the
settings page for display
* FIX: Update "Rackspace Enhanced" add-on for compatibility with current
Rackspace API
* TWEAK: Prevent spurious messages about quota for users who have upgraded
their Bitcasa account to infinite storage
* TWEAK: Prevent some unnecessary duplication of work when resuming a database
backup (since 1.9.13)
* TWEAK: Dropbox now supports use of WP_PROXY_ settings (proxy needs to
support HTTP GET/POST/PUT)
* TWEAK: Add work-around for "Google Drive as CDN" plugin's inclusion of
incompatible Google SDK
* TWEAK: "More Files" add-on now lets you list single files for inclusion
* TRANSLATIONS: Many translations updated
= 1.9.15 - 2014/06/09 =
* FEATURE: New search/replace expert tool (Premium)
* TWEAK: UI has been simplified - see:
https://updraftplus.com/gentle-re-design/
* TWEAK: "Backup Now" now avoids the WordPress scheduler - thus meaning it can
work on sites where the WordPress scheduler is broken (e.g. Heart Internet)
* TWEAK: Make sure that server HTTP-level errors are shown directly to the
user at the 'Processing files...' stage of a restore
* TWEAK: Amend SQL which prevented options/sitemeta tables backing up at full
speed on large sites
* TWEAK: Dropbox will now display some error messages more prominently, where
relevant
* TWEAK: Dropbox account user's name is stored when you authorise
* TWEAK: Show link to FAQ if user's zip upload is corrupt
* TWEAK: Work around annoying Google Drive issue whereby Google's end
sometimes returns an incomplete list of folders
* TWEAK: Interpret time in imported backup sets as being in destination WP
install's timezone
* TWEAK: Auto-correct Dropbox folder configuration if the user erroneously
enters a full URL instead of a folder path
* TWEAK: Bitcasa back-end now checks account quota and logs a warning if it
looks like it will be exceeded
* TWEAK: Email reports created by UpdraftPlus (free) now include the latest
blog headlines from updraftplus.com
* TWEAK: Make sure all relevant restoration options in restore dialogue are
shown (works around Firefox issue upon page reload/navigation)
* FIX: Reporting add-on could mis-display number of warnings when saying "X
errors, Y warnings".
* TRANSLATION: New Tagalog translation (thanks to Kristen Macasero)
= 1.9.13 - 2014/05/19 =
* FEATURE: Google Drive now works without the PHP curl module being needed
* FEATURE: UpdraftPlus Premium can now backup non-WordPress tables and
external databases; database encryption is also now a Premium feature; see:
https://updraftplus.com/backing-external-databases/
* FIX: Work around conflicts with the Google Analyticator and Appointments+
plugins when using Google Drive since 1.9.4 (see:
http://wordpress.org/support/topic/dont-unconditionally-load-old-google-sdk)
* FIX: Work around conflict with some XCache setups that prevented activation
since 1.9.4
* FIX: Make all S3 SSL settings take effect
* FIX: Fix packet size calculation issue upon restore that could cause false
detection of over-large packets
* FIX: Prevent unnecessary abortion of restore if PHP's (deprecated) safe_mode
is on (PHP 5.3 and below)
* FIX: When migrating a multisite with a different table prefix, make sure the
user role list is maintained on each site
* FIX: Rescan of remote FTP storage was not using configured path
* TWEAK: Now tested on PHP 5.5
* TWEAK: Migrator can now cope with situations where the development site was
developed under multiple URLs without the developer cleaning up
* TWEAK: Remove several PHP strict coding standards messages, and a
deprecation warning on PHP 5.5+ when using Bitcasa
* TWEAK: Add Counterize tables to the custom lists of tables that do not need
search/replacing upon migration / are non-vital data
* TWEAK: Check for DB connection having been dropped before pruning old
backups (WP 3.9+)
* TWEAK: Make sure that if the user has not configured the Google Drive API in
their Google account, then they are alerted
* TRANSLATIONS: Updated Greek, Czech, German, Spanish, French, Dutch,
Portuguese (Brazilian), Russian, Swedish and Turkish translations
= 1.9.5 - 2014/04/25 =
* FIX: Backups were not uploaded successfully if you were using both an
encrypted database and Google Drive storage in 1.9.4
= 1.9.4 - 2014/04/23 =
* FEATURE: New remote storage back-end for OpenStack Swift
* FEATURE: New remote storage back-end for Bitcasa (Premium -
https://updraftplus.com/shop/updraftplus-premium/)
* FEATURE: New Google Drive back-end now uses new SDK; resulting new
capabilities include ability to rescan remote storage, and chunked downloading
for huge files; also requires a shorter list of permissions
* FEATURE: Restore backups that were created by the plugin BackWPup (Premium -
https://updraftplus.com/shop/updraftplus-premium/)
* FIX: WebDAV storage: remove requirement for PEAR to be pre-installed on
server
* FIX: Fix restoration on sites where WP did not have direct filesystem access
* FIX: Fix regex which prevented download progress of mu-plugins zip
displaying correctly
* FIX: Fix issue preventing some useful information about URL changes being
included in the migration log file
* FIX: Restore compatibility with WordPress 3.2 (if you're using that, you're
overdue an upgrade by some years!)
* TWEAK: Enable new locations for plupload Flash/Silverlight widgets (for
non-HTML5 browsers) in WP3.9+ (later reverted by core devs, but is harmless in
case they re-introduce)
* TWEAK: Take advantage of WP 3.9+'s new method (if available) for maintaining
DB connectivity on very long runs
* TWEAK: Add filter so that programmers can allow the options page to be shown
to non-admins
* TWEAK: Add filter allowing programmers to forbid a backup
* TWEAK: Detect and adapt to cases where the site is moved to a system with
different case-sensitivity and the database record of the theme is now wrong
* TWEAK: Prevent erroneous warning about a missing table in the database
backup on some WPMU installs that began life as a very old WP version
* TWEAK: Introduce constant allowing users of pre-release WP installs to
disable notices about using a version of WP that UpdraftPlus has not been
tested on.
* TWEAK: Make Dropbox uploads at least 25% faster (in our testing) by
increasing the chunk size
* TWEAK: Reduce number of rows fetched from MySQL if no activity took place on
the previous resumption
* TWEAK: AWS image in settings page will now use https if dashboard access is
https - prevents non-https warnings in recent browsers
* TWEAK: Hook into Better WP Security so that it doesn't tell the user that
they have no backup plugin
* TWEAK: New debugging tool to test remote HTTP connectivity
* TWEAK: Tweak the MySQL version detection in the 'debug' section of the admin
page to prevent a PHP message being thrown on PHP 5.5+/WP3.9+
* TRANSLATION: New Czech (cs_CZ) translation; thanks to Martin Křížek
* TRANSLATION: Updated Russian, Swedish, Dutch and Portuguese translations
= 1.9.0 - 2014/03/26 =
* COMPATIBILITY: Tested on and updated for forthcoming WordPress 3.9
* FIX: Prevent SQL errors on restore if SQL command was over-sized and split
awkwardly (very hard to trigger)
* FIX: Fix subtle race condition that prevented uploads of large archives on
Amazon S3 in some very limited situations
* FEATURE: Ability to restore and migrate from backups produced by other
backup plugins (Premium) (supported: BackUpWordPress and Simple Backups
(zip-based; though, if you have a tar-backup, you can re-pack it easily))
* FEATURE: Feature to re-scan remote storage (allows detection of existing
backups after a restore to an earlier site version, and allows quicker moving
of data from site to site when migrating)
* FEATURE: SFTP add-on (https://updraftplus.com/shop/sftp/) now supports
key-based logins (as well as password-based)
* TWEAK: Add a warning message and link to helpful page for people whose WP
schedulers don't seem to be working (at least 4 overdue jobs in the queue)
* TWEAK: Introduce a filter allowing users to add a bespoke scheduling option
(e.g. every 2 days)
* TWEAK: When backup is sent by email attachment, the email now indicates the
originating site more clearly
* TWEAK: Display a dashboard warning if you are using a version of UpdraftPlus
that has not been tested on your current WordPress version
* TWEAK: Add work-around for bad hard-coded data in Elegant Themes Theme
Builder when restoring
* TWEAK: Log a message when Dropbox authentication completes (prevent user
confusion if the most recent message is pre-success)
* TRANSLATIONS: New Arabic translation (thanks to Omar Amassine - me at
omar.ma, Ahmed Fahmy and Riyadh Altayib)
* TRANSLATIONS: Updated Spanish translation (thanks to Pablo Laguna -
laguna.sanchez at gmail.com)
* TRANSLATIONS: Updated Nederlands / Dutch translation (thanks to Dennis
Hunink - dennishunink at me.com)
* TRANSLATIONS: New Turkish translation (various translators - not yet
complete)
= 1.8.13 - 2014/03/07 =
* FIX: Fix bug that prevented changes to your schedule being saved on network
(WPMU) installs (Multisite add-on)
= 1.8.12 - 2014/02/27 =
* FIX: Prevent spurious warning message showing when authenticating new
Dropbox connections (introduced in 1.8.11)
* TWEAK: Add support for Amazon S3's China + government zones
= 1.8.11 - 2014/02/27 =
* FIX: Deal with some unlikely multisite migration combinations
* FEATURE: Allow the 'exclude' options (for omitting files/directories from
the backup) to go to any level (i.e. can now exclude entities which are deep
in the directory tree)
* FEATURE: "More Files" add-on (and hence Premium) now allows adding as many
non-WP directories as you like
* FEATURE: Allow use of Amazon S3's Reduced Redundancy Storage (via
add-on/Premium)
* FEATURE: Allow all messages to be centrally logged in syslog/Event Log (via
add-on/Premium)
* RELIABILITY: Allow skipping of data from tables whose data is explicitly
known to be inessential if at least 2 attempts to backup the data fail (e.g.
lack of resources on low-budget hosts with huge tables, e.g. StatPress data) -
as an alternative to total backup failure.
* TWEAK: Prevent spurious warning message if the site (uploads) is empty and
using /usr/bin/zip
* TWEAK: Work-around for quirky FTP server for which PHP loses the
communication if SIZE is called for a non-existent file
* TWEAK: Show table prefix in debugging information, and add quick links to
install useful debugging plugins
* TWEAK: Limit amount of to-database logging when backing up uploads if the
user is not using dated directories (speed-up)
* TWEAK: Split zip earlier if progress made in the past but not recently
(should help with some ultra-low-resource hosts, e.g. one.com)
* TWEAK: "Custom Content Type Manager" plugin has bad hard-coded cache data;
detect + fix this on restore
* TRANSLATIONS: Updated translations for Russian, Dutch, German and Portuguese
(Brazilian)
= 1.8.8 - 2014/01/27 =
* FIX: Correctly detect table prefix on some WPMU installs that had been
upgraded from an earlier version than 3.0 (i.e. very old)
* FIX: Files directly in wp-content/uploads (from a 1.8.5 backup and not in
any sub-directory) were being restored one directory too high
* UPDATED: Updated Swedish, Portuguese and Dutch translations
* UPDATED: Update root certificates to match latest CURL/Mozilla version
* TWEAK: Automatically change http(s):// to webdav(s):// in WebDAV URLs if the
user overlooks the instructions
* TWEAK: If SHOW TABLES returns no tables, then schedule a re-try later
(presume the DB connection had been dropped)
* TWEAK: Preceed warnings in the log file with [Warning]
* TWEAK: Prevent a very rare PHP segfault due to
https://bugs.php.net/bug.php?id=51425
* TWEAK: Show the filename being unpacked during restore (helps with
troubleshooting if there are very many zips)
* TWEAK: Premium plugin now shows information about pending/past
update/support expiries + links to renewal page
* TWEAK: Show all defined constants in the debug dialog
* TWEAK: Detect + deal with situations where the webserver double-gzipped the
database file
* TWEAK: Display a warning in the FTP configuration section if the hosting
company disabled FTP functions
* TWEAK: Make sure that WebDAV notices are included in UD's log file
= 1.8.5 - 2014/01/09 =
* FEATURE: Add option to exclude specified files from the 'uploads' backup.
The default option will omit backing up backups created by at least 2 other
backup plugins.
* FEATURE: New Brazilian Portuguese translation - thanks to Lucien Raven and
Tom Fonseca
* FEATURE: Migrator search/replace now handles JSON and object-encoded data
* UPDATED: Updated Swedish translation
* FIX: When advising the user that his remaining Dropbox quota is
insufficient, take into account parts of the file already uploaded
* FIX: Delete Old Directories button in 1.8.2 was using a PHP 5.3+ feature:
restore PHP 5.2 compatibility
* FIX: Reporting add-on was incorrectly inflating the number displayed for the
total error count if there were warnings
* FIX: Prevent a bogus warning appearing when the user has filtered the base
table prefix
* TWEAK: Give more feedback to user when FTP login fails. Also, improve
automatic switch to non-SSL FTP if SSL FTP fails to cover more situations.
* TWEAK: Add informational text about the implications of not choosing any
remote storage method
* TWEAK: Supply the "Delete Old Directories" button directly with the message
advising users to press it
* TWEAK: If using WP Slimstats, don't search/replace the slimstats table when
migrating (referer data should be left intact); and this table is often
gigantic, so this hugely speeds up restores/migrations
* TWEAK: Handle odd file permissions setups more skilfully when
restoring/migrating
* TWEAK: Automatically rescan for new backup sets if none were previously
known (saves a click when manually importing)
* TWEAK: Force a shorter pathname to be used when unpacking zip files (prevent
maximum pathname limits being hit)
* TWEAK: Tweak CSS to work-around other plugins that dump their CSS code on
all settings pages and break modals (in this case, Events Manager)
* TWEAK: Hide the instruction for users of Opera unless the user agent header
indicates Opera
* TWEAK: Speed migrations by skipping redundant search/replace scan on
term_relationships table (which can never have URLs in it)
= 1.8.2 - 2013/12/13 =
* FIX: Various small fixes to the initial release of 1.8.1
* TWEAK: Restorer now switches theme if database is restored to indicate a
non-existent theme, and Migrator temporarily disables caching plugins during
Migration
* TWEAK: Improve handling of MySQL's maximum packet size - attempt to raise
it, and leave some margin
* TWEAK: Move the Rackspace SDK around to prevent problems on systems with
limited maximum pathname lengths
* TWEAK: Provide a link to the log file at the top of the restoration page
= 1.8.1 - 2013/12/10 =
* FEATURE: New "Reporting" add-on - more sophisticated/flexible backup reports
(https://updraftplus.com/shop/reporting/)
* FEATURE: New enhanced add-on for Rackspace Cloud Files users, allowing them
to create a new sub-user with exclusive access to the backup container
(https://updraftplus.com/shop/cloudfiles-enhanced/) (PHP 5.3.3+ required for
this feature)
* FEATURE: Add region-selection (Dallas/Chicago/Northern Virginia/Sydney/Hong
Kong) to Rackspace Cloud Files (PHP 5.3.3+ required for this feature)
* FEATURE: Add option to 'Backup Now' dialog to not despatch this backup to
the cloud
* FIX: Fix bug in restore of wpcore (Premium) with certain options when backup
set was from a previously restored backup with the same certain options
* FIX: After restoring a site, only delete the backup set from local storage
if it was also stored in the cloud (prevents the user having to upload the
backup set twice if they want to re-run the restore)
* FIX: Improve detection of extremely long-running/slow jobs
* FIX: Fix issue with Rackspace Cloudfiles on WPMU installs
* TWEAK: Mark as tested up to WordPress 3.8
* TWEAK: Restore operations are now logged
* TWEAK: Detect the database connection dropping and recover (seen on a very
slow site where PHP ran continuously for 30 mins)
* TWEAK: Change how permalinks are flushed post-restore. This spares the user
from having to manually visit the permalinks page if they had plugins that
altered their permalink structure (e.g. WooCommerce).
* TWEAK: Require fewer file permissions when restoring/migrating
* TWEAK: Remove various spurious PHP notices caught by the post-1.7.41 extra
logging
* TWEAK: Compress the log file before emailing it, if it is over 6Mb
* TWEAK: Make sure some potential error messages from Dropbox are displayed
properly
* TWEAK: Work around sites with site/home URL settings in the WP DB that
erroneously have a trailing slash
* TWEAK: Log PHP notices for all job types
= 1.7.41 - 2013/11/16 =
* FIX: Work around bug in some old PHP versions on Windows when creating
database dump
* FIX: If binary mysqldump failed, then retry
* TWEAK: Log PHP notices in the log file
* TWEAK: Allow primitive exclusion based on filename suffixes
= 1.7.39 - 2013/11/11 =
* FIX: Correct calculation of which old backups to delete when automatic
pre-plugin/theme backups run
* FIX: Binzip could block if the zip binary produced a lot of unexpected
output
* FIX: Fix a corner-case where a setting needed manual updating post-migration
on WP 3.4+earlier sites with custom uploads path
* FIX: Prevent the settings page needing a refresh if the server temporarily
goes away
* TWEAK: For reasons unknown, Google's new cloud console removes parameters
after the first from the redirect_uri; this breaks new Google Drive
authentications. To work around this, we have adjusted our redirect_uri to use
only one parameter.
* TWEAK: Removed a couple of clicks from the install procedure for add-ons
* TWEAK: Handle migration URL rewrites where content directory location has
been manually altered
* TWEAK: Change default number of backups to retain on new installs from 1 to
2
* TWEAK: Add extra file permissions check before restoring (prevent unexpected
aborts)
* TWEAK: Suppress a spurious 'insufficient visitors' warning for some sites
with long-running backups
* TWEAK: Prevent spurious message about unexpected SQL if restoring a backup
with very large tables produced by mysqldump
* TWEAK: Catch some more untranslated strings
* TRANSLATIONS: New Russian translation; updated German and Polish
translations
= 1.7.35 - 2013/10/26 =
* FIX: Fix potential problem whereby some tables could be missed from the
backup on WPMU (WP multisite) installs. Strongly recommended that all WPMU
users update and take a fresh backup.
* FIX: Work around http://bugs.mysql.com/62077 (could cause permanently stuck
lock on databases with wrong collocations - if you have this problem, then no
backups happen)
* TWEAK: Don't use binzip method on OpenVZ with low memory
* TWEAK: Suppress a couple of spurious messages in the log
* TWEAK: Add facility to quickly download log files in the 'expert settings'
section
= 1.7.34 - 2013/10/21 =
* FEATURE: Options in the "Backup Now" dialog to exclude files or database
from the backup (https://updraftplus.com/more-flexibility-in-backup-now/)
* FEATURE: Use binary mysqldump, if available, for much faster dumps of large
tables
* FEATURE: New Ελληνική / Greek translation (el): Κώστας Θερμογιάννης (Kostas
Thermoyiannis) - http://tovivlio.net
* FIX: Fix a JavaScript error in Internet Explorer 8
* FIX: Under very unusual circumstances, it was still possible for multiple
backup jobs to occur
* FIX: For non-English installs, the email indicating backup success sometimes
failed to send
* FIX: Fix obscure table name error if WP was using bespoke database setup
without delete access
* FIX: On multi-site installs, settings changes could be lost if they were
made during an ongoing backup
* TWEAK: Now marked as WordPress 3.7 compatible
* TWEAK: Raw files list in expert section now makes log files directly
downloadable
* TWEAK: Detect available disk quota in CPanel account (if relevant), log, and
warn if low
* TWEAK: Amazon S3 backend now can use WP proxy settings (if any)
* TWEAK: All multisite settings pages have now been moved to the network admin
section
* TWEAK: Restorer now handles hand-moved non-default WP site directories
(where they differ from the website base directory)
* TWEAK: Migrator can now migrate sub-domain-based WPMU installs with no
manual steps required
* TWEAK: Internationalised the add-ons management page (Premium)
* TWEAK: Switch zip engines from ZipArchive earlier if it appears to be broken
* TWEAK: Now cleans up some previously un-caught temporary files if the backup
aborted unexpectedly
* TWEAK: Remove bogus warning about W3TC object cache
* TWEAK: Backup log file now includes SHA1 checksums
* TWEAK: Add warning for user if their max_execution_time is very low
* TWEAK: Make fewer HTTP requests when tracking download status
* TWEAK: Under certain conditions, the report email could wrongly state that
files were included in a db-only backup
* TWEAK: Improve detection of recent activity on resumptions when zips split
* TWEAK: Prevent some warning messages from being shown twice
* TWEAK: Remove the "that's a lot of rows" warning once the table successfully
finishes being dumped
* TWEAK: Cache the results of looking for a zip executable for the duration of
the job
* TWEAK: Some badly-written plugins place their own code on UD's settings
page, and break the layout; overcome this
* TWEAK: Add a warning for people using encryption without mcrypt installed
(slow)
* TWEAK: Suppress useless warning when using BinZip and only empty directories
exist in 'others' backup
= 1.7.20 - 2013/09/20 =
* TWEAK: Add semaphore locking to prevent WP's cron system kicking off
multiple jobs on overloaded systems
* TWEAK: Catch and display some previously uncaught AJAX notices when
restoring, and display information on the restore process earlier
= 1.7.18 - 2013/09/17 =
* FEATURE: New "more
storage" add-on, enabling backing up to multiple storage destinations
* FEATURE: New progress meter on dashboard page when a backup is running
* FEATURE: SCP support (in the SFTP/FTPS/SCP add-on)
* FEATURE: If (and only if) your settings page is open, then UpdraftPlus will
automatically perform tricks to help backups run even if your WordPress
install has its scheduler disabled (of course, enabling your scheduler would
better).
* FIX: Fix bug whereby clicking on 'rescan' lost track of backups sent to
remote storage
* FIX: Fix obscure bug that could cause WPMU installs to not backup all
tables
* FIX: Fix unwanted warning message if the uploads folder was empty
* FIX: Show timestamps of available backup sets in local time zone
* FIX: Email subjects and contents use local time zone
* FIX: Fix mangled pathnames for PclZip one-shot attempts
* FIX: Fix bug that caused files to be dropped if one was in a sub-directory
of the entity and named (entire name) "0"
* FIX: Show correct title on page when upgrading
* FIX: Fix one-character typo that could cause Dropbox uploads to not continue
if Dropbox threw a transient error from their end
* FIX: Permanent solution to conflict with W3TC's object cache (and removal of
advisory notice)
* FIX: Correctly show estimated size of 'others' backup within the expert
section
* FIX: Fix small typo in inline decrypter that led to viewer reading an
incomplete message
* TWEAK: Warn the user if they seem to be a on a dev website that is not
visited + so can't backup
(https://updraftplus.com/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/)
* TWEAK: More detection of possible overlaps (use temporary files as evidence)
* TWEAK: Extra check that the directory is writable before unpacking zip in
restore (so user gets friendly error message instead of trickier one)
* TWEAK: Provide option to remember the "automatic backup" setting
* TWEAK: The WebDAV add-on
now has support for WebDAV servers that don't support Content-Range (e.g.
ownCloud)
= 1.7.3 - 2013/08/26 =
* FIX: Some Dropbox connect errors were being lost
* FIX: Fix detection of availability of binary zip method on PHP installs
where popen() is available put proc_open() is disabled
* FIX: (Premium): WP Core and More Files remaining locally/not being
despatched to cloud storage
* TWEAK: More logging of the success (or not) of backups sent via email
* TWEAK: Remember hint from previous job if PHP is allowed to run for more
than 300 seconds at a time
= 1.7.1 - 2013/08/20 =
* FIX: Fix error preventing file backups in 1.7.0 for PHP installs without the
ZipArchive class.
* TWEAK: Only include phpseclib in the path when required
= 1.7.0 - 2013/08/20 =
* FEATURE: Split large sites into multiple zips (see:
https://updraftplus.com/splitting-large-sites-into-multiple-archives/)
* FEATURE: Fix time add-on can now also choose the day of the week
* FEATURE: New add-on/Premium feature - Automatic Backups (automatically take
backups before plugin/theme updates) - https://updraftplus.com/shop/autobackup/
* FEATURE: Svensk / Swedish translation (sv_SE) by Steve Sandström
(http://www.brandicon.se)
* FEATURE: Français / French translation (fr_FR) by ufo3D - http://ufo-3d.fr/
and Thomas Jacobsen - http://123informatique.ch/ - with help from Françoise
Lhermitte - http://www.ajwan.net
* TWEAK: Save the result of looking for a binary zip (don't re-test)
* TWEAK: Show 'Last log message' in dashboard using local time zone
* TWEAK: Log file times are now recorded relative to the backup start, rather
than the current resumption start
* TWEAK: More code-tidying and optimisation
* TWEAK: Warn the user if the WordPress scheduler is disabled
* TWEAK: Many + various extra sanity-checks for possible problems
* TWEAK: Warn user if trying to upload an above-limit (>10Gb) file to Google
Drive
* TWEAK: Reduce memory usage during restore
* TWEAK: No longer require mbstring extension for Dropbox
* TWEAK: Move JavaScript into separate file, and make strings translatable
* INTERNALS: PclZip and BinZip methods now have feature parity with ZipArchive
(can resume+split, more logging)
* TWEAK/FIX: When restoring/migrating, split SQL commands to avoid exceeding
MySQL's max_allowed_packet
* FIX: Make sure output buffering is off when sending files from the browser
(prevents memory exhaustion)
* FIX: Prevent double-backup (very unusual combination of circumstances)
* FIX: Some Windows webserver configurations could have corruption of
filenames in WordPress core backups (recoverable)
* FIX: Remove temporary files created by PclZip (where PclZip is used)
= 1.6.46 - 2013/07/11 =
* FEATURE: New storage back-end for any S3-compatible provider (e.g. Google
Cloud Storage, Eucalyptus, Cloudian, many more - tested with Dreamobjects and
original S3)
* FEATURE: Delete existing backup sets manually (deletes both local + cloud
copies). Also show backup set debugging info in expert options; and counter
now dynamically updates without refresh.
* FEATURE: Restorations + migrations can now be attempted even if the user
lacks CREATE TABLE or DROP TABLE permissions
* FEATURE: Italiano/Italian translation by Francesco Carpana (f.carpana at
gmail.com)
* FEATURE: Chinese (zh_CN) translation by K L Wang (http://klwang.info)
* FEATURE: Re-worked error handling internally, leading to users now being
notified prominently of warning-level conditions (non-fatal conditions, but
things the user should be advised of)
* FEATURE: Allow some hiding of secrets in the admin area (see:
https://updraftplus.com/faqs/in-the-administration-section-it-shows-my-amazon-ftp-etc-passwords-without-using-stars-is-this-safe/)
* FEATURE: Restorer now obtains files at an earlier stage, allowing analysis +
more intelligent presentation of options and applicable warnings pre-restore.
Now warns if you are migrating without having chosen search/replace of DB.
Also pre-decrypts the database, which lessens the risk of timeouts.
* FEATURE: Allow entries in the list of files to exclude from backup to end in
a wildcard (*). Change default exclusion for content dir to include backup* to
catch other backup plugins' archives.
* FIX: "Wipe settings" wipes S3 + DreamObjects settings (they were retained
previously)
* FIX: Suppress spurious "Table prefix has changed" message
* FIX: Now copes on restores/migrations if you've moved around your
WP_CONTENT_DIR/WP_PLUGIN_DIR/UPLOADS folder
* FIX: Escape output of logging lines (prevents on-page JavaScript breakage if
error from cloud service contained unescaped quotes)
* FIX: Fix syntax error in rarely-triggered part of scheduling calculation
algorithm that could cause a dramatic slow-down
* FIX: Tweak the no-activity-for-a-while-when-writing-zip detector to not fire
prematurely (found an extreme corner-case where this caused a problem)
* FIX: The "Test (cloud method) settings" button would fail if credentials
contained a backslash (\), due to WP's automatic doubling of backslashes
* FIX: When restoring, don't make failure to remove a temporary directory an
abortion condition
* FIX: Database dump now retains NULL values for string fields (instead of
making them empty strings)
* FIX: Remove directories that cause an error during restoration when user
restores from a backup made from a previously-restored site without removing
old directories when requested.
* TWEAK: Detect WP installs with broken plugins that add extra white-space
(thus breaking AJAX output)
* TWEAK: When running on (old) MySQL 4.1, replace TYPE= with ENGINE= for
compatibility with later MySQL versions
* TWEAK: Detect which MySQL engines are available on the restoring side, and
switch if the requested engine is not available; remove PAGE_CHECKSUM and
TRANSACTIONAL options if engine was (M)aria. Always remove (removed from
upstream) PAGE_CHECKSUM from MyISAM.
* TWEAK: Batch database rows by the 1000 instead of 100 - proved to be 3x
faster on massive MyISAM tables
* TWEAK: Abort a restoration if the first CREATE TABLE command produces an
error (rather than continue and likely have many more)
* TWEAK: Replace one use of method_exists() to prevent triggering segfault in
some faulty PHP installs
* TWEAK: Allow an extra attempt if in "over-time" - allows recovery from
transient errors (e.g. cloud service temporary outage) in over-time.
* TWEAK: Work-around WP installs with broken caching setups where cache
deletion is not working
* TWEAK: If ZipArchive::close() fails, then log the list of files we were
trying to add at the time
* TWEAK: Detect generous amounts of time allowed for running better, and
schedule appropriately
* TWEAK: Add detection of jQuery errors in the admin page, and direct users
with such errors to a help page
* TWEAK: More aggressively clean up temporary files (can lower temporary disk
space requirements)
* TWEAK: Provide the error message sent by Google upon initial Drive
authentication errors.
* TWEAK: Found a case where PHP's is_writable() erroneously returns true -
actually test a write
* TWEAK: Use pseudo-namespacing on the CloudFiles library to prevent clashes
with other plugins (pre-emptive - no known conflicts exist)
* TWEAK: Use higher priority on cron backup schedules call to prevent other
plugins which call WP wrongly from over-writing new cron schedules (e.g.
BackupBuddy)
= 1.6.17 - 2013/06/06 =
* FEATURE: News blog - https://updraftplus.com/news/ - please subscribe if you
want to stay up to date with news of new features, tips, and special offers.
RSS link: http://feeds.feedburner.com/UpdraftPlus
* FEATURE: Restoration/migration now copes with a change of table prefix, and
asks WordPress to recreate your .htaccess/web.config file
* FEATURE: Add support for DreamHost DreamObjects
(http://dreamhost.com/cloud/dreamobjects/)
* FEATURE: Polski / Polish (pl_PL) translation: thanks to Bartosz Kaczmarek
(barth.kaczmarek at gmail.com)
* FEATURE: Add expert options to count expected uncompressed backup size,
show/delete active jobs, and PHP info
* FEATURE: Send backup reports to multiple addresses (comma-separate the
addresses you wish to use)
* FIX: Inform users of Dropbox tokens which stop working
* FIX: Don't flag an error if mu-plugins are selected, but none are found and
WordPress agrees that none exist
* COMPATIBILITY: WordPress multisite post-3.5 does not store blog uploads
separately from main uploads directory
* COMPATIBILITY: Now marked as compatible with WordPress 3.6
* TWEAK: When errors occur, list them in the notification email and attach the
log file
* TWEAK: Use only one transient per job, and clean it up upon completion
* TWEAK: Added a "Clone/Migrate" button to give a visual clue for people
wanting to do this
* TWEAK: More verbose error reporting from PclZip
* TWEAK: After database restoration, permalinks are flushed (often helps
regenerate .htaccess+web.config files)
* TWEAK: Database backups now put the options table first, to allow earlier
changing of site URL upon migration
* TWEAK: Show PHP + web server versions in the debug information
* TWEAK: More sophisticated attempts to get a writable backup directory, and
more helpful messages if we can't
* TWEAK: Some more logging, data-gathering and algorithm-tweaking to
especially improve the chances for people with astonishingly slow web hosting,
but also tweaks that improve efficiency everywhere, especially for larger
backup sets.
* TWEAK: Migrator plugin now does search+replace after each table (instead of
after them all)
* TWEAK: Clean up temporary files earlier where safe+possible (can lower disk
space requirements)
* TWEAK: Re-scan of known sets now removes those known to be gone from the
list
* TWEAK: Made a few things use AJAX instead of full page loads
* TWEAK: Replace Rackspace logo with current version
* TWEAK: Make missing PHP component warnings more prominent
* TWEAK: Warn users if they have W3 Total Cache's object cache (which has a
bug that affects scheduled tasks) active.
* TWEAK: Add a notice for users who have turned on debugging (some forget to
turn it off, then ask for support when they see lots of debugging notices)
= 1.6.2 - 05/11/2013 =
* FIX: Prevent PHP fatal error on some database restores
= 1.6.1 - 05/06/2013 =
* FEATURE: New "Migrator" add-on for moving sites from one WordPress install
to another (https://updraftplus.com/shop/)
* FEATURE: The "More files" add-on can now backup any files from anywhere on
your filesystem (not just parts of WordPress)
* FEATURE: The "More files" add-on can now exclude specified directories from
the backup of WordPress core
* FEATURE: Dropbox and Google Drive now check available quota before uploading
* FEATURE: Nederlands / Dutch (nl_NL) translation: thanks to Hans van der
Vlist - hansvandervlist at gmail.com
* FEATURE: The SFTP/FTPS add-on now supports implicit encryption (so now both
explicit + implicit are supported)
* FIX: Google Drive now requires additional permissions to download your files
- you will need to re-authenticate if you are downloading or restoring.
* FIX: Fix serious corruption issue in larger Rackspace Cloud Files backups
(fixed a bug in Rackspace's Cloud Files library)
* FIX: Fix mcrypt call in Dropbox module to be compatible with PHP 5.2 on
Windows, and with ancient FreeBSD versions which have no /dev/urandom
* FIX: Allow top-level "Restore" button even if no backup sets currently known
(to allow uploading some)
* FIX: Fixed issues hindering restoration on web hosting setups with file
permissions that invoked WP's remote filesystem methods
* TWEAK: Database backup now includes more info about original WP install
(e.g. WP/PHP versions)
* TWEAK: The "More files" add-on now allows the user to choose whether to
restore wp-config.php or not (and gives help)
* TWEAK: Added an approximate expected row count when beginning to dump out a
table
* TWEAK: Remove the Google Drive URL prefix automatically for those who don't
spot the instruction to do so
= 1.5.22 - 04/16/2013 =
* FIX: 1.5.21 broke Dropbox authentication for some users. Upgrade if you had
that issue.
= 1.5.21 - 04/15/2013 =
* FEATURE: Now restores databases (we recommend the MySQL command-line for
versions created with previous versions of UpdraftPlus)
* FEATURE: Rackspace Cloud Files support
(http://www.rackspace.com/cloud/files/)
* FEATURE: Built-in multi-uploader, allowing easier restoration of old backup
sets
* FEATURE: Allow instant downloading of the most recently modified log file
* FEATURE: Built in drag-and-drop database decrypter for manual decryption
* FEATURE: Deutsch / German translation: thanks to Marcel Herrguth - mherrguth
at mrgeneration.de
* FEATURE: Magyar / Hungarian translation: thanks to Szépe Viktor -
http://www.szepe.net
* FEATURE: Spanish / Español translation: thanks to Fernando Villasmil -
villasmil.fernando at gmail.com
* FEATURE: Added encryption (used by default) to Amazon S3 communications
* FEATURE: New "more files" add-on, allowing backup of WordPress core and
non-WordPress files
* RELIABILITY: Various algorithm tweaks to help larger sites on lower
resources. Largest site a known user has: 1.5Gb
* RELIABILITY/FEATURE: Ship up-to-date SSL certificates, and added expert
options to prefer server SSL CA certificates, and to disable peer verification
* SPEED: Batch INSERT commands in database backups, for much faster
restoration (typically 95% faster)
* SPEED/RELIABILITY: FTP and FTPS (not SFTP) are now chunked and resumable
(both download and upload), subject to your FTP server responding correctly to
SIZE
* SPEED: Re-factoring of admin-area and some backup code into separate
lazy-loaded files, to reduce memory consumption on sites generally
* FIX: Clear PHP's file stat cache when checking for zip file activity - fixes
potential halt on very enormous sites or sites with very low PHP timeouts.
* FIX: Caught some untranslated strings
* FIX: Respect WordPress's WP_MAX_MEMORY_LIMIT constant
* FIX: Remove timezone display from local time - WordPress's get_date_from_gmt
function does not completely do what the manual says it does
* FIX: A small typo slipped into 1.5.5 which prevented some Google Drive users
from setting up new installations
* FIX: Fix strict coding warnings on PHP 5.4
* TWEAK: In fix-time add-on, fade UI when relevant
* TWEAK: Improved UI of downloader
* TWEAK: Decrease FTP timeouts to improve our chances of getting back an error
before PHP aborts
* TWEAK: Tweaked al relevant methods to follow the general SSL CA certificate
options
= 1.5.5 - 03/26/2013 =
* Now translatable - .pot file included (translators welcome!)
* When restoring, you can now select only some components to restore
* History of previous backups can re-scan to find backups manually imported
(e.g. via FTP) (trunk has drag-and-drop uploader)
* Multisite add-on (https://updraftplus.com/shop/) now stores/restores blogs
and mu-plugins separately
* Display UpdraftPlus's disk space usage
* Internationalisation hooks in main body of plugin
* Correctly remove old 'other' directories from a restoration when requested
* Various layout + niceness fixes upon restoration
* Prevent deletion of local archives upon failed restoration when there was no
cloud storage
* Various usability tweaks for the admin UI, including showing multisite
warning only on UD's pages
* Fix incorrect restoration (since 1.4.0) of directory-less paths from
'others' zip
* Fix prevention of Dropbox re-authentication when Dropbox returns 5xx first
time (library error)
* Clear Dropbox credentials if the user explicitly re-authenticates
* Clean up temporary files left behind by zipArchive::addFile
* Tweak Dropbox library to work from behind very weird proxies that
double-surround the HTTP header
* Improved help for people with broken schedulers
* Fix FTP download error
= 1.4.48 - 03/11/2013 =
* Improve batching on zip creation for sites with very large files
* Unlimited early resumption if zip file creation takes too long
* Suppress some warning notices that can break JavaScript on sites with
notices sent to the browser
* Earlier warning/failure if backup directory was not writable
* Hooks for Dropbox folders add-on
* More scheduler/overlap tweaks, to assist enormous uploads
* When the temporary directory is within the site, store+display relatively
(removes need to modify upon site move)
* Sort existing backups display by date
* Use WordPress time for creation of filenames
* Fix bug in 1.4.47 which caused problems on new site installs
* Prevent erroneous warning when backup zip (usually uploads) has no files
= 1.4.30 - 03/04/2013 =
* Hooks for WebDAV support via add-on
= 1.4.29 - 02/23/2013 =
* Now remembers what cloud service you used for historical backups, if you
later switch
* Now performs user downloads from the settings page asynchronously, meaning
that enormous backups can be fetched this way
* Fixed bug which forced GoogleDrive users to re-authenticate unnecessarily
* Fixed apparent race condition that broke some backups
* Include disk free space warning
* More intelligent scheduling of resumptions, leading to faster completion on
hosts with low max_execution_time values
* Polls and updates in-page backup history status (no refresh required)
* Hooks for SFTP + encrypted FTP add-on
= 1.4.14 - 02/19/2013 =
* Display final status message in email
* Clean-up any old temporary files detected
= 1.4.13 - 02/18/2013 =
* Some extra hooks for "fix time" add-on
(https://updraftplus.com/shop/fix-time/)
* Some internal simplification
* Small spelling + text fixes
= 1.4.11 - 02/13/2013 =
* Various branding tweaks - launch of
updraftplus.com
* Important fix for people with non-encrypted database backups
= 1.4.9 - 02/12/2013 =
* Do more when testing Amazon S3 connectivity (catches users with bucket but
not file access)
* Tweak algorithm for detecting useful activity to further help gigantic sites
= 1.4.7 - 02/09/2013 =
* Tweak for some Amazon EU West 1 bucket users
= 1.4.6 - 02/07/2013 =
* Amazon S3 now works for users with non-US buckets
* Further tweak to overlap detection
= 1.4.2 - 02/06/2013 =
* More Amazon S3 logging which should help people with wrong details
* More race/overlap detection, and more flexible rescheduling
= 1.4.0 - 02/04/2013 =
* Zip file creation is now resumable; and thus the entire backup operation is;
there is now no "too early to resume" point. So even the most enormous site
backups should now be able to proceed.
* Prefer PHP's native zip functions if available - 25% speed-up on zip
creation
= 1.3.22 - 01/31/2013 =
* More help for really large uploads; dynamically alter the maximum number of
resumption attempts if something useful is still happening
= 1.3.20 - 01/30/2013 =
* Add extra error checking in S3 method (can prevent logging loop)
= 1.3.19 - 01/29/2013 =
* Since 1.3.3, the 'Last Backup' indicator in the control panel had not been
updating
= 1.3.18 - 01/28/2013 =
* Made 'expert mode' easier to operate, and tidier options for non-expert
users.
* Some (not total) compliance with PHP's strict coding standards mode
* More detail provided when failing to authorise with Google
= 1.3.15 - 01/26/2013 =
* Various changes to Google Drive authentication to help those who don't enter
the correct details first time, or who later need to change accounts.
= 1.3.12 - 01/25/2013 =
* 1.3.0 to 1.3.8 had a fatal flaw for people with large backups.
* 1.3.0 to 1.3.9 gave erroneous information in the email reports on what the
backup contained.
* Fixed DropBox authentication for some users who were having problems
= 1.3.8 - 01/24/2013 =
* Fixed faulty assumptions in 'resume' code, now leading to more reliable
resuming
* Removed some duplicate code; first attempt and resumptions now uses same
code
* Added further parameters that should be removed on a wipe operation
* More logging of detected double runs
= 1.3.2 - 01/23/2013 =
* Internal reorganisation, enabling UpdraftPlus Premium
= 1.2.46 - 01/22/2013 =
* Easier Dropbox setup (we are now an official production app)
* New button to delete all existing settings
* Admin console now displays rolling status updates
* Feature: choose how many files and databases to retain separately
* Fixed bug with checking access token on Google Drive restore
* Fixed bug producing copious warnings in PHP log
* Fixed bug in automated restoration processes
* Possibly fixed settings saving bug in RTL installations
* Fix erroneous display of max_execution_time warning
* Better logging when running a DB debug session
* Better detection/handling of overlapping/concurrent runs
= 1.2.31 - 01/15/2013 =
* Fixed bug with Dropbox deletions
* Fixed cases where Dropbox failed to resume chunked uploading
* Can now create uncreated zip files on a resumption attempt
* FTP method now supports SSL (automatically detected)
* New "Test FTP settings" button
* Less noise when debugging is turned off
* Fix bug (in 1.2.30) that prevented some database uploads completing
= 1.2.20 - 01/12/2013 =
* Dropbox no longer limited to 150Mb uploads
* Dropbox can upload in chunks and resume uploading chunks
* Improved Dropbox help text
= 1.2.18 - 01/11/2013 =
* Revert Dropbox to CURL-only - was not working properly with WordPress's
built-in methods
* Add note that only up to 150Mb is possible for a Dropbox upload, until we
change our API usage
* Fix unnecessary repetition of database dump upon resumption of a failed
backup
= 1.2.14 - 01/08/2013 =
* Dropbox support (no chunked uploading yet, but otherwise complete)
* Make the creation of the database dump also resumable, for people with
really slow servers
* Database table backups are now timed
* FTP logging slightly improved
* Dropbox support uses WordPress's built-in HTTP functions
= 1.1.16 - 01/07/2013 =
* Requested feature: more frequent scheduling options requested
* Fixed bug which mangled default suggestion for backup working directory on
Windows
* Provide a 'Test S3 Settings' button for Amazon S3 users
= 1.1.11 - 01/04/2013 =
* Bug fix: some backup runs were erroneously being identified as superfluous
and cancelled
= 1.1.9 - 12/31/2012 =
* Big code re-factoring; cloud access methods now modularised, paving way for
easier adding of new methods. Note that Google Drive users may need to
re-authenticate - please check that your backups are working.
* Fix bug whereby some resumptions of failed backups were erroneously
cancelled
* Database encryption made part of what is resumable
= 1.0.16 - 12/24/2012 =
* Improve race detection and clean up already-created files when detected
= 1.0.15 - 12/22/2012 =
* Fixed bug that set 1Tb (instead of 1Mb) chunk sizes for Google Drive uploads
* Added link to some screenshots to help with Google Drive setup
* Allowed use of existing Amazon S3 buckets with restrictive policies
(previously, we tested for the bucket's existence by running a create
operation on it, which may not be permitted)
* Use WordPress's native HTTP functions for greater reliability when
performing Google Drive authorisation
* Deal with WP-Cron racey double events (abort superseded backups)
* Allow user to download logs from admin interface
= 1.0.5 - 12/13/2012 =
* Tweaked default Google Drive options
= 1.0.4 - 12/10/2012 =
* Implemented resumption/chunked uploading on Google Drive - much bigger sites
can now be backed up
* Fixed bug whereby setting for deleting local backups was lost
* Now marked as 1.0, since we are feature-complete with targeted features for
this release
* Made description fuller
= 0.9.20 - 12/06/2012 =
* Updated to latest S3.php library with chunked uploading patch
* Implemented chunked uploading on Amazon S3 - much bigger sites can now be
backed up with S3
= 0.9.10 - 11/22/2012 =
* Completed basic Google Drive support (thanks to Sorin Iclanzan, code taken
from "Backup" plugin under GPLv3+); now supporting uploading, purging and
restoring - i.e. full UpdraftPlus functionality
* Licence change to GPLv3+ (from GPLv2+) to allow incorporating Sorin's code
* Tidied/organised the settings screen further
= 0.9.2 - 11/21/2012 =
* Failed uploads can now be re-tried, giving really big blogs a better
opportunity to eventually succeed uploading
= 0.8.51 - 11/19/2012 =
* Moved screenshot into assets, reducing plugin download size
= 0.8.50 - 10/13/2012 =
* Important new feature: backup other directories found in the WP content
(wp-content) directory (not just plugins/themes/uploads, as in original
Updraft)
= 0.8.37 - 10/12/2012 =
* Don't whinge about Google Drive authentication if that method is not current
= 0.8.36 - 10/03/2012 =
* Support using sub-directories in Amazon S3
* Some more debug logging for Amazon S3
= 0.8.33 - 09/19/2012 =
* Work around some web hosts with invalid safe_mode configurations
= 0.8.32 - 09/17/2012 =
* Fix a subtle bug that caused database tables from outside of this WordPress
install to be backed up
= 0.8.31 - 09/08/2012 =
* Fixed error deleting old S3 backups. If your expired S3 backups were not
deleted, they should be in future - but you will need to delete manually those
that expired before you installed this update.
* Fixed minor bug closing log file
* Marked as working with WordPress 3.4.2
= 0.8.29 - 06/29/2012 =
* Marking as tested up to WordPress 3.4.1
= 0.8.28 - 06/06/2012 =
* Now experimentally supports Google Drive (thanks to Sorin Iclanzan, code
re-used from his Google Drive-only 'backup' plugin)
* New feature: backup files and database on separate schedules
* Tidied and improved retain behaviour
= 0.7.7 - 05/29/2012 =
* Implementation of a logging mechanism to allow easier debugging and
development
= 0.7.4 - 05/21/2012 =
* Removed CloudFront method; I have no way of testing this
* Backup all tables found in the database that have this site's table prefix
* If encryption fails, then abort (don't revert to not encrypting)
* Added ability to decrypt encrypted database backups
* Added ability to opt out of backing up each file group
* Now adds database character set, the lack of which before made database
backups unusable without modifications
* Version number bump to make clear that this is an improvement on the
original Updraft, and is now tried and tested
= 0.1.3 - 01/16/2012 =
* Force backup of all tables found in database (vanilla Updraft only backed up
WP core tables)
* Tweak notification email to include site name
= 0.1 - 08/10/2011 =
* A fork of Updraft Backup/Restore 0.6.1 by Paul Kehrer with the following
improvements
* Replaced deprecated function calls (in WordPress 3.2.1)
* Removed all warnings from basic admin page with WP_DEBUG on
* Implemented encrypted backup (but not yet automatic restoration) on database
* Some de-uglification of admin interface
languages/updraftplus-fa_IR.po 0000644 00001347664 14740035567 0012441 0 ustar 00 # Translation of UpdraftPlus in Persian
# This file is distributed under the same license as the UpdraftPlus package.
msgid ""
msgstr ""
"PO-Revision-Date: 2021-04-05 14:32:41+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/3.0.0\n"
"Language: fa\n"
"Project-Id-Version: UpdraftPlus\n"
#: src/addons/googlecloud.php:518
msgid "%s suthorization failed"
msgstr ""
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Turning off any debugging settings may also help."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "It's free to use or try up to 5 sites."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "If you have a few sites, it'll save hours."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:40
msgid "See our documentation on how to carry out a normal migration here"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:40
msgid "Temporary clones of WordPress subdomain multisite installations are not yet supported."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "UpdraftClone does the work."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "Press the buttons..."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Rather than test things on your live site, you can UpdraftClone it, and then throw away your clone when done."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "A temporary clone is an instant copy of this website, running on our servers."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "You either need to activate it within your browser, or to use a JavaScript-capable browser."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "This admin interface uses JavaScript heavily."
msgstr ""
#: src/templates/wp-admin/settings/tab-backups.php:80
msgid "Drop your backup files"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:346,
#: src/templates/wp-admin/settings/tab-addons.php:347
msgid "Keeps your WordPress site up to date and bug free."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:334,
#: src/templates/wp-admin/settings/tab-addons.php:335
msgid "A comprehensive and easy to use security plugin and site scanning service."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:330,
#: src/templates/wp-admin/settings/tab-addons.php:330,
#: src/templates/wp-admin/settings/tab-addons.php:336,
#: src/templates/wp-admin/settings/tab-addons.php:336,
#: src/templates/wp-admin/settings/tab-addons.php:342,
#: src/templates/wp-admin/settings/tab-addons.php:342,
#: src/templates/wp-admin/settings/tab-addons.php:348,
#: src/templates/wp-admin/settings/tab-addons.php:348
msgid "Demo in WP Playground"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:328,
#: src/templates/wp-admin/settings/tab-addons.php:329
msgid "It cleans the database, compresses images and caches pages for ultimate speed."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:328,
#: src/templates/wp-admin/settings/tab-addons.php:329
msgid "Makes your site fast and efficient."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:89
msgid "UpdraftPlus free includes Dropbox, Google Drive, Amazon S3, Rackspace and more."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:89
msgid "To avoid server-wide risks, always backup to remote cloud storage."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:13
msgid "After using it once, you'll have saved the purchase price compared to the time needed to copy a site by hand."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:13
msgid "Then, try out our \"Migrator\" add-on which can perform a direct site-to-site migration."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "Note that some cloud storage providers do not allow this (e.g. Dropbox), so with those providers this setting will have no effect."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "Choosing this option lowers your security by stopping UpdraftPlus from using SSL for authentication and encrypted transport at all, where possible."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "It means that UpdraftPlus will be using SSL only for encryption of traffic, and not for authentication."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "Choosing this option lowers your security by stopping UpdraftPlus from verifying the identity of encrypted sites that it connects to (e.g. Dropbox, Google Drive)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "However, if you get an SSL error, then choosing this option (which causes UpdraftPlus to use your web server's collection instead) may help."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "We keep these up to date."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "By default UpdraftPlus uses its own store of SSL certificates to verify the identity of remote sites (i.e. to make sure it is talking to the real Dropbox, Amazon S3, etc., and not an attacker)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "It is relative to your content directory (which by default is called wp-content)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "This directory must be writable by your web server."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "This is where UpdraftPlus will write the zip files it creates initially."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "Be careful to leave some margin if your web-server has a hard size limit (e.g. the 2 GB / 2048 MB limit on some 32-bit servers/file systems)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "The default value is %s megabytes."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "UpdraftPlus will split up backup archives when they exceed this file size."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:135
msgid "This is not recommended (unless you plan to manually copy them to your computer), as losing the web-server would mean losing both your website and the backups in one event."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:135
msgid "If you choose no remote storage, then the backups remain on the web-server."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "This can corrupt backups that you download from here."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "Your WordPress installation has a problem with outputting extra whitespace."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "You are recommended to turn safe_mode off, or to restore only one entity at a time"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "This makes time-outs much more likely."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "Designed to optimize your store, enhance user experience and increase revenue!"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "Quality add-ons for WooCommerce."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "WP Overnight"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "You don’t need to be an SEO expert to use this plugin."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Save time and boost SEO!"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Automate the building of internal links on your WordPress website."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Internal Link Juicer"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid " Comprehensive, cost-effective, 5* rated and easy to use."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "Secure your WordPress website with AIOS."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "Still on the fence?"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "All-In-One Security (AIOS)"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:24
msgid "Cache your site, clean the database and compress images."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:24
msgid "Speed up and optimize your WordPress website."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:18
msgid " Upgrade for automatic backups before updates, incremental backups, more remote storage locations, premium support and"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:10
msgid "Protect your WordPress investment with premium features, or check out our other 5* rated plugins below:"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:12
msgid "All 5* rated and actively installed on millions of WordPress websites:"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:12
msgid "If you like UpdraftPlus, you'll love our other plugins."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "You can also do this before deactivating/deinstalling UpdraftPlus if you wish."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "You will then need to enter all your settings again."
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:28
msgid "Database size"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:66
msgid "Database maximum packet size:"
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:12
msgid "This tool will replace all your saved settings."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:12
msgid "You can also import previously-exported settings."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "This tool will export what is currently in the settings tab."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "Here, you can export your UpdraftPlus settings (%s), either for using on another site, or to keep as a backup."
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:35
msgid "Type"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:34
msgid "Index size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:33
msgid "Data size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:32
msgid "Records"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:31
msgid "Table name"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:25
msgid "Refresh"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:24
msgid "Clear"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:19
msgid "Reducing your database size with WP-Optimize helps to maintain a fast, efficient, and user-friendly website."
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:10
msgid "Total Size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:6
msgid "Search for table"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:371
msgid "So far %s data archives totalling %s have been received"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:371
msgid "The sending of the site data has begun."
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "You can shut this clone down at the following link:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "Each time your clone renews (weekly) it costs %s."
msgstr ""
#: src/central/modules/updates.php:715
msgid "If installing, then proceed with caution by first doing a backup."
msgstr ""
#: src/central/modules/updates.php:715
msgid "This % does not provide information to allow determining whether the latest version is compatible with your WordPress or PHP installation."
msgstr ""
#: src/central/modules/updates.php:706
msgid "The latest update for this %s has not been tested with the WordPress version installed on the remote site and may have compatibility issues when used."
msgstr ""
#: src/central/modules/updates.php:696
msgid "The minimum PHP version supported by this %s is %s."
msgstr ""
#: src/central/modules/updates.php:696
msgid "The latest update for this %s is not compatible with the PHP version installed on the remote site."
msgstr ""
#: src/central/modules/updates.php:686
msgid "The minimum WordPress version supported by this %s is %s."
msgstr ""
#: src/central/modules/updates.php:686
msgid "The latest update for this %s is not compatible with the WordPress version installed on the remote site."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1056
msgid "No response data was received."
msgstr ""
#: src/udaddons/updraftplus-addons.php:332
msgid "You will no longer receive updates to UpdraftPlus."
msgstr ""
#: src/udaddons/updraftplus-addons.php:332
msgid "Your paid access to UpdraftPlus updates for this site has expired."
msgstr ""
#: src/udaddons/options.php:536
msgid "Follow this link to activate this licence"
msgstr ""
#: src/udaddons/options.php:536
msgid "%s available to claim on this site."
msgstr ""
#: src/udaddons/options.php:339
msgid "You can now use your purchase!"
msgstr ""
#: src/udaddons/options.php:339
msgid "The claim and installation was successful."
msgstr ""
#: src/udaddons/options.php:338
msgid "Response was:"
msgstr ""
#: src/udaddons/options.php:338
msgid "An unknown response was received."
msgstr ""
#: src/udaddons/options.php:259
msgid "This ensures %s can connect and update."
msgstr ""
#: src/udaddons/options.php:259
msgid "Please list %s in the %s constant."
msgstr ""
#: src/udaddons/options.php:254
msgid "Please make sure that %s is not set to \"true\" in your wp-config file - this ensures UpdraftPlus can connect and update."
msgstr ""
#: src/udaddons/options.php:250
msgid "This is incompatible with WordPress's updates mechanism; you will not be able to receive updates."
msgstr ""
#: src/udaddons/options.php:250
msgid "You have installed this plugin in your plugins folder (%s) with a non-default name %s which is different to %s."
msgstr ""
#: src/udaddons/options.php:143
msgid "To fix this problem, contact your web hosting company."
msgstr ""
#: src/udaddons/options.php:143
msgid "You can try it, but don't be surprised if it does not work."
msgstr ""
#: src/udaddons/options.php:143
msgid "Your web server's version of PHP is too old (%s) - UpdraftPlus expects at least %s."
msgstr ""
#: src/methods/updraftvault.php:943
msgid "An unknown error occurred while connecting to Vault."
msgstr ""
#: src/methods/updraftvault.php:477
msgid "Your web server's PHP installation does not include a required (for %s) module (%s)."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "If you do not wish this to happen, then you should renew as soon as possible."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "In a few days' time, your stored data will be permanently removed."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "You have an UpdraftPlus Vault subscription that has not been renewed, and the grace period has expired."
msgstr ""
#: src/methods/updraftvault.php:328
msgid "Please renew as soon as possible!"
msgstr ""
#: src/methods/updraftvault.php:328
msgid "You are within the few days of grace period before it will be suspended, and you will lose your quota and access to data stored within it."
msgstr ""
#: src/methods/updraftvault.php:328
msgid "You have an UpdraftPlus Vault subscription with overdue payment."
msgstr ""
#: src/methods/updraftvault.php:325
msgid "You should renew immediately to avoid losing the 12 months of free storage allowance that you get for being a current UpdraftPlus Premium customer."
msgstr ""
#: src/methods/updraftvault.php:325
msgid "Your UpdraftPlus Premium purchase is over a year ago."
msgstr ""
#: src/methods/updraftvault.php:257
msgid "Please try again after a few minutes."
msgstr ""
#: src/methods/updraftvault.php:257, src/methods/updraftvault.php:941
msgid "An error occurred while fetching your Vault credentials."
msgstr ""
#: src/methods/s3generic.php:212
msgid "SigV2"
msgstr ""
#: src/methods/s3generic.php:211
msgid "SigV4"
msgstr ""
#: src/methods/s3generic.php:209
msgid "Read more about signature version"
msgstr ""
#: src/methods/s3generic.php:208
msgid "Signature version"
msgstr ""
#: src/methods/s3.php:826, src/methods/s3.php:871
msgid "Error: Failed to download %s."
msgstr ""
#: src/methods/s3.php:542, src/methods/s3.php:736, src/methods/s3.php:846,
#: src/methods/s3.php:826, src/methods/s3.php:871
msgid "Check your permissions and credentials."
msgstr ""
#: src/methods/s3.php:542, src/methods/s3.php:736, src/methods/s3.php:846
msgid "Error: Failed to access bucket %s."
msgstr ""
#: src/methods/openstack2.php:247
msgid "Authentication URI"
msgstr ""
#: src/methods/openstack2.php:244
msgid "Get your access credentials from your OpenStack Swift provider, and then pick a container name to use for storage."
msgstr ""
#: src/methods/googledrive.php:1515
msgid "%s does not allow authorisation of sites hosted on direct IP addresses."
msgstr ""
#: src/methods/googledrive.php:1512
msgid "Account holder's name"
msgstr ""
#: src/methods/googledrive.php:859
msgid "%s for %s"
msgstr ""
#: src/methods/googledrive.php:423
msgid "Please create a new Google Drive project and reconnect with UpdraftPlus."
msgstr ""
#: src/methods/googledrive.php:423
msgid "The client has been deleted from the Google Drive API console."
msgstr ""
#: src/methods/email.php:30
msgid "If so, you should switch to using a different remote storage method."
msgstr ""
#: src/methods/email.php:30
msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size)."
msgstr ""
#: src/methods/dropbox.php:612
msgid "Your Dropbox App Secret"
msgstr ""
#: src/methods/dropbox.php:611
msgid "Your Dropbox App Key"
msgstr ""
#: src/methods/dropbox.php:528
msgid "You are not authenticated with %s"
msgstr ""
#: src/methods/dropbox.php:482
msgid "You are not authenticated with %s (whilst deleting)"
msgstr ""
#: src/methods/dropbox.php:194, src/methods/dropbox.php:211
msgid "You are not authenticated with Dropbox"
msgstr ""
#: src/methods/dreamobjects.php:192, src/methods/s3.php:1049,
#: src/methods/s3.php:1089, src/methods/s3generic.php:200
msgid "Examples: mybucket, mybucket/mypath"
msgstr ""
#: src/methods/dreamobjects.php:192, src/methods/s3.php:1049,
#: src/methods/s3.php:1089, src/methods/s3generic.php:200
msgid "Enter only a bucket name or a bucket and path."
msgstr ""
#: src/methods/dreamobjects.php:183, src/methods/s3.php:936,
#: src/methods/s3.php:1079
msgid "This bucket will be created for you if it does not already exist."
msgstr ""
#: src/methods/dreamobjects.php:183, src/methods/s3.php:936,
#: src/methods/s3.php:1079
msgid "Get your access key and secret key from your %s console, then pick a (globally unique - all %s users) bucket name (letters and numbers) (and optionally a path) to use for storage."
msgstr ""
#: src/methods/cloudfiles.php:455, src/methods/dreamobjects.php:181,
#: src/methods/dreamobjects.php:182, src/methods/openstack-base.php:577,
#: src/methods/s3.php:926, src/methods/s3.php:930
msgid "Your web server's PHP installation does not included a required module (%s)."
msgstr ""
#: src/methods/cloudfiles-new.php:284, src/methods/cloudfiles.php:461,
#: src/methods/openstack2.php:244
msgid "This container will be created for you if it does not already exist."
msgstr ""
#: src/methods/cloudfiles-new.php:284
msgid "Get your API key from your Rackspace Cloud console (read instructions here), then pick a container name to use for storage."
msgstr ""
#: src/methods/cloudfiles-new.php:281, src/methods/cloudfiles-new.php:282,
#: src/methods/cloudfiles.php:455, src/methods/dreamobjects.php:181,
#: src/methods/openstack-base.php:577, src/methods/openstack2.php:242,
#: src/methods/s3.php:930, src/methods/s3.php:1081,
#: src/methods/s3generic.php:193
msgid "UpdraftPlus's %s module requires %s."
msgstr ""
#: src/methods/cloudfiles-new.php:281, src/methods/cloudfiles-new.php:282,
#: src/methods/openstack2.php:242, src/methods/s3.php:1080,
#: src/methods/s3.php:1081, src/methods/s3generic.php:192,
#: src/methods/s3generic.php:193
msgid "Your web server's PHP installation does not include a required module (%s)."
msgstr ""
#: src/methods/backup-module.php:89
msgid "Select existing folder"
msgstr ""
#: src/methods/addon-not-yet-present.php:126
msgid "Your PHP version: %s."
msgstr ""
#: src/includes/updraftplus-tour.php:196
msgid "You are now all set to use UpdraftPlus!"
msgstr ""
#: src/includes/updraftplus-tour.php:130, src/includes/updraftplus-tour.php:182
msgid "If not, your backups remain on the same server as your site."
msgstr ""
#: src/includes/updraftplus-tour.php:130, src/includes/updraftplus-tour.php:182
msgid "Now select a remote storage destination to protect against server-wide threats."
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "30 September"
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "Be quick, offer ends %s."
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "Visit any of our websites and use code %s at checkout to get 20%% off all our plugins."
msgstr ""
#: src/includes/updraftplus-notices.php:262
msgid "31 July"
msgstr ""
#: src/includes/updraftplus-notices.php:261
msgid "Summer Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:249
msgid "31 May"
msgstr ""
#: src/includes/updraftplus-notices.php:248
msgid "Spring Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:236
msgid "28 January"
msgstr ""
#: src/includes/updraftplus-notices.php:235
msgid "New Year Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:223
msgid "3 December"
msgstr ""
#: src/includes/updraftplus-notices.php:223,
#: src/includes/updraftplus-notices.php:236,
#: src/includes/updraftplus-notices.php:249,
#: src/includes/updraftplus-notices.php:262
msgid "Offer ends %s"
msgstr ""
#: src/includes/updraftplus-notices.php:223,
#: src/includes/updraftplus-notices.php:236,
#: src/includes/updraftplus-notices.php:249,
#: src/includes/updraftplus-notices.php:262
msgid "Save 20%% with code %s."
msgstr ""
#: src/includes/updraftplus-notices.php:222
msgid "Black Friday Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Or if you have any issues or questions please leave us a support message"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "If you like us, please consider leaving a positive review to spread the word."
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Hey - We noticed UpdraftPlus has kept your site safe for a while."
msgstr ""
#: src/includes/updraftplus-notices.php:93
msgid "Includes find-and-replace tool for database references."
msgstr ""
#: src/includes/updraftplus-notices.php:93
msgid "Copy your site to another domain directly."
msgstr ""
#: src/includes/updraftplus-notices.php:60
msgid "Plus many more options."
msgstr ""
#: src/includes/updraftplus-notices.php:60
msgid "Enhanced storage options for Dropbox, Google Drive and S3."
msgstr ""
#: src/includes/updraftplus-notices.php:29
msgid "Backup incremental changes instead of full backups (saving server resources), clone or migrate your site with ease, get more remote storage locations, premium support and more."
msgstr ""
#: src/includes/updraftplus-notices.php:28
msgid "Backup, migrate and restore with Premium."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "Please try again later."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "The server might be busy or you have lost your connection to the internet at the time of the request."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "An error has occurred while processing your request."
msgstr ""
#: src/includes/S3.php:1927
msgid "Please ask your webserver support how to upgrade your PHP and cURL library versions to use non-obsolete TLS versions."
msgstr ""
#: src/includes/S3.php:1927
msgid "Your PHP installation failed a TLS v1.2 connection test, which is the minimum version required by Amazon."
msgstr ""
#: src/includes/S3.php:1927
msgid "Connecting to Amazon S3 failed."
msgstr ""
#: src/includes/migrator-lite.php:334
msgid "If that is not yet set up, then you should set it up, or use below search and replace so that the non-https links are automatically replaced."
msgstr ""
#: src/includes/migrator-lite.php:334
msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem."
msgstr ""
#: src/includes/migrator-lite.php:323
msgid "Otherwise, you will want to use below search and replace to search/replace the site address so that the site can be visited without https."
msgstr ""
#: src/includes/migrator-lite.php:323
msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site."
msgstr ""
#: src/includes/class-wpadmin-commands.php:586
msgid "This is normally caused by file permissions."
msgstr ""
#: src/includes/class-wpadmin-commands.php:261
msgid "Now press Restore again to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:263
msgid "If all is well, then now press Restore again to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:236
msgid "Now press Restore to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:236,
#: src/includes/class-wpadmin-commands.php:261
msgid "The backup archive files have been successfully processed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238,
#: src/includes/class-wpadmin-commands.php:263
msgid "Otherwise, cancel and correct any problems first."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238
msgid "If all is well, then press Restore to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238,
#: src/includes/class-wpadmin-commands.php:263
msgid "The backup archive files have been processed, but with some warnings."
msgstr ""
#: src/includes/class-wpadmin-commands.php:240,
#: src/includes/class-wpadmin-commands.php:265
msgid "You will need to cancel and correct any problems before retrying."
msgstr ""
#: src/includes/class-wpadmin-commands.php:240,
#: src/includes/class-wpadmin-commands.php:265
msgid "The backup archive files have been processed, but with some errors."
msgstr ""
#: src/includes/class-wpadmin-commands.php:130
msgid "If you have a lot of data to import, and if the restore operation times out, then you will need to ask your web hosting company for ways to raise this limit (or attempt the restoration piece-by-piece)."
msgstr ""
#: src/includes/class-wpadmin-commands.php:130
msgid "The PHP setup on this webserver allows only %s seconds for PHP to run, and does not allow this limit to be raised."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:103
msgid "No, please don't."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:103
msgid "Yes, show me the news."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:102
msgid "Do you want to see official news from this plugin in this Events and News section?"
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "The remote storage method in use (%s) does not allow us to retrieve files."
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "The backup archive for this file could not be found."
msgstr ""
#: src/includes/class-remote-send.php:671
msgid "This action cannot be undone."
msgstr ""
#: src/includes/class-remote-send.php:671
msgid "You are about to permanently delete the list of existing sites."
msgstr ""
#: src/includes/class-remote-send.php:565
msgid "It is deprecated, causes encryption to malfunction, and should be turned off."
msgstr ""
#: src/includes/class-remote-send.php:565
msgid "The setting %s is turned on in your PHP settings."
msgstr ""
#: src/includes/class-remote-send.php:425
msgid "If you are sending from an external network, it is likely that a firewall will be blocking this."
msgstr ""
#: src/includes/class-remote-send.php:425
msgid "The site URL you are sending to (%s) looks like a local development website."
msgstr ""
#. translators: Deleted long text.
#: src/includes/class-manipulation-functions.php:509
msgid "This content was deleted in order to anonymize it."
msgstr ""
#. translators: Deleted text.
#: src/includes/class-manipulation-functions.php:505
msgid "[deleted]"
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "Intended for use by intercepting proxies used to control access to the network (e.g., \"captive portals\" used to require agreement to Terms of Service before granting full Internet access via a Wi-Fi hotspot)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "The client needs to authenticate to gain network access"
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "Network Authentication Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:78
msgid "Further extensions to the request are required for the server to fulfil it."
msgstr ""
#: src/includes/class-http-error-descriptions.php:78
msgid "Not Extended"
msgstr ""
#: src/includes/class-http-error-descriptions.php:77
msgid "The server detected an infinite loop while processing the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:77
msgid "Loop Detected"
msgstr ""
#: src/includes/class-http-error-descriptions.php:76
msgid "The server is unable to store the representation needed to complete the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:76
msgid "Insufficient Storage"
msgstr ""
#: src/includes/class-http-error-descriptions.php:75
msgid "Transparent content negotiation for the request results in a circular reference."
msgstr ""
#: src/includes/class-http-error-descriptions.php:75
msgid "Variant Also Negotiates"
msgstr ""
#: src/includes/class-http-error-descriptions.php:74
msgid "The server does not support the HTTP protocol version used in the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:74
msgid "HTTP Version Not Supported"
msgstr ""
#: src/includes/class-http-error-descriptions.php:73
msgid "The server was acting as a gateway or proxy and did not receive a timely response from the upstream server."
msgstr ""
#: src/includes/class-http-error-descriptions.php:73
msgid "Gateway Timeout"
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "Generally, this is a temporary state."
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "The server cannot handle the request (because it is overloaded or down for maintenance)"
msgstr ""
#: src/includes/class-http-error-descriptions.php:71
msgid "The server was acting as a gateway or proxy and received an invalid response from the upstream server."
msgstr ""
#: src/includes/class-http-error-descriptions.php:71
msgid "Bad Gateway"
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "Usually this implies future availability (e.g., a new feature of a web-service API)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "The server either does not recognize the request method, or it lacks the ability to fulfil the request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "Not Implemented"
msgstr ""
#: src/includes/class-http-error-descriptions.php:69
msgid "A generic error message, given when an unexpected condition was encountered and no more specific message is suitable."
msgstr ""
#: src/includes/class-http-error-descriptions.php:69
msgid "Internal Server Error"
msgstr ""
#: src/includes/class-http-error-descriptions.php:63
msgid "A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the requested resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:63
msgid "Unavailable For Legal Reasons"
msgstr ""
#: src/includes/class-http-error-descriptions.php:62
msgid "The server is unwilling to process the request because either an individual header field, or all the header fields collectively, are too large."
msgstr ""
#: src/includes/class-http-error-descriptions.php:62
msgid "Request Header Fields Too Large"
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "Intended for use with rate-limiting schemes."
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "The user has sent too many requests in a given amount of time"
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "Too Many Requests"
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "Intended to prevent the 'lost update' problem, where a client GETs a resource's state, modifies it, and PUTs it back to the server, when meanwhile a third party has modified the state on the server, leading to a conflict."
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "The origin server requires the request to be conditional"
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "Precondition Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:59
msgid "The client should switch to a different protocol such as TLS/1.3, given in the Upgrade header field."
msgstr ""
#: src/includes/class-http-error-descriptions.php:59
msgid "Upgrade Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:58
msgid "Indicates that the server is unwilling to risk processing a request that might be replayed."
msgstr ""
#: src/includes/class-http-error-descriptions.php:58
msgid "Too Early"
msgstr ""
#: src/includes/class-http-error-descriptions.php:57
msgid "The request failed because it depended on another request and that request failed (e.g., a PROPPATCH)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:57
msgid "Failed Dependency"
msgstr ""
#: src/includes/class-http-error-descriptions.php:56
msgid "The resource that is being accessed is locked."
msgstr ""
#: src/includes/class-http-error-descriptions.php:56
msgid "Locked"
msgstr ""
#: src/includes/class-http-error-descriptions.php:55
msgid "The request was well-formed but was unable to be followed due to semantic errors."
msgstr ""
#: src/includes/class-http-error-descriptions.php:55
msgid "Unprocessable Entity"
msgstr ""
#: src/includes/class-http-error-descriptions.php:54
msgid "The request was directed at a server that is not able to produce a response (for example because of connection reuse)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:54
msgid "Misdirected Request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:53
msgid "The server cannot meet the requirements of the Expect request-header field."
msgstr ""
#: src/includes/class-http-error-descriptions.php:53
msgid "Expectation Failed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "For example, if the client asked for a part of the file that lies beyond the end of the file."
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "The client has asked for a portion of the file (byte serving), but the server cannot supply that portion"
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "Range Not Satisfiable"
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "For example, the client uploads an image as image/svg+xml, but the server requires that images use a different format."
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "The request entity has a media type which the server or resource does not support"
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "Unsupported Media Type"
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "Often the result of too much data being encoded as a query-string of a GET request, in which it should be converted to a POST request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "The URI provided was too long for the server to process"
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "URI Too Long"
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "Previously called \"Request Entity Too Large\"."
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "The request is larger than the server is willing or able to process"
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "Payload Too Large"
msgstr ""
#: src/includes/class-http-error-descriptions.php:48
msgid "The server does not meet one of the preconditions that the requester put on the request header fields."
msgstr ""
#: src/includes/class-http-error-descriptions.php:48
msgid "Precondition Failed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:47
msgid "The request did not specify the length of its content, which is required by the requested resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:47
msgid "Length Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:46
msgid "Indicates that the resource requested is no longer available and will not be available again."
msgstr ""
#: src/includes/class-http-error-descriptions.php:46
msgid "Gone"
msgstr ""
#: src/includes/class-http-error-descriptions.php:45
msgid "Indicates that the request could not be processed because of conflict in the current state of the resource, such as an edit conflict between multiple simultaneous updates."
msgstr ""
#: src/includes/class-http-error-descriptions.php:45
msgid "Conflict"
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "The client MAY repeat the request without modifications at any later time."
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "The server timed out waiting for the request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "Request Timeout"
msgstr ""
#: src/includes/class-http-error-descriptions.php:43
msgid "The client must first authenticate itself with the proxy."
msgstr ""
#: src/includes/class-http-error-descriptions.php:43
msgid "Proxy Authentication Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:42
msgid "The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:42
msgid "Not Acceptable"
msgstr ""
#: src/includes/class-http-error-descriptions.php:41
msgid "A request method is not supported for the requested resource; for example, a GET request on a form that requires data to be presented via POST, or a PUT request on a read-only resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:41
msgid "Method Not Allowed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "Subsequent requests by the client are permissible."
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "The requested resource could not be found but may be available in the future"
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "Not Found."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "This may be due to the user not having the necessary permissions for a resource or needing an account of some sort, or attempting a prohibited action (e.g. creating a duplicate record where only one is allowed)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "The request contained valid data and was understood by the server, but the server is refusing action."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "Forbidden."
msgstr ""
#: src/includes/class-http-error-descriptions.php:38
msgid "Authentication is required and has failed or has not yet been provided."
msgstr ""
#: src/includes/class-http-error-descriptions.php:38
msgid "Unauthorized."
msgstr ""
#: src/includes/class-http-error-descriptions.php:37
msgid "The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, size too large, invalid request message framing, or deceptive request routing)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:37
msgid "Bad Request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:31
msgid "Permanent Redirect."
msgstr ""
#: src/includes/class-http-error-descriptions.php:30
msgid "In this case, the request should be repeated with another URI; however, future requests should still use the original URI."
msgstr ""
#: src/includes/class-http-error-descriptions.php:30
msgid "Temporary Redirect."
msgstr ""
#: src/includes/class-http-error-descriptions.php:29
msgid "The requested resource is available only through a proxy, the address for which is provided in the response."
msgstr ""
#: src/includes/class-http-error-descriptions.php:29
msgid "Use Proxy."
msgstr ""
#: src/includes/class-http-error-descriptions.php:28
msgid "Indicates that the resource has not been modified since the version specified by the request headers If-Modified-Since or If-None-Match."
msgstr ""
#: src/includes/class-http-error-descriptions.php:28
msgid "Not Modified."
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "When received in response to a POST (or PUT/DELETE), the client should presume that the server has received the data and should issue a new GET request to the given URI"
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "The response to the request can be found under another URI using the GET method."
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "See Other."
msgstr ""
#: src/includes/class-http-error-descriptions.php:26
msgid "Tells the client to look at (browse to) another URL."
msgstr ""
#: src/includes/class-http-error-descriptions.php:26
msgid "Found (Previously \"Moved temporarily\")."
msgstr ""
#: src/includes/class-http-error-descriptions.php:25,
#: src/includes/class-http-error-descriptions.php:31
msgid "This and all future requests should be directed to the given URI."
msgstr ""
#: src/includes/class-http-error-descriptions.php:25
msgid "Moved Permanently."
msgstr ""
#: src/includes/class-http-error-descriptions.php:24
msgid "Indicates multiple options for the resource from which the client may choose (via agent-driven content negotiation)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:24
msgid "Multiple Choices."
msgstr ""
#: src/includes/class-filesystem-functions.php:678
msgid "Could not copy files."
msgstr ""
#: src/includes/class-database-utility.php:726
msgid "Follow this link to install the WP-Optimize plugin."
msgstr ""
#: src/includes/class-database-utility.php:722
msgid "Follow this link to activate the WP-Optimize plugin."
msgstr ""
#: src/includes/class-database-utility.php:722
msgid "WP-Optimize is installed but currently inactive."
msgstr ""
#: src/includes/class-commands.php:1142
msgid "The creation of your clone should now begin, and your WordPress username and password will be displayed below when ready."
msgstr ""
#: src/includes/class-commands.php:1142
msgid "No backup will be started."
msgstr ""
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142
msgid "If the clone fails to boot, then the token will be released within an hour."
msgstr ""
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142
msgid "N.B. You will be charged one token once the clone is ready."
msgstr ""
#: src/includes/class-commands.php:954
msgid "Backup:"
msgstr ""
#: src/includes/class-commands.php:967
msgid "You have no local backups to send."
msgstr ""
#: src/central/bootstrap.php:757
msgid "Follow this link to read about how to set browser permission"
msgstr ""
#: src/central/bootstrap.php:757
msgid "Your web browser prevented the copy operation."
msgstr ""
#: src/central/bootstrap.php:755
msgid "Copy to clipboard"
msgstr ""
#: src/addons/wp-cli.php:1232
msgid "The creation of your data for creating the clone should now begin, and you will receive an email when it completes."
msgstr ""
#: src/addons/wp-cli.php:1232
msgid "The UpdraftClone boot process has started."
msgstr ""
#: src/addons/wp-cli.php:1206
msgid "You will receive an email when it completes."
msgstr ""
#: src/addons/wp-cli.php:1206
msgid "The UpdraftClone boot process for an empty WordPress install has begun."
msgstr ""
#: src/addons/wp-cli.php:1202
msgid "Failed to boot clone:"
msgstr ""
#: src/addons/wp-cli.php:1150
msgid "Failed to connect to UpdraftPlus.Com:"
msgstr ""
#: src/addons/wp-cli.php:1133
msgid "You can create a clone key at %s"
msgstr ""
#: src/addons/wp-cli.php:1133
msgid "No clone key provided."
msgstr ""
#: src/addons/wp-cli.php:1056
msgid "Please make sure these two parameters are set."
msgstr ""
#: src/addons/wp-cli.php:1056
msgid "An email and password are required to connect to UpdraftPlus.com."
msgstr ""
#: src/addons/wp-cli.php:897
msgid "Get the \"%s\" addon: %s"
msgstr ""
#: src/addons/wp-cli.php:897
msgid "The %s is working with \"%s\" addon."
msgstr ""
#: src/addons/wp-cli.php:897
msgid "You have given the %s option."
msgstr ""
#: src/addons/wp-cli.php:211
msgid "You can see the last log message by running the following command: \"%s\""
msgstr ""
#: src/addons/wp-cli.php:211
msgid "Backup has been started successfully."
msgstr ""
#: src/addons/webdav.php:1125
msgid "WebDAV server returned 501; probably does not support Content-Range (chunks)"
msgstr ""
#: src/addons/webdav.php:1114
msgid "WebDAV server returned 400; probably does not support Content-Range (chunks)"
msgstr ""
#: src/addons/webdav.php:1119, src/addons/webdav.php:1131
msgid "Unexpected HTTP response code (%s): %s"
msgstr ""
#: src/addons/webdav.php:496
msgid "We successfully accessed the directory, and were able to create files within it"
msgstr ""
#: src/addons/webdav.php:438
msgid "Split uploads into chunks"
msgstr ""
#: src/addons/webdav.php:428
msgid "If you do not know the details, then you will need to ask your WebDAV provider."
msgstr ""
#: src/addons/webdav.php:428
msgid "This WebDAV URL is generated by filling in the options below."
msgstr ""
#: src/addons/sftp.php:713
msgid "Failed: We are unable to match the fingerprint."
msgstr ""
#: src/addons/sftp.php:619, src/addons/sftp.php:620
msgid "MITM attacks"
msgstr ""
#: src/addons/sftp.php:608
msgid "Thus, if using SCP then you will need to ensure that your webserver allows PHP processes to run long enough to upload your largest backup file."
msgstr ""
#: src/addons/sftp.php:608
msgid "Resuming partial uploads is supported for SFTP, but not for SCP."
msgstr ""
#: src/addons/sftp.php:606
msgid "Using a fingerprint is not essential, but you are not secure against %s if you do not use one"
msgstr ""
#: src/addons/sftp.php:606
msgid "MD5 (128-bit) fingerprint, in hex format - should have the same length and general appearance as this (colons optional): 73:51:43:b1:b5:fc:8b:b7:0a:3a:a9:b1:0f:69:73:a8."
msgstr ""
#: src/addons/sftp.php:426
msgid "You need to provide the unencrypted key (see: https://updraftplus.com/faqs/why-must-i-use-a-non-encrypted-sftp-key/)."
msgstr ""
#: src/addons/sftp.php:426
msgid "The key provided is encrypted."
msgstr ""
#: src/addons/sftp.php:61
msgid "Explicit encryption is used by default."
msgstr ""
#: src/addons/sftp.php:61
msgid "If you find this happening, then go into the \"Expert Options\" (below) and turn off SSL there."
msgstr ""
#: src/addons/sftp.php:61
msgid "Some servers advertise encrypted FTP as available, but then time-out (after a long time) when you attempt to use it."
msgstr ""
#: src/addons/sftp.php:61
msgid "The 'Test FTP Login' button will tell you what type of connection is in use."
msgstr ""
#: src/addons/sftp.php:61
msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options."
msgstr ""
#: src/addons/s3-enhanced.php:285
msgid "Please check your access credentials, and if those are correct then try another bucket name (as another AWS user may already have taken your name)."
msgstr ""
#: src/addons/s3-enhanced.php:285, src/methods/s3.php:1436
msgid "Failure: We could not successfully access or create such a bucket."
msgstr ""
#: src/addons/reporting.php:243
msgid "Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
msgstr ""
#: src/addons/reporting.php:243
msgid "Note that warning messages are advisory - the backup process does not stop for them."
msgstr ""
#: src/addons/pcloud.php:724, src/methods/dropbox.php:944,
#: src/methods/dropbox.php:915
msgid "though part of the returned information was not as expected - whether this indicates a real problem cannot be determined"
msgstr ""
#: src/addons/pcloud.php:383
msgid "You are not authenticated with pCloud"
msgstr ""
#: src/addons/pcloud.php:297
msgid "Listing the files failed:"
msgstr ""
#: src/addons/pcloud.php:256
msgid "Chunked upload failed"
msgstr ""
#: src/addons/onedrive.php:1329, src/addons/pcloud.php:550,
#: src/methods/dropbox.php:606
msgid "(You are already authenticated)."
msgstr ""
#: src/addons/onedrive.php:1315
msgid "As such, you must use the main %s %s App to authenticate with your account."
msgstr ""
#: src/addons/onedrive.php:1315
msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL."
msgstr ""
#: src/addons/onedrive.php:1121, src/addons/pcloud.php:653,
#: src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "The %s authentication could not go ahead, because something else on your site is breaking it."
msgstr ""
#: src/addons/morefiles.php:907
msgid "Restore all %s not listed below"
msgstr ""
#: src/addons/morefiles.php:905
msgid "This option will ensure all %s files not found will be restored."
msgstr ""
#: src/addons/morefiles.php:905
msgid "The amount of %1$s files scanned is near or over the php_max_input_vars value so some %1$s files maybe truncated."
msgstr ""
#: src/addons/morefiles.php:897
msgid "Files not chosen will not be replaced."
msgstr ""
#: src/addons/morefiles.php:897
msgid "If you do not want to restore all your %s files, then de-select the unwanted ones here."
msgstr ""
#: src/addons/morefiles.php:834
msgid "Please select where you want these backups to be restored to."
msgstr ""
#: src/addons/morefiles.php:834
msgid "The original filesystem location for some of the following items was not found."
msgstr ""
#: src/addons/morefiles.php:221
msgid "Zip error: (%s)"
msgstr ""
#: src/addons/morefiles.php:221
msgid "Unable to read any files from the zip (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/addons/moredatabase.php:411
msgid "Encryption aborted."
msgstr ""
#: src/addons/moredatabase.php:411
msgid "Encryption error occurred when encrypting database."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "Do make a separate record of it and do not lose it, or all your backups will be useless."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "If you enter text here, it is used to encrypt database backups (Rijndael)."
msgstr ""
#: src/addons/migrator.php:551
msgid "When you are shown the key, then press the 'Migrate' button on the other (sending) site, and copy-and-paste the key over there (in the 'Send a backup to another site' section)."
msgstr ""
#: src/addons/migrator.php:551
msgid "To allow another site to send a backup to this site, create a key below."
msgstr ""
#: src/addons/googlecloud.php:1320
msgid "(You are already authenticated, though you can authenticate again to refresh your access if you've had a problem)."
msgstr ""
#: src/addons/googlecloud.php:1308
msgid "Bucket names have to be globally unique."
msgstr ""
#: src/addons/googlecloud.php:1284, src/methods/googledrive.php:1515
msgid "You will need to change your site's address (%s) before you can use %s for storage."
msgstr ""
#: src/addons/googlecloud.php:1284
msgid "%s does not allow authorization of sites hosted on direct IP addresses."
msgstr ""
#: src/addons/googlecloud.php:1288, src/methods/googledrive.php:1494
msgid "The description below is sufficient for more expert users."
msgstr ""
#: src/addons/googlecloud.php:876
msgid "Please complete all fields in %s settings and save the settings."
msgstr ""
#: src/addons/googlecloud.php:876
msgid "But no %s settings were found."
msgstr ""
#: src/addons/googlecloud.php:879, src/addons/googlecloud.php:874
msgid "Please enter a bucket name in the %s settings and save settings."
msgstr ""
#: src/addons/googlecloud.php:879, src/addons/googlecloud.php:874
msgid "But no bucket was defined, so backups may not complete."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "Finally, if that does not work, then use expert mode to wipe all your settings, create a new Google client ID/secret, and start again."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "Re-check it, then follow the link to authenticate again."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "This often means that you entered your client secret wrongly, or that you have not yet re-authenticated (below) since correcting it."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "No refresh token was received from Google."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490
msgid "Turning off any debugging settings may also help)."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Try disabling your other plugins and switching to a default theme."
msgstr ""
#: src/addons/googlecloud.php:464
msgid "Authentication could not go ahead, because something else on your site is breaking it."
msgstr ""
#: src/addons/backblaze.php:847
msgid "Error: unable to set object lock for file: %s"
msgstr ""
#: src/addons/backblaze.php:791
msgid "Spaces are not allowed."
msgstr ""
#: src/addons/backblaze.php:791
msgid "There are limits upon which path-names are valid."
msgstr ""
#: src/addons/backblaze.php:789
msgid "A file which is locked cannot be deleted by any means until the lock time duration has expired."
msgstr ""
#: src/addons/backblaze.php:788
msgid "Read more about the Backblaze Object Lock"
msgstr ""
#: src/addons/backblaze.php:787
msgid "0 days means no lock is applied."
msgstr ""
#: src/addons/backblaze.php:787
msgid "Use this to protect your data from hackers or for regulatory compliance reasons."
msgstr ""
#: src/addons/backblaze.php:787
msgid "Object lock is a Backblaze B2 feature that prevents data from being changed or deleted for a given number of days."
msgstr ""
#: src/addons/backblaze.php:786
msgid "Object lock duration (days)"
msgstr ""
#: src/addons/backblaze.php:580, src/methods/s3.php:1436
msgid "Please check your access credentials, and if those are correct then try another bucket name (as another %s user may already have taken your name)."
msgstr ""
#: src/addons/backblaze.php:580
msgid "Failure: We could not successfully access or create such a bucket"
msgstr ""
#: src/addons/backblaze.php:118
msgid "Error: unable to set object lock for bucket: %s"
msgstr ""
#: src/addons/azure.php:691, src/addons/onedrive.php:1314,
#: src/methods/dreamobjects.php:187
msgid "For more detailed instructions, follow this link."
msgstr ""
#: src/addons/anonymisation.php:48, src/addons/anonymisation.php:71,
#: src/addons/anonymisation.php:101
msgid "Anonymize WooCommerce order data"
msgstr ""
#: src/updraftplus.php:226
msgid "Most likely, WordPress malfunctioned when copying the plugin files."
msgstr ""
#: src/updraftplus.php:226
msgid "You do not have UpdraftPlus completely installed - please de-install and install it again."
msgstr ""
#: src/updraftplus.php:97
msgid "Most likely, WordPress did not correctly unpack the plugin when installing it."
msgstr ""
#: src/updraftplus.php:97
msgid "The expected file %s is missing from your UpdraftPlus installation."
msgstr ""
#: src/restorer.php:3101
msgid "UpdraftPlus plugin slug:"
msgstr ""
#: src/restorer.php:2911
msgid "We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
msgstr ""
#: src/restorer.php:2911
msgid "Your database user does not have permission to create tables."
msgstr ""
#: src/restorer.php:2964
msgid "We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
msgstr ""
#: src/restorer.php:2964
msgid "Your database user does not have permission to drop tables."
msgstr ""
#: src/restorer.php:2762
msgid "If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
msgstr ""
#: src/restorer.php:2762
msgid "Timeouts are much more likely."
msgstr ""
#: src/restorer.php:2762
msgid "Warning: PHP safe_mode is active on your server."
msgstr ""
#: src/restorer.php:854
msgid "Check your file permissions."
msgstr ""
#: src/restorer.php:854
msgid "Could not move the files into place."
msgstr ""
#: src/restorer.php:853
msgid "Check your wp-content/upgrade folder."
msgstr ""
#: src/restorer.php:853
msgid "Could not move new files into place."
msgstr ""
#: src/restorer.php:841
msgid "It must be restored manually."
msgstr ""
#: src/restorer.php:841
msgid "UpdraftPlus is not able to directly restore this kind of entity."
msgstr ""
#: src/restorer.php:508
msgid "If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
msgstr ""
#: src/restorer.php:508
msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation."
msgstr ""
#: src/class-updraftplus.php:6318
msgid "Future releases of UpdraftPlus will require a more recent PHP version to use these features; we recommend that you speak to your web hosting company about updating to version %s or higher."
msgstr ""
#: src/class-updraftplus.php:6318
msgid "Your site is running on PHP version %s and has feature(s) currently enabled (%s) which are deprecated upon this PHP version."
msgstr ""
#: src/class-updraftplus.php:5511
msgid "UpdraftPlus was unable to find any tables when scanning the database backup; it maybe corrupt."
msgstr ""
#: src/class-updraftplus.php:5525
msgid "Deselect All"
msgstr ""
#: src/class-updraftplus.php:5525
msgid "Select All"
msgstr ""
#: src/class-updraftplus.php:5520
msgid "The amount of database tables scanned is near or over the php_max_input_vars value so some tables maybe truncated."
msgstr ""
#: src/class-updraftplus.php:5519, src/class-updraftplus.php:5520
msgid "This option will ensure all tables not found will be backed up."
msgstr ""
#: src/class-updraftplus.php:5519
msgid "The database scan was taking too long and consequently the list of all tables in the database could not be completed."
msgstr ""
#: src/class-updraftplus.php:5476
msgid "This database backup has the following non-core WordPress database tables excluded: %s"
msgstr ""
#: src/class-updraftplus.php:5154
msgid "This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
msgstr ""
#: src/class-updraftplus.php:5154
msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s)."
msgstr ""
#: src/class-updraftplus.php:5191, src/class-updraftplus.php:5173
msgid "You need the Migrator add-on in order to make this work."
msgstr ""
#: src/class-updraftplus.php:5191, src/class-updraftplus.php:5173
msgid "This backup set is from a different site (%s) - this is not a restoration, but a migration."
msgstr ""
#: src/class-updraftplus.php:5201
msgid "There are no guarantees that WordPress can handle this."
msgstr ""
#: src/class-updraftplus.php:5201
msgid "You are importing from a newer version of WordPress (%s) into an older one (%s)."
msgstr ""
#: src/class-updraftplus.php:5236
msgid "Only the first site of the network will be accessible."
msgstr ""
#: src/class-updraftplus.php:5236
msgid "Your backup is of a WordPress multisite install; but this site is not."
msgstr ""
#: src/class-updraftplus.php:5061, src/restorer.php:1179,
#: src/includes/class-updraftplus-encryption.php:354
msgid "The most likely cause is that you used the wrong key."
msgstr ""
#: src/class-updraftplus.php:5049, src/restorer.php:1166,
#: src/includes/class-updraftplus-encryption.php:336
msgid "The database file is encrypted, but you have no encryption key entered."
msgstr ""
#: src/class-updraftplus.php:5051
msgid "The database file is encrypted."
msgstr ""
#: src/class-updraftplus.php:5051, src/class-updraftplus.php:5049,
#: src/class-updraftplus.php:5061, src/restorer.php:1166,
#: src/restorer.php:1179, src/includes/class-updraftplus-encryption.php:354,
#: src/includes/class-updraftplus-encryption.php:336
msgid "Decryption failed."
msgstr ""
#: src/class-updraftplus.php:4549
msgid "Backup probably failed."
msgstr ""
#: src/class-updraftplus.php:4549
msgid "Could not save backup history because we have no backup array."
msgstr ""
#: src/class-updraftplus.php:3812
msgid "Warnings encountered (note: this is for information; the backup has completed successfully)"
msgstr ""
#: src/class-updraftplus.php:3667
msgid "The backup succeeded and is now complete"
msgstr ""
#: src/class-updraftplus.php:3313
msgid "Please check the backup directory and ensure it is writable so that backups may continue."
msgstr ""
#: src/class-updraftplus.php:3313
msgid "UpdraftPlus is unable to perform backups as your backup directory is not writable or the disk space is full."
msgstr ""
#: src/class-updraftplus.php:3312
msgid "Backup aborted - check your UpdraftPlus settings."
msgstr ""
#: src/class-updraftplus.php:3312
msgid "Could not create files in the backup directory."
msgstr ""
#: src/class-updraftplus.php:2091
msgid "Theme"
msgstr ""
#: src/class-updraftplus.php:2090
msgid "Plugin"
msgstr ""
#: src/class-updraftplus.php:698
msgid "Check back in a minute."
msgstr ""
#: src/class-updraftplus.php:698
msgid "Briefly unavailable for scheduled maintenance."
msgstr ""
#: src/class-updraftplus.php:245
msgid "So, go to the \"Plugins\" page, de-activate and de-install UpdraftPlus, and then try again."
msgstr ""
#: src/class-updraftplus.php:245
msgid "That is safe - all your settings and backups will be retained."
msgstr ""
#: src/class-updraftplus.php:245
msgid "WordPress will only allow you to install your new version after first de-installing the existing one."
msgstr ""
#: src/class-updraftplus.php:245
msgid "A version of UpdraftPlus is already installed."
msgstr ""
#: src/backup.php:4387
msgid "your web hosting account is full; please see: %s"
msgstr ""
#: src/backup.php:3163
msgid "Possible causes include that the link points to an invalid or inaccessible location."
msgstr ""
#: src/backup.php:3163
msgid "%s: unfollowable link - could not be followed to back up (readlink=%s)."
msgstr ""
#: src/backup.php:2051
msgid "To be able to backup the routines, you must be the user named as the routine DEFINER(s), have the SHOW_ROUTINE privilege (for MySQL 8.0.20+ users), have the SELECT privilege at the global level, or have the CREATE ROUTINE, ALTER ROUTINE, or EXECUTE privilege granted at a scope that includes the routines."
msgstr ""
#: src/backup.php:2051
msgid "Your WordPress database user doesn't have sufficient privileges to read these stored routines."
msgstr ""
#: src/backup.php:2051
msgid "Dumping routines: "
msgstr ""
#: src/backup.php:1901, src/backup.php:1899
msgid "The database backup has failed"
msgstr ""
#: src/backup.php:365
msgid "Consult the log file for more information."
msgstr ""
#: src/backup.php:365
msgid "Could not create %s zip."
msgstr ""
#: src/admin.php:6360
msgid "Thus, we recommend you choose a full backup when performing a manual backup and to use that option when creating a scheduled backup."
msgstr ""
#: src/admin.php:6360
msgid "%s permits UpdraftPlus to perform only one backup per month."
msgstr ""
#: src/admin.php:5672
msgid "Please refresh the settings page and try again"
msgstr ""
#: src/admin.php:5672
msgid "Your settings failed to save."
msgstr ""
#: src/admin.php:5631
msgid "Please reload the settings page before trying to save settings."
msgstr ""
#: src/admin.php:5631
msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded."
msgstr ""
#: src/admin.php:5244
msgid "Timestamp:"
msgstr ""
#: src/admin.php:5163,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:98
msgid "Restoration"
msgstr ""
#: src/admin.php:5162,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:97
msgid "Verifications"
msgstr ""
#: src/admin.php:5135
msgid "Do not close this page until it reports itself as having finished."
msgstr ""
#: src/admin.php:5135
msgid "The restore operation has begun (%s)."
msgstr ""
#: src/admin.php:4417, src/addons/azure.php:689,
#: src/methods/dreamobjects.php:182, src/methods/s3.php:926,
#: src/methods/s3.php:1080, src/methods/s3generic.php:192,
#: src/methods/updraftvault.php:477
msgid "Please contact your web hosting provider's support and ask for them to enable it."
msgstr ""
#: src/admin.php:4417, src/addons/azure.php:689
msgid "Your web server's PHP installation does not included a required (for %s) module (%s)."
msgstr ""
#: src/admin.php:4424
msgid "Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
msgstr ""
#: src/admin.php:4424
msgid "Communications with %s will be unencrypted."
msgstr ""
#: src/admin.php:4426, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:930,
#: src/methods/s3.php:1081, src/methods/s3generic.php:193
msgid "Please do not file any support requests; there is no alternative."
msgstr ""
#: src/admin.php:4426
msgid "%s requires Curl+https."
msgstr ""
#: src/admin.php:4426, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:930,
#: src/methods/s3.php:1081, src/methods/s3generic.php:193
msgid "Please contact your web hosting provider's support."
msgstr ""
#: src/admin.php:4426
msgid "We cannot access %s without this support."
msgstr ""
#: src/admin.php:4426, src/admin.php:4424
msgid "Your web server's PHP/Curl installation does not support https access."
msgstr ""
#: src/admin.php:4429
msgid "If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
msgstr ""
#: src/admin.php:4429
msgid "Good news: Your site's communications with %s can be encrypted."
msgstr ""
#: src/admin.php:4333, src/addons/morefiles.php:371
msgid "For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
msgstr ""
#: src/admin.php:4364
msgid "none present"
msgstr ""
#: src/admin.php:4043
msgid "You should check with your hosting provider that this will not cause any problems"
msgstr ""
#: src/admin.php:4043
msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it."
msgstr ""
#: src/admin.php:3891
msgid "Old folders successfully removed."
msgstr ""
#: src/admin.php:3893
msgid "You may want to do this manually."
msgstr ""
#: src/admin.php:3893
msgid "Old folder removal failed for some reason."
msgstr ""
#: src/admin.php:3888
msgid "Remove old folders"
msgstr ""
#: src/admin.php:3878
msgid "Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
msgstr ""
#: src/admin.php:3878
msgid "Note: the progress bar below is based on stages, NOT time."
msgstr ""
#: src/admin.php:3602
msgid "Delete old folders"
msgstr ""
#: src/admin.php:3596
msgid "You should press this button to delete them as soon as you have verified that the restoration worked."
msgstr ""
#: src/admin.php:3596
msgid "Your WordPress install has old folders from its state before you restored/migrated (technical information: these are suffixed with -old)."
msgstr ""
#: src/admin.php:3050
msgid "This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
msgstr ""
#: src/admin.php:3050
msgid "UpdraftPlus attempted to raise it but was unsuccessful."
msgstr ""
#: src/admin.php:3050
msgid "Your PHP memory limit (set by your web hosting company) is very low."
msgstr ""
#: src/admin.php:2993
msgid "You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
msgstr ""
#: src/admin.php:2993
msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this."
msgstr ""
#: src/admin.php:2889
msgid "We really appreciate your support!"
msgstr ""
#: src/admin.php:2889
msgid "Enjoyed %s? Please leave us a %s rating on %s or %s"
msgstr ""
#: src/admin.php:2751
msgid "Perhaps you need to install an add-on?"
msgstr ""
#: src/admin.php:2751
msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s."
msgstr ""
#: src/admin.php:2465
msgid "Aborting this backup."
msgstr ""
#: src/admin.php:2458, src/includes/class-commands.php:992
msgid "OK."
msgstr ""
#: src/admin.php:1674
msgid "Therefore, please download the attachment from the original backup email and upload it using the \"Upload backup files\" facility in the \"Existing Backups\" tab."
msgstr ""
#: src/admin.php:1674
msgid "The email protocol does not allow a remote backup to be retrieved from an email that has been sent."
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "For more information, please see: %s"
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "You will need to migrate to the Global endpoint in your UpdraftPlus settings."
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "Due to the shutdown of the %1$s endpoint, support for %1$s will be ending soon."
msgstr ""
#: src/admin.php:1484
msgid "However, we were not able to register this site with %1$s, as there are no available %1$s licences on the account."
msgstr ""
#: src/admin.php:1484
msgid "Connection to your %s account was successful."
msgstr ""
#: src/admin.php:1477
msgid "You will need to switch to a different end-point and migrate your data before that date."
msgstr ""
#: src/admin.php:1477
msgid "The %s endpoint is scheduled to shut down on the 1st October 2018."
msgstr ""
#: src/admin.php:1456
msgid "Go here to complete your settings for %s."
msgstr ""
#: src/admin.php:1429
msgid "Unless this is a development site, this means that the scheduler in your WordPress install is not working properly."
msgstr ""
#: src/admin.php:1429
msgid "WordPress has a number (%d) of scheduled tasks which are overdue."
msgstr ""
#: src/admin.php:1402
msgid "Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
msgstr ""
#: src/admin.php:1402
msgid "You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed."
msgstr ""
#: src/admin.php:1402
msgid "UpdraftPlus's debug mode is on."
msgstr ""
#: src/admin.php:1398
msgid "To get faster backups, ask your web hosting provider how to turn on the PHP zip module on your hosting."
msgstr ""
#: src/admin.php:1398
msgid "Consequently, UpdraftPlus will use a built-in zip module (PclZip); this is significantly slower."
msgstr ""
#: src/admin.php:1398
msgid "Neither the PHP zip module nor a zip executable are available on your webserver."
msgstr ""
#: src/admin.php:1390
msgid "It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
msgstr ""
#: src/admin.php:1390
msgid "UpdraftPlus does not officially support versions of WordPress before %s."
msgstr ""
#: src/admin.php:1386
msgid "Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
msgstr ""
#: src/admin.php:1386
msgid "UpdraftPlus could well run out of space."
msgstr ""
#: src/admin.php:1386
msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups."
msgstr ""
#: src/admin.php:1380
msgid "No backups can run (even "Backup Now") unless either you have set up a facility to call the scheduler manually, or until it is enabled."
msgstr ""
#: src/admin.php:1380
msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting."
msgstr ""
#: src/admin.php:1161
msgid "Therefore, please reload the page."
msgstr ""
#: src/admin.php:1160
msgid "This is usually caused by your dashboard page having been open a long time, and the included security tokens having since expired."
msgstr ""
#: src/admin.php:1158
msgid "Searching for backups..."
msgstr ""
#: src/admin.php:1157
msgid "Send a new backup"
msgstr ""
#: src/admin.php:1156
msgid "Send existing backup"
msgstr ""
#: src/admin.php:1154
msgid "You can send an existing local backup to the remote site or create a new backup"
msgstr ""
#: src/admin.php:1153
msgid "See the browser console log for more information."
msgstr ""
#: src/admin.php:1153
msgid "If you proceed with the restoration then some of the restore options will be lost and you may get unexpected results."
msgstr ""
#: src/admin.php:1109
msgid "This could mean that your .htaccess file has incorrect contents, is missing, or that your webserver is missing an equivalent mechanism."
msgstr ""
#: src/admin.php:1109
msgid "Attempts by the browser to access some pages have returned a \"not found (404)\" error."
msgstr ""
#: src/admin.php:1094
msgid "No UpdraftCentral licences were available."
msgstr ""
#: src/admin.php:1087
msgid "You may have a security module on your webserver blocking the restoration operation."
msgstr ""
#: src/admin.php:1087
msgid "HTML was detected in the response."
msgstr ""
#: src/admin.php:1072
msgid "Once the clone has finished deploying it, you will receive an email."
msgstr ""
#: src/admin.php:1072
msgid "The clone has been provisioned, and its data has been sent to it."
msgstr ""
#: src/admin.php:1071
msgid "This may fail if you have components that are incompatible with earlier versions."
msgstr ""
#: src/admin.php:1071
msgid "Warning: you have selected a lower version than your currently installed version."
msgstr ""
#: src/admin.php:1056
msgid "Adding site to UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1056
msgid "Key created."
msgstr ""
#: src/admin.php:1055
msgid "Requesting UpdraftCentral Key."
msgstr ""
#: src/admin.php:1055
msgid "Connected."
msgstr ""
#: src/admin.php:1037
msgid "It would be best to download the zip to your computer."
msgstr ""
#: src/admin.php:1037
msgid "This could be caused by a timeout."
msgstr ""
#: src/admin.php:1037
msgid "Unable to download file."
msgstr ""
#: src/admin.php:1033
msgid "Please check the following:"
msgstr ""
#: src/admin.php:1033
msgid "The file failed to upload."
msgstr ""
#: src/admin.php:1020
msgid "Please choose a valid UpdraftPlus export file."
msgstr ""
#: src/admin.php:1020
msgid "Error: The chosen file is corrupt."
msgstr ""
#: src/admin.php:967
msgid "Please select at least one, and then try again."
msgstr ""
#: src/admin.php:967
msgid "You did not select any components to restore."
msgstr ""
#: src/admin.php:950, src/admin.php:951
msgid "This file is not an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
msgstr ""
#: src/admin.php:940
msgid "File size"
msgstr ""
#: src/admin.php:921
msgid "Do not close your browser until it reports itself as having finished."
msgstr ""
#: src/admin.php:921
msgid "The restore operation has begun."
msgstr ""
#: src/admin.php:3742
msgid "file %d of %d"
msgstr ""
#: src/addons/googlecloud.php:626
msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Cloud."
msgstr ""
#: src/addons/googlecloud.php:1319, src/addons/googlecloud.php:1372,
#: src/methods/googledrive.php:1507, src/methods/googledrive.php:1684
msgid "Sign in with %s"
msgstr ""
#: src/admin.php:3822
msgid "(after %ss)"
msgstr ""
#: src/admin.php:3822
msgid "next resumption: %d"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:113
msgid "Install debugging plugins:"
msgstr ""
#: src/restorer.php:3095
msgid "Old ABSPATH:"
msgstr ""
#: src/udaddons/options.php:112
msgid "An update is available for UpdraftPlus - please connect here to gain access to it."
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:17
msgid "already uploaded"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:99
msgid "Please check out UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:115
msgid "Anonymise personal data in your database backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:113,
#: src/templates/wp-admin/settings/tab-addons.php:114
msgid "Anonymisation functions"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:281
msgid "For more reporting features, use the Premium version"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:277
msgid "Your email backup and a report will be sent to"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:148
msgid "See also the Premium version from our shop."
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:93
msgid "Add exclusion rule"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:89
msgid "at the end of their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:88
msgid "anywhere in their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:87
msgid "at the beginning of their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:85
msgid "these characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:83
msgid "All files/directories containing "
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:76
msgid "Select the folder in which the files or sub-directories you would like to exclude are located"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:71
msgid "All files/directories containing the given characters in their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:18
msgid "Files/Directories containing the given characters in their names"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:25
msgid "Never"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:22
msgid "Maybe later"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:18
msgid "Ok, you deserve it"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:69
msgid "Current SQL mode:"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:42
msgid "UpdraftClone image:"
msgstr ""
#: src/options.php:229
msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium."
msgstr ""
#: src/methods/s3generic.php:206
msgid "Virtual-host style"
msgstr ""
#: src/methods/s3generic.php:205
msgid "Path style"
msgstr ""
#: src/methods/s3generic.php:203
msgid "Read more about bucket access style"
msgstr ""
#: src/methods/s3generic.php:202
msgid "Bucket access style"
msgstr ""
#: src/methods/s3.php:1397
msgid "Failure: No endpoint details were given."
msgstr ""
#: src/methods/ftp.php:120
msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available in the Premium version."
msgstr ""
#: src/methods/email.php:111
msgid "For more options, use Premium"
msgstr ""
#: src/methods/dropbox.php:604
msgid "If you backup several sites into the same Dropbox and want to organize with sub-folders, then %scheck out Premium%s"
msgstr ""
#: src/methods/backup-module.php:745
msgid "Complete manual authentication"
msgstr ""
#: src/methods/backup-module.php:743
msgid "%s authentication code:"
msgstr ""
#: src/methods/backup-module.php:742
msgid "To complete manual authentication, at the orange UpdraftPlus authentication screen select the \"Having problems authenticating?\" link, then copy and paste the code given here."
msgstr ""
#: src/methods/backup-module.php:741
msgid "If you are having problems authenticating with %s you can manually authorize here."
msgstr ""
#: src/methods/backup-module.php:740
msgid "%s authentication:"
msgstr ""
#: src/includes/updraftplus-notices.php:274
msgid "The UpdraftPlus Plugin Collection Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:200
msgid "The WordPress subscription extension for WooCommerce store owners."
msgstr ""
#: src/includes/updraftplus-notices.php:199
msgid "by"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Team Updraft"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Thank you so much!"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:52
msgid "Warning: You have no clone tokens remaining and either no subscriptions or no subscription that will renew before the clone expiry date."
msgstr ""
#: src/includes/class-remote-send.php:728
msgid "The list of existing sites has been removed"
msgstr ""
#: src/includes/class-remote-send.php:724
msgid "There was an error while trying to remove the list of existing sites."
msgstr ""
#: src/includes/class-remote-send.php:672
msgid "Clear list of existing sites"
msgstr ""
#: src/includes/class-commands.php:806
msgid "Missing instance id:"
msgstr ""
#: src/includes/class-commands.php:795
msgid "Missing authentication data:"
msgstr ""
#: src/includes/class-commands.php:766
msgid "Manual authentication is not available for this remote storage method"
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "Or, if they are in remote storage, you can connect that remote storage (in the \"Settings\" tab), save your settings, and use the \"Rescan remote storage\" link."
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "If you have an existing backup that you wish to upload and restore from, then please use the \"Upload backup files\" link above."
msgstr ""
#: src/class-updraftplus.php:5522
msgid "Include all tables not listed below"
msgstr ""
#: src/class-updraftplus.php:5506
msgid "Therefore, affected tables on the current site which already exist will not be replaced by default, to avoid corrupting them (you can review this in the list of tables below)."
msgstr ""
#: src/class-updraftplus.php:5504
msgid "Therefore it is advised that you take a fresh backup on the source site, using a later version."
msgstr ""
#: src/class-updraftplus.php:5506, src/class-updraftplus.php:5504
msgid "This backup was created on a previous UpdraftPlus version (%s) which did not correctly backup tables with composite primary keys (such as the term_relationships table, which records tags and product attributes)."
msgstr ""
#: src/class-updraftplus.php:5456
msgid "This backup is of a site with an empty table prefix, which WordPress does not officially support; the results may be unreliable."
msgstr ""
#: src/class-updraftplus.php:4033
msgid "View log"
msgstr ""
#: src/class-updraftplus.php:4027
msgid "You can view the log by pressing the 'View log' button."
msgstr ""
#: src/class-updraftplus.php:3986
msgid "UpdraftPlus on %s"
msgstr ""
#: src/class-updraftplus.php:3294
msgid " Your hosting provider only allows you to take one incremental backup per day."
msgstr ""
#: src/backup.php:4042
msgid "two unsuccessful attempts were made to include it, and it will now be omitted from the backup"
msgstr ""
#: src/backup.php:4038
msgid "a second attempt is being made (upon further failure it will be skipped)"
msgstr ""
#: src/backup.php:1850
msgid "Failed to backup database table:"
msgstr ""
#: src/backup.php:1695
msgid "Failed to open directory for reading:"
msgstr ""
#: src/admin.php:6378
msgid "The download link is broken or the backup file is no longer available"
msgstr ""
#: src/admin.php:6376
msgid "The download link is broken, you may have clicked the link from untrusted source"
msgstr ""
#: src/admin.php:6361
msgid "Due to the restriction, some settings can be automatically adjusted, disabled or not available."
msgstr ""
#: src/admin.php:6359
msgid "Your website is hosted with %s (%s)."
msgstr ""
#: src/admin.php:6293
msgid "The following remote storage (%s) have only been partially configured, if you are having problems you can try to manually authorise at the UpdraftPlus settings page."
msgstr ""
#: src/admin.php:6287
msgid "The following remote storage (%s) have only been partially configured, manual authorization is not supported with this remote storage, please try again and if the problem persists contact support."
msgstr ""
#: src/admin.php:6151
msgid "more info"
msgstr ""
#: src/admin.php:5537
msgid "The following remote storage options are configured."
msgstr ""
#: src/admin.php:5534
msgid "No remote storage locations with valid options found."
msgstr ""
#: src/admin.php:5123
msgid "This may prevent the restore procedure from being able to proceed."
msgstr ""
#: src/admin.php:4330
msgid "(the asterisk character matches zero or more characters)"
msgstr ""
#: src/admin.php:1491, src/admin.php:1498
msgid "UpdraftPlus notice"
msgstr ""
#: src/admin.php:1299
msgid "Premium / Pro Support"
msgstr ""
#: src/admin.php:1153
msgid "The number of restore options that will be sent exceeds the configured maximum in your PHP configuration (max_input_vars)."
msgstr ""
#: src/admin.php:1148
msgid "is not"
msgstr ""
#: src/admin.php:1144
msgid "is"
msgstr ""
#: src/admin.php:1138
msgid "Day of the month"
msgstr ""
#: src/admin.php:1134
msgid "Day of the week"
msgstr ""
#: src/admin.php:1128
msgid "if all of the following conditions are matched:"
msgstr ""
#: src/admin.php:1124
msgid "if any of the following conditions are matched:"
msgstr ""
#: src/admin.php:1120
msgid "on every backup"
msgstr ""
#: src/admin.php:1114
msgid "Your hosting provider only allows you to take one incremental backup per day."
msgstr ""
#: src/admin.php:1114, src/class-updraftplus.php:3294
msgid "You have reached the daily limit for the number of incremental backups you can create at this time."
msgstr ""
#: src/admin.php:1113, src/admin.php:1114, src/class-updraftplus.php:3297,
#: src/class-updraftplus.php:3294
msgid "Please contact your hosting company (%s) if you require further support."
msgstr ""
#: src/admin.php:1113, src/class-updraftplus.php:3297
msgid "Your hosting provider only allows you to take one backup per month."
msgstr ""
#: src/admin.php:1113, src/class-updraftplus.php:3297
msgid "You have reached the monthly limit for the number of backups you can create at this time."
msgstr ""
#: src/admin.php:1102
msgid "Restoring stored routine: %s"
msgstr ""
#: src/admin.php:1082
msgid "Please enter part of the file name"
msgstr ""
#: src/admin.php:1013
msgid "Loading..."
msgstr ""
#: src/admin.php:969
msgid "Exit full-screen"
msgstr ""
#: src/admin.php:968, src/admin.php:5155
msgid "Full-screen"
msgstr ""
#: src/admin.php:920
msgid "You have chosen to send this backup to remote storage, but no remote storage locations have been selected"
msgstr ""
#: src/addons/wp-cli.php:1085
msgid "You successfully logged in to UpdraftPlus.Com and connected this plugin with your account"
msgstr ""
#: src/addons/wp-cli.php:1070
msgid "Please wait while connecting to UpdraftPlus.com ..."
msgstr ""
#: src/addons/wp-cli.php:1065
msgid "The attempt to open and read contents from the password file failed; please make sure the file is readable and is not being exclusively locked by another process"
msgstr ""
#: src/addons/wp-cli.php:1062
msgid "The password file you specified doesn't exist; please check the --password-file parameter."
msgstr ""
#: src/addons/wp-cli.php:1059
msgid "The email address provided appears to be invalid, please double-check your email address again and try again."
msgstr ""
#: src/addons/wp-cli.php:654
msgid "Failed to search and replace"
msgstr ""
#: src/addons/wp-cli.php:652
msgid "Search and replace successful"
msgstr ""
#: src/addons/wp-cli.php:650
msgid "Failed to search and replace:"
msgstr ""
#: src/addons/wp-cli.php:599
msgid "Failed to create UpdraftCentral key"
msgstr ""
#: src/addons/wp-cli.php:596
msgid "UpdraftCentral key created:"
msgstr ""
#: src/addons/s3-enhanced.php:439
msgid "China (Ningxia) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:437
msgid "Asia Pacific (Hong Kong)"
msgstr ""
#: src/addons/s3-enhanced.php:436
msgid "Asia Pacific (Osaka-Local) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:430
msgid "Africa (Cape Town)"
msgstr ""
#: src/addons/s3-enhanced.php:427
msgid "Europe (Milan)"
msgstr ""
#: src/addons/s3-enhanced.php:417
msgid "US East (N. Virginia) (default)"
msgstr ""
#: src/admin.php:911, src/addons/reporting.php:549
msgid "When email storage method is enabled, and an email address is entered, also send the backup"
msgstr ""
#: src/addons/reporting.php:462
msgid "Send reports"
msgstr ""
#: src/addons/morestorage.php:105
msgid "Send scheduled backups to this destination:"
msgstr ""
#: src/addons/moredatabase.php:461, src/addons/morefiles.php:902
msgid "Deselect all"
msgstr ""
#: src/addons/moredatabase.php:460
msgid "Select all (this site)"
msgstr ""
#: src/addons/googlecloud.php:1146
msgid "The specified bucket was not found."
msgstr ""
#: src/addons/anonymisation.php:44, src/addons/anonymisation.php:68,
#: src/addons/anonymisation.php:96,
#: src/templates/wp-admin/notices/horizontal-notice.php:70
msgid "Learn more"
msgstr ""
#: src/addons/anonymisation.php:44, src/addons/anonymisation.php:68,
#: src/addons/anonymisation.php:96
msgid "Anonymize personal data for all users except staff"
msgstr ""
#: src/addons/anonymisation.php:42, src/addons/anonymisation.php:66,
#: src/addons/anonymisation.php:91
msgid "Anonymize personal data for all users except the logged-in user"
msgstr ""
#: src/addons/anonymisation.php:39, src/addons/anonymisation.php:64
msgid "N.B. Anonymized information cannot be recovered; the original non-anonymized data will be absent from the backup."
msgstr ""
#: src/addons/anonymisation.php:39, src/addons/anonymisation.php:64
msgid "These options can anonymize personal data in your database backup."
msgstr ""
#: src/udaddons/options.php:543
msgid "Buy %s"
msgstr ""
#: src/udaddons/options.php:542
msgid "Get %s from the UpdraftPlus.com Store"
msgstr ""
#: src/udaddons/options.php:295
msgid "Go to your UpdraftCentral Cloud dashboard"
msgstr ""
#: src/udaddons/options.php:294
msgid "You successfully logged in to UpdraftPlus and connected this site to UpdraftCentral Cloud."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:90
msgid "Perform a backup"
msgstr "یک پشتیبان تهیه کنید"
#: src/templates/wp-admin/settings/tab-addons.php:324
msgid "More great plugins by the Updraft Team"
msgstr "پلاگین های عالی بیشتر توسط تیم Updraft "
#: src/templates/wp-admin/settings/tab-addons.php:128
msgid "Allows you to only backup changes to your files (such as a new image) that have been made to your site since the last backup."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:126,
#: src/templates/wp-admin/settings/tab-addons.php:127
msgid "Incremental backups"
msgstr "پشتیبانهای تدریجی"
#: src/templates/wp-admin/settings/tab-addons.php:57
msgid "Follow this link to the installation instructions (particularly step 1)."
msgstr "برای دریافت دستورالعملهای نصب (به ویژه مرحله 1) این لینک را دنبال کنید."
#: src/templates/wp-admin/settings/tab-addons.php:56
msgid "You successfully purchased UpdraftPremium."
msgstr "شما با موفقیت اکانت ویژه Updraft را خریداری نمودید. "
#: src/templates/wp-admin/settings/tab-addons.php:39
msgid "Goes to updraftplus.com checkout page"
msgstr "به صفحه پرداخت updraftplus.com میرود"
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Goes to the updraftplus.com checkout page"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Get %s here"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "The higher the value, the more server resources are required to create the archive."
msgstr "مقدار بالاتر منابع سرور برای ساختن بایگانی، مورد نیاز می باشد."
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "to take incremental backups"
msgstr "جهت گرفتن پشتیبان های افزایشی"
#: src/templates/wp-admin/settings/form-contents.php:76
msgid "Retain this many scheduled database backups"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:42
msgid "Retain this many scheduled file backups"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:18
msgid "Add an exclusion rule for %s"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:170
msgid "Use ctrl / cmd + press to select several items, or ctrl / cmd + shift + press to select all in between"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:169
msgid "Deselect all backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:168
msgid "Select all backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:167
msgid "Delete selected backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:158
msgid "Show all backups..."
msgstr "نمایش همه نسخههای پشتیبان..."
#: src/templates/wp-admin/settings/existing-backups-table.php:158
msgid "Show more backups..."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:63
msgid "Choose the components to restore:"
msgstr "اجزاء را برای بازگردانی انتخاب کنید:"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:30
msgid "Restore files from"
msgstr "بازگردانی فایلها از"
#: src/templates/wp-admin/settings/backupnow-modal.php:20,
#: src/templates/wp-admin/settings/backupnow-modal.php:67
msgid "Find out more about incremental backups here."
msgstr "اطلاعات بیشتری در مورد \"پشتیبانگیریهای تدریجی\" را در اینجا کسب کنید."
#: src/templates/wp-admin/settings/backupnow-modal.php:17
msgid "Incremental backups are a feature of %s (upgrade by following this link)."
msgstr "پیشتیبان های افزایشی یکی از ویژگی های %s هستند (جهت ارتقا اکانت خود این پیوند را دنبال کنید)."
#: src/templates/wp-admin/settings/backupnow-modal.php:13
msgid "Take an incremental backup"
msgstr "یک پشتیبان تدریجی تهیه کنید"
#: src/templates/wp-admin/settings/backupnow-modal.php:12
msgid "Take a new backup"
msgstr "یک پشتیبان جدید تهیه کنید"
#: src/restorer.php:4008
msgid "The Database connection has been closed and cannot be reopened."
msgstr ""
#: src/restorer.php:3661
msgid "Skipping table %s: already restored on a prior run; next table to restore: %s"
msgstr ""
#: src/restorer.php:3658
msgid "Skipping table %s: user has chosen not to restore this table"
msgstr ""
#: src/restorer.php:2557
msgid "Found and replaced existing table foreign key constraints as the table prefix has changed."
msgstr ""
#: src/restorer.php:2400
msgid "An error occurred while attempting to set a new value to the MySQL global log_bin_trust_function_creators variable %s"
msgstr ""
#: src/restorer.php:2393
msgid "An error occurred while attempting to retrieve the MySQL global log_bin_trust_function_creators variable %s"
msgstr ""
#: src/restorer.php:1255
msgid "The directory does not exist, and the attempt to create it failed"
msgstr "پوشه وجود ندارد، و تلاش برای ایجاد آن ناموفق بود"
#: src/restorer.php:852
msgid "Could not delete old path."
msgstr ""
#: src/methods/updraftvault.php:527
msgid "Follow this link for help"
msgstr ""
#: src/methods/updraftvault.php:522
msgid "Please enter your %s password"
msgstr ""
#: src/methods/updraftvault.php:520
msgid "Please enter your %s email address"
msgstr ""
#: src/methods/updraftvault.php:491
msgid "Start Subscription"
msgstr "شروع اشتراک"
#: src/methods/updraftvault.php:492, src/methods/updraftvault.php:493,
#: src/methods/updraftvault.php:494
msgid "Start %s Subscription"
msgstr ""
#: src/methods/updraftvault.php:495
msgid "Start Trial"
msgstr "شروع آزمایشی"
#: src/methods/updraftvault.php:496
msgid "Start %s Trial"
msgstr ""
#: src/methods/updraftvault.php:507, src/methods/updraftvault.php:508,
#: src/methods/updraftvault.php:509, src/methods/updraftvault.php:510
msgid "Start a %s UpdraftVault Subscription"
msgstr ""
#: src/methods/updraftvault.php:503
msgid "%s month %s trial"
msgstr "%s ماه %s نسخهآزمایشی"
#: src/methods/updraftvault.php:498
msgid "with the option of"
msgstr "همراه با تست"
#: src/methods/updraftvault.php:486
msgid "Read more about %s here."
msgstr ""
#: src/methods/updraftvault.php:483
msgid "Connect to your %s account"
msgstr ""
#: src/methods/updraftvault.php:482
msgid "Already got space?"
msgstr "آیا قبلا فضا گرفتهاید؟"
#: src/methods/updraftvault.php:480
msgid "Need to get space?"
msgstr "آیا به فضا نیاز دارید؟"
#: src/methods/s3.php:184, src/methods/s3.php:185, src/methods/s3.php:196,
#: src/methods/s3.php:197
msgid "Error: Failed to initialise"
msgstr "خطا: مقدار دهی اولیه انجام نشد"
#: src/methods/ftp.php:184
msgid "upload failed"
msgstr "بارگذاری انجام نشد"
#: src/methods/ftp.php:157, src/methods/ftp.php:325
msgid "login failure"
msgstr "عدم موفقیت در ورود"
#: src/methods/cloudfiles.php:228, src/methods/cloudfiles.php:229
msgid "error - failed to upload file"
msgstr "خطا - بارگذاری فایل انجام نشد"
#: src/methods/cloudfiles.php:221
msgid "error - failed to re-assemble chunks"
msgstr "خطا - اتصال مجدد تکهها انجام نشد"
#: src/methods/cloudfiles.php:113, src/methods/cloudfiles.php:358,
#: src/methods/cloudfiles.php:370
msgid "error - failed to create and access the container"
msgstr "خطا - ایجاد و دسترسی کانتینر انجام نشد"
#: src/methods/cloudfiles.php:105, src/methods/cloudfiles.php:109,
#: src/methods/cloudfiles.php:302, src/methods/cloudfiles.php:350,
#: src/methods/cloudfiles.php:354
msgid "authentication failed"
msgstr "احراز هویت انجام نشد"
#: src/includes/updraftplus-tour.php:189
msgid "Otherwise, you can try UpdraftVault for 1 month for only $1!"
msgstr "در غیر این صورت، شما فقط با 1 دلار میتوانید آپدرفتوالت را به مدت 1 ماه امتحان کنید!"
#: src/includes/updraftplus-tour.php:188
msgid "If you have a valid Premium license, you get 1GB of storage included."
msgstr "اگر مجوز معتبر نسخهی پریمیوم دارید، 1 گیگابایت فضای ذخیره نیز در آن قرار دارد."
#: src/includes/updraftplus-tour.php:135
msgid "Try UpdraftVault for 1 month for only $1!"
msgstr "آپدرفتوالت را فقط با 1 دلار به مدت 1 ماه امتحان کنید!"
#: src/includes/updraftplus-notices.php:189
msgid "manages all your WordPress sites at once from one place"
msgstr "همه سایت های وردپرس خود را به صورت فوری از یک مکان، مدیریت نمایید."
#: src/includes/updraftplus-notices.php:189
msgid "Many sites?"
msgstr "سایتهای زیادی؟"
#: src/includes/updraftplus-notices.php:188
msgid "handles updates automatically as you want them"
msgstr "به روزرسانی های خودکار را آنگونه که خودتان می خواهید، مدیریت نمایید"
#: src/includes/updraftplus-notices.php:188
msgid "Save time"
msgstr "ذخیره زمان"
#: src/includes/updraftplus-notices.php:187
msgid "backs up automatically when you update plugins, themes or core"
msgstr "زمانی که پلاگین ها، قالب ها یا هسته را به روزرسانی می کنید، به صورت خودکار پشتیبان تهیه کنید. "
#: src/includes/updraftplus-notices.php:187
msgid "Be safe"
msgstr "مراقب باشید"
#: src/includes/updraftplus-notices.php:186
msgid "Make updates easy with UpdraftPlus"
msgstr "با آپدرفتپلاس بروزرسانیها را آسان کنید"
#: src/includes/updraftplus-clone.php:107
msgid "Clone of %s"
msgstr "کپی گرفتن از %s"
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "%d token"
msgid_plural "%d tokens"
msgstr[0] ""
msgstr[1] ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:36
msgid "%s from now"
msgstr ""
#: src/includes/class-wpadmin-commands.php:217
msgid "This backup set contains incremental backups of your files; please select the time you wish to restore your files to"
msgstr ""
#: src/includes/class-filesystem-functions.php:558
msgid "Unzip progress: %d out of %d files"
msgstr ""
#: src/includes/class-database-utility.php:675
msgid "An error occurred while attempting to retrieve the routine SQL/DDL statement (%s %s)"
msgstr ""
#: src/includes/class-database-utility.php:663
msgid "An error occurred while attempting to retrieve routine status (%s %s)"
msgstr ""
#: src/includes/class-database-utility.php:595
msgid "An error occurred while attempting to check the support of stored routines creation (%s %s)"
msgstr ""
#: src/class-updraftplus.php:5514
msgid "If you do not want to restore all your database tables, then choose some to exclude here."
msgstr ""
#: src/class-updraftplus.php:5209
msgid "You should only proceed if you have checked and are confident (or willing to risk) that your plugins/themes/etc are compatible with the new %s version."
msgstr ""
#: src/class-updraftplus.php:5209
msgid "This is older than the server which you are now restoring onto (version %s)."
msgstr ""
#: src/class-updraftplus.php:3781
msgid "Incomplete"
msgstr "نا تمام"
#: src/class-updraftplus.php:2501
msgid "The backup is being aborted for a repeated failure to progress."
msgstr "به دلیل شکست های پشت سر هم در انجام فرآیند، گرفتن نسخه پشتیبان بی نتیجه ماند."
#: src/class-updraftplus.php:698
msgid "Under Maintenance"
msgstr "درحال تعمیر..."
#: src/admin.php:6304, src/admin.php:6302
msgid "You have requested saving to remote storage (%s), but without entering any settings for that storage."
msgstr "شما درخواست ذخیره کردن بر روی محل ذخیره سازی ریموت (%s) را داده اید، اما هیچ تنظیماتی را برای محل ذخیره سازی مورد نظر، وارد نکرده اید. "
#: src/admin.php:6151
msgid "Clone package"
msgstr ""
#: src/admin.php:6138
msgid "An empty WordPress install"
msgstr ""
#: src/admin.php:6137
msgid "This current site"
msgstr "این سایت فعلی"
#: src/admin.php:6135
msgid "Clone:"
msgstr "کلُون:"
#: src/admin.php:5161,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:96
msgid "Component selection"
msgstr ""
#: src/admin.php:5155
msgid "Activity log"
msgstr ""
#: src/admin.php:5148
msgid "Cleaning"
msgstr "درحال تمیز کردن"
#: src/admin.php:5139
msgid "Verifying"
msgstr ""
#: src/admin.php:5136
msgid "Restoration progress:"
msgstr "پیشرفت بازگردانی:"
#: src/admin.php:5126,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:30
msgid "UpdraftPlus Restoration"
msgstr "بازگردانی آپدرفتپلاس"
#: src/admin.php:4607
msgid "(%d archive(s) in set, total %s)."
msgstr "(بایگانی(های) %d در مجموعه، کل %s)."
#: src/admin.php:3429
msgid "Learn more about UpdraftCentral"
msgstr "درباره آپدرفتسنترال بیشتر بیاموزید"
#: src/admin.php:3429
msgid "Add this website to UpdraftCentral (remote, centralised control) - free for up to 5 sites."
msgstr "اضافه کردن این وبسایت به آپدرفتسنترال (کنترل متمرکز و از راه دور) - برای حداکثر 5 سایت رایگان است."
#: src/admin.php:2971, src/admin.php:3895, src/admin.php:5091,
#: src/admin.php:5080, src/admin.php:5068, src/admin.php:5334,
#: src/admin.php:6293, src/admin.php:6304
msgid "Return to UpdraftPlus configuration"
msgstr "بازگشت به پیکربندی آپدرفتپلاس"
#: src/admin.php:2465
msgid "No suitable backup set (that already contains a full backup of all the requested file component types) was found, to add increments to."
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "Service Unavailable"
msgstr ""
#: src/admin.php:1110
msgid "Please check the error log for more details"
msgstr ""
#: src/admin.php:1109
msgid "Missing pages:"
msgstr ""
#: src/admin.php:1108
msgid "Restore error:"
msgstr "خطای بازگردانی:"
#: src/admin.php:1107
msgid "Attempts by the browser to contact the website failed."
msgstr ""
#: src/admin.php:1106
msgid "Preparing backup files"
msgstr "آمادهسازی فایلهای پشتیبان"
#: src/admin.php:1105
msgid "Downloading backup files if needed"
msgstr "دانلود فایلهای پشتیبان در صورت لزوم"
#: src/admin.php:1104
msgid "Begun"
msgstr "شروع شده"
#: src/admin.php:1103, src/admin.php:5149
msgid "Finished"
msgstr "تمام شده"
#: src/admin.php:1100
msgid "Restoring %s1 files out of %s2"
msgstr ""
#: src/admin.php:1099
msgid "no recent activity; will offer resumption after: %d seconds"
msgstr ""
#: src/admin.php:1098
msgid "last activity: %d seconds ago"
msgstr "آخرین فعالیت: %d ثانیه قبل"
#: src/admin.php:1095
msgid "credentials"
msgstr "اعتبارنامه"
#: src/admin.php:1093
msgid "Try it - 1 month for $1!"
msgstr "امتحان کنید - 1 ماه با $1!"
#: src/admin.php:1089
msgid "Try UpdraftVault!"
msgstr "آپدرفتوالت را امتحان کنید!"
#: src/admin.php:1088
msgid "You have not selected a restore path for your chosen backups"
msgstr ""
#: src/admin.php:1086
msgid "File backup options"
msgstr "تنظیمات پشتیبانگیری از فایل"
#: src/admin.php:1063
msgid "Verifying one-time password..."
msgstr "در حال تعیین درستی رمز عبور قبلی..."
#: src/admin.php:1058
msgid "Login successful; reloading information."
msgstr "ورود موفقیت آمیز بود، درحال بارگذاری مجدد اطلاعات."
#: src/admin.php:938, src/admin.php:2294,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
#: src/templates/wp-admin/settings/tab-backups.php:21,
#: src/templates/wp-admin/settings/tab-backups.php:44
msgid "Existing backups"
msgstr "نسخه پشتیبان موجود"
#: src/admin.php:664
msgid "Dismiss notice"
msgstr "رد کردن اعلان"
#: src/admin.php:664
msgid "You can test running your site on a different PHP (or WordPress) version using UpdraftClone credits."
msgstr "با استفاده از اعتبارات آپدرفتکلُون میتوانید سایت در حال کار خود را بر روی نسخه دیگری از PHP (یا وردپرس) تست کنید."
#: src/admin.php:652
msgid "dismiss notice"
msgstr "رد کردن اعلان"
#: src/admin.php:652
msgid "go here to learn more"
msgstr "برای کسب اطلاعات بیشتر به اینجا بروید"
#: src/admin.php:652
msgid "You can test upgrading your site on an instant copy using UpdraftClone credits"
msgstr "با استفاده از اعتبارات آپدرفتکلُون میتوانید سایت در حال آپدیت خود را بر روی یک نسخه کپی فوری آزمایش کنید"
#: src/addons/wp-cli.php:1020
msgid "There are no incremental backup restore points available."
msgstr ""
#: src/addons/wp-cli.php:1015
msgid "Timestamp"
msgstr ""
#: src/addons/wp-cli.php:742
msgid "No valid components found, please select different components or a backup set with components that can be restored."
msgstr ""
#: src/addons/sftp.php:238, src/methods/cloudfiles.php:199,
#: src/methods/cloudfiles.php:157, src/methods/openstack-base.php:81
msgid "Error: Failed to upload"
msgstr "خطا: بارگذاری انجام نشد"
#: src/addons/s3-enhanced.php:429
msgid "Middle East (Bahrain)"
msgstr ""
#: src/addons/s3-enhanced.php:428
msgid "Europe (Stockholm)"
msgstr ""
#: src/addons/s3-enhanced.php:80
msgid "Read more about server-side encryption"
msgstr ""
#: src/addons/s3-enhanced.php:77
msgid "Intelligent Tiering"
msgstr ""
#: src/addons/morefiles.php:1010
msgid "Restore location found for:"
msgstr ""
#: src/addons/morefiles.php:1008
msgid "Restore location does not exist on the filesystem for:"
msgstr ""
#: src/addons/morefiles.php:836
msgid "Please select the more files backups that you wish to restore:"
msgstr ""
#: src/addons/moredatabase.php:267
msgid "If you enter a table prefix, then only tables that begin with this prefix will be backed up."
msgstr ""
#: src/addons/moredatabase.php:267, src/addons/moredatabase.php:267
msgid "Enter table prefix"
msgstr ""
#: src/addons/moredatabase.php:266
msgid "Enter database"
msgstr ""
#: src/addons/moredatabase.php:266
msgid "Enter database."
msgstr ""
#: src/addons/moredatabase.php:265
msgid "Enter password"
msgstr ""
#: src/addons/moredatabase.php:265
msgid "Enter password."
msgstr ""
#: src/addons/moredatabase.php:264
msgid "Enter username"
msgstr ""
#: src/addons/moredatabase.php:264
msgid "Enter username."
msgstr ""
#: src/addons/moredatabase.php:263
msgid "Enter host"
msgstr ""
#: src/addons/moredatabase.php:263
msgid "Enter host."
msgstr ""
#: src/addons/incremental.php:297
msgid "No incremental backup of your files is possible, as no suitable existing backup was found to add increments to."
msgstr ""
#: src/addons/incremental.php:295
msgid "N.B. No backup of your database will be taken in an incremental backup; if you want a database backup as well, then take that separately."
msgstr ""
#: src/addons/incremental.php:295
msgid "Files changed since the last backup will be added as a new increment in that backup set."
msgstr ""
#: src/addons/googlecloud.php:1315
msgid "Read more about bucket locations"
msgstr ""
#: src/addons/googlecloud.php:1311, src/addons/s3-enhanced.php:72
msgid "Read more about storage classes"
msgstr ""
#: src/addons/googlecloud.php:346, src/methods/googledrive.php:1459
msgid "download: failed: file not found"
msgstr "دانلود: انجام نشد: فایل یافت نشد"
#: src/addons/googlecloud.php:223, src/addons/googlecloud.php:228,
#: src/methods/cloudfiles.php:140, src/methods/googledrive.php:1287,
#: src/methods/googledrive.php:1293
msgid "Error: Failed to open local file"
msgstr "خطا: فایل محلی باز نشد"
#: src/addons/fixtime.php:570
msgid "Start time"
msgstr ""
#: src/addons/fixtime.php:552
msgid "Day to run backups"
msgstr ""
#: src/addons/fixtime.php:310
msgid "Add an additional file retention rule"
msgstr ""
#: src/addons/fixtime.php:305
msgid "Add an additional database retention rule"
msgstr ""
#: src/addons/backblaze.php:783
msgid "This is needed if, and only if, your application key was a bucket-specific application key (not a master key)"
msgstr ""
#: src/addons/backblaze.php:782
msgid "Bucket application key ID"
msgstr ""
#: src/addons/backblaze.php:778
msgid "Master Application Key ID"
msgstr ""
#: src/addons/backblaze.php:777
msgid "For help configuring %s, including screenshots, follow this link."
msgstr ""
#: src/addons/azure.php:706
msgid "Azure China"
msgstr ""
#: src/admin.php:6121
msgid "Clone region:"
msgstr "کپی گرفتن ناحیه: "
#: src/udaddons/updraftplus-addons.php:334,
#: src/udaddons/updraftplus-addons.php:348
msgid "go here"
msgstr ""
#: src/udaddons/updraftplus-addons.php:334,
#: src/udaddons/updraftplus-addons.php:348
msgid "If you have already renewed, then you need to allocate a licence to this site - %s"
msgstr ""
#: src/addons/onedrive.php:924
msgid "Authentication"
msgstr ""
#: src/admin.php:1051
msgid "You must select at least one remote storage destination to upload this backup set to."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:367
msgid "Read more about Easy Updates Manager"
msgstr "اطلاعات بیشتر درباره Easy Updates Manager را بخوانید"
#: src/templates/wp-admin/settings/temporary-clone.php:73
msgid "You can find out more about clone keys here."
msgstr "میتوانید اطلاعات بیشتری در مورد کلیدهای کلُون در اینجا بیابید."
#: src/templates/wp-admin/settings/temporary-clone.php:62
msgid "Or, use an UpdraftClone key"
msgstr "یا، از یک کلید آپدرفتکلُون استفاده کنید"
#: src/restorer.php:3350
msgid "Found SET NAMES %s, but changing to %s as suggested by WPDB::determine_charset()."
msgstr ""
#: src/admin.php:1084
msgid "UpdraftClone key is required."
msgstr ""
#: src/admin.php:1073
msgid "The preparation of the clone data has been aborted."
msgstr ""
#: src/addons/azure.php:705
msgid "Azure Government"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:367
msgid "Ask WordPress to automatically update UpdraftPlus when it finds an available update."
msgstr "از وردپرس درخواست کنید تا زمانی که به روز رسانی ای برای UpdraftPlus در دسترس باشد، به صورت خودکار به روزرسانی را انجام دهد. "
#: src/templates/wp-admin/settings/form-contents.php:366
msgid "Automatic updates"
msgstr "آپدیتهای خودکار"
#: src/restorer.php:2959, src/restorer.php:2908
msgid "Your database user does not have permission to drop tables"
msgstr "کاربر پایگاهداده شما اجازه حذف جدولها را ندارد"
#: src/admin.php:3418
msgid "Ask WordPress to update UpdraftPlus automatically when an update is available"
msgstr "از وردپرس بخواهید هنگام بروزرسانی، به طور خودکار آپدرفتپلاس را آپدیت کند (آپدیت خودکار توصیه نمیشود)"
#: src/addons/googlecloud.php:1289
msgid "You must add the following as the authorized redirect URI (under \"More Options\") when asked"
msgstr ""
#: src/addons/googlecloud.php:62
msgid "Frankfurt"
msgstr ""
#: src/addons/googlecloud.php:61
msgid "London"
msgstr ""
#: src/addons/googlecloud.php:60
msgid "Belgium"
msgstr ""
#: src/addons/googlecloud.php:59
msgid "Sydney"
msgstr ""
#: src/addons/googlecloud.php:58
msgid "Singapore"
msgstr ""
#: src/addons/googlecloud.php:57
msgid "Tokyo"
msgstr ""
#: src/addons/googlecloud.php:56
msgid "Taiwan"
msgstr ""
#: src/addons/googlecloud.php:55
msgid "Oregon"
msgstr ""
#: src/addons/googlecloud.php:54
msgid "North Virginia"
msgstr ""
#: src/addons/googlecloud.php:53
msgid "South Carolina"
msgstr ""
#: src/addons/googlecloud.php:52
msgid "Iowa"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Confirm change"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:18,
#: src/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php:3
msgid "Add an exclusion rule"
msgstr "یک قانون محرومیت اضافه کنید"
#: src/templates/wp-admin/settings/exclude-modal.php:62
msgid "Type a file prefix"
msgstr "یک پیشوند فایل تایپ کنید"
#: src/templates/wp-admin/settings/exclude-modal.php:59,
#: src/templates/wp-admin/settings/exclude-modal.php:61
msgid "All files beginning with these characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:50
msgid "Type an extension like zip"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:31
msgid "Select a file/folder which you would like to exclude"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:15
msgid "All files beginning with given characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:12,
#: src/templates/wp-admin/settings/exclude-modal.php:47,
#: src/templates/wp-admin/settings/exclude-modal.php:49
msgid "All files with this extension"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:9,
#: src/templates/wp-admin/settings/exclude-modal.php:25
msgid "File/directory"
msgstr "فایل/پوشه"
#: src/templates/wp-admin/settings/exclude-modal.php:6
msgid "Select a way to exclude files or directories from the backup"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:2
msgid "Exclude files/directories"
msgstr "مستثنیکردن فایلها/پوشهها"
#: src/includes/updraftclone/temporary-clone-status.php:420
msgid "To read FAQs/documentation about UpdraftClone, go here."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "your UpdraftPlus.com account"
msgstr "حساب کاربری UpdraftPlus.Com شما"
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "You can check the progress here or in %s"
msgstr "شما می توانید مقدار پیشرفت را اینجا یا در %s ، بررسی نمایید"
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "Your UpdraftClone is still setting up."
msgstr "UpdraftClone شما، هنوز در حال تنظیم شدن می باشد. "
#: src/includes/updraftclone/temporary-clone-status.php:376
msgid "%s archives remain"
msgstr "%s بایگانی باقی مانده است"
#: src/includes/updraftclone/temporary-clone-status.php:376
msgid "The site data has all been received, and its import has begun."
msgstr "همه داده های سایت دریافت شد، و وارد کردن آن شروع شده است. "
#: src/includes/updraftclone/temporary-clone-status.php:367
msgid "WordPress installed; now awaiting the site data to be sent."
msgstr "وردپرس نصب شد، حالا منتظر فرستادن داده های سایت هستیم تا فرستاده شود."
#: src/includes/updraftclone/temporary-clone-status.php:94
msgid "Clone ready"
msgstr "کلُون آماده است"
#: src/includes/updraftclone/temporary-clone-status.php:86
msgid "Site data has been deployed"
msgstr "داده های سایت، استقرار یافت"
#: src/includes/updraftclone/temporary-clone-status.php:84,
#: src/includes/updraftclone/temporary-clone-status.php:347
msgid "Deploying site data"
msgstr "استقرار دادن داده های سایت"
#: src/includes/updraftclone/temporary-clone-status.php:75
msgid "Site data received"
msgstr "داده سایت دریافت شد"
#: src/includes/updraftclone/temporary-clone-status.php:73,
#: src/includes/updraftclone/temporary-clone-status.php:344
msgid "Receiving site data"
msgstr "در حال دریافت داده های سایت"
#: src/includes/updraftclone/temporary-clone-status.php:66,
#: src/includes/updraftclone/temporary-clone-status.php:341
msgid "WordPress installed"
msgstr "وردپرس نصب شد"
#: src/admin.php:6226
msgid "Your clone has started, network information is not yet available but will be displayed here and at your updraftplus.com account once it is ready."
msgstr "کپی شما شروع شده است، اطلاعات شبکه هنوز در دسترس نیست اما اینجا نمایش داده خواهد شد و همچنین در اکانت شما در سایت updraftplus.com آماده خواهد بود. "
#: src/admin.php:4330
msgid "Exclude these from"
msgstr "به استثنای این موارد"
#: src/admin.php:1083
msgid "The exclusion rule which you are trying to add already exists"
msgstr ""
#: src/admin.php:1081
msgid "Please enter a valid file name prefix"
msgstr "لطفا یک پیشوند نام فایل معتبر وارد کنید"
#: src/admin.php:1080
msgid "Please enter characters that begin the filename which you would like to exclude"
msgstr ""
#: src/admin.php:1079
msgid "Please enter a valid file extension"
msgstr "لطفا یک پسوند فایل معتبر وارد کنید"
#: src/admin.php:1078
msgid "Please enter a file extension, like zip"
msgstr ""
#: src/admin.php:1076
msgid "Please select a file/folder which you would like to exclude"
msgstr ""
#: src/admin.php:1075
msgid "Are you sure you want to remove this exclusion rule?"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:122
msgid "log results to console"
msgstr "نتایج گزارش کنسول"
#: src/templates/wp-admin/settings/temporary-clone.php:46
msgid "To create a temporary clone you need credit in your account."
msgstr "برای ایجاد یک کلون موقتی در حساب کاربری خود به اعتبار نیاز دارید."
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Read FAQs here."
msgstr "سؤالات متداول را اینجا بخوانید."
#: src/methods/dropbox.php:351, src/methods/dropbox.php:336
msgid "failed to upload file to %s (see log file for more)"
msgstr "بارگذاری فایل در %s انجام نشد (برای اطلاعات بیشتر فایل گزارش را مشاهده کنید)"
#: src/admin.php:6222
msgid "Dashboard:"
msgstr "پیشخوان:"
#: src/admin.php:6221
msgid "Front page:"
msgstr "صفحه اول:"
#: src/admin.php:6220
msgid "Your clone has started and will be available at the following URLs once it is ready."
msgstr ""
#: src/includes/class-commands.php:1093
msgid "manage"
msgstr "مدیریت کردن"
#: src/includes/class-commands.php:1093
msgid "Current clones"
msgstr "کلُونهای فعلی"
#: src/class-updraftplus.php:3679
msgid "Your clone will now deploy this data to re-create your site."
msgstr ""
#: src/addons/migrator.php:541
msgid "Site key"
msgstr ""
#: src/includes/class-remote-send.php:667
msgid "Add a site"
msgstr "افزودن یک سایت"
#: src/admin.php:1159, src/addons/migrator.php:206,
#: src/addons/migrator.php:528, src/addons/migrator.php:548
msgid "back"
msgstr ""
#: src/addons/migrator.php:172
msgid "Read this article to see step-by-step how it's done."
msgstr ""
#: src/addons/migrator.php:166,
#: src/templates/wp-admin/settings/migrator-no-migrator.php:6
msgid "Migrate (create a copy of a site on hosting you control)"
msgstr "مهاجرت (ایجاد یک نسخه از سایتی در هاستی که کنترل میکنید)"
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "Manage your clones"
msgstr "مدیریت کلُونها"
#: src/methods/dreamobjects.php:28
msgid "Closing 1st October 2018"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:46
msgid "Your clone will renew on:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:32
msgid "Unable to get renew date"
msgstr ""
#: src/admin.php:1029
msgid "The backup was aborted"
msgstr "پشتیبانگیری قطع شد"
#: src/addons/onedrive.php:1326
msgid "OneDrive Germany"
msgstr ""
#: src/addons/onedrive.php:1325
msgid "OneDrive International"
msgstr ""
#: src/addons/onedrive.php:1323
msgid "Account type"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:61,
#: src/templates/wp-admin/settings/temporary-clone.php:81
msgid "I accept the UpdraftClone terms and conditions"
msgstr "شرایط و ضوابط آپدرفتکلُون را میپذیرم"
#: src/templates/wp-admin/settings/temporary-clone.php:61
msgid "Not got an account? Get one by buying some tokens here."
msgstr "حساب کاربری ندارید؟ با خرید چند توکن از اینجا یک حساب کاربری دریافت کنید."
#: src/templates/wp-admin/settings/temporary-clone.php:27,
#: src/templates/wp-admin/settings/temporary-clone.php:46,
#: src/templates/wp-admin/settings/temporary-clone.php:59
msgid "You can buy UpdraftClone tokens from our shop, here."
msgstr "شما میتوانید توکنهای آپدرفتکلُون را از فروشگاه ما، از اینجا خریداری کنید."
#: src/templates/wp-admin/settings/temporary-clone.php:59
msgid "To create a temporary clone you need: 1) credit in your account and 2) to connect to your account, below."
msgstr "برای ایجاد یک کلُون موقت، به این موارد نیاز دارید: 1) اعتبار در حساب کاربری خود و 2) اتصال به حساب خود، از طریق فیلدهای زیر."
#: src/templates/wp-admin/settings/temporary-clone.php:37
msgid "If you want, test upgrading to a different PHP or WP version."
msgstr "اگر میخواهید، آپدیت نسخه جدید PHP یا وردپرس را تست کنید."
#: src/templates/wp-admin/settings/temporary-clone.php:37
msgid "Flexible"
msgstr "انعطافپذیر"
#: src/templates/wp-admin/settings/temporary-clone.php:36
msgid "Takes just the time needed to create a backup and send it."
msgstr "فقط زمان لازم برای ایجاد یک نسخه پشتیبان و ارسال آن را از شما میگیرید."
#: src/templates/wp-admin/settings/temporary-clone.php:36
msgid "Fast"
msgstr "سریع"
#: src/templates/wp-admin/settings/temporary-clone.php:35
msgid "One VPS (Virtual Private Server) per clone, shared with nobody."
msgstr "برای هر کلون یک VPS (سرور اختصاصی مجازی) وجود دارد، که با هیچکسی مشترک نیست."
#: src/templates/wp-admin/settings/temporary-clone.php:35
msgid "Secure"
msgstr "امن"
#: src/templates/wp-admin/settings/temporary-clone.php:34
msgid "Runs on capacity from a leading cloud computing provider."
msgstr "با ظرفیت از یک ارائهدهنده رایانش ابری پیشرو اجرا میشود."
#: src/templates/wp-admin/settings/temporary-clone.php:34
msgid "Reliable"
msgstr "قابل اعتماد"
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "Easy"
msgstr "آسان"
#: src/templates/wp-admin/settings/temporary-clone.php:15,
#: src/templates/wp-admin/settings/temporary-clone.php:44
msgid "Create a temporary clone on our servers (UpdraftClone)"
msgstr "یک کلون موقتی در سرورهای ما ایجاد کنید (آپدرفتکلُون)"
#: src/templates/wp-admin/settings/tab-addons.php:30
msgid "WooCommerce plugins"
msgstr "افزونههای ووکامرس"
#: src/templates/wp-admin/advanced/wipe-settings.php:14
msgid "Reset tour"
msgstr "بازنشانی تور آموزشی"
#: src/templates/wp-admin/advanced/wipe-settings.php:13
msgid "Press this button to take a tour of the plugin."
msgstr "برای گذراندن تور آموزشی این افزونه، این دکمه را فشار دهید."
#: src/includes/updraftplus-tour.php:256
msgid "Take Tour"
msgstr "گذراندن تور آموزشی"
#: src/includes/updraftplus-tour.php:206
msgid "Log in here to enable all the features you have access to."
msgstr "برای فعال کردن تمام ویژگیهایی که به آنها دسترسی دارید، از اینجا وارد شوید."
#: src/includes/updraftplus-tour.php:205
msgid "Connect to updraftplus.com"
msgstr "اتصال به updraftplus.com"
#: src/includes/updraftplus-tour.php:169
msgctxt "Translators: UpdraftVault is a product name and should not be translated."
msgid "To get started with UpdraftVault, select one of the options below:"
msgstr ""
#: src/includes/updraftplus-tour.php:165,
#: src/includes/updraftplus-tour.php:209, src/includes/updraftplus-tour.php:198
msgid "Finish"
msgstr "پایان"
#: src/includes/updraftplus-tour.php:162
msgid "UpdraftPlus Premium has many more exciting features!"
msgstr ""
#: src/includes/updraftplus-tour.php:161
msgid "UpdraftPlus Premium and addons"
msgstr "آپدرفتپلاس پریمیوم و افزودنیها"
#: src/includes/updraftplus-tour.php:159,
#: src/includes/updraftplus-tour.php:203, src/includes/updraftplus-tour.php:196
msgid "Thank you for taking the tour."
msgstr "بخاطر گذراندن این تور آموزشی از شما سپاسگزاریم."
#: src/includes/updraftplus-tour.php:154
msgid "Do you have a few more WordPress sites you want to backup? If yes you can save hours by controlling all your backups in one place from UpdraftCentral."
msgstr "آیا چند سایت وردپرس دیگری دارید که میخواهید از آنها نسخه پشتیبان تهیه کنید؟ اگر بله، میتوانید با کنترل تمام نسخههای پشتیبان خود در یک مکان از آپدرفتسنترال در زمان خود صرفه جویی کنید."
#: src/includes/updraftplus-tour.php:153
msgid "Control all your backups in one place"
msgstr "تمام نسخههای پشتیبان خود را در یک مکان کنترل کنید"
#: src/includes/updraftplus-tour.php:148
msgid "Congratulations, your settings have successfully been saved."
msgstr "هوووورا! تبریک میگویم ، تنظیمات شما با موفقیت ذخیره شد."
#: src/includes/updraftplus-tour.php:144
msgid "Press here to save your settings."
msgstr "اینجا را فشار دهید تا تنظیمات خود را ذخیره کنید."
#: src/includes/updraftplus-tour.php:143, src/includes/updraftplus-tour.php:147
msgid "Save"
msgstr "ذخیره"
#: src/includes/updraftplus-tour.php:140
msgid "Look through the other settings here, making any changes you’d like."
msgstr "سایر تنظیمات را در اینجا جستجو کنید و تغییراتی را که دوست دارید انجام دهید."
#: src/includes/updraftplus-tour.php:139
msgid "More settings"
msgstr "تنظیمات بیشتر"
#: src/admin.php:1091, src/includes/updraftplus-tour.php:134,
#: src/includes/updraftplus-tour.php:162,
#: src/includes/updraftplus-tour.php:186,
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Find out more here."
msgstr "اطلاعات بیشتر را از اینجا پیدا کنید."
#: src/admin.php:1090, src/includes/updraftplus-tour.php:133,
#: src/includes/updraftplus-tour.php:185
msgid "UpdraftVault is our remote storage which works seamlessly with UpdraftPlus."
msgstr "آپدرفتوالت حافظهی ذخیرهسازی از راه دور ما است که یکپارچه با آپدرفتپلاس کار میکند."
#: src/includes/updraftplus-tour.php:126
msgid "Choose the schedule that you want your backups to run on."
msgstr "برنامهی زمانبندی را که میخواهید نسخه پشتیبان تهیه شود، انتخاب کنید."
#: src/includes/updraftplus-tour.php:125
msgid "Choose your backup schedule"
msgstr "برنامه زمانی پشتیبانگیری خود را انتخاب کنید"
#: src/includes/updraftplus-tour.php:121
msgid "Congratulations! Your first backup is running."
msgstr ""
#: src/includes/updraftplus-tour.php:117, src/includes/updraftplus-tour.php:122
msgid "Go to settings"
msgstr "به تنظیمات بروید"
#: src/includes/updraftplus-tour.php:116, src/includes/updraftplus-tour.php:121
msgctxt "Translators: %s is a bold tag."
msgid "But to avoid server-wide threats backup regularly to remote cloud storage in %s settings %s"
msgstr ""
#: src/includes/updraftplus-tour.php:116
msgid "Press here to run a manual backup."
msgstr ""
#: src/includes/updraftplus-tour.php:115, src/includes/updraftplus-tour.php:120
msgid "Creating your first backup"
msgstr "در حال ساخت اولین نسخه پشتیبان شما"
#: src/includes/updraftplus-tour.php:112
msgid "Select what you want to backup"
msgstr ""
#: src/includes/updraftplus-tour.php:111
msgid "Manual backup options"
msgstr ""
#: src/includes/updraftplus-tour.php:108
msgctxt "updraftplus"
msgid "To make a simple backup to your server, press this button. Or to setup regular backups and remote storage, go to %s settings %s"
msgstr "برای تهیه نسخه پشتیبان ساده از سرور خود، این دکمه را فشار دهید. یا برای تنظیم پشتیبانگیری خودکار منظم و ذخیرهسازی از راه دور، به %s تنظیمات %s بروید"
#: src/includes/updraftplus-tour.php:107
msgid "Your first backup"
msgstr "اولین نسخه پشتیبان شما"
#: src/includes/updraftplus-tour.php:103
msgid "Press here to start!"
msgstr "برای شروع اینجا را کلیک کنید!"
#: src/includes/updraftplus-tour.php:100
msgid "the world’s most trusted backup plugin!"
msgstr "قابل اعتمادترین افزونه پشتیبانگیری جهان!"
#: src/includes/updraftplus-tour.php:100
msgid "Welcome to UpdraftPlus"
msgstr "سلام جیگر! به آپدرفتپلاس خوش آمدید"
#: src/includes/updraftplus-tour.php:99
msgid "UpdraftPlus settings"
msgstr "تنظیمات آپدرفتپلاس"
#: src/includes/updraftplus-tour.php:96
msgid "End tour"
msgstr "پایان تور آموزشی"
#: src/includes/updraftplus-tour.php:95
msgid "Skip this step"
msgstr "از این مرحله بگذر"
#: src/includes/updraftplus-tour.php:94
msgid "Back"
msgstr "بازگشت"
#: src/includes/class-commands.php:1074
msgid "You can buy more temporary clone tokens here."
msgstr ""
#: src/admin.php:6174
msgid "Forbid non-administrators to login to WordPress on your clone"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:299
msgid "Premium / Find out more"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:29
msgid "Other great plugins"
msgstr "افزونههای فوقالعادهی دیگر"
#: src/includes/class-commands.php:1144
msgid "The creation of your data for creating the clone should now begin."
msgstr ""
#: src/admin.php:6227, src/admin.php:6224
msgid "You can find your temporary clone information in your updraftplus.com account here."
msgstr "میتوانید اطلاعات کلُون موقت خود را در حساب updateraftplus.com خود در اینجا پیدا کنید."
#: src/class-updraftplus.php:5415
msgid "Choose a default for each table"
msgstr ""
#: src/admin.php:3735
msgid "Sending files to remote site"
msgstr "در حال ارسال فایلها به سایت از راه دور"
#: src/admin.php:3729
msgid "Clone server being provisioned and booted (can take several minutes)"
msgstr ""
#: src/addons/migrator.php:210
msgid "To import a backup set, go to the \"Existing backups\" section in the \"Backup/Restore\" tab"
msgstr ""
#: src/admin.php:3210
msgid "Backup / Restore"
msgstr "پشتیبانگیری / بازگردانی"
#: src/admin.php:740, src/admin.php:5126
msgid "Backup"
msgstr "پشتیبانگیری"
#: src/addons/wp-cli.php:413
msgid "Latest full backup found; identifier:"
msgstr ""
#: src/addons/wp-cli.php:412
msgid "No previous full backup found."
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:92
msgid "Remote storage: %s"
msgstr "ذخیرهسازی از راه دور: %s"
#: src/addons/wp-cli.php:102
msgid "No previous backup found to add an increment to."
msgstr ""
#: src/restorer.php:3356
msgid "Requested character set (%s) is not present - changing to %s."
msgstr "مجموعه کاراکترهای درخواست شده (%s) موجود نیست - درحال تغییر به %s."
#: src/includes/updraftclone/temporary-clone-user-notice.php:32
msgid "Allow only administrators to log in"
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:31
msgid "You can forbid non-admins logins to this cloned site by checking the checkbox below"
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:30
msgid "UpdraftPlus temporary clone user login settings:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:44
msgid "Welcome to your UpdraftClone (temporary clone)"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:43
msgid "Refresh connection"
msgstr "تازهسازی اتصال"
#: src/addons/reporting.php:517
msgid "Log all messages to syslog"
msgstr ""
#: src/addons/sftp.php:717, src/addons/sftp.php:718
msgid "The server's RSA key %s fingerprint: %s."
msgstr ""
#: src/addons/sftp.php:614
msgid "RSA fingerprint"
msgstr ""
#: src/addons/sftp.php:156
msgid "Fingerprints don't match."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:17
msgid "More information here."
msgstr "اطلاعات بیشتر در اینجا میباشد."
#: src/admin.php:748, src/admin.php:3211
msgid "Migrate / Clone"
msgstr "مهاجرت / کلُون"
#: src/admin.php:4467, src/templates/wp-admin/settings/backupnow-modal.php:60,
#: src/templates/wp-admin/settings/existing-backups-table.php:79,
#: src/templates/wp-admin/settings/existing-backups-table.php:76
msgid "Only allow this backup to be deleted manually (i.e. keep it even if retention limits are hit)."
msgstr "اجازه دهید که این نسخه پشتیبان فقط به صورت دستی قابل حذف باشد (به عبارت دیگر، حتی اگر محدودیتهای ذخیرهسازی هم وجود داشته باشد، به صورت اتوماتیک حذف نمیشود)."
#: src/restorer.php:380
msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old)."
msgstr ""
#: src/addons/wp-cli.php:850, src/addons/wp-cli.php:846
msgid "This is not an incremental backup"
msgstr ""
#: src/addons/wp-cli.php:762
msgid "Run this command to see the log file for this restoration (needed for any support requests)."
msgstr ""
#: src/admin.php:6156, src/admin.php:6200
msgid "(current version)"
msgstr "(نسخه فعلی)"
#: src/admin.php:4235
msgid "press here"
msgstr "اینجا را فشار دهید"
#: src/addons/onedrive.php:1312, src/addons/pcloud.php:548,
#: src/methods/dropbox.php:601, src/methods/googledrive.php:1503
msgid "this privacy policy"
msgstr "این سیاست حفظ حریم خصوصی"
#: src/addons/onedrive.php:1312, src/addons/pcloud.php:548,
#: src/methods/dropbox.php:601, src/methods/googledrive.php:1503
msgid "Please read %s for use of our %s authorization app (none of your backup data is sent to us)."
msgstr "لطفاً %s را برای استفاده از اپلیکیشن تأیید مجوز %s ما بخوانید (هیچکدام از اطلاعات پشتیبان شما به ما ارسال نشده است)."
#: src/addons/incremental.php:378
msgid "Tell me more"
msgstr ""
#: src/addons/incremental.php:366
msgid "And then add an incremental backup"
msgstr ""
#: src/updraftplus.php:126, src/addons/incremental.php:342
msgid "Every hour"
msgstr "هر ساعت"
#: src/includes/class-commands.php:1086
msgid "Create clone"
msgstr "ايجاد کلُون"
#: src/includes/class-commands.php:1073, src/includes/class-commands.php:1130
msgid "Available temporary clone tokens:"
msgstr "توکنهای کلُون موقت موجود:"
#: src/admin.php:3342, src/includes/class-commands.php:1087,
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142,
#: src/methods/backup-module.php:746,
#: src/templates/wp-admin/settings/temporary-clone.php:88,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:71
msgid "Processing"
msgstr "در حال پردازش"
#: src/templates/wp-admin/settings/updraftcentral-connect.php:70
msgid "Connect to UpdraftCentral Cloud"
msgstr "اتصال به فضای ابری آپدرفتسنترال"
#: src/templates/wp-admin/settings/updraftcentral-connect.php:68
msgid "UpdraftPlus.Com account terms and policies"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:68
msgid "I consent to %s"
msgstr ""
#: src/admin.php:3455,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:56
msgid "One Time Password (check your OTP app to get this password)"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:46
msgid "Login or register with this email address"
msgstr "با این آدرس ایمیل وارد شوید یا ثبت نام کنید"
#: src/templates/wp-admin/settings/updraftcentral-connect.php:34
msgid "If not, then choose your details and a new account will be registered."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:33
msgid "If you already have an updraftplus.com account, then enter the details below."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:31
msgid "Add this website to your UpdraftCentral Cloud dashboard at updraftplus.com."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:29
msgid "Login or register for UpdraftCentral Cloud"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:20
msgid "Go here to connect it."
msgstr "برای اتصال آن به اینجا بروید."
#: src/templates/wp-admin/settings/updraftcentral-connect.php:20
msgid "Or if you prefer to self-host, then you can get the self-hosted version here."
msgstr "یا اگر ترجیح میدهید خود میزبان باشید، میتوانید نسخه خود میزبان (self-hosted) را از اینجا دریافت کنید."
#: src/templates/wp-admin/settings/updraftcentral-connect.php:17
msgid "Connect this site to UpdraftCentral Cloud"
msgstr "این سایت را به فضای ابری آپدرفتسنترال وصل کنید"
#: src/templates/wp-admin/settings/updraftcentral-connect.php:12
msgid "Backup, update and manage all your WordPress sites from one dashboard"
msgstr "همهی سایتهای وردپرسی خود را از یک داشبورد پشتیبانگیری، بروزرسانی و مدیریت کنید"
#: src/admin.php:6083
msgid "The file %s has a \"byte order mark\" (BOM) at its beginning."
msgid_plural "The files %s have a \"byte order mark\" (BOM) at their beginning."
msgstr[0] ""
msgstr[1] ""
#: src/admin.php:1069
msgid "For future control of all your UpdraftCentral connections, go to the \"Advanced Tools\" tab."
msgstr ""
#: src/admin.php:1068
msgid "You can also close this wizard."
msgstr ""
#: src/admin.php:1067
msgid "You need to read and accept the UpdraftCentral Cloud data and privacy policies before you can proceed."
msgstr ""
#: src/admin.php:1066
msgid "Please wait while you are redirected to UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1065
msgid "Please wait while the system generates and registers an encryption key for your website with UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1064
msgid "Perhaps you would want to login instead."
msgstr ""
#: src/admin.php:1062
msgid "Trouble connecting? Try using an alternative method in the advanced security options."
msgstr ""
#: src/admin.php:1061
msgid "An email is required and needs to be in a valid format."
msgstr ""
#: src/admin.php:1060
msgid "Both email and password fields are required."
msgstr ""
#: src/admin.php:1059
msgid "Registration successful."
msgstr ""
#: src/admin.php:1057, src/admin.php:1059
msgid "Please follow this link to open %s in a new window."
msgstr "لطفاً برای باز کردن %s، این لینک را دنبال کنید."
#: src/admin.php:1057
msgid "Login successful."
msgstr ""
#: src/admin.php:1054,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:9
msgid "UpdraftCentral Cloud"
msgstr "فضای ابری آپدرفتسنترال"
#: src/admin.php:591
msgid "Are you sure you want to dismiss all UpdraftPlus news forever?"
msgstr "آیا مطمئن هستید که میخواهید برای همیشه همهی خبرهای آپدرفتپلاس را غیرفعال کنید؟"
#: src/admin.php:590
msgid "Dismiss all UpdraftPlus news"
msgstr "رد کردن همهی خبرهای آپدرفتپلاس:"
#: src/admin.php:589
msgid "UpdraftPlus News"
msgstr "اخبار آپدرفتپلاس"
#: src/addons/wp-cli.php:538
msgid "Migration key created:"
msgstr ""
#: src/addons/wp-cli.php:528, src/addons/wp-cli.php:570,
#: src/addons/wp-cli.php:630
msgid "Missing parameters"
msgstr ""
#: src/addons/azure.php:704
msgid "Azure Germany"
msgstr ""
#: src/addons/azure.php:703
msgid "Azure Global"
msgstr ""
#: src/addons/azure.php:701
msgid "Azure Account"
msgstr ""
#: src/admin.php:1053
msgid "Please specify the Microsoft OneDrive folder name, not the URL."
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:4
msgid "Select the remote storage destinations you want to upload this backup set to"
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:3
msgid "Upload backup"
msgstr "بارگذاری پشتیبان"
#: src/admin.php:4725
msgid "After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations"
msgstr ""
#: src/admin.php:1052
msgid "(already uploaded)"
msgstr "(قبلا بارگذاری شده است)"
#: src/admin.php:1050
msgid "Local backup upload has started; please check the log file to see the upload progress"
msgstr ""
#: src/admin.php:966, src/admin.php:4725
msgid "Upload"
msgstr "بارگذاری"
#: src/admin.php:914, src/addons/reporting.php:551
msgid "Only email the database backup"
msgstr "فقط نسخه پشتیبان پایگاهداده را ایمیل کن"
#: src/addons/reporting.php:551
msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive as a result UpdraftPlus will only send Database backups to email."
msgstr ""
#: src/addons/reporting.php:551
msgid "Use this option to only send database backups when sending to email, and skip other components."
msgstr ""
#: src/addons/migrator.php:252
msgid "For incremental backups, you will be able to choose which increments to restore at a later stage."
msgstr ""
#: src/addons/incremental.php:93
msgid "Increments exist at: %s"
msgstr ""
#: src/addons/incremental.php:93, src/addons/incremental.php:91
msgid "(latest increment: %s)"
msgstr ""
#: src/addons/s3-enhanced.php:425
msgid "Europe (Paris)"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:206
msgid "WP-CLI commands to take, list and delete backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:205
msgid "WP-CLI support"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:204
msgid "WP CLI"
msgstr ""
#: src/addons/wp-cli.php:272
msgid "Invalid Job Id"
msgstr ""
#: src/addons/wp-cli.php:201
msgid "Recently started backup job id: %s"
msgstr ""
#: src/addons/wp-cli.php:92, src/addons/wp-cli.php:494,
#: src/addons/wp-cli.php:737, src/addons/wp-cli.php:826,
#: src/addons/wp-cli.php:849
msgid "The given value for the '%s' option is not valid"
msgstr ""
#: src/addons/migrator.php:537
msgid "So, to get the key for the remote site, open the 'Migrate Site' window on that site, and go to that section."
msgstr ""
#: src/addons/migrator.php:537
msgid "Keys for a site are created in the section \"receive a backup from a remote site\"."
msgstr ""
#: src/includes/class-remote-send.php:555
msgid "You must copy and paste this key on the sending site now - it cannot be shown again."
msgstr ""
#: src/templates/wp-admin/advanced/lock-admin.php:14
msgid "This functionality has been disabled by the site administrator."
msgstr "این قابلیت توسط مدیر سایت غیرفعال شده است."
#: src/templates/wp-admin/settings/tab-addons.php:340,
#: src/templates/wp-admin/settings/tab-addons.php:341
msgid "Highly efficient way to manage, optimize, update and backup multiple websites from one place."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:4
msgid "Thank you for installing UpdraftPlus!"
msgstr "با سپاس از شما برای نصب UpdraftPlus!"
#: src/includes/class-remote-send.php:684
msgid "No keys to allow remote sites to send backup data here have yet been created."
msgstr ""
#: src/restorer.php:860
msgid "Failed to read from the working directory."
msgstr "خواندن پوشهی در حال کار انجام نشد."
#: src/restorer.php:859
msgid "Failed to find a manifest file in the backup."
msgstr "فایل manifest در نسخه پشتیبان یافت نشد."
#: src/restorer.php:858
msgid "Failed to read the manifest file from backup."
msgstr ""
#: src/addons/morefiles.php:82
msgid "(None configured)"
msgstr ""
#: src/addons/onedrive.php:1332, src/methods/backup-module.php:629,
#: src/methods/dropbox.php:609
msgid "Ensure you are logged into the correct account before continuing."
msgstr "قبل از اینکه ادامه دهید، اطمینان حاصل نمایید که با یک حساب کاربری معتبر وارد شده اید."
#: src/admin.php:5724
msgid "Remote storage method and instance id are required for authentication."
msgstr "روش ذخیره سازی از راه دور و شناسه نمونه برای احراز هویت لازم است."
#: src/admin.php:5720
msgid "authentication error"
msgstr "خطای احراز هویت"
#: src/options.php:48, src/addons/multisite.php:49
msgid "(Nothing has been logged yet)"
msgstr "(هنوز هیچ گزارشی ثبت نشده است)"
#: src/includes/migrator-lite.php:345
msgid "you will want to use below search and replace site location in the database (migrate) to search/replace the site address."
msgstr ""
#: src/addons/morestorage.php:197
msgid "Add another %s account..."
msgstr "اضافه نمودن یک حساب %s دیگر"
#: src/addons/morestorage.php:85
msgid "Delete these settings"
msgstr "این تنظیمات را پاک کن "
#: src/admin.php:1049, src/addons/morestorage.php:83
msgid "Currently disabled"
msgstr "در حال حاضر غیرفعال است"
#: src/admin.php:1048, src/addons/morestorage.php:83
msgid "Currently enabled"
msgstr "در حال حاضر فعال است"
#: src/templates/wp-admin/settings/tab-addons.php:48
msgid "If you have purchased from UpdraftPlus.Com, then follow this link to the installation instructions (particularly step 1)."
msgstr "اگر شما آپدرفتپلاس را از سایت UpdraftPlus.Com خریدهاید، این لینک را برای دستورات نصب دنبال نمایید. (بخصوص مرحله 1)."
#: src/templates/wp-admin/settings/tab-addons.php:48
msgid "You are currently using the free version of UpdraftPlus."
msgstr "شما هم اکنون در حال استفاده از امکانات نسخه رایگان آپدرفتپلاس هستید."
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Get it here"
msgstr "آن را از اینجا بگیرید"
#: src/templates/wp-admin/settings/existing-backups-table.php:90
msgid "remote site"
msgstr "سایت از راه دور"
#: src/addons/backblaze.php:558
msgid "Invalid bucket name"
msgstr "نام باکت صحیح نیست"
#: src/restorer.php:2601
msgid "Requested table collation (%1$s) is not present - changing to %2$s."
msgid_plural "Requested table collations (%1$s) are not present - changing to %2$s."
msgstr[0] ""
msgstr[1] ""
#: src/class-updraftplus.php:5392
msgid "Your chosen replacement collation"
msgstr ""
#: src/class-updraftplus.php:5369
msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
msgstr ""
#: src/class-updraftplus.php:5369
msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
msgstr[0] ""
msgstr[1] ""
#: src/includes/migrator-lite.php:371
msgid "Database restoration options:"
msgstr ""
#: src/includes/migrator-lite.php:312
msgid "This looks like a migration (the backup is from a site with a different address/URL, %s)."
msgstr ""
#: src/addons/azure.php:699
msgid "%s Prefix"
msgstr ""
#: src/addons/azure.php:696
msgid "%s Container"
msgstr ""
#: src/addons/azure.php:694
msgid "%s Key"
msgstr ""
#: src/addons/azure.php:692
msgid "%s Account Name"
msgstr ""
#: src/includes/migrator-lite.php:668
msgid "Your .htaccess has an old site reference on line number %s. You should remove it manually."
msgid_plural "Your .htaccess has an old site references on line numbers %s. You should remove them manually."
msgstr[0] ""
msgstr[1] ""
#: src/restorer.php:2542
msgid "Requested table character set (%s) is not present - changing to %s."
msgstr ""
#: src/class-updraftplus.php:5344
msgid "Your chosen character set to use instead:"
msgstr ""
#: src/class-updraftplus.php:5334
msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
msgstr ""
#: src/class-updraftplus.php:5334
msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
msgstr[0] ""
msgstr[1] ""
#: src/includes/updraftplus-tour.php:93,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:100
msgid "Next"
msgstr "بعد"
#: src/admin.php:1041
msgid "Please enter a valid URL e.g http://example.com"
msgstr "لطفاً آدرس URL معتبری را وارد کنید مثلاً http://example.com"
#: src/addons/backblaze.php:792
msgid "some/path"
msgstr ""
#: src/addons/backblaze.php:790
msgid "Bucket name"
msgstr ""
#: src/addons/backblaze.php:784
msgid "Backup path"
msgstr ""
#: src/addons/backblaze.php:780
msgid "Application key"
msgstr ""
#: src/addons/backblaze.php:779, src/addons/backblaze.php:779,
#: src/includes/updraftplus-notices.php:122
msgid "here"
msgstr ""
#: src/addons/backblaze.php:779
msgid "Get these settings from %s, or sign up %s."
msgstr ""
#: src/addons/backblaze.php:536
msgid "Account Key"
msgstr ""
#: src/addons/backblaze.php:535
msgid "Account ID"
msgstr ""
#: src/class-updraftplus.php:5159
msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
msgstr ""
#: src/methods/googledrive.php:1511
msgid "To de-authorize UpdraftPlus (all sites) from accessing your Google Drive, follow this link to your Google account settings."
msgstr ""
#: src/addons/googlecloud.php:1321, src/addons/onedrive.php:1330,
#: src/addons/pcloud.php:551, src/methods/backup-module.php:700,
#: src/methods/dropbox.php:608, src/methods/googledrive.php:1510
msgid "Follow this link to remove these settings for %s."
msgstr "برای حذف این تنظیمات برای %s، این لینک را دنبال کنید."
#: src/backup.php:617, src/backup.php:2894, src/class-updraftplus.php:2565,
#: src/class-updraftplus.php:2632, src/restorer.php:713,
#: src/includes/class-search-replace.php:298,
#: src/includes/class-storage-methods-interface.php:387
msgid "A PHP fatal error (%s) has occurred: %s"
msgstr "یک خطای جدی (%s) رخ داده است: %s"
#: src/backup.php:611, src/backup.php:2885, src/class-updraftplus.php:2556,
#: src/class-updraftplus.php:2625, src/restorer.php:701,
#: src/includes/class-search-replace.php:291,
#: src/includes/class-storage-methods-interface.php:378
msgid "A PHP exception (%s) has occurred: %s"
msgstr "یک استثناء پیاچپی (%s) رخ داده است: %s"
#: src/addons/googlecloud.php:59
msgid "South-east Australia"
msgstr ""
#: src/addons/googlecloud.php:58
msgid "South-east Asia"
msgstr ""
#: src/addons/googlecloud.php:57
msgid "North-east Asia"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:84
msgid "Remote storage authentication"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:178
msgid "Network and multisite"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:100
msgid "Migrator"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:230
msgid "Additional storage"
msgstr ""
#: src/includes/updraftplus-tour.php:129,
#: src/includes/updraftplus-tour.php:181,
#: src/templates/wp-admin/settings/tab-addons.php:87
msgid "Remote storage"
msgstr "ذخیرهسازی از راه دور"
#: src/templates/wp-admin/settings/form-contents.php:192
msgid "Select Files"
msgstr "فایلها را انتخاب کنید"
#: src/methods/cloudfiles.php:510
msgid "Cloud Files"
msgstr ""
#: src/methods/updraftvault.php:122,
#: src/templates/wp-admin/settings/tab-addons.php:295
msgid "UpdraftVault"
msgstr "آپدرفتوالت"
#: src/includes/class-wpadmin-commands.php:637
msgid "archive"
msgstr "بایگانی"
#: src/includes/class-wpadmin-commands.php:628
msgid "Extra database"
msgstr ""
#: src/admin.php:4606
msgid "Press here to download or browse"
msgstr ""
#: src/admin.php:1620, src/admin.php:1630
msgid "Error: invalid path"
msgstr ""
#: src/admin.php:1361
msgid "An error occurred when fetching storage module options: "
msgstr ""
#: src/admin.php:1038
msgid "Loading log file"
msgstr "درحال بارگذاری فایل گزارش"
#: src/admin.php:1036
msgid "Search"
msgstr "جستجو"
#: src/admin.php:1035
msgid "Select a file to view information about it"
msgstr "یک فایل را برای مشاهده اطلاعات در مورد آن انتخاب کنید"
#: src/admin.php:1034
msgid "Browsing zip file"
msgstr "مرور فایل زیپ"
#: src/admin.php:1000
msgid "With UpdraftPlus Premium, you can directly download individual files from here."
msgstr "با استفاده از آپدرفتپلاس پریمیوم، میتوانید مستقیماً فایلهای جداگانه را از اینجا بارگیری کنید."
#: src/admin.php:944
msgid "Browse contents"
msgstr "مرور محتواها"
#: src/restorer.php:3067
msgid "Skipped tables:"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:8
msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:8
msgid "All WordPress tables will be backed up."
msgstr ""
#: src/admin.php:1033
msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
msgstr "اطلاعات بیشتر ممکن است در کنسول جاوا اسکریپت مرورگر و گزارشهای خطای PHP سرور مشاهده شود."
#: src/admin.php:1033
msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
msgstr "در حال تلاش برای بارگذاری یک فایل zip هستید که قبلاً توسط آپدرفتپلاس ایجاد شده است."
#: src/admin.php:1033
msgid "The available memory on the server."
msgstr "حافظه موجود در سرور."
#: src/admin.php:1033
msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
msgstr "هرگونه تنظیمات در فایل htaccess یا web.config شما که بر حداکثر اندازه بارگذاری یا ارسال تأثیر دارد."
#: src/admin.php:1032
msgid "HTTP code:"
msgstr "کد HTTP:"
#: src/admin.php:919, src/addons/wp-cli.php:111
msgid "You have chosen to backup a database, but no tables have been selected"
msgstr "شما پشتیبانگیری از یک پایگاهداده را انتخاب کردهاید، اما هیچ جدولی انتخاب نشده است"
#: src/addons/moredatabase.php:463
msgid "tables"
msgstr ""
#: src/addons/moredatabase.php:462
msgid "WordPress database"
msgstr ""
#: src/addons/moredatabase.php:427
msgid "You should backup all tables unless you are an expert in the internals of the WordPress database."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:329,
#: src/templates/wp-admin/settings/tab-addons.php:329,
#: src/templates/wp-admin/settings/tab-addons.php:335,
#: src/templates/wp-admin/settings/tab-addons.php:335,
#: src/templates/wp-admin/settings/tab-addons.php:341,
#: src/templates/wp-admin/settings/tab-addons.php:341,
#: src/templates/wp-admin/settings/tab-addons.php:347,
#: src/templates/wp-admin/settings/tab-addons.php:347
msgid "Find out more"
msgstr "اطلاعات بیشتر"
#: src/templates/wp-admin/settings/tab-addons.php:298
msgid "UpdraftPlus has its own embedded storage option, providing a zero-hassle way to download, store and manage all your backups from one place."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:12
msgid "UpdraftPlus Tour"
msgstr "تور آموزشی آپدرفتپلاس"
#: src/templates/wp-admin/settings/tab-addons.php:284
msgid "Lock access to UpdraftPlus via a password so you choose which admin users can access backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:271
msgid "Some backup plugins can't restore a backup, so Premium allows you to restore backups from other plugins."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:269,
#: src/templates/wp-admin/settings/tab-addons.php:270
msgid "Importer"
msgstr "درونریز"
#: src/templates/wp-admin/settings/tab-addons.php:258
msgid "Tidy things up for clients and remove all adverts for our other products."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:256,
#: src/templates/wp-admin/settings/tab-addons.php:257
msgid "No ads"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:245
msgid "Sophisticated reporting and emailing capabilities."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:219
msgid "Encrypt your sensitive databases (e.g. customer information or passwords); Backup external databases too."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:217,
#: src/templates/wp-admin/settings/tab-addons.php:218
msgid "More database options"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:193
msgid "Set exact times to create or delete backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:191,
#: src/templates/wp-admin/settings/tab-addons.php:192
msgid "Backup time and scheduling"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:180
msgid "Backup WordPress multisites (i.e, networks), securely."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:179
msgid "Network / multisite"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:167
msgid "Backup WordPress core and non-WP files and databases."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:154
msgid "Automatically backs up your website before any updates to plugins, themes and WordPress core."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:152,
#: src/templates/wp-admin/settings/tab-addons.php:153
msgid "Pre-update backups"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:141
msgid "Provides expert help and support from the developers whenever you need it."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:140
msgid "Fast, personal support"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:102
msgid "UpdraftPlus Migrator clones your WordPress site and moves it to a new domain directly and simply."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:101
msgid "Cloning and migration"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:232
msgid "Get enhanced versions of the free remote storage options (Dropbox, Google Drive & S3) and even more remote storage options like OneDrive, SFTP, Azure, WebDAV, Backblaze and more with UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:231
msgid "Additional and enhanced remote storage locations"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:88
msgid "Backup to remote storage locations"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:82,
#: src/templates/wp-admin/settings/tab-addons.php:316
msgid "Upgrade now"
msgstr "اکنون ارتقا دهید"
#: src/templates/wp-admin/settings/tab-addons.php:79,
#: src/templates/wp-admin/settings/tab-addons.php:313
msgid "Installed"
msgstr "نصب شده"
#: src/templates/wp-admin/settings/tab-addons.php:69
msgid "Free"
msgstr "رایگان"
#: src/admin.php:588
msgid "UpdraftPlus"
msgstr "آپدرفتپلاس"
#: src/templates/wp-admin/settings/form-contents.php:216
msgid "Recommended: optimize your database with WP-Optimize."
msgstr "توصیه میشود: پایگاهداده خود را با افزونهی WP-Optimize بهینه کنید."
#: src/templates/wp-admin/notices/bottom-notice.php:31,
#: src/templates/wp-admin/notices/horizontal-notice.php:74,
#: src/templates/wp-admin/notices/report-plain.php:33,
#: src/templates/wp-admin/notices/report.php:30
msgid "Read more"
msgstr "اطلاعات بیشتر"
#: src/includes/updraftplus-notices.php:210
msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
msgstr ""
#: src/addons/morefiles.php:1057
msgid "Please choose a file or directory"
msgstr ""
#: src/addons/morefiles.php:1035, src/methods/backup-module.php:90
msgid "Confirm"
msgstr ""
#: src/addons/morefiles.php:1030, src/addons/morefiles.php:1030
msgid "Go up a directory"
msgstr ""
#: src/addons/morefiles.php:1027
msgid "Add directory..."
msgstr ""
#: src/addons/morefiles.php:334, src/addons/morefiles.php:1013,
#: src/addons/morefiles.php:1055,
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Edit"
msgstr "ویرایش"
#: src/addons/morefiles.php:317
msgid "If using it, select a path from the directory tree below and then press confirm selection."
msgstr ""
#: src/addons/s3-enhanced.php:426
msgid "Europe (Frankfurt)"
msgstr ""
#: src/addons/s3-enhanced.php:424
msgid "Europe (London)"
msgstr ""
#: src/addons/s3-enhanced.php:423
msgid "Europe (Ireland)"
msgstr ""
#: src/includes/updraftplus-tour.php:151
msgid "UpdraftCentral"
msgstr "آپدرفتسنترال"
#: src/templates/wp-admin/notices/autobackup-notice.php:6,
#: src/templates/wp-admin/notices/horizontal-notice.php:38,
#: src/templates/wp-admin/notices/horizontal-notice.php:8
msgid "notice image"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:29,
#: src/templates/wp-admin/notices/horizontal-notice.php:72,
#: src/templates/wp-admin/notices/report-plain.php:31,
#: src/templates/wp-admin/notices/report.php:28
msgid "Go there"
msgstr "بزن بریم جیگر"
#: src/templates/wp-admin/notices/bottom-notice.php:27,
#: src/templates/wp-admin/notices/horizontal-notice.php:68,
#: src/templates/wp-admin/notices/report-plain.php:29,
#: src/templates/wp-admin/notices/report.php:26
msgid "Sign up"
msgstr "ثبتنام کنید"
#: src/templates/wp-admin/notices/bottom-notice.php:25,
#: src/templates/wp-admin/notices/horizontal-notice.php:66,
#: src/templates/wp-admin/notices/report-plain.php:27,
#: src/templates/wp-admin/notices/report.php:24
msgid "Get Premium"
msgstr "دریافت نسخه پریمیوم"
#: src/templates/wp-admin/notices/bottom-notice.php:23,
#: src/templates/wp-admin/notices/report-plain.php:25,
#: src/templates/wp-admin/notices/report.php:22
msgid "Review UpdraftPlus"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:21,
#: src/templates/wp-admin/notices/horizontal-notice.php:64,
#: src/templates/wp-admin/notices/report-plain.php:23,
#: src/templates/wp-admin/notices/report.php:20
msgid "Get UpdraftCentral"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:109
msgid "Apache modules"
msgstr "ماژولهای سرور آپاچی"
#: src/includes/updraftplus-notices.php:166,
#: src/includes/updraftplus-notices.php:176
msgid "UpdraftPlus Blog - get up-to-date news and offers"
msgstr ""
#: src/includes/updraftplus-notices.php:155
msgid "UpdraftPlus Newsletter"
msgstr "عضویت در خبرنامه"
#: src/includes/updraftplus-notices.php:114
msgid "Control all your WordPress installations from one place using UpdraftCentral remote site management!"
msgstr ""
#: src/includes/updraftplus-notices.php:113
msgid "Do you use UpdraftPlus on multiple sites?"
msgstr ""
#: src/includes/updraftplus-notices.php:104
msgid "UpdraftCentral is a highly efficient way to manage, update and backup multiple websites from one place."
msgstr ""
#: src/includes/updraftplus-notices.php:103
msgid "Introducing UpdraftCentral"
msgstr ""
#: src/includes/updraftplus-notices.php:92
msgid "easily migrate or clone your site in minutes"
msgstr ""
#: src/includes/updraftplus-notices.php:82
msgid "Add SFTP to send your data securely, lock settings and encrypt your database backups for extra security."
msgstr ""
#: src/includes/updraftplus-notices.php:81
msgid "secure your backups"
msgstr ""
#: src/includes/updraftplus-notices.php:71
msgid "Secure multisite installation, advanced reporting and much more."
msgstr ""
#: src/includes/updraftplus-notices.php:70
msgid "advanced options"
msgstr "تنظیمات پیشرفته"
#: src/includes/updraftplus-notices.php:59
msgid "enhanced remote storage options"
msgstr ""
#: src/includes/updraftplus-notices.php:49
msgid "The ultimately secure and convenient place to store your backups."
msgstr ""
#: src/includes/updraftplus-notices.php:48,
#: src/templates/wp-admin/settings/tab-addons.php:296
msgid "UpdraftVault storage"
msgstr ""
#: src/includes/updraftplus-notices.php:38
msgid "Enjoy professional, fast, and friendly help whenever you need it with Premium."
msgstr ""
#: src/includes/updraftplus-notices.php:36,
#: src/includes/updraftplus-notices.php:47,
#: src/includes/updraftplus-notices.php:58,
#: src/includes/updraftplus-notices.php:69,
#: src/includes/updraftplus-notices.php:80,
#: src/includes/updraftplus-notices.php:91
msgid "UpdraftPlus Premium:"
msgstr "آپدرفتپلاس پریمیوم:"
#: src/addons/s3-enhanced.php:422
msgid "Canada (Central)"
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:24
msgid "Site size"
msgstr "اندازهی سایت"
#: src/templates/wp-admin/advanced/tools-menu.php:12,
#: src/templates/wp-admin/settings/tab-addons.php:282,
#: src/templates/wp-admin/settings/tab-addons.php:283
msgid "Lock settings"
msgstr "تنظیمات قفل"
#: src/templates/wp-admin/advanced/site-info.php:5,
#: src/templates/wp-admin/advanced/tools-menu.php:8
msgid "Site information"
msgstr "اطلاعات سایت"
#: src/templates/wp-admin/advanced/search-replace.php:9
msgid "For the ability to migrate websites, upgrade to UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:15
msgid "Import settings"
msgstr "تنظیمات درونریزی"
#: src/templates/wp-admin/advanced/export-settings.php:9
msgid "Export settings"
msgstr "تنظیمات برونبری"
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "including any passwords"
msgstr "شامل همهی گذرواژهها"
#: src/templates/wp-admin/advanced/export-settings.php:5,
#: src/templates/wp-admin/advanced/tools-menu.php:32
msgid "Export / import settings"
msgstr "تنظیمات درونریزی / برونبری"
#: src/restorer.php:2603
msgid "Processing table (%s)"
msgstr ""
#: src/restorer.php:3034
msgid "Backup of: %s"
msgstr "پشتیبانگیری از: %s"
#: src/methods/dropbox.php:887
msgid "%s de-authentication"
msgstr ""
#: src/methods/dropbox.php:610
msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
msgstr ""
#: src/backup.php:2113
msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:85
msgid "You have selected a remote storage option which has an authorization step to complete:"
msgstr ""
#: src/admin.php:2232
msgid "Remote files deleted:"
msgstr ""
#: src/admin.php:2231
msgid "Local files deleted:"
msgstr ""
#: src/methods/backup-module.php:637
msgid "Follow this link to authorize access to your %s account (you will not be able to backup to %s without it)."
msgstr ""
#: src/admin.php:1031
msgid "remote files deleted"
msgstr "فایلهای از راه دور حذف شدند"
#: src/admin.php:1027
msgid "Complete"
msgstr "تکمیل"
#: src/admin.php:1026
msgid "Do you want to carry out the import?"
msgstr "آیا میخواهید درونریزی را انجام دهید؟"
#: src/admin.php:1025
msgid "Which was exported on:"
msgstr "که در این تاریخ برونبری شده است:"
#: src/admin.php:1024
msgid "This will import data from:"
msgstr "اطلاعات را از اینجا درونریزی میکند:"
#: src/admin.php:1023
msgid "Importing..."
msgstr "درحال درونریزی..."
#: src/admin.php:1019
msgid "You have not yet selected a file to import."
msgstr "شما هنوز فایلی را برای درونریزی انتخاب نکردهاید."
#: src/admin.php:1002
msgid "Your export file will be of your displayed settings, not your saved ones."
msgstr "فایل برونبری شما از تنظیمات نمایش داده شده شما خواهد بود، نه موارد ذخیره شده شما."
#: src/admin.php:99
msgid "template not found"
msgstr "الگو پیدا نشد"
#: src/addons/s3-enhanced.php:418
msgid "US East (Ohio)"
msgstr ""
#: src/addons/onedrive.php:793
msgid "Account is not authorized (%s)."
msgstr ""
#: src/addons/onedrive.php:754, src/udaddons/updraftplus-addons.php:1040
msgid "Your IP address:"
msgstr ""
#: src/addons/onedrive.php:754, src/udaddons/updraftplus-addons.php:1040,
#: src/udaddons/updraftplus-addons.php:1053
msgid "To remove any block, please go here."
msgstr ""
#: src/addons/onedrive.php:741, src/udaddons/updraftplus-addons.php:1027
msgid "An error response was received; HTTP code:"
msgstr ""
#: src/includes/class-commands.php:444
msgid "%s add-on not found"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "or to restore manually"
msgstr "یا برای بازگردانی دستی"
#: src/admin.php:3008
msgid "To fix this problem go here."
msgstr ""
#: src/admin.php:3008
msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
msgstr ""
#: src/admin.php:986
msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
msgstr "نصب PHP شما فاقد ماژول opensl است. در نتیجه، این میتواند چند دقیقه طول بکشد. اگر تا آن زمان هیچ اتفاقی نیفتاده باشد، یا باید یک کلید با اندازهی کوچکتر را امتحان کنید، یا از شرکت هاستینگ خود بپرسید که چگونه این ماژول PHP را در تنظیمات هاستتان فعال کنید."
#: src/addons/webdav.php:437
msgid "Path"
msgstr ""
#: src/addons/webdav.php:436
msgid "Leave this blank to use the default (80 for webdav, 443 for webdavs)"
msgstr ""
#: src/addons/webdav.php:434
msgid "Enter any path in the field below."
msgstr ""
#: src/addons/webdav.php:434
msgid "A host name cannot contain a slash."
msgstr ""
#: src/addons/webdav.php:429
msgid "Protocol (SSL or not)"
msgstr ""
#: src/udaddons/updraftplus-addons.php:1056
msgid "This usually indicates a network connectivity issue (e.g. an outgoing firewall or overloaded network) between this site and UpdraftPlus.com."
msgstr ""
#: src/methods/s3.php:1440
msgid "The AWS access key looks to be wrong (valid %s access keys begin with \"AK\")"
msgstr ""
#: src/methods/s3.php:155
msgid "No settings were found - please go to the Settings tab and check your settings"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:115
msgid "Backup using %s?"
msgstr ""
#: src/addons/s3-enhanced.php:434
msgid "Asia Pacific (Mumbai)"
msgstr ""
#: src/addons/s3-enhanced.php:76
msgid "Standard (infrequent access)"
msgstr ""
#: src/templates/wp-admin/settings/header.php:25
msgid "FAQs"
msgstr "سوالات متداول"
#: src/backup.php:3150
msgid "Failed to open directory (check the file permissions and ownership): %s"
msgstr ""
#: src/backup.php:3128
msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
msgstr "%s: فایل غیرقابل خواندن می باشد - نمی توان از آن بک آپ گرفت (اجازه دسترسی فایل را بررسی نمایید)"
#: src/addons/migrator.php:563
msgid "Create key"
msgstr ""
#: src/addons/migrator.php:560
msgid "slower, strongest"
msgstr "آهستهتر ، قویترین"
#: src/addons/migrator.php:559
msgid "recommended"
msgstr "توصیه شده"
#: src/addons/migrator.php:559
msgid "%s bytes"
msgstr "%s بایت"
#: src/addons/migrator.php:558
msgid "faster (possibility for slow PHP installs)"
msgstr "سریعتر (قابلیتی برای نصب PHP آهسته)"
#: src/addons/migrator.php:558, src/addons/migrator.php:560
msgid "%s bits"
msgstr "%s بیت"
#: src/addons/migrator.php:556
msgid "Encryption key size:"
msgstr "اندازه کلید رمزگذاری:"
#: src/addons/migrator.php:554
msgid "Enter your chosen name"
msgstr ""
#: src/addons/migrator.php:553
msgid "Create a key: give this key a unique name (e.g. indicate the site it is for), then press \"Create key\":"
msgstr ""
#: src/methods/googledrive.php:767
msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
msgstr "پیش بینی آپلود ناموفق: محدودیت %s برای هر فایل تکی %s می باشد، در حالیکه حجم این فایل %s گیگابایت (%d بایت) است"
#: src/methods/ftp.php:466
msgid "This is sometimes caused by a firewall - try turning off SSL in the expert settings, and testing again."
msgstr ""
#: src/methods/ftp.php:438
msgid "login"
msgstr "ورود"
#: src/addons/reporting.php:549, src/addons/reporting.php:549,
#: src/addons/reporting.php:551, src/methods/email.php:114
msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
msgstr "آگاه باشید که سرورهای ایمیل معمولاً محدودیت حجم دارند؛ معمولاً چیزی حدود %s مگابایت؛ پشتیبانهای بزرگتر از هر محدودیتی، به احتمال زیاد به مقصد نخواهند رسید."
#: src/class-updraftplus.php:2049
msgid "Size: %s MB"
msgstr "اندازه: %s مگابایت"
#: src/class-updraftplus.php:5178, src/restorer.php:1882
msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
msgstr "شما قادر خواهید بود %s برای ساخت پیوند های یکتا زیبا برای کار هایتان (به عنوان مثال %s )"
#: src/templates/wp-admin/settings/form-contents.php:104
msgid "(tap on an icon to select or unselect)"
msgstr ""
#: src/methods/updraftvault.php:499, src/methods/updraftvault.php:504,
#: src/methods/updraftvault.php:505, src/methods/updraftvault.php:506
msgid "%s per year"
msgstr "%s سالانه"
#: src/methods/updraftvault.php:497
msgid "or (annual discount)"
msgstr "یا (تخفیف سالانه)"
#: src/methods/updraftvault.php:336
msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
msgstr ""
#: src/class-updraftplus.php:663, src/class-updraftplus.php:745
msgid "The given file was not found, or could not be read."
msgstr ""
#: src/class-updraftplus.php:3660, src/class-updraftplus.php:3772
msgid "The backup was aborted by the user"
msgstr ""
#: src/admin.php:5667
msgid "Your settings have been saved."
msgstr "پیکربندی شما ذخیره شد . "
#: src/admin.php:4515
msgid "Total backup size:"
msgstr ""
#: src/admin.php:3878
msgid "stop"
msgstr "توقف"
#: src/admin.php:1028, src/admin.php:3664
msgid "The backup has finished running"
msgstr "پشتیبانگیری به پایان رسید"
#: src/templates/wp-admin/advanced/tools-menu.php:36,
#: src/templates/wp-admin/advanced/wipe-settings.php:5,
#: src/templates/wp-admin/advanced/wipe-settings.php:10
msgid "Wipe settings"
msgstr "حذف تنظیمات"
#: src/templates/wp-admin/advanced/site-info.php:120
msgid "reset"
msgstr "نوسازي"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:14
msgid "these backup sets"
msgstr "این مجموعه پشتیبانها"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:11
msgid "this backup set"
msgstr "این مجموعه پشتیبان"
#: src/includes/class-filesystem-functions.php:112
msgid "calculate"
msgstr "محاسبه کردن"
#: src/admin.php:1001
msgid "You should save your changes to ensure that they are used for making your backup."
msgstr "شما باید تغییرات خود را ذخیره کنید تا اطمینان حاصل کنید که از آنها برای تهیه نسخه پشتیبان استفاده شدهاند."
#: src/admin.php:994
msgid "We requested to delete the file, but could not understand the server's response"
msgstr "ما درخواست کردیم که فایل را حذف کنیم، اما پاسخ سرور را نتوانستیم متوجه شویم"
#: src/admin.php:993
msgid "Please enter a valid URL"
msgstr "لطفا یک آدرس وب معتبر وارد کنید"
#: src/admin.php:976
msgid "Saving..."
msgstr "در حال ذخیره..."
#: src/admin.php:934
msgid "Error: the server sent us a response which we did not understand."
msgstr "خطا: سرور پاسخی برای ما ارسال نموده است که متوجه نشده ایم."
#: src/admin.php:926
msgid "Fetching..."
msgstr "در حال بازخوانی..."
#: src/addons/s3-enhanced.php:431
msgid "Asia Pacific (Seoul)"
msgstr ""
#: src/restorer.php:3057
msgid "Uploads URL:"
msgstr "URL آپلود"
#: src/addons/onedrive.php:91
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
msgstr ""
#: src/class-updraftplus.php:5232, src/restorer.php:3075
msgid "To import an ordinary WordPress site into a multisite installation requires %s."
msgstr ""
#: src/class-updraftplus.php:5228
msgid "Please read this link for important information on this process."
msgstr "لطفا این پیوند را برای اطلاعات مهمی در این فرایند بخوانید."
#: src/class-updraftplus.php:5228
msgid "It will be imported as a new site."
msgstr "این به عنوان یک سایت جدید وارد می شود."
#: src/admin.php:3294, src/templates/wp-admin/notices/autobackup-notice.php:18,
#: src/templates/wp-admin/notices/autobackup-notice.php:16,
#: src/templates/wp-admin/notices/horizontal-notice.php:50,
#: src/templates/wp-admin/notices/horizontal-notice.php:48
msgid "Dismiss"
msgstr "پنهاندن"
#: src/admin.php:1014
msgid "Please fill in the required information."
msgstr "لطفا اطلاعات مورد نیاز را تکمیل کنید."
#: src/addons/multisite.php:691
msgid "Read more..."
msgstr ""
#: src/addons/multisite.php:682
msgid "may include some site-wide data"
msgstr ""
#: src/addons/multisite.php:677
msgid "All sites"
msgstr ""
#: src/addons/multisite.php:673
msgid "Which site to restore"
msgstr ""
#: src/addons/migrator.php:434, src/addons/migrator.php:435
msgid "Error when creating new site at your chosen address:"
msgstr ""
#: src/addons/migrator.php:378
msgid "Required information for restoring this backup was not given (%s)"
msgstr ""
#: src/addons/migrator.php:339
msgid "Attribute imported content to user"
msgstr ""
#: src/addons/migrator.php:331, src/addons/migrator.php:329
msgid "You must use lower-case letters or numbers for the site path, only."
msgstr ""
#: src/addons/migrator.php:317
msgid "This feature is not compatible with %s"
msgstr ""
#: src/addons/migrator.php:317, src/addons/migrator.php:315
msgid "Importing a single site into a multisite install"
msgstr ""
#: src/addons/migrator.php:307
msgid "other content from wp-content"
msgstr ""
#: src/addons/migrator.php:304
msgid "WordPress core"
msgstr ""
#: src/addons/migrator.php:304, src/addons/migrator.php:307,
#: src/addons/migrator.php:310
msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:118
msgid "Call WordPress action:"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:45
msgid "Your saved settings also affect what is backed up - e.g. files excluded."
msgstr "تنظیمات ذخیره شده شما همچنین بر آنچه پشتیبان گرفته میشود تأثیر میگذارد - مثلا فایلهایی که مستثنی شدهاند."
#: src/restorer.php:522
msgid "Skipping: this archive was already restored."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:141
msgid "File Options"
msgstr "تنظیمات فایل"
#: src/templates/wp-admin/settings/form-contents.php:94
msgid "Sending Your Backup To Remote Storage"
msgstr "کپی کردن فایل پشتیبان بر روی حافظه جانبی"
#: src/templates/wp-admin/settings/form-contents.php:58
msgid "Database backup schedule"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:22
msgid "Files backup schedule"
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
msgstr "این دکمه تمام تنظیمات آپدرفتپلاس و اطلاعات پیشرفت برای پشتیبانگیریهای در حال اجرا را حذف میکند (اما هیچ یک از پشتیبانهای موجود شما در فضای ذخیره ابری را حذف نمیکند)."
#: src/admin.php:5537
msgid "Send this backup to remote storage"
msgstr "این نسخه پشتیبان را برای حافظه ذخیرهسازی از راه دور ارسال کنید"
#: src/admin.php:5530
msgid "Check out UpdraftVault."
msgstr ""
#: src/admin.php:5530
msgid "Not got any remote storage?"
msgstr "آیا فضای ذخیرهی از راه دور ندارید؟"
#: src/admin.php:5530
msgid "settings"
msgstr "تنظیمات"
#: src/admin.php:5530
msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
msgstr "نسخه پشتیبان به هیچ فضای ذخیرهسازی از راه دور ارسال نمیشود - هیچ کدام در %s ذخیره نشدهاند"
#: src/admin.php:1085, src/templates/wp-admin/settings/backupnow-modal.php:40
msgid "Include your files in the backup"
msgstr "فایلها خود را به نسخه پشتیبان اضافه کنید"
#: src/templates/wp-admin/settings/backupnow-modal.php:26
msgid "Include your database in the backup"
msgstr "پایگاهداده خود را به نسخه پشتیبان اضافه کنید"
#: src/admin.php:3293
msgid "Continue restoration"
msgstr ""
#: src/admin.php:3287
msgid "You have an unfinished restoration operation, begun %s ago."
msgstr ""
#: src/admin.php:3286
msgid "Unfinished restoration"
msgstr ""
#: src/admin.php:3283
msgid "%s minutes, %s seconds"
msgstr ""
#: src/admin.php:3111
msgid "Backup Contents And Schedule"
msgstr ""
#: src/admin.php:3214
msgid "Premium / Extensions"
msgstr "نسخه پریمیوم / افزودنیها"
#: src/admin.php:5027, src/admin.php:5018
msgid "Sufficient information about the in-progress restoration operation could not be found."
msgstr ""
#: src/admin.php:999, src/addons/morefiles.php:86
msgctxt "(verb)"
msgid "Download"
msgstr "دانلود"
#: src/admin.php:918
msgid "You have chosen to backup files, but no file entities have been selected"
msgstr "شما نسخه پشتیبان تهیه کردهاید ، اما هیچ یک از پروندهها انتخاب نشدهاند"
#: src/admin.php:772
msgid "Extensions"
msgstr "افزودنی ها"
#: src/admin.php:764, src/admin.php:3213
msgid "Advanced Tools"
msgstr "ابزارهای پیشرفته"
#: src/addons/googlecloud.php:1314
msgid "Bucket location"
msgstr ""
#: src/addons/googlecloud.php:1313
msgid "Note that Google do not support every storage class in every location - you should read their documentation to learn about current availability."
msgstr ""
#: src/addons/googlecloud.php:1313, src/addons/googlecloud.php:1316
msgid "This setting applies only when a new bucket is being created."
msgstr ""
#: src/addons/googlecloud.php:1307
msgid "You must use a bucket name that is unique, for all %s users."
msgstr ""
#: src/addons/googlecloud.php:1295
msgid "Do not confuse %s with %s - they are separate things."
msgstr ""
#: src/addons/googlecloud.php:362
msgid "You do not have access to this bucket"
msgstr ""
#: src/addons/googlecloud.php:60, src/addons/googlecloud.php:61,
#: src/addons/googlecloud.php:62
msgid "Western Europe"
msgstr ""
#: src/addons/googlecloud.php:56
msgid "Eastern Asia-Pacific"
msgstr ""
#: src/addons/googlecloud.php:55
msgid "Western United States"
msgstr ""
#: src/addons/googlecloud.php:53, src/addons/googlecloud.php:54
msgid "Eastern United States"
msgstr ""
#: src/addons/googlecloud.php:52
msgid "Central United States"
msgstr ""
#: src/addons/googlecloud.php:51
msgid "European Union"
msgstr ""
#: src/addons/googlecloud.php:50
msgid "Asia Pacific"
msgstr ""
#: src/addons/googlecloud.php:49, src/addons/googlecloud.php:50,
#: src/addons/googlecloud.php:51
msgid "multi-region location"
msgstr ""
#: src/addons/googlecloud.php:49
msgid "United States"
msgstr ""
#: src/addons/googlecloud.php:45
msgid "Nearline"
msgstr ""
#: src/addons/googlecloud.php:44
msgid "Durable reduced availability"
msgstr ""
#: src/addons/googlecloud.php:43, src/addons/s3-enhanced.php:75
msgid "Standard"
msgstr ""
#: src/addons/azure.php:700
msgid "container"
msgstr ""
#: src/addons/azure.php:700
msgid "You can enter the path of any %s virtual folder you wish to use here."
msgstr ""
#: src/addons/azure.php:699
msgid "optional"
msgstr ""
#: src/addons/azure.php:698
msgid "See Microsoft's guidelines on container naming by following this link."
msgstr ""
#: src/addons/azure.php:697
msgid "Enter the path of the %s you wish to use here."
msgstr ""
#: src/addons/azure.php:693
msgid "This is not your Azure login - see the instructions if needing more guidance."
msgstr ""
#: src/addons/azure.php:692, src/addons/azure.php:694,
#: src/addons/azure.php:696, src/addons/azure.php:699
msgid "Azure"
msgstr ""
#: src/addons/azure.php:690, src/methods/dreamobjects.php:186
msgid "Create Azure credentials in your Azure developer console."
msgstr ""
#: src/addons/azure.php:593
msgid "Could not create the container"
msgstr ""
#: src/addons/azure.php:447
msgid "Could not access container"
msgstr ""
#: src/class-updraftplus.php:3679
msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
msgstr ""
#: src/backup.php:1901
msgid "the options table was not found"
msgstr ""
#: src/backup.php:1899
msgid "no options or sitemeta table was found"
msgstr ""
#: src/backup.php:1657
msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:74
msgid "required for some remote storage providers"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:74
msgid "Not installed"
msgstr "نصب نشده"
#: src/addons/googlecloud.php:1310, src/addons/s3-enhanced.php:71
msgid "Storage class"
msgstr ""
#: src/addons/googlecloud.php:1309
msgid "See Google's guidelines on bucket naming by following this link."
msgstr ""
#: src/addons/googlecloud.php:1308
msgid "Enter the name of the %s bucket you wish to use here."
msgstr ""
#: src/addons/googlecloud.php:1306
msgid "Bucket"
msgstr ""
#: src/addons/googlecloud.php:1304
msgid "Otherwise, you can leave it blank."
msgstr ""
#: src/addons/googlecloud.php:1304
msgid "N.B. This is only needed if you have not already created the bucket, and you wish UpdraftPlus to create it for you."
msgstr ""
#: src/addons/googlecloud.php:1303
msgid "Enter the ID of the %s project you wish to use here."
msgstr ""
#: src/addons/googlecloud.php:1289
msgid "Follow this link to your Google API Console, and there activate the Storage API and create a Client ID in the API Access section."
msgstr ""
#: src/addons/googlecloud.php:1105
msgid "You must enter a project ID in order to be able to create a new bucket."
msgstr ""
#: src/addons/googlecloud.php:1302
msgid "Project ID"
msgstr ""
#: src/addons/googlecloud.php:949
msgid "You must save and authenticate before you can test your settings."
msgstr ""
#: src/addons/googlecloud.php:693
msgid "Have not yet obtained an access token from Google - you need to authorize or re-authorize your connection to Google Cloud."
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:386,
#: src/addons/googlecloud.php:1094, src/addons/googlecloud.php:1144
msgid "You do not have access to this bucket."
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:362,
#: src/addons/googlecloud.php:375, src/addons/googlecloud.php:373,
#: src/addons/googlecloud.php:386, src/addons/googlecloud.php:904,
#: src/addons/googlecloud.php:1094, src/addons/googlecloud.php:1146,
#: src/addons/googlecloud.php:1144, src/addons/googlecloud.php:1284,
#: src/addons/googlecloud.php:1284, src/addons/googlecloud.php:1298,
#: src/addons/googlecloud.php:1300, src/addons/googlecloud.php:1307
msgid "Google Cloud"
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:362,
#: src/addons/googlecloud.php:386, src/addons/googlecloud.php:1094,
#: src/addons/googlecloud.php:1146, src/addons/googlecloud.php:1144
msgid "%s Service Exception."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "or to configure more complex schedules"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:11,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:14
msgid "Are you sure that you wish to remove %s from UpdraftPlus?"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:169
msgid "Deselect"
msgstr "لغو انتخاب"
#: src/addons/moredatabase.php:459, src/addons/morefiles.php:901,
#: src/templates/wp-admin/settings/existing-backups-table.php:168
msgid "Select all"
msgstr "انتخاب همه"
#: src/templates/wp-admin/settings/existing-backups-table.php:166
msgid "Actions upon selected backups"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:56,
#: src/templates/wp-admin/settings/tab-backups.php:60
msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
msgstr ""
#: src/admin.php:2230
msgid "Backup sets removed:"
msgstr ""
#: src/admin.php:1012
msgid "Processing..."
msgstr "در حال پردازش..."
#: src/admin.php:1010
msgid "For backups older than"
msgstr "برای پشتیبانهای قدیمیتر از"
#: src/admin.php:1009
msgid "week(s)"
msgstr "هفته"
#: src/admin.php:1008
msgid "hour(s)"
msgstr "ساعت"
#: src/admin.php:1007
msgid "day(s)"
msgstr "روز"
#: src/admin.php:1006
msgid "in the month"
msgstr "در ماه"
#: src/admin.php:1005
msgid "day"
msgstr "روز"
#: src/addons/morestorage.php:32
msgid "(as many as you like)"
msgstr ""
#: src/addons/fixtime.php:305, src/addons/fixtime.php:310
msgid "Add an additional retention rule..."
msgstr ""
#: src/restorer.php:4035
msgid "This database needs to be deployed on MySQL version %s or later."
msgstr ""
#: src/restorer.php:4035
msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
msgstr ""
#: src/methods/updraftvault.php:922
msgid "You do not currently have any UpdraftVault quota"
msgstr ""
#: src/class-updraftplus.php:5309
msgid "You must upgrade MySQL to be able to use this database."
msgstr ""
#: src/class-updraftplus.php:5309
msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
msgstr ""
#: src/methods/updraftvault.php:526, src/methods/updraftvault.php:527
msgid "Don't know your email address, or forgotten your password?"
msgstr "آدرس ایمیل خود را نمیدانید، یا رمزعبور خود را فراموش کردهاید؟"
#: src/methods/updraftvault.php:519
msgid "Enter your UpdraftPlus.Com email / password here to connect:"
msgstr "ایمیل و رمزعبور UpdraftPlus.Com خود را در اینجا وارد کنید تا متصل شوید:"
#: src/methods/updraftvault.php:487
msgid "Read the %s FAQs here."
msgstr ""
#: src/addons/s3-enhanced.php:82
msgid "Check this box to use Amazon's server-side encryption"
msgstr ""
#: src/addons/s3-enhanced.php:79
msgid "Server-side encryption"
msgstr ""
#: src/methods/updraftvault.php:930
msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
msgstr ""
#: src/admin.php:1456
msgid "%s has been chosen for remote storage, but you are not currently connected."
msgstr ""
#: src/methods/updraftvault.php:518
msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
msgstr "پرداختها را میتوان به دلار آمریکا، یورو یا پوند استرلینگ از طریق کارت یا پیپال انجام داد."
#: src/admin.php:982
msgid "Update quota count"
msgstr ""
#: src/admin.php:981
msgid "Counting..."
msgstr "درحال محاسبه..."
#: src/admin.php:980
msgid "Disconnecting..."
msgstr "درحال قطع ارتباط..."
#: src/admin.php:978
msgid "Connecting..."
msgstr "در حال اتصال..."
#: src/methods/updraftvault.php:652, src/methods/updraftvault.php:755
msgid "Refresh current status"
msgstr "تازهسازی وضعیت فعلی"
#: src/methods/updraftvault.php:650, src/methods/updraftvault.php:667,
#: src/methods/updraftvault.php:669, src/methods/updraftvault.php:755
msgid "Get more quota"
msgstr ""
#: src/methods/updraftvault.php:647, src/methods/updraftvault.php:664,
#: src/methods/updraftvault.php:719
msgid "Current use:"
msgstr ""
#: src/methods/updraftvault.php:632
msgid "You can get more quota here"
msgstr ""
#: src/methods/updraftvault.php:632
msgid "Error: you have insufficient storage quota available (%s) to upload this archive (%s) (%s)."
msgstr ""
#: src/admin.php:979, src/methods/updraftvault.php:533,
#: src/methods/updraftvault.php:615
msgid "Disconnect"
msgstr "قطع شدن"
#: src/methods/updraftvault.php:532, src/methods/updraftvault.php:601
msgid "Quota:"
msgstr ""
#: src/methods/updraftvault.php:531, src/methods/updraftvault.php:599
msgid "Vault owner"
msgstr ""
#: src/methods/updraftvault.php:530, src/methods/updraftvault.php:599
msgid "Well done - there's nothing more needed to set up."
msgstr ""
#: src/methods/updraftvault.php:530, src/methods/updraftvault.php:599
msgid "This site is connected to UpdraftVault."
msgstr ""
#: src/methods/updraftvault.php:534, src/methods/updraftvault.php:595
msgid "You are not connected to UpdraftVault."
msgstr ""
#: src/methods/updraftvault.php:529
msgid "Go here for help"
msgstr "برای اطلاعات بیشتر به این قسمت بروید"
#: src/methods/updraftvault.php:515,
#: src/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php:4
msgid "Back..."
msgstr "بازگشت..."
#: src/methods/updraftvault.php:518
msgid "Subscriptions can be cancelled at any time."
msgstr ""
#: src/methods/updraftvault.php:500, src/methods/updraftvault.php:501,
#: src/methods/updraftvault.php:502
msgid "%s per quarter"
msgstr "%s سه ماهه"
#: src/methods/updraftvault.php:485
msgid "UpdraftVault is built on top of Amazon's world-leading data-centres, with redundant data storage to achieve 99.999999999% reliability."
msgstr ""
#: src/methods/updraftvault.php:481
msgid "Show the options"
msgstr "نمایش تنظیمات"
#: src/methods/updraftvault.php:479, src/methods/updraftvault.php:490
msgid "Press a button to get started."
msgstr "برای شروع یک دکمه را فشار دهید."
#: src/methods/updraftvault.php:479, src/methods/updraftvault.php:490
msgid "UpdraftVault brings you storage that is reliable, easy to use and a great price."
msgstr ""
#: src/methods/updraftvault.php:155
msgid "Updraft Vault"
msgstr ""
#: src/addons/azure.php:477, src/addons/backblaze.php:611,
#: src/addons/googlecloud.php:1034, src/methods/s3.php:1468
msgid "Delete failed:"
msgstr "حذف انجام نشد:"
#: src/backup.php:4383
msgid "The zip engine returned the message: %s."
msgstr ""
#: src/addons/s3-enhanced.php:456, src/addons/s3-enhanced.php:458
msgid "Without this permission, UpdraftPlus cannot delete backups - you should also set your 'retain' settings very high to prevent seeing deletion errors."
msgstr ""
#: src/addons/s3-enhanced.php:456, src/addons/s3-enhanced.php:456
msgid "Allow deletion"
msgstr ""
#: src/addons/s3-enhanced.php:452, src/addons/s3-enhanced.php:454
msgid "Without this permission, you cannot directly download or restore using UpdraftPlus, and will instead need to visit the AWS website."
msgstr ""
#: src/addons/s3-enhanced.php:452, src/addons/s3-enhanced.php:452
msgid "Allow download"
msgstr ""
#: src/includes/class-remote-send.php:429
msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
msgstr ""
#: src/admin.php:988, src/includes/class-remote-send.php:411
msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
msgstr "باید بررسی کنید که سایت از راه دور آنلاین باشد، فایروال نباشد، دارای ماژولهای امنیتی که احتمال دارد دسترسی را مسدود کنند، نباشد، دارای آپدرفتپلاس نسخه %s یا بالاتر فعال باشد و اینکه کلیدها به درستی وارد شده باشند."
#: src/includes/class-remote-send.php:693
msgid "Existing keys"
msgstr ""
#: src/addons/migrator.php:568
msgid "Your new key:"
msgstr ""
#: src/includes/class-remote-send.php:555
msgid "Key created successfully."
msgstr ""
#: src/includes/class-remote-send.php:538
msgid "A key with this name already exists; you must use a unique name."
msgstr ""
#: src/includes/class-remote-send.php:463
msgid "Also send this backup to the active remote storage locations"
msgstr ""
#: src/includes/class-remote-send.php:359
msgid "site not found"
msgstr "سایت پیدا نشد"
#: src/includes/class-remote-send.php:326
msgid "Backup data will be sent to:"
msgstr ""
#: src/addons/migrator.php:207
msgid "Restore an existing backup set onto this site"
msgstr ""
#: src/addons/migrator.php:213
msgid "This site has no backups to restore from yet."
msgstr ""
#: src/addons/reporting.php:197
msgid "Backup made by %s"
msgstr ""
#: src/methods/addon-base-v2.php:222
msgid "This storage method does not allow downloading"
msgstr ""
#: src/admin.php:4657
msgid "(backup set imported from remote location)"
msgstr ""
#: src/addons/wp-cli.php:379,
#: src/templates/wp-admin/settings/existing-backups-table.php:105
msgid "Site"
msgstr "سایت"
#: src/addons/wp-cli.php:377,
#: src/templates/wp-admin/settings/existing-backups-table.php:104
msgid "Backup sent to remote site - not available for download."
msgstr "پشتیبان ارسال شده به سایت از راه دور - برای دانلود در دسترس نیست."
#: src/includes/class-wpadmin-commands.php:134
msgid "You should make sure that this really is a backup set intended for use on this website, before you restore (rather than a backup set of an unrelated website)."
msgstr ""
#: src/includes/class-wpadmin-commands.php:134
msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
msgstr ""
#: src/admin.php:995, src/includes/class-remote-send.php:441
msgid "Testing connection..."
msgstr "درحال تست اتصال..."
#: src/admin.php:992,
#: src/templates/wp-admin/settings/existing-backups-table.php:173
msgid "Deleting..."
msgstr "درحال حذف..."
#: src/admin.php:991
msgid "key name"
msgstr "نام کلید"
#: src/admin.php:989
msgid "Please give this key a name (e.g. indicate the site it is for):"
msgstr "لطفاً یک نام برای این کلید بگذارید (به عنوان مثال به سایتی که کلید برای آن است اشاره کنید):"
#: src/admin.php:986
msgid "Creating..."
msgstr "در حال ساخت..."
#: src/addons/migrator.php:549
msgid "Receive a backup from a remote site"
msgstr ""
#: src/addons/migrator.php:541
msgid "Paste key here"
msgstr ""
#: src/addons/migrator.php:537
msgid "How do I get a site's key?"
msgstr ""
#: src/addons/migrator.php:537
msgid "To add a site as a destination for sending to, enter that site's key below."
msgstr ""
#: src/admin.php:1155, src/addons/migrator.php:529
msgid "Send a backup to another site"
msgstr ""
#: src/admin.php:996, src/includes/class-commands.php:964,
#: src/includes/class-remote-send.php:476,
#: src/includes/class-remote-send.php:662
msgid "Send"
msgstr "ارسال"
#: src/admin.php:987, src/includes/class-remote-send.php:656
msgid "Send to site:"
msgstr "ارسال به سایت:"
#: src/includes/class-remote-send.php:654
msgid "No receiving sites have yet been added."
msgstr "هنوز هیچ سایت دریافت کنندهای اضافه نشده است."
#: src/includes/class-remote-send.php:632
msgid "It is for sending backups to the following site: "
msgstr ""
#: src/includes/class-remote-send.php:632
msgid "The key was successfully added."
msgstr ""
#: src/includes/class-remote-send.php:608
msgid "The entered key does not belong to a remote site (it belongs to this one)."
msgstr ""
#: src/includes/class-remote-send.php:603,
#: src/includes/class-remote-send.php:599,
#: src/includes/class-remote-send.php:597
msgid "The entered key was corrupt - please try again."
msgstr ""
#: src/includes/class-remote-send.php:595
msgid "The entered key was the wrong length - please try again."
msgstr ""
#: src/includes/class-remote-send.php:580
msgid "key"
msgstr "کلید"
#: src/methods/ftp.php:129
msgid "Almost all FTP servers will want passive mode; but if you need active mode, then uncheck this."
msgstr "تقریباً تمام سرورهای FTP حالت غیرفعال (passive mode) میخواهند. اما اگر به حالت فعال (active mode) نیاز دارید ، این گزینه را بردارید."
#: src/methods/ftp.php:128
msgid "Passive mode"
msgstr "حالت غیرفعال"
#: src/methods/ftp.php:126
msgid "Remote path"
msgstr "مسیر از راه دور"
#: src/methods/ftp.php:124
msgid "FTP password"
msgstr "رمز عبور FTP"
#: src/methods/ftp.php:123
msgid "FTP login"
msgstr "لاگین FTP"
#: src/methods/ftp.php:122
msgid "FTP server"
msgstr "سرور FTP"
#: src/addons/migrator.php:171
msgid "The UpdraftPlus Migrator modifies the restoration operation appropriately, to fit the backup data to the new site."
msgstr ""
#: src/addons/migrator.php:171
msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
msgstr ""
#: src/admin.php:984, src/addons/migrator.php:541
msgid "Add site"
msgstr "سایت را اضافه کنید"
#: src/admin.php:983
msgid "Adding..."
msgstr "درحال افزودن..."
#: src/udaddons/options.php:336
msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
msgstr ""
#: src/restorer.php:4037
msgid "To use this backup, your database server needs to support the %s character set."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1089
msgid "go here to change your password on updraftplus.com."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1089
msgid "If you have forgotten your password "
msgstr ""
#: src/udaddons/updraftplus-addons.php:1088
msgid "Go here to re-enter your password."
msgstr ""
#: src/addons/migrator.php:248
msgid "After pressing this button, you will be given the option to choose which components you wish to migrate"
msgstr ""
#: src/admin.php:975, src/admin.php:1001, src/admin.php:1002
msgid "You have made changes to your settings, and not saved."
msgstr "شما تغییراتی در تنظیمات خود ایجاد کردهاید و ذخیره نکردهاید."
#: src/addons/onedrive.php:1322
msgid "N.B. %s is not case-sensitive."
msgstr ""
#: src/addons/onedrive.php:1318
msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
msgstr ""
#: src/addons/googlecloud.php:1288, src/includes/class-remote-send.php:429,
#: src/methods/googledrive.php:1494
msgid "For longer help, including screenshots, follow this link."
msgstr "برای اطلاعات بیشتر، شامل اسکرینشات، این لینک را دنبال کنید."
#: src/addons/onedrive.php:1313
msgid "Create OneDrive credentials in your OneDrive developer console."
msgstr ""
#: src/addons/onedrive.php:1316
msgid "You must add the following as the authorized redirect URI in your OneDrive console (under \"API Settings\") when asked"
msgstr ""
#: src/addons/onedrive.php:1189, src/addons/onedrive.php:1187
msgid "authorization failed:"
msgstr ""
#: src/addons/onedrive.php:1013, src/addons/onedrive.php:1317,
#: src/addons/onedrive.php:1319
msgid "OneDrive"
msgstr ""
#: src/addons/onedrive.php:784
msgid "Please re-authorize the connection to your %s account."
msgstr ""
#: src/methods/email.php:110
msgid "configure it here"
msgstr ""
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895
msgid "To remove the block, please go here."
msgstr "برای حذف بلوک، لطفاً به اینجا بروید."
#: src/addons/s3-enhanced.php:538
msgid "Do remember to save your settings."
msgstr ""
#: src/addons/s3-enhanced.php:538
msgid "You are now using a IAM user account to access your bucket."
msgstr ""
#: src/addons/s3-enhanced.php:450
msgid "S3 bucket"
msgstr ""
#: src/addons/s3-enhanced.php:440
msgid "China (Beijing) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:438
msgid "South America (São Paulo)"
msgstr ""
#: src/addons/s3-enhanced.php:435
msgid "Asia Pacific (Tokyo)"
msgstr ""
#: src/addons/s3-enhanced.php:433
msgid "Asia Pacific (Sydney)"
msgstr ""
#: src/addons/s3-enhanced.php:432
msgid "Asia Pacific (Singapore)"
msgstr ""
#: src/addons/s3-enhanced.php:421
msgid "US Government West (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:420
msgid "US West (N. California)"
msgstr ""
#: src/addons/s3-enhanced.php:419
msgid "US West (Oregon)"
msgstr ""
#: src/addons/s3-enhanced.php:413
msgid "S3 storage region"
msgstr ""
#: src/addons/s3-enhanced.php:411
msgid "New IAM username"
msgstr ""
#: src/addons/s3-enhanced.php:410
msgid "Admin secret key"
msgstr ""
#: src/addons/s3-enhanced.php:409
msgid "Admin access key"
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "Then, these lower-powered access credentials can be used, instead of storing your administrative keys."
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "These will be used to create a new user and key pair with an IAM policy attached which will only allow it to access the indicated bucket."
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "Enter your administrative Amazon S3 access/secret keys (this needs to be a key pair with enough rights to create new users and buckets), and a new (unique) username for the new user and a bucket name."
msgstr ""
#: src/addons/s3-enhanced.php:488
msgid "Create new IAM user and S3 bucket"
msgstr ""
#: src/addons/s3-enhanced.php:388
msgid "Secret Key: %s"
msgstr ""
#: src/addons/s3-enhanced.php:388
msgid "Access Key: %s"
msgstr ""
#: src/addons/s3-enhanced.php:378
msgid "Failed to apply User Policy"
msgstr ""
#: src/addons/s3-enhanced.php:315, src/addons/s3-enhanced.php:319
msgid "Operation to create user Access Key failed"
msgstr ""
#: src/addons/s3-enhanced.php:296, src/addons/s3-enhanced.php:306
msgid "IAM operation failed (%s)"
msgstr ""
#: src/addons/s3-enhanced.php:302
msgid "Conflict: that user already exists"
msgstr ""
#: src/addons/s3-enhanced.php:240
msgid "AWS authentication failed"
msgstr ""
#: src/addons/s3-enhanced.php:233
msgid "Cannot create new AWS user, since an unknown AWS toolkit is being used."
msgstr ""
#: src/addons/s3-enhanced.php:204
msgid "You need to enter a bucket"
msgstr ""
#: src/addons/s3-enhanced.php:200
msgid "You need to enter a new IAM username"
msgstr ""
#: src/addons/s3-enhanced.php:196
msgid "You need to enter an admin secret key"
msgstr ""
#: src/addons/s3-enhanced.php:192
msgid "You need to enter an admin access key"
msgstr ""
#: src/addons/s3-enhanced.php:70
msgid "If you have an AWS admin user, then you can use this wizard to quickly create a new AWS (IAM) user with access to only this bucket (rather than your whole account)"
msgstr ""
#: src/addons/s3-enhanced.php:69, src/methods/s3.php:1031
msgid "To create a new IAM sub-user and access key that has access only to this bucket, upgrade to Premium."
msgstr ""
#: src/addons/onedrive.php:754, src/addons/onedrive.php:777,
#: src/includes/updraftplus-login.php:55, src/methods/updraftvault.php:895,
#: src/udaddons/updraftplus-addons.php:1040,
#: src/udaddons/updraftplus-addons.php:1053
msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
msgstr "این به احتمال زیاد بدان معنی است که شما یک وب سرور با یک وب سایت هک شده که در حملات قبلی استفاده میشده به اشتراک گذاشته اید."
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895, src/udaddons/updraftplus-addons.php:1053
msgid "It appears that your web server's IP Address (%s) is blocked."
msgstr "به نظر میرسد که آی پی وب سرور شما (%s) بلوک شده است."
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895, src/udaddons/updraftplus-addons.php:1053
msgid "UpdraftPlus.com has responded with 'Access Denied'."
msgstr "UpdraftPlus.com \" عدم دسترسی \" را پاسخ داده."
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:40
msgid "Premium WooCommerce plugins"
msgstr "افزونه ی تجاری WooCommerce"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:40
msgid "Free two-factor security plugin"
msgstr "دو افزونه ی رایگان امنیتی"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:39
msgid "More quality plugins"
msgstr "افزونههای با کیفیت تر"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:18,
#: src/templates/wp-admin/settings/tab-addons.php:72
msgid "UpdraftPlus Premium"
msgstr "نسخه ی تجاری UpdraftPlus"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:2,
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:43
msgid "Dismiss (for %s months)"
msgstr "بست ( برای %s ماه)"
#: src/addons/fixtime.php:447
msgid "(at same time as files backup)"
msgstr "(در همان زمانی که از فایل ها پشتیبان تهیه میشود )"
#: src/admin.php:4190
msgid "No backup has been completed"
msgstr "هیچ پشیبانی هنوز کامل نشده"
#: src/templates/wp-admin/settings/header.php:21
msgid "Newsletter sign-up"
msgstr "ثبت نام در خبرنامه"
#: src/includes/updraftplus-notices.php:156
msgid "Follow this link to sign up for the UpdraftPlus newsletter."
msgstr "برای عضویت در خبرنامه UpdraftPlus لینک زیر را دنبال کنید"
#: src/templates/wp-admin/settings/tab-addons.php:165,
#: src/templates/wp-admin/settings/tab-addons.php:166
msgid "Backup non-WordPress files and databases"
msgstr "پشتیبان گیری از فایل های وردپرس به همراه دیتابیس"
#: src/templates/wp-admin/settings/tab-addons.php:27
msgid "Ask a pre-sales question"
msgstr "سوال قبل از سفارش"
#: src/templates/wp-admin/settings/tab-addons.php:26
msgid "Pre-sales FAQs"
msgstr "لیست کلیه ی امکانات"
#: src/templates/wp-admin/settings/tab-addons.php:25
msgid "Full feature list"
msgstr "لیست کامل امکانات"
#: src/addons/autobackup.php:1188
msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
msgstr "پشتیبان گیری از پلاگین ها ,قالب ها ها و پایگاه داده وردپرس با UpdraftPlus قبل از به روز رسانی"
#: src/methods/s3.php:186, src/methods/s3.php:198
msgid "%s Error: Failed to initialise"
msgstr "%s خطا: مقدار دهی اولیه با شکست روبرور شد"
#: src/templates/wp-admin/settings/form-contents.php:191
msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - or - Select Files"
msgid "or"
msgstr "یا"
#: src/addons/sftp.php:618
msgctxt "Do not translate BEGIN RSA PRIVATE KEY. PCKS1, XML, PEM and PuTTY are also technical acronyms which should not be translated."
msgid "PKCS1 (PEM header: BEGIN RSA PRIVATE KEY), XML and PuTTY format keys are accepted."
msgstr ""
#: src/methods/openstack2.php:125
msgctxt "\"tenant\" is a term used with OpenStack storage - Google for \"OpenStack tenant\" to get more help on its meaning"
msgid "tenant"
msgstr "OpenStack tenant"
#: src/methods/openstack2.php:248
msgctxt "Keystone and swauth are technical terms which cannot be translated"
msgid "This needs to be a v2 (Keystone) authentication URI; v1 (Swauth) is not supported."
msgstr "این یک آدرس احراز هویت از نسخه ی 2 (Keystone) دارد ; از نسخه 1 پشتیبانی نمیشود (Swauth) ."
#: src/templates/wp-admin/settings/form-contents.php:274,
#: src/templates/wp-admin/settings/form-contents.php:277
msgid "your site's admin address"
msgstr "آدرس مدیریت سایت شما"
#: src/templates/wp-admin/settings/form-contents.php:274
msgid "Check this box to have a basic report sent to"
msgstr "برای ارسال گزارش به شما این گزینه را انتخاب کنید"
#: src/admin.php:4220
msgctxt "i.e. Non-automatic"
msgid "Manual"
msgstr "دستی "
#: src/restorer.php:3990
msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
msgid "An error (%s) occurred:"
msgstr "یک خظا رخ داد (%s) :"
#: src/addons/lockadmin.php:198
msgid "Change Lock Settings"
msgstr "تغییر تنظیمات قفل"
#: src/addons/morefiles.php:293
msgid "Any other file/directory on your server that you wish to backup"
msgstr ""
#: src/admin.php:3010
msgid "For even more features and personal support, check out "
msgstr "برای ویژگی های بیشتر و پشتیبانی شخصی , انتخاب شود "
#: src/addons/moredatabase.php:61
msgid "Database decryption phrase"
msgstr "عبارت مورد نیاز برای رمزگذاری پایگاه داده"
#: src/admin.php:974, src/addons/autobackup.php:161,
#: src/addons/autobackup.php:1131
msgid "Automatic backup before update"
msgstr "پشتیبان گیری خودکار قبل از بروز رسانی"
#: src/addons/autobackup.php:126
msgid "WordPress core (only)"
msgstr "هسته ی وردپرس ( فقط)"
#: src/addons/lockadmin.php:250
msgid "For unlocking support, please contact whoever manages UpdraftPlus for you."
msgstr ""
#: src/addons/lockadmin.php:241
msgid "To access the UpdraftPlus settings, please enter your unlock password"
msgstr "برای دسترسی به تنظیمات UpdraftPlus لطفا پسورد را وارد کنید"
#: src/addons/lockadmin.php:238
msgid "Password incorrect"
msgstr "پسورد اشتباهه"
#: src/addons/lockadmin.php:226, src/addons/lockadmin.php:232
msgid "Unlock"
msgstr "بازکردن قفل"
#: src/addons/lockadmin.php:196
msgid "Otherwise, the default link will be shown."
msgstr "در غیر این صورت لینک اولیه نشان داده خواهد شد."
#: src/addons/lockadmin.php:196
msgid "Anyone seeing the lock screen will be shown this URL for support - enter a website address or an email address."
msgstr ""
#: src/addons/lockadmin.php:196
msgid "Support URL"
msgstr "آدرس پشتیان"
#: src/addons/lockadmin.php:194
msgid "Require password again after"
msgstr "درخواست پسورد دوباره بعد از"
#: src/addons/lockadmin.php:185, src/addons/lockadmin.php:186
msgid "%s weeks"
msgstr "%s هفته"
#: src/addons/lockadmin.php:184
msgid "1 week"
msgstr "1 هفته"
#: src/addons/lockadmin.php:182, src/addons/lockadmin.php:183
msgid "%s hours"
msgstr "%s ساعت"
#: src/addons/lockadmin.php:181
msgid "1 hour"
msgstr "1 ساعت"
#: src/addons/lockadmin.php:170
msgid "Please make sure that you have made a note of the password!"
msgstr "لطفا مطمئن شوید که شما یک یاداوری برای پسوردتان در نظر گرفته اید!"
#: src/addons/lockadmin.php:163,
#: src/templates/wp-admin/advanced/lock-admin.php:8
msgid "Lock access to the UpdraftPlus settings page"
msgstr "قفل کردن دسترسی به صفحه ی تنظیمات UpdraftPlus"
#: src/addons/lockadmin.php:136
msgid "The admin password has been changed."
msgstr "پسورد مدیریت تغییر کرد ."
#: src/addons/lockadmin.php:134
msgid "An admin password has been set."
msgstr "یک پسورد برای مدیریت هم اکنون قرار داده شد."
#: src/addons/lockadmin.php:132
msgid "The admin password has now been removed."
msgstr "پسورد مدیریت همکنون پاک شد"
#: src/addons/morefiles.php:156
msgid "(learn more about this significant option)"
msgstr "(اطلاعات بیشتر در مورد این گزینه)"
#: src/udaddons/options.php:271
msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
msgstr ""
#: src/admin.php:3664, src/admin.php:4758
msgid "View Log"
msgstr "مشاهده گزارش"
#: src/templates/wp-admin/settings/existing-backups-table.php:18,
#: src/templates/wp-admin/settings/existing-backups-table.php:100
msgid "Backup data (click to download)"
msgstr "اطلاعات پشتیبان ( برای دانلود کلیک کنید )"
#: src/templates/wp-admin/settings/existing-backups-table.php:17,
#: src/templates/wp-admin/settings/existing-backups-table.php:67
msgid "Backup date"
msgstr "تاریخ پشتیبان"
#: src/templates/wp-admin/settings/form-contents.php:42,
#: src/templates/wp-admin/settings/form-contents.php:76
msgid "and retain this many scheduled backups"
msgstr "و تعداد پشتیبانهای زمانبندیشده که باید نگهداری شوند"
#: src/admin.php:4160
msgid "incremental backup; base backup: %s"
msgstr ""
#: src/templates/wp-admin/advanced/lock-admin.php:19
msgid "For the ability to lock access to UpdraftPlus settings with a password, upgrade to UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:69,
#: src/templates/wp-admin/settings/tab-backups.php:71
msgid "Upload files into UpdraftPlus."
msgstr "آپلود فایل ها به UpdraftPlus ."
#: src/admin.php:1366, src/includes/class-commands.php:505,
#: src/templates/wp-admin/settings/take-backup.php:13
msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
msgstr ""
#: src/class-updraftplus.php:5217
msgid "Backup label:"
msgstr "عنوان پشتیبان :"
#: src/admin.php:2539, src/addons/backblaze.php:240
msgid "Error: unexpected file read fail"
msgstr "خطا: خواندن پروندهی غیرمنتظره انجام نشد"
#: src/backup.php:4389
msgid "check your log for more details."
msgstr "چک کردن گزارش شما برای دیدن جزئیات."
#: src/backup.php:4385
msgid "A zip error occurred"
msgstr "خطای از نوع ZIP رخ داده"
#: src/addons/reporting.php:92
msgid "Your label for this backup (optional)"
msgstr "لیبل شما برای این فایل پشتیبان (اختیاری)"
#: src/methods/updraftvault.php:933, src/udaddons/updraftplus-addons.php:1092
msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
msgstr "آدرس ایمیل شما توسط UpdraftPlus.Com قابل تشخیص نمی باشد"
#: src/methods/updraftvault.php:930, src/udaddons/updraftplus-addons.php:1088
msgid "Your email address was valid, but your password was not recognised by UpdraftPlus.Com."
msgstr "آدرس ایمیل شما معتبر است، ولی رمز عبور شما توسط UpdraftPlus.Com شناسایی نمی شود."
#: src/methods/updraftvault.php:870, src/udaddons/updraftplus-addons.php:957
msgid "You need to supply both an email address and a password"
msgstr "باید آدرس ایمیل و رمز عبور را تامین نمائید."
#: src/class-updraftplus.php:5236
msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
msgstr "اگر می خواهید پشتیبان multisite را بازیابی کنید، اول نیاز دارید که وردپرس را به صورت multisite تنظیم نمائید."
#: src/includes/migrator-lite.php:986
msgid "already done"
msgstr "انجام شد"
#: src/includes/migrator-lite.php:946
msgid "skipped (not in list)"
msgstr "پرش (در لیست نمی باشد)"
#: src/includes/class-search-replace.php:99,
#: src/includes/migrator-lite.php:946, src/includes/migrator-lite.php:986
msgid "Search and replacing table:"
msgstr "جستجو و جایگزینی جدول"
#: src/includes/migrator-lite.php:293
msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
msgstr "یک لیست csv وارد نمائید. در غیر اینصورت برای همه جداول خالی بگذارید."
#: src/includes/migrator-lite.php:293
msgid "These tables only"
msgstr "فقط این جداول"
#: src/includes/migrator-lite.php:292
msgid "Rows per batch"
msgstr "ردیف در دسته"
#: src/udaddons/options.php:122
msgid "You have not yet connected with your UpdraftPlus.Com account."
msgstr "شما هنوز به اکانت UpdraftPlus.Com متصل نشده اید."
#: src/udaddons/options.php:122, src/udaddons/options.php:120
msgid "You need to connect to receive future updates to UpdraftPlus."
msgstr "برای دریافت بروزرسانی ها در آینده نیاز به اتصال به UpdraftPlus دارید."
#: src/class-updraftplus.php:5209, src/class-updraftplus.php:5207
msgid "Any support requests to do with %s should be raised with your web hosting company."
msgstr "هر درخواست پشتیبانی با %s باید از ظریق شرکت هاستینگ سایت مطرح گردد."
#: src/class-updraftplus.php:5207
msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc are compatible with the older %s version."
msgstr ""
#: src/class-updraftplus.php:5207
msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
msgstr "این جدیدتر از سروری است که در حال بازسازی درون آن هستید (نسخه %s)"
#: src/class-updraftplus.php:5209, src/class-updraftplus.php:5207
msgid "The site in this backup was running on a webserver with version %s of %s."
msgstr ""
#: src/includes/updraftplus-notices.php:146,
#: src/includes/updraftplus-notices.php:148
msgid "Facebook"
msgstr "فیسبوک"
#: src/includes/updraftplus-notices.php:144,
#: src/includes/updraftplus-notices.php:147,
#: src/templates/wp-admin/settings/header.php:16
msgid "Twitter"
msgstr "توییتر"
#: src/includes/updraftplus-notices.php:143
msgid "UpdraftPlus is on social media - check us out!"
msgstr "UpdraftPlus در رسانه های اجتماعی - از اینجا ما را ببینید:"
#: src/addons/wp-cli.php:979, src/includes/class-filesystem-functions.php:83
msgid "Why am I seeing this?"
msgstr "چرا من این را می بینم؟"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "The location of this directory is set in the expert settings, in the Settings tab."
msgstr "محل این دایرکتوری در تنظیمات پیشرفته در تب تنظیمات قابل تنظیم است."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
msgstr "اینجا را فشار دهید تا درون دایرکتوری UpdraftPlus (بر روی فضای میزبانی خود) را برای هر پشتیبان جدیدی که آپلود کرده اید، مشاهده نمائید."
#: src/admin.php:2458, src/admin.php:2481, src/includes/class-commands.php:992
msgid "Start backup"
msgstr "شروع پشتیبان گیری"
#: src/class-updraftplus.php:5178, src/restorer.php:1882
msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
msgstr "شما در حال استفاده از وب سرور %s هستید، ولی به نظر می رسد که ماژول %s بارگذاری نگردیده است."
#: src/admin.php:4048
msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
msgstr "شما باید با ارائه دهنده سرویس هاست وب سایت خود تماس گرفته و در مورد چگونگی ایجاد دسترسی نوشتن یک افزونه وردپرس به دایرکتوری کمک بخواهید."
#: src/templates/wp-admin/advanced/advanced-tools.php:6
msgid "Unless you have a problem, you can completely ignore everything here."
msgstr "تا زمانی که شما دچار مشکل شده اید، می توانید هرچیزی که در اینجا وجود دارد را نادیده بگیرید."
#: src/admin.php:2722
msgid "This file could not be uploaded"
msgstr "فایل نمی تواند آپلود شود."
#: src/admin.php:2685
msgid "You will find more information about this in the Settings section."
msgstr "شما می توانید اطلاعات بیشتری از این قسمت را در بخش تنظیمات پیدا کنید."
#: src/addons/importer.php:78
msgid "Supported backup plugins: %s"
msgstr "افزونه های پشتیبان گیری قابل پشتیبانی: %s"
#: src/addons/importer.php:78
msgid "Was this a backup created by a different backup plugin? If so, then you might first need to rename it so that it can be recognized - please follow this link."
msgstr ""
#: src/addons/incremental.php:378
msgid "Tell me more about incremental backups"
msgstr "درباره پشتیبان گیری افزایشی بیشتر توضیح بده."
#: src/templates/wp-admin/advanced/site-info.php:57
msgid "Memory limit"
msgstr "محدودیت حافظه"
#: src/restorer.php:2800, src/includes/class-filesystem-functions.php:304
msgid "restoration"
msgstr "بازسازی"
#: src/class-updraftplus.php:3767
msgid "Incremental"
msgstr "افزایشی"
#: src/class-updraftplus.php:3767
msgid "Full backup"
msgstr "پشتیبان گیری کامل"
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "now proceeding with the updates..."
msgstr "درحال اقدام برای بروزرسانی ..."
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "(view log...)"
msgstr "(مشاهده گزارش ...)"
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "Backup succeeded"
msgstr "پشتیبان گیری با موفقیت به اتمام رسید"
#: src/updraftplus.php:122, src/addons/incremental.php:343,
#: src/addons/incremental.php:344, src/addons/incremental.php:345,
#: src/addons/incremental.php:346
msgid "Every %s hours"
msgstr "هر %s ساعت"
#: src/restorer.php:4382, src/restorer.php:4380,
#: src/includes/migrator-lite.php:629, src/includes/migrator-lite.php:627
msgid "search and replace"
msgstr "جستجو و جایگزین کردن"
#: src/includes/migrator-lite.php:295
msgid "Go"
msgstr "برو"
#: src/includes/migrator-lite.php:284
msgid "A search/replace cannot be undone - are you sure you want to do this?"
msgstr "یک فرایند جستجو/جایگزین کردن نمیتواند بازگردانده شود - آیا مطمئن هستید که میخواهید این کار را انجام دهید؟"
#: src/includes/migrator-lite.php:283
msgid "This can easily destroy your site; so, use it with care!"
msgstr "این مورد میتواند به راحتی سایت شما را تخریب کند؛ بنابراین با دقت استفاده کنید!"
#: src/includes/migrator-lite.php:238, src/includes/migrator-lite.php:291
msgid "Replace with"
msgstr "جایگزین کن با"
#: src/includes/migrator-lite.php:237, src/includes/migrator-lite.php:290
msgid "Search for"
msgstr "جستجو کن برای"
#: src/includes/migrator-lite.php:236, src/includes/migrator-lite.php:282,
#: src/templates/wp-admin/advanced/search-replace.php:7,
#: src/templates/wp-admin/advanced/tools-menu.php:20
msgid "Search / replace database"
msgstr "جستجو / جایگزین کردن دیتابیس"
#: src/includes/migrator-lite.php:242
msgid "search term"
msgstr "شرایط جستجو"
#: src/restorer.php:4049
msgid "Too many database errors have occurred - aborting"
msgstr "خطاهای بسیار زیادی مربوط به دیتابیس بوجود آمد - درحال خاتمه دادن"
#: src/class-updraftplus.php:3839
msgid "read more at %s"
msgstr "در %s بیشتر بخوانید"
#: src/class-updraftplus.php:3839
msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
msgstr "گزارشهای ایمیلی ایجاد شده توسط نسخه رایگان UpdraftPlus آخرین اخبار وبسایت UpdraftPlus.com را برایتان ارائه میکند"
#: src/methods/googledrive.php:1500
msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
msgstr "اگر UpdraftPlus را بر روی چندین سایت مختلف وردپرسی نصب کنید، نمیتوانید پروژه تان را دوباره استفاده کنید؛ باید برای هر یک از سایتها، باید مورد جدیدی از کنسول API گوگل خود ایجاد کنید."
#: src/includes/class-backup-history.php:133
msgid "You have not yet made any backups."
msgstr "شما تا کنون پشتیبانای نساخته اید."
#: src/templates/wp-admin/settings/form-contents.php:153
msgid "Database Options"
msgstr "تنظیمات دیتابیس"
#: src/templates/wp-admin/advanced/site-info.php:92
msgid "%s (%s used)"
msgstr "%s (%s استفاده شده)"
#: src/templates/wp-admin/advanced/site-info.php:92
msgid "Free disk space in account:"
msgstr "فضای دیسک خالی موجود در این اکانت:"
#: src/admin.php:5638, src/templates/wp-admin/settings/take-backup.php:52
msgid "This button is disabled because your backup directory is not writable (see the settings)."
msgstr "این کلید غیرفعال است چون پوشه پشتیبان گیری شما غیر قابل نوشتن است (تنظیمات را مشاهده کنید)."
#: src/admin.php:1371
msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
msgstr "برای تغییر هرگونه تنظیمی از تنظیمات پیشفرض چیزهایی که پشتیبان گرفته شده اند، برای پیکربندی پشتیبان گیریهای زمان بندی شده، برای ارسال پشتیبان های شما به مخزن ذخیره سازی از راه دور (توصیه میشود)، و بیشتر، به بخش تنظیمات بروید."
#: src/admin.php:1371
msgid "To make a backup, just press the Backup Now button."
msgstr "برای ایجاد پشتیبان، بر روی کلید {همین حالا پشتیبان بگیر} کلیک کنید."
#: src/admin.php:1371
msgid "Welcome to UpdraftPlus!"
msgstr "به UpdraftPlus خوش آمدید!"
#: src/addons/moredatabase.php:281
msgid "Testing..."
msgstr "درحال تست ..."
#: src/addons/moredatabase.php:268
msgid "Test connection..."
msgstr "تست ارتباط ..."
#: src/addons/moredatabase.php:267
msgid "Table prefix"
msgstr "پیشوند جدول"
#: src/addons/moredatabase.php:261
msgid "Backup external database"
msgstr "پشتیبان گیری از دیتابیس خارجی"
#: src/addons/moredatabase.php:201
msgid "Add an external database to backup..."
msgstr "افزودن یک دیتابیس خارجی به پشتیبان گیری ..."
#: src/addons/moredatabase.php:197
msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
msgstr "اگر دیتابیس شما شمایل تیبل هایی هست که بخشی از وردپرس نیستند این گزینه را علامت بزنید تا از انها نیز پشتیبان تهیه شود ."
#: src/addons/moredatabase.php:196
msgid "Backup non-WordPress tables contained in the same database as WordPress"
msgstr "پشتیبان های تیبل های غیر وردپرس نیز به طور یکجا در دیتابیس وردپرس قرار گرفت"
#: src/addons/moredatabase.php:196
msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
msgstr "این گزینه باعث می شود که از تیبل هایی که متعلق به وردپرس نیستند نیز پشتیبان تهیه شود .(تعریف شده توسط پیشوند , %s )"
#: src/addons/moredatabase.php:181
msgid "Connection failed."
msgstr "ارتباط برقرار نشد."
#: src/addons/moredatabase.php:179
msgid "Connection succeeded."
msgstr "ارتباط با موفقیت برقرار شد."
#: src/addons/moredatabase.php:161
msgid "%s total table(s) found; %s with the indicated prefix."
msgstr "%s جدول یافته شد. %s با پیشوند یافته شد."
#: src/addons/moredatabase.php:155
msgid "%s table(s) found."
msgstr "%s جدول (ها) یافته شد."
#: src/addons/moredatabase.php:128
msgid "database connection attempt failed"
msgstr "تلاش برای ارتباط با دیتابیس با مشکل مواجه شد."
#: src/addons/moredatabase.php:117
msgid "database name"
msgstr "نام دیتابیس"
#: src/addons/moredatabase.php:115
msgid "host"
msgstr "میزبان"
#: src/addons/moredatabase.php:113
msgid "user"
msgstr "کاربر"
#: src/class-updraftplus.php:2046
msgid "External database (%s)"
msgstr "دیتابیس خارجی (%s)"
#: src/methods/googledrive.php:1496
msgid "Follow this link to your Google API Console, and there activate the Drive API and create a Client ID in the API Access section."
msgstr "این لینک را برای دسترسی به کنسول API گوگل دنبال کنید و دیسک API را فعال و یک آی دی کاربری در قسمت دسترسی API ایجاد نمایید."
#: src/methods/googledrive.php:717
msgid "failed to access parent folder"
msgstr "دسترسی به پوشه ی مادر با مشکل مواجه شد"
#: src/addons/googlecloud.php:884, src/addons/onedrive.php:981,
#: src/addons/onedrive.php:992, src/methods/googledrive.php:638,
#: src/methods/googledrive.php:651
msgid "However, subsequent access attempts failed:"
msgstr "اما , تلاش برای دسترسی بعدی با مشکل مواجه شد."
#: src/admin.php:4540, src/addons/wp-cli.php:440
msgid "External database"
msgstr "دیتابیس خارجی"
#: src/templates/wp-admin/settings/form-contents.php:321
msgid "This will also cause debugging output from all plugins to be shown upon this screen - please do not be surprised to see these."
msgstr "این گزینه یک خروجی دیباگ شده برای تمام پلاگین های شما ایجاد خواهد نمود - لطفا از دیدن ان شگفت زده نشید ."
#: src/templates/wp-admin/settings/form-contents.php:234
msgid "Backup more databases"
msgstr "پشتیبانگیری از پایگاهدادههای بیشتر"
#: src/templates/wp-admin/settings/form-contents.php:193
msgid "First, enter the decryption key"
msgstr "ابتدا, کلید رمزگشایی را وارد کنید"
#: src/templates/wp-admin/settings/form-contents.php:176
msgid "You can manually decrypt an encrypted database here."
msgstr " در اینجا شما می توانید به صورت دستی از دیتابیس های رمزگذاری شده رمزگشایی کنید ."
#: src/templates/wp-admin/settings/form-contents.php:162
msgid "It can also backup external databases."
msgstr "اون میتواند از دیتابییس خارجی پشتیبانگیری کند."
#: src/templates/wp-admin/settings/form-contents.php:162
msgid "Don't want to be spied on? UpdraftPlus Premium can encrypt your database backup."
msgstr "نمیخواید جاسوسی کنید ؟ UpdraftPlus پرمیوم میتواند دیتابیس شما را رمزگذاری کند ."
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "use UpdraftPlus Premium"
msgstr "استفاده از UpdraftPlus تجاری"
#: src/includes/class-wpadmin-commands.php:146
msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
msgstr "تنها دیتابیس های وردپرس قایل بازیابی هست. برای دیتابیس های خارجی باید دستی عمل کنید ."
#: src/restorer.php:3214, src/restorer.php:3947, src/restorer.php:4037,
#: src/restorer.php:4020
msgid "An error occurred on the first %s command - aborting run"
msgstr "در اولین %s دستور یک مشکل رخ داد - در حال لغو."
#: src/backup.php:1593, src/addons/moredatabase.php:136
msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
msgstr "ارتباط با مشکل مواجه شد : جزئیات دسترسی را چک کنید , که سرور دیتابیس آنلاین باشد و شبکه ی ارتباطی توسط فایروال محدود نشده باشد."
#: src/backup.php:1593
msgid "database connection attempt failed."
msgstr "تلاش برای ارتباط با دیتابیس با مشکل مواجه شد."
#: src/includes/migrator-lite.php:877
msgid "Warning: the database's home URL (%s) is different to what we expected (%s)"
msgstr "اخطار: آدرس صفحه ی اصلی دیتابیس (%s) متفاوت از آن چیزی است که ما انتظار داریم (%s)"
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:111,
#: src/addons/google-enhanced.php:128, src/addons/google-enhanced.php:134
msgid "In %s, path names are case sensitive."
msgstr "در %s، نام آدرس به حروف کوچک و بزرگ حساس است."
#: src/addons/azure.php:700, src/addons/google-enhanced.php:110,
#: src/addons/google-enhanced.php:128, src/addons/onedrive.php:1322
msgid "If you leave it blank, then the backup will be placed in the root of your %s"
msgstr "در صورتیکه خالی بگذارید، فایل پشتیبان در شاخه اصلی %s شما درج خواهد شد."
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:128,
#: src/addons/googlecloud.php:1308, src/addons/onedrive.php:1322
msgid "e.g. %s"
msgstr "مثال %s"
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:128,
#: src/addons/onedrive.php:1322
msgid "Enter the path of the %s folder you wish to use here."
msgstr "مسیر فولدر %s که مایلید استفاده کنید را اینجا وارد کنید."
#: src/methods/openstack2.php:257
msgid "Container"
msgstr "کانتینر"
#: src/methods/openstack2.php:253
msgid "Leave this blank, and a default will be chosen."
msgstr "اگر خالی بماند، یک پیشفرض برایش انتخاب خواهد شد."
#: src/methods/openstack2.php:249
msgid "Tenant"
msgstr "مستاجر"
#: src/admin.php:1109, src/admin.php:6083, src/restorer.php:392,
#: src/restorer.php:390, src/methods/openstack2.php:251,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "Follow this link for more information"
msgstr "برای اطلاعات بیشتر این لینک را دنبال کنید"
#: src/methods/openstack2.php:130
msgid "authentication URI"
msgstr "احراز هویت URI"
#: src/methods/addon-base-v2.php:239, src/methods/addon-base-v2.php:259
msgid "Failed to download %s"
msgstr "ناموفق در دانلود نمودن %s"
#: src/methods/addon-base-v2.php:253
msgid "Failed to download"
msgstr "ناموفق در دانلود"
#: src/methods/addon-base-v2.php:138
msgid "failed to list files"
msgstr "ناموفق در لیست نمودن فایل ها"
#: src/methods/addon-base-v2.php:100, src/methods/addon-base-v2.php:105
msgid "Failed to upload %s"
msgstr "ناموفق در آپلود %s"
#: src/addons/pcloud.php:710, src/methods/dropbox.php:910,
#: src/methods/dropbox.php:912
msgid "Success:"
msgstr "موفق:"
#: src/addons/googlecloud.php:1318, src/addons/onedrive.php:1333,
#: src/methods/googledrive.php:1506
msgid "After you have saved your settings (by clicking 'Save Changes' below), then come back here once and follow this link to complete authentication with %s."
msgstr ""
#: src/methods/dropbox.php:605
msgid "Dropbox"
msgstr "دراپ باکس"
#: src/addons/onedrive.php:1328, src/addons/pcloud.php:549,
#: src/methods/dropbox.php:605
msgid "Authenticate with %s"
msgstr "احراز هویت با %s"
#: src/methods/cloudfiles.php:415, src/methods/openstack-base.php:460
msgid "Error downloading remote file: Failed to download"
msgstr "خطا در دانلود فایل ریموت: دانلود ناموفق"
#: src/methods/openstack-base.php:531, src/methods/openstack-base.php:536
msgid "Region: %s"
msgstr "منطقه: %s"
#: src/methods/openstack-base.php:530
msgid "%s error - we accessed the container, but failed to create a file within it"
msgstr "خطای %s - ما به کانتینر دسترسی پیدا کردیم، اما نتوانستیم فایلی درون آن ایجاد کنیم"
#: src/methods/openstack-base.php:446
msgid "The %s object was not found"
msgstr "موضوع %s یافت نشد"
#: src/methods/openstack-base.php:56, src/methods/openstack-base.php:369,
#: src/methods/openstack-base.php:438
msgid "Could not access %s container"
msgstr "نمی توان به کانتینر %s دسترسی پیدا کرد"
#: src/methods/openstack-base.php:48, src/methods/openstack-base.php:122,
#: src/methods/openstack-base.php:129, src/methods/openstack-base.php:361,
#: src/methods/openstack-base.php:426
msgid "%s error - failed to access the container"
msgstr "خطای %s - ناموفق در دسترسی به کانتینر"
#: src/addons/googlecloud.php:1341, src/addons/onedrive.php:1355,
#: src/addons/pcloud.php:568, src/methods/dropbox.php:750
msgid "Account holder's name: %s."
msgstr "نام صاحب حساب: %s"
#: src/methods/googledrive.php:1502
msgid "To be able to set a custom folder name, use UpdraftPlus Premium."
msgstr "اگر می خواهید توانایی انتخاب نام فولدر دلخواه خود را داشته باشید، از آپ درفت پلاس پریمیوم استفاده کنید."
#: src/methods/googledrive.php:1501
msgid "It is an ID number internal to Google Drive"
msgstr "این یک شماره شناسه ی داخلی برای گوگل درایو می باشد"
#: src/methods/googledrive.php:1501
msgid "This is NOT a folder name."
msgstr "این نام فولدر نیست."
#: src/addons/google-enhanced.php:126, src/methods/googledrive.php:1493
msgid "Folder"
msgstr "فولدر"
#: src/addons/onedrive.php:526
msgid "%s download: failed: file not found"
msgstr "دانلود %s: ناموفق: فایل یافت نشد"
#: src/addons/googlecloud.php:904, src/methods/googledrive.php:674
msgid "Name: %s."
msgstr "نام: %s"
#: src/methods/googledrive.php:339
msgid "Google Drive list files: failed to access parent folder"
msgstr "لیست فایل های Google Drive : دسترسی به پوشه ی مادر با شکست مواجه شد."
#: src/methods/insufficient.php:121
msgid "Your %s version: %s."
msgstr "نسخه ی %s شما: %s."
#: src/methods/addon-not-yet-present.php:127, src/methods/insufficient.php:120
msgid "You will need to ask your web hosting company to upgrade."
msgstr "شما نیاز خواهید داشت با شرکت هاستینگ خود برای ارتقا تماس بگیرید."
#: src/methods/addon-not-yet-present.php:27, src/methods/insufficient.php:21
msgid "This remote storage method (%s) requires PHP %s or later."
msgstr "این روش ذخیره سازی دستی (%s) نیازمند PHP %s یا جدیدتر می باشد."
#: src/templates/wp-admin/advanced/site-info.php:118
msgid "Call"
msgstr "تماس"
#: src/templates/wp-admin/advanced/site-info.php:116,
#: src/templates/wp-admin/advanced/site-info.php:116
msgid "Fetch"
msgstr "بازخوانی"
#: src/addons/migrator.php:315,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:72,
#: src/templates/wp-admin/settings/form-contents.php:183,
#: src/templates/wp-admin/settings/tab-backups.php:74
msgid "This feature requires %s version %s or later"
msgstr "این امکانات نیازمند %s نسخه %s یا جدیدتر میباشد."
#: src/restorer.php:857
msgid "Failed to unpack the archive"
msgstr "ناموفق در بازگشایی آرشیو"
#: src/class-updraftplus.php:1638, src/methods/cloudfiles.php:428
msgid "Error - failed to download the file"
msgstr "خطا - ناموفق در دانلود فایل"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "Rescan local folder for new backup sets"
msgstr "جستجوی مجدد فولدر جهت ایجاد بکاپ"
#: src/udaddons/updraftplus-addons.php:325
msgid "You should update UpdraftPlus to make sure that you have a version that has been tested for compatibility."
msgstr "شما باید UpdraftPlus را به روز رسانی کنید تا مطمئن شوید که نسخه شما تست سازگاری شده است."
#: src/udaddons/updraftplus-addons.php:325
msgid "It has been tested up to version %s."
msgstr "تا نسخه ی %s تست شده است."
#: src/udaddons/updraftplus-addons.php:325
msgid "The installed version of UpdraftPlus Backup/Restore has not been tested on your version of WordPress (%s)."
msgstr " نسخه پشتیبان / بازیابی UpdraftPlus هنوز روی نسخه ی وردپرس (%s) شما تست نشده است."
#: src/addons/sftp.php:646
msgid "password/key"
msgstr "رمز/کلید"
#: src/admin.php:990, src/addons/migrator.php:554, src/addons/sftp.php:613,
#: src/templates/wp-admin/settings/temporary-clone.php:68
msgid "Key"
msgstr "کلید"
#: src/addons/sftp.php:616
msgid "Your login may be either password or key-based - you only need to enter one, not both."
msgstr "برای ورود تنها نیاز بهیک پسورد یا کلید میباشد نه هر دو."
#: src/addons/sftp.php:428
msgid "The key provided was not in a valid format, or was corrupt."
msgstr "فرمت کلید ارائه شده صحیح نیست یا اینکه خراب است."
#: src/addons/sftp.php:124
msgid "SCP/SFTP password/key"
msgstr "رمز/ کلید SCP/SFTP"
#: src/admin.php:4584, src/addons/wp-cli.php:451
msgid "Files backup (created by %s)"
msgstr "فایل پشتیبان ایجاد شد ( توسط %s) "
#: src/admin.php:4584, src/addons/wp-cli.php:451
msgid "Files and database WordPress backup (created by %s)"
msgstr "فایل ها و دیتابیس وردپرس پشتیبان گیری شد .( توسط %s)"
#: src/admin.php:4578, src/addons/importer.php:278,
#: src/includes/class-backup-history.php:534
msgid "Backup created by: %s."
msgstr "بوسیله ی %s پشتیبان ایجاد شد. "
#: src/admin.php:4538, src/addons/wp-cli.php:434
msgid "Database (created by %s)"
msgstr "دیتابیس ( ایجاد شده توسط %s)"
#: src/admin.php:4532, src/admin.php:4580, src/addons/wp-cli.php:432
msgid "unknown source"
msgstr "منبع نامشخص"
#: src/templates/wp-admin/advanced/site-info.php:122,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:56,
#: src/templates/wp-admin/settings/tab-backups.php:60
msgid "Rescan remote storage"
msgstr "اسکن دوباره فضا"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:51,
#: src/templates/wp-admin/settings/tab-backups.php:55
msgid "Upload backup files"
msgstr "آپلود فایل های پشتیبان"
#: src/admin.php:2737
msgid "This backup was created by %s, and can be imported."
msgstr "این پشتیبان ایجاد شده توسط %s و میتواند بارگزای شود ."
#: src/admin.php:1429
msgid "Read this page for a guide to possible causes and how to fix it."
msgstr "برای راهنمایی این صفحه را مطالعه کنید تا از نکات امکان پذیر برای حل مشکل اطلاع پیدا کنید."
#: src/admin.php:951, src/includes/class-backup-history.php:541
msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
msgstr "اگر این فایل پشتیبان توسط پلاگین های دیگری ایجاد شده ممکن است نسخه ی تجاری UpdraftPlus به شما کمک کند ."
#: src/admin.php:950
msgid "However, UpdraftPlus archives are standard zip/SQL files - so if you are sure that your file has the right format, then you can rename it to match that pattern."
msgstr "اگر چه , فایل فایل های آرشیو UpdraftPlus از فرمت های استاندارد zip/SQL هستند اگر شما مطمئن هستید که فرمت های شما صحیح میباشند شما میتوانید آنها را به الگوی صحیح تغییر نام دهید ."
#: src/includes/class-backup-history.php:541
msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
msgstr "این فایل به نظر میرسد از فایل های پشتیبان UpdraftPlus نمیباشد ( فایل هایی با فرمت هایی مثل : zip یا gz با نام هایی مثل : backup_(time)_(site name)_(code)_(type).(zip|gz) )"
#: src/admin.php:4581, src/restorer.php:2769,
#: src/includes/class-wpadmin-commands.php:159
msgid "Backup created by unknown source (%s) - cannot be restored."
msgstr "فایل پشتیبان توسط منبع نامشخصی ایجاد شده (%s) است و نمیتواند بازیابی شود ."
#: src/restorer.php:1742, src/restorer.php:1694
msgid "The WordPress content folder (wp-content) was not found in this zip file."
msgstr "پوشه ی محتویات وردپرس (wp-content) در این فایل زیپ یافت نشد."
#: src/restorer.php:1587
msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
msgstr "این نسخه از UpdraftPlus توانایی پشتیبانی از این نوع فایل پشتیبان بیگانه را ندارد "
#: src/methods/dropbox.php:406
msgid "%s returned an unexpected HTTP response: %s"
msgstr "%s پاسخ HTTP ناخواسته ای بازگشت داده شد :%s"
#: src/addons/sftp.php:1180
msgid "The UpdraftPlus module for this file access method (%s) does not support listing files"
msgstr "روش دسترسی (%s) به فایل توسط ماژول UpdraftPlus در لیست فایل ها پشتیبانی نمیشود ."
#: src/addons/backblaze.php:665, src/methods/cloudfiles.php:244,
#: src/methods/dropbox.php:388, src/methods/openstack-base.php:117
msgid "No settings were found"
msgstr "هیچ تنظیماتی یافت نشد"
#: src/includes/class-backup-history.php:729
msgid "One or more backups has been added from scanning remote storage; note that these backups will not be automatically deleted through the \"retain\" settings; if/when you wish to delete them then you must do so manually."
msgstr "یک یا چندین پشتیبان از طریق اسکن کردن فضای ذخیره سازی ریموت، افزوده شدند. توجه کنید که این پشتیبان ها به صورت خودکار طبق تنظیمات \"حفظ پشتیبان ها\" حذف نخواهند شد. اگر/وقتی که شما تصمیم به حذف کردن آن دارید، باید این کار را به صورت دستی انجام دهید."
#: src/admin.php:915
msgid "Rescanning remote and local storage for backup sets..."
msgstr "جستوجوی دوباره مکان های ذخیره سازی برای مجموعه فایل های پشتیبانی..."
#: src/addons/googlecloud.php:1312, src/addons/s3-enhanced.php:73,
#: src/addons/s3-enhanced.php:81, src/methods/s3generic.php:203,
#: src/methods/s3generic.php:209
msgid "(Read more)"
msgstr "(ادامه مطلب)"
#: src/addons/reporting.php:518
msgid "Log all messages to syslog (only server admins are likely to want this)"
msgstr "گزارش تمام پیام ها در گزارش سیستم ( تنها ادمین سرور ها اینو میخواهند )"
#: src/addons/morefiles.php:433
msgid "No backup of location: there was nothing found to back up"
msgstr ""
#: src/addons/moredatabase.php:260, src/addons/morefiles.php:334,
#: src/addons/morefiles.php:1056, src/addons/reporting.php:543
msgid "Remove"
msgstr "حذف"
#: src/methods/s3.php:940, src/methods/s3.php:1084
msgid "Other %s FAQs."
msgstr " %s سوالات متداول دیگر"
#: src/templates/wp-admin/settings/form-contents.php:321
msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
msgstr "این گزینه را برای دریافت اطلاعات و ایمیل های فرآیند پشتیبان گیری انتخاب کنید - برای زمانی که فرایند با مشکل مواجه می شوند مفید هست ."
#: src/includes/class-filesystem-functions.php:304, src/methods/ftp.php:116
msgid "Your hosting company must enable these functions before %s can work."
msgstr "شررکت هاست شما باید ایت تابع را فعال کنید قبل از اینکه %s بتواند کار کند ."
#: src/includes/class-filesystem-functions.php:304, src/methods/ftp.php:116
msgid "Your web server's PHP installation has these functions disabled: %s."
msgstr "تنظیمات نصب وب سرور PHP شما این تابع را غیر فعال کرده است : %s ."
#: src/methods/ftp.php:113
msgid "encrypted FTP (explicit encryption)"
msgstr "FTP رمزگذاری شده ( رمزگذاری صریح)"
#: src/methods/ftp.php:112
msgid "encrypted FTP (implicit encryption)"
msgstr "FTP رمزگذاری شده ( رمزگذاری ضمنی)"
#: src/methods/ftp.php:111
msgid "regular non-encrypted FTP"
msgstr "FTP غیر رمزگداری شده ی معمولی"
#: src/restorer.php:3041
msgid "Backup created by:"
msgstr "پشتیبانی ایجاد شده بوسیله ی :"
#: src/udaddons/options.php:536
msgid "Available to claim on this site"
msgstr "در این سایت امکان پذیره"
#: src/udaddons/updraftplus-addons.php:357
msgid "To maintain your access to support, please renew."
msgstr "برای باقی ماند دسترسی به پشتیبانی , لطفا تجدید کنید ."
#: src/udaddons/updraftplus-addons.php:357
msgid "Your paid access to UpdraftPlus support will soon expire."
msgstr "دسترسی تجاری شما برای پشتیبانی UpdraftPlus به زودی به اتمام خواهد رسید."
#: src/udaddons/updraftplus-addons.php:355
msgid "To regain your access, please renew."
msgstr "برای دسترسی دوباره، لطفا تجدید کنید."
#: src/udaddons/updraftplus-addons.php:355
msgid "Your paid access to UpdraftPlus support has expired."
msgstr "دسترسی تجاری شما به پشتیبانی UpdraftPlus به اتمام رسیده است."
#: src/udaddons/updraftplus-addons.php:346
msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
msgstr "دسترسی تجاری شما برای بروزرسانی های UpdraftPlus برای این سایت به زودی به اتمام خواهد رسید."
#: src/udaddons/updraftplus-addons.php:346,
#: src/udaddons/updraftplus-addons.php:344
msgid "To retain your access, and maintain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
msgstr "برای حفظ دسترسیتان و ادامه استفاده از بروزرسانی ها (که شامل قابلیت های جدید و سازگاری با نسخه های جدید وردپرس است) و برای پشتیبانی، لطفا تجدید کنید."
#: src/udaddons/updraftplus-addons.php:344
msgid "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this site will soon expire."
msgstr "دسترسی تجاری شما به بروزرسانی های UpdraftPlus برای %s از %s افزونه های روی این سایت به زودی به اتمام خواهد رسید."
#: src/udaddons/updraftplus-addons.php:338
msgid "Your paid access to UpdraftPlus updates for %s add-ons on this site has expired."
msgstr "دسترسی تجاری شما به آپدیت های UpdraftPlus برای افزونه های %s روی این سایت منقضی شده است."
#: src/udaddons/updraftplus-addons.php:338,
#: src/udaddons/updraftplus-addons.php:332
msgid "To regain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
msgstr "برای دسترسی دوباره به بروزرسانی ها (که شامل قابلیت های جدید و سازگاری با نسخه های جدید وردپرس است) و پشتیبانی، لطفا تجدید کنید."
#: src/udaddons/updraftplus-addons.php:294
msgid "Dismiss from main dashboard (for %s weeks)"
msgstr "نادیده گرفتن از داشبورد اصلی (برای %s هفته)"
#: src/includes/class-filesystem-functions.php:355
msgid "The attempt to undo the double-compression succeeded."
msgstr "تلاش برای خنثی کردن فشردگی دولایی موفقیت آمیز بود."
#: src/includes/class-filesystem-functions.php:353,
#: src/includes/class-filesystem-functions.php:331
msgid "The attempt to undo the double-compression failed."
msgstr "تلاش برای خنثی کردن فشردگی دولایی با شکست مواجه شد."
#: src/includes/class-filesystem-functions.php:324
msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
msgstr "فایل دیتابیس به نظر میرسد که دوبار فشرده سازی شده است - ممکن است وبسایتی که از آن دانلود کرده این دارای اشکال در پیکربندی وب سرور باشد."
#: src/includes/class-wpadmin-commands.php:399
msgid "Constants"
msgstr "ثابت ها"
#: src/backup.php:1972
msgid "Failed to open database file for reading:"
msgstr "بازکردن فایل دستابیس با شکست مواجه شد برای خواندن:"
#: src/backup.php:1645
msgid "No database tables found"
msgstr "هیچ تیبلی در دیتابیس پیدا نشد"
#: src/backup.php:1643
msgid "please wait for the rescheduled attempt"
msgstr "لطفا برای تلاش های برنامه ریزی شده منتظر بمانید"
#: src/addons/onedrive.php:147
msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
msgstr "حساب کاربری پر شده است: حساب کاربری %s شما فقط %d بایت دیگر دارد، ولی فایلی که در حال بارگزاری آن هستید %d بایت دیگر باقی مانده است (حجم کل: %d بایت)"
#: src/udaddons/updraftplus-addons.php:658,
#: src/udaddons/updraftplus-addons.php:564
msgid "Errors occurred:"
msgstr "خطایی رخ داده است:"
#: src/admin.php:5152, src/addons/wp-cli.php:761
msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
msgstr "از طریق این لینک می توانید فایل سوابق بازیابی را دانلود نمائید (برای درخواست های پشتیبانی نیاز دارید)."
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "See this FAQ also."
msgstr "این FAQ را هم ملاحظه نمائید."
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:36
msgid "Retrieving (if necessary) and preparing backup files..."
msgstr ""
#: src/restorer.php:1579
msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete old folders\" button to delete them before trying again): %s"
msgstr ""
#: src/admin.php:1375, src/class-updraftplus.php:1030
msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
msgstr "مقدار زمانی که برای اجرای افزونه های وردپرس اجازه داده شده است (%s ثانیه) خیلی کم است - شما برای اجتناب از رخ دادن خطا در پشتیبان گیری باید آن را افزایش دهید (با شرکت هاست خود صحبت کنید تا به شما کمک کنند - تنظیمات PHP در max_execution_time است؛ پیشنهاد می شود آن را به %s ثانیه و یا بیشتر تغییر دهید)"
#: src/includes/migrator-lite.php:209
msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
msgstr "این افزونه غیر فعال گردید: %s: هر زمان که آماده بودید، برای فعالسازی مجدد آن به صورت دستی اقدام نمائید."
#: src/addons/sftp.php:946, src/addons/sftp.php:943,
#: src/includes/ftp.class.php:61, src/includes/ftp.class.php:58
msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
msgstr "زمان اتصال %s منقضی شد؛ اگر سرور را درست وارد کرده اید، ممکن است به خاطر بلوکه کردن توسط فایروال اتفاق افتاده باشد- باید با شرکت هاست خود کنترل نمائید."
#: src/admin.php:1934, src/addons/moredatabase.php:168
msgid "Messages:"
msgstr "پیغام:"
#: src/restorer.php:3821
msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
msgstr ""
#: src/restorer.php:1258
msgid "The directory does not exist"
msgstr "دایرکتوری موجود نمی باشد"
#: src/addons/cloudfiles-enhanced.php:298
msgid "New User's Email Address"
msgstr "ایمیل کاربر جدید"
#: src/addons/cloudfiles-enhanced.php:295
msgid "New User's Username"
msgstr "نام کاربری کاربر جدید"
#: src/addons/cloudfiles-enhanced.php:292
msgid "Admin API Key"
msgstr "کلید API ادمین"
#: src/addons/cloudfiles-enhanced.php:289
msgid "Admin Username"
msgstr "نام کاربری ادمین"
#: src/addons/cloudfiles-enhanced.php:284
msgid "US or UK Rackspace Account"
msgstr "حساب کاربری US یا UK Rackspace"
#: src/addons/cloudfiles-enhanced.php:276
msgid "Enter your Rackspace admin username/API key (so that Rackspace can authenticate your permission to create new users), and enter a new (unique) username and email address for the new user and a container name."
msgstr ""
#: src/addons/cloudfiles-enhanced.php:273
msgid "Create new API user and container"
msgstr "ساخت کاربر API و کانتینر جدید"
#: src/addons/cloudfiles-enhanced.php:205
msgid "API Key: %s"
msgstr "کلید API: %s"
#: src/addons/cloudfiles-enhanced.php:205
msgid "Password: %s"
msgstr "رمز عبور: %s"
#: src/addons/cloudfiles-enhanced.php:205, src/addons/s3-enhanced.php:388
msgid "Username: %s"
msgstr "نام کاربری: %s"
#: src/addons/cloudfiles-enhanced.php:164,
#: src/addons/cloudfiles-enhanced.php:167,
#: src/addons/cloudfiles-enhanced.php:171,
#: src/addons/cloudfiles-enhanced.php:183,
#: src/addons/cloudfiles-enhanced.php:190,
#: src/addons/cloudfiles-enhanced.php:194
msgid "Cloud Files operation failed (%s)"
msgstr "عدم موفقیت در عملیات فایل های ابری (%s)"
#: src/addons/cloudfiles-enhanced.php:162
msgid "Conflict: that user or email address already exists"
msgstr "تداخل: این کاربر و یا ایمیل وجود دارد"
#: src/addons/cloudfiles-enhanced.php:94
msgid "You need to enter a valid new email address"
msgstr "یک ایمیل معتبر وارد نمائید"
#: src/addons/cloudfiles-enhanced.php:90
msgid "You need to enter a container"
msgstr "یک container وارد نمائید"
#: src/addons/cloudfiles-enhanced.php:87
msgid "You need to enter a new username"
msgstr "یک نام کاربری جدید وارد نمائید"
#: src/addons/cloudfiles-enhanced.php:84
msgid "You need to enter an admin API key"
msgstr "نیاز به وارد کردن کلید API دارید"
#: src/addons/cloudfiles-enhanced.php:81
msgid "You need to enter an admin username"
msgstr "باید نام کاربری ادمین را وارد نمایید"
#: src/addons/cloudfiles-enhanced.php:67
msgid "Create a new API user with access to only this container (rather than your whole account)"
msgstr "ساخت کاربر API جدید با دسترسی به این کانتینر (به غیر از کل کاربر شما)"
#: src/addons/cloudfiles-enhanced.php:305, src/methods/cloudfiles-new.php:129,
#: src/methods/cloudfiles-new.php:298, src/methods/cloudfiles.php:507
msgid "Cloud Files Container"
msgstr "کانتینر فایل های ابری"
#: src/methods/cloudfiles-new.php:124, src/methods/cloudfiles-new.php:296,
#: src/methods/cloudfiles.php:502
msgid "Cloud Files API Key"
msgstr "کلید API فایل های ابری"
#: src/methods/cloudfiles-new.php:119, src/methods/cloudfiles-new.php:295
msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use Premium."
msgstr ""
#: src/methods/cloudfiles-new.php:116, src/methods/cloudfiles-new.php:294
msgid "Cloud Files Username"
msgstr "نام کاربری فضای ابری"
#: src/addons/cloudfiles-enhanced.php:54, src/methods/cloudfiles-new.php:148
msgid "London (LON)"
msgstr "لندن (LON)"
#: src/addons/cloudfiles-enhanced.php:53, src/methods/cloudfiles-new.php:147
msgid "Hong Kong (HKG)"
msgstr "هنگ کنگ (HKG)"
#: src/addons/cloudfiles-enhanced.php:52, src/methods/cloudfiles-new.php:146
msgid "Northern Virginia (IAD)"
msgstr "Northern Virginia (IAD)"
#: src/addons/cloudfiles-enhanced.php:51, src/methods/cloudfiles-new.php:145
msgid "Chicago (ORD)"
msgstr "Chicago (ORD)"
#: src/addons/cloudfiles-enhanced.php:50, src/methods/cloudfiles-new.php:144
msgid "Sydney (SYD)"
msgstr "Sydney (SYD)"
#: src/addons/cloudfiles-enhanced.php:49, src/methods/cloudfiles-new.php:143
msgid "Dallas (DFW) (default)"
msgstr "Dallas (DFW) (default)"
#: src/addons/cloudfiles-enhanced.php:301, src/methods/cloudfiles-new.php:106,
#: src/methods/cloudfiles-new.php:293
msgid "Cloud Files Storage Region"
msgstr "ناحیه ذخیره فضای ابری"
#: src/methods/cloudfiles-new.php:99
msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
msgstr "حساب های کاربری ساخته شده در rackspacecloud.com حساب های آمریکا هستند؛ حساب های کاربری ساخته شده در rackspace.co.uk حساب های انگلیس محور هستند."
#: src/methods/cloudfiles-new.php:97, src/methods/cloudfiles-new.php:287
msgid "US or UK-based Rackspace Account"
msgstr "حساب کاربری US یا UK-based Rackspace"
#: src/addons/cloudfiles-enhanced.php:285, src/methods/cloudfiles-new.php:97,
#: src/methods/cloudfiles-new.php:288
msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
msgstr "حساب های کاربری ساخته شده در rackspacecloud.com حساب های آمریکا هستند؛ حساب های کاربری ساخته شده در rackspace.co.uk حساب های انگلیس هستند."
#: src/addons/cloudfiles-enhanced.php:160, src/addons/s3-enhanced.php:300,
#: src/methods/cloudfiles-new.php:37, src/methods/openstack-base.php:491,
#: src/methods/openstack-base.php:489, src/methods/openstack-base.php:512,
#: src/methods/openstack2.php:33
msgid "Authorisation failed (check your credentials)"
msgstr "عدم تایید مجوز (اعتبار خود را بررسی نمائید)"
#: src/addons/wp-cli.php:1082, src/includes/class-commands.php:908,
#: src/methods/updraftvault.php:844, src/udaddons/options.php:244
msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
msgstr "خطای ناشناخته در هنگام اتصال به UpdraftPlus.Com رخ داده است."
#: src/admin.php:965
msgid "Create"
msgstr "ایجاد"
#: src/admin.php:925
msgid "Trying..."
msgstr "در حال تلاش..."
#: src/admin.php:924
msgid "The new user's RackSpace console password is (this will not be shown again):"
msgstr "رمز عبور کاربر جدید کنسول RackSpace این است (دوباره نمایش داده نخواهد شد):"
#: src/admin.php:935, src/restorer.php:386
msgid "Error data:"
msgstr "داده خطا:"
#: src/admin.php:5245
msgid "Backup does not exist in the backup history"
msgstr "پشتیبان در تاریخچه پشتیبان وجود ندارد"
#: src/restorer.php:3183
msgid "Split line to avoid exceeding maximum packet size"
msgstr ""
#: src/restorer.php:851
msgid "Could not move old files out of the way."
msgstr "نمی توان فایل های قدیمی را حذف کرد."
#: src/restorer.php:847
msgid "Moving old data out of the way..."
msgstr "برداشتن دیتا قدیمی از سر راه..."
#: src/addons/reporting.php:503
msgid "Add another address..."
msgstr "آدرس دیگری اضافه نمائید..."
#: src/addons/reporting.php:488
msgid "Enter addresses here to have a report sent to them when a backup job finishes."
msgstr "آدرس ها را در این قسمت وارد کن تا زمانی که عملیات پشتیبان گیری به پایان رسید، گزارش به آن ارسال شود."
#: src/class-updraftplus.php:2054, src/class-updraftplus.php:2059
msgid "%s checksum: %s"
msgstr "کنترلی %s: %s"
#: src/class-updraftplus.php:1988, src/class-updraftplus.php:1986
msgid "files: %s"
msgstr "فایل: %s"
#: src/addons/reporting.php:414
msgid "Use the \"Reporting\" section to configure the email addresses to be used."
msgstr "از بخش \"گزارشگیری\" برای تنظیم آدرس ایمیل مورد استفاده، استفاده نمائید."
#: src/addons/reporting.php:293
msgid "Debugging information"
msgstr "اطلاعات مشکل زدایی"
#: src/admin.php:4498, src/addons/reporting.php:248
msgid "Uploaded to:"
msgstr "آپلود شده در:"
#: src/addons/reporting.php:247
msgid "Time taken:"
msgstr "زمان سپری شده:"
#: src/addons/reporting.php:238
msgid "Warnings"
msgstr "اخطارها"
#: src/addons/reporting.php:223
msgid "Errors"
msgstr "خطاها"
#: src/addons/reporting.php:220
msgid "Errors / warnings:"
msgstr "خطاها/اخطارها:"
#: src/addons/morefiles.php:144, src/addons/morefiles.php:145,
#: src/addons/reporting.php:209
msgid "Contains:"
msgstr "شامل:"
#: src/addons/reporting.php:208
msgid "Backup began:"
msgstr "پشتیبان گیری شروع شده از:"
#: src/addons/reporting.php:196
msgid "Backup Report"
msgstr "گزارش پشتیبان گیری"
#: src/addons/reporting.php:191
msgid "%d hours, %d minutes, %d seconds"
msgstr "%d ساعت، %d دقیقه، %d ثانیه"
#: src/addons/reporting.php:175
msgid "%d errors, %d warnings"
msgstr "%d خطا، %d هشدار"
#: src/methods/dropbox.php:816, src/methods/dropbox.php:873
msgid "%s authentication"
msgstr "احراز هویت %s"
#: src/class-updraftplus.php:611, src/addons/onedrive.php:924,
#: src/addons/pcloud.php:705, src/methods/dropbox.php:816,
#: src/methods/dropbox.php:873, src/methods/dropbox.php:887,
#: src/methods/dropbox.php:907, src/methods/dropbox.php:1073
msgid "%s error: %s"
msgstr "خطای %s: %s"
#: src/addons/googlecloud.php:1294, src/methods/dropbox.php:599
msgid "%s logo"
msgstr "لوگو %s"
#: src/methods/dropbox.php:316
msgid "did not return the expected response - check your log file for more details"
msgstr ""
#: src/methods/s3.php:336
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it"
msgstr "ماژول PHP %s لازم نصب نشده است - از شرکت هاست خود برای فعالسازی آن درخواست کنید."
#: src/methods/email.php:110
msgid "Your site's admin email address (%s) will be used."
msgstr "آدرس ایمیل ادمین شما (%s) استفاده خواهد شد."
#: src/admin.php:977, src/admin.php:3332, src/methods/updraftvault.php:484,
#: src/methods/updraftvault.php:525,
#: src/templates/wp-admin/settings/temporary-clone.php:87
msgid "Connect"
msgstr "اتصال"
#: src/class-updraftplus.php:5140
msgid "(version: %s)"
msgstr "(نسخه: %s)"
#: src/admin.php:912
msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
msgstr "آگاه باشید که سرورهای ایمیل معمولاً محدودیت حجم دارند؛ معمولاً %s مگابایت؛ پشتیبان های بزرگتر از این مقدار نخواهند رسید."
#: src/class-updraftplus.php:3874, src/addons/reporting.php:207
msgid "Latest status:"
msgstr "آخرین وضعیت:"
#: src/class-updraftplus.php:3873
msgid "Backup contains:"
msgstr "محتویات پشتیبان:"
#: src/class-updraftplus.php:3830
msgid "Backed up: %s"
msgstr "پشتیان گیری شده: %s"
#: src/class-updraftplus.php:3824, src/class-updraftplus.php:3999,
#: src/addons/reporting.php:290
msgid "The log file has been attached to this email."
msgstr "فایل سوابق به این ایمیل الصاق شده است."
#: src/class-updraftplus.php:3784
msgid "Unknown/unexpected error - please raise a support request"
msgstr "خطای ناشناخته - لطفاً درخواست پشتیبانی ثبت نمائید"
#: src/class-updraftplus.php:3779
msgid "Database only (files were not part of this particular schedule)"
msgstr "فقط پایگاه داده (فایل ها شامل این زمانبندی خاص نمی شود)"
#: src/class-updraftplus.php:3779
msgid "Database (files backup has not completed)"
msgstr "پایگاه داده (پشتیبان گیری از فایل ها کامل نشده است)"
#: src/class-updraftplus.php:3776
msgid "Files only (database was not part of this particular schedule)"
msgstr ""
#: src/class-updraftplus.php:3776
msgid "Files (database backup has not completed)"
msgstr "فایل (پشتیبان گیری از پایگاه داده کامل نشده است)"
#: src/admin.php:431, src/class-updraftplus.php:3774
msgid "Files and database"
msgstr "فایل ها و پایگاه داده"
#: src/options.php:229
msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
msgstr ""
#: src/options.php:229
msgid "Without upgrading, UpdraftPlus allows every blog admin who can modify plugin settings to backup (and hence access the data, including passwords, from) and restore (including with customized modifications, e.g. changed passwords) the entire network."
msgstr ""
#: src/options.php:229
msgid "This is a WordPress multi-site (a.k.a. network) installation."
msgstr "این یک وردپرس multisite است."
#: src/options.php:229
msgid "UpdraftPlus warning:"
msgstr "اخطار UpdraftPlus:"
#: src/udaddons/options.php:542, src/udaddons/options.php:542
msgid "(or connect using the form on this page if you have already purchased it)"
msgstr "(یا با استفاده از فرم درون این صفحه در صورتی که آن را خریده اید، متصل شوید)"
#: src/udaddons/options.php:530
msgid "please follow this link to update the plugin in order to activate it"
msgstr "این لینک ها را دنبال کن تا بتونی پلاگین را فعال کنی "
#: src/udaddons/options.php:527
msgid "please follow this link to update the plugin in order to get it"
msgstr "این لینک ها رو دنبال کن تا بتونی پلاگین رو آپدیت کنی"
#: src/udaddons/options.php:519, src/udaddons/options.php:517
msgid "latest"
msgstr "آخرین "
#: src/udaddons/options.php:515
msgid "Your version: %s"
msgstr "مدل نسخه شما %s"
#: src/udaddons/options.php:513, src/udaddons/options.php:513
msgid "You've got it"
msgstr "آفرین تمام شد "
#: src/udaddons/options.php:468
msgid "UpdraftPlus Support"
msgstr "پشتیبانی UpdraftPlus"
#: src/udaddons/options.php:406
msgid "An update containing your addons is available for UpdraftPlus - please follow this link to get it."
msgstr "یک بروز رسانی برای تعلقات در دسترس است از لینک زیر به دنبال آن بروید "
#: src/udaddons/options.php:395, src/udaddons/updraftplus-addons.php:384
msgid "UpdraftPlus Addons"
msgstr "تعلقات UpdraftPlus"
#: src/udaddons/options.php:110
msgid "An update is available for UpdraftPlus - please follow this link to get it."
msgstr "یک بروز رسانی برای UpdraftPlus است لینک زیر را دنیال کنید "
#: src/methods/updraftvault.php:924, src/methods/updraftvault.php:947,
#: src/methods/updraftvault.php:950, src/udaddons/updraftplus-addons.php:1099
msgid "UpdraftPlus.Com returned a response, but we could not understand it"
msgstr "سایت UpdraftPlus.Com پاسخ داده است اما ما که چیزی نفهمیدیم "
#: src/methods/updraftvault.php:936, src/udaddons/updraftplus-addons.php:1095
msgid "Your email address and password were not recognised by UpdraftPlus.Com"
msgstr "ایمیل و آدرس شما را سایت UpdraftPlus.Com شناسایی نمی کند "
#: src/includes/updraftplus-login.php:57, src/methods/updraftvault.php:897,
#: src/udaddons/updraftplus-addons.php:1058
msgid "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
msgstr "سایت UpdraftPlus.Com پاسخ داده است اما ما دقیقا این قسمت رو متوجه نشدیم (اطلاعات :%s )"
#: src/udaddons/updraftplus-addons.php:984
msgid "UpdraftPlus.Com responded, but we did not understand the response"
msgstr "سایت UpdraftPlus.Com پاسخ داده است اما ما که چیزی نفهمیدیم "
#: src/udaddons/updraftplus-addons.php:982
msgid "We failed to successfully connect to UpdraftPlus.Com"
msgstr " ما نتوانستیم به سایت UpdraftPlus.Com متصل شویم :(("
#: src/templates/wp-admin/settings/form-contents.php:244,
#: src/templates/wp-admin/settings/tab-addons.php:243,
#: src/templates/wp-admin/settings/tab-addons.php:244
msgid "Reporting"
msgstr "گزارش "
#: src/admin.php:5927
msgid "Options (raw)"
msgstr "گزینه ها (خام)"
#: src/admin.php:910, src/addons/reporting.php:547
msgid "Send a report only when there are warnings/errors"
msgstr "وقتی گزارش بفرست که خظا یا هشداری وجود دارد "
#: src/restorer.php:3052
msgid "Content URL:"
msgstr "لینک محتویات "
#: src/restorer.php:851
msgid "You should check the file ownerships and permissions in your WordPress installation"
msgstr "شما باید مجوز های دسترسی فایل را درنصب و راه اندازی وردپرس خود بررسی کنید"
#: src/backup.php:4376, src/class-updraftplus.php:1043
msgid "Your free space in your hosting account is very low - only %s Mb remain"
msgstr "میزان فضای خالی در حساب هاست شما اندک است فقط %s مگابایت باقی مانده "
#: src/class-updraftplus.php:1027
msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
msgstr "مقدار حافظه (RAM) برای پی اچ پی بسیار کم است (%s مگابایت) - شما باید آن را برای جلوگیری از خرابی افزایش دهید (از اونی که ازش هاست خریدی کمک بگیر )"
#: src/udaddons/options.php:562
msgid "Manage Addons"
msgstr "مدیریت افزونی ها "
#: src/udaddons/options.php:543
msgid "Buy It"
msgstr "اقدام به خرید"
#: src/udaddons/options.php:542
msgid "Get it from the UpdraftPlus.Com Store"
msgstr "از فروشگاه UpdraftPlus.com آن را خریداری نمایید"
#: src/udaddons/options.php:538, src/udaddons/options.php:536
msgid "activate it on this site"
msgstr "آن را در این سایت فعال نمایید"
#: src/udaddons/options.php:538
msgid "You have an inactive purchase"
msgstr "شما یک خرید غیرفعال دارید"
#: src/udaddons/options.php:530
msgid "Assigned to this site"
msgstr "اختصاص داده شده به این سایت"
#: src/udaddons/options.php:527
msgid "Available for this site (via your all-addons purchase)"
msgstr "موجود برای این سایت (از طریق خرید همه افزونه های شما)"
#: src/udaddons/options.php:521
msgid "(apparently a pre-release or withdrawn release)"
msgstr "(ظاهرا یک نسخه ی قبل از انتشار یا انتشاری صرف نظر شده است)"
#: src/udaddons/options.php:470, src/udaddons/options.php:470
msgid "Go here"
msgstr "به اینجا بروید"
#: src/udaddons/options.php:470, src/udaddons/options.php:470
msgid "Need to get support?"
msgstr "به پشتیبانی نیاز دارید؟"
#: src/udaddons/options.php:452
msgid "An error occurred when trying to retrieve your add-ons."
msgstr "در هنگام تلاش برای بازیابی افزونه های شما یک خطا رخ داد."
#: src/udaddons/options.php:337
msgid "Claim not granted - your account login details were wrong"
msgstr "ادعا اعطا نشد - مشخصات ورود شما به حساب اشتباه بود"
#: src/udaddons/options.php:335
msgid "Please wait whilst we make the claim..."
msgstr "لطفا صبر کنید در حالی که ما این ادعا را ثبت می کنیم..."
#: src/udaddons/options.php:283
msgid "Errors occurred when trying to connect to UpdraftPlus.Com:"
msgstr "در هنگام تلاش برای ارتباط با سرور خطایی رخ داد:"
#: src/udaddons/options.php:278
msgid "You are presently not connected to an UpdraftPlus.Com account."
msgstr "شما در حال حاضر متصل نیستید به اکانتی در UpdraftPlus.com"
#: src/udaddons/options.php:270
msgid "If you bought new add-ons, then follow this link to refresh your connection"
msgstr "اگر شما افزونه های جدیدی خریداری نموده اید، پس برای رفرش نمودن کانکشن خود این لینک را دنبال کنید"
#: src/udaddons/options.php:263
msgid "You are presently connected to an UpdraftPlus.Com account."
msgstr ""
#: src/admin.php:3330
msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
msgstr "مشتاقید درباره ی امنیت پسورد خود در UpdraftPlus.com بیشتر بدانید؟ اینجا پیرامون آن بخوانید."
#: src/admin.php:3406
msgid "Forgotten your details?"
msgstr "جزئیات خود را فراموش کرده اید؟"
#: src/admin.php:3319
msgid "Not yet got an account (it's free)? Go get one!"
msgstr "هنوز اکانت ندارید (رایگان است)؟ یکی برای خود ثبت کنید!"
#: src/admin.php:3385
msgid "Connect with your UpdraftPlus.Com account"
msgstr "در حال اتصال به اکانت UpdraftPlus.com شما"
#: src/udaddons/options.php:134
msgid "You do seem to have the obsolete Updraft plugin installed - perhaps you got them confused?"
msgstr "به نظر میرسد شما این افزونه را نصب شده دارید - شاید افزونه را گیج نموده اید؟"
#: src/udaddons/options.php:133
msgid "Go here to begin installing it."
msgstr "برای شروع نصب افزونه به اینجا بروید."
#: src/udaddons/options.php:133
msgid "UpdraftPlus is not yet installed."
msgstr "افزونه هنوز نصب نشده است."
#: src/udaddons/options.php:130
msgid "Go here to activate it."
msgstr "برای فعالسازی افزونه به اینجا بروید."
#: src/udaddons/options.php:129
msgid "UpdraftPlus is not yet activated."
msgstr "افزونه هنوز فعال نشده است."
#: src/udaddons/options.php:122, src/udaddons/options.php:120
msgid "Go here to connect."
msgstr "برای اتصال به اینجا بروید."
#: src/udaddons/options.php:120
msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
msgstr "شما هنوز به اکانت خود در UpdraftPlus.com متصل نیستید که پیش نیاز لیست کردن افزونه های خریداری شده شماست."
#: src/addons/moredatabase.php:337,
#: src/includes/class-updraftplus-encryption.php:148
msgid "Without it, encryption will be a lot slower."
msgstr "بدون آن، کد نمودن بسیار آهسته تر خواهد شد."
#: src/addons/moredatabase.php:337,
#: src/includes/class-updraftplus-encryption.php:148
msgid "Your web-server does not have the %s module installed."
msgstr "ماژول %s بر روی وب سرور شما نصب نیست."
#: src/methods/googledrive.php:1508
msgid "(You appear to be already authenticated, though you can authenticate again to refresh your access if you've had a problem)."
msgstr "(به نظر میرسد شما احراز هویت شده اید، گرچه اگر مشکلی دارید می توانید برای رفرش نمودن دسترسی خود دوباره لاگین کنید)."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:78
msgid "Drop backup files here"
msgstr "فایل های پشتیبان را به اینجا بکشید"
#: src/admin.php:923
msgid "The web server returned an error code (try again, or check your web server logs)"
msgstr "وب سرور کد خطا برگرداند (دوباره تلاش کنید، یا فایل رخدادهای وب سرور خود را بررسی نمایید)"
#: src/admin.php:917, src/addons/wp-cli.php:117
msgid "If you exclude both the database and the files, then you have excluded everything!"
msgstr "اگر شما هم پشتیبان دیتابیس و هم پشتیبان فایل ها را استثنا کنید، در واقع همه چیز را مستثنی نموده اید!"
#: src/restorer.php:3046
msgid "Site home:"
msgstr "صفحه اول سایت:"
#: src/addons/morestorage.php:231
msgid "Remote Storage Options"
msgstr "گزینه های حافظه ی خارجی"
#: src/addons/autobackup.php:371, src/addons/autobackup.php:465
msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
msgstr "(ثبت رخدادها بطور پیشفرض در صفحه ی تنظیمات افزونه قرار دارند)..."
#: src/addons/autobackup.php:330, src/addons/autobackup.php:1193
msgid "Remember this choice for next time (you will still have the chance to change it)"
msgstr "این انتخاب را برای دفعه ی بعد به خاطر بسپار (شما کماکان این شانس را خواهید داشت که آن را در آینده تغییر دهید)"
#: src/addons/azure.php:454
msgid "Upload failed"
msgstr "آپلود ناموفق بود"
#: src/templates/wp-admin/settings/form-contents.php:126
msgid "You can send a backup to more than one destination with Premium."
msgstr ""
#: src/addons/autobackup.php:331, src/addons/autobackup.php:1198,
#: src/addons/lockadmin.php:167
msgid "Read more about how this works..."
msgstr "پیرامون نحوه کار برنامه بیشتر بدانید..."
#: src/addons/sftp.php:723
msgid "Failed: We were able to log in, but failed to successfully create a file in that location."
msgstr "انجام نشد: ما قادر به وارد شدن بودیم، اما متاسفانه ایجاد فایل در آن مکان با موفقیت انجام نشد."
#: src/addons/sftp.php:721
msgid "Failed: We were able to log in and move to the indicated directory, but failed to successfully create a file in that location."
msgstr "انجام نشد: ما قادر به ورود و منتقل کردن به مسیر مشخص شده بودیم، اما متاسفانه ایجاد فایل در آن مکان با موفقیت انجام نشد"
#: src/addons/sftp.php:622
msgid "Use SCP instead of SFTP"
msgstr "به جای SFTP از SCP استفاده کن"
#: src/addons/sftp.php:123
msgid "SCP/SFTP user setting"
msgstr "تنظیمات کاربر SCP/SFTP"
#: src/addons/sftp.php:122
msgid "SCP/SFTP host setting"
msgstr "تنظیمات هاست SCP/SFTP"
#: src/methods/email.php:80
msgid "The attempt to send the backup via email failed (probably the backup was too large for this method)"
msgstr "تلاش برای ارسال بک آپ توسط ایمیل ناموفق بود (احتمالا حجم فایل بک آپ برای استفاده از این شیوه خیلی زیاد است)"
#: src/methods/email.php:57
msgid "Backup is of: %s."
msgstr "پشتیبان گیری از: %s."
#: src/admin.php:1017
msgid "%s settings test result:"
msgstr "نتیجه آزمایش %s تنظیمات:"
#: src/admin.php:4632, src/admin.php:4630
msgid "(Not finished)"
msgstr "(تمام نشده است)"
#: src/admin.php:4632
msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
msgstr "اگر شما بک آپ هایی بیش از حد انتظار می بینید، این احتمالا به این دلیل است که پاک کردن بک آپ های قدیمی پس از تکمیل یک بک آپ جدید در تنظیمات غیر فعال است."
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "Do not place it inside your uploads or plugins directory, as that will cause recursion (backups of backups of backups of...)."
msgstr "این را درون مسیر آپلودها یا پلاگین ها قرار ندهید، زیرا ممکن است موجب تکرار شود (بک آپ از بک آپ از بک آپ از ...)."
#: src/admin.php:3843
msgid "Job ID: %s"
msgstr "شناسه کار: %s"
#: src/admin.php:3823
msgid "last activity: %ss ago"
msgstr "آخرین فعالیت: %ss قبل"
#: src/admin.php:3805, src/methods/updraftvault.php:557,
#: src/methods/updraftvault.php:604, src/methods/updraftvault.php:724
msgid "Unknown"
msgstr "ناشناخته"
#: src/admin.php:3756
msgid "Backup finished"
msgstr "بک آپ به پایان رسید"
#: src/admin.php:3751
msgid "Waiting until scheduled time to retry because of errors"
msgstr "بدلیل بروز خطا تا موعد زمانبندی شده منتظر بمانید"
#: src/admin.php:3747
msgid "Pruning old backup sets"
msgstr "در حال هرس کردن بک آپ های قدیمی"
#: src/admin.php:3734
msgid "Uploading files to remote storage"
msgstr "در حال آپلود فایل ها در حافظه ی خارجی"
#: src/admin.php:3803
msgid "Encrypted database"
msgstr "دیتابیس رمزگذاری شده"
#: src/admin.php:3795
msgid "Encrypting database"
msgstr "رمزگذاری دیتابیس"
#: src/admin.php:3769
msgid "Created database backup"
msgstr "دیتابیس بک آپ ساخته شده"
#: src/admin.php:3782
msgid "table: %s"
msgstr "جدول: %s"
#: src/admin.php:3780
msgid "Creating database backup"
msgstr "در حال ساخت بک آپ دیتابیس"
#: src/admin.php:3724
msgid "Created file backup zips"
msgstr "فایل های زیپ بک آپ ساخته شد"
#: src/admin.php:3711
msgid "Creating file backup zips"
msgstr "در حال ساخت فایل های زیپ بک آپ"
#: src/admin.php:3706
msgid "Backup begun"
msgstr "بک آپ شروع شد"
#: src/restorer.php:1563
msgid "file"
msgstr "فایل"
#: src/restorer.php:1555, src/addons/onedrive.php:1321
msgid "folder"
msgstr "فولدر"
#: src/restorer.php:1555, src/restorer.php:1563
msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
msgstr "افزونه در صدد ساخت یک %s در پوشه ی محتوای شما بود، اما موفق نشد - لطفا مجوزهای فایل خود را چک کنید و به آن اجازه ی دسترسی دهید. (%s)"
#: src/class-updraftplus.php:3694
msgid "The backup has not finished; a resumption is scheduled"
msgstr "بک آپ به پایان نرسید، از سرگیری زمانبندی شد"
#: src/class-updraftplus.php:2388
msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
msgstr "وب سایت شما به ندرت بازدید می شود و این افزونه منابعی که به آن امیدوار بود دریافت نمی کند، لطفا این صفحه را بخوانید:"
#: src/admin.php:970, src/addons/autobackup.php:1212
msgid "Proceed with update"
msgstr "ادامه همراه با بروز رسانی"
#: src/addons/autobackup.php:1205
msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
msgstr "پس از کلیک بر روی لینک زیر دیگر آن را متوقف نکنید - منتظر شوید تا بک آپ تکمیل شود."
#: src/addons/autobackup.php:143, src/addons/autobackup.php:1154
msgid "UpdraftPlus Automatic Backups"
msgstr "بک آپ خودکار آپ درفت پلاس"
#: src/addons/autobackup.php:558
msgid "Errors have occurred:"
msgstr "مشکلاتی رخ داده است:"
#: src/addons/autobackup.php:529
msgid "Creating backup with UpdraftPlus..."
msgstr "در حال بک آپ گیری با افزونه ی \"آپ درفت پلاس\""
#: src/addons/autobackup.php:474, src/addons/autobackup.php:605,
#: src/addons/autobackup.php:656
msgid "Automatic Backup"
msgstr "بک آپ خودکار"
#: src/addons/autobackup.php:465
msgid "Creating database backup with UpdraftPlus..."
msgstr "در حال بک آپ گیری از دیتابیس با افزونه ی \"آپ درفت پلاس\""
#: src/addons/autobackup.php:431
msgid "themes"
msgstr "پوسته ها"
#: src/addons/autobackup.php:424
msgid "plugins"
msgstr "افزونه ها"
#: src/addons/autobackup.php:375, src/addons/autobackup.php:472
msgid "Starting automatic backup..."
msgstr "شروع بک آپ خودکار..."
#: src/addons/autobackup.php:371
msgid "Creating %s and database backup with UpdraftPlus..."
msgstr "در حال ساخت %s و بک آپ گیری از دیتابیس با افزونه ی آپ درفت پلاس"
#: src/addons/autobackup.php:328
msgid "Automatically backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
msgstr "قبل از بروزرسانی بصورت خودکار از افزونه ها، پوسته ها و دیتابیس وردپرس توسط افزونه ی آپ درفت پلاس بک آپ بگیرید"
#: src/addons/morefiles.php:271, src/addons/morefiles.php:272
msgid "If you are not sure then you should stop; otherwise you may destroy this WordPress installation."
msgstr "اگر مطمئن نیستید پس متوقف شوید، در غیر اینصورت ممکن است نصب وردپرس را ویران کنید."
#: src/addons/morefiles.php:271, src/addons/morefiles.php:272
msgid "This does not look like a valid WordPress core backup - the file %s was missing."
msgstr "این شبیه به یک بک آپ ارزشمند از هسته ی وردپرس نمی باشد - فایل %s گم شده است."
#: src/addons/morefiles.php:213
msgid "Unable to open zip file (%s) - could not pre-scan it to check its integrity."
msgstr "ناتوان از گشودن فایل زیپ (%s) - نمی توانیم آن را اسکن کنیم تا یکپارچگی آن چک شود."
#: src/addons/morefiles.php:203
msgid "Unable to read zip file (%s) - could not pre-scan it to check its integrity."
msgstr "ناتوان از خواندن فایل زیپ (%s) - نمی توانیم آن را اسکن کنیم تا یکپارچگی آن چک شود."
#: src/templates/wp-admin/settings/header.php:25
msgid "More plugins"
msgstr "افزونه های بیشتر"
#: src/includes/updraftplus-notices.php:37,
#: src/templates/wp-admin/settings/header.php:17,
#: src/templates/wp-admin/settings/tab-addons.php:28,
#: src/templates/wp-admin/settings/tab-addons.php:139
msgid "Support"
msgstr "پشتیبانی"
#: src/class-updraftplus.php:5481
msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
msgstr "افزونه هنگامی که بک آپ دیتابیس را اسکن می کرد قادر به یافتن پیشوند جدول نبود."
#: src/class-updraftplus.php:5473
msgid "This database backup is missing core WordPress tables: %s"
msgstr "این بک آپ از دیتابیس فاقد جدول های هسته ی وردپرس است: %s"
#: src/class-updraftplus.php:5068
msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
msgstr "حجم دیتابیس بسیار کمتر از آنست که یک دیتابیس وردپرسی معتبر باشد (سایز: %s کیلوبایت)."
#: src/addons/autobackup.php:326, src/addons/autobackup.php:1180
msgid "Be safe with an automatic backup"
msgstr "با پشتیبان گیری خودکار امن باشید"
#: src/admin.php:2990
msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
msgstr "اگر پس از کامل لود شدن صفحه شما کماکان می توانید این جمله را بخوانید، پس یک مشکل جاوا اسکریپت یا جی کوئری در سایت وجود دارد."
#: src/admin.php:960
msgid "The file was uploaded."
msgstr "فایل آپلود شد."
#: src/admin.php:959
msgid "Unknown server response status:"
msgstr "وضعیت پاسخ ناشناخته ی سرور:"
#: src/admin.php:958
msgid "Unknown server response:"
msgstr "پاسخی ناشناخته از سرور:"
#: src/admin.php:957
msgid "This decryption key will be attempted:"
msgstr "این کلید آشکارسازی مورد بهره قرار خواهد گرفت:"
#: src/admin.php:956
msgid "Follow this link to attempt decryption and download the database file to your computer."
msgstr "برای در آوردن از حالت رمزنگاری شده (آشکارسازی) و دانلود فایل دیتابیس به کامپیوتر خود این لینک را دنبال کنید."
#: src/admin.php:955
msgid "Upload error"
msgstr "خطا در آپلود"
#: src/admin.php:954
msgid "This file is not an UpdraftPlus encrypted database archive (such files are .gz.crypt files which have a name like: backup_(time)_(site name)_(code)_db.crypt.gz)."
msgstr ""
#: src/admin.php:953
msgid "Upload error:"
msgstr "خطای بروز رسانی:"
#: src/admin.php:952
msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
msgstr "(مطمئن شوید که فایل زیپی را آپلود می کنید که قبلا توسط این افزونه ایجاد شده است)"
#: src/admin.php:943
msgid "Download to your computer"
msgstr "به کامپیوتر خود دانلود کنید"
#: src/admin.php:942
msgid "Delete from your web server"
msgstr "از وب سرور خود حذف کنید"
#: src/methods/s3generic.php:191
msgid "Examples of S3-compatible storage providers:"
msgstr "مثال هایی از ارائه دهندگان حافظه ی سازگار با S3 "
#: src/admin.php:4608
msgid "You are missing one or more archives from this multi-archive set."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:325
msgid "Split archives every:"
msgstr "فایل ها را خرد کن هر:"
#: src/addons/moredatabase.php:297
msgid "Error: the server sent us a response (JSON) which we did not understand."
msgstr "خطا: سرور پاسخی برای ما ارسال کرد (JSON) که ما قادر به درک آن نیستیم."
#: src/admin.php:932
msgid "Warnings:"
msgstr "اخطارها:"
#: src/admin.php:931
msgid "Error: the server sent an empty response."
msgstr "خطا: سرور پاسخی خالی ارسال کرد."
#: src/includes/class-wpadmin-commands.php:205
msgid "This multi-archive backup set appears to have the following archives missing: %s"
msgstr "این مجموعه چند بک آپی به نظر میرسد فاقد آرشیوهای زیر است: %s"
#: src/includes/class-wpadmin-commands.php:190
msgid "File (%s) was found, but has a different size (%s) from what was expected (%s) - it may be corrupt."
msgstr "فایل (%s) پیدا شد، اما حجمی متفاوت (%s) از آنچه انتظار میرفت (%s) دارد - ممکن است خراب باشد."
#: src/includes/class-wpadmin-commands.php:185
msgid "File was found, but is zero-sized (you need to re-upload it): %s"
msgstr "فایل یافت شد، اما حجم آن صفر است (نیاز است که دوباره آن را آپلود کنید): %s"
#: src/includes/class-wpadmin-commands.php:183
msgid "File not found (you need to upload it): %s"
msgstr "فایل یافت نشد (می بایست آن را آپلود کنید): %s"
#: src/addons/wp-cli.php:718, src/includes/class-wpadmin-commands.php:111
msgid "No such backup set exists"
msgstr "چنین مجموعه بک آپی وجود ندارد"
#: src/restorer.php:848
msgid "Moving unpacked backup into place..."
msgstr "انتقال بک آپ غیر فشرده به محل..."
#: src/backup.php:3998, src/backup.php:4329
msgid "Failed to open the zip file (%s) - %s"
msgstr "ناموفق در گشودن فایل فشرده شده (%s) - %s"
#: src/addons/morefiles.php:183
msgid "WordPress root directory server path: %s"
msgstr "مسیر سرور پوشه ی روت وردپرس: %s"
#: src/methods/dreamobjects.php:193, src/methods/s3generic.php:201
msgid "%s end-point"
msgstr "%s نقطه پایان"
#: src/methods/s3generic.php:191
msgid "... and many more!"
msgstr "... و بسیار فراتر از اینها"
#: src/methods/s3generic.php:80
msgid "S3 (Compatible)"
msgstr "S3 (سازگاری)"
#: src/includes/class-storage-methods-interface.php:301
msgid "File is not locally present - needs retrieving from remote storage"
msgstr "فایل بصورت لوکال حضور ندارد - نیاز به بازیابی از حافظه ی خارجی"
#: src/restorer.php:519
msgid "Looking for %s archive: file name: %s"
msgstr "در جستجوی %s آرشیو: نام فایل: %s"
#: src/restorer.php:635
msgid "Final checks"
msgstr "بررسی نهایی"
#: src/templates/wp-admin/settings/form-contents.php:331
msgid "Check this to delete any superfluous backup files from your server after the backup run finishes (i.e. if you uncheck, then any files despatched remotely will also remain locally, and any files being kept locally will not be subject to the retention limits)."
msgstr "پس از اتمام پشتیبان گیری، برای حذف فایل های پشتیبان زائد از سرور خود این گزینه را انتخاب کنید (در صورت عدم گزینش، همه ی فایلهای ارسال شده به صورت لوکال باقی خواهند ماند و این همه فایل های لوکال باقی مانده برای محافظت از محدودیت حافظه مناسب نیست)."
#: src/templates/wp-admin/settings/form-contents.php:190
msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
msgstr "فایل های کد شده ی دیتابیس (فایل های db.gz.crypt) را برای آپلود و رمزگشایی به اینجا بکشید."
#: src/admin.php:4319
msgid "Your wp-content directory server path: %s"
msgstr "مسیر پوشه ی wp-content شما: %s"
#: src/admin.php:949
msgid "Raw backup history"
msgstr "تاریخچه ی پشتیبان گیری های ناقص"
#: src/templates/wp-admin/advanced/site-info.php:122
msgid "Show raw backup and file list"
msgstr "نمایش لیست پشتیبان گیری و فایل های ناقص"
#: src/admin.php:930
msgid "Processing files - please wait..."
msgstr "در حال پردازش فایل ها - لطفا منتظر بمانید..."
#: src/class-updraftplus.php:5082
msgid "Failed to open database file."
msgstr "ناموفق در گشودن فایل دیتابیس."
#: src/admin.php:5892
msgid "Known backups (raw)"
msgstr "بک آپ های شناخته شده (ناقص)"
#: src/restorer.php:1835
msgid "Files found:"
msgstr "فایل های یافت شده:"
#: src/admin.php:1101
msgid "Restoring table: %s"
msgstr "بازگردانی جدول: %s"
#: src/restorer.php:2528
msgid "Requested table engine (%s) is not present - changing to MyISAM."
msgstr "موتور جدول درخواست شده (%s) موجود نیست - تغییر به MyISAM."
#: src/restorer.php:539
msgid "file is size:"
msgstr "حجم فایل:"
#: src/admin.php:1380, src/admin.php:1398, src/admin.php:2995,
#: src/admin.php:5124, src/backup.php:4383, src/class-updraftplus.php:5334,
#: src/class-updraftplus.php:5334, src/updraftplus.php:226,
#: src/addons/googlecloud.php:1305, src/addons/migrator.php:304,
#: src/addons/migrator.php:307, src/addons/migrator.php:310,
#: src/templates/wp-admin/advanced/db-size.php:19
msgid "Go here for more information."
msgstr "برای اطلاعات بیشتر به اینجا بروید."
#: src/admin.php:5123
msgid "Warning: If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
msgstr ""
#: src/admin.php:929
msgid "Some files are still downloading or being processed - please wait."
msgstr "چندین فایل کماکان در حال دانلود یا پردازش می باشند - لطفا منتظر باشید."
#: src/addons/fixtime.php:570
msgid "The time zone used is that from your WordPress settings, in Settings -> General."
msgstr "از بازه زمانی استفاده شده در تنظیمات وردپرس شما استفاده خواهد شد. در تنظیمات -> همگانی "
#: src/addons/fixtime.php:570
msgid "Enter in format HH:MM (e.g. 14:22)."
msgstr "به این فرمت وارد کنید HH:MM (مثال: 14:22)."
#: src/methods/ftp.php:208
msgid "%s login failure"
msgstr "%s ورود ناموفق"
#: src/addons/pcloud.php:339, src/addons/pcloud.php:440,
#: src/methods/dropbox.php:490
msgid "Failed to access %s when deleting (see log file for more)"
msgstr "ناموفق در دسترسی به %s در هنگام حذف کردن (برای اطلاعات بیشتر فایل رخدادها را ببینید)"
#: src/methods/cloudfiles.php:424
msgid "Error - no such file exists."
msgstr "خطا - چنین فایلی وجود ندارد."
#: src/addons/azure.php:301, src/addons/webdav.php:788,
#: src/addons/webdav.php:795, src/addons/webdav.php:815,
#: src/methods/addon-base-v2.php:253, src/methods/openstack-base.php:460
msgid "%s Error"
msgstr "%s خطا"
#: src/methods/openstack-base.php:86
msgid "%s error - failed to upload file"
msgstr "%s خطا - ناموفق در آپلود فایل"
#: src/class-updraftplus.php:1527
msgid "%s error - failed to re-assemble chunks"
msgstr "%s خطا - ناموفق در دوباره بهم متصل کردن تکه ها"
#: src/methods/cloudfiles.php:250, src/methods/openstack-base.php:44,
#: src/methods/openstack-base.php:357, src/methods/openstack-base.php:422,
#: src/methods/openstack-base.php:495, src/methods/openstack-base.php:498,
#: src/methods/openstack-base.php:516, src/methods/openstack-base.php:521
msgid "%s authentication failed"
msgstr "%s ناموفق در احراز هویت"
#: src/admin.php:2722, src/admin.php:2751, src/admin.php:2743,
#: src/class-updraftplus.php:1230, src/class-updraftplus.php:1236,
#: src/class-updraftplus.php:5051, src/class-updraftplus.php:5049,
#: src/class-updraftplus.php:5309, src/class-updraftplus.php:5232,
#: src/addons/googlecloud.php:512, src/addons/migrator.php:390,
#: src/methods/googledrive.php:592, src/methods/s3.php:370
msgid "Error: %s"
msgstr "خطا: %s"
#: src/admin.php:4233
msgid "Backup directory specified exists, but is not writable."
msgstr "مسیر مشخص شده برای بک آپ وجود دارد، اما قابل نوشتن نیست."
#: src/admin.php:4231
msgid "Backup directory specified does not exist."
msgstr "مسیر مشخص شده برای بک آپ وجود ندارد."
#: src/admin.php:3857, src/admin.php:4172
msgid "Warning: %s"
msgstr "اخطار: %s"
#: src/backup.php:4032
msgid "A very large file was encountered: %s (size: %s Mb)"
msgstr "مواجهه با فایل بسیار حجیم: %s (سایز: %s مگابایت)"
#: src/includes/class-wpadmin-commands.php:586
msgid "Failed to open directory: %s."
msgstr ""
#: src/backup.php:3217
msgid "%s: unreadable file - could not be backed up"
msgstr "%s: فایل غیر قابل خواندن - نمی توان از آن بک آپ گرفت"
#: src/backup.php:2113
msgid "Table %s has very many rows (%s) - we hope your web hosting company gives you enough resources to dump out that table in the backup."
msgstr ""
#: src/backup.php:2066
msgid "An error occurred whilst closing the final database file"
msgstr "خطایی رخ داد در حالیکه آخرین فایل دیتابیس بسته میشد"
#: src/class-updraftplus.php:3814
msgid "Warnings encountered:"
msgstr "مواجهه با اخطار:"
#: src/class-updraftplus.php:3673
msgid "The backup succeeded (with warnings) and is now complete"
msgstr ""
#: src/class-updraftplus.php:1056
msgid "Your free disk space is very low - only %s Mb remain"
msgstr "فضای خالی دیسک شما بسیار کم است - فقط %s مگابایت باقی مانده"
#: src/addons/migrator.php:398
msgid "New site:"
msgstr "سایت جدید:"
#: src/addons/migrator.php:375
msgid "Migrated site (from UpdraftPlus)"
msgstr "سایت مهاجرت داده شده (از UpdraftPlus)"
#: src/addons/migrator.php:324
msgid "Enter details for where this new site is to live within your multisite install:"
msgstr "جزئیات را مشخص کنید که این سایت جدید در کجای وردپرس چند سایتی نصب شده ی شما می خواهد قرار بگیرد:"
#: src/addons/migrator.php:323
msgid "Information needed to continue:"
msgstr "اطلاعات مورد نیاز برای ادامه:"
#: src/addons/migrator.php:266
msgid "Network activating theme:"
msgstr "فعالسازی پوسته ی شبکه:"
#: src/includes/migrator-lite.php:350
msgid "Processed plugin:"
msgstr "پلاگین پردازش شده:"
#: src/addons/sftp.php:149
msgid "Check your file permissions: Could not successfully create and enter directory:"
msgstr "اجازه دسترسی فایل خود را بررسی کنید: نمی توان با موفقیت مسیر را ساخت و به آن وارد شد:"
#: src/methods/s3.php:1461
msgid "Please check your access credentials."
msgstr "لطفا اختیارات دسترسی خود را بررسی کنید."
#: src/addons/s3-enhanced.php:286, src/methods/s3.php:1438
msgid "The error reported by %s was:"
msgstr "خطای گزارش شده با %s:"
#: src/restorer.php:2323
msgid "Please supply the requested information, and then continue."
msgstr "لطفا اطلاعات خواسته شده را ارائه کنید و سپس ادامه دهید."
#: src/class-updraftplus.php:5243, src/restorer.php:3081
msgid "Site information:"
msgstr "اطلاعات سایت:"
#: src/admin.php:1109, src/admin.php:2990, src/class-updraftplus.php:5236,
#: src/restorer.php:3821
msgid "Warning:"
msgstr "اخطارها:"
#: src/class-updraftplus.php:5228, src/restorer.php:856
msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
msgstr "شما در حال اجرا بر روی وردپرس چند سایته (مولتی سایت) هستید - اما پشتیبان شما برای مولتی سایت نیست."
#: src/admin.php:971, src/admin.php:1163, src/includes/updraftplus-tour.php:97
msgid "Close"
msgstr "بستن"
#: src/admin.php:922, src/addons/autobackup.php:377,
#: src/addons/autobackup.php:469, src/methods/remotesend.php:75,
#: src/methods/remotesend.php:83, src/methods/remotesend.php:245,
#: src/methods/remotesend.php:261
msgid "Unexpected response:"
msgstr "پاسخ غیرمنتظره:"
#: src/admin.php:916, src/addons/reporting.php:545
msgid "To send to more than one address, separate each address with a comma."
msgstr "برای ارسال به بیش از یک آدرس، هر آدرس را با کاما جدا کنید."
#: src/admin.php:947
msgid "PHP information"
msgstr "اطلاعات PHP "
#: src/templates/wp-admin/advanced/site-info.php:88
msgid "zip executable found:"
msgstr "فایل زیپ قابل اجرا یافت شد:"
#: src/templates/wp-admin/advanced/site-info.php:58
msgid "show PHP information (phpinfo)"
msgstr "نمایش اطلاعات PHP (phpinfo)"
#: src/templates/wp-admin/settings/migrator-no-migrator.php:9
msgid "Do you want to migrate or clone/duplicate a site?"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:173
msgid "Please allow time for the communications with the remote storage to complete."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:23
msgid "Also delete from remote storage"
msgstr "همچنین از روی حافظه جانبی حذف گردد"
#: src/admin.php:3526
msgid "Latest UpdraftPlus.com news:"
msgstr "آخرین اخبار UpdraftPlus.com:"
#: src/templates/wp-admin/settings/header.php:11,
#: src/templates/wp-admin/settings/tab-addons.php:73
msgid "Premium"
msgstr "پریمیوم"
#: src/templates/wp-admin/settings/header.php:15
msgid "News"
msgstr "اخبار"
#: src/admin.php:2000, src/includes/class-wpadmin-commands.php:614
msgid "Backup set not found"
msgstr "مجموعه پشتیبان ها پیدا نشد."
#: src/backup.php:290
msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
msgstr ""
#: src/includes/updraftplus-notices.php:167,
#: src/includes/updraftplus-notices.php:168,
#: src/includes/updraftplus-notices.php:177,
#: src/includes/updraftplus-notices.php:178
msgid "RSS link"
msgstr "لینک RSS"
#: src/includes/updraftplus-notices.php:167,
#: src/includes/updraftplus-notices.php:168,
#: src/includes/updraftplus-notices.php:177,
#: src/includes/updraftplus-notices.php:178
msgid "Blog link"
msgstr "لینک وبلاگ"
#: src/admin.php:1016
msgid "Testing %s Settings..."
msgstr "در حال تست تنظیمات %s..."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:69,
#: src/templates/wp-admin/settings/tab-backups.php:71
msgid "Or, you can place them manually into your UpdraftPlus directory (usually wp-content/updraft), e.g. via FTP, and then use the \"rescan\" link above."
msgstr "یا می توانید آن را در دایرکتوری UpdraftPlus به صورت دستی قرار دهید (از طریق wp-content/updraft) توسط FTP و پس از آن بر روی لینک \"اسکن مجدد\" بالا کلیک کنید."
#: src/admin.php:1402, src/admin.php:1484
msgid "Notice"
msgstr "توجه"
#: src/class-updraftplus.php:3793
msgid "Errors encountered:"
msgstr "خطاهایی رخ داده است:"
#: src/admin.php:913
msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
msgstr "اسکن مجدد (در حال جستجوی پشتیبان هایی که به صورت دستی بارگذاری شده اند)..."
#: src/admin.php:928
msgid "Begun looking for this entity"
msgstr "شروع به جستجوی این ورودی کرده است"
#: src/addons/dropbox-folders.php:38, src/addons/pcloud.php:511
msgid "Store at"
msgstr "ذخیره شده در"
#: src/includes/class-search-replace.php:333
msgid "\"%s\" has no primary key, manual change needed on row %s."
msgstr "\"%s\" کلید اولیه ندارد. در ردیف %s تنظیمات دستی مورد نیاز است."
#: src/includes/class-search-replace.php:140
msgid "rows: %d"
msgstr "ردیف ها: %d"
#: src/includes/migrator-lite.php:1037
msgid "Time taken (seconds):"
msgstr "زمان سپری شده (ثانیه):"
#: src/admin.php:933, src/includes/migrator-lite.php:1036
msgid "Errors:"
msgstr "خطاها:"
#: src/includes/migrator-lite.php:1035
msgid "SQL update commands run:"
msgstr "دستورات بروزرسانی SQL در حال اجرا:"
#: src/includes/migrator-lite.php:1034
msgid "Changes made:"
msgstr "تغییرات ایجاد شده:"
#: src/includes/migrator-lite.php:1033
msgid "Rows examined:"
msgstr "ردیف های امتحان شده:"
#: src/includes/migrator-lite.php:1032
msgid "Tables examined:"
msgstr "جداول امتحان شده:"
#: src/includes/migrator-lite.php:924
msgid "Could not get list of tables"
msgstr "نمی توان لیست جداول را دریافت کرد"
#: src/includes/migrator-lite.php:869
msgid "Warning: the database's site URL (%s) is different to what we expected (%s)"
msgstr "اخطار: URL پایگاه داده سایت (%s) با چیزی که انتظار می رفت (%s) متفاوت است"
#: src/includes/migrator-lite.php:858
msgid "Nothing to do: the site URL is already: %s"
msgstr "چیزی برای انجام وجود ندارد: URL سایت همچنان: %s"
#: src/includes/migrator-lite.php:821, src/includes/migrator-lite.php:825,
#: src/includes/migrator-lite.php:829, src/includes/migrator-lite.php:834,
#: src/includes/migrator-lite.php:838, src/includes/migrator-lite.php:843
msgid "Error: unexpected empty parameter (%s, %s)"
msgstr "خطا: پارامترهای خالی (%s, %s)"
#: src/includes/migrator-lite.php:779
msgid "Database: search and replace site URL"
msgstr "پایگاه داده: جستجو و جایگزینی URL سایت"
#: src/restorer.php:4382, src/includes/migrator-lite.php:629,
#: src/includes/migrator-lite.php:1018
msgid "Failed: we did not understand the result returned by the %s operation."
msgstr "ناموفق: نتایج برگردانده شده از عملیات %s را متوجه نشدیم."
#: src/restorer.php:4380, src/includes/migrator-lite.php:627,
#: src/includes/migrator-lite.php:1016
msgid "Failed: the %s operation was not able to start."
msgstr "ناموفق: عملیات %s قادر به انجام نیست."
#: src/includes/migrator-lite.php:372
msgid "Search and replace site location in the database (migrate)"
msgstr "جستجو و جایگزینی مکان سایت در پایگاه داده (عزیمت)"
#: src/includes/migrator-lite.php:372
msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
msgstr ""
#: src/addons/multisite.php:779
msgid "Blog uploads"
msgstr "آپلودهای بلاگ"
#: src/class-updraftplus.php:2093, src/addons/migrator.php:310
msgid "Must-use plugins"
msgstr "افزونه هایی که باید استفاده گردد."
#: src/addons/multisite.php:229
msgid "Multisite Install"
msgstr "نصب چندین سایت"
#: src/addons/fixtime.php:570
msgid "starting from next time it is"
msgstr "شروع از دفعه بعد خواهد بود"
#: src/addons/sftp.php:713
msgid "However, we were able to log in and move to the indicated directory and successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:651
msgid "Failure: Port must be an integer."
msgstr "شکست: درگاه باید یه عدد صحیح باشد."
#: src/methods/ftp.php:442, src/methods/openstack2.php:120
msgid "password"
msgstr "رمز عبور"
#: src/addons/sftp.php:642, src/methods/openstack2.php:115
msgid "username"
msgstr "نام کاربری"
#: src/addons/sftp.php:638
msgid "host name"
msgstr "نام میزبان"
#: src/addons/sftp.php:621
msgid "Where to change directory to after logging in - often this is relative to your home directory."
msgstr ""
#: src/addons/sftp.php:615
msgid "Directory path"
msgstr "مسیر دایرکتوری"
#: src/admin.php:1097, src/admin.php:3401, src/addons/lockadmin.php:178,
#: src/addons/moredatabase.php:265, src/addons/sftp.php:612,
#: src/addons/webdav.php:431, src/methods/openstack2.php:255,
#: src/methods/updraftvault.php:523,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:50
msgid "Password"
msgstr "رمز عبور"
#: src/addons/sftp.php:610, src/addons/webdav.php:435
msgid "Port"
msgstr "درگاه"
#: src/addons/moredatabase.php:263, src/addons/sftp.php:609,
#: src/addons/webdav.php:433
msgid "Host"
msgstr "میزبان"
#: src/addons/sftp.php:375
msgid "Error: Failed to download"
msgstr ""
#: src/addons/sftp.php:683
msgid "Check your file permissions: Could not successfully create and enter:"
msgstr "دسترسی فایل خود را بررسی نمائید: نمی توان ایجاد کرد و وارد گردید:"
#: src/addons/sftp.php:122, src/addons/sftp.php:123, src/addons/sftp.php:124
msgid "No %s found"
msgstr "هیچ %s یافت نشد"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:19
msgid "more"
msgstr ""
#: src/addons/morefiles.php:606
msgid "No backup of %s directories: there was nothing found to back up"
msgstr "هیچ پشتیبان گیری از دایرکتوری %s: هیچ چیزی برای پشتیبان گیری یافت نشد"
#: src/admin.php:4333, src/addons/morefiles.php:371
msgid "If entering multiple files/directories, then separate them with commas."
msgstr ""
#: src/addons/morefiles.php:319
msgid "Be careful what you select - if you select / then it really will try to create a zip containing your entire webserver."
msgstr ""
#: src/addons/morefiles.php:317
msgid "If you are not sure what this option is for, then you will not want it, and should turn it off."
msgstr "اگر شما نمی دانید که این گزینه برای چیست، پس نیازی به آن ندارید و بگذارید خاموش باشد."
#: src/addons/morefiles.php:294
msgid "More Files"
msgstr "فایل های بیشتر"
#: src/addons/morefiles.php:182
msgid "WordPress core (including any additions to your WordPress root directory)"
msgstr ""
#: src/addons/morefiles.php:175
msgid "The above files comprise everything in a WordPress installation."
msgstr ""
#: src/addons/morefiles.php:156
msgid "Over-write wp-config.php"
msgstr "نوشتن و بازنشانی wp-config.php"
#: src/addons/morefiles.php:152, src/includes/class-wpadmin-commands.php:631
msgid "WordPress Core"
msgstr "هسته وردپرس"
#: src/addons/webdav.php:503, src/methods/addon-base-v2.php:361
msgid "Failed: We were not able to place a file in that directory - please check your credentials."
msgstr "ناموفق: قادر به قرار دادن فایل در دایرکتوری نمی باشیم - لطفاً دسترسی خود را بررسی نمائید."
#: src/admin.php:3928, src/admin.php:3946, src/admin.php:3987,
#: src/admin.php:3977, src/backup.php:2051, src/addons/googlecloud.php:967,
#: src/addons/googlecloud.php:1007, src/addons/googlecloud.php:1001,
#: src/addons/sftp.php:669, src/methods/addon-base-v2.php:344
msgid "Failed"
msgstr "ناموفق"
#: src/addons/webdav.php:427
msgid "WebDAV URL"
msgstr "WebDAV URL"
#: src/addons/webdav.php:815
msgid "Local write failed: Failed to download"
msgstr "نوشتن محلی ناموفق: ناموفق در دانلود"
#: src/addons/webdav.php:795
msgid "Error opening remote file: Failed to download"
msgstr "خطا در باز کردن فایل ریموت: ناموفق در دانلود"
#: src/addons/googlecloud.php:375, src/addons/googlecloud.php:373,
#: src/addons/pcloud.php:293, src/addons/sftp.php:120,
#: src/addons/webdav.php:526, src/addons/webdav.php:689,
#: src/addons/webdav.php:695, src/addons/webdav.php:727,
#: src/addons/webdav.php:769, src/methods/addon-base-v2.php:81,
#: src/methods/addon-base-v2.php:129, src/methods/addon-base-v2.php:170,
#: src/methods/addon-base-v2.php:229, src/methods/addon-base-v2.php:318,
#: src/methods/ftp.php:42, src/methods/googledrive.php:324,
#: src/methods/googledrive.php:322
msgid "No %s settings were found"
msgstr "هیچ تنظیمات %s پیدا نشد."
#: src/methods/ftp.php:464
msgid "Failure: we successfully logged in, but were not able to create a file in the given directory."
msgstr ""
#: src/methods/ftp.php:461
msgid "Success: we successfully logged in, and confirmed our ability to create a file in the given directory (login type:"
msgstr ""
#: src/methods/ftp.php:452
msgid "Failure: we did not successfully log in with those credentials."
msgstr ""
#: src/methods/ftp.php:434
msgid "Failure: No server details were given."
msgstr "شکست: هیچ جزئیاتی از سرور داده نشده است."
#: src/methods/ftp.php:127
msgid "Needs to already exist"
msgstr "لازم است که از قبل موجود باشد"
#: src/addons/onedrive.php:975, src/addons/pcloud.php:720,
#: src/methods/dropbox.php:934
msgid "Your %s account name: %s"
msgstr "نام حساب کاربری %s: %s"
#: src/addons/pcloud.php:710, src/methods/dropbox.php:910,
#: src/methods/dropbox.php:912
msgid "you have authenticated your %s account"
msgstr "شما حساب کاربری %s خود را احراز هویت نموده اید"
#: src/methods/dropbox.php:603
msgid "Backups are saved in %s."
msgstr ""
#: src/methods/dropbox.php:602
msgid "Need to use sub-folders?"
msgstr "آیا می خواهید از زیر فولدر استفاده کنید؟"
#: src/methods/dropbox.php:313
msgid "error: failed to upload file to %s (see log file for more)"
msgstr "خطا: عدم موفقیت در بارگزاری فایل در %s (مشاهده فایل سوابق برای اطلاعات بیشتر)"
#: src/addons/pcloud.php:147, src/addons/pcloud.php:707,
#: src/methods/dropbox.php:216
msgid "error: %s (see log file for more)"
msgstr "خطا: %s (برای اطلاعات بیشتر فایل گزارش را مشاهده کنید)"
#: src/methods/s3.php:1456
msgid "The communication with %s was not encrypted."
msgstr "ارتباطات با %s رمگذاری نشده است."
#: src/methods/s3.php:1454
msgid "The communication with %s was encrypted."
msgstr "ارتباطات با %s رمگذاری شده است."
#: src/addons/googlecloud.php:1030, src/methods/s3.php:1451
msgid "We accessed the bucket, and were able to create files within it."
msgstr "ما به باکت دسترسی پیدا کردیم و توانستیم پرونده هایی درون آن ایجاد کنیم."
#: src/addons/googlecloud.php:1024, src/addons/googlecloud.php:1038,
#: src/methods/s3.php:1449, src/methods/s3.php:1461
msgid "We successfully accessed the bucket, but the attempt to create a file in it failed."
msgstr "ما با موفقیت به باکت دسترسی پیدا کردیم، اما تلاش برای ایجاد پرونده در آن ناموفق بود."
#: src/addons/googlecloud.php:1024, src/addons/googlecloud.php:1038,
#: src/methods/s3.php:1449, src/methods/s3.php:1461
msgid "Failure"
msgstr "شکست"
#: src/methods/openstack2.php:252, src/methods/s3.php:1430
msgid "Region"
msgstr "ناحیه"
#: src/addons/googlecloud.php:140, src/addons/googlecloud.php:984,
#: src/methods/s3.php:1392
msgid "Failure: No bucket details were given."
msgstr "خطا: جزئیات باکت داده نشده است."
#: src/methods/s3.php:1370
msgid "API secret"
msgstr "رمز API"
#: src/methods/dreamobjects.php:191, src/methods/s3.php:1048,
#: src/methods/s3.php:1088, src/methods/s3generic.php:199
msgid "%s location"
msgstr "مکان %s"
#: src/methods/dreamobjects.php:189, src/methods/s3.php:1044,
#: src/methods/s3.php:1086, src/methods/s3generic.php:197
msgid "%s secret key"
msgstr "کلید مخفی %s"
#: src/methods/dreamobjects.php:188, src/methods/s3.php:1040,
#: src/methods/s3.php:1085, src/methods/s3generic.php:196
msgid "%s access key"
msgstr "کلید دسترسی %s"
#: src/methods/dreamobjects.php:185, src/methods/s3.php:938,
#: src/methods/s3.php:1083, src/methods/s3generic.php:195
msgid "If you see errors about SSL certificates, then please go here for help."
msgstr "اگر شما خطاهای مرتبط با گواهینامه SSL مشاهده نموده اید، لطفاً برای کمک به این قسمت بروید."
#: src/methods/s3.php:520
msgid "%s re-assembly error (%s): (see log file for more)"
msgstr ""
#: src/methods/s3.php:516
msgid "upload (%s): re-assembly failed (see log for more details)"
msgstr ""
#: src/methods/s3.php:500
msgid "chunk %s: upload failed"
msgstr "جداسازی %s: بارگذاری انجام نشد"
#: src/methods/s3.php:472
msgid "error: file %s was shortened unexpectedly"
msgstr ""
#: src/methods/s3.php:450
msgid "%s upload: getting uploadID for multipart upload failed - see log file for more details"
msgstr ""
#: src/methods/email.php:106
msgid "Note:"
msgstr "توجه:"
#: src/methods/email.php:46
msgid "WordPress Backup"
msgstr "بک آپ وردپرس"
#: src/methods/cloudfiles.php:590, src/methods/openstack-base.php:535
msgid "We accessed the container, and were able to create files within it."
msgstr ""
#: src/methods/cloudfiles.php:586
msgid "Cloud Files error - we accessed the container, but failed to create a file within it"
msgstr ""
#: src/methods/cloudfiles.php:559, src/methods/openstack-base.php:477
msgid "Failure: No container details were given."
msgstr "خطا: هیچ جزئیاتی در مورد کانتینر داده نشد."
#: src/admin.php:1096, src/addons/moredatabase.php:264,
#: src/addons/sftp.php:611, src/addons/webdav.php:430,
#: src/methods/cloudfiles-new.php:171, src/methods/cloudfiles.php:539,
#: src/methods/openstack2.php:254
msgid "Username"
msgstr "نام کاربری"
#: src/methods/cloudfiles-new.php:166, src/methods/cloudfiles.php:534,
#: src/methods/s3.php:1366
msgid "API key"
msgstr "کلید API"
#: src/admin.php:991, src/addons/moredatabase.php:113,
#: src/addons/moredatabase.php:115, src/addons/moredatabase.php:117,
#: src/addons/sftp.php:638, src/addons/sftp.php:642, src/addons/sftp.php:646,
#: src/addons/webdav.php:482, src/includes/class-remote-send.php:580,
#: src/includes/migrator-lite.php:242, src/methods/addon-base-v2.php:336,
#: src/methods/cloudfiles-new.php:166, src/methods/cloudfiles-new.php:171,
#: src/methods/cloudfiles.php:534, src/methods/cloudfiles.php:539,
#: src/methods/ftp.php:438, src/methods/ftp.php:442,
#: src/methods/openstack2.php:115, src/methods/openstack2.php:120,
#: src/methods/openstack2.php:125, src/methods/openstack2.php:130,
#: src/methods/s3.php:1366, src/methods/s3.php:1370
msgid "Failure: No %s was given."
msgstr "شکست: هیچ %s داده نشده است."
#: src/methods/cloudfiles.php:498
msgid "Cloud Files username"
msgstr "نام کاربری فضای ابری"
#: src/addons/cloudfiles-enhanced.php:45, src/methods/cloudfiles-new.php:101,
#: src/methods/cloudfiles-new.php:291, src/methods/cloudfiles.php:482
msgid "UK"
msgstr "UK"
#: src/addons/cloudfiles-enhanced.php:44, src/methods/cloudfiles-new.php:100,
#: src/methods/cloudfiles-new.php:290, src/methods/cloudfiles.php:481
msgid "US (default)"
msgstr "US (پیشفرض)"
#: src/methods/cloudfiles.php:478
msgid "US or UK Cloud"
msgstr "US یا UK Cloud"
#: src/methods/cloudfiles-new.php:285, src/methods/cloudfiles.php:461,
#: src/methods/openstack2.php:245
msgid "Also, you should read this important FAQ."
msgstr "همچنین باید این FAQ مهم را بخوانید."
#: src/methods/cloudfiles.php:461
msgid "Get your API key from your Rackspace Cloud console (read instructions here), then pick a container name to use for storage."
msgstr ""
#: src/admin.php:1015, src/addons/azure.php:708, src/addons/backblaze.php:793,
#: src/addons/sftp.php:623, src/addons/webdav.php:440,
#: src/methods/backup-module.php:404, src/methods/cloudfiles-new.php:299,
#: src/methods/dreamobjects.php:194, src/methods/ftp.php:130,
#: src/methods/openstack2.php:258, src/methods/s3.php:1090,
#: src/methods/s3generic.php:214
msgid "Test %s Settings"
msgstr "تست تنظیمات %s"
#: src/class-updraftplus.php:1570, src/class-updraftplus.php:1614,
#: src/addons/webdav.php:788, src/methods/cloudfiles.php:398
msgid "Error opening local file: Failed to download"
msgstr "خطا در باز کردن فایل محلی: ناموفق در دانلود"
#: src/addons/sftp.php:250, src/methods/openstack-base.php:314,
#: src/methods/s3.php:408, src/methods/s3.php:420, src/methods/s3.php:421
msgid "%s Error: Failed to upload"
msgstr "خطای %s: آپلود ناموفق"
#: src/class-updraftplus.php:1412
msgid "%s Error: Failed to open local file"
msgstr "خطای %s: باز کردن فایل لوکال ناموفق"
#: src/addons/cloudfiles-enhanced.php:120,
#: src/addons/cloudfiles-enhanced.php:133,
#: src/addons/cloudfiles-enhanced.php:137, src/methods/cloudfiles.php:569,
#: src/methods/cloudfiles.php:572, src/methods/cloudfiles.php:575
msgid "Cloud Files authentication failed"
msgstr "احراز هویت ناموفق فایل های ابری"
#: src/addons/pcloud.php:552, src/methods/backup-module.php:634,
#: src/methods/dropbox.php:607
msgid "After you have saved your settings (by clicking 'Save Changes' below), then come back here and follow this link to complete authentication with %s."
msgstr ""
#: src/addons/googlecloud.php:1317, src/methods/googledrive.php:1505
msgid "Authenticate with Google"
msgstr "احراز هویت توسط گوگل"
#: src/addons/googlecloud.php:1300, src/addons/onedrive.php:1319,
#: src/methods/googledrive.php:1491
msgid "Client Secret"
msgstr "رمز مشتری"
#: src/addons/googlecloud.php:1299, src/methods/googledrive.php:1490
msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
msgstr "اگر گوگل به شما پیغام \"invalid_client\" را نشان داد، یعنی شما ID مشتری معتبری در این قسمت وارد ننموده اید."
#: src/addons/googlecloud.php:1298, src/addons/onedrive.php:1317,
#: src/methods/googledrive.php:1489
msgid "Client ID"
msgstr "ID مشتری"
#: src/methods/googledrive.php:1498
msgid "You must add the following as the authorised redirect URI (under \"More Options\") when asked"
msgstr "وقتی از شما خواسته شد، باید موارد زیر را به عنوان آدرس ریدایرکت مجاز (زیر \"گزینههای بیشتر\") اضافه کنید"
#: src/addons/googlecloud.php:1289, src/methods/googledrive.php:1497
msgid "Select 'Web Application' as the application type."
msgstr "'Web Application' را به عنوان نوع کاربرد انتخاب نمائید."
#: src/addons/googlecloud.php:590, src/addons/googlecloud.php:591,
#: src/addons/googlecloud.php:1062, src/addons/googlecloud.php:1060,
#: src/methods/googledrive.php:832, src/methods/googledrive.php:833,
#: src/methods/googledrive.php:821, src/methods/googledrive.php:822
msgid "Account is not authorized."
msgstr "حساب کاربری احراز هویت نشده است."
#: src/addons/webdav.php:743, src/methods/googledrive.php:717,
#: src/methods/googledrive.php:779, src/methods/googledrive.php:797,
#: src/methods/googledrive.php:795
msgid "Failed to upload to %s"
msgstr "ناموفق در آپلود در %s"
#: src/methods/googledrive.php:760
msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded is %d bytes"
msgstr "حساب کاربری پر شده است: حساب کاربری %s شما فقط %d بایت دیگر دارد در حالی که فایل مورد نظر شما برای آپلود %d بایت است"
#: src/methods/googledrive.php:868, src/methods/googledrive.php:904
msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
msgstr "هنوز اجازه دسترسی به گوگل را دریافت نکرده ایم - شما باید مجدداً به گوگل درایو متصل شوید."
#: src/addons/googlecloud.php:904, src/addons/onedrive.php:1013,
#: src/methods/googledrive.php:674
msgid "you have authenticated your %s account."
msgstr "شما موفق به احراز هویت حساب کاربری %s شدید."
#: src/addons/googlecloud.php:904, src/addons/googlecloud.php:1030,
#: src/addons/onedrive.php:1013, src/addons/sftp.php:711,
#: src/addons/sftp.php:707, src/addons/wp-cli.php:500,
#: src/methods/addon-base-v2.php:358, src/methods/cloudfiles.php:590,
#: src/methods/googledrive.php:674, src/methods/openstack-base.php:535,
#: src/methods/s3.php:1451
msgid "Success"
msgstr "موفق"
#: src/addons/onedrive.php:967, src/addons/pcloud.php:722,
#: src/methods/dropbox.php:964, src/methods/dropbox.php:955,
#: src/methods/googledrive.php:635
msgid "Your %s quota usage: %s %% used, %s available"
msgstr "ترافیک مصرفی %s شما: %s %% استفاده شده، %s در دسترس می باشد"
#: src/methods/googledrive.php:598
msgid "%s authorization failed"
msgstr ""
#: src/methods/addon-not-yet-present.php:124
msgid "follow this link to get it"
msgstr "از این لینک دریافت کنید."
#: src/methods/addon-not-yet-present.php:125
msgid "%s support is available as an add-on"
msgstr ""
#: src/methods/addon-not-yet-present.php:34,
#: src/methods/addon-not-yet-present.php:76,
#: src/methods/addon-not-yet-present.php:83
msgid "You do not have the UpdraftPlus %s add-on installed - get it from %s"
msgstr "شما افزونه %s UpdraftPlus را نصب نکرده اید - از %s بگیرید"
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:137
msgid "You need to re-authenticate with %s, as your existing credentials are not working."
msgstr "شما نیاز به احراز هویت مجدد %s دارید چون هویت فعلی شما کار نمی کند."
#: src/admin.php:3932, src/admin.php:3943, src/admin.php:3984,
#: src/admin.php:3980, src/restorer.php:537, src/restorer.php:4329,
#: src/restorer.php:4188, src/includes/class-remote-send.php:441,
#: src/includes/class-storage-methods-interface.php:329
msgid "OK"
msgstr "OK"
#: src/restorer.php:4293, src/restorer.php:4182
msgid "Table prefix has changed: changing %s table field(s) accordingly:"
msgstr ""
#: src/restorer.php:3990, src/includes/class-search-replace.php:519
msgid "the database query being run was:"
msgstr "گزارشگیری از پایگاهداده در حال اجراست:"
#: src/restorer.php:2607
msgid "will restore as:"
msgstr "بازنشانی خواهد شد به عنوان:"
#: src/restorer.php:2436, src/restorer.php:3064, src/restorer.php:3244
msgid "Old table prefix:"
msgstr "پیشوند جداول قدیم:"
#: src/class-updraftplus.php:3871, src/class-updraftplus.php:5140,
#: src/addons/reporting.php:97, src/addons/reporting.php:206
msgid "Backup of:"
msgstr "پشتیبان از:"
#: src/restorer.php:2806
msgid "Failed to open database file"
msgstr "ناموفق در بازکردن فایل پایگاه داده"
#: src/restorer.php:2785
msgid "Failed to find database file"
msgstr "ناموفق در یافتن فایل پایگاه داده"
#: src/restorer.php:1174
msgid "Failed to write out the decrypted database to the filesystem"
msgstr ""
#: src/restorer.php:1158
msgid "Failed to create a temporary directory"
msgstr "ناموفق در ساخت دایرکتوری موقت"
#: src/restorer.php:855
msgid "Failed to delete working directory after restoring."
msgstr "عدم موفقیت در پاک کردن دایرکتوری در حال کار بعد از بازیابی."
#: src/restorer.php:850
msgid "Cleaning up rubbish..."
msgstr "تمیز کردن زباله..."
#: src/restorer.php:849
msgid "Restoring the database (on a large site this can take a long time - if it times out (which can happen if your web hosting company has configured your hosting to limit resources) then you should use a different method, such as phpMyAdmin)..."
msgstr ""
#: src/restorer.php:846
msgid "Database successfully decrypted."
msgstr "پایگاه داده با موفقیت رمزگشایی گردید."
#: src/restorer.php:845
msgid "Decrypting database (can take a while)..."
msgstr ""
#: src/restorer.php:844
msgid "Unpacking backup..."
msgstr "باز کردن بسته پشتیبان..."
#: src/restorer.php:843
msgid "Copying this entity failed."
msgstr "ناموفق در کپی کردن این موجودیت"
#: src/restorer.php:842
msgid "Backup file not available."
msgstr "فایل پشتیبان در دسترس نمی باشد"
#: src/restorer.php:545, src/restorer.php:546
msgid "Could not read one of the files for restoration"
msgstr ""
#: src/restorer.php:725
msgid "Error message"
msgstr "متن خطا"
#: src/restorer.php:542
msgid "The backup records do not contain information about the proper size of this file."
msgstr ""
#: src/restorer.php:534
msgid "Archive is expected to be size:"
msgstr "سایز مورد انتظار آرشیو:"
#: src/admin.php:5286
msgid "If making a request for support, please include this information:"
msgstr "اگر درخواست پشتیبانی دارید، لطفاً این اطلاعات را تامین کنید:"
#: src/admin.php:5286
msgid "ABORT: Could not find the information on which entities to restore."
msgstr ""
#: src/addons/wp-cli.php:747
msgid "UpdraftPlus Restoration: Progress"
msgstr "بازسازی UpdraftPlus : در حال انجام"
#: src/admin.php:5244
msgid "This backup does not exist in the backup history - restoration aborted."
msgstr ""
#: src/admin.php:4660
msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
msgstr "بعد از فشردن این دکمه، شما می توانید انتخاب کنید که کدام کامپوننت را می خواهید بازسازی کنید"
#: src/admin.php:4745
msgid "Delete this backup set"
msgstr "حذف این مجموعه پشتیبان"
#: src/admin.php:1162, src/templates/wp-admin/settings/form-contents.php:390
msgid "Save Changes"
msgstr "ذخیره تغییرات"
#: src/templates/wp-admin/settings/form-contents.php:361
msgid "Disable SSL entirely where possible"
msgstr "SSL را در هر جای ممکن غیر فعال کن."
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "Note that not all cloud backup methods are necessarily using SSL authentication."
msgstr "توجه داشته باشید که همه روشهای پشتیبانگیری ابری الزاماً از احراز هویت SSL استفاده نمیکنند."
#: src/templates/wp-admin/settings/form-contents.php:356
msgid "Do not verify SSL certificates"
msgstr "گواهینامه SSL را تائید ننمائید"
#: src/templates/wp-admin/settings/form-contents.php:351
msgid "Use the server's SSL certificates"
msgstr "از سروری با گواهینامه های SSL استفاده نمائید."
#: src/admin.php:4235
msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
msgstr ""
#: src/admin.php:4235
msgid "or, to reset this option"
msgstr "یا برای ریست کردن این گزینه"
#: src/admin.php:4235
msgid "Follow this link to attempt to create the directory and set the permissions"
msgstr "برای ایجاد دایرکتوری و تعریف سطح دسترسی آن بر روی اینجا کلیک کنید"
#: src/admin.php:4227
msgid "Backup directory specified is writable, which is good."
msgstr "دایرکتوری مشخص شده برای پشتیبان گیری قابل نوشتن است."
#: src/templates/wp-admin/settings/form-contents.php:335
msgid "Backup directory"
msgstr "پوشه فایل های پشتیبان"
#: src/templates/wp-admin/settings/form-contents.php:330
msgid "Delete local backup"
msgstr "فایل محلی را پاک کن"
#: src/templates/wp-admin/settings/form-contents.php:310
msgid "open this to show some further options; don't bother with this unless you have a problem or are curious."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:310
msgid "Show expert settings"
msgstr "نمایش تنظیمات حرفه ای"
#: src/templates/wp-admin/settings/form-contents.php:309
msgid "Expert settings"
msgstr "تنظیمات حرفه ای"
#: src/templates/wp-admin/settings/form-contents.php:320
msgid "Debug mode"
msgstr "حالت رفع عیب"
#: src/templates/wp-admin/settings/form-contents.php:305
msgid "Advanced / Debugging Settings"
msgstr "تنظیمات پیشرفته/رفع عیب"
#: src/admin.php:946
msgid "Requesting start of backup..."
msgstr "در حال درخواست شروع پشتیبانگیری..."
#: src/admin.php:963, src/addons/morefiles.php:1034,
#: src/methods/backup-module.php:91,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:94
msgid "Cancel"
msgstr "لغو"
#: src/admin.php:4510, src/addons/incremental.php:341,
#: src/addons/incremental.php:333, src/addons/reporting.php:270
msgid "None"
msgstr "هیچکدام"
#: src/templates/wp-admin/settings/form-contents.php:104
msgid "Choose your remote storage"
msgstr "حافظه ریموت خود را انتخاب کنید"
#: src/templates/wp-admin/settings/form-contents.php:179
msgid "Manually decrypt a database backup file"
msgstr "رمزگشایی فایل پشتیبان پایگاه داده به صورت دستی"
#: src/templates/wp-admin/settings/form-contents.php:158
msgid "Database encryption phrase"
msgstr "عبارت رمزگذاری پایگاه داده"
#: src/admin.php:3391, src/methods/updraftvault.php:521,
#: src/templates/wp-admin/settings/form-contents.php:256,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:44
msgid "Email"
msgstr "ایمیل"
#: src/templates/wp-admin/settings/form-contents.php:148
msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
msgstr ""
#: src/addons/morefiles.php:368
msgid "Exclude these:"
msgstr "شامل این موارد نمی شود:"
#: src/admin.php:4319
msgid "Any other directories found inside wp-content"
msgstr "یک پوشه ی دیگر در مسیر wp-content یافت شد"
#: src/templates/wp-admin/settings/form-contents.php:145
msgid "Include in files backup"
msgstr "قرار گرفتن در فایل های پشتیبان"
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "e.g. if your server is busy at day and you want to run overnight"
msgstr "به طور مثال اگر سرور شما در طول روز شلوغ بوده و شما می خواهید در شب آن را اجرا کنید"
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "To fix the time at which a backup should take place,"
msgstr "به منظور اصلاح زمانی که پشتیبان گیری باید اجرا شود ,"
#: src/templates/wp-admin/settings/form-contents.php:62
msgid "Database backup interval"
msgstr ""
#: src/addons/incremental.php:350, src/addons/incremental.php:337
msgid "Monthly"
msgstr "ماهانه"
#: src/addons/incremental.php:349, src/addons/incremental.php:336
msgid "Fortnightly"
msgstr "هر دو هفته یکبار"
#: src/addons/incremental.php:348, src/addons/incremental.php:335
msgid "Weekly"
msgstr "هفتگی"
#: src/addons/incremental.php:347, src/addons/incremental.php:334
msgid "Daily"
msgstr "روزانه"
#: src/templates/wp-admin/settings/form-contents.php:25
msgid "Files backup interval"
msgstr ""
#: src/admin.php:973, src/admin.php:4186
msgid "Download log file"
msgstr "دانلود فایل سوابق"
#: src/admin.php:4048
msgid "The folder exists, but your webserver does not have permission to write to it."
msgstr "فولدر وجود دارد، ولی وب سرور دسترسی نوشتن در آن را ندارد."
#: src/admin.php:4029
msgid "The request to the filesystem to create the directory failed."
msgstr "درخواست دسترسی به فایل های سیستمی به منظور ایجاد پوشه با شکست روبرو شد ."
#: src/admin.php:964, src/admin.php:3925, src/admin.php:3940,
#: src/admin.php:3972, src/admin.php:4745,
#: src/includes/class-remote-send.php:696,
#: src/templates/wp-admin/settings/existing-backups-table.php:167,
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Delete"
msgstr "حذف"
#: src/admin.php:3877
msgid "show log"
msgstr "نمایش فایل سوابق"
#: src/templates/wp-admin/advanced/wipe-settings.php:10
msgid "This will delete all your UpdraftPlus settings - are you sure you want to do this?"
msgstr "این کار باعث حذف کلیه تنظمیات UpdraftPlus خواهد شد. آیا مطمئن هستید؟"
#: src/templates/wp-admin/advanced/total-size.php:19
msgid "count"
msgstr "شمارش"
#: src/templates/wp-admin/advanced/total-size.php:9
msgid "N.B. This count is based upon what was, or was not, excluded the last time you saved the options."
msgstr "لطفا توجه داشته باشید، این اندازهگیری براساس بودهها یا نبودههای زمانیاست که آخرین بار تنظیمات را ذخیره کردهاید."
#: src/templates/wp-admin/advanced/total-size.php:6
msgid "Total (uncompressed) on-disk data:"
msgstr "کل اطلاعات (غیر فشرده) روی دیسک."
#: src/templates/wp-admin/advanced/site-info.php:84,
#: src/templates/wp-admin/settings/tab-addons.php:105,
#: src/templates/wp-admin/settings/tab-addons.php:118,
#: src/templates/wp-admin/settings/tab-addons.php:131,
#: src/templates/wp-admin/settings/tab-addons.php:144,
#: src/templates/wp-admin/settings/tab-addons.php:157,
#: src/templates/wp-admin/settings/tab-addons.php:170,
#: src/templates/wp-admin/settings/tab-addons.php:183,
#: src/templates/wp-admin/settings/tab-addons.php:196,
#: src/templates/wp-admin/settings/tab-addons.php:209,
#: src/templates/wp-admin/settings/tab-addons.php:222,
#: src/templates/wp-admin/settings/tab-addons.php:235,
#: src/templates/wp-admin/settings/tab-addons.php:248,
#: src/templates/wp-admin/settings/tab-addons.php:261,
#: src/templates/wp-admin/settings/tab-addons.php:274,
#: src/templates/wp-admin/settings/tab-addons.php:287,
#: src/templates/wp-admin/settings/tab-addons.php:304
msgid "No"
msgstr "خیر"
#: src/addons/webdav.php:439, src/templates/wp-admin/advanced/site-info.php:84,
#: src/templates/wp-admin/advanced/site-info.php:81,
#: src/templates/wp-admin/settings/tab-addons.php:79,
#: src/templates/wp-admin/settings/tab-addons.php:92,
#: src/templates/wp-admin/settings/tab-addons.php:95,
#: src/templates/wp-admin/settings/tab-addons.php:108,
#: src/templates/wp-admin/settings/tab-addons.php:121,
#: src/templates/wp-admin/settings/tab-addons.php:134,
#: src/templates/wp-admin/settings/tab-addons.php:147,
#: src/templates/wp-admin/settings/tab-addons.php:160,
#: src/templates/wp-admin/settings/tab-addons.php:173,
#: src/templates/wp-admin/settings/tab-addons.php:186,
#: src/templates/wp-admin/settings/tab-addons.php:199,
#: src/templates/wp-admin/settings/tab-addons.php:212,
#: src/templates/wp-admin/settings/tab-addons.php:225,
#: src/templates/wp-admin/settings/tab-addons.php:238,
#: src/templates/wp-admin/settings/tab-addons.php:251,
#: src/templates/wp-admin/settings/tab-addons.php:264,
#: src/templates/wp-admin/settings/tab-addons.php:277,
#: src/templates/wp-admin/settings/tab-addons.php:290,
#: src/templates/wp-admin/settings/tab-addons.php:307,
#: src/templates/wp-admin/settings/tab-addons.php:313
msgid "Yes"
msgstr "بله"
#: src/admin.php:6113, src/admin.php:6117,
#: src/templates/wp-admin/advanced/site-info.php:58,
#: src/templates/wp-admin/advanced/site-info.php:64,
#: src/templates/wp-admin/advanced/site-info.php:76,
#: src/templates/wp-admin/advanced/site-info.php:77
msgid "%s version:"
msgstr "%s نسخه :"
#: src/templates/wp-admin/advanced/site-info.php:56
msgid "Current memory usage"
msgstr "حافظه ی موجود استفاده شده"
#: src/templates/wp-admin/advanced/site-info.php:55
msgid "Peak memory usage"
msgstr "پیک مصرف مموری"
#: src/templates/wp-admin/advanced/site-info.php:35
msgid "Web server:"
msgstr "وب سرور:"
#: src/templates/wp-admin/settings/take-backup.php:99
msgid "Do you need WordPress Multisite support?"
msgstr "آیا شما به پشتیبانی چند سایته وردپرس نیاز دارید؟"
#: src/templates/wp-admin/settings/take-backup.php:95
msgid "Multisite"
msgstr "چند سایتی"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:45
msgid "Do read this helpful article of useful things to know before restoring."
msgstr "آیا مطالعه ی این راهنما قبل از بازیابی برای شما مفید بود ."
#: src/addons/morefiles.php:152,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:82
msgid "%s restoration options:"
msgstr "%s تنظیمات بازیابی:"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:75
msgid "You will need to restore it manually."
msgstr "شما نیاز خواهید داشت که به صورت دستی بازیابی انجام دهید."
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:75
msgid "The following entity cannot be restored automatically: \"%s\"."
msgstr "این موجودیت نمی تواند به طور اتوماتیک بازسازی گردد: %s."
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "Your web server has PHP's so-called safe_mode active."
msgstr "وبسرور شما دارای php میباشد که safe_mode در آن فعال است ."
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:44
msgid "Choose the components to restore"
msgstr "انتخاب اجزا برای بازیابی"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:44
msgid "Restoring will replace this site's themes, plugins, uploads, database and/or other content directories (according to what is contained in the backup set, and your selection)."
msgstr "با بازیابی قالب سایت ها , افزونه ها , پوشه ی آپلود , دیتابیس و سایر محتوای پوشه ها جایگزین میشوند.( بر اساس آنچه که در فایل پشتیبان موجود میباشد )"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:32
msgid "Restore backup"
msgstr "بازیابی پشتیبان"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:8
msgid "Delete backup set"
msgstr "حذف تنظیمات پشتیبان"
#: src/admin.php:945
msgid "Download error: the server sent us a response which we did not understand."
msgstr "خطای دانلود: سرور پاسخی برای ما ارسال نموده است که متوجه نشده ایم."
#: src/admin.php:99, src/admin.php:936, src/restorer.php:539,
#: src/restorer.php:567, src/restorer.php:2328, src/restorer.php:4369,
#: src/addons/backblaze.php:247, src/addons/backblaze.php:272,
#: src/addons/cloudfiles-enhanced.php:123, src/addons/s3-enhanced.php:236,
#: src/addons/s3-enhanced.php:241, src/addons/s3-enhanced.php:243,
#: src/addons/sftp.php:1040, src/addons/webdav.php:434,
#: src/includes/class-remote-send.php:359,
#: src/includes/class-remote-send.php:411,
#: src/includes/class-remote-send.php:405,
#: src/includes/class-remote-send.php:480,
#: src/includes/class-remote-send.php:538,
#: src/includes/class-remote-send.php:565,
#: src/includes/class-remote-send.php:620,
#: src/includes/class-remote-send.php:608,
#: src/includes/class-remote-send.php:603,
#: src/includes/class-remote-send.php:593,
#: src/includes/class-search-replace.php:333,
#: src/includes/class-search-replace.php:519,
#: src/includes/migrator-lite.php:614, src/includes/migrator-lite.php:924,
#: src/includes/migrator-lite.php:1002, src/methods/remotesend.php:80,
#: src/methods/remotesend.php:258, src/methods/updraftvault.php:722
msgid "Error:"
msgstr "خطا :"
#: src/admin.php:927
msgid "calculating..."
msgstr "درحال پردازش ..."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:68,
#: src/templates/wp-admin/settings/tab-backups.php:70
msgid "UpdraftPlus - Upload backup files"
msgstr "UpdraftPlus - آپلود فایل های پشتیبان"
#: src/includes/class-filesystem-functions.php:105,
#: src/templates/wp-admin/advanced/site-info.php:51
msgid "refresh"
msgstr "رفرش"
#: src/includes/class-filesystem-functions.php:126,
#: src/templates/wp-admin/advanced/site-info.php:51
msgid "Web-server disk space in use by UpdraftPlus"
msgstr "فضای دیسک وب سرور تحت استفاده توسط UpdraftPlus"
#: src/includes/class-filesystem-functions.php:126
msgid "This is a count of the contents of your Updraft directory"
msgstr "این تعداد محتویات دایرکتوری Updraft شما است."
#: src/addons/google-enhanced.php:126, src/methods/googledrive.php:324,
#: src/methods/googledrive.php:322, src/methods/googledrive.php:674,
#: src/methods/googledrive.php:717, src/methods/googledrive.php:760,
#: src/methods/googledrive.php:767, src/methods/googledrive.php:779,
#: src/methods/googledrive.php:797, src/methods/googledrive.php:795,
#: src/methods/googledrive.php:1488, src/methods/googledrive.php:1489,
#: src/methods/googledrive.php:1491, src/methods/googledrive.php:1493,
#: src/methods/googledrive.php:1515, src/methods/googledrive.php:1515
msgid "Google Drive"
msgstr "گوگل درایو"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:59,
#: src/templates/wp-admin/settings/tab-backups.php:63
msgid "If you are using this, then turn Turbo/Road mode off."
msgstr "اگر شما از این استفاده می کنید، حالت Turbo/Road را خاموش کنید."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:59,
#: src/templates/wp-admin/settings/tab-backups.php:63
msgid "Opera web browser"
msgstr "مرورگر اینترنتی اپرا"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:47,
#: src/templates/wp-admin/settings/tab-backups.php:51
msgid "More tasks:"
msgstr "وظایف بیشتر:"
#: src/admin.php:3553
msgid "Download most recently modified log file"
msgstr "دانلود فایل گزارش آخرین تغییرات"
#: src/admin.php:3515, src/admin.php:3509, src/addons/autobackup.php:372,
#: src/addons/autobackup.php:467,
#: src/templates/wp-admin/settings/take-backup.php:72
msgid "Last log message"
msgstr "آخرین پیام ثبت شده"
#: src/admin.php:740, src/admin.php:972, src/admin.php:4660,
#: src/addons/migrator.php:248
msgid "Restore"
msgstr "بازنشانی"
#: src/admin.php:962, src/templates/wp-admin/settings/take-backup.php:52
msgid "Backup Now"
msgstr "تهیه ی پشتیبان"
#: src/templates/wp-admin/settings/take-backup.php:47
msgid "Time now"
msgstr "زمان الان"
#: src/admin.php:441, src/admin.php:4485, src/admin.php:4538,
#: src/admin.php:5142, src/restorer.php:677, src/addons/moredatabase.php:266,
#: src/addons/reporting.php:285, src/addons/wp-cli.php:434,
#: src/includes/class-remote-send.php:445,
#: src/includes/class-wpadmin-commands.php:154,
#: src/includes/class-wpadmin-commands.php:629,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:81,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
#: src/templates/wp-admin/settings/take-backup.php:34
msgid "Database"
msgstr "دیتابیس"
#: src/admin.php:431, src/admin.php:5899,
#: src/templates/wp-admin/settings/take-backup.php:24
msgid "Files"
msgstr "فایل ها"
#: src/templates/wp-admin/settings/take-backup.php:19
msgid "Next scheduled backups"
msgstr "پشتیبان گیری زمانبندی شده ی بعدی"
#: src/admin.php:410
msgid "At the same time as the files backup"
msgstr "در یک زمان به عنوان فایل های پشتیبانی"
#: src/admin.php:400, src/admin.php:421, src/admin.php:428, src/admin.php:471,
#: src/admin.php:502
msgid "Nothing currently scheduled"
msgstr "چیزی برنامه ریزی نشده است"
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "JavaScript warning"
msgstr "اخطار جاوا اسکریپت"
#: src/admin.php:948
msgid "Delete Old Directories"
msgstr "حذف پوشه های قدیمی"
#: src/admin.php:3050
msgid "Current limit is:"
msgstr "محدودیت کنونی:"
#: src/admin.php:3012
msgid "Your backup has been restored."
msgstr "پشتیبان شما بازنشانی شد."
#: src/templates/wp-admin/settings/header.php:25
msgid "Version"
msgstr "نسخه"
#: src/templates/wp-admin/settings/header.php:25
msgid "Lead developer's homepage"
msgstr "رفتن به صفحه توسعه دهنده"
#: src/admin.php:5793
msgid "Your settings have been wiped."
msgstr "تنظیمات شما پاک شد."
#: src/admin.php:2969
msgid "Backup directory successfully created."
msgstr "فایل پشتیبان با موفقیت ایجاد شد ."
#: src/admin.php:2962
msgid "Backup directory could not be created"
msgstr "فایل پشتیان نمیتواند ایجاد شود ."
#: src/admin.php:3888
msgid "Remove old directories"
msgstr "حذف پوشه های قدیمی"
#: src/includes/migrator-lite.php:245, src/includes/migrator-lite.php:261
msgid "Return to UpdraftPlus Configuration"
msgstr "بازگشت به تنظیمات UpdraftPlus ."
#: src/admin.php:941, src/admin.php:2971, src/admin.php:3895,
#: src/admin.php:5091, src/admin.php:5080, src/admin.php:5068,
#: src/templates/wp-admin/settings/existing-backups-table.php:19,
#: src/templates/wp-admin/settings/existing-backups-table.php:142
msgid "Actions"
msgstr "فعالیت ها"
#: src/admin.php:2854
msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
msgstr "فرمت نام فایل مناسب نیست . رمز نگاری فایل دیتابیس ایجاد شده توسط UpdraftPlus مناسب نیست."
#: src/admin.php:2743
msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
msgstr "فرمت نام مناسب نیست - به نظر نمی رسد این فایل توسط UpdraftPlus ایجاد شده باشد"
#: src/admin.php:2631
msgid "No local copy present."
msgstr "هیچ کپی محلیی وجود ندارد ."
#: src/admin.php:2628
msgid "Download in progress"
msgstr "در حال دانلود نمودن"
#: src/admin.php:939, src/admin.php:2617
msgid "File ready."
msgstr "فایل آماده است."
#: src/admin.php:2598
msgid "Download failed"
msgstr "دانلود ناموفق"
#: src/admin.php:937, src/class-updraftplus.php:1570,
#: src/class-updraftplus.php:1614, src/restorer.php:4326,
#: src/restorer.php:4184, src/restorer.php:4209, src/updraftplus.php:226,
#: src/addons/webdav.php:743, src/addons/wp-cli.php:503,
#: src/includes/class-filesystem-functions.php:439,
#: src/includes/class-storage-methods-interface.php:338,
#: src/methods/addon-base-v2.php:100, src/methods/addon-base-v2.php:105,
#: src/methods/addon-base-v2.php:239, src/methods/addon-base-v2.php:259,
#: src/methods/googledrive.php:1416, src/udaddons/options.php:250
msgid "Error"
msgstr "خطا"
#: src/admin.php:2342
msgid "Could not find that job - perhaps it has already finished?"
msgstr "هیچ کاری یافت نشد - احتمالا آن تمام شده ؟"
#: src/admin.php:2335
msgid "Job deleted"
msgstr "عملیات پاک شد"
#: src/admin.php:2458, src/includes/class-commands.php:992
msgid "You should soon see activity in the \"Last log message\" field below."
msgstr ""
#: src/admin.php:1018
msgid "Nothing yet logged"
msgstr "هیچ گزارشی هنوز ثبت نشده"
#: src/admin.php:1394
msgid "Please consult this FAQ if you have problems backing up."
msgstr "اگر مشکلی با پشتیبان گیری داشتید، لطفا این سوالات رایج را بررسی کنید."
#: src/admin.php:1394
msgid "Your website is hosted using the %s web server."
msgstr "وب سایت شما توسط وب سرور %s میزبانی می شود."
#: src/admin.php:1375, src/admin.php:1380, src/admin.php:1386,
#: src/admin.php:1390, src/admin.php:1394, src/admin.php:1398,
#: src/admin.php:1416, src/admin.php:1429, src/admin.php:4426,
#: src/admin.php:4424, src/admin.php:4417, src/admin.php:6083,
#: src/admin.php:6363, src/addons/azure.php:689,
#: src/includes/migrator-lite.php:668, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/dreamobjects.php:182,
#: src/methods/ftp.php:116, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:926,
#: src/methods/s3.php:930, src/methods/s3.php:1080, src/methods/s3.php:1081,
#: src/methods/s3generic.php:192, src/methods/s3generic.php:193,
#: src/methods/updraftvault.php:477, src/udaddons/updraftplus-addons.php:325,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "Warning"
msgstr "اخطار"
#: src/admin.php:756, src/admin.php:1297, src/admin.php:3212
msgid "Settings"
msgstr "تنظیمات"
#: src/backup.php:3093
msgid "Infinite recursion: consult your log for more information"
msgstr "حلقه ی تکرار بینهایت . برای دریافت اطلاعات بیشتر به فایل گزارش مراجعه کنید"
#: src/class-updraftplus.php:4836, src/addons/azure.php:301,
#: src/methods/googledrive.php:1416, src/methods/s3.php:370
msgid "File not found"
msgstr "فایل یافت نشد"
#: src/includes/class-updraftplus-encryption.php:354
msgid "The decryption key used:"
msgstr "کلید رمزگشایی استفاده شده :"
#: src/backup.php:2934
msgid "Could not open the backup file for writing"
msgstr "نمیتوان فایل پشتیبان برای نگارش باز کرد ."
#: src/class-updraftplus.php:4533
msgid "Could not read the directory"
msgstr "ناتوان از خواندن مسیر"
#: src/admin.php:2685, src/backup.php:1340
msgid "Backup directory (%s) is not writable, or does not exist."
msgstr "پوشه ی پشتیبان گیری (%s) غیر قابل نوشتن می باشد یا موجود نیست . "
#: src/class-updraftplus.php:3872
msgid "WordPress backup is complete"
msgstr "ایجاد پشتیبان از وردپرس انجام شد"
#: src/class-updraftplus.php:3690
msgid "The backup attempt has finished, apparently unsuccessfully"
msgstr "تلاش برای ایجاد پشتیبان گیری انجام شد , اما ظاهرا نا موفق بوده ."
#: src/class-updraftplus.php:2109
msgid "Others"
msgstr "سایرین"
#: src/class-updraftplus.php:2092, src/addons/multisite.php:526
msgid "Uploads"
msgstr "آپلودها"
#: src/class-updraftplus.php:2091
msgid "Themes"
msgstr "پوسته ها"
#: src/class-updraftplus.php:2090
msgid "Plugins"
msgstr "افزونه ها"
#: src/class-updraftplus.php:740
msgid "No log files were found."
msgstr "فایل رخداد یافت نشد."
#: src/admin.php:2551, src/admin.php:2547, src/class-updraftplus.php:735
msgid "The log file could not be read."
msgstr "فایل رخداد قابل خواندن نمی باشد."
#: src/admin.php:1456, src/admin.php:1477, src/admin.php:1515,
#: src/class-updraftplus.php:663, src/class-updraftplus.php:735,
#: src/class-updraftplus.php:740, src/class-updraftplus.php:745
msgid "UpdraftPlus notice:"
msgstr "توجه UpdraftPlus:"
#: src/options.php:92, src/addons/multisite.php:116,
#: src/addons/multisite.php:815
msgid "UpdraftPlus Backups"
msgstr "پشتیبان های UpdraftPlus" languages/updraftplus-bg_BG.po 0000644 00001547275 14740035567 0012421 0 ustar 00 # Translation of UpdraftPlus in Bulgarian
# This file is distributed under the same license as the UpdraftPlus package.
msgid ""
msgstr ""
"PO-Revision-Date: 2020-08-03 14:29:14+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/3.0.0\n"
"Language: bg\n"
"Project-Id-Version: UpdraftPlus\n"
#: src/addons/googlecloud.php:518
msgid "%s suthorization failed"
msgstr ""
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Turning off any debugging settings may also help."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "It's free to use or try up to 5 sites."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "If you have a few sites, it'll save hours."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:40
msgid "See our documentation on how to carry out a normal migration here"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:40
msgid "Temporary clones of WordPress subdomain multisite installations are not yet supported."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "UpdraftClone does the work."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "Press the buttons..."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Rather than test things on your live site, you can UpdraftClone it, and then throw away your clone when done."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "A temporary clone is an instant copy of this website, running on our servers."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "You either need to activate it within your browser, or to use a JavaScript-capable browser."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "This admin interface uses JavaScript heavily."
msgstr ""
#: src/templates/wp-admin/settings/tab-backups.php:80
msgid "Drop your backup files"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:346,
#: src/templates/wp-admin/settings/tab-addons.php:347
msgid "Keeps your WordPress site up to date and bug free."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:334,
#: src/templates/wp-admin/settings/tab-addons.php:335
msgid "A comprehensive and easy to use security plugin and site scanning service."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:330,
#: src/templates/wp-admin/settings/tab-addons.php:330,
#: src/templates/wp-admin/settings/tab-addons.php:336,
#: src/templates/wp-admin/settings/tab-addons.php:336,
#: src/templates/wp-admin/settings/tab-addons.php:342,
#: src/templates/wp-admin/settings/tab-addons.php:342,
#: src/templates/wp-admin/settings/tab-addons.php:348,
#: src/templates/wp-admin/settings/tab-addons.php:348
msgid "Demo in WP Playground"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:328,
#: src/templates/wp-admin/settings/tab-addons.php:329
msgid "It cleans the database, compresses images and caches pages for ultimate speed."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:328,
#: src/templates/wp-admin/settings/tab-addons.php:329
msgid "Makes your site fast and efficient."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:89
msgid "UpdraftPlus free includes Dropbox, Google Drive, Amazon S3, Rackspace and more."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:89
msgid "To avoid server-wide risks, always backup to remote cloud storage."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:13
msgid "After using it once, you'll have saved the purchase price compared to the time needed to copy a site by hand."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:13
msgid "Then, try out our \"Migrator\" add-on which can perform a direct site-to-site migration."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "Note that some cloud storage providers do not allow this (e.g. Dropbox), so with those providers this setting will have no effect."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "Choosing this option lowers your security by stopping UpdraftPlus from using SSL for authentication and encrypted transport at all, where possible."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "It means that UpdraftPlus will be using SSL only for encryption of traffic, and not for authentication."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "Choosing this option lowers your security by stopping UpdraftPlus from verifying the identity of encrypted sites that it connects to (e.g. Dropbox, Google Drive)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "However, if you get an SSL error, then choosing this option (which causes UpdraftPlus to use your web server's collection instead) may help."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "We keep these up to date."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "By default UpdraftPlus uses its own store of SSL certificates to verify the identity of remote sites (i.e. to make sure it is talking to the real Dropbox, Amazon S3, etc., and not an attacker)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "It is relative to your content directory (which by default is called wp-content)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "This directory must be writable by your web server."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "This is where UpdraftPlus will write the zip files it creates initially."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "Be careful to leave some margin if your web-server has a hard size limit (e.g. the 2 GB / 2048 MB limit on some 32-bit servers/file systems)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "The default value is %s megabytes."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "UpdraftPlus will split up backup archives when they exceed this file size."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:135
msgid "This is not recommended (unless you plan to manually copy them to your computer), as losing the web-server would mean losing both your website and the backups in one event."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:135
msgid "If you choose no remote storage, then the backups remain on the web-server."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "This can corrupt backups that you download from here."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "Your WordPress installation has a problem with outputting extra whitespace."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "You are recommended to turn safe_mode off, or to restore only one entity at a time"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "This makes time-outs much more likely."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "Designed to optimize your store, enhance user experience and increase revenue!"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "Quality add-ons for WooCommerce."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "WP Overnight"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "You don’t need to be an SEO expert to use this plugin."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Save time and boost SEO!"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Automate the building of internal links on your WordPress website."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Internal Link Juicer"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid " Comprehensive, cost-effective, 5* rated and easy to use."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "Secure your WordPress website with AIOS."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "Still on the fence?"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "All-In-One Security (AIOS)"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:24
msgid "Cache your site, clean the database and compress images."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:24
msgid "Speed up and optimize your WordPress website."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:18
msgid " Upgrade for automatic backups before updates, incremental backups, more remote storage locations, premium support and"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:10
msgid "Protect your WordPress investment with premium features, or check out our other 5* rated plugins below:"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:12
msgid "All 5* rated and actively installed on millions of WordPress websites:"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:12
msgid "If you like UpdraftPlus, you'll love our other plugins."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "You can also do this before deactivating/deinstalling UpdraftPlus if you wish."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "You will then need to enter all your settings again."
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:28
msgid "Database size"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:66
msgid "Database maximum packet size:"
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:12
msgid "This tool will replace all your saved settings."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:12
msgid "You can also import previously-exported settings."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "This tool will export what is currently in the settings tab."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "Here, you can export your UpdraftPlus settings (%s), either for using on another site, or to keep as a backup."
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:35
msgid "Type"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:34
msgid "Index size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:33
msgid "Data size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:32
msgid "Records"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:31
msgid "Table name"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:25
msgid "Refresh"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:24
msgid "Clear"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:19
msgid "Reducing your database size with WP-Optimize helps to maintain a fast, efficient, and user-friendly website."
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:10
msgid "Total Size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:6
msgid "Search for table"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:371
msgid "So far %s data archives totalling %s have been received"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:371
msgid "The sending of the site data has begun."
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "You can shut this clone down at the following link:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "Each time your clone renews (weekly) it costs %s."
msgstr ""
#: src/central/modules/updates.php:715
msgid "If installing, then proceed with caution by first doing a backup."
msgstr ""
#: src/central/modules/updates.php:715
msgid "This % does not provide information to allow determining whether the latest version is compatible with your WordPress or PHP installation."
msgstr ""
#: src/central/modules/updates.php:706
msgid "The latest update for this %s has not been tested with the WordPress version installed on the remote site and may have compatibility issues when used."
msgstr ""
#: src/central/modules/updates.php:696
msgid "The minimum PHP version supported by this %s is %s."
msgstr ""
#: src/central/modules/updates.php:696
msgid "The latest update for this %s is not compatible with the PHP version installed on the remote site."
msgstr ""
#: src/central/modules/updates.php:686
msgid "The minimum WordPress version supported by this %s is %s."
msgstr ""
#: src/central/modules/updates.php:686
msgid "The latest update for this %s is not compatible with the WordPress version installed on the remote site."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1056
msgid "No response data was received."
msgstr ""
#: src/udaddons/updraftplus-addons.php:332
msgid "You will no longer receive updates to UpdraftPlus."
msgstr ""
#: src/udaddons/updraftplus-addons.php:332
msgid "Your paid access to UpdraftPlus updates for this site has expired."
msgstr ""
#: src/udaddons/options.php:536
msgid "Follow this link to activate this licence"
msgstr ""
#: src/udaddons/options.php:536
msgid "%s available to claim on this site."
msgstr ""
#: src/udaddons/options.php:339
msgid "You can now use your purchase!"
msgstr ""
#: src/udaddons/options.php:339
msgid "The claim and installation was successful."
msgstr ""
#: src/udaddons/options.php:338
msgid "Response was:"
msgstr ""
#: src/udaddons/options.php:338
msgid "An unknown response was received."
msgstr ""
#: src/udaddons/options.php:259
msgid "This ensures %s can connect and update."
msgstr ""
#: src/udaddons/options.php:259
msgid "Please list %s in the %s constant."
msgstr ""
#: src/udaddons/options.php:254
msgid "Please make sure that %s is not set to \"true\" in your wp-config file - this ensures UpdraftPlus can connect and update."
msgstr ""
#: src/udaddons/options.php:250
msgid "This is incompatible with WordPress's updates mechanism; you will not be able to receive updates."
msgstr ""
#: src/udaddons/options.php:250
msgid "You have installed this plugin in your plugins folder (%s) with a non-default name %s which is different to %s."
msgstr ""
#: src/udaddons/options.php:143
msgid "To fix this problem, contact your web hosting company."
msgstr ""
#: src/udaddons/options.php:143
msgid "You can try it, but don't be surprised if it does not work."
msgstr ""
#: src/udaddons/options.php:143
msgid "Your web server's version of PHP is too old (%s) - UpdraftPlus expects at least %s."
msgstr ""
#: src/methods/updraftvault.php:943
msgid "An unknown error occurred while connecting to Vault."
msgstr ""
#: src/methods/updraftvault.php:477
msgid "Your web server's PHP installation does not include a required (for %s) module (%s)."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "If you do not wish this to happen, then you should renew as soon as possible."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "In a few days' time, your stored data will be permanently removed."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "You have an UpdraftPlus Vault subscription that has not been renewed, and the grace period has expired."
msgstr ""
#: src/methods/updraftvault.php:328
msgid "Please renew as soon as possible!"
msgstr ""
#: src/methods/updraftvault.php:328
msgid "You are within the few days of grace period before it will be suspended, and you will lose your quota and access to data stored within it."
msgstr ""
#: src/methods/updraftvault.php:328
msgid "You have an UpdraftPlus Vault subscription with overdue payment."
msgstr ""
#: src/methods/updraftvault.php:325
msgid "You should renew immediately to avoid losing the 12 months of free storage allowance that you get for being a current UpdraftPlus Premium customer."
msgstr ""
#: src/methods/updraftvault.php:325
msgid "Your UpdraftPlus Premium purchase is over a year ago."
msgstr ""
#: src/methods/updraftvault.php:257
msgid "Please try again after a few minutes."
msgstr ""
#: src/methods/updraftvault.php:257, src/methods/updraftvault.php:941
msgid "An error occurred while fetching your Vault credentials."
msgstr ""
#: src/methods/s3generic.php:212
msgid "SigV2"
msgstr ""
#: src/methods/s3generic.php:211
msgid "SigV4"
msgstr ""
#: src/methods/s3generic.php:209
msgid "Read more about signature version"
msgstr ""
#: src/methods/s3generic.php:208
msgid "Signature version"
msgstr ""
#: src/methods/s3.php:826, src/methods/s3.php:871
msgid "Error: Failed to download %s."
msgstr ""
#: src/methods/s3.php:542, src/methods/s3.php:736, src/methods/s3.php:846,
#: src/methods/s3.php:826, src/methods/s3.php:871
msgid "Check your permissions and credentials."
msgstr ""
#: src/methods/s3.php:542, src/methods/s3.php:736, src/methods/s3.php:846
msgid "Error: Failed to access bucket %s."
msgstr ""
#: src/methods/openstack2.php:247
msgid "Authentication URI"
msgstr ""
#: src/methods/openstack2.php:244
msgid "Get your access credentials from your OpenStack Swift provider, and then pick a container name to use for storage."
msgstr ""
#: src/methods/googledrive.php:1515
msgid "%s does not allow authorisation of sites hosted on direct IP addresses."
msgstr ""
#: src/methods/googledrive.php:1512
msgid "Account holder's name"
msgstr ""
#: src/methods/googledrive.php:859
msgid "%s for %s"
msgstr ""
#: src/methods/googledrive.php:423
msgid "Please create a new Google Drive project and reconnect with UpdraftPlus."
msgstr ""
#: src/methods/googledrive.php:423
msgid "The client has been deleted from the Google Drive API console."
msgstr ""
#: src/methods/email.php:30
msgid "If so, you should switch to using a different remote storage method."
msgstr ""
#: src/methods/email.php:30
msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size)."
msgstr ""
#: src/methods/dropbox.php:612
msgid "Your Dropbox App Secret"
msgstr ""
#: src/methods/dropbox.php:611
msgid "Your Dropbox App Key"
msgstr ""
#: src/methods/dropbox.php:528
msgid "You are not authenticated with %s"
msgstr ""
#: src/methods/dropbox.php:482
msgid "You are not authenticated with %s (whilst deleting)"
msgstr ""
#: src/methods/dropbox.php:194, src/methods/dropbox.php:211
msgid "You are not authenticated with Dropbox"
msgstr ""
#: src/methods/dreamobjects.php:192, src/methods/s3.php:1049,
#: src/methods/s3.php:1089, src/methods/s3generic.php:200
msgid "Examples: mybucket, mybucket/mypath"
msgstr ""
#: src/methods/dreamobjects.php:192, src/methods/s3.php:1049,
#: src/methods/s3.php:1089, src/methods/s3generic.php:200
msgid "Enter only a bucket name or a bucket and path."
msgstr ""
#: src/methods/dreamobjects.php:183, src/methods/s3.php:936,
#: src/methods/s3.php:1079
msgid "This bucket will be created for you if it does not already exist."
msgstr ""
#: src/methods/dreamobjects.php:183, src/methods/s3.php:936,
#: src/methods/s3.php:1079
msgid "Get your access key and secret key from your %s console, then pick a (globally unique - all %s users) bucket name (letters and numbers) (and optionally a path) to use for storage."
msgstr ""
#: src/methods/cloudfiles.php:455, src/methods/dreamobjects.php:181,
#: src/methods/dreamobjects.php:182, src/methods/openstack-base.php:577,
#: src/methods/s3.php:926, src/methods/s3.php:930
msgid "Your web server's PHP installation does not included a required module (%s)."
msgstr ""
#: src/methods/cloudfiles-new.php:284, src/methods/cloudfiles.php:461,
#: src/methods/openstack2.php:244
msgid "This container will be created for you if it does not already exist."
msgstr ""
#: src/methods/cloudfiles-new.php:284
msgid "Get your API key from your Rackspace Cloud console (read instructions here), then pick a container name to use for storage."
msgstr ""
#: src/methods/cloudfiles-new.php:281, src/methods/cloudfiles-new.php:282,
#: src/methods/cloudfiles.php:455, src/methods/dreamobjects.php:181,
#: src/methods/openstack-base.php:577, src/methods/openstack2.php:242,
#: src/methods/s3.php:930, src/methods/s3.php:1081,
#: src/methods/s3generic.php:193
msgid "UpdraftPlus's %s module requires %s."
msgstr ""
#: src/methods/cloudfiles-new.php:281, src/methods/cloudfiles-new.php:282,
#: src/methods/openstack2.php:242, src/methods/s3.php:1080,
#: src/methods/s3.php:1081, src/methods/s3generic.php:192,
#: src/methods/s3generic.php:193
msgid "Your web server's PHP installation does not include a required module (%s)."
msgstr ""
#: src/methods/backup-module.php:89
msgid "Select existing folder"
msgstr ""
#: src/methods/addon-not-yet-present.php:126
msgid "Your PHP version: %s."
msgstr ""
#: src/includes/updraftplus-tour.php:196
msgid "You are now all set to use UpdraftPlus!"
msgstr ""
#: src/includes/updraftplus-tour.php:130, src/includes/updraftplus-tour.php:182
msgid "If not, your backups remain on the same server as your site."
msgstr ""
#: src/includes/updraftplus-tour.php:130, src/includes/updraftplus-tour.php:182
msgid "Now select a remote storage destination to protect against server-wide threats."
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "30 September"
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "Be quick, offer ends %s."
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "Visit any of our websites and use code %s at checkout to get 20%% off all our plugins."
msgstr ""
#: src/includes/updraftplus-notices.php:262
msgid "31 July"
msgstr ""
#: src/includes/updraftplus-notices.php:261
msgid "Summer Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:249
msgid "31 May"
msgstr ""
#: src/includes/updraftplus-notices.php:248
msgid "Spring Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:236
msgid "28 January"
msgstr ""
#: src/includes/updraftplus-notices.php:235
msgid "New Year Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:223
msgid "3 December"
msgstr ""
#: src/includes/updraftplus-notices.php:223,
#: src/includes/updraftplus-notices.php:236,
#: src/includes/updraftplus-notices.php:249,
#: src/includes/updraftplus-notices.php:262
msgid "Offer ends %s"
msgstr ""
#: src/includes/updraftplus-notices.php:223,
#: src/includes/updraftplus-notices.php:236,
#: src/includes/updraftplus-notices.php:249,
#: src/includes/updraftplus-notices.php:262
msgid "Save 20%% with code %s."
msgstr ""
#: src/includes/updraftplus-notices.php:222
msgid "Black Friday Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Or if you have any issues or questions please leave us a support message"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "If you like us, please consider leaving a positive review to spread the word."
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Hey - We noticed UpdraftPlus has kept your site safe for a while."
msgstr ""
#: src/includes/updraftplus-notices.php:93
msgid "Includes find-and-replace tool for database references."
msgstr ""
#: src/includes/updraftplus-notices.php:93
msgid "Copy your site to another domain directly."
msgstr ""
#: src/includes/updraftplus-notices.php:60
msgid "Plus many more options."
msgstr ""
#: src/includes/updraftplus-notices.php:60
msgid "Enhanced storage options for Dropbox, Google Drive and S3."
msgstr ""
#: src/includes/updraftplus-notices.php:29
msgid "Backup incremental changes instead of full backups (saving server resources), clone or migrate your site with ease, get more remote storage locations, premium support and more."
msgstr ""
#: src/includes/updraftplus-notices.php:28
msgid "Backup, migrate and restore with Premium."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "Please try again later."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "The server might be busy or you have lost your connection to the internet at the time of the request."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "An error has occurred while processing your request."
msgstr ""
#: src/includes/S3.php:1927
msgid "Please ask your webserver support how to upgrade your PHP and cURL library versions to use non-obsolete TLS versions."
msgstr ""
#: src/includes/S3.php:1927
msgid "Your PHP installation failed a TLS v1.2 connection test, which is the minimum version required by Amazon."
msgstr ""
#: src/includes/S3.php:1927
msgid "Connecting to Amazon S3 failed."
msgstr ""
#: src/includes/migrator-lite.php:334
msgid "If that is not yet set up, then you should set it up, or use below search and replace so that the non-https links are automatically replaced."
msgstr ""
#: src/includes/migrator-lite.php:334
msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem."
msgstr ""
#: src/includes/migrator-lite.php:323
msgid "Otherwise, you will want to use below search and replace to search/replace the site address so that the site can be visited without https."
msgstr ""
#: src/includes/migrator-lite.php:323
msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site."
msgstr ""
#: src/includes/class-wpadmin-commands.php:586
msgid "This is normally caused by file permissions."
msgstr ""
#: src/includes/class-wpadmin-commands.php:261
msgid "Now press Restore again to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:263
msgid "If all is well, then now press Restore again to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:236
msgid "Now press Restore to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:236,
#: src/includes/class-wpadmin-commands.php:261
msgid "The backup archive files have been successfully processed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238,
#: src/includes/class-wpadmin-commands.php:263
msgid "Otherwise, cancel and correct any problems first."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238
msgid "If all is well, then press Restore to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238,
#: src/includes/class-wpadmin-commands.php:263
msgid "The backup archive files have been processed, but with some warnings."
msgstr ""
#: src/includes/class-wpadmin-commands.php:240,
#: src/includes/class-wpadmin-commands.php:265
msgid "You will need to cancel and correct any problems before retrying."
msgstr ""
#: src/includes/class-wpadmin-commands.php:240,
#: src/includes/class-wpadmin-commands.php:265
msgid "The backup archive files have been processed, but with some errors."
msgstr ""
#: src/includes/class-wpadmin-commands.php:130
msgid "If you have a lot of data to import, and if the restore operation times out, then you will need to ask your web hosting company for ways to raise this limit (or attempt the restoration piece-by-piece)."
msgstr ""
#: src/includes/class-wpadmin-commands.php:130
msgid "The PHP setup on this webserver allows only %s seconds for PHP to run, and does not allow this limit to be raised."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:103
msgid "No, please don't."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:103
msgid "Yes, show me the news."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:102
msgid "Do you want to see official news from this plugin in this Events and News section?"
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "The remote storage method in use (%s) does not allow us to retrieve files."
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "The backup archive for this file could not be found."
msgstr ""
#: src/includes/class-remote-send.php:671
msgid "This action cannot be undone."
msgstr ""
#: src/includes/class-remote-send.php:671
msgid "You are about to permanently delete the list of existing sites."
msgstr ""
#: src/includes/class-remote-send.php:565
msgid "It is deprecated, causes encryption to malfunction, and should be turned off."
msgstr ""
#: src/includes/class-remote-send.php:565
msgid "The setting %s is turned on in your PHP settings."
msgstr ""
#: src/includes/class-remote-send.php:425
msgid "If you are sending from an external network, it is likely that a firewall will be blocking this."
msgstr ""
#: src/includes/class-remote-send.php:425
msgid "The site URL you are sending to (%s) looks like a local development website."
msgstr ""
#. translators: Deleted long text.
#: src/includes/class-manipulation-functions.php:509
msgid "This content was deleted in order to anonymize it."
msgstr ""
#. translators: Deleted text.
#: src/includes/class-manipulation-functions.php:505
msgid "[deleted]"
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "Intended for use by intercepting proxies used to control access to the network (e.g., \"captive portals\" used to require agreement to Terms of Service before granting full Internet access via a Wi-Fi hotspot)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "The client needs to authenticate to gain network access"
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "Network Authentication Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:78
msgid "Further extensions to the request are required for the server to fulfil it."
msgstr ""
#: src/includes/class-http-error-descriptions.php:78
msgid "Not Extended"
msgstr ""
#: src/includes/class-http-error-descriptions.php:77
msgid "The server detected an infinite loop while processing the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:77
msgid "Loop Detected"
msgstr ""
#: src/includes/class-http-error-descriptions.php:76
msgid "The server is unable to store the representation needed to complete the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:76
msgid "Insufficient Storage"
msgstr ""
#: src/includes/class-http-error-descriptions.php:75
msgid "Transparent content negotiation for the request results in a circular reference."
msgstr ""
#: src/includes/class-http-error-descriptions.php:75
msgid "Variant Also Negotiates"
msgstr ""
#: src/includes/class-http-error-descriptions.php:74
msgid "The server does not support the HTTP protocol version used in the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:74
msgid "HTTP Version Not Supported"
msgstr ""
#: src/includes/class-http-error-descriptions.php:73
msgid "The server was acting as a gateway or proxy and did not receive a timely response from the upstream server."
msgstr ""
#: src/includes/class-http-error-descriptions.php:73
msgid "Gateway Timeout"
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "Generally, this is a temporary state."
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "The server cannot handle the request (because it is overloaded or down for maintenance)"
msgstr ""
#: src/includes/class-http-error-descriptions.php:71
msgid "The server was acting as a gateway or proxy and received an invalid response from the upstream server."
msgstr ""
#: src/includes/class-http-error-descriptions.php:71
msgid "Bad Gateway"
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "Usually this implies future availability (e.g., a new feature of a web-service API)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "The server either does not recognize the request method, or it lacks the ability to fulfil the request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "Not Implemented"
msgstr ""
#: src/includes/class-http-error-descriptions.php:69
msgid "A generic error message, given when an unexpected condition was encountered and no more specific message is suitable."
msgstr ""
#: src/includes/class-http-error-descriptions.php:69
msgid "Internal Server Error"
msgstr ""
#: src/includes/class-http-error-descriptions.php:63
msgid "A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the requested resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:63
msgid "Unavailable For Legal Reasons"
msgstr ""
#: src/includes/class-http-error-descriptions.php:62
msgid "The server is unwilling to process the request because either an individual header field, or all the header fields collectively, are too large."
msgstr ""
#: src/includes/class-http-error-descriptions.php:62
msgid "Request Header Fields Too Large"
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "Intended for use with rate-limiting schemes."
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "The user has sent too many requests in a given amount of time"
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "Too Many Requests"
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "Intended to prevent the 'lost update' problem, where a client GETs a resource's state, modifies it, and PUTs it back to the server, when meanwhile a third party has modified the state on the server, leading to a conflict."
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "The origin server requires the request to be conditional"
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "Precondition Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:59
msgid "The client should switch to a different protocol such as TLS/1.3, given in the Upgrade header field."
msgstr ""
#: src/includes/class-http-error-descriptions.php:59
msgid "Upgrade Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:58
msgid "Indicates that the server is unwilling to risk processing a request that might be replayed."
msgstr ""
#: src/includes/class-http-error-descriptions.php:58
msgid "Too Early"
msgstr ""
#: src/includes/class-http-error-descriptions.php:57
msgid "The request failed because it depended on another request and that request failed (e.g., a PROPPATCH)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:57
msgid "Failed Dependency"
msgstr ""
#: src/includes/class-http-error-descriptions.php:56
msgid "The resource that is being accessed is locked."
msgstr ""
#: src/includes/class-http-error-descriptions.php:56
msgid "Locked"
msgstr ""
#: src/includes/class-http-error-descriptions.php:55
msgid "The request was well-formed but was unable to be followed due to semantic errors."
msgstr ""
#: src/includes/class-http-error-descriptions.php:55
msgid "Unprocessable Entity"
msgstr ""
#: src/includes/class-http-error-descriptions.php:54
msgid "The request was directed at a server that is not able to produce a response (for example because of connection reuse)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:54
msgid "Misdirected Request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:53
msgid "The server cannot meet the requirements of the Expect request-header field."
msgstr ""
#: src/includes/class-http-error-descriptions.php:53
msgid "Expectation Failed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "For example, if the client asked for a part of the file that lies beyond the end of the file."
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "The client has asked for a portion of the file (byte serving), but the server cannot supply that portion"
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "Range Not Satisfiable"
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "For example, the client uploads an image as image/svg+xml, but the server requires that images use a different format."
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "The request entity has a media type which the server or resource does not support"
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "Unsupported Media Type"
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "Often the result of too much data being encoded as a query-string of a GET request, in which it should be converted to a POST request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "The URI provided was too long for the server to process"
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "URI Too Long"
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "Previously called \"Request Entity Too Large\"."
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "The request is larger than the server is willing or able to process"
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "Payload Too Large"
msgstr ""
#: src/includes/class-http-error-descriptions.php:48
msgid "The server does not meet one of the preconditions that the requester put on the request header fields."
msgstr ""
#: src/includes/class-http-error-descriptions.php:48
msgid "Precondition Failed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:47
msgid "The request did not specify the length of its content, which is required by the requested resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:47
msgid "Length Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:46
msgid "Indicates that the resource requested is no longer available and will not be available again."
msgstr ""
#: src/includes/class-http-error-descriptions.php:46
msgid "Gone"
msgstr ""
#: src/includes/class-http-error-descriptions.php:45
msgid "Indicates that the request could not be processed because of conflict in the current state of the resource, such as an edit conflict between multiple simultaneous updates."
msgstr ""
#: src/includes/class-http-error-descriptions.php:45
msgid "Conflict"
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "The client MAY repeat the request without modifications at any later time."
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "The server timed out waiting for the request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "Request Timeout"
msgstr ""
#: src/includes/class-http-error-descriptions.php:43
msgid "The client must first authenticate itself with the proxy."
msgstr ""
#: src/includes/class-http-error-descriptions.php:43
msgid "Proxy Authentication Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:42
msgid "The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:42
msgid "Not Acceptable"
msgstr ""
#: src/includes/class-http-error-descriptions.php:41
msgid "A request method is not supported for the requested resource; for example, a GET request on a form that requires data to be presented via POST, or a PUT request on a read-only resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:41
msgid "Method Not Allowed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "Subsequent requests by the client are permissible."
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "The requested resource could not be found but may be available in the future"
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "Not Found."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "This may be due to the user not having the necessary permissions for a resource or needing an account of some sort, or attempting a prohibited action (e.g. creating a duplicate record where only one is allowed)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "The request contained valid data and was understood by the server, but the server is refusing action."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "Forbidden."
msgstr ""
#: src/includes/class-http-error-descriptions.php:38
msgid "Authentication is required and has failed or has not yet been provided."
msgstr ""
#: src/includes/class-http-error-descriptions.php:38
msgid "Unauthorized."
msgstr ""
#: src/includes/class-http-error-descriptions.php:37
msgid "The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, size too large, invalid request message framing, or deceptive request routing)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:37
msgid "Bad Request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:31
msgid "Permanent Redirect."
msgstr ""
#: src/includes/class-http-error-descriptions.php:30
msgid "In this case, the request should be repeated with another URI; however, future requests should still use the original URI."
msgstr ""
#: src/includes/class-http-error-descriptions.php:30
msgid "Temporary Redirect."
msgstr ""
#: src/includes/class-http-error-descriptions.php:29
msgid "The requested resource is available only through a proxy, the address for which is provided in the response."
msgstr ""
#: src/includes/class-http-error-descriptions.php:29
msgid "Use Proxy."
msgstr ""
#: src/includes/class-http-error-descriptions.php:28
msgid "Indicates that the resource has not been modified since the version specified by the request headers If-Modified-Since or If-None-Match."
msgstr ""
#: src/includes/class-http-error-descriptions.php:28
msgid "Not Modified."
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "When received in response to a POST (or PUT/DELETE), the client should presume that the server has received the data and should issue a new GET request to the given URI"
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "The response to the request can be found under another URI using the GET method."
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "See Other."
msgstr ""
#: src/includes/class-http-error-descriptions.php:26
msgid "Tells the client to look at (browse to) another URL."
msgstr ""
#: src/includes/class-http-error-descriptions.php:26
msgid "Found (Previously \"Moved temporarily\")."
msgstr ""
#: src/includes/class-http-error-descriptions.php:25,
#: src/includes/class-http-error-descriptions.php:31
msgid "This and all future requests should be directed to the given URI."
msgstr ""
#: src/includes/class-http-error-descriptions.php:25
msgid "Moved Permanently."
msgstr ""
#: src/includes/class-http-error-descriptions.php:24
msgid "Indicates multiple options for the resource from which the client may choose (via agent-driven content negotiation)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:24
msgid "Multiple Choices."
msgstr ""
#: src/includes/class-filesystem-functions.php:678
msgid "Could not copy files."
msgstr ""
#: src/includes/class-database-utility.php:726
msgid "Follow this link to install the WP-Optimize plugin."
msgstr ""
#: src/includes/class-database-utility.php:722
msgid "Follow this link to activate the WP-Optimize plugin."
msgstr ""
#: src/includes/class-database-utility.php:722
msgid "WP-Optimize is installed but currently inactive."
msgstr ""
#: src/includes/class-commands.php:1142
msgid "The creation of your clone should now begin, and your WordPress username and password will be displayed below when ready."
msgstr ""
#: src/includes/class-commands.php:1142
msgid "No backup will be started."
msgstr ""
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142
msgid "If the clone fails to boot, then the token will be released within an hour."
msgstr ""
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142
msgid "N.B. You will be charged one token once the clone is ready."
msgstr ""
#: src/includes/class-commands.php:954
msgid "Backup:"
msgstr ""
#: src/includes/class-commands.php:967
msgid "You have no local backups to send."
msgstr ""
#: src/central/bootstrap.php:757
msgid "Follow this link to read about how to set browser permission"
msgstr ""
#: src/central/bootstrap.php:757
msgid "Your web browser prevented the copy operation."
msgstr ""
#: src/central/bootstrap.php:755
msgid "Copy to clipboard"
msgstr ""
#: src/addons/wp-cli.php:1232
msgid "The creation of your data for creating the clone should now begin, and you will receive an email when it completes."
msgstr ""
#: src/addons/wp-cli.php:1232
msgid "The UpdraftClone boot process has started."
msgstr ""
#: src/addons/wp-cli.php:1206
msgid "You will receive an email when it completes."
msgstr ""
#: src/addons/wp-cli.php:1206
msgid "The UpdraftClone boot process for an empty WordPress install has begun."
msgstr ""
#: src/addons/wp-cli.php:1202
msgid "Failed to boot clone:"
msgstr ""
#: src/addons/wp-cli.php:1150
msgid "Failed to connect to UpdraftPlus.Com:"
msgstr ""
#: src/addons/wp-cli.php:1133
msgid "You can create a clone key at %s"
msgstr ""
#: src/addons/wp-cli.php:1133
msgid "No clone key provided."
msgstr ""
#: src/addons/wp-cli.php:1056
msgid "Please make sure these two parameters are set."
msgstr ""
#: src/addons/wp-cli.php:1056
msgid "An email and password are required to connect to UpdraftPlus.com."
msgstr ""
#: src/addons/wp-cli.php:897
msgid "Get the \"%s\" addon: %s"
msgstr ""
#: src/addons/wp-cli.php:897
msgid "The %s is working with \"%s\" addon."
msgstr ""
#: src/addons/wp-cli.php:897
msgid "You have given the %s option."
msgstr ""
#: src/addons/wp-cli.php:211
msgid "You can see the last log message by running the following command: \"%s\""
msgstr ""
#: src/addons/wp-cli.php:211
msgid "Backup has been started successfully."
msgstr ""
#: src/addons/webdav.php:1125
msgid "WebDAV server returned 501; probably does not support Content-Range (chunks)"
msgstr ""
#: src/addons/webdav.php:1114
msgid "WebDAV server returned 400; probably does not support Content-Range (chunks)"
msgstr ""
#: src/addons/webdav.php:1119, src/addons/webdav.php:1131
msgid "Unexpected HTTP response code (%s): %s"
msgstr ""
#: src/addons/webdav.php:496
msgid "We successfully accessed the directory, and were able to create files within it"
msgstr ""
#: src/addons/webdav.php:438
msgid "Split uploads into chunks"
msgstr ""
#: src/addons/webdav.php:428
msgid "If you do not know the details, then you will need to ask your WebDAV provider."
msgstr ""
#: src/addons/webdav.php:428
msgid "This WebDAV URL is generated by filling in the options below."
msgstr ""
#: src/addons/sftp.php:713
msgid "Failed: We are unable to match the fingerprint."
msgstr ""
#: src/addons/sftp.php:619, src/addons/sftp.php:620
msgid "MITM attacks"
msgstr ""
#: src/addons/sftp.php:608
msgid "Thus, if using SCP then you will need to ensure that your webserver allows PHP processes to run long enough to upload your largest backup file."
msgstr ""
#: src/addons/sftp.php:608
msgid "Resuming partial uploads is supported for SFTP, but not for SCP."
msgstr ""
#: src/addons/sftp.php:606
msgid "Using a fingerprint is not essential, but you are not secure against %s if you do not use one"
msgstr ""
#: src/addons/sftp.php:606
msgid "MD5 (128-bit) fingerprint, in hex format - should have the same length and general appearance as this (colons optional): 73:51:43:b1:b5:fc:8b:b7:0a:3a:a9:b1:0f:69:73:a8."
msgstr ""
#: src/addons/sftp.php:426
msgid "You need to provide the unencrypted key (see: https://updraftplus.com/faqs/why-must-i-use-a-non-encrypted-sftp-key/)."
msgstr ""
#: src/addons/sftp.php:426
msgid "The key provided is encrypted."
msgstr ""
#: src/addons/sftp.php:61
msgid "Explicit encryption is used by default."
msgstr ""
#: src/addons/sftp.php:61
msgid "If you find this happening, then go into the \"Expert Options\" (below) and turn off SSL there."
msgstr ""
#: src/addons/sftp.php:61
msgid "Some servers advertise encrypted FTP as available, but then time-out (after a long time) when you attempt to use it."
msgstr ""
#: src/addons/sftp.php:61
msgid "The 'Test FTP Login' button will tell you what type of connection is in use."
msgstr ""
#: src/addons/sftp.php:61
msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options."
msgstr ""
#: src/addons/s3-enhanced.php:285
msgid "Please check your access credentials, and if those are correct then try another bucket name (as another AWS user may already have taken your name)."
msgstr ""
#: src/addons/s3-enhanced.php:285, src/methods/s3.php:1436
msgid "Failure: We could not successfully access or create such a bucket."
msgstr ""
#: src/addons/reporting.php:243
msgid "Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
msgstr ""
#: src/addons/reporting.php:243
msgid "Note that warning messages are advisory - the backup process does not stop for them."
msgstr ""
#: src/addons/pcloud.php:724, src/methods/dropbox.php:944,
#: src/methods/dropbox.php:915
msgid "though part of the returned information was not as expected - whether this indicates a real problem cannot be determined"
msgstr ""
#: src/addons/pcloud.php:383
msgid "You are not authenticated with pCloud"
msgstr ""
#: src/addons/pcloud.php:297
msgid "Listing the files failed:"
msgstr ""
#: src/addons/pcloud.php:256
msgid "Chunked upload failed"
msgstr ""
#: src/addons/onedrive.php:1329, src/addons/pcloud.php:550,
#: src/methods/dropbox.php:606
msgid "(You are already authenticated)."
msgstr ""
#: src/addons/onedrive.php:1315
msgid "As such, you must use the main %s %s App to authenticate with your account."
msgstr ""
#: src/addons/onedrive.php:1315
msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL."
msgstr ""
#: src/addons/onedrive.php:1121, src/addons/pcloud.php:653,
#: src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "The %s authentication could not go ahead, because something else on your site is breaking it."
msgstr ""
#: src/addons/morefiles.php:907
msgid "Restore all %s not listed below"
msgstr ""
#: src/addons/morefiles.php:905
msgid "This option will ensure all %s files not found will be restored."
msgstr ""
#: src/addons/morefiles.php:905
msgid "The amount of %1$s files scanned is near or over the php_max_input_vars value so some %1$s files maybe truncated."
msgstr ""
#: src/addons/morefiles.php:897
msgid "Files not chosen will not be replaced."
msgstr ""
#: src/addons/morefiles.php:897
msgid "If you do not want to restore all your %s files, then de-select the unwanted ones here."
msgstr ""
#: src/addons/morefiles.php:834
msgid "Please select where you want these backups to be restored to."
msgstr ""
#: src/addons/morefiles.php:834
msgid "The original filesystem location for some of the following items was not found."
msgstr ""
#: src/addons/morefiles.php:221
msgid "Zip error: (%s)"
msgstr ""
#: src/addons/morefiles.php:221
msgid "Unable to read any files from the zip (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/addons/moredatabase.php:411
msgid "Encryption aborted."
msgstr ""
#: src/addons/moredatabase.php:411
msgid "Encryption error occurred when encrypting database."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "Do make a separate record of it and do not lose it, or all your backups will be useless."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "If you enter text here, it is used to encrypt database backups (Rijndael)."
msgstr ""
#: src/addons/migrator.php:551
msgid "When you are shown the key, then press the 'Migrate' button on the other (sending) site, and copy-and-paste the key over there (in the 'Send a backup to another site' section)."
msgstr ""
#: src/addons/migrator.php:551
msgid "To allow another site to send a backup to this site, create a key below."
msgstr ""
#: src/addons/googlecloud.php:1320
msgid "(You are already authenticated, though you can authenticate again to refresh your access if you've had a problem)."
msgstr ""
#: src/addons/googlecloud.php:1308
msgid "Bucket names have to be globally unique."
msgstr ""
#: src/addons/googlecloud.php:1284, src/methods/googledrive.php:1515
msgid "You will need to change your site's address (%s) before you can use %s for storage."
msgstr ""
#: src/addons/googlecloud.php:1284
msgid "%s does not allow authorization of sites hosted on direct IP addresses."
msgstr ""
#: src/addons/googlecloud.php:1288, src/methods/googledrive.php:1494
msgid "The description below is sufficient for more expert users."
msgstr ""
#: src/addons/googlecloud.php:876
msgid "Please complete all fields in %s settings and save the settings."
msgstr ""
#: src/addons/googlecloud.php:876
msgid "But no %s settings were found."
msgstr ""
#: src/addons/googlecloud.php:879, src/addons/googlecloud.php:874
msgid "Please enter a bucket name in the %s settings and save settings."
msgstr ""
#: src/addons/googlecloud.php:879, src/addons/googlecloud.php:874
msgid "But no bucket was defined, so backups may not complete."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "Finally, if that does not work, then use expert mode to wipe all your settings, create a new Google client ID/secret, and start again."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "Re-check it, then follow the link to authenticate again."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "This often means that you entered your client secret wrongly, or that you have not yet re-authenticated (below) since correcting it."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "No refresh token was received from Google."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490
msgid "Turning off any debugging settings may also help)."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Try disabling your other plugins and switching to a default theme."
msgstr ""
#: src/addons/googlecloud.php:464
msgid "Authentication could not go ahead, because something else on your site is breaking it."
msgstr ""
#: src/addons/backblaze.php:847
msgid "Error: unable to set object lock for file: %s"
msgstr ""
#: src/addons/backblaze.php:791
msgid "Spaces are not allowed."
msgstr ""
#: src/addons/backblaze.php:791
msgid "There are limits upon which path-names are valid."
msgstr ""
#: src/addons/backblaze.php:789
msgid "A file which is locked cannot be deleted by any means until the lock time duration has expired."
msgstr ""
#: src/addons/backblaze.php:788
msgid "Read more about the Backblaze Object Lock"
msgstr ""
#: src/addons/backblaze.php:787
msgid "0 days means no lock is applied."
msgstr ""
#: src/addons/backblaze.php:787
msgid "Use this to protect your data from hackers or for regulatory compliance reasons."
msgstr ""
#: src/addons/backblaze.php:787
msgid "Object lock is a Backblaze B2 feature that prevents data from being changed or deleted for a given number of days."
msgstr ""
#: src/addons/backblaze.php:786
msgid "Object lock duration (days)"
msgstr ""
#: src/addons/backblaze.php:580, src/methods/s3.php:1436
msgid "Please check your access credentials, and if those are correct then try another bucket name (as another %s user may already have taken your name)."
msgstr ""
#: src/addons/backblaze.php:580
msgid "Failure: We could not successfully access or create such a bucket"
msgstr ""
#: src/addons/backblaze.php:118
msgid "Error: unable to set object lock for bucket: %s"
msgstr ""
#: src/addons/azure.php:691, src/addons/onedrive.php:1314,
#: src/methods/dreamobjects.php:187
msgid "For more detailed instructions, follow this link."
msgstr ""
#: src/addons/anonymisation.php:48, src/addons/anonymisation.php:71,
#: src/addons/anonymisation.php:101
msgid "Anonymize WooCommerce order data"
msgstr ""
#: src/updraftplus.php:226
msgid "Most likely, WordPress malfunctioned when copying the plugin files."
msgstr ""
#: src/updraftplus.php:226
msgid "You do not have UpdraftPlus completely installed - please de-install and install it again."
msgstr ""
#: src/updraftplus.php:97
msgid "Most likely, WordPress did not correctly unpack the plugin when installing it."
msgstr ""
#: src/updraftplus.php:97
msgid "The expected file %s is missing from your UpdraftPlus installation."
msgstr ""
#: src/restorer.php:3101
msgid "UpdraftPlus plugin slug:"
msgstr ""
#: src/restorer.php:2911
msgid "We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
msgstr ""
#: src/restorer.php:2911
msgid "Your database user does not have permission to create tables."
msgstr ""
#: src/restorer.php:2964
msgid "We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
msgstr ""
#: src/restorer.php:2964
msgid "Your database user does not have permission to drop tables."
msgstr ""
#: src/restorer.php:2762
msgid "If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
msgstr ""
#: src/restorer.php:2762
msgid "Timeouts are much more likely."
msgstr ""
#: src/restorer.php:2762
msgid "Warning: PHP safe_mode is active on your server."
msgstr ""
#: src/restorer.php:854
msgid "Check your file permissions."
msgstr ""
#: src/restorer.php:854
msgid "Could not move the files into place."
msgstr ""
#: src/restorer.php:853
msgid "Check your wp-content/upgrade folder."
msgstr ""
#: src/restorer.php:853
msgid "Could not move new files into place."
msgstr ""
#: src/restorer.php:841
msgid "It must be restored manually."
msgstr ""
#: src/restorer.php:841
msgid "UpdraftPlus is not able to directly restore this kind of entity."
msgstr ""
#: src/restorer.php:508
msgid "If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
msgstr ""
#: src/restorer.php:508
msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation."
msgstr ""
#: src/class-updraftplus.php:6318
msgid "Future releases of UpdraftPlus will require a more recent PHP version to use these features; we recommend that you speak to your web hosting company about updating to version %s or higher."
msgstr ""
#: src/class-updraftplus.php:6318
msgid "Your site is running on PHP version %s and has feature(s) currently enabled (%s) which are deprecated upon this PHP version."
msgstr ""
#: src/class-updraftplus.php:5511
msgid "UpdraftPlus was unable to find any tables when scanning the database backup; it maybe corrupt."
msgstr ""
#: src/class-updraftplus.php:5525
msgid "Deselect All"
msgstr ""
#: src/class-updraftplus.php:5525
msgid "Select All"
msgstr ""
#: src/class-updraftplus.php:5520
msgid "The amount of database tables scanned is near or over the php_max_input_vars value so some tables maybe truncated."
msgstr ""
#: src/class-updraftplus.php:5519, src/class-updraftplus.php:5520
msgid "This option will ensure all tables not found will be backed up."
msgstr ""
#: src/class-updraftplus.php:5519
msgid "The database scan was taking too long and consequently the list of all tables in the database could not be completed."
msgstr ""
#: src/class-updraftplus.php:5476
msgid "This database backup has the following non-core WordPress database tables excluded: %s"
msgstr ""
#: src/class-updraftplus.php:5154
msgid "This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
msgstr ""
#: src/class-updraftplus.php:5154
msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s)."
msgstr ""
#: src/class-updraftplus.php:5191, src/class-updraftplus.php:5173
msgid "You need the Migrator add-on in order to make this work."
msgstr ""
#: src/class-updraftplus.php:5191, src/class-updraftplus.php:5173
msgid "This backup set is from a different site (%s) - this is not a restoration, but a migration."
msgstr ""
#: src/class-updraftplus.php:5201
msgid "There are no guarantees that WordPress can handle this."
msgstr ""
#: src/class-updraftplus.php:5201
msgid "You are importing from a newer version of WordPress (%s) into an older one (%s)."
msgstr ""
#: src/class-updraftplus.php:5236
msgid "Only the first site of the network will be accessible."
msgstr ""
#: src/class-updraftplus.php:5236
msgid "Your backup is of a WordPress multisite install; but this site is not."
msgstr ""
#: src/class-updraftplus.php:5061, src/restorer.php:1179,
#: src/includes/class-updraftplus-encryption.php:354
msgid "The most likely cause is that you used the wrong key."
msgstr ""
#: src/class-updraftplus.php:5049, src/restorer.php:1166,
#: src/includes/class-updraftplus-encryption.php:336
msgid "The database file is encrypted, but you have no encryption key entered."
msgstr ""
#: src/class-updraftplus.php:5051
msgid "The database file is encrypted."
msgstr ""
#: src/class-updraftplus.php:5051, src/class-updraftplus.php:5049,
#: src/class-updraftplus.php:5061, src/restorer.php:1166,
#: src/restorer.php:1179, src/includes/class-updraftplus-encryption.php:354,
#: src/includes/class-updraftplus-encryption.php:336
msgid "Decryption failed."
msgstr ""
#: src/class-updraftplus.php:4549
msgid "Backup probably failed."
msgstr ""
#: src/class-updraftplus.php:4549
msgid "Could not save backup history because we have no backup array."
msgstr ""
#: src/class-updraftplus.php:3812
msgid "Warnings encountered (note: this is for information; the backup has completed successfully)"
msgstr ""
#: src/class-updraftplus.php:3667
msgid "The backup succeeded and is now complete"
msgstr ""
#: src/class-updraftplus.php:3313
msgid "Please check the backup directory and ensure it is writable so that backups may continue."
msgstr ""
#: src/class-updraftplus.php:3313
msgid "UpdraftPlus is unable to perform backups as your backup directory is not writable or the disk space is full."
msgstr ""
#: src/class-updraftplus.php:3312
msgid "Backup aborted - check your UpdraftPlus settings."
msgstr ""
#: src/class-updraftplus.php:3312
msgid "Could not create files in the backup directory."
msgstr ""
#: src/class-updraftplus.php:2091
msgid "Theme"
msgstr ""
#: src/class-updraftplus.php:2090
msgid "Plugin"
msgstr ""
#: src/class-updraftplus.php:698
msgid "Check back in a minute."
msgstr ""
#: src/class-updraftplus.php:698
msgid "Briefly unavailable for scheduled maintenance."
msgstr ""
#: src/class-updraftplus.php:245
msgid "So, go to the \"Plugins\" page, de-activate and de-install UpdraftPlus, and then try again."
msgstr ""
#: src/class-updraftplus.php:245
msgid "That is safe - all your settings and backups will be retained."
msgstr ""
#: src/class-updraftplus.php:245
msgid "WordPress will only allow you to install your new version after first de-installing the existing one."
msgstr ""
#: src/class-updraftplus.php:245
msgid "A version of UpdraftPlus is already installed."
msgstr ""
#: src/backup.php:4387
msgid "your web hosting account is full; please see: %s"
msgstr ""
#: src/backup.php:3163
msgid "Possible causes include that the link points to an invalid or inaccessible location."
msgstr ""
#: src/backup.php:3163
msgid "%s: unfollowable link - could not be followed to back up (readlink=%s)."
msgstr ""
#: src/backup.php:2051
msgid "To be able to backup the routines, you must be the user named as the routine DEFINER(s), have the SHOW_ROUTINE privilege (for MySQL 8.0.20+ users), have the SELECT privilege at the global level, or have the CREATE ROUTINE, ALTER ROUTINE, or EXECUTE privilege granted at a scope that includes the routines."
msgstr ""
#: src/backup.php:2051
msgid "Your WordPress database user doesn't have sufficient privileges to read these stored routines."
msgstr ""
#: src/backup.php:2051
msgid "Dumping routines: "
msgstr ""
#: src/backup.php:1901, src/backup.php:1899
msgid "The database backup has failed"
msgstr ""
#: src/backup.php:365
msgid "Consult the log file for more information."
msgstr ""
#: src/backup.php:365
msgid "Could not create %s zip."
msgstr ""
#: src/admin.php:6360
msgid "Thus, we recommend you choose a full backup when performing a manual backup and to use that option when creating a scheduled backup."
msgstr ""
#: src/admin.php:6360
msgid "%s permits UpdraftPlus to perform only one backup per month."
msgstr ""
#: src/admin.php:5672
msgid "Please refresh the settings page and try again"
msgstr ""
#: src/admin.php:5672
msgid "Your settings failed to save."
msgstr ""
#: src/admin.php:5631
msgid "Please reload the settings page before trying to save settings."
msgstr ""
#: src/admin.php:5631
msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded."
msgstr ""
#: src/admin.php:5244
msgid "Timestamp:"
msgstr ""
#: src/admin.php:5163,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:98
msgid "Restoration"
msgstr ""
#: src/admin.php:5162,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:97
msgid "Verifications"
msgstr ""
#: src/admin.php:5135
msgid "Do not close this page until it reports itself as having finished."
msgstr ""
#: src/admin.php:5135
msgid "The restore operation has begun (%s)."
msgstr ""
#: src/admin.php:4417, src/addons/azure.php:689,
#: src/methods/dreamobjects.php:182, src/methods/s3.php:926,
#: src/methods/s3.php:1080, src/methods/s3generic.php:192,
#: src/methods/updraftvault.php:477
msgid "Please contact your web hosting provider's support and ask for them to enable it."
msgstr ""
#: src/admin.php:4417, src/addons/azure.php:689
msgid "Your web server's PHP installation does not included a required (for %s) module (%s)."
msgstr ""
#: src/admin.php:4424
msgid "Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
msgstr ""
#: src/admin.php:4424
msgid "Communications with %s will be unencrypted."
msgstr ""
#: src/admin.php:4426, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:930,
#: src/methods/s3.php:1081, src/methods/s3generic.php:193
msgid "Please do not file any support requests; there is no alternative."
msgstr ""
#: src/admin.php:4426
msgid "%s requires Curl+https."
msgstr ""
#: src/admin.php:4426, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:930,
#: src/methods/s3.php:1081, src/methods/s3generic.php:193
msgid "Please contact your web hosting provider's support."
msgstr ""
#: src/admin.php:4426
msgid "We cannot access %s without this support."
msgstr ""
#: src/admin.php:4426, src/admin.php:4424
msgid "Your web server's PHP/Curl installation does not support https access."
msgstr ""
#: src/admin.php:4429
msgid "If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
msgstr ""
#: src/admin.php:4429
msgid "Good news: Your site's communications with %s can be encrypted."
msgstr ""
#: src/admin.php:4333, src/addons/morefiles.php:371
msgid "For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
msgstr ""
#: src/admin.php:4364
msgid "none present"
msgstr ""
#: src/admin.php:4043
msgid "You should check with your hosting provider that this will not cause any problems"
msgstr ""
#: src/admin.php:4043
msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it."
msgstr ""
#: src/admin.php:3891
msgid "Old folders successfully removed."
msgstr ""
#: src/admin.php:3893
msgid "You may want to do this manually."
msgstr ""
#: src/admin.php:3893
msgid "Old folder removal failed for some reason."
msgstr ""
#: src/admin.php:3888
msgid "Remove old folders"
msgstr ""
#: src/admin.php:3878
msgid "Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
msgstr ""
#: src/admin.php:3878
msgid "Note: the progress bar below is based on stages, NOT time."
msgstr ""
#: src/admin.php:3602
msgid "Delete old folders"
msgstr ""
#: src/admin.php:3596
msgid "You should press this button to delete them as soon as you have verified that the restoration worked."
msgstr ""
#: src/admin.php:3596
msgid "Your WordPress install has old folders from its state before you restored/migrated (technical information: these are suffixed with -old)."
msgstr ""
#: src/admin.php:3050
msgid "This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
msgstr ""
#: src/admin.php:3050
msgid "UpdraftPlus attempted to raise it but was unsuccessful."
msgstr ""
#: src/admin.php:3050
msgid "Your PHP memory limit (set by your web hosting company) is very low."
msgstr ""
#: src/admin.php:2993
msgid "You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
msgstr ""
#: src/admin.php:2993
msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this."
msgstr ""
#: src/admin.php:2889
msgid "We really appreciate your support!"
msgstr ""
#: src/admin.php:2889
msgid "Enjoyed %s? Please leave us a %s rating on %s or %s"
msgstr ""
#: src/admin.php:2751
msgid "Perhaps you need to install an add-on?"
msgstr ""
#: src/admin.php:2751
msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s."
msgstr ""
#: src/admin.php:2465
msgid "Aborting this backup."
msgstr ""
#: src/admin.php:2458, src/includes/class-commands.php:992
msgid "OK."
msgstr ""
#: src/admin.php:1674
msgid "Therefore, please download the attachment from the original backup email and upload it using the \"Upload backup files\" facility in the \"Existing Backups\" tab."
msgstr ""
#: src/admin.php:1674
msgid "The email protocol does not allow a remote backup to be retrieved from an email that has been sent."
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "For more information, please see: %s"
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "You will need to migrate to the Global endpoint in your UpdraftPlus settings."
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "Due to the shutdown of the %1$s endpoint, support for %1$s will be ending soon."
msgstr ""
#: src/admin.php:1484
msgid "However, we were not able to register this site with %1$s, as there are no available %1$s licences on the account."
msgstr ""
#: src/admin.php:1484
msgid "Connection to your %s account was successful."
msgstr ""
#: src/admin.php:1477
msgid "You will need to switch to a different end-point and migrate your data before that date."
msgstr ""
#: src/admin.php:1477
msgid "The %s endpoint is scheduled to shut down on the 1st October 2018."
msgstr ""
#: src/admin.php:1456
msgid "Go here to complete your settings for %s."
msgstr ""
#: src/admin.php:1429
msgid "Unless this is a development site, this means that the scheduler in your WordPress install is not working properly."
msgstr ""
#: src/admin.php:1429
msgid "WordPress has a number (%d) of scheduled tasks which are overdue."
msgstr ""
#: src/admin.php:1402
msgid "Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
msgstr ""
#: src/admin.php:1402
msgid "You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed."
msgstr ""
#: src/admin.php:1402
msgid "UpdraftPlus's debug mode is on."
msgstr ""
#: src/admin.php:1398
msgid "To get faster backups, ask your web hosting provider how to turn on the PHP zip module on your hosting."
msgstr ""
#: src/admin.php:1398
msgid "Consequently, UpdraftPlus will use a built-in zip module (PclZip); this is significantly slower."
msgstr ""
#: src/admin.php:1398
msgid "Neither the PHP zip module nor a zip executable are available on your webserver."
msgstr ""
#: src/admin.php:1390
msgid "It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
msgstr ""
#: src/admin.php:1390
msgid "UpdraftPlus does not officially support versions of WordPress before %s."
msgstr ""
#: src/admin.php:1386
msgid "Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
msgstr ""
#: src/admin.php:1386
msgid "UpdraftPlus could well run out of space."
msgstr ""
#: src/admin.php:1386
msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups."
msgstr ""
#: src/admin.php:1380
msgid "No backups can run (even "Backup Now") unless either you have set up a facility to call the scheduler manually, or until it is enabled."
msgstr ""
#: src/admin.php:1380
msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting."
msgstr ""
#: src/admin.php:1161
msgid "Therefore, please reload the page."
msgstr ""
#: src/admin.php:1160
msgid "This is usually caused by your dashboard page having been open a long time, and the included security tokens having since expired."
msgstr ""
#: src/admin.php:1158
msgid "Searching for backups..."
msgstr ""
#: src/admin.php:1157
msgid "Send a new backup"
msgstr ""
#: src/admin.php:1156
msgid "Send existing backup"
msgstr ""
#: src/admin.php:1154
msgid "You can send an existing local backup to the remote site or create a new backup"
msgstr ""
#: src/admin.php:1153
msgid "See the browser console log for more information."
msgstr ""
#: src/admin.php:1153
msgid "If you proceed with the restoration then some of the restore options will be lost and you may get unexpected results."
msgstr ""
#: src/admin.php:1109
msgid "This could mean that your .htaccess file has incorrect contents, is missing, or that your webserver is missing an equivalent mechanism."
msgstr ""
#: src/admin.php:1109
msgid "Attempts by the browser to access some pages have returned a \"not found (404)\" error."
msgstr ""
#: src/admin.php:1094
msgid "No UpdraftCentral licences were available."
msgstr ""
#: src/admin.php:1087
msgid "You may have a security module on your webserver blocking the restoration operation."
msgstr ""
#: src/admin.php:1087
msgid "HTML was detected in the response."
msgstr ""
#: src/admin.php:1072
msgid "Once the clone has finished deploying it, you will receive an email."
msgstr ""
#: src/admin.php:1072
msgid "The clone has been provisioned, and its data has been sent to it."
msgstr ""
#: src/admin.php:1071
msgid "This may fail if you have components that are incompatible with earlier versions."
msgstr ""
#: src/admin.php:1071
msgid "Warning: you have selected a lower version than your currently installed version."
msgstr ""
#: src/admin.php:1056
msgid "Adding site to UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1056
msgid "Key created."
msgstr ""
#: src/admin.php:1055
msgid "Requesting UpdraftCentral Key."
msgstr ""
#: src/admin.php:1055
msgid "Connected."
msgstr ""
#: src/admin.php:1037
msgid "It would be best to download the zip to your computer."
msgstr ""
#: src/admin.php:1037
msgid "This could be caused by a timeout."
msgstr ""
#: src/admin.php:1037
msgid "Unable to download file."
msgstr ""
#: src/admin.php:1033
msgid "Please check the following:"
msgstr ""
#: src/admin.php:1033
msgid "The file failed to upload."
msgstr ""
#: src/admin.php:1020
msgid "Please choose a valid UpdraftPlus export file."
msgstr ""
#: src/admin.php:1020
msgid "Error: The chosen file is corrupt."
msgstr ""
#: src/admin.php:967
msgid "Please select at least one, and then try again."
msgstr ""
#: src/admin.php:967
msgid "You did not select any components to restore."
msgstr ""
#: src/admin.php:950, src/admin.php:951
msgid "This file is not an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
msgstr ""
#: src/admin.php:940
msgid "File size"
msgstr ""
#: src/admin.php:921
msgid "Do not close your browser until it reports itself as having finished."
msgstr ""
#: src/admin.php:921
msgid "The restore operation has begun."
msgstr ""
#: src/admin.php:3742
msgid "file %d of %d"
msgstr ""
#: src/addons/googlecloud.php:626
msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Cloud."
msgstr ""
#: src/addons/googlecloud.php:1319, src/addons/googlecloud.php:1372,
#: src/methods/googledrive.php:1507, src/methods/googledrive.php:1684
msgid "Sign in with %s"
msgstr ""
#: src/admin.php:3822
msgid "(after %ss)"
msgstr ""
#: src/admin.php:3822
msgid "next resumption: %d"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:113
msgid "Install debugging plugins:"
msgstr ""
#: src/restorer.php:3095
msgid "Old ABSPATH:"
msgstr ""
#: src/udaddons/options.php:112
msgid "An update is available for UpdraftPlus - please connect here to gain access to it."
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:17
msgid "already uploaded"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:99
msgid "Please check out UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:115
msgid "Anonymise personal data in your database backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:113,
#: src/templates/wp-admin/settings/tab-addons.php:114
msgid "Anonymisation functions"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:281
msgid "For more reporting features, use the Premium version"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:277
msgid "Your email backup and a report will be sent to"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:148
msgid "See also the Premium version from our shop."
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:93
msgid "Add exclusion rule"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:89
msgid "at the end of their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:88
msgid "anywhere in their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:87
msgid "at the beginning of their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:85
msgid "these characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:83
msgid "All files/directories containing "
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:76
msgid "Select the folder in which the files or sub-directories you would like to exclude are located"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:71
msgid "All files/directories containing the given characters in their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:18
msgid "Files/Directories containing the given characters in their names"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:25
msgid "Never"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:22
msgid "Maybe later"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:18
msgid "Ok, you deserve it"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:69
msgid "Current SQL mode:"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:42
msgid "UpdraftClone image:"
msgstr ""
#: src/options.php:229
msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium."
msgstr ""
#: src/methods/s3generic.php:206
msgid "Virtual-host style"
msgstr ""
#: src/methods/s3generic.php:205
msgid "Path style"
msgstr ""
#: src/methods/s3generic.php:203
msgid "Read more about bucket access style"
msgstr ""
#: src/methods/s3generic.php:202
msgid "Bucket access style"
msgstr ""
#: src/methods/s3.php:1397
msgid "Failure: No endpoint details were given."
msgstr ""
#: src/methods/ftp.php:120
msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available in the Premium version."
msgstr ""
#: src/methods/email.php:111
msgid "For more options, use Premium"
msgstr ""
#: src/methods/dropbox.php:604
msgid "If you backup several sites into the same Dropbox and want to organize with sub-folders, then %scheck out Premium%s"
msgstr ""
#: src/methods/backup-module.php:745
msgid "Complete manual authentication"
msgstr ""
#: src/methods/backup-module.php:743
msgid "%s authentication code:"
msgstr ""
#: src/methods/backup-module.php:742
msgid "To complete manual authentication, at the orange UpdraftPlus authentication screen select the \"Having problems authenticating?\" link, then copy and paste the code given here."
msgstr ""
#: src/methods/backup-module.php:741
msgid "If you are having problems authenticating with %s you can manually authorize here."
msgstr ""
#: src/methods/backup-module.php:740
msgid "%s authentication:"
msgstr ""
#: src/includes/updraftplus-notices.php:274
msgid "The UpdraftPlus Plugin Collection Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:200
msgid "The WordPress subscription extension for WooCommerce store owners."
msgstr ""
#: src/includes/updraftplus-notices.php:199
msgid "by"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Team Updraft"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Thank you so much!"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:52
msgid "Warning: You have no clone tokens remaining and either no subscriptions or no subscription that will renew before the clone expiry date."
msgstr ""
#: src/includes/class-remote-send.php:728
msgid "The list of existing sites has been removed"
msgstr ""
#: src/includes/class-remote-send.php:724
msgid "There was an error while trying to remove the list of existing sites."
msgstr ""
#: src/includes/class-remote-send.php:672
msgid "Clear list of existing sites"
msgstr ""
#: src/includes/class-commands.php:806
msgid "Missing instance id:"
msgstr ""
#: src/includes/class-commands.php:795
msgid "Missing authentication data:"
msgstr ""
#: src/includes/class-commands.php:766
msgid "Manual authentication is not available for this remote storage method"
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "Or, if they are in remote storage, you can connect that remote storage (in the \"Settings\" tab), save your settings, and use the \"Rescan remote storage\" link."
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "If you have an existing backup that you wish to upload and restore from, then please use the \"Upload backup files\" link above."
msgstr ""
#: src/class-updraftplus.php:5522
msgid "Include all tables not listed below"
msgstr ""
#: src/class-updraftplus.php:5506
msgid "Therefore, affected tables on the current site which already exist will not be replaced by default, to avoid corrupting them (you can review this in the list of tables below)."
msgstr ""
#: src/class-updraftplus.php:5504
msgid "Therefore it is advised that you take a fresh backup on the source site, using a later version."
msgstr ""
#: src/class-updraftplus.php:5506, src/class-updraftplus.php:5504
msgid "This backup was created on a previous UpdraftPlus version (%s) which did not correctly backup tables with composite primary keys (such as the term_relationships table, which records tags and product attributes)."
msgstr ""
#: src/class-updraftplus.php:5456
msgid "This backup is of a site with an empty table prefix, which WordPress does not officially support; the results may be unreliable."
msgstr ""
#: src/class-updraftplus.php:4033
msgid "View log"
msgstr ""
#: src/class-updraftplus.php:4027
msgid "You can view the log by pressing the 'View log' button."
msgstr ""
#: src/class-updraftplus.php:3986
msgid "UpdraftPlus on %s"
msgstr ""
#: src/class-updraftplus.php:3294
msgid " Your hosting provider only allows you to take one incremental backup per day."
msgstr ""
#: src/backup.php:4042
msgid "two unsuccessful attempts were made to include it, and it will now be omitted from the backup"
msgstr ""
#: src/backup.php:4038
msgid "a second attempt is being made (upon further failure it will be skipped)"
msgstr ""
#: src/backup.php:1850
msgid "Failed to backup database table:"
msgstr ""
#: src/backup.php:1695
msgid "Failed to open directory for reading:"
msgstr ""
#: src/admin.php:6378
msgid "The download link is broken or the backup file is no longer available"
msgstr ""
#: src/admin.php:6376
msgid "The download link is broken, you may have clicked the link from untrusted source"
msgstr ""
#: src/admin.php:6361
msgid "Due to the restriction, some settings can be automatically adjusted, disabled or not available."
msgstr ""
#: src/admin.php:6359
msgid "Your website is hosted with %s (%s)."
msgstr ""
#: src/admin.php:6293
msgid "The following remote storage (%s) have only been partially configured, if you are having problems you can try to manually authorise at the UpdraftPlus settings page."
msgstr ""
#: src/admin.php:6287
msgid "The following remote storage (%s) have only been partially configured, manual authorization is not supported with this remote storage, please try again and if the problem persists contact support."
msgstr ""
#: src/admin.php:6151
msgid "more info"
msgstr ""
#: src/admin.php:5537
msgid "The following remote storage options are configured."
msgstr ""
#: src/admin.php:5534
msgid "No remote storage locations with valid options found."
msgstr ""
#: src/admin.php:5123
msgid "This may prevent the restore procedure from being able to proceed."
msgstr ""
#: src/admin.php:4330
msgid "(the asterisk character matches zero or more characters)"
msgstr ""
#: src/admin.php:1491, src/admin.php:1498
msgid "UpdraftPlus notice"
msgstr ""
#: src/admin.php:1299
msgid "Premium / Pro Support"
msgstr ""
#: src/admin.php:1153
msgid "The number of restore options that will be sent exceeds the configured maximum in your PHP configuration (max_input_vars)."
msgstr ""
#: src/admin.php:1148
msgid "is not"
msgstr ""
#: src/admin.php:1144
msgid "is"
msgstr ""
#: src/admin.php:1138
msgid "Day of the month"
msgstr ""
#: src/admin.php:1134
msgid "Day of the week"
msgstr ""
#: src/admin.php:1128
msgid "if all of the following conditions are matched:"
msgstr ""
#: src/admin.php:1124
msgid "if any of the following conditions are matched:"
msgstr ""
#: src/admin.php:1120
msgid "on every backup"
msgstr ""
#: src/admin.php:1114
msgid "Your hosting provider only allows you to take one incremental backup per day."
msgstr ""
#: src/admin.php:1114, src/class-updraftplus.php:3294
msgid "You have reached the daily limit for the number of incremental backups you can create at this time."
msgstr ""
#: src/admin.php:1113, src/admin.php:1114, src/class-updraftplus.php:3297,
#: src/class-updraftplus.php:3294
msgid "Please contact your hosting company (%s) if you require further support."
msgstr ""
#: src/admin.php:1113, src/class-updraftplus.php:3297
msgid "Your hosting provider only allows you to take one backup per month."
msgstr ""
#: src/admin.php:1113, src/class-updraftplus.php:3297
msgid "You have reached the monthly limit for the number of backups you can create at this time."
msgstr ""
#: src/admin.php:1102
msgid "Restoring stored routine: %s"
msgstr ""
#: src/admin.php:1082
msgid "Please enter part of the file name"
msgstr ""
#: src/admin.php:1013
msgid "Loading..."
msgstr ""
#: src/admin.php:969
msgid "Exit full-screen"
msgstr ""
#: src/admin.php:968, src/admin.php:5155
msgid "Full-screen"
msgstr ""
#: src/admin.php:920
msgid "You have chosen to send this backup to remote storage, but no remote storage locations have been selected"
msgstr ""
#: src/addons/wp-cli.php:1085
msgid "You successfully logged in to UpdraftPlus.Com and connected this plugin with your account"
msgstr ""
#: src/addons/wp-cli.php:1070
msgid "Please wait while connecting to UpdraftPlus.com ..."
msgstr ""
#: src/addons/wp-cli.php:1065
msgid "The attempt to open and read contents from the password file failed; please make sure the file is readable and is not being exclusively locked by another process"
msgstr ""
#: src/addons/wp-cli.php:1062
msgid "The password file you specified doesn't exist; please check the --password-file parameter."
msgstr ""
#: src/addons/wp-cli.php:1059
msgid "The email address provided appears to be invalid, please double-check your email address again and try again."
msgstr ""
#: src/addons/wp-cli.php:654
msgid "Failed to search and replace"
msgstr ""
#: src/addons/wp-cli.php:652
msgid "Search and replace successful"
msgstr ""
#: src/addons/wp-cli.php:650
msgid "Failed to search and replace:"
msgstr ""
#: src/addons/wp-cli.php:599
msgid "Failed to create UpdraftCentral key"
msgstr ""
#: src/addons/wp-cli.php:596
msgid "UpdraftCentral key created:"
msgstr ""
#: src/addons/s3-enhanced.php:439
msgid "China (Ningxia) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:437
msgid "Asia Pacific (Hong Kong)"
msgstr ""
#: src/addons/s3-enhanced.php:436
msgid "Asia Pacific (Osaka-Local) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:430
msgid "Africa (Cape Town)"
msgstr ""
#: src/addons/s3-enhanced.php:427
msgid "Europe (Milan)"
msgstr ""
#: src/addons/s3-enhanced.php:417
msgid "US East (N. Virginia) (default)"
msgstr ""
#: src/admin.php:911, src/addons/reporting.php:549
msgid "When email storage method is enabled, and an email address is entered, also send the backup"
msgstr ""
#: src/addons/reporting.php:462
msgid "Send reports"
msgstr ""
#: src/addons/morestorage.php:105
msgid "Send scheduled backups to this destination:"
msgstr ""
#: src/addons/moredatabase.php:461, src/addons/morefiles.php:902
msgid "Deselect all"
msgstr ""
#: src/addons/moredatabase.php:460
msgid "Select all (this site)"
msgstr ""
#: src/addons/googlecloud.php:1146
msgid "The specified bucket was not found."
msgstr ""
#: src/addons/anonymisation.php:44, src/addons/anonymisation.php:68,
#: src/addons/anonymisation.php:96,
#: src/templates/wp-admin/notices/horizontal-notice.php:70
msgid "Learn more"
msgstr ""
#: src/addons/anonymisation.php:44, src/addons/anonymisation.php:68,
#: src/addons/anonymisation.php:96
msgid "Anonymize personal data for all users except staff"
msgstr ""
#: src/addons/anonymisation.php:42, src/addons/anonymisation.php:66,
#: src/addons/anonymisation.php:91
msgid "Anonymize personal data for all users except the logged-in user"
msgstr ""
#: src/addons/anonymisation.php:39, src/addons/anonymisation.php:64
msgid "N.B. Anonymized information cannot be recovered; the original non-anonymized data will be absent from the backup."
msgstr ""
#: src/addons/anonymisation.php:39, src/addons/anonymisation.php:64
msgid "These options can anonymize personal data in your database backup."
msgstr ""
#: src/udaddons/options.php:543
msgid "Buy %s"
msgstr "Купете %s"
#: src/udaddons/options.php:542
msgid "Get %s from the UpdraftPlus.com Store"
msgstr "Вземете %s от магазина UpdraftPlus.com"
#: src/udaddons/options.php:295
msgid "Go to your UpdraftCentral Cloud dashboard"
msgstr "Отидете до таблото за управление на UpdraftCentral Cloud"
#: src/udaddons/options.php:294
msgid "You successfully logged in to UpdraftPlus and connected this site to UpdraftCentral Cloud."
msgstr "Успешно влязохте в UpdraftPlus и свързахте този сайт с UpdraftCentral Cloud."
#: src/templates/wp-admin/settings/take-backup.php:90
msgid "Perform a backup"
msgstr "Извършете резервно копие"
#: src/templates/wp-admin/settings/tab-addons.php:324
msgid "More great plugins by the Updraft Team"
msgstr "Още страхотни плъгини от екипа на Updraft"
#: src/templates/wp-admin/settings/tab-addons.php:128
msgid "Allows you to only backup changes to your files (such as a new image) that have been made to your site since the last backup."
msgstr "Позволява ви да архивирате само промените във вашите файлове (като ново изображение), които са направени на вашия сайт от последната резервна копие."
#: src/templates/wp-admin/settings/tab-addons.php:126,
#: src/templates/wp-admin/settings/tab-addons.php:127
msgid "Incremental backups"
msgstr "Постепенни резервни копия"
#: src/templates/wp-admin/settings/tab-addons.php:57
msgid "Follow this link to the installation instructions (particularly step 1)."
msgstr "Следвайте тази връзка към инструкциите за инсталиране (особено стъпка 1)."
#: src/templates/wp-admin/settings/tab-addons.php:56
msgid "You successfully purchased UpdraftPremium."
msgstr "Успешно закупихте UpdraftPremium."
#: src/templates/wp-admin/settings/tab-addons.php:39
msgid "Goes to updraftplus.com checkout page"
msgstr "Отива към страница за купуване на updraftplus.com"
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Goes to the updraftplus.com checkout page"
msgstr "Отива на страницата за купуване на updraftplus.com"
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Get %s here"
msgstr "Вземете %s тук"
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "The higher the value, the more server resources are required to create the archive."
msgstr "Колкото по-висока е стойността, толкова повече сървърни ресурси са необходими за създаването на архива."
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "to take incremental backups"
msgstr "да направите постепенно архивиране"
#: src/templates/wp-admin/settings/form-contents.php:76
msgid "Retain this many scheduled database backups"
msgstr "Запазете тези много планирани резервни копия на базата данни"
#: src/templates/wp-admin/settings/form-contents.php:42
msgid "Retain this many scheduled file backups"
msgstr "Запазете тези много планирани архивирания на файлове"
#: src/templates/wp-admin/settings/file-backup-exclude.php:18
msgid "Add an exclusion rule for %s"
msgstr "Добавете правило за изключване за %s"
#: src/templates/wp-admin/settings/existing-backups-table.php:170
msgid "Use ctrl / cmd + press to select several items, or ctrl / cmd + shift + press to select all in between"
msgstr "Използвайте ctrl / cmd + натиснете, за да изберете няколко елемента, или ctrl / cmd + shift + натиснете, за да изберете всички между"
#: src/templates/wp-admin/settings/existing-backups-table.php:169
msgid "Deselect all backups"
msgstr "Премахнете избора на всички резервни копия"
#: src/templates/wp-admin/settings/existing-backups-table.php:168
msgid "Select all backups"
msgstr "Изберете всички резервни копия"
#: src/templates/wp-admin/settings/existing-backups-table.php:167
msgid "Delete selected backups"
msgstr "Изтрийте избраните архиви"
#: src/templates/wp-admin/settings/existing-backups-table.php:158
msgid "Show all backups..."
msgstr "Показване на всички резервни копия ..."
#: src/templates/wp-admin/settings/existing-backups-table.php:158
msgid "Show more backups..."
msgstr "Покажи още резервни копия ..."
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:63
msgid "Choose the components to restore:"
msgstr "Изберете компонентите за възстановяване:"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:30
msgid "Restore files from"
msgstr "Възстановяване на файлове от"
#: src/templates/wp-admin/settings/backupnow-modal.php:20,
#: src/templates/wp-admin/settings/backupnow-modal.php:67
msgid "Find out more about incremental backups here."
msgstr "Научете повече за допълнителните резервни копия тук."
#: src/templates/wp-admin/settings/backupnow-modal.php:17
msgid "Incremental backups are a feature of %s (upgrade by following this link)."
msgstr "Постъпковите архиви са функция на %s (надстройката следва тази връзка)."
#: src/templates/wp-admin/settings/backupnow-modal.php:13
msgid "Take an incremental backup"
msgstr "Вземете постъпково резервно копие"
#: src/templates/wp-admin/settings/backupnow-modal.php:12
msgid "Take a new backup"
msgstr "Вземете ново архивно копие"
#: src/restorer.php:4008
msgid "The Database connection has been closed and cannot be reopened."
msgstr "Връзката с базата данни е затворена и не може да бъде отворена отново."
#: src/restorer.php:3661
msgid "Skipping table %s: already restored on a prior run; next table to restore: %s"
msgstr "Пропускаща таблица %s: вече е възстановена при по-предходно изпълнение; следваща таблица за възстановяване: %s"
#: src/restorer.php:3658
msgid "Skipping table %s: user has chosen not to restore this table"
msgstr "Пропускане на таблица %s: потребителят е избрал да не възстановява тази таблица"
#: src/restorer.php:2557
msgid "Found and replaced existing table foreign key constraints as the table prefix has changed."
msgstr "Намерени и заменени съществуващи ограничения за чужди ключови таблици, тъй като префиксът на таблицата е променен."
#: src/restorer.php:2400
msgid "An error occurred while attempting to set a new value to the MySQL global log_bin_trust_function_creators variable %s"
msgstr "Възникна грешка при опит за задаване на нова стойност на глобалната log_bin_trust_function_creators променлива на MySQL %s"
#: src/restorer.php:2393
msgid "An error occurred while attempting to retrieve the MySQL global log_bin_trust_function_creators variable %s"
msgstr "Възникна грешка при опит за извличане на глобалната log_bin_trust_function_creators променлива на MySQL %s"
#: src/restorer.php:1255
msgid "The directory does not exist, and the attempt to create it failed"
msgstr "Директорията не съществува и опитът за създаване на нея е неуспешен"
#: src/restorer.php:852
msgid "Could not delete old path."
msgstr "Не може да се изтрие старият път."
#: src/methods/updraftvault.php:527
msgid "Follow this link for help"
msgstr "Следвайте тази връзка за помощ"
#: src/methods/updraftvault.php:522
msgid "Please enter your %s password"
msgstr "Въведете вашата %s парола"
#: src/methods/updraftvault.php:520
msgid "Please enter your %s email address"
msgstr "Въведете вашия имейл адрес %s"
#: src/methods/updraftvault.php:491
msgid "Start Subscription"
msgstr "Стартиране на абонамент"
#: src/methods/updraftvault.php:492, src/methods/updraftvault.php:493,
#: src/methods/updraftvault.php:494
msgid "Start %s Subscription"
msgstr "Стартиране на абонамент %s"
#: src/methods/updraftvault.php:495
msgid "Start Trial"
msgstr "Започнете пробен период"
#: src/methods/updraftvault.php:496
msgid "Start %s Trial"
msgstr "Стартиране на пробен период %s"
#: src/methods/updraftvault.php:507, src/methods/updraftvault.php:508,
#: src/methods/updraftvault.php:509, src/methods/updraftvault.php:510
msgid "Start a %s UpdraftVault Subscription"
msgstr "Стартиране на %s UpdraftVault абонамент"
#: src/methods/updraftvault.php:503
msgid "%s month %s trial"
msgstr "%s месец опит %s"
#: src/methods/updraftvault.php:498
msgid "with the option of"
msgstr "с опцията на"
#: src/methods/updraftvault.php:486
msgid "Read more about %s here."
msgstr "Прочетете повече за %s тук."
#: src/methods/updraftvault.php:483
msgid "Connect to your %s account"
msgstr "Свързване с вашия %s акаунт"
#: src/methods/updraftvault.php:482
msgid "Already got space?"
msgstr "Вече имате място?"
#: src/methods/updraftvault.php:480
msgid "Need to get space?"
msgstr "Трябва да получите пространство?"
#: src/methods/s3.php:184, src/methods/s3.php:185, src/methods/s3.php:196,
#: src/methods/s3.php:197
msgid "Error: Failed to initialise"
msgstr "Грешка: Неуспешно инициализиране"
#: src/methods/ftp.php:184
msgid "upload failed"
msgstr "неуспешно качване"
#: src/methods/ftp.php:157, src/methods/ftp.php:325
msgid "login failure"
msgstr "неуспешно влизане"
#: src/methods/cloudfiles.php:228, src/methods/cloudfiles.php:229
msgid "error - failed to upload file"
msgstr "грешка - проблем при качване на файла"
#: src/methods/cloudfiles.php:221
msgid "error - failed to re-assemble chunks"
msgstr "грешка - проблем при събиране отново на блокове"
#: src/methods/cloudfiles.php:113, src/methods/cloudfiles.php:358,
#: src/methods/cloudfiles.php:370
msgid "error - failed to create and access the container"
msgstr "грешка - проблем при създаване и достъп до контейнера"
#: src/methods/cloudfiles.php:105, src/methods/cloudfiles.php:109,
#: src/methods/cloudfiles.php:302, src/methods/cloudfiles.php:350,
#: src/methods/cloudfiles.php:354
msgid "authentication failed"
msgstr "неуспешно удостоверяване"
#: src/includes/updraftplus-tour.php:189
msgid "Otherwise, you can try UpdraftVault for 1 month for only $1!"
msgstr "В противен случай можете да опитате UpdraftVault за 1 месец само за $1!"
#: src/includes/updraftplus-tour.php:188
msgid "If you have a valid Premium license, you get 1GB of storage included."
msgstr "Ако имате валиден Premium лиценз, получавате 1GB място за съхранение."
#: src/includes/updraftplus-tour.php:135
msgid "Try UpdraftVault for 1 month for only $1!"
msgstr "Опитайте UpdraftVault за 1 месец само за $1!"
#: src/includes/updraftplus-notices.php:189
msgid "manages all your WordPress sites at once from one place"
msgstr "управлява всички ваши WordPress сайтове едновременно от едно място"
#: src/includes/updraftplus-notices.php:189
msgid "Many sites?"
msgstr "Много сайтове?"
#: src/includes/updraftplus-notices.php:188
msgid "handles updates automatically as you want them"
msgstr "обработва актуализациите автоматично, както ги искате"
#: src/includes/updraftplus-notices.php:188
msgid "Save time"
msgstr "Спестете време"
#: src/includes/updraftplus-notices.php:187
msgid "backs up automatically when you update plugins, themes or core"
msgstr "архивира автоматично, когато актуализирате приставки, теми или ядро"
#: src/includes/updraftplus-notices.php:187
msgid "Be safe"
msgstr "Бъдете в безопасност"
#: src/includes/updraftplus-notices.php:186
msgid "Make updates easy with UpdraftPlus"
msgstr "Направете актуализациите лесни с UpdraftPlus"
#: src/includes/updraftplus-clone.php:107
msgid "Clone of %s"
msgstr "Клониране на %s"
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "%d token"
msgid_plural "%d tokens"
msgstr[0] "%d токен"
msgstr[1] "%d токени"
#: src/includes/updraftclone/temporary-clone-dash-notice.php:36
msgid "%s from now"
msgstr "%s от сега"
#: src/includes/class-wpadmin-commands.php:217
msgid "This backup set contains incremental backups of your files; please select the time you wish to restore your files to"
msgstr "Този архивен комплект съдържа допълнителни резервни копия на вашите файлове; изберете времето, което желаете да възстановите"
#: src/includes/class-filesystem-functions.php:558
msgid "Unzip progress: %d out of %d files"
msgstr "Разархивирайте напредъка: %d извън %d файла"
#: src/includes/class-database-utility.php:675
msgid "An error occurred while attempting to retrieve the routine SQL/DDL statement (%s %s)"
msgstr "Възникна грешка при опит за извличане на рутинната SQL/DDL команда (%s %s)"
#: src/includes/class-database-utility.php:663
msgid "An error occurred while attempting to retrieve routine status (%s %s)"
msgstr "Възникна грешка при опит за извличане на рутинно състояние (%s %s)"
#: src/includes/class-database-utility.php:595
msgid "An error occurred while attempting to check the support of stored routines creation (%s %s)"
msgstr "Възникна грешка при опит за проверка на поддръжката на съхранените съчетания (%s %s)"
#: src/class-updraftplus.php:5514
msgid "If you do not want to restore all your database tables, then choose some to exclude here."
msgstr ""
#: src/class-updraftplus.php:5209
msgid "You should only proceed if you have checked and are confident (or willing to risk) that your plugins/themes/etc are compatible with the new %s version."
msgstr ""
#: src/class-updraftplus.php:5209
msgid "This is older than the server which you are now restoring onto (version %s)."
msgstr "Това е по-старо от сървъра, на който се възстановява (версия %s)."
#: src/class-updraftplus.php:3781
msgid "Incomplete"
msgstr "Недовършено"
#: src/class-updraftplus.php:2501
msgid "The backup is being aborted for a repeated failure to progress."
msgstr "Архивирането е прекратено поради повтарящ се неуспех."
#: src/class-updraftplus.php:698
msgid "Under Maintenance"
msgstr "В Профилактика"
#: src/admin.php:6304, src/admin.php:6302
msgid "You have requested saving to remote storage (%s), but without entering any settings for that storage."
msgstr "Поискахте записване в отдалечено хранилище (%s), но без да въвеждате никакви настройки за това място за съхранение."
#: src/admin.php:6151
msgid "Clone package"
msgstr ""
#: src/admin.php:6138
msgid "An empty WordPress install"
msgstr "Празна WordPress инсталация"
#: src/admin.php:6137
msgid "This current site"
msgstr "Този текущ сайт"
#: src/admin.php:6135
msgid "Clone:"
msgstr "Клонинг:"
#: src/admin.php:5161,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:96
msgid "Component selection"
msgstr ""
#: src/admin.php:5155
msgid "Activity log"
msgstr "Регистър на дейностите"
#: src/admin.php:5148
msgid "Cleaning"
msgstr "Изчистване"
#: src/admin.php:5139
msgid "Verifying"
msgstr "Проверка"
#: src/admin.php:5136
msgid "Restoration progress:"
msgstr "Напредък на възстановяването:"
#: src/admin.php:5126,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:30
msgid "UpdraftPlus Restoration"
msgstr "Възстановяване на updraftPlus"
#: src/admin.php:4607
msgid "(%d archive(s) in set, total %s)."
msgstr "(%d архив(а) в комплект, общо %s)."
#: src/admin.php:3429
msgid "Learn more about UpdraftCentral"
msgstr "Научете повече за UpdraftCentral"
#: src/admin.php:3429
msgid "Add this website to UpdraftCentral (remote, centralised control) - free for up to 5 sites."
msgstr "Добавете този сайт към UpdraftCentral (дистанционно, централизирано управление) - безплатно за до 5 сайта."
#: src/admin.php:2971, src/admin.php:3895, src/admin.php:5091,
#: src/admin.php:5080, src/admin.php:5068, src/admin.php:5334,
#: src/admin.php:6293, src/admin.php:6304
msgid "Return to UpdraftPlus configuration"
msgstr "Връщане към конфигурацията на UpdraftPlus"
#: src/admin.php:2465
msgid "No suitable backup set (that already contains a full backup of all the requested file component types) was found, to add increments to."
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "Service Unavailable"
msgstr ""
#: src/admin.php:1110
msgid "Please check the error log for more details"
msgstr "Проверете регистрационния файл за грешки за повече подробности"
#: src/admin.php:1109
msgid "Missing pages:"
msgstr "Липсващи страници:"
#: src/admin.php:1108
msgid "Restore error:"
msgstr "Грешка при възстановяване:"
#: src/admin.php:1107
msgid "Attempts by the browser to contact the website failed."
msgstr "Опитите на браузъра да се свърже с уеб сайта са неуспешни."
#: src/admin.php:1106
msgid "Preparing backup files"
msgstr "Подготовка на архивни файлове"
#: src/admin.php:1105
msgid "Downloading backup files if needed"
msgstr "Изтегляне на архивни файлове, ако е необходимо"
#: src/admin.php:1104
msgid "Begun"
msgstr "Започнал"
#: src/admin.php:1103, src/admin.php:5149
msgid "Finished"
msgstr "Завършен"
#: src/admin.php:1100
msgid "Restoring %s1 files out of %s2"
msgstr "Възстановяване на %s1 файлове от %s2"
#: src/admin.php:1099
msgid "no recent activity; will offer resumption after: %d seconds"
msgstr "няма скорошна дейност; ще предложи възобновяване след: %d секунди"
#: src/admin.php:1098
msgid "last activity: %d seconds ago"
msgstr "последна активност: преди %d секунди"
#: src/admin.php:1095
msgid "credentials"
msgstr "идентификационни данни"
#: src/admin.php:1093
msgid "Try it - 1 month for $1!"
msgstr "Опитайте - 1 месец за $ 1!"
#: src/admin.php:1089
msgid "Try UpdraftVault!"
msgstr "Опитайте UpdraftVault!"
#: src/admin.php:1088
msgid "You have not selected a restore path for your chosen backups"
msgstr "Не сте избрали път за възстановяване за избраните архиви"
#: src/admin.php:1086
msgid "File backup options"
msgstr "Опции за архивиране на файлове"
#: src/admin.php:1063
msgid "Verifying one-time password..."
msgstr "Проверка на еднократна парола..."
#: src/admin.php:1058
msgid "Login successful; reloading information."
msgstr "Успешен вход; информация за презареждане."
#: src/admin.php:938, src/admin.php:2294,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
#: src/templates/wp-admin/settings/tab-backups.php:21,
#: src/templates/wp-admin/settings/tab-backups.php:44
msgid "Existing backups"
msgstr "Съществуващи архиви"
#: src/admin.php:664
msgid "Dismiss notice"
msgstr "Освобождаване на известието"
#: src/admin.php:664
msgid "You can test running your site on a different PHP (or WordPress) version using UpdraftClone credits."
msgstr "Можете да тествате течаща вашия сайт с различна версия на PHP (или WordPress) с помощта на кредитите UpdraftClone."
#: src/admin.php:652
msgid "dismiss notice"
msgstr "освобождаване от длъжност"
#: src/admin.php:652
msgid "go here to learn more"
msgstr "отидете тук, за да научите повече"
#: src/admin.php:652
msgid "You can test upgrading your site on an instant copy using UpdraftClone credits"
msgstr "Можете да тествате надстройването на сайта си на незабавно копие с помощта на Кредити updraftClone"
#: src/addons/wp-cli.php:1020
msgid "There are no incremental backup restore points available."
msgstr "Няма налични постъпкови точки за възстановяване на резервни копия."
#: src/addons/wp-cli.php:1015
msgid "Timestamp"
msgstr "Времеви отпечатъци"
#: src/addons/wp-cli.php:742
msgid "No valid components found, please select different components or a backup set with components that can be restored."
msgstr "Не са намерени валидни компоненти, изберете различни компоненти или набор от компоненти, които могат да бъдат възстановени."
#: src/addons/sftp.php:238, src/methods/cloudfiles.php:199,
#: src/methods/cloudfiles.php:157, src/methods/openstack-base.php:81
msgid "Error: Failed to upload"
msgstr "Грешка: Неуспешно качване"
#: src/addons/s3-enhanced.php:429
msgid "Middle East (Bahrain)"
msgstr "Близкия изток (Бахрейн)"
#: src/addons/s3-enhanced.php:428
msgid "Europe (Stockholm)"
msgstr "Европа (Стокхолм)"
#: src/addons/s3-enhanced.php:80
msgid "Read more about server-side encryption"
msgstr "Прочетете повече за шифроването от страна на сървъра"
#: src/addons/s3-enhanced.php:77
msgid "Intelligent Tiering"
msgstr "Интелигентен теринг"
#: src/addons/morefiles.php:1010
msgid "Restore location found for:"
msgstr "Местоположение за възстановяване, намерено за:"
#: src/addons/morefiles.php:1008
msgid "Restore location does not exist on the filesystem for:"
msgstr "Местоположението на възстановяване не съществува във файловата система за:"
#: src/addons/morefiles.php:836
msgid "Please select the more files backups that you wish to restore:"
msgstr "Моля, изберете повече архивни файлове, които искате да възстановите:"
#: src/addons/moredatabase.php:267
msgid "If you enter a table prefix, then only tables that begin with this prefix will be backed up."
msgstr "Ако въведете префикс на таблица, само таблиците, които започват с този префикс, ще бъдат архивирани."
#: src/addons/moredatabase.php:267, src/addons/moredatabase.php:267
msgid "Enter table prefix"
msgstr "Въведете префикс на таблица"
#: src/addons/moredatabase.php:266
msgid "Enter database"
msgstr "Въвеждане на база данни"
#: src/addons/moredatabase.php:266
msgid "Enter database."
msgstr "Въведете база данни."
#: src/addons/moredatabase.php:265
msgid "Enter password"
msgstr "Въведете парола"
#: src/addons/moredatabase.php:265
msgid "Enter password."
msgstr "Въведете парола."
#: src/addons/moredatabase.php:264
msgid "Enter username"
msgstr "Въведете потребителско име"
#: src/addons/moredatabase.php:264
msgid "Enter username."
msgstr "Въведете потребителско име."
#: src/addons/moredatabase.php:263
msgid "Enter host"
msgstr "Въведете хост"
#: src/addons/moredatabase.php:263
msgid "Enter host."
msgstr "Въведете хост."
#: src/addons/incremental.php:297
msgid "No incremental backup of your files is possible, as no suitable existing backup was found to add increments to."
msgstr "Не е възможно да се направи резервно копие на вашите файлове, тъй като не е намерено подходящо съществуващо резервно копие, за да се добавят стъпки към."
#: src/addons/incremental.php:295
msgid "N.B. No backup of your database will be taken in an incremental backup; if you want a database backup as well, then take that separately."
msgstr "N.B. Няма да се извършва резервно копие на базата данни в постъпково резервно копие; ако искате и архивна база данни, след това вземете това отделно."
#: src/addons/incremental.php:295
msgid "Files changed since the last backup will be added as a new increment in that backup set."
msgstr "Файловете, променени след последното архивиране, ще бъдат добавени като ново увеличение в този архивен набор."
#: src/addons/googlecloud.php:1315
msgid "Read more about bucket locations"
msgstr "Прочетете повече за местоположенията на кофите"
#: src/addons/googlecloud.php:1311, src/addons/s3-enhanced.php:72
msgid "Read more about storage classes"
msgstr "Прочетете повече за класовете за съхранение"
#: src/addons/googlecloud.php:346, src/methods/googledrive.php:1459
msgid "download: failed: file not found"
msgstr "изтегляне: не е успешно: файлът не е намерен"
#: src/addons/googlecloud.php:223, src/addons/googlecloud.php:228,
#: src/methods/cloudfiles.php:140, src/methods/googledrive.php:1287,
#: src/methods/googledrive.php:1293
msgid "Error: Failed to open local file"
msgstr "Грешка: Не можа да се отвори локален файл"
#: src/addons/fixtime.php:570
msgid "Start time"
msgstr "Начален час"
#: src/addons/fixtime.php:552
msgid "Day to run backups"
msgstr "Ден за изпълнение на архиви"
#: src/addons/fixtime.php:310
msgid "Add an additional file retention rule"
msgstr "Добавяне на допълнително правило за задържане на файлове"
#: src/addons/fixtime.php:305
msgid "Add an additional database retention rule"
msgstr "Добавяне на допълнително правило за задържане на база данни"
#: src/addons/backblaze.php:783
msgid "This is needed if, and only if, your application key was a bucket-specific application key (not a master key)"
msgstr "Това е необходимо, ако и само ако ключът за приложението е специфичен за вас ключ за приложение (а не главен ключ)"
#: src/addons/backblaze.php:782
msgid "Bucket application key ID"
msgstr "ИД на клавиша за приложение в паметта"
#: src/addons/backblaze.php:778
msgid "Master Application Key ID"
msgstr "ИД на главен номер на приложение"
#: src/addons/backblaze.php:777
msgid "For help configuring %s, including screenshots, follow this link."
msgstr "За помощ при конфигуриране на %s, включително екранни снимки, следвайте тази връзка."
#: src/addons/azure.php:706
msgid "Azure China"
msgstr "Лазурен Китай"
#: src/admin.php:6121
msgid "Clone region:"
msgstr "Клонинг област:"
#: src/udaddons/updraftplus-addons.php:334,
#: src/udaddons/updraftplus-addons.php:348
msgid "go here"
msgstr "отидете тук"
#: src/udaddons/updraftplus-addons.php:334,
#: src/udaddons/updraftplus-addons.php:348
msgid "If you have already renewed, then you need to allocate a licence to this site - %s"
msgstr "Ако вече сте подновени, трябва да разпределите лиценз на този сайт - %s"
#: src/addons/onedrive.php:924
msgid "Authentication"
msgstr "Идентификация"
#: src/admin.php:1051
msgid "You must select at least one remote storage destination to upload this backup set to."
msgstr "Трябва да изберете поне една отдалечена дестинация за съхранение, за да качите този архивен набор."
#: src/templates/wp-admin/settings/form-contents.php:367
msgid "Read more about Easy Updates Manager"
msgstr "Прочетете повече за лесните актуализации мениджър"
#: src/templates/wp-admin/settings/temporary-clone.php:73
msgid "You can find out more about clone keys here."
msgstr "Можете да научите повече за клонинг ключове тук."
#: src/templates/wp-admin/settings/temporary-clone.php:62
msgid "Or, use an UpdraftClone key"
msgstr "Или използвайте updraftClone ключ"
#: src/restorer.php:3350
msgid "Found SET NAMES %s, but changing to %s as suggested by WPDB::determine_charset()."
msgstr "Намерени са имена на зададени адреси %s, но се променя на %s, както е предложено от WPDB::determine_charset()."
#: src/admin.php:1084
msgid "UpdraftClone key is required."
msgstr "Изисква се и точен ключ."
#: src/admin.php:1073
msgid "The preparation of the clone data has been aborted."
msgstr "Подготовката на данните за клонинга е прекратена."
#: src/addons/azure.php:705
msgid "Azure Government"
msgstr "Правителството на Azure"
#: src/templates/wp-admin/settings/form-contents.php:367
msgid "Ask WordPress to automatically update UpdraftPlus when it finds an available update."
msgstr "Помолете WordPress да актуализира автоматично UpdraftPlus, когато намери налична актуализация."
#: src/templates/wp-admin/settings/form-contents.php:366
msgid "Automatic updates"
msgstr "Автоматични актуализации"
#: src/restorer.php:2959, src/restorer.php:2908
msgid "Your database user does not have permission to drop tables"
msgstr "Вашата база данни потребител няма разрешение да пуснете таблици"
#: src/admin.php:3418
msgid "Ask WordPress to update UpdraftPlus automatically when an update is available"
msgstr "Помолете WordPress да актуализира UpdraftPlus автоматично, когато има налична актуализация"
#: src/addons/googlecloud.php:1289
msgid "You must add the following as the authorized redirect URI (under \"More Options\") when asked"
msgstr "Трябва да добавите следното като оторизиран URI за пренасочване (под \"Повече опции\"), когато бъдете"
#: src/addons/googlecloud.php:62
msgid "Frankfurt"
msgstr "Франкфурт"
#: src/addons/googlecloud.php:61
msgid "London"
msgstr "Лондон"
#: src/addons/googlecloud.php:60
msgid "Belgium"
msgstr "Белгия"
#: src/addons/googlecloud.php:59
msgid "Sydney"
msgstr "Сидни"
#: src/addons/googlecloud.php:58
msgid "Singapore"
msgstr "Сингапур"
#: src/addons/googlecloud.php:57
msgid "Tokyo"
msgstr "Токио"
#: src/addons/googlecloud.php:56
msgid "Taiwan"
msgstr "Тайван"
#: src/addons/googlecloud.php:55
msgid "Oregon"
msgstr "Орегон"
#: src/addons/googlecloud.php:54
msgid "North Virginia"
msgstr "Северна Вирджиния"
#: src/addons/googlecloud.php:53
msgid "South Carolina"
msgstr "Южна Каролина"
#: src/addons/googlecloud.php:52
msgid "Iowa"
msgstr "Айова"
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Confirm change"
msgstr "Потвърждаване на промяната"
#: src/templates/wp-admin/settings/file-backup-exclude.php:18,
#: src/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php:3
msgid "Add an exclusion rule"
msgstr "Добавяне на правило за изключване"
#: src/templates/wp-admin/settings/exclude-modal.php:62
msgid "Type a file prefix"
msgstr "Въведете префикс на файл"
#: src/templates/wp-admin/settings/exclude-modal.php:59,
#: src/templates/wp-admin/settings/exclude-modal.php:61
msgid "All files beginning with these characters"
msgstr "Всички файлове, започващи с тези знаци"
#: src/templates/wp-admin/settings/exclude-modal.php:50
msgid "Type an extension like zip"
msgstr "Въведете разширение като цип"
#: src/templates/wp-admin/settings/exclude-modal.php:31
msgid "Select a file/folder which you would like to exclude"
msgstr "Изберете файл/папка, който искате да изключите"
#: src/templates/wp-admin/settings/exclude-modal.php:15
msgid "All files beginning with given characters"
msgstr "Всички файлове, започващи с дадени знаци"
#: src/templates/wp-admin/settings/exclude-modal.php:12,
#: src/templates/wp-admin/settings/exclude-modal.php:47,
#: src/templates/wp-admin/settings/exclude-modal.php:49
msgid "All files with this extension"
msgstr "Всички файлове с това разширение"
#: src/templates/wp-admin/settings/exclude-modal.php:9,
#: src/templates/wp-admin/settings/exclude-modal.php:25
msgid "File/directory"
msgstr "Файл/директория"
#: src/templates/wp-admin/settings/exclude-modal.php:6
msgid "Select a way to exclude files or directories from the backup"
msgstr "Изберете начин за изключване на файлове или директории от архива"
#: src/templates/wp-admin/settings/exclude-modal.php:2
msgid "Exclude files/directories"
msgstr "Изключване на файлове/директории"
#: src/includes/updraftclone/temporary-clone-status.php:420
msgid "To read FAQs/documentation about UpdraftClone, go here."
msgstr "За да прочетете често задавани въпроси/документация за UpdraftClone, отидете тук."
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "your UpdraftPlus.com account"
msgstr "вашия UpdraftPlus.com акаунт"
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "You can check the progress here or in %s"
msgstr "Можете да проверите хода на процеса тук или в %s"
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "Your UpdraftClone is still setting up."
msgstr "Вашият UpdraftClone все още се настройва."
#: src/includes/updraftclone/temporary-clone-status.php:376
msgid "%s archives remain"
msgstr "Архивите на %s остават"
#: src/includes/updraftclone/temporary-clone-status.php:376
msgid "The site data has all been received, and its import has begun."
msgstr "Данните за сайта са получени и импортирането му е започнало."
#: src/includes/updraftclone/temporary-clone-status.php:367
msgid "WordPress installed; now awaiting the site data to be sent."
msgstr "Инсталиран WordPress; момента се очаква да бъдат изпратени данните за сайта."
#: src/includes/updraftclone/temporary-clone-status.php:94
msgid "Clone ready"
msgstr "Готови клонинги"
#: src/includes/updraftclone/temporary-clone-status.php:86
msgid "Site data has been deployed"
msgstr "Данните за сайта са внедрени"
#: src/includes/updraftclone/temporary-clone-status.php:84,
#: src/includes/updraftclone/temporary-clone-status.php:347
msgid "Deploying site data"
msgstr "Внедряване на данни за сайтове"
#: src/includes/updraftclone/temporary-clone-status.php:75
msgid "Site data received"
msgstr "Получени данни за сайта"
#: src/includes/updraftclone/temporary-clone-status.php:73,
#: src/includes/updraftclone/temporary-clone-status.php:344
msgid "Receiving site data"
msgstr "Получаване на данни за сайта"
#: src/includes/updraftclone/temporary-clone-status.php:66,
#: src/includes/updraftclone/temporary-clone-status.php:341
msgid "WordPress installed"
msgstr "Инсталиран WordPress"
#: src/admin.php:6226
msgid "Your clone has started, network information is not yet available but will be displayed here and at your updraftplus.com account once it is ready."
msgstr "Вашият клонинг е започнал, мрежовата информация все още не е налична, но ще се покаже тук и на вашия updraftplus.com акаунт, след като е готов."
#: src/admin.php:4330
msgid "Exclude these from"
msgstr "Изключване на тези"
#: src/admin.php:1083
msgid "The exclusion rule which you are trying to add already exists"
msgstr "Правилото за изключване, което се опитвате да добавите, вече съществува"
#: src/admin.php:1081
msgid "Please enter a valid file name prefix"
msgstr "Въведете валиден префикс за име на файл"
#: src/admin.php:1080
msgid "Please enter characters that begin the filename which you would like to exclude"
msgstr "Въведете знаците, които започват името на файла, което искате да изключите"
#: src/admin.php:1079
msgid "Please enter a valid file extension"
msgstr "Въведете валидно разширение на файла"
#: src/admin.php:1078
msgid "Please enter a file extension, like zip"
msgstr "Моля, въведете разширение на файла, като zip"
#: src/admin.php:1076
msgid "Please select a file/folder which you would like to exclude"
msgstr "Изберете файл/папка, който искате да изключите"
#: src/admin.php:1075
msgid "Are you sure you want to remove this exclusion rule?"
msgstr "Наистина ли искате да премахнете това правило за изключване?"
#: src/templates/wp-admin/advanced/site-info.php:122
msgid "log results to console"
msgstr "вход резултати на конзолата"
#: src/templates/wp-admin/settings/temporary-clone.php:46
msgid "To create a temporary clone you need credit in your account."
msgstr "За да създадете временен клон, ви е необходим кредит в профила си."
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Read FAQs here."
msgstr "Прочетете често задавани въпроси тук."
#: src/methods/dropbox.php:351, src/methods/dropbox.php:336
msgid "failed to upload file to %s (see log file for more)"
msgstr "неуспешно качване на файл в %s (вижте регистрационния файл за повече)"
#: src/admin.php:6222
msgid "Dashboard:"
msgstr "Таблото:"
#: src/admin.php:6221
msgid "Front page:"
msgstr "Заглавна страница:"
#: src/admin.php:6220
msgid "Your clone has started and will be available at the following URLs once it is ready."
msgstr "Вашият клонинг е започнал и ще бъде достъпен на следните URL адреси, след като е готов."
#: src/includes/class-commands.php:1093
msgid "manage"
msgstr "управление"
#: src/includes/class-commands.php:1093
msgid "Current clones"
msgstr "Текущи клонинги"
#: src/class-updraftplus.php:3679
msgid "Your clone will now deploy this data to re-create your site."
msgstr "Клонингът ви сега ще разположи тези данни, за да създаде отново сайта Ви."
#: src/addons/migrator.php:541
msgid "Site key"
msgstr "Ключ за сайта"
#: src/includes/class-remote-send.php:667
msgid "Add a site"
msgstr "Добавяне на сайт"
#: src/admin.php:1159, src/addons/migrator.php:206,
#: src/addons/migrator.php:528, src/addons/migrator.php:548
msgid "back"
msgstr "обратно"
#: src/addons/migrator.php:172
msgid "Read this article to see step-by-step how it's done."
msgstr "Прочетете тази статия, за да видите стъпка по стъпка как се прави."
#: src/addons/migrator.php:166,
#: src/templates/wp-admin/settings/migrator-no-migrator.php:6
msgid "Migrate (create a copy of a site on hosting you control)"
msgstr "Мигриране (създаване на копие на сайт на хостинг, който контролирате)"
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "Manage your clones"
msgstr "Управление на клонингите"
#: src/methods/dreamobjects.php:28
msgid "Closing 1st October 2018"
msgstr "Заключителния 1 октомври 2018"
#: src/includes/updraftclone/temporary-clone-dash-notice.php:46
msgid "Your clone will renew on:"
msgstr "Вашият клонинг ще се поднови на:"
#: src/includes/updraftclone/temporary-clone-dash-notice.php:32
msgid "Unable to get renew date"
msgstr "Не може да се получи дата на подновяване"
#: src/admin.php:1029
msgid "The backup was aborted"
msgstr "Архивирането е прекратено"
#: src/addons/onedrive.php:1326
msgid "OneDrive Germany"
msgstr "OneDrive Германия"
#: src/addons/onedrive.php:1325
msgid "OneDrive International"
msgstr "OneDrive Международен"
#: src/addons/onedrive.php:1323
msgid "Account type"
msgstr "Моят акаунт"
#: src/templates/wp-admin/settings/temporary-clone.php:61,
#: src/templates/wp-admin/settings/temporary-clone.php:81
msgid "I accept the UpdraftClone terms and conditions"
msgstr "Приемам Общите условия на UpdraftClone"
#: src/templates/wp-admin/settings/temporary-clone.php:61
msgid "Not got an account? Get one by buying some tokens here."
msgstr "Нямате ли сметка? Вземи си, като си купиш жетони тук."
#: src/templates/wp-admin/settings/temporary-clone.php:27,
#: src/templates/wp-admin/settings/temporary-clone.php:46,
#: src/templates/wp-admin/settings/temporary-clone.php:59
msgid "You can buy UpdraftClone tokens from our shop, here."
msgstr "Можете да си купите жетони от магазина ни."
#: src/templates/wp-admin/settings/temporary-clone.php:59
msgid "To create a temporary clone you need: 1) credit in your account and 2) to connect to your account, below."
msgstr "За да създадете временен клон, ви е необходим: 1) кредит в профила си и 2) за свързване към профила ви по-долу."
#: src/templates/wp-admin/settings/temporary-clone.php:37
msgid "If you want, test upgrading to a different PHP or WP version."
msgstr "Ако искате, тествайте надстройването до различна версия на PHP или WP."
#: src/templates/wp-admin/settings/temporary-clone.php:37
msgid "Flexible"
msgstr "Гъвкави"
#: src/templates/wp-admin/settings/temporary-clone.php:36
msgid "Takes just the time needed to create a backup and send it."
msgstr "Отнема само времето, необходимо за създаване на резервно копие и изпращането му."
#: src/templates/wp-admin/settings/temporary-clone.php:36
msgid "Fast"
msgstr "Бързо"
#: src/templates/wp-admin/settings/temporary-clone.php:35
msgid "One VPS (Virtual Private Server) per clone, shared with nobody."
msgstr "Един VPS (виртуален частен сървър) на клонинг, споделен с никой."
#: src/templates/wp-admin/settings/temporary-clone.php:35
msgid "Secure"
msgstr "Сигурен"
#: src/templates/wp-admin/settings/temporary-clone.php:34
msgid "Runs on capacity from a leading cloud computing provider."
msgstr "Работи на производителност от водещ доставчик на изчислителни облаци."
#: src/templates/wp-admin/settings/temporary-clone.php:34
msgid "Reliable"
msgstr "Надеждни"
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "Easy"
msgstr "Лесно"
#: src/templates/wp-admin/settings/temporary-clone.php:15,
#: src/templates/wp-admin/settings/temporary-clone.php:44
msgid "Create a temporary clone on our servers (UpdraftClone)"
msgstr "Създаване на временен клонинг на нашите сървъри (UpdraftClone)"
#: src/templates/wp-admin/settings/tab-addons.php:30
msgid "WooCommerce plugins"
msgstr "Приставки за WooCommerce"
#: src/templates/wp-admin/advanced/wipe-settings.php:14
msgid "Reset tour"
msgstr "Връщане в начално състояние"
#: src/templates/wp-admin/advanced/wipe-settings.php:13
msgid "Press this button to take a tour of the plugin."
msgstr "Натиснете този бутон, за да направите обиколка на плъгина."
#: src/includes/updraftplus-tour.php:256
msgid "Take Tour"
msgstr "Направете обиколка"
#: src/includes/updraftplus-tour.php:206
msgid "Log in here to enable all the features you have access to."
msgstr "Влезте тук, за да активирате всички функции, до които имате достъп."
#: src/includes/updraftplus-tour.php:205
msgid "Connect to updraftplus.com"
msgstr "Свързване с updraftplus.com"
#: src/includes/updraftplus-tour.php:169
msgctxt "Translators: UpdraftVault is a product name and should not be translated."
msgid "To get started with UpdraftVault, select one of the options below:"
msgstr "За да започнете с UpdraftVault, изберете една от опциите по-долу:"
#: src/includes/updraftplus-tour.php:165,
#: src/includes/updraftplus-tour.php:209, src/includes/updraftplus-tour.php:198
msgid "Finish"
msgstr "Край"
#: src/includes/updraftplus-tour.php:162
msgid "UpdraftPlus Premium has many more exciting features!"
msgstr "UpdraftPlus Premium има много по-вълнуващи функции!"
#: src/includes/updraftplus-tour.php:161
msgid "UpdraftPlus Premium and addons"
msgstr "UpdraftPlus Премиум и добавки"
#: src/includes/updraftplus-tour.php:159,
#: src/includes/updraftplus-tour.php:203, src/includes/updraftplus-tour.php:196
msgid "Thank you for taking the tour."
msgstr "Благодаря, че преминахте обиколката."
#: src/includes/updraftplus-tour.php:154
msgid "Do you have a few more WordPress sites you want to backup? If yes you can save hours by controlling all your backups in one place from UpdraftCentral."
msgstr "Имате ли още няколко WordPress сайтове, които искате да архивирате? Ако отговорът е \"да\", можете да спестите часове, като контролирате всички ваши архиви на едно място от UpdraftCentral."
#: src/includes/updraftplus-tour.php:153
msgid "Control all your backups in one place"
msgstr "Управлявайте всички архиви на едно място"
#: src/includes/updraftplus-tour.php:148
msgid "Congratulations, your settings have successfully been saved."
msgstr "Поздравления, настройките ви са успешно запазени."
#: src/includes/updraftplus-tour.php:144
msgid "Press here to save your settings."
msgstr "Натиснете тук, за да запазите настройките си."
#: src/includes/updraftplus-tour.php:143, src/includes/updraftplus-tour.php:147
msgid "Save"
msgstr "Запази"
#: src/includes/updraftplus-tour.php:140
msgid "Look through the other settings here, making any changes you’d like."
msgstr "Разгледайте другите настройки тук, като направите промените, които искате."
#: src/includes/updraftplus-tour.php:139
msgid "More settings"
msgstr "Още настройки"
#: src/admin.php:1091, src/includes/updraftplus-tour.php:134,
#: src/includes/updraftplus-tour.php:162,
#: src/includes/updraftplus-tour.php:186,
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Find out more here."
msgstr "Научете повече тук."
#: src/admin.php:1090, src/includes/updraftplus-tour.php:133,
#: src/includes/updraftplus-tour.php:185
msgid "UpdraftVault is our remote storage which works seamlessly with UpdraftPlus."
msgstr "UpdraftVault е нашето дистанционно съхранение, което работи безпроблемно с UpdraftPlus."
#: src/includes/updraftplus-tour.php:126
msgid "Choose the schedule that you want your backups to run on."
msgstr "Изберете графика, на който искате да се изпълняват архивите."
#: src/includes/updraftplus-tour.php:125
msgid "Choose your backup schedule"
msgstr "Изберете графика за архивиране"
#: src/includes/updraftplus-tour.php:121
msgid "Congratulations! Your first backup is running."
msgstr "Поздравления!! Първото ви архивиране е в движение."
#: src/includes/updraftplus-tour.php:117, src/includes/updraftplus-tour.php:122
msgid "Go to settings"
msgstr "Отидете в настройките"
#: src/includes/updraftplus-tour.php:116, src/includes/updraftplus-tour.php:121
msgctxt "Translators: %s is a bold tag."
msgid "But to avoid server-wide threats backup regularly to remote cloud storage in %s settings %s"
msgstr "Но за да се избягват системните заплахи за целия сървър, редовно се архивират отдалечените облачни устройства за съхранение в %s настройки %s"
#: src/includes/updraftplus-tour.php:116
msgid "Press here to run a manual backup."
msgstr "Натиснете тук, за да стартирате ръчно архивиране."
#: src/includes/updraftplus-tour.php:115, src/includes/updraftplus-tour.php:120
msgid "Creating your first backup"
msgstr "Създаване на първия си архив"
#: src/includes/updraftplus-tour.php:112
msgid "Select what you want to backup"
msgstr "Изберете какво искате да архивирате"
#: src/includes/updraftplus-tour.php:111
msgid "Manual backup options"
msgstr "Опции за ръчно архивиране"
#: src/includes/updraftplus-tour.php:108
msgctxt "updraftplus"
msgid "To make a simple backup to your server, press this button. Or to setup regular backups and remote storage, go to %s settings %s"
msgstr "За да направите просто резервно копие на вашия сървър, натиснете този бутон. Или за настройка на обикновени архиви и отдалечено хранилище, отидете на %s настройки %s"
#: src/includes/updraftplus-tour.php:107
msgid "Your first backup"
msgstr "Първото ви архивиране"
#: src/includes/updraftplus-tour.php:103
msgid "Press here to start!"
msgstr "Натиснете тук, за да започнете!"
#: src/includes/updraftplus-tour.php:100
msgid "the world’s most trusted backup plugin!"
msgstr "най-надеждният резервен плъгин в света!"
#: src/includes/updraftplus-tour.php:100
msgid "Welcome to UpdraftPlus"
msgstr "Добре дошли в UpdraftPlus"
#: src/includes/updraftplus-tour.php:99
msgid "UpdraftPlus settings"
msgstr "Настройки на UpdraftPlus"
#: src/includes/updraftplus-tour.php:96
msgid "End tour"
msgstr "Край на обиколката"
#: src/includes/updraftplus-tour.php:95
msgid "Skip this step"
msgstr "Пропусни тази стъпка"
#: src/includes/updraftplus-tour.php:94
msgid "Back"
msgstr "Назад"
#: src/includes/class-commands.php:1074
msgid "You can buy more temporary clone tokens here."
msgstr "Тук можете да купите още временни клонинг символи."
#: src/admin.php:6174
msgid "Forbid non-administrators to login to WordPress on your clone"
msgstr "Забраняване на администраторите да влизат в WordPress на вашия клонинг"
#: src/templates/wp-admin/settings/tab-addons.php:299
msgid "Premium / Find out more"
msgstr "Премиум / Научете повече"
#: src/templates/wp-admin/settings/tab-addons.php:29
msgid "Other great plugins"
msgstr "Други страхотни плъгини"
#: src/includes/class-commands.php:1144
msgid "The creation of your data for creating the clone should now begin."
msgstr "Създаването на вашите данни за създаване на клонинга трябва да започне."
#: src/admin.php:6227, src/admin.php:6224
msgid "You can find your temporary clone information in your updraftplus.com account here."
msgstr "Можете да намерите вашата временна информация за клониране в updraftplus.com си акаунт тук."
#: src/class-updraftplus.php:5415
msgid "Choose a default for each table"
msgstr "Изберете по подразбиране за всяка таблица"
#: src/admin.php:3735
msgid "Sending files to remote site"
msgstr "Изпращане на файлове до отдалечен сайт"
#: src/admin.php:3729
msgid "Clone server being provisioned and booted (can take several minutes)"
msgstr "Clone сървър се обезпечава и обувка (може да отнеме няколко минути)"
#: src/addons/migrator.php:210
msgid "To import a backup set, go to the \"Existing backups\" section in the \"Backup/Restore\" tab"
msgstr "За да импортирате набор от архиви, отидете на раздела \"Съществуващи архиви\" в раздела \"Архивиране/възстановяване\""
#: src/admin.php:3210
msgid "Backup / Restore"
msgstr "Архивиране / възстановяване"
#: src/admin.php:740, src/admin.php:5126
msgid "Backup"
msgstr "Архивиране"
#: src/addons/wp-cli.php:413
msgid "Latest full backup found; identifier:"
msgstr "Последно пълно архивиране е намерено; Идентификатор:"
#: src/addons/wp-cli.php:412
msgid "No previous full backup found."
msgstr "Не е намерено предишно пълно архивиране."
#: src/templates/wp-admin/settings/existing-backups-table.php:92
msgid "Remote storage: %s"
msgstr "Отдалечено хранилище: %s"
#: src/addons/wp-cli.php:102
msgid "No previous backup found to add an increment to."
msgstr "Не е намерено предишно резервно копие, към което да се добави увеличение."
#: src/restorer.php:3356
msgid "Requested character set (%s) is not present - changing to %s."
msgstr "Заявеният набор от знаци (%s) не е наличен - промяна в %s."
#: src/includes/updraftclone/temporary-clone-user-notice.php:32
msgid "Allow only administrators to log in"
msgstr "Позволяване само на администраторите да влизат"
#: src/includes/updraftclone/temporary-clone-user-notice.php:31
msgid "You can forbid non-admins logins to this cloned site by checking the checkbox below"
msgstr "Можете да забраните на не-администраторите влизания в този клониран сайт, като поставите отметка в квадратчето по-долу"
#: src/includes/updraftclone/temporary-clone-user-notice.php:30
msgid "UpdraftPlus temporary clone user login settings:"
msgstr "UpdraftPlus временно настройки за вход в клона потребител:"
#: src/includes/updraftclone/temporary-clone-dash-notice.php:44
msgid "Welcome to your UpdraftClone (temporary clone)"
msgstr "Добре дошли във вашия UpdraftClone (временен клонинг)"
#: src/includes/updraftclone/temporary-clone-dash-notice.php:43
msgid "Refresh connection"
msgstr "Обновяване на връзката"
#: src/addons/reporting.php:517
msgid "Log all messages to syslog"
msgstr "Регистрирай всички съобщения в syslog"
#: src/addons/sftp.php:717, src/addons/sftp.php:718
msgid "The server's RSA key %s fingerprint: %s."
msgstr "RSA ключа на сървъра %s отпечатък: %s."
#: src/addons/sftp.php:614
msgid "RSA fingerprint"
msgstr "RSA пръстов отпечатък"
#: src/addons/sftp.php:156
msgid "Fingerprints don't match."
msgstr "Отпечатъците не съвпадат."
#: src/templates/wp-admin/settings/migrator-no-migrator.php:17
msgid "More information here."
msgstr "Повече информация тук."
#: src/admin.php:748, src/admin.php:3211
msgid "Migrate / Clone"
msgstr "Мигриране / Клонинг"
#: src/admin.php:4467, src/templates/wp-admin/settings/backupnow-modal.php:60,
#: src/templates/wp-admin/settings/existing-backups-table.php:79,
#: src/templates/wp-admin/settings/existing-backups-table.php:76
msgid "Only allow this backup to be deleted manually (i.e. keep it even if retention limits are hit)."
msgstr "Позволявайте само ръчно изтриване на този архив (т.е. да го запазите дори ако са уд уцелени ограниченията за задържане)."
#: src/restorer.php:380
msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old)."
msgstr "Вашата WordPress инсталация има стари директории от своето състояние, преди да сте възстановени / мигрирали (техническа информация: те са наставени с -old)."
#: src/addons/wp-cli.php:850, src/addons/wp-cli.php:846
msgid "This is not an incremental backup"
msgstr "Това не е постъпково архивиране"
#: src/addons/wp-cli.php:762
msgid "Run this command to see the log file for this restoration (needed for any support requests)."
msgstr "Изпълнете тази команда, за да видите регистрационния файл за това възстановяване (необходим за всички заявки за поддръжка)."
#: src/admin.php:6156, src/admin.php:6200
msgid "(current version)"
msgstr "(актуална версия)"
#: src/admin.php:4235
msgid "press here"
msgstr "натиснете тук"
#: src/addons/onedrive.php:1312, src/addons/pcloud.php:548,
#: src/methods/dropbox.php:601, src/methods/googledrive.php:1503
msgid "this privacy policy"
msgstr "тази политика за поверителност"
#: src/addons/onedrive.php:1312, src/addons/pcloud.php:548,
#: src/methods/dropbox.php:601, src/methods/googledrive.php:1503
msgid "Please read %s for use of our %s authorization app (none of your backup data is sent to us)."
msgstr "Моля, прочетете %s за използване на нашето приложение за удостоверяване %s (нито един от вашите архивни данни не е изпратен до нас)."
#: src/addons/incremental.php:378
msgid "Tell me more"
msgstr "Разкажи ми повече"
#: src/addons/incremental.php:366
msgid "And then add an incremental backup"
msgstr "След това добавете и постъпково резервно копие"
#: src/updraftplus.php:126, src/addons/incremental.php:342
msgid "Every hour"
msgstr "Всеки час"
#: src/includes/class-commands.php:1086
msgid "Create clone"
msgstr "Създаване на клон"
#: src/includes/class-commands.php:1073, src/includes/class-commands.php:1130
msgid "Available temporary clone tokens:"
msgstr "Налични временни клонирани маркери:"
#: src/admin.php:3342, src/includes/class-commands.php:1087,
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142,
#: src/methods/backup-module.php:746,
#: src/templates/wp-admin/settings/temporary-clone.php:88,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:71
msgid "Processing"
msgstr "Обработка"
#: src/templates/wp-admin/settings/updraftcentral-connect.php:70
msgid "Connect to UpdraftCentral Cloud"
msgstr "Свързване към UpdraftCentral Cloud"
#: src/templates/wp-admin/settings/updraftcentral-connect.php:68
msgid "UpdraftPlus.Com account terms and policies"
msgstr "UpdraftPlus.Com условия и правила на профила"
#: src/templates/wp-admin/settings/updraftcentral-connect.php:68
msgid "I consent to %s"
msgstr "Съгласен съм с %s"
#: src/admin.php:3455,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:56
msgid "One Time Password (check your OTP app to get this password)"
msgstr "Еднократна парола (проверете вашия OTP приложение, за да получите тази парола)"
#: src/templates/wp-admin/settings/updraftcentral-connect.php:46
msgid "Login or register with this email address"
msgstr "Влезте или се регистрирайте с този имейл адрес"
#: src/templates/wp-admin/settings/updraftcentral-connect.php:34
msgid "If not, then choose your details and a new account will be registered."
msgstr "Ако не, изберете вашите данни и ще се регистрира нов акаунт."
#: src/templates/wp-admin/settings/updraftcentral-connect.php:33
msgid "If you already have an updraftplus.com account, then enter the details below."
msgstr "Ако вече имате updraftplus.com акаунт, въведете данните по-долу."
#: src/templates/wp-admin/settings/updraftcentral-connect.php:31
msgid "Add this website to your UpdraftCentral Cloud dashboard at updraftplus.com."
msgstr "Добавете този уеб сайт към таблото си updraftCentral Cloud на updraftplus.com."
#: src/templates/wp-admin/settings/updraftcentral-connect.php:29
msgid "Login or register for UpdraftCentral Cloud"
msgstr "Влезте или се регистрирайте за UpdraftCentral Cloud"
#: src/templates/wp-admin/settings/updraftcentral-connect.php:20
msgid "Go here to connect it."
msgstr "Отидете тук, за да го свържете."
#: src/templates/wp-admin/settings/updraftcentral-connect.php:20
msgid "Or if you prefer to self-host, then you can get the self-hosted version here."
msgstr "Или ако предпочитате да се самоизточете, тогава можете да получите самостоятелно хоствана версия тук."
#: src/templates/wp-admin/settings/updraftcentral-connect.php:17
msgid "Connect this site to UpdraftCentral Cloud"
msgstr "Свържете този сайт с UpdraftCentral Cloud"
#: src/templates/wp-admin/settings/updraftcentral-connect.php:12
msgid "Backup, update and manage all your WordPress sites from one dashboard"
msgstr "Архивиране, актуализиране и управление на всички ваши WordPress сайтове от едно табло"
#: src/admin.php:6083
msgid "The file %s has a \"byte order mark\" (BOM) at its beginning."
msgid_plural "The files %s have a \"byte order mark\" (BOM) at their beginning."
msgstr[0] "Файлът %s има \"байт за ред\" (BOM) в началото си."
msgstr[1] "Файловете %s имат \"байт за ред\" (КИ) в началото си."
#: src/admin.php:1069
msgid "For future control of all your UpdraftCentral connections, go to the \"Advanced Tools\" tab."
msgstr "За бъдещия контрол на всички ваши UpdraftCentral връзки отидете в раздела \"Разширени инструменти\"."
#: src/admin.php:1068
msgid "You can also close this wizard."
msgstr "Можете също да затворите този съветник."
#: src/admin.php:1067
msgid "You need to read and accept the UpdraftCentral Cloud data and privacy policies before you can proceed."
msgstr "Трябва да прочетете и приемете правилата за данни и поверителност на UpdraftCentral Cloud, преди да можете да продължите."
#: src/admin.php:1066
msgid "Please wait while you are redirected to UpdraftCentral Cloud."
msgstr "Моля, изчакайте, докато бъдете пренасочени към UpdraftCentral Cloud."
#: src/admin.php:1065
msgid "Please wait while the system generates and registers an encryption key for your website with UpdraftCentral Cloud."
msgstr "Моля, изчакайте, докато системата генерира и регистрира ключ за криптиране на вашия уеб сайт с UpdraftCentral Cloud."
#: src/admin.php:1064
msgid "Perhaps you would want to login instead."
msgstr "Може би вместо това бихте искали да влезете."
#: src/admin.php:1062
msgid "Trouble connecting? Try using an alternative method in the advanced security options."
msgstr "Проблеми с връзката? Опитайте да използвате алтернативен метод в разширените опции за защита."
#: src/admin.php:1061
msgid "An email is required and needs to be in a valid format."
msgstr "Изисква се имейл и трябва да бъде във валиден формат."
#: src/admin.php:1060
msgid "Both email and password fields are required."
msgstr "Полетата за имейл и парола са задължителни."
#: src/admin.php:1059
msgid "Registration successful."
msgstr "Регистрацията е успешна."
#: src/admin.php:1057, src/admin.php:1059
msgid "Please follow this link to open %s in a new window."
msgstr "Следвайте тази връзка, за да отворите %s в нов прозорец."
#: src/admin.php:1057
msgid "Login successful."
msgstr "Успешен вход."
#: src/admin.php:1054,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:9
msgid "UpdraftCentral Cloud"
msgstr "Удрафенцентрален облак"
#: src/admin.php:591
msgid "Are you sure you want to dismiss all UpdraftPlus news forever?"
msgstr "Наистина ли искате да отхвърлите всички UpdraftPlus новини завинаги?"
#: src/admin.php:590
msgid "Dismiss all UpdraftPlus news"
msgstr "Освободете всички UpdraftPlus новини"
#: src/admin.php:589
msgid "UpdraftPlus News"
msgstr "Новини за UpdraftPlus"
#: src/addons/wp-cli.php:538
msgid "Migration key created:"
msgstr "Създаден е ключ за мигриране:"
#: src/addons/wp-cli.php:528, src/addons/wp-cli.php:570,
#: src/addons/wp-cli.php:630
msgid "Missing parameters"
msgstr "Липсващи параметри"
#: src/addons/azure.php:704
msgid "Azure Germany"
msgstr "Azure Германия"
#: src/addons/azure.php:703
msgid "Azure Global"
msgstr "Azure Глобално"
#: src/addons/azure.php:701
msgid "Azure Account"
msgstr "Акаунт в Azure"
#: src/admin.php:1053
msgid "Please specify the Microsoft OneDrive folder name, not the URL."
msgstr "Задайте името на папката Microsoft OneDrive, а не URL адреса."
#: src/templates/wp-admin/settings/upload-backups-modal.php:4
msgid "Select the remote storage destinations you want to upload this backup set to"
msgstr "Изберете отдалечените дестинации за съхранение, за които искате да качите този архивен"
#: src/templates/wp-admin/settings/upload-backups-modal.php:3
msgid "Upload backup"
msgstr "Качване на резервно копие"
#: src/admin.php:4725
msgid "After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations"
msgstr "След като натиснете този бутон, можете да изберете къде да качите архива от списък с вашите текущо запазени местоположения за отдалечено съхранение"
#: src/admin.php:1052
msgid "(already uploaded)"
msgstr "(вече е качен)"
#: src/admin.php:1050
msgid "Local backup upload has started; please check the log file to see the upload progress"
msgstr "Стартира локалното качване на резервно копие; моля, проверете регистрационния файл, за да видите напредъка на качването"
#: src/admin.php:966, src/admin.php:4725
msgid "Upload"
msgstr "Качи"
#: src/admin.php:914, src/addons/reporting.php:551
msgid "Only email the database backup"
msgstr "Само архивиране на базата данни"
#: src/addons/reporting.php:551
msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive as a result UpdraftPlus will only send Database backups to email."
msgstr "Имайте предвид, че пощенски сървъри са склонни да имат ограничения за размера; обикновено около %s МБ; архивиране по-големи от всички ограничения вероятно няма да пристигне като резултат UpdraftPlus ще изпрати само архивиране на бази данни на електронна поща."
#: src/addons/reporting.php:551
msgid "Use this option to only send database backups when sending to email, and skip other components."
msgstr "Използвайте тази опция, за да изпращате архиви на бази данни само при изпращане на имейл и да пропуснете други компоненти."
#: src/addons/migrator.php:252
msgid "For incremental backups, you will be able to choose which increments to restore at a later stage."
msgstr "За допълнителни резервни копия ще можете да избирате кои стъпки да възстановите на по-късен етап."
#: src/addons/incremental.php:93
msgid "Increments exist at: %s"
msgstr "Стъпки съществуват в: %s"
#: src/addons/incremental.php:93, src/addons/incremental.php:91
msgid "(latest increment: %s)"
msgstr "(последна стъпка: %s)"
#: src/addons/s3-enhanced.php:425
msgid "Europe (Paris)"
msgstr "Европа (Париж)"
#: src/templates/wp-admin/settings/tab-addons.php:206
msgid "WP-CLI commands to take, list and delete backups."
msgstr "WP-CLI команди, за да вземе, списък и изтриване на резервни копия."
#: src/templates/wp-admin/settings/tab-addons.php:205
msgid "WP-CLI support"
msgstr "Поддръжка на WP-CLI"
#: src/templates/wp-admin/settings/tab-addons.php:204
msgid "WP CLI"
msgstr "WP CLI"
#: src/addons/wp-cli.php:272
msgid "Invalid Job Id"
msgstr "Невалиден ИД на задание"
#: src/addons/wp-cli.php:201
msgid "Recently started backup job id: %s"
msgstr "Последно започна иД на заданието за архивиране: %s"
#: src/addons/wp-cli.php:92, src/addons/wp-cli.php:494,
#: src/addons/wp-cli.php:737, src/addons/wp-cli.php:826,
#: src/addons/wp-cli.php:849
msgid "The given value for the '%s' option is not valid"
msgstr "Дадената стойност за опцията '%s' е невалидна"
#: src/addons/migrator.php:537
msgid "So, to get the key for the remote site, open the 'Migrate Site' window on that site, and go to that section."
msgstr "Така че, за да получите ключа за отдалечения сайт, отворете прозореца \"Мигриране на сайта\" на този сайт и отидете на този раздел."
#: src/addons/migrator.php:537
msgid "Keys for a site are created in the section \"receive a backup from a remote site\"."
msgstr "Ключовете за сайт са създадени в раздела \"получи резервно копие от отдалечен сайт\"."
#: src/includes/class-remote-send.php:555
msgid "You must copy and paste this key on the sending site now - it cannot be shown again."
msgstr "Трябва да копирате и поставите този ключ на изпращащия сайт сега - той не може да бъде показан отново."
#: src/templates/wp-admin/advanced/lock-admin.php:14
msgid "This functionality has been disabled by the site administrator."
msgstr "Тази функция е забранена от администратора на сайта."
#: src/templates/wp-admin/settings/tab-addons.php:340,
#: src/templates/wp-admin/settings/tab-addons.php:341
msgid "Highly efficient way to manage, optimize, update and backup multiple websites from one place."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:4
msgid "Thank you for installing UpdraftPlus!"
msgstr "Благодаря ви за инсталирането UpdraftPlus!"
#: src/includes/class-remote-send.php:684
msgid "No keys to allow remote sites to send backup data here have yet been created."
msgstr "Няма ключове, които да позволяват на отдалечени сайтове да изпращат резервни данни тук все още са създадени."
#: src/restorer.php:860
msgid "Failed to read from the working directory."
msgstr "Неуспешно четене от работната директория."
#: src/restorer.php:859
msgid "Failed to find a manifest file in the backup."
msgstr "Неуспешно откриване на манифест в архива."
#: src/restorer.php:858
msgid "Failed to read the manifest file from backup."
msgstr "Неуспешно четене на манифеста от архива."
#: src/addons/morefiles.php:82
msgid "(None configured)"
msgstr "(Няма конфигуриран)"
#: src/addons/onedrive.php:1332, src/methods/backup-module.php:629,
#: src/methods/dropbox.php:609
msgid "Ensure you are logged into the correct account before continuing."
msgstr "Уверете се, че сте влезли в правилния акаунт, преди да продължите."
#: src/admin.php:5724
msgid "Remote storage method and instance id are required for authentication."
msgstr "Метод за отдалечено съхранение и идентификатор на екземпляр са необходими за удостоверяване."
#: src/admin.php:5720
msgid "authentication error"
msgstr "грешка при удостоверяване"
#: src/options.php:48, src/addons/multisite.php:49
msgid "(Nothing has been logged yet)"
msgstr "(Нищо не е записано още)"
#: src/includes/migrator-lite.php:345
msgid "you will want to use below search and replace site location in the database (migrate) to search/replace the site address."
msgstr "ще искате да използвате по-долу търсене и да замени място на сайта в базата данни (мигриране) за търсене/замяна на адреса на сайта."
#: src/addons/morestorage.php:197
msgid "Add another %s account..."
msgstr "Добавяне на друг %s акаунт..."
#: src/addons/morestorage.php:85
msgid "Delete these settings"
msgstr "Изтриване на тези настройки"
#: src/admin.php:1049, src/addons/morestorage.php:83
msgid "Currently disabled"
msgstr "В момента е забранена"
#: src/admin.php:1048, src/addons/morestorage.php:83
msgid "Currently enabled"
msgstr "В момента е активиран"
#: src/templates/wp-admin/settings/tab-addons.php:48
msgid "If you have purchased from UpdraftPlus.Com, then follow this link to the installation instructions (particularly step 1)."
msgstr "Ако сте закупили от UpdraftPlus.Com, следвайте тази връзка към инструкциите за инсталиране (особено стъпка 1)."
#: src/templates/wp-admin/settings/tab-addons.php:48
msgid "You are currently using the free version of UpdraftPlus."
msgstr "В момента използвате безплатната версия на UpdraftPlus."
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Get it here"
msgstr "Вземи го тук"
#: src/templates/wp-admin/settings/existing-backups-table.php:90
msgid "remote site"
msgstr "отдалечен сайт"
#: src/addons/backblaze.php:558
msgid "Invalid bucket name"
msgstr "Невалидно име на кофа"
#: src/restorer.php:2601
msgid "Requested table collation (%1$s) is not present - changing to %2$s."
msgid_plural "Requested table collations (%1$s) are not present - changing to %2$s."
msgstr[0] "Исканото сравнение на таблицата (%1$s) не е налично - промяна на %2$s."
msgstr[1] "Заявените сравнения на таблици (%1$s) не са налични - промяна на %2$s."
#: src/class-updraftplus.php:5392
msgid "Your chosen replacement collation"
msgstr "Вашият избор на замяна"
#: src/class-updraftplus.php:5369
msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
msgstr "Вместо това можете да изберете друго подходящо сравнение и да продължите с възстановяването (на свой собствен риск)."
#: src/class-updraftplus.php:5369
msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
msgstr[0] "Сървърът за база данни, на който работи този сайт на WordPress, не поддържа сравнението (%s), използвано в базата данни, която се опитвате да импортирате."
msgstr[1] "Сървърът за база данни, на който работи този сайт на WordPress, не поддържа множество сравнения (%s), използвани в базата данни, която се опитвате да импортирате."
#: src/includes/migrator-lite.php:371
msgid "Database restoration options:"
msgstr "Опции за възстановяване на база данни:"
#: src/includes/migrator-lite.php:312
msgid "This looks like a migration (the backup is from a site with a different address/URL, %s)."
msgstr "Това изглежда като миграция (архивирането е от сайт с различен адрес/URL адрес, %s)."
#: src/addons/azure.php:699
msgid "%s Prefix"
msgstr "Префикс %s"
#: src/addons/azure.php:696
msgid "%s Container"
msgstr "%s Контейнер"
#: src/addons/azure.php:694
msgid "%s Key"
msgstr "%s Ключ"
#: src/addons/azure.php:692
msgid "%s Account Name"
msgstr "%s Име на акаунт"
#: src/includes/migrator-lite.php:668
msgid "Your .htaccess has an old site reference on line number %s. You should remove it manually."
msgid_plural "Your .htaccess has an old site references on line numbers %s. You should remove them manually."
msgstr[0] "Вашият .htaccess има стара препратка към сайт на номер %s. Трябва да го премахнете ръчно."
msgstr[1] "Вашият .htaccess има стари препратки към сайтове за номерата на редове %s. Трябва да ги премахнете ръчно."
#: src/restorer.php:2542
msgid "Requested table character set (%s) is not present - changing to %s."
msgstr "Исканият набор от знаци на таблицата (%s) липсва - промяна в %s."
#: src/class-updraftplus.php:5344
msgid "Your chosen character set to use instead:"
msgstr "Вместо това избраният от вас набор от знаци:"
#: src/class-updraftplus.php:5334
msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
msgstr "Вместо това можете да изберете друг подходящ набор от символи и да продължите с възстановяването на свой собствен риск."
#: src/class-updraftplus.php:5334
msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
msgstr[0] "Сървърът за база данни, на който работи този сайт на WordPress, не поддържа набора от знаци (%s), който се опитвате да импортирате."
msgstr[1] "Сървърът за база данни, на който работи този сайт на WordPress, не поддържа наборите от знаци (%s), които се опитвате да импортирате."
#: src/includes/updraftplus-tour.php:93,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:100
msgid "Next"
msgstr "Следващ"
#: src/admin.php:1041
msgid "Please enter a valid URL e.g http://example.com"
msgstr "Моля въведете валиден адрес - пример http://example.com"
#: src/addons/backblaze.php:792
msgid "some/path"
msgstr "някои / път"
#: src/addons/backblaze.php:790
msgid "Bucket name"
msgstr "Име на кофа"
#: src/addons/backblaze.php:784
msgid "Backup path"
msgstr "Път до архива"
#: src/addons/backblaze.php:780
msgid "Application key"
msgstr "Ключ за приложение"
#: src/addons/backblaze.php:779, src/addons/backblaze.php:779,
#: src/includes/updraftplus-notices.php:122
msgid "here"
msgstr "тук"
#: src/addons/backblaze.php:779
msgid "Get these settings from %s, or sign up %s."
msgstr "Получаване на тези настройки от %s или регистриране на %s."
#: src/addons/backblaze.php:536
msgid "Account Key"
msgstr "Ключ за Акаунта"
#: src/addons/backblaze.php:535
msgid "Account ID"
msgstr "Акаунт ID"
#: src/class-updraftplus.php:5159
msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
msgstr "Този архивен набор е на този сайт, но по време на архивирането, който сте използвали %s, докато сайтът сега използва %s."
#: src/methods/googledrive.php:1511
msgid "To de-authorize UpdraftPlus (all sites) from accessing your Google Drive, follow this link to your Google account settings."
msgstr "За да де-оторизиране UpdraftPlus (всички сайтове) да получите достъп до google диск, следвайте този линк към настройките на профила си в Google."
#: src/addons/googlecloud.php:1321, src/addons/onedrive.php:1330,
#: src/addons/pcloud.php:551, src/methods/backup-module.php:700,
#: src/methods/dropbox.php:608, src/methods/googledrive.php:1510
msgid "Follow this link to remove these settings for %s."
msgstr "Следвайте тази връзка, за да премахнете тези настройки за %s."
#: src/backup.php:617, src/backup.php:2894, src/class-updraftplus.php:2565,
#: src/class-updraftplus.php:2632, src/restorer.php:713,
#: src/includes/class-search-replace.php:298,
#: src/includes/class-storage-methods-interface.php:387
msgid "A PHP fatal error (%s) has occurred: %s"
msgstr "Възникнала е PHP фатална грешка (%s): %s"
#: src/backup.php:611, src/backup.php:2885, src/class-updraftplus.php:2556,
#: src/class-updraftplus.php:2625, src/restorer.php:701,
#: src/includes/class-search-replace.php:291,
#: src/includes/class-storage-methods-interface.php:378
msgid "A PHP exception (%s) has occurred: %s"
msgstr "Възникна изключение от PHP (%s): %s"
#: src/addons/googlecloud.php:59
msgid "South-east Australia"
msgstr "Югоизточна Австралия"
#: src/addons/googlecloud.php:58
msgid "South-east Asia"
msgstr "Югоизточна Азия"
#: src/addons/googlecloud.php:57
msgid "North-east Asia"
msgstr "Североизточна Азия"
#: src/templates/wp-admin/settings/take-backup.php:84
msgid "Remote storage authentication"
msgstr "Удостоверяване за отдалечено съхранение"
#: src/templates/wp-admin/settings/tab-addons.php:178
msgid "Network and multisite"
msgstr "Мрежа и многостранна"
#: src/templates/wp-admin/settings/tab-addons.php:100
msgid "Migrator"
msgstr "Мигретор"
#: src/templates/wp-admin/settings/tab-addons.php:230
msgid "Additional storage"
msgstr "Допълнително съхранение"
#: src/includes/updraftplus-tour.php:129,
#: src/includes/updraftplus-tour.php:181,
#: src/templates/wp-admin/settings/tab-addons.php:87
msgid "Remote storage"
msgstr "Отдалечено съхранение"
#: src/templates/wp-admin/settings/form-contents.php:192
msgid "Select Files"
msgstr "Избиране на файл"
#: src/methods/cloudfiles.php:510
msgid "Cloud Files"
msgstr "Файлове в облака"
#: src/methods/updraftvault.php:122,
#: src/templates/wp-admin/settings/tab-addons.php:295
msgid "UpdraftVault"
msgstr "UpdraftVault"
#: src/includes/class-wpadmin-commands.php:637
msgid "archive"
msgstr "архив"
#: src/includes/class-wpadmin-commands.php:628
msgid "Extra database"
msgstr "Допълнителна база данни"
#: src/admin.php:4606
msgid "Press here to download or browse"
msgstr "Натиснете тук, за да изтеглите или прегледате"
#: src/admin.php:1620, src/admin.php:1630
msgid "Error: invalid path"
msgstr "Грешка: невалиден път"
#: src/admin.php:1361
msgid "An error occurred when fetching storage module options: "
msgstr "Възникна грешка при извличане на опциите на модула за съхранение: "
#: src/admin.php:1038
msgid "Loading log file"
msgstr "Зареждане на регистрационен файл"
#: src/admin.php:1036
msgid "Search"
msgstr "Търсене"
#: src/admin.php:1035
msgid "Select a file to view information about it"
msgstr "Изберете файл, за да видите информация за него"
#: src/admin.php:1034
msgid "Browsing zip file"
msgstr "Преглеждане на zip файл"
#: src/admin.php:1000
msgid "With UpdraftPlus Premium, you can directly download individual files from here."
msgstr "С UpdraftPlus Premium можете директно да изтеглите отделни файлове от тук."
#: src/admin.php:944
msgid "Browse contents"
msgstr "Преглед на съдържанието"
#: src/restorer.php:3067
msgid "Skipped tables:"
msgstr "Пропуснати таблици:"
#: src/templates/wp-admin/settings/backupnow-modal.php:8
msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
msgstr "С UpdraftPlus Premium можете да изберете да архивирате не WordPress таблици, архивиране само определени таблици и архивиране на други бази данни също."
#: src/templates/wp-admin/settings/backupnow-modal.php:8
msgid "All WordPress tables will be backed up."
msgstr "Всички WordPress таблици ще бъдат архивирани."
#: src/admin.php:1033
msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
msgstr "Допълнителна информация може да бъде намерена в браузъра JavaScript конзолата и сървър PHP грешки регистрационни файлове."
#: src/admin.php:1033
msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
msgstr "Че се опитвате да качите zip файл, създаден преди това от UpdraftPlus."
#: src/admin.php:1033
msgid "The available memory on the server."
msgstr "Наличната памет на сървъра."
#: src/admin.php:1033
msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
msgstr "Всички настройки във файла .htaccess или web.config, които засягат максималния размер на качване или публикуване."
#: src/admin.php:1032
msgid "HTTP code:"
msgstr "HTTP код:"
#: src/admin.php:919, src/addons/wp-cli.php:111
msgid "You have chosen to backup a database, but no tables have been selected"
msgstr "Избрахте да архивирате база данни, но не са избрани таблици"
#: src/addons/moredatabase.php:463
msgid "tables"
msgstr "таблици"
#: src/addons/moredatabase.php:462
msgid "WordPress database"
msgstr "База данни на WordPress"
#: src/addons/moredatabase.php:427
msgid "You should backup all tables unless you are an expert in the internals of the WordPress database."
msgstr "Трябва да архивирате всички таблици, освен ако не сте експерт в рамките на базата данни на WordPress."
#: src/templates/wp-admin/settings/tab-addons.php:329,
#: src/templates/wp-admin/settings/tab-addons.php:329,
#: src/templates/wp-admin/settings/tab-addons.php:335,
#: src/templates/wp-admin/settings/tab-addons.php:335,
#: src/templates/wp-admin/settings/tab-addons.php:341,
#: src/templates/wp-admin/settings/tab-addons.php:341,
#: src/templates/wp-admin/settings/tab-addons.php:347,
#: src/templates/wp-admin/settings/tab-addons.php:347
msgid "Find out more"
msgstr "Намери още"
#: src/templates/wp-admin/settings/tab-addons.php:298
msgid "UpdraftPlus has its own embedded storage option, providing a zero-hassle way to download, store and manage all your backups from one place."
msgstr "UpdraftPlus има своя собствена вградена опция за съхранение, осигуряваща нулева караница начин да изтеглите, съхранявате и управлявате всички ваши архиви от едно място."
#: src/templates/wp-admin/advanced/wipe-settings.php:12
msgid "UpdraftPlus Tour"
msgstr "UpdraftPlus Обиколка"
#: src/templates/wp-admin/settings/tab-addons.php:284
msgid "Lock access to UpdraftPlus via a password so you choose which admin users can access backups."
msgstr "Заключване на достъпа до UpdraftPlus чрез парола, така че да изберете кои администратор потребители могат да имат достъп до архиви."
#: src/templates/wp-admin/settings/tab-addons.php:271
msgid "Some backup plugins can't restore a backup, so Premium allows you to restore backups from other plugins."
msgstr "Някои резервни плъгини не могат да възстановят резервно копие, така че Premium ви позволява да възстановите архиви от други плъгини."
#: src/templates/wp-admin/settings/tab-addons.php:269,
#: src/templates/wp-admin/settings/tab-addons.php:270
msgid "Importer"
msgstr "Вносител"
#: src/templates/wp-admin/settings/tab-addons.php:258
msgid "Tidy things up for clients and remove all adverts for our other products."
msgstr "Почиствайте нещата за клиенти и премахнете всички реклами за другите ни продукти."
#: src/templates/wp-admin/settings/tab-addons.php:256,
#: src/templates/wp-admin/settings/tab-addons.php:257
msgid "No ads"
msgstr "Няма реклами"
#: src/templates/wp-admin/settings/tab-addons.php:245
msgid "Sophisticated reporting and emailing capabilities."
msgstr "Усъвършенствани възможности за отчитане и изпращане на имейли."
#: src/templates/wp-admin/settings/tab-addons.php:219
msgid "Encrypt your sensitive databases (e.g. customer information or passwords); Backup external databases too."
msgstr "Шифроване на вашите поверителни бази данни (напр. информация за клиенти или пароли); Архивиране на външни бази данни също."
#: src/templates/wp-admin/settings/tab-addons.php:217,
#: src/templates/wp-admin/settings/tab-addons.php:218
msgid "More database options"
msgstr "Още опции за база данни"
#: src/templates/wp-admin/settings/tab-addons.php:193
msgid "Set exact times to create or delete backups."
msgstr "Задайте точното време, за да създавате или изтривате архиви."
#: src/templates/wp-admin/settings/tab-addons.php:191,
#: src/templates/wp-admin/settings/tab-addons.php:192
msgid "Backup time and scheduling"
msgstr "Време за архивиране и планиране"
#: src/templates/wp-admin/settings/tab-addons.php:180
msgid "Backup WordPress multisites (i.e, networks), securely."
msgstr "Архивиране на WordPress многосайтове (т.е. мрежи), сигурно."
#: src/templates/wp-admin/settings/tab-addons.php:179
msgid "Network / multisite"
msgstr "Мрежа / многостранна"
#: src/templates/wp-admin/settings/tab-addons.php:167
msgid "Backup WordPress core and non-WP files and databases."
msgstr "Архивиране на WordPress ядро и не WP файлове и бази данни."
#: src/templates/wp-admin/settings/tab-addons.php:154
msgid "Automatically backs up your website before any updates to plugins, themes and WordPress core."
msgstr "Автоматично архивира уебсайта ви, преди да се актуализират плъгини, теми и wordPress ядро."
#: src/templates/wp-admin/settings/tab-addons.php:152,
#: src/templates/wp-admin/settings/tab-addons.php:153
msgid "Pre-update backups"
msgstr "Архиви за предварителна актуализация"
#: src/templates/wp-admin/settings/tab-addons.php:141
msgid "Provides expert help and support from the developers whenever you need it."
msgstr "Предоставя експертна помощ и поддръжка от разработчиците, когато имате нужда от нея."
#: src/templates/wp-admin/settings/tab-addons.php:140
msgid "Fast, personal support"
msgstr "Бърза, лична поддръжка"
#: src/templates/wp-admin/settings/tab-addons.php:102
msgid "UpdraftPlus Migrator clones your WordPress site and moves it to a new domain directly and simply."
msgstr "UpdraftPlus Migrator клонира вашия WordPress сайт и го премества директно и просто към нов домейн."
#: src/templates/wp-admin/settings/tab-addons.php:101
msgid "Cloning and migration"
msgstr "Клониране и миграция"
#: src/templates/wp-admin/settings/tab-addons.php:232
msgid "Get enhanced versions of the free remote storage options (Dropbox, Google Drive & S3) and even more remote storage options like OneDrive, SFTP, Azure, WebDAV, Backblaze and more with UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:231
msgid "Additional and enhanced remote storage locations"
msgstr "Допълнителни и подобрени местоположения за отдалечено съхранение"
#: src/templates/wp-admin/settings/tab-addons.php:88
msgid "Backup to remote storage locations"
msgstr "Архивиране в отдалечени места за съхранение"
#: src/templates/wp-admin/settings/tab-addons.php:82,
#: src/templates/wp-admin/settings/tab-addons.php:316
msgid "Upgrade now"
msgstr "Надстройте сега"
#: src/templates/wp-admin/settings/tab-addons.php:79,
#: src/templates/wp-admin/settings/tab-addons.php:313
msgid "Installed"
msgstr "Инсталирано"
#: src/templates/wp-admin/settings/tab-addons.php:69
msgid "Free"
msgstr "Безплатно"
#: src/admin.php:588
msgid "UpdraftPlus"
msgstr "UpdraftPlus"
#: src/templates/wp-admin/settings/form-contents.php:216
msgid "Recommended: optimize your database with WP-Optimize."
msgstr "Препоръчва се: оптимизирайте базата си данни с WP-Optimize."
#: src/templates/wp-admin/notices/bottom-notice.php:31,
#: src/templates/wp-admin/notices/horizontal-notice.php:74,
#: src/templates/wp-admin/notices/report-plain.php:33,
#: src/templates/wp-admin/notices/report.php:30
msgid "Read more"
msgstr "Прочети повече"
#: src/includes/updraftplus-notices.php:210
msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
msgstr "След като архивирате вашата база данни, ви препоръчваме да инсталирате нашата WP-Optimize плъгин, за да го рационализират за по-добра ефективност на уебсайта."
#: src/addons/morefiles.php:1057
msgid "Please choose a file or directory"
msgstr "Изберете файл или директория"
#: src/addons/morefiles.php:1035, src/methods/backup-module.php:90
msgid "Confirm"
msgstr "Потвърждаване"
#: src/addons/morefiles.php:1030, src/addons/morefiles.php:1030
msgid "Go up a directory"
msgstr "Качи се на директория"
#: src/addons/morefiles.php:1027
msgid "Add directory..."
msgstr "Добавяне на директория..."
#: src/addons/morefiles.php:334, src/addons/morefiles.php:1013,
#: src/addons/morefiles.php:1055,
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Edit"
msgstr "Редактирай"
#: src/addons/morefiles.php:317
msgid "If using it, select a path from the directory tree below and then press confirm selection."
msgstr "Ако го използвате, изберете път от дървото на директориите по-долу и след това натиснете потвърждаване на избора."
#: src/addons/s3-enhanced.php:426
msgid "Europe (Frankfurt)"
msgstr "Европа (Франкфурт)"
#: src/addons/s3-enhanced.php:424
msgid "Europe (London)"
msgstr "Европа (Лондон)"
#: src/addons/s3-enhanced.php:423
msgid "Europe (Ireland)"
msgstr "Европа (Ирландия)"
#: src/includes/updraftplus-tour.php:151
msgid "UpdraftCentral"
msgstr "UpdraftCentral"
#: src/templates/wp-admin/notices/autobackup-notice.php:6,
#: src/templates/wp-admin/notices/horizontal-notice.php:38,
#: src/templates/wp-admin/notices/horizontal-notice.php:8
msgid "notice image"
msgstr "забележите изображение"
#: src/templates/wp-admin/notices/bottom-notice.php:29,
#: src/templates/wp-admin/notices/horizontal-notice.php:72,
#: src/templates/wp-admin/notices/report-plain.php:31,
#: src/templates/wp-admin/notices/report.php:28
msgid "Go there"
msgstr "Върни се назад"
#: src/templates/wp-admin/notices/bottom-notice.php:27,
#: src/templates/wp-admin/notices/horizontal-notice.php:68,
#: src/templates/wp-admin/notices/report-plain.php:29,
#: src/templates/wp-admin/notices/report.php:26
msgid "Sign up"
msgstr "Регистрация"
#: src/templates/wp-admin/notices/bottom-notice.php:25,
#: src/templates/wp-admin/notices/horizontal-notice.php:66,
#: src/templates/wp-admin/notices/report-plain.php:27,
#: src/templates/wp-admin/notices/report.php:24
msgid "Get Premium"
msgstr "Вземи премиум"
#: src/templates/wp-admin/notices/bottom-notice.php:23,
#: src/templates/wp-admin/notices/report-plain.php:25,
#: src/templates/wp-admin/notices/report.php:22
msgid "Review UpdraftPlus"
msgstr "Преглед на UpdraftPlus"
#: src/templates/wp-admin/notices/bottom-notice.php:21,
#: src/templates/wp-admin/notices/horizontal-notice.php:64,
#: src/templates/wp-admin/notices/report-plain.php:23,
#: src/templates/wp-admin/notices/report.php:20
msgid "Get UpdraftCentral"
msgstr "Вземи updraftCentral"
#: src/templates/wp-admin/advanced/site-info.php:109
msgid "Apache modules"
msgstr "Модули Apache"
#: src/includes/updraftplus-notices.php:166,
#: src/includes/updraftplus-notices.php:176
msgid "UpdraftPlus Blog - get up-to-date news and offers"
msgstr "Блог updraftPlus - актуални новини и оферти"
#: src/includes/updraftplus-notices.php:155
msgid "UpdraftPlus Newsletter"
msgstr "Бюлетин на UpdraftPlus"
#: src/includes/updraftplus-notices.php:114
msgid "Control all your WordPress installations from one place using UpdraftCentral remote site management!"
msgstr "Контролирайте всички ваши Инсталации на WordPress от едно място, като използвате UpdraftCentral дистанционно управление на сайта!"
#: src/includes/updraftplus-notices.php:113
msgid "Do you use UpdraftPlus on multiple sites?"
msgstr "Използвате updraftPlus на няколко сайта?"
#: src/includes/updraftplus-notices.php:104
msgid "UpdraftCentral is a highly efficient way to manage, update and backup multiple websites from one place."
msgstr "UpdraftCentral е високо ефективен начин за управление, актуализиране и архивиране на множество уеб сайтове от едно място."
#: src/includes/updraftplus-notices.php:103
msgid "Introducing UpdraftCentral"
msgstr "Въвеждане на UpdraftCentral"
#: src/includes/updraftplus-notices.php:92
msgid "easily migrate or clone your site in minutes"
msgstr "лесно мигриране или клониране на вашия сайт за минути"
#: src/includes/updraftplus-notices.php:82
msgid "Add SFTP to send your data securely, lock settings and encrypt your database backups for extra security."
msgstr "Добавете SFTP, за да изпращате данните си сигурно, да заключвате настройките и да шифровате архивите на базата данни за допълнителна сигурност."
#: src/includes/updraftplus-notices.php:81
msgid "secure your backups"
msgstr "защита на резервните копия"
#: src/includes/updraftplus-notices.php:71
msgid "Secure multisite installation, advanced reporting and much more."
msgstr "Защитено многостранно инсталиране, разширено докладване и много други."
#: src/includes/updraftplus-notices.php:70
msgid "advanced options"
msgstr "показване на разширените опции"
#: src/includes/updraftplus-notices.php:59
msgid "enhanced remote storage options"
msgstr "разширени опции за отдалечено съхранение"
#: src/includes/updraftplus-notices.php:49
msgid "The ultimately secure and convenient place to store your backups."
msgstr "Най-сигурна и удобна място за съхранение на вашите архиви."
#: src/includes/updraftplus-notices.php:48,
#: src/templates/wp-admin/settings/tab-addons.php:296
msgid "UpdraftVault storage"
msgstr "UpdraftVault съхранение"
#: src/includes/updraftplus-notices.php:38
msgid "Enjoy professional, fast, and friendly help whenever you need it with Premium."
msgstr "Насладете се на професионална, бърза и приятелска помощ, когато имате нужда от нея с Premium."
#: src/includes/updraftplus-notices.php:36,
#: src/includes/updraftplus-notices.php:47,
#: src/includes/updraftplus-notices.php:58,
#: src/includes/updraftplus-notices.php:69,
#: src/includes/updraftplus-notices.php:80,
#: src/includes/updraftplus-notices.php:91
msgid "UpdraftPlus Premium:"
msgstr "UpdraftPlus Премиум:"
#: src/addons/s3-enhanced.php:422
msgid "Canada (Central)"
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:24
msgid "Site size"
msgstr "Размер на сайта"
#: src/templates/wp-admin/advanced/tools-menu.php:12,
#: src/templates/wp-admin/settings/tab-addons.php:282,
#: src/templates/wp-admin/settings/tab-addons.php:283
msgid "Lock settings"
msgstr "Заключване на настройките"
#: src/templates/wp-admin/advanced/site-info.php:5,
#: src/templates/wp-admin/advanced/tools-menu.php:8
msgid "Site information"
msgstr "Информация за сайта"
#: src/templates/wp-admin/advanced/search-replace.php:9
msgid "For the ability to migrate websites, upgrade to UpdraftPlus Premium."
msgstr "За възможността да мигрирате уеб сайтове, преминете към UpdraftPlus Premium."
#: src/templates/wp-admin/advanced/export-settings.php:15
msgid "Import settings"
msgstr "Импортиране на настройки"
#: src/templates/wp-admin/advanced/export-settings.php:9
msgid "Export settings"
msgstr "Експортиране на настройки"
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "including any passwords"
msgstr "включително всички пароли"
#: src/templates/wp-admin/advanced/export-settings.php:5,
#: src/templates/wp-admin/advanced/tools-menu.php:32
msgid "Export / import settings"
msgstr "Експортиране / импортиране на настройки"
#: src/restorer.php:2603
msgid "Processing table (%s)"
msgstr "Таблица за обработка (%s)"
#: src/restorer.php:3034
msgid "Backup of: %s"
msgstr "Архивиране на: %s"
#: src/methods/dropbox.php:887
msgid "%s de-authentication"
msgstr "%s де-удостоверяване"
#: src/methods/dropbox.php:610
msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
msgstr "Трябва да добавите следното като URI на оторизирано пренасочване в конзолата на Dropbox (под \"Настройки на API\") при запитване"
#: src/backup.php:2113
msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
msgstr "Ако не, ще трябва или да премахнете данни от тази таблица, или да се свържете с вашата хостинг компания, за да поискате повече ресурси."
#: src/templates/wp-admin/settings/take-backup.php:85
msgid "You have selected a remote storage option which has an authorization step to complete:"
msgstr "Избрали сте опция за отдалечено съхранение, която има стъпка за удостоверяване, за да завършите:"
#: src/admin.php:2232
msgid "Remote files deleted:"
msgstr "Отдалечени файлове изтрити:"
#: src/admin.php:2231
msgid "Local files deleted:"
msgstr "Изтрити локални файлове:"
#: src/methods/backup-module.php:637
msgid "Follow this link to authorize access to your %s account (you will not be able to backup to %s without it)."
msgstr "Следвайте тази връзка, за да разрешите достъпа до вашия %s акаунт (няма да можете да архивирате в %s без него)."
#: src/admin.php:1031
msgid "remote files deleted"
msgstr "отдалечените файлове изтрити"
#: src/admin.php:1027
msgid "Complete"
msgstr "Завършен"
#: src/admin.php:1026
msgid "Do you want to carry out the import?"
msgstr "Искате ли да извършите импортирането?"
#: src/admin.php:1025
msgid "Which was exported on:"
msgstr "Който е изнесен на:"
#: src/admin.php:1024
msgid "This will import data from:"
msgstr "Това ще импортира данни от:"
#: src/admin.php:1023
msgid "Importing..."
msgstr "Добавяне..."
#: src/admin.php:1019
msgid "You have not yet selected a file to import."
msgstr "Все още не сте избрали файл за импортиране."
#: src/admin.php:1002
msgid "Your export file will be of your displayed settings, not your saved ones."
msgstr "Експортираният файл ще бъде на показаните настройки, а не на запазените."
#: src/admin.php:99
msgid "template not found"
msgstr "шаблонът не е намерен"
#: src/addons/s3-enhanced.php:418
msgid "US East (Ohio)"
msgstr "Сащ Изток (Охайо)"
#: src/addons/onedrive.php:793
msgid "Account is not authorized (%s)."
msgstr "Акаунтът не е разрешен (%s)."
#: src/addons/onedrive.php:754, src/udaddons/updraftplus-addons.php:1040
msgid "Your IP address:"
msgstr "Вашият IP адрес:"
#: src/addons/onedrive.php:754, src/udaddons/updraftplus-addons.php:1040,
#: src/udaddons/updraftplus-addons.php:1053
msgid "To remove any block, please go here."
msgstr "За да премахнете всеки блок, моля, отидете тук."
#: src/addons/onedrive.php:741, src/udaddons/updraftplus-addons.php:1027
msgid "An error response was received; HTTP code:"
msgstr "Получи се отговор на грешка; HTTP код:"
#: src/includes/class-commands.php:444
msgid "%s add-on not found"
msgstr "%s добавката не е намерена"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "or to restore manually"
msgstr "или да възстановите ръчно"
#: src/admin.php:3008
msgid "To fix this problem go here."
msgstr "За да решите този проблем, отидете тук."
#: src/admin.php:3008
msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
msgstr "OptimizePress 2.0 кодира съдържанието му, така че търсенето/замяната не работи."
#: src/admin.php:986
msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
msgstr "php инсталацията ви липсва модулът openssl; в резултат на това това може да отнеме минути; ако нищо не се е случило до тогава, тогава трябва да опитате по-малък размер на ключа или да попитате уеб хостинг компанията как да активирате този PHP модул на вашата настройка."
#: src/addons/webdav.php:437
msgid "Path"
msgstr "Път"
#: src/addons/webdav.php:436
msgid "Leave this blank to use the default (80 for webdav, 443 for webdavs)"
msgstr "Оставете това празно, за да използвате по подразбиране (80 за webdav, 443 за webdavs)"
#: src/addons/webdav.php:434
msgid "Enter any path in the field below."
msgstr "Въведете пътя в полето по-долу."
#: src/addons/webdav.php:434
msgid "A host name cannot contain a slash."
msgstr "Името на хоста не може да съдържа наклонена черта."
#: src/addons/webdav.php:429
msgid "Protocol (SSL or not)"
msgstr "Протокол (SSL или не)"
#: src/udaddons/updraftplus-addons.php:1056
msgid "This usually indicates a network connectivity issue (e.g. an outgoing firewall or overloaded network) between this site and UpdraftPlus.com."
msgstr ""
#: src/methods/s3.php:1440
msgid "The AWS access key looks to be wrong (valid %s access keys begin with \"AK\")"
msgstr "Ключът за достъп AWS изглежда грешен (валидните %s клавиши за достъп започват с \"AK\")"
#: src/methods/s3.php:155
msgid "No settings were found - please go to the Settings tab and check your settings"
msgstr "Не са намерени настройки - моля, отидете в раздела Настройки и проверете настройките си"
#: src/templates/wp-admin/settings/form-contents.php:115
msgid "Backup using %s?"
msgstr "Архивиране с използване на %s?"
#: src/addons/s3-enhanced.php:434
msgid "Asia Pacific (Mumbai)"
msgstr "Азия Пасифик (Мумбай)"
#: src/addons/s3-enhanced.php:76
msgid "Standard (infrequent access)"
msgstr "Стандарт (рядък достъп)"
#: src/templates/wp-admin/settings/header.php:25
msgid "FAQs"
msgstr "ЧЗВ"
#: src/backup.php:3150
msgid "Failed to open directory (check the file permissions and ownership): %s"
msgstr "Грешка при отваряне на директорията (проверете разрешенията за файлове и собствеността): %s"
#: src/backup.php:3128
msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
msgstr "%s: нечетим файл - не можа да бъде архивиран (проверете разрешенията за файла и собствеността)"
#: src/addons/migrator.php:563
msgid "Create key"
msgstr "Създаване на ключ"
#: src/addons/migrator.php:560
msgid "slower, strongest"
msgstr "по-бавна, най-силна"
#: src/addons/migrator.php:559
msgid "recommended"
msgstr "препоръчва"
#: src/addons/migrator.php:559
msgid "%s bytes"
msgstr "%s байта"
#: src/addons/migrator.php:558
msgid "faster (possibility for slow PHP installs)"
msgstr "по-бързо (възможност за бавни PHP инсталации)"
#: src/addons/migrator.php:558, src/addons/migrator.php:560
msgid "%s bits"
msgstr "%s бита"
#: src/addons/migrator.php:556
msgid "Encryption key size:"
msgstr "Размер на шифроващия ключ:"
#: src/addons/migrator.php:554
msgid "Enter your chosen name"
msgstr "Въведете избраното от Вас име"
#: src/addons/migrator.php:553
msgid "Create a key: give this key a unique name (e.g. indicate the site it is for), then press \"Create key\":"
msgstr "Създайте ключ: дайте на този ключ уникално име (напр. посочете сайта, за който е), след което натиснете \"Създаване на ключ\":"
#: src/methods/googledrive.php:767
msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
msgstr "Качването се очаква да е неуспешно: ограничението %s за всеки отделен файл е %s, докато този файл е %s GB (%d байта)"
#: src/methods/ftp.php:466
msgid "This is sometimes caused by a firewall - try turning off SSL in the expert settings, and testing again."
msgstr "Това понякога се дължи на защитна стена - опитайте да изключите SSL в експертните настройки и отново да тествате."
#: src/methods/ftp.php:438
msgid "login"
msgstr "вход"
#: src/addons/reporting.php:549, src/addons/reporting.php:549,
#: src/addons/reporting.php:551, src/methods/email.php:114
msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
msgstr "Имайте предвид, че пощенски сървъри са склонни да имат ограничения за размера; обикновено около %s МБ; резервни копия, по-големи от всички ограничения, най-вероятно няма да пристигнат."
#: src/class-updraftplus.php:2049
msgid "Size: %s MB"
msgstr "Размер: %s МБ"
#: src/class-updraftplus.php:5178, src/restorer.php:1882
msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
msgstr "Трябва да разрешите на %s да направи всички доста пермалин връзки (напр. %s) да работят"
#: src/templates/wp-admin/settings/form-contents.php:104
msgid "(tap on an icon to select or unselect)"
msgstr "(натиснете икона, за да изберете или отмените избора)"
#: src/methods/updraftvault.php:499, src/methods/updraftvault.php:504,
#: src/methods/updraftvault.php:505, src/methods/updraftvault.php:506
msgid "%s per year"
msgstr "%s на година"
#: src/methods/updraftvault.php:497
msgid "or (annual discount)"
msgstr "или (годишна отстъпка)"
#: src/methods/updraftvault.php:336
msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
msgstr "Не е намерена връзка с трезора за този сайт (преместил ли се е?); свържете отново."
#: src/class-updraftplus.php:663, src/class-updraftplus.php:745
msgid "The given file was not found, or could not be read."
msgstr "Файлът не е намерен или не може да бъде прочетен."
#: src/class-updraftplus.php:3660, src/class-updraftplus.php:3772
msgid "The backup was aborted by the user"
msgstr "Архивирането е прекратено от потребителя"
#: src/admin.php:5667
msgid "Your settings have been saved."
msgstr "Настройките ви са записани."
#: src/admin.php:4515
msgid "Total backup size:"
msgstr "Общ размер на архива:"
#: src/admin.php:3878
msgid "stop"
msgstr "спиране"
#: src/admin.php:1028, src/admin.php:3664
msgid "The backup has finished running"
msgstr "Архивирането завърши изпълнението"
#: src/templates/wp-admin/advanced/tools-menu.php:36,
#: src/templates/wp-admin/advanced/wipe-settings.php:5,
#: src/templates/wp-admin/advanced/wipe-settings.php:10
msgid "Wipe settings"
msgstr "Изтриване на настройките"
#: src/templates/wp-admin/advanced/site-info.php:120
msgid "reset"
msgstr "нулирай"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:14
msgid "these backup sets"
msgstr "тези резервни комплекти"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:11
msgid "this backup set"
msgstr "този архивен комплект"
#: src/includes/class-filesystem-functions.php:112
msgid "calculate"
msgstr "изчисляване"
#: src/admin.php:1001
msgid "You should save your changes to ensure that they are used for making your backup."
msgstr "Трябва да запишете промените си, за да сте сигурни, че те се използват за създаване на архива."
#: src/admin.php:994
msgid "We requested to delete the file, but could not understand the server's response"
msgstr "Поискахме да изтрие файла, но не може да разбере отговора на сървъра"
#: src/admin.php:993
msgid "Please enter a valid URL"
msgstr "Въведете валиден URL адрес"
#: src/admin.php:976
msgid "Saving..."
msgstr "Запазване..."
#: src/admin.php:934
msgid "Error: the server sent us a response which we did not understand."
msgstr "Грешка: сървърът ни изпрати отговор, който не разбираме."
#: src/admin.php:926
msgid "Fetching..."
msgstr "Извлича се..."
#: src/addons/s3-enhanced.php:431
msgid "Asia Pacific (Seoul)"
msgstr "Азия Пасифик (Сеул)"
#: src/restorer.php:3057
msgid "Uploads URL:"
msgstr "URL адрес за качвания:"
#: src/addons/onedrive.php:91
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
msgstr "Необходимият php модул %s не е инсталиран - попитайте вашата уеб хостинг компания, за да го разреши."
#: src/class-updraftplus.php:5232, src/restorer.php:3075
msgid "To import an ordinary WordPress site into a multisite installation requires %s."
msgstr "За да импортирате обикновен WordPress сайт в многостранна инсталация, изисква %s."
#: src/class-updraftplus.php:5228
msgid "Please read this link for important information on this process."
msgstr "Моля, прочетете този линк за важна информация за този процес."
#: src/class-updraftplus.php:5228
msgid "It will be imported as a new site."
msgstr "Той ще бъде импортиран като нов сайт."
#: src/admin.php:3294, src/templates/wp-admin/notices/autobackup-notice.php:18,
#: src/templates/wp-admin/notices/autobackup-notice.php:16,
#: src/templates/wp-admin/notices/horizontal-notice.php:50,
#: src/templates/wp-admin/notices/horizontal-notice.php:48
msgid "Dismiss"
msgstr "Отхвърли"
#: src/admin.php:1014
msgid "Please fill in the required information."
msgstr "Моля, попълнете необходимата информация."
#: src/addons/multisite.php:691
msgid "Read more..."
msgstr "Прочетете повече..."
#: src/addons/multisite.php:682
msgid "may include some site-wide data"
msgstr "може да включва някои данни за целия сайт"
#: src/addons/multisite.php:677
msgid "All sites"
msgstr "Всички сайтове"
#: src/addons/multisite.php:673
msgid "Which site to restore"
msgstr "Кой сайт да се възстанови"
#: src/addons/migrator.php:434, src/addons/migrator.php:435
msgid "Error when creating new site at your chosen address:"
msgstr "Грешка при създаване на нов сайт на избрания от вас адрес:"
#: src/addons/migrator.php:378
msgid "Required information for restoring this backup was not given (%s)"
msgstr "Необходимата информация за възстановяване на този архив не е дадена (%s)"
#: src/addons/migrator.php:339
msgid "Attribute imported content to user"
msgstr "Атрибут импортирано съдържание на потребител"
#: src/addons/migrator.php:331, src/addons/migrator.php:329
msgid "You must use lower-case letters or numbers for the site path, only."
msgstr "Трябва да използвате малки букви или цифри само за пътя на сайта."
#: src/addons/migrator.php:317
msgid "This feature is not compatible with %s"
msgstr "Тази функция не е съвместима с %s"
#: src/addons/migrator.php:317, src/addons/migrator.php:315
msgid "Importing a single site into a multisite install"
msgstr "Импортиране на един сайт в многостранна инсталация"
#: src/addons/migrator.php:307
msgid "other content from wp-content"
msgstr "друго съдържание от wp-съдържание"
#: src/addons/migrator.php:304
msgid "WordPress core"
msgstr "Ядро на WordPress"
#: src/addons/migrator.php:304, src/addons/migrator.php:307,
#: src/addons/migrator.php:310
msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
msgstr "Избрали сте %s да бъде включен във възстановяването - това не може/ не трябва да се прави, когато импортирате един сайт в мрежа."
#: src/templates/wp-admin/advanced/site-info.php:118
msgid "Call WordPress action:"
msgstr "Подкани за действие на WordPress:"
#: src/templates/wp-admin/settings/backupnow-modal.php:45
msgid "Your saved settings also affect what is backed up - e.g. files excluded."
msgstr "Запазените настройки също влияят върху това, което се архивира – например изключени файлове."
#: src/restorer.php:522
msgid "Skipping: this archive was already restored."
msgstr "Прескачане: този архив вече е възстановен."
#: src/templates/wp-admin/settings/form-contents.php:141
msgid "File Options"
msgstr "Опции за файлове"
#: src/templates/wp-admin/settings/form-contents.php:94
msgid "Sending Your Backup To Remote Storage"
msgstr "Изпращане на резервно копие на отдалечено хранилище"
#: src/templates/wp-admin/settings/form-contents.php:58
msgid "Database backup schedule"
msgstr "График за архивиране на база данни"
#: src/templates/wp-admin/settings/form-contents.php:22
msgid "Files backup schedule"
msgstr "График за архивиране на файлове"
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
msgstr "Този бутон ще изтрие всички настройки на UpdraftPlus и информация за напредъка на архивите в момента (но не и някои от вашите съществуващи архиви от вашето място за съхранение в облака)."
#: src/admin.php:5537
msgid "Send this backup to remote storage"
msgstr "Изпращане на този архив в отдалечено хранилище"
#: src/admin.php:5530
msgid "Check out UpdraftVault."
msgstr ""
#: src/admin.php:5530
msgid "Not got any remote storage?"
msgstr "Нямате ли някакво отдалечено хранилище?"
#: src/admin.php:5530
msgid "settings"
msgstr "настройки"
#: src/admin.php:5530
msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
msgstr "Архивирането не може да бъде изпратено до отдалечено хранилище - нито едно не е записано в %s"
#: src/admin.php:1085, src/templates/wp-admin/settings/backupnow-modal.php:40
msgid "Include your files in the backup"
msgstr "Включване на файловете в архива"
#: src/templates/wp-admin/settings/backupnow-modal.php:26
msgid "Include your database in the backup"
msgstr "Включване на вашата база данни в архива"
#: src/admin.php:3293
msgid "Continue restoration"
msgstr "Продължаване на възстановяването"
#: src/admin.php:3287
msgid "You have an unfinished restoration operation, begun %s ago."
msgstr "Имате незавършена операция по възстановяване, започнала е преди %s."
#: src/admin.php:3286
msgid "Unfinished restoration"
msgstr "Недовършено възстановяване"
#: src/admin.php:3283
msgid "%s minutes, %s seconds"
msgstr "%s минути, %s секунди"
#: src/admin.php:3111
msgid "Backup Contents And Schedule"
msgstr "Съдържание и график за архивиране"
#: src/admin.php:3214
msgid "Premium / Extensions"
msgstr "Премиум / Разширения"
#: src/admin.php:5027, src/admin.php:5018
msgid "Sufficient information about the in-progress restoration operation could not be found."
msgstr "Не можа да бъде намерена достатъчно информация за операцията за възстановяване в процес."
#: src/admin.php:999, src/addons/morefiles.php:86
msgctxt "(verb)"
msgid "Download"
msgstr "Изтегляне"
#: src/admin.php:918
msgid "You have chosen to backup files, but no file entities have been selected"
msgstr "Избрахте да архивирате файлове, но не са избрани обекти на файлове"
#: src/admin.php:772
msgid "Extensions"
msgstr "Добавки"
#: src/admin.php:764, src/admin.php:3213
msgid "Advanced Tools"
msgstr "Разширени инструменти"
#: src/addons/googlecloud.php:1314
msgid "Bucket location"
msgstr "Местоположение на кофата"
#: src/addons/googlecloud.php:1313
msgid "Note that Google do not support every storage class in every location - you should read their documentation to learn about current availability."
msgstr "Имайте предвид, че Google не поддържа всеки клас на съхранение на всяко място - трябва да прочетете документацията им, за да научите за текущата наличност."
#: src/addons/googlecloud.php:1313, src/addons/googlecloud.php:1316
msgid "This setting applies only when a new bucket is being created."
msgstr "Тази настройка се прилага само когато се създава новото такова."
#: src/addons/googlecloud.php:1307
msgid "You must use a bucket name that is unique, for all %s users."
msgstr "За всички потребители на %s трябва да използвате уникално име на кофа."
#: src/addons/googlecloud.php:1295
msgid "Do not confuse %s with %s - they are separate things."
msgstr "Не бъркайте %s с %s - те са отделни неща."
#: src/addons/googlecloud.php:362
msgid "You do not have access to this bucket"
msgstr "Нямате достъп до тази кофа"
#: src/addons/googlecloud.php:60, src/addons/googlecloud.php:61,
#: src/addons/googlecloud.php:62
msgid "Western Europe"
msgstr "Западна Европа"
#: src/addons/googlecloud.php:56
msgid "Eastern Asia-Pacific"
msgstr "Източна Азия и Тихоокеански регион"
#: src/addons/googlecloud.php:55
msgid "Western United States"
msgstr "Западен САЩ"
#: src/addons/googlecloud.php:53, src/addons/googlecloud.php:54
msgid "Eastern United States"
msgstr "Източни Съединени щати"
#: src/addons/googlecloud.php:52
msgid "Central United States"
msgstr "Централна АМЕРИКА"
#: src/addons/googlecloud.php:51
msgid "European Union"
msgstr "Европейски съюз"
#: src/addons/googlecloud.php:50
msgid "Asia Pacific"
msgstr "Азия Пасифик"
#: src/addons/googlecloud.php:49, src/addons/googlecloud.php:50,
#: src/addons/googlecloud.php:51
msgid "multi-region location"
msgstr "местоположение на няколко региона"
#: src/addons/googlecloud.php:49
msgid "United States"
msgstr "САЩ"
#: src/addons/googlecloud.php:45
msgid "Nearline"
msgstr "Нелинейна линия"
#: src/addons/googlecloud.php:44
msgid "Durable reduced availability"
msgstr "Трайна намалена наличност"
#: src/addons/googlecloud.php:43, src/addons/s3-enhanced.php:75
msgid "Standard"
msgstr "Стандарт"
#: src/addons/azure.php:700
msgid "container"
msgstr "контейнер"
#: src/addons/azure.php:700
msgid "You can enter the path of any %s virtual folder you wish to use here."
msgstr "Можете да въведете пътя на всяка виртуална папка %s, която искате да използвате тук."
#: src/addons/azure.php:699
msgid "optional"
msgstr "по избор"
#: src/addons/azure.php:698
msgid "See Microsoft's guidelines on container naming by following this link."
msgstr "Вижте указанията на Microsoft за именуване на контейнери, като следвате тази връзка."
#: src/addons/azure.php:697
msgid "Enter the path of the %s you wish to use here."
msgstr "Въведете пътя на %s, който искате да използвате тук."
#: src/addons/azure.php:693
msgid "This is not your Azure login - see the instructions if needing more guidance."
msgstr "Това не е вашето влизане в Azure - вижте инструкциите, ако се нуждаете от повече насоки."
#: src/addons/azure.php:692, src/addons/azure.php:694,
#: src/addons/azure.php:696, src/addons/azure.php:699
msgid "Azure"
msgstr "Лазурно"
#: src/addons/azure.php:690, src/methods/dreamobjects.php:186
msgid "Create Azure credentials in your Azure developer console."
msgstr "Създайте идентификационни данни в Azure в конзолата на разработчиците на Azure."
#: src/addons/azure.php:593
msgid "Could not create the container"
msgstr "Контейнерът не може да бъде създаден"
#: src/addons/azure.php:447
msgid "Could not access container"
msgstr "Не можа да бъде достъпен контейнер"
#: src/class-updraftplus.php:3679
msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
msgstr "За да завършите мигрирането/клонинга, сега трябва да влезете в отдалечения сайт и да възстановите архивния набор."
#: src/backup.php:1901
msgid "the options table was not found"
msgstr "таблицата с опции не е намерена"
#: src/backup.php:1899
msgid "no options or sitemeta table was found"
msgstr "не са намерени опции или таблица sitemeta"
#: src/backup.php:1657
msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
msgstr "Архивната директория не е записваема (или дисково пространство е пълно) - архивиране на базата данни се очаква да скоро неуспешно."
#: src/templates/wp-admin/advanced/site-info.php:74
msgid "required for some remote storage providers"
msgstr "за някои доставчици на отдалечени"
#: src/templates/wp-admin/advanced/site-info.php:74
msgid "Not installed"
msgstr "Не е инсталиран"
#: src/addons/googlecloud.php:1310, src/addons/s3-enhanced.php:71
msgid "Storage class"
msgstr "Клас на съхранение"
#: src/addons/googlecloud.php:1309
msgid "See Google's guidelines on bucket naming by following this link."
msgstr "Вижте указанията на Google за именуване на кофа, като следвате тази връзка."
#: src/addons/googlecloud.php:1308
msgid "Enter the name of the %s bucket you wish to use here."
msgstr "Въведете името на кофата %s, която искате да използвате тук."
#: src/addons/googlecloud.php:1306
msgid "Bucket"
msgstr "Кофа"
#: src/addons/googlecloud.php:1304
msgid "Otherwise, you can leave it blank."
msgstr "В противен случай можете да го оставите празен."
#: src/addons/googlecloud.php:1304
msgid "N.B. This is only needed if you have not already created the bucket, and you wish UpdraftPlus to create it for you."
msgstr "Nb. Това е необходимо само ако не сте създали вече кофата, и искате UpdraftPlus да го създаде за вас."
#: src/addons/googlecloud.php:1303
msgid "Enter the ID of the %s project you wish to use here."
msgstr "Въведете ИД на проекта %s, който желаете да използвате тук."
#: src/addons/googlecloud.php:1289
msgid "Follow this link to your Google API Console, and there activate the Storage API and create a Client ID in the API Access section."
msgstr "Следвайте тази връзка към конзолата на Google API и активирате приаята памет и създайте Client ID в секцията достъп до API."
#: src/addons/googlecloud.php:1105
msgid "You must enter a project ID in order to be able to create a new bucket."
msgstr "Трябва да въведете ИД на проект, за да можете да създадете ново кофа."
#: src/addons/googlecloud.php:1302
msgid "Project ID"
msgstr "Проект ID"
#: src/addons/googlecloud.php:949
msgid "You must save and authenticate before you can test your settings."
msgstr "Трябва да запишете и да удостоверите, преди да можете да тествате настройките си."
#: src/addons/googlecloud.php:693
msgid "Have not yet obtained an access token from Google - you need to authorize or re-authorize your connection to Google Cloud."
msgstr "Все още не сте получили маркер за достъп от Google - трябва да упълномощите или повторно да оторизирате връзката си с Google Cloud."
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:386,
#: src/addons/googlecloud.php:1094, src/addons/googlecloud.php:1144
msgid "You do not have access to this bucket."
msgstr "Нямате достъп до тази кофа."
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:362,
#: src/addons/googlecloud.php:375, src/addons/googlecloud.php:373,
#: src/addons/googlecloud.php:386, src/addons/googlecloud.php:904,
#: src/addons/googlecloud.php:1094, src/addons/googlecloud.php:1146,
#: src/addons/googlecloud.php:1144, src/addons/googlecloud.php:1284,
#: src/addons/googlecloud.php:1284, src/addons/googlecloud.php:1298,
#: src/addons/googlecloud.php:1300, src/addons/googlecloud.php:1307
msgid "Google Cloud"
msgstr "Google Облак"
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:362,
#: src/addons/googlecloud.php:386, src/addons/googlecloud.php:1094,
#: src/addons/googlecloud.php:1146, src/addons/googlecloud.php:1144
msgid "%s Service Exception."
msgstr "%s Изключение за услуги."
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "or to configure more complex schedules"
msgstr "или да конфигурирате по-сложни графици"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:11,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:14
msgid "Are you sure that you wish to remove %s from UpdraftPlus?"
msgstr "Сигурни ли сте, че искате да премахнете %s от UpdraftPlus?"
#: src/templates/wp-admin/settings/existing-backups-table.php:169
msgid "Deselect"
msgstr "Deselect"
#: src/addons/moredatabase.php:459, src/addons/morefiles.php:901,
#: src/templates/wp-admin/settings/existing-backups-table.php:168
msgid "Select all"
msgstr "Избиране на всички"
#: src/templates/wp-admin/settings/existing-backups-table.php:166
msgid "Actions upon selected backups"
msgstr "Действия при избрани архиви"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:56,
#: src/templates/wp-admin/settings/tab-backups.php:60
msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
msgstr "Натиснете тук, за да разгледате методите за отдалечено съхранение за всички съществуващи комплекти за архивиране (от всеки сайт, ако се съхраняват в същата папка)."
#: src/admin.php:2230
msgid "Backup sets removed:"
msgstr "Изтриват се резервните комплекти:"
#: src/admin.php:1012
msgid "Processing..."
msgstr "Обработка..."
#: src/admin.php:1010
msgid "For backups older than"
msgstr "За архиви, по-стари от"
#: src/admin.php:1009
msgid "week(s)"
msgstr "седмица (и)"
#: src/admin.php:1008
msgid "hour(s)"
msgstr "час(ове)"
#: src/admin.php:1007
msgid "day(s)"
msgstr "ден(дни)"
#: src/admin.php:1006
msgid "in the month"
msgstr "през месеца"
#: src/admin.php:1005
msgid "day"
msgstr "ден"
#: src/addons/morestorage.php:32
msgid "(as many as you like)"
msgstr "(колкото искате)"
#: src/addons/fixtime.php:305, src/addons/fixtime.php:310
msgid "Add an additional retention rule..."
msgstr "Добавяне на допълнително правило за задържане..."
#: src/restorer.php:4035
msgid "This database needs to be deployed on MySQL version %s or later."
msgstr "Тази база данни трябва да бъде разположена в MySQL версия %s или по-нова версия."
#: src/restorer.php:4035
msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
msgstr "Този проблем се дължи на опит за възстановяване на база данни на много стара MySQL версия, която е несъвместима с базата данни източник."
#: src/methods/updraftvault.php:922
msgid "You do not currently have any UpdraftVault quota"
msgstr ""
#: src/class-updraftplus.php:5309
msgid "You must upgrade MySQL to be able to use this database."
msgstr "Трябва да надстроите MySQL, за да можете да използвате тази база данни."
#: src/class-updraftplus.php:5309
msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
msgstr "Архивирането на базата данни използва функциите на MySQL, които не са налични в старата версия на MySQL (%s), на която се изпълнява този сайт."
#: src/methods/updraftvault.php:526, src/methods/updraftvault.php:527
msgid "Don't know your email address, or forgotten your password?"
msgstr "Не знаете имейл адреса си или не сте забравили паролата си?"
#: src/methods/updraftvault.php:519
msgid "Enter your UpdraftPlus.Com email / password here to connect:"
msgstr "Въведете вашия имейл адрес UpdraftPlus.Com тук, за да се свържете:"
#: src/methods/updraftvault.php:487
msgid "Read the %s FAQs here."
msgstr "Прочетете често задаваните въпроси за %s тук."
#: src/addons/s3-enhanced.php:82
msgid "Check this box to use Amazon's server-side encryption"
msgstr "Поставете отметка в това поле, за да използвате шифроването на сървъра на Amazon"
#: src/addons/s3-enhanced.php:79
msgid "Server-side encryption"
msgstr "Шифроване от страна на сървъра"
#: src/methods/updraftvault.php:930
msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
msgstr "Ако сте забравили паролата си, отидете тук, за да промените паролата си на updraftplus.com."
#: src/admin.php:1456
msgid "%s has been chosen for remote storage, but you are not currently connected."
msgstr "%s е избран за отдалечено хранилище, но в момента не сте свързани."
#: src/methods/updraftvault.php:518
msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
msgstr "Плащанията могат да се извършват в щатски долари, евро или gb лири стерлинги, чрез карта или PayPal."
#: src/admin.php:982
msgid "Update quota count"
msgstr "Актуализиране на броя квоти"
#: src/admin.php:981
msgid "Counting..."
msgstr "Преброяване..."
#: src/admin.php:980
msgid "Disconnecting..."
msgstr "Прекъсват..."
#: src/admin.php:978
msgid "Connecting..."
msgstr "Свързване..."
#: src/methods/updraftvault.php:652, src/methods/updraftvault.php:755
msgid "Refresh current status"
msgstr "Обновяване на текущото състояние"
#: src/methods/updraftvault.php:650, src/methods/updraftvault.php:667,
#: src/methods/updraftvault.php:669, src/methods/updraftvault.php:755
msgid "Get more quota"
msgstr "Получете повече квота"
#: src/methods/updraftvault.php:647, src/methods/updraftvault.php:664,
#: src/methods/updraftvault.php:719
msgid "Current use:"
msgstr "Текуща употреба:"
#: src/methods/updraftvault.php:632
msgid "You can get more quota here"
msgstr "Можете да получите повече квота тук"
#: src/methods/updraftvault.php:632
msgid "Error: you have insufficient storage quota available (%s) to upload this archive (%s) (%s)."
msgstr ""
#: src/admin.php:979, src/methods/updraftvault.php:533,
#: src/methods/updraftvault.php:615
msgid "Disconnect"
msgstr "Отписване"
#: src/methods/updraftvault.php:532, src/methods/updraftvault.php:601
msgid "Quota:"
msgstr "Квота:"
#: src/methods/updraftvault.php:531, src/methods/updraftvault.php:599
msgid "Vault owner"
msgstr "Собственик на хранилище"
#: src/methods/updraftvault.php:530, src/methods/updraftvault.php:599
msgid "Well done - there's nothing more needed to set up."
msgstr "Добре направено - няма нищо по-необходимо за настройка."
#: src/methods/updraftvault.php:530, src/methods/updraftvault.php:599
msgid "This site is connected to UpdraftVault."
msgstr ""
#: src/methods/updraftvault.php:534, src/methods/updraftvault.php:595
msgid "You are not connected to UpdraftVault."
msgstr ""
#: src/methods/updraftvault.php:529
msgid "Go here for help"
msgstr "Отиди тук за помощ"
#: src/methods/updraftvault.php:515,
#: src/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php:4
msgid "Back..."
msgstr "Върни се назад..."
#: src/methods/updraftvault.php:518
msgid "Subscriptions can be cancelled at any time."
msgstr "Абонаментите могат да бъдат анулирани по всяко време."
#: src/methods/updraftvault.php:500, src/methods/updraftvault.php:501,
#: src/methods/updraftvault.php:502
msgid "%s per quarter"
msgstr "%s на тримесечие"
#: src/methods/updraftvault.php:485
msgid "UpdraftVault is built on top of Amazon's world-leading data-centres, with redundant data storage to achieve 99.999999999% reliability."
msgstr ""
#: src/methods/updraftvault.php:481
msgid "Show the options"
msgstr "Показване на разширените опции"
#: src/methods/updraftvault.php:479, src/methods/updraftvault.php:490
msgid "Press a button to get started."
msgstr "Натиснете бутон, за да започнете."
#: src/methods/updraftvault.php:479, src/methods/updraftvault.php:490
msgid "UpdraftVault brings you storage that is reliable, easy to use and a great price."
msgstr ""
#: src/methods/updraftvault.php:155
msgid "Updraft Vault"
msgstr "Тока за тока"
#: src/addons/azure.php:477, src/addons/backblaze.php:611,
#: src/addons/googlecloud.php:1034, src/methods/s3.php:1468
msgid "Delete failed:"
msgstr "Изтриването е неуспешно:"
#: src/backup.php:4383
msgid "The zip engine returned the message: %s."
msgstr "Машината за цип върна съобщението: %s."
#: src/addons/s3-enhanced.php:456, src/addons/s3-enhanced.php:458
msgid "Without this permission, UpdraftPlus cannot delete backups - you should also set your 'retain' settings very high to prevent seeing deletion errors."
msgstr "Без това разрешение UpdraftPlus не може да изтрие архивите - трябва да зададете настройките си за \"запазване\" много високо, за да не виждате грешки при изтриване."
#: src/addons/s3-enhanced.php:456, src/addons/s3-enhanced.php:456
msgid "Allow deletion"
msgstr "Разреши изтриване"
#: src/addons/s3-enhanced.php:452, src/addons/s3-enhanced.php:454
msgid "Without this permission, you cannot directly download or restore using UpdraftPlus, and will instead need to visit the AWS website."
msgstr "Без това разрешение не можете директно да изтеглите или възстановите използването updraftPlus, а вместо това ще трябва да посетите сайта на AWS."
#: src/addons/s3-enhanced.php:452, src/addons/s3-enhanced.php:452
msgid "Allow download"
msgstr "Разреши изтегляне"
#: src/includes/class-remote-send.php:429
msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
msgstr "Ако изпращането директно от сайта към сайта не работи за вас, тогава има три други метода - моля, опитайте един от тях вместо това."
#: src/admin.php:988, src/includes/class-remote-send.php:411
msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
msgstr "Трябва да проверите дали отдалеченият сайт е онлайн, не е защитен, няма модули за защита, които може да блокира достъпа, има updraftPlus версия %s или по-нова версия, и дали ключовете са въведени правилно."
#: src/includes/class-remote-send.php:693
msgid "Existing keys"
msgstr "Съществуващи ключове"
#: src/addons/migrator.php:568
msgid "Your new key:"
msgstr "Вашият нов ключ:"
#: src/includes/class-remote-send.php:555
msgid "Key created successfully."
msgstr "Ключът е създаден успешно."
#: src/includes/class-remote-send.php:538
msgid "A key with this name already exists; you must use a unique name."
msgstr "Вече съществува ключ с това име; трябва да използвате уникално име."
#: src/includes/class-remote-send.php:463
msgid "Also send this backup to the active remote storage locations"
msgstr "Също така изпратете този архив на активните места за отдалечено съхранение"
#: src/includes/class-remote-send.php:359
msgid "site not found"
msgstr "сайтът не е намерен"
#: src/includes/class-remote-send.php:326
msgid "Backup data will be sent to:"
msgstr "Резервните данни ще бъдат изпратени на:"
#: src/addons/migrator.php:207
msgid "Restore an existing backup set onto this site"
msgstr "Възстановяване на съществуващ архивен набор в този сайт"
#: src/addons/migrator.php:213
msgid "This site has no backups to restore from yet."
msgstr "Този сайт няма архиви, които да се възстановяват от все още."
#: src/addons/reporting.php:197
msgid "Backup made by %s"
msgstr "Архивирането е направено от %s"
#: src/methods/addon-base-v2.php:222
msgid "This storage method does not allow downloading"
msgstr "Този метод за съхранение не позволява изтегляне"
#: src/admin.php:4657
msgid "(backup set imported from remote location)"
msgstr "(архивен комплект, импортиран от отдалечено местоположение)"
#: src/addons/wp-cli.php:379,
#: src/templates/wp-admin/settings/existing-backups-table.php:105
msgid "Site"
msgstr "Саит"
#: src/addons/wp-cli.php:377,
#: src/templates/wp-admin/settings/existing-backups-table.php:104
msgid "Backup sent to remote site - not available for download."
msgstr "Архивирането, изпратено до отдалечен сайт - не е достъпно за изтегляне."
#: src/includes/class-wpadmin-commands.php:134
msgid "You should make sure that this really is a backup set intended for use on this website, before you restore (rather than a backup set of an unrelated website)."
msgstr "Трябва да се уверите, че това наистина е резервен комплект, предназначен за използване на този сайт, преди да възстановите (вместо резервен набор от несвързани уеб сайтове)."
#: src/includes/class-wpadmin-commands.php:134
msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
msgstr "Този архивен набор не е известен от UpdraftPlus да бъде създаден от текущата инсталация на WordPress, но е бил или намерен в отдалечено съхранение, или е изпратен от отдалечен сайт."
#: src/admin.php:995, src/includes/class-remote-send.php:441
msgid "Testing connection..."
msgstr "Тестване на връзка..."
#: src/admin.php:992,
#: src/templates/wp-admin/settings/existing-backups-table.php:173
msgid "Deleting..."
msgstr "Изтриване..."
#: src/admin.php:991
msgid "key name"
msgstr "име на ключ"
#: src/admin.php:989
msgid "Please give this key a name (e.g. indicate the site it is for):"
msgstr "Моля, посочете име на този ключ (напр. посочете сайта за него):"
#: src/admin.php:986
msgid "Creating..."
msgstr "Създаване..."
#: src/addons/migrator.php:549
msgid "Receive a backup from a remote site"
msgstr "Получаване на резервно копие от отдалечен сайт"
#: src/addons/migrator.php:541
msgid "Paste key here"
msgstr "Постави ключа тук"
#: src/addons/migrator.php:537
msgid "How do I get a site's key?"
msgstr "Как да получа ключ на сайт?"
#: src/addons/migrator.php:537
msgid "To add a site as a destination for sending to, enter that site's key below."
msgstr "За да добавите сайт като дестинация за изпращане, въведете ключа на този сайт по-долу."
#: src/admin.php:1155, src/addons/migrator.php:529
msgid "Send a backup to another site"
msgstr "Изпращане на резервно копие на друг сайт"
#: src/admin.php:996, src/includes/class-commands.php:964,
#: src/includes/class-remote-send.php:476,
#: src/includes/class-remote-send.php:662
msgid "Send"
msgstr "Изпрати"
#: src/admin.php:987, src/includes/class-remote-send.php:656
msgid "Send to site:"
msgstr "Изпрати в сайта:"
#: src/includes/class-remote-send.php:654
msgid "No receiving sites have yet been added."
msgstr "Все още не са добавени сайтове за получаване."
#: src/includes/class-remote-send.php:632
msgid "It is for sending backups to the following site: "
msgstr "Той е за изпращане на резервни копия на следния сайт: "
#: src/includes/class-remote-send.php:632
msgid "The key was successfully added."
msgstr "Ключът е добавен успешно."
#: src/includes/class-remote-send.php:608
msgid "The entered key does not belong to a remote site (it belongs to this one)."
msgstr "Въведеният ключ не принадлежи на отдалечен сайт (той принадлежи на този)."
#: src/includes/class-remote-send.php:603,
#: src/includes/class-remote-send.php:599,
#: src/includes/class-remote-send.php:597
msgid "The entered key was corrupt - please try again."
msgstr "Въведеният ключ е повреден - опитайте отново."
#: src/includes/class-remote-send.php:595
msgid "The entered key was the wrong length - please try again."
msgstr "Въведеният ключ е с грешна дължина - опитайте отново."
#: src/includes/class-remote-send.php:580
msgid "key"
msgstr "ключ"
#: src/methods/ftp.php:129
msgid "Almost all FTP servers will want passive mode; but if you need active mode, then uncheck this."
msgstr "Почти всички FTP сървъри ще искат пасивен режим; но ако имате нужда от активен режим, след това махнете отметката от това."
#: src/methods/ftp.php:128
msgid "Passive mode"
msgstr "Пасивен режим"
#: src/methods/ftp.php:126
msgid "Remote path"
msgstr "Отдалечен път"
#: src/methods/ftp.php:124
msgid "FTP password"
msgstr "FTP парола"
#: src/methods/ftp.php:123
msgid "FTP login"
msgstr "FTP вход"
#: src/methods/ftp.php:122
msgid "FTP server"
msgstr "FTP сървър"
#: src/addons/migrator.php:171
msgid "The UpdraftPlus Migrator modifies the restoration operation appropriately, to fit the backup data to the new site."
msgstr "UpdraftPlus Migrator променя операцията по възстановяване по подходящ начин, за да се поберат резервните данни към новия сайт."
#: src/addons/migrator.php:171
msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
msgstr "\"Миграция\" в крайна сметка е същото като възстановяване - но с помощта на архиви, които импортирате от друг сайт."
#: src/admin.php:984, src/addons/migrator.php:541
msgid "Add site"
msgstr "Добавяне на сайт"
#: src/admin.php:983
msgid "Adding..."
msgstr "Добавяне..."
#: src/udaddons/options.php:336
msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
msgstr "Не е предоставена претенция - може би вече сте използвали тази покупка някъде другаде, или платения ви период за изтегляне от updraftplus.com е изтекъл?"
#: src/restorer.php:4037
msgid "To use this backup, your database server needs to support the %s character set."
msgstr "За да използвате това архивиране, вашият сървър за база данни трябва да поддържа набора от знаци %s."
#: src/udaddons/updraftplus-addons.php:1089
msgid "go here to change your password on updraftplus.com."
msgstr "за да промените паролата си на updraftplus.com."
#: src/udaddons/updraftplus-addons.php:1089
msgid "If you have forgotten your password "
msgstr "Ако сте забравили паролата си "
#: src/udaddons/updraftplus-addons.php:1088
msgid "Go here to re-enter your password."
msgstr "Отидете тук, за да въведете отново паролата си."
#: src/addons/migrator.php:248
msgid "After pressing this button, you will be given the option to choose which components you wish to migrate"
msgstr "След като натиснете този бутон, ще ви бъде дадена възможност да изберете кои компоненти"
#: src/admin.php:975, src/admin.php:1001, src/admin.php:1002
msgid "You have made changes to your settings, and not saved."
msgstr "Направили сте промени в настройките си, а не записани."
#: src/addons/onedrive.php:1322
msgid "N.B. %s is not case-sensitive."
msgstr "N.B. %s не е чувствителен към малки и главни букви."
#: src/addons/onedrive.php:1318
msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
msgstr "Ако OneDrive по-късно ви показва съобщението \"unauthorized_client\", тогава не сте въвели валиден клиентски ИД тук."
#: src/addons/googlecloud.php:1288, src/includes/class-remote-send.php:429,
#: src/methods/googledrive.php:1494
msgid "For longer help, including screenshots, follow this link."
msgstr "За по-дълго помощ, включително екранни снимки, следвайте тази връзка."
#: src/addons/onedrive.php:1313
msgid "Create OneDrive credentials in your OneDrive developer console."
msgstr "Създаване на идентификационни данни за OneDrive в конзолата за разработчици на OneDrive."
#: src/addons/onedrive.php:1316
msgid "You must add the following as the authorized redirect URI in your OneDrive console (under \"API Settings\") when asked"
msgstr "Трябва да добавите следното като оторизиран URI за пренасочване в конзолата на OneDrive (под \"Настройки на API\"), когато бъдете"
#: src/addons/onedrive.php:1189, src/addons/onedrive.php:1187
msgid "authorization failed:"
msgstr "неуспешно удостоверяване:"
#: src/addons/onedrive.php:1013, src/addons/onedrive.php:1317,
#: src/addons/onedrive.php:1319
msgid "OneDrive"
msgstr "OneDrive"
#: src/addons/onedrive.php:784
msgid "Please re-authorize the connection to your %s account."
msgstr "Моля, ре-оторизирайте връзката към вашият %s акаунт."
#: src/methods/email.php:110
msgid "configure it here"
msgstr "конфигурирате тук"
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895
msgid "To remove the block, please go here."
msgstr "За да премахнете блока, моля, отидете тук."
#: src/addons/s3-enhanced.php:538
msgid "Do remember to save your settings."
msgstr "Не забравяйте да запазите настройките си."
#: src/addons/s3-enhanced.php:538
msgid "You are now using a IAM user account to access your bucket."
msgstr "Сега използвате IAM потребителски акаунт за достъп до вашата кофа."
#: src/addons/s3-enhanced.php:450
msgid "S3 bucket"
msgstr "S3 кофа"
#: src/addons/s3-enhanced.php:440
msgid "China (Beijing) (restricted)"
msgstr "Китай (Пекин) (ограничен)"
#: src/addons/s3-enhanced.php:438
msgid "South America (São Paulo)"
msgstr ""
#: src/addons/s3-enhanced.php:435
msgid "Asia Pacific (Tokyo)"
msgstr "Азия Пасифик (Токио)"
#: src/addons/s3-enhanced.php:433
msgid "Asia Pacific (Sydney)"
msgstr "Азия Пасифик (Сидни)"
#: src/addons/s3-enhanced.php:432
msgid "Asia Pacific (Singapore)"
msgstr "Азия Пасифик (Сингапур)"
#: src/addons/s3-enhanced.php:421
msgid "US Government West (restricted)"
msgstr "Правителството на САЩ Запад (ограничено)"
#: src/addons/s3-enhanced.php:420
msgid "US West (N. California)"
msgstr "Западен САЩ (Н. Калифорния)"
#: src/addons/s3-enhanced.php:419
msgid "US West (Oregon)"
msgstr "Запад (Орегон)"
#: src/addons/s3-enhanced.php:413
msgid "S3 storage region"
msgstr "S3 област за съхранение"
#: src/addons/s3-enhanced.php:411
msgid "New IAM username"
msgstr "Ново IAM потребителско име"
#: src/addons/s3-enhanced.php:410
msgid "Admin secret key"
msgstr "Таен ключ на администратор"
#: src/addons/s3-enhanced.php:409
msgid "Admin access key"
msgstr "Администраторски достъп"
#: src/addons/s3-enhanced.php:402
msgid "Then, these lower-powered access credentials can be used, instead of storing your administrative keys."
msgstr "След това тези идентификационни данни за достъп с по-ниска мощност може да се използва, вместо да се съхраняват вашите административни ключове."
#: src/addons/s3-enhanced.php:402
msgid "These will be used to create a new user and key pair with an IAM policy attached which will only allow it to access the indicated bucket."
msgstr "Те ще се използват за създаване на нова двойка потребители и ключове с IAM приложени правила, които ще му позволят достъп само до посочената група."
#: src/addons/s3-enhanced.php:402
msgid "Enter your administrative Amazon S3 access/secret keys (this needs to be a key pair with enough rights to create new users and buckets), and a new (unique) username for the new user and a bucket name."
msgstr "Въведете вашия административен достъп / тайни ключове на Amazon S3 (това трябва да бъде двойка ключове с достатъчно права за създаване на нови потребители и кофи), и ново (уникално) потребителско име за новия потребител и име на кофа."
#: src/addons/s3-enhanced.php:488
msgid "Create new IAM user and S3 bucket"
msgstr "Създаване на нова IAM потребителска и S3 кофа"
#: src/addons/s3-enhanced.php:388
msgid "Secret Key: %s"
msgstr "Таен ключ: %s"
#: src/addons/s3-enhanced.php:388
msgid "Access Key: %s"
msgstr "Ключ за достъп: %s"
#: src/addons/s3-enhanced.php:378
msgid "Failed to apply User Policy"
msgstr "Неуспешно прилагане на правилата за потребителя"
#: src/addons/s3-enhanced.php:315, src/addons/s3-enhanced.php:319
msgid "Operation to create user Access Key failed"
msgstr "Неуспешна операция за създаване на ключ за достъп на потребителя"
#: src/addons/s3-enhanced.php:296, src/addons/s3-enhanced.php:306
msgid "IAM operation failed (%s)"
msgstr "Операцията IAM е неуспешна (%s)"
#: src/addons/s3-enhanced.php:302
msgid "Conflict: that user already exists"
msgstr "Конфликт: този потребител вече съществува"
#: src/addons/s3-enhanced.php:240
msgid "AWS authentication failed"
msgstr "AWS удостоверяването е неуспешно"
#: src/addons/s3-enhanced.php:233
msgid "Cannot create new AWS user, since an unknown AWS toolkit is being used."
msgstr ""
#: src/addons/s3-enhanced.php:204
msgid "You need to enter a bucket"
msgstr "Трябва да въведете кофа"
#: src/addons/s3-enhanced.php:200
msgid "You need to enter a new IAM username"
msgstr "Трябва да въведете ново IAM потребителско име"
#: src/addons/s3-enhanced.php:196
msgid "You need to enter an admin secret key"
msgstr "Трябва да въведете таен ключ на администратор"
#: src/addons/s3-enhanced.php:192
msgid "You need to enter an admin access key"
msgstr "Трябва да въведете администраторски ключ за достъп"
#: src/addons/s3-enhanced.php:70
msgid "If you have an AWS admin user, then you can use this wizard to quickly create a new AWS (IAM) user with access to only this bucket (rather than your whole account)"
msgstr "Ако имате потребител на AWS администратор, можете да използвате този съветник за бързо създаване на нов потребител AWS (IAM) с достъп само до тази кофа (а не целия ви акаунт)"
#: src/addons/s3-enhanced.php:69, src/methods/s3.php:1031
msgid "To create a new IAM sub-user and access key that has access only to this bucket, upgrade to Premium."
msgstr ""
#: src/addons/onedrive.php:754, src/addons/onedrive.php:777,
#: src/includes/updraftplus-login.php:55, src/methods/updraftvault.php:895,
#: src/udaddons/updraftplus-addons.php:1040,
#: src/udaddons/updraftplus-addons.php:1053
msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
msgstr "Това най-вероятно означава, че споделяте уеб сървър с хакнат уеб сайт, който е бил използван при предишни атаки."
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895, src/udaddons/updraftplus-addons.php:1053
msgid "It appears that your web server's IP Address (%s) is blocked."
msgstr "Изглежда, че IP адресът на вашия уеб сървър (%s) е блокиран."
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895, src/udaddons/updraftplus-addons.php:1053
msgid "UpdraftPlus.com has responded with 'Access Denied'."
msgstr "UpdraftPlus.com е отговорил с \"Достъпът е отказан\"."
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:40
msgid "Premium WooCommerce plugins"
msgstr "Първокласни WooCommerce плъгини"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:40
msgid "Free two-factor security plugin"
msgstr "Безплатна двуфактомна сигурност плъгин"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:39
msgid "More quality plugins"
msgstr "Повече качествени приставки"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:18,
#: src/templates/wp-admin/settings/tab-addons.php:72
msgid "UpdraftPlus Premium"
msgstr "UpdraftPlus Премиум"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:2,
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:43
msgid "Dismiss (for %s months)"
msgstr "Отхвърляне (за %s месеца)"
#: src/addons/fixtime.php:447
msgid "(at same time as files backup)"
msgstr "(в същото време като архивиране на файлове)"
#: src/admin.php:4190
msgid "No backup has been completed"
msgstr "Архивирането не е завършено"
#: src/templates/wp-admin/settings/header.php:21
msgid "Newsletter sign-up"
msgstr "Абониране за бюлетин"
#: src/includes/updraftplus-notices.php:156
msgid "Follow this link to sign up for the UpdraftPlus newsletter."
msgstr "Следвайте този линк, за да се регистрирате за бюлетина UpdraftPlus."
#: src/templates/wp-admin/settings/tab-addons.php:165,
#: src/templates/wp-admin/settings/tab-addons.php:166
msgid "Backup non-WordPress files and databases"
msgstr "Архивиране на файлове и бази данни, които не са на WordPress"
#: src/templates/wp-admin/settings/tab-addons.php:27
msgid "Ask a pre-sales question"
msgstr "Задайте въпрос преди продажбата"
#: src/templates/wp-admin/settings/tab-addons.php:26
msgid "Pre-sales FAQs"
msgstr "ЧЗВ преди продажбата"
#: src/templates/wp-admin/settings/tab-addons.php:25
msgid "Full feature list"
msgstr "Пълен списък с функции"
#: src/addons/autobackup.php:1188
msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
msgstr "Архивиране (където е уместно) плъгини, теми и база данни на WordPress с UpdraftPlus преди да се актуализира"
#: src/methods/s3.php:186, src/methods/s3.php:198
msgid "%s Error: Failed to initialise"
msgstr "%s Грешка: Не може да се инициализира"
#: src/templates/wp-admin/settings/form-contents.php:191
msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - or - Select Files"
msgid "or"
msgstr "или"
#: src/addons/sftp.php:618
msgctxt "Do not translate BEGIN RSA PRIVATE KEY. PCKS1, XML, PEM and PuTTY are also technical acronyms which should not be translated."
msgid "PKCS1 (PEM header: BEGIN RSA PRIVATE KEY), XML and PuTTY format keys are accepted."
msgstr "PKCS1 (PEM заглавие: BEGIN RSA private KEY), ключове за XML и Putty формат се приемат."
#: src/methods/openstack2.php:125
msgctxt "\"tenant\" is a term used with OpenStack storage - Google for \"OpenStack tenant\" to get more help on its meaning"
msgid "tenant"
msgstr "наемател"
#: src/methods/openstack2.php:248
msgctxt "Keystone and swauth are technical terms which cannot be translated"
msgid "This needs to be a v2 (Keystone) authentication URI; v1 (Swauth) is not supported."
msgstr "Това трябва да бъде URI за удостоверяване v2 (keystone) ; v1 (Swauth) не се поддържа."
#: src/templates/wp-admin/settings/form-contents.php:274,
#: src/templates/wp-admin/settings/form-contents.php:277
msgid "your site's admin address"
msgstr "администраторски адрес на сайта Ви"
#: src/templates/wp-admin/settings/form-contents.php:274
msgid "Check this box to have a basic report sent to"
msgstr "Поставете отметка в това квадратче, за да изпратите базова справка"
#: src/admin.php:4220
msgctxt "i.e. Non-automatic"
msgid "Manual"
msgstr "Ръчна"
#: src/restorer.php:3990
msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
msgid "An error (%s) occurred:"
msgstr "Възникна грешка (%s):"
#: src/addons/lockadmin.php:198
msgid "Change Lock Settings"
msgstr "Промяна на настройките за заключване"
#: src/addons/morefiles.php:293
msgid "Any other file/directory on your server that you wish to backup"
msgstr "Всеки друг файл/директория на вашия сървър, който искате да архивирате"
#: src/admin.php:3010
msgid "For even more features and personal support, check out "
msgstr "За още повече функции и лична поддръжка проверете "
#: src/addons/moredatabase.php:61
msgid "Database decryption phrase"
msgstr "Фраза за дешифриране на база данни"
#: src/admin.php:974, src/addons/autobackup.php:161,
#: src/addons/autobackup.php:1131
msgid "Automatic backup before update"
msgstr "Автоматично архивиране преди актуализация"
#: src/addons/autobackup.php:126
msgid "WordPress core (only)"
msgstr "Ядро на WordPress (само)"
#: src/addons/lockadmin.php:250
msgid "For unlocking support, please contact whoever manages UpdraftPlus for you."
msgstr "За да отключите поддръжка, моля, свържете се с този, който управлява UpdraftPlus за вас."
#: src/addons/lockadmin.php:241
msgid "To access the UpdraftPlus settings, please enter your unlock password"
msgstr "За достъп до настройките на UpdraftPlus, моля въведете паролата си за отключване"
#: src/addons/lockadmin.php:238
msgid "Password incorrect"
msgstr "Неправилна парола"
#: src/addons/lockadmin.php:226, src/addons/lockadmin.php:232
msgid "Unlock"
msgstr "Отключване"
#: src/addons/lockadmin.php:196
msgid "Otherwise, the default link will be shown."
msgstr "В противен случай ще се покаже връзката по подразбиране."
#: src/addons/lockadmin.php:196
msgid "Anyone seeing the lock screen will be shown this URL for support - enter a website address or an email address."
msgstr "Всеки, който вижда екрана при заключване, ще бъде показан за поддръжка на този URL адрес - въведете адрес на уеб сайт или имейл адрес."
#: src/addons/lockadmin.php:196
msgid "Support URL"
msgstr "URL адрес за поддръжка"
#: src/addons/lockadmin.php:194
msgid "Require password again after"
msgstr "Изисквай парола отново след"
#: src/addons/lockadmin.php:185, src/addons/lockadmin.php:186
msgid "%s weeks"
msgstr "%s седмици"
#: src/addons/lockadmin.php:184
msgid "1 week"
msgstr "1 седмица"
#: src/addons/lockadmin.php:182, src/addons/lockadmin.php:183
msgid "%s hours"
msgstr "%s часа"
#: src/addons/lockadmin.php:181
msgid "1 hour"
msgstr "1 час"
#: src/addons/lockadmin.php:170
msgid "Please make sure that you have made a note of the password!"
msgstr "Моля, уверете се, че сте направили бележка на паролата!"
#: src/addons/lockadmin.php:163,
#: src/templates/wp-admin/advanced/lock-admin.php:8
msgid "Lock access to the UpdraftPlus settings page"
msgstr "Заключване на достъпа до страницата с настройки на UpdraftPlus"
#: src/addons/lockadmin.php:136
msgid "The admin password has been changed."
msgstr "Администраторската парола е променена."
#: src/addons/lockadmin.php:134
msgid "An admin password has been set."
msgstr "Зададена е парола на администратор."
#: src/addons/lockadmin.php:132
msgid "The admin password has now been removed."
msgstr "Паролата на администратора вече е премахната."
#: src/addons/morefiles.php:156
msgid "(learn more about this significant option)"
msgstr "(научете повече за този важен вариант)"
#: src/udaddons/options.php:271
msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
msgstr "Имайте предвид, че след като сте заявили добавките си, можете да премахнете паролата си (но не и имейл адреса) от настройките по-долу, без това да засяга достъпа на този сайт до актуализации."
#: src/admin.php:3664, src/admin.php:4758
msgid "View Log"
msgstr "Преглед на регистрационен файл"
#: src/templates/wp-admin/settings/existing-backups-table.php:18,
#: src/templates/wp-admin/settings/existing-backups-table.php:100
msgid "Backup data (click to download)"
msgstr "Архивиране на данни (щракнете, за да изтеглите)"
#: src/templates/wp-admin/settings/existing-backups-table.php:17,
#: src/templates/wp-admin/settings/existing-backups-table.php:67
msgid "Backup date"
msgstr "Дата на архивиране"
#: src/templates/wp-admin/settings/form-contents.php:42,
#: src/templates/wp-admin/settings/form-contents.php:76
msgid "and retain this many scheduled backups"
msgstr "и да запазите този много планирани архиви"
#: src/admin.php:4160
msgid "incremental backup; base backup: %s"
msgstr "постъпково резервно копие; базово архивиране: %s"
#: src/templates/wp-admin/advanced/lock-admin.php:19
msgid "For the ability to lock access to UpdraftPlus settings with a password, upgrade to UpdraftPlus Premium."
msgstr "За възможността да се заключи достъп до UpdraftPlus настройки с парола, ъпгрейд до UpdraftPlus Premium."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:69,
#: src/templates/wp-admin/settings/tab-backups.php:71
msgid "Upload files into UpdraftPlus."
msgstr "Качване на файлове в UpdraftPlus."
#: src/admin.php:1366, src/includes/class-commands.php:505,
#: src/templates/wp-admin/settings/take-backup.php:13
msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
msgstr "Бутонът \"Архивиране сега\" е деактивиран, тъй като директорията ви за архивиране не е записваема (отидете в раздела \"Настройки\" и намерете съответната опция)."
#: src/class-updraftplus.php:5217
msgid "Backup label:"
msgstr "Етикет за архивиране:"
#: src/admin.php:2539, src/addons/backblaze.php:240
msgid "Error: unexpected file read fail"
msgstr "Грешка: неочакван файл четене е неуспешно"
#: src/backup.php:4389
msgid "check your log for more details."
msgstr "проверете регистрационния си файл за повече подробности."
#: src/backup.php:4385
msgid "A zip error occurred"
msgstr "Грешка в zip файла"
#: src/addons/reporting.php:92
msgid "Your label for this backup (optional)"
msgstr "Вашият етикет за това архивиране (по избор)"
#: src/methods/updraftvault.php:933, src/udaddons/updraftplus-addons.php:1092
msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
msgstr "Въведохте имейл адрес, който не е разпознат от UpdraftPlus.Com"
#: src/methods/updraftvault.php:930, src/udaddons/updraftplus-addons.php:1088
msgid "Your email address was valid, but your password was not recognised by UpdraftPlus.Com."
msgstr "Имейл адресът ви е валиден, но паролата ви не е разпозната от UpdraftPlus.Com."
#: src/methods/updraftvault.php:870, src/udaddons/updraftplus-addons.php:957
msgid "You need to supply both an email address and a password"
msgstr "Трябва да предоставите както имейл адрес, така и парола"
#: src/class-updraftplus.php:5236
msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
msgstr "Ако искате да възстановите многостранен архив, първо трябва да настроите wordPress инсталацията като многостранна."
#: src/includes/migrator-lite.php:986
msgid "already done"
msgstr "вече е направено"
#: src/includes/migrator-lite.php:946
msgid "skipped (not in list)"
msgstr "прескочи (не в списъка)"
#: src/includes/class-search-replace.php:99,
#: src/includes/migrator-lite.php:946, src/includes/migrator-lite.php:986
msgid "Search and replacing table:"
msgstr "Търсене и заместване на таблица:"
#: src/includes/migrator-lite.php:293
msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
msgstr "Въведете списък, разделен със запетая; в противен случай оставете празно за всички таблици."
#: src/includes/migrator-lite.php:293
msgid "These tables only"
msgstr "Тези таблици само"
#: src/includes/migrator-lite.php:292
msgid "Rows per batch"
msgstr "Редове на партида"
#: src/udaddons/options.php:122
msgid "You have not yet connected with your UpdraftPlus.Com account."
msgstr "Все още не сте се свързали с вашия UpdraftPlus.Com акаунт."
#: src/udaddons/options.php:122, src/udaddons/options.php:120
msgid "You need to connect to receive future updates to UpdraftPlus."
msgstr "Трябва да се свържете, за да получавате бъдещи актуализации на UpdraftPlus."
#: src/class-updraftplus.php:5209, src/class-updraftplus.php:5207
msgid "Any support requests to do with %s should be raised with your web hosting company."
msgstr "Всички заявки за поддръжка, свързани с %s, трябва да бъдат повдигнати с вашата уеб хостинг компания."
#: src/class-updraftplus.php:5207
msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc are compatible with the older %s version."
msgstr ""
#: src/class-updraftplus.php:5207
msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
msgstr "Това е значително по-нова от сървъра, на който се възстановява (версия %s)."
#: src/class-updraftplus.php:5209, src/class-updraftplus.php:5207
msgid "The site in this backup was running on a webserver with version %s of %s."
msgstr ""
#: src/includes/updraftplus-notices.php:146,
#: src/includes/updraftplus-notices.php:148
msgid "Facebook"
msgstr "Facebook"
#: src/includes/updraftplus-notices.php:144,
#: src/includes/updraftplus-notices.php:147,
#: src/templates/wp-admin/settings/header.php:16
msgid "Twitter"
msgstr "Twitter"
#: src/includes/updraftplus-notices.php:143
msgid "UpdraftPlus is on social media - check us out!"
msgstr "UpdraftPlus е в социалните медии - вижте ни!"
#: src/addons/wp-cli.php:979, src/includes/class-filesystem-functions.php:83
msgid "Why am I seeing this?"
msgstr "Защо виждам това?"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "The location of this directory is set in the expert settings, in the Settings tab."
msgstr "Местоположението на тази директория е зададено в експертните настройки в раздела Настройки."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
msgstr "Натиснете тук, за да погледнете в updraftPlus директорията си (във вашето уеб хостинг пространство) за всички нови резервни комплекти, които сте качили."
#: src/admin.php:2458, src/admin.php:2481, src/includes/class-commands.php:992
msgid "Start backup"
msgstr "Стартиране на архивиране"
#: src/class-updraftplus.php:5178, src/restorer.php:1882
msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
msgstr "Използвате уеб сървър %s, но изглежда не е зареден модулът %s."
#: src/admin.php:4048
msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
msgstr "Ще трябва да се консултирате с вашия доставчик на уеб хостинг, за да разберете как да зададете разрешения за WordPress плъгин, за да пишете в директорията."
#: src/templates/wp-admin/advanced/advanced-tools.php:6
msgid "Unless you have a problem, you can completely ignore everything here."
msgstr "Освен ако нямате проблем, можете напълно да игнорирате всичко тук."
#: src/admin.php:2722
msgid "This file could not be uploaded"
msgstr "Този файл не може да бъде качен"
#: src/admin.php:2685
msgid "You will find more information about this in the Settings section."
msgstr "Повече информация за това ще намерите в раздела Настройки."
#: src/addons/importer.php:78
msgid "Supported backup plugins: %s"
msgstr "Поддържани приставки за архивиране: %s"
#: src/addons/importer.php:78
msgid "Was this a backup created by a different backup plugin? If so, then you might first need to rename it so that it can be recognized - please follow this link."
msgstr "Това резервно копие ли е създадено от друг резервен плъгин? Ако е така, тогава може да се наложи първо да го преименувате, така че да може да бъде разпознат - моля, следвайте тази връзка."
#: src/addons/incremental.php:378
msgid "Tell me more about incremental backups"
msgstr "Кажете ми повече за допълнителните резервни копия"
#: src/templates/wp-admin/advanced/site-info.php:57
msgid "Memory limit"
msgstr "Ограничение на паметта"
#: src/restorer.php:2800, src/includes/class-filesystem-functions.php:304
msgid "restoration"
msgstr "възстановяване"
#: src/class-updraftplus.php:3767
msgid "Incremental"
msgstr "Допълнителни"
#: src/class-updraftplus.php:3767
msgid "Full backup"
msgstr "Пълно архивиране"
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "now proceeding with the updates..."
msgstr "сега ще продължим с актуализациите..."
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "(view log...)"
msgstr "(преглед на лог...)"
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "Backup succeeded"
msgstr "Архивирането е успешно"
#: src/updraftplus.php:122, src/addons/incremental.php:343,
#: src/addons/incremental.php:344, src/addons/incremental.php:345,
#: src/addons/incremental.php:346
msgid "Every %s hours"
msgstr "На всеки %s часа"
#: src/restorer.php:4382, src/restorer.php:4380,
#: src/includes/migrator-lite.php:629, src/includes/migrator-lite.php:627
msgid "search and replace"
msgstr "търсене и замяна"
#: src/includes/migrator-lite.php:295
msgid "Go"
msgstr "Напред"
#: src/includes/migrator-lite.php:284
msgid "A search/replace cannot be undone - are you sure you want to do this?"
msgstr "Търсенето/замяната не може да бъде отменено – сигурни ли сте, че искате да направите това?"
#: src/includes/migrator-lite.php:283
msgid "This can easily destroy your site; so, use it with care!"
msgstr "Това може лесно да унищожи сайта ви; така че, да го използвате внимателно!"
#: src/includes/migrator-lite.php:238, src/includes/migrator-lite.php:291
msgid "Replace with"
msgstr "Замяна с"
#: src/includes/migrator-lite.php:237, src/includes/migrator-lite.php:290
msgid "Search for"
msgstr "Търсене за"
#: src/includes/migrator-lite.php:236, src/includes/migrator-lite.php:282,
#: src/templates/wp-admin/advanced/search-replace.php:7,
#: src/templates/wp-admin/advanced/tools-menu.php:20
msgid "Search / replace database"
msgstr "Търсене / заместване на база данни"
#: src/includes/migrator-lite.php:242
msgid "search term"
msgstr "търсене термин"
#: src/restorer.php:4049
msgid "Too many database errors have occurred - aborting"
msgstr "Възникнаха твърде много грешки в базата данни - прекратяване на"
#: src/class-updraftplus.php:3839
msgid "read more at %s"
msgstr "повече на %s"
#: src/class-updraftplus.php:3839
msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
msgstr "Имейл доклади, създадени от UpdraftPlus (безплатно издание) ви носят най-новите новини за UpdraftPlus.com"
#: src/methods/googledrive.php:1500
msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
msgstr "Nb. Ако инсталирате UpdraftPlus на няколко WordPress сайтове, тогава не можете да използвате отново проекта си; трябва да създадете нов от конзолата си за API на Google за всеки сайт."
#: src/includes/class-backup-history.php:133
msgid "You have not yet made any backups."
msgstr "Все още не сте направили никакви резервни копия."
#: src/templates/wp-admin/settings/form-contents.php:153
msgid "Database Options"
msgstr "Опции за база данни"
#: src/templates/wp-admin/advanced/site-info.php:92
msgid "%s (%s used)"
msgstr "%s (използван е%s)"
#: src/templates/wp-admin/advanced/site-info.php:92
msgid "Free disk space in account:"
msgstr "Свободно място на диска в акаунта:"
#: src/admin.php:5638, src/templates/wp-admin/settings/take-backup.php:52
msgid "This button is disabled because your backup directory is not writable (see the settings)."
msgstr "Този бутон е забранен, защото директорията за архивиране не е записваема (вижте настройките)."
#: src/admin.php:1371
msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
msgstr "За да промените някоя от настройките по подразбиране на това, което се архивира, за да конфигурирате планирани архиви, да изпратите архивите си на отдалечено хранилище (препоръчително) и други, отидете в раздела \"Настройки\"."
#: src/admin.php:1371
msgid "To make a backup, just press the Backup Now button."
msgstr "За да направите резервно копие, просто натиснете бутона Архивиране сега."
#: src/admin.php:1371
msgid "Welcome to UpdraftPlus!"
msgstr "Добре дошли в UpdraftPlus!"
#: src/addons/moredatabase.php:281
msgid "Testing..."
msgstr "Тестване..."
#: src/addons/moredatabase.php:268
msgid "Test connection..."
msgstr "Тест на връзката..."
#: src/addons/moredatabase.php:267
msgid "Table prefix"
msgstr "Префикс на таблица"
#: src/addons/moredatabase.php:261
msgid "Backup external database"
msgstr "Архивиране на външна база данни"
#: src/addons/moredatabase.php:201
msgid "Add an external database to backup..."
msgstr "Добавяне на външна база данни за архивиране..."
#: src/addons/moredatabase.php:197
msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
msgstr "Ако вашата база данни включва допълнителни таблици, които не са част от този WordPress сайт (ще знаете дали това е така), след това активирайте тази опция, за да ги архивирате."
#: src/addons/moredatabase.php:196
msgid "Backup non-WordPress tables contained in the same database as WordPress"
msgstr "Резервни не-WordPress таблици, съдържащи се в същата база данни като WordPress"
#: src/addons/moredatabase.php:196
msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
msgstr "Тази опция ще доведе до създаване на резервно копие на таблиците, съхранявани в MySQL базата данни, които не принадлежат на WordPress (идентифицирани от липсващия конфигуриран представка за WordPress, %s), също да бъдат архивирани."
#: src/addons/moredatabase.php:181
msgid "Connection failed."
msgstr "Връзката е неуспешна."
#: src/addons/moredatabase.php:179
msgid "Connection succeeded."
msgstr "Връзката е успешна."
#: src/addons/moredatabase.php:161
msgid "%s total table(s) found; %s with the indicated prefix."
msgstr "Намерени %s са всички таблици; %s с посочения префикс."
#: src/addons/moredatabase.php:155
msgid "%s table(s) found."
msgstr "Намерени са %s таблица."
#: src/addons/moredatabase.php:128
msgid "database connection attempt failed"
msgstr "неуспешен опит за свързване на база данни"
#: src/addons/moredatabase.php:117
msgid "database name"
msgstr "име на база данни"
#: src/addons/moredatabase.php:115
msgid "host"
msgstr "домакин"
#: src/addons/moredatabase.php:113
msgid "user"
msgstr "потребител"
#: src/class-updraftplus.php:2046
msgid "External database (%s)"
msgstr "Външна база данни (%s)"
#: src/methods/googledrive.php:1496
msgid "Follow this link to your Google API Console, and there activate the Drive API and create a Client ID in the API Access section."
msgstr "Следвайте тази връзка към конзолата ви на Google API и активирате прите интерфейса на устройството и създайте Клиентски идентификатор в секцията за достъп до API."
#: src/methods/googledrive.php:717
msgid "failed to access parent folder"
msgstr "не можа да се получи достъп до родителска папка"
#: src/addons/googlecloud.php:884, src/addons/onedrive.php:981,
#: src/addons/onedrive.php:992, src/methods/googledrive.php:638,
#: src/methods/googledrive.php:651
msgid "However, subsequent access attempts failed:"
msgstr "Обаче неуспешни последващи опити за достъп:"
#: src/admin.php:4540, src/addons/wp-cli.php:440
msgid "External database"
msgstr "Външна база данни"
#: src/templates/wp-admin/settings/form-contents.php:321
msgid "This will also cause debugging output from all plugins to be shown upon this screen - please do not be surprised to see these."
msgstr "Това също ще доведе до отстраняване на грешки изход от всички плъгини, за да се покаже на този екран - моля не се изненадвайте, че тези."
#: src/templates/wp-admin/settings/form-contents.php:234
msgid "Backup more databases"
msgstr "Архивиране на още бази данни"
#: src/templates/wp-admin/settings/form-contents.php:193
msgid "First, enter the decryption key"
msgstr "Първо, въведете ключа за декриптиране"
#: src/templates/wp-admin/settings/form-contents.php:176
msgid "You can manually decrypt an encrypted database here."
msgstr "Тук можете ръчно да дешифрирате шифрована база данни."
#: src/templates/wp-admin/settings/form-contents.php:162
msgid "It can also backup external databases."
msgstr "Той може да архивира и външни бази данни."
#: src/templates/wp-admin/settings/form-contents.php:162
msgid "Don't want to be spied on? UpdraftPlus Premium can encrypt your database backup."
msgstr "Не искаш да те шпионират? UpdraftPlus Premium може да криптира архива на базата данни."
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "use UpdraftPlus Premium"
msgstr "използване на UpdraftPlus Premium"
#: src/includes/class-wpadmin-commands.php:146
msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
msgstr "Само базата данни на WordPress може да бъде възстановена; трябва да се справите с външната база данни ръчно."
#: src/restorer.php:3214, src/restorer.php:3947, src/restorer.php:4037,
#: src/restorer.php:4020
msgid "An error occurred on the first %s command - aborting run"
msgstr "Възникна грешка в първата команда %s - прекъсване на изпълнение"
#: src/backup.php:1593, src/addons/moredatabase.php:136
msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
msgstr "Връзката е неуспешна: проверете данните за достъпа, дали сървърът на базата данни е нагоре и че мрежовата връзка не е защитна стена."
#: src/backup.php:1593
msgid "database connection attempt failed."
msgstr "неуспешен опит за свързване с база данни."
#: src/includes/migrator-lite.php:877
msgid "Warning: the database's home URL (%s) is different to what we expected (%s)"
msgstr "Предупреждение: домашният URL адрес на базата данни (%s) е различен от очаквания от нас (%s)"
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:111,
#: src/addons/google-enhanced.php:128, src/addons/google-enhanced.php:134
msgid "In %s, path names are case sensitive."
msgstr "В %s имената на пътищата са чувствителни към малки и главни букви."
#: src/addons/azure.php:700, src/addons/google-enhanced.php:110,
#: src/addons/google-enhanced.php:128, src/addons/onedrive.php:1322
msgid "If you leave it blank, then the backup will be placed in the root of your %s"
msgstr "Ако го оставите празно, архивът ще бъде поставен в главната директория на %s"
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:128,
#: src/addons/googlecloud.php:1308, src/addons/onedrive.php:1322
msgid "e.g. %s"
msgstr "например%s"
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:128,
#: src/addons/onedrive.php:1322
msgid "Enter the path of the %s folder you wish to use here."
msgstr "Въведете пътя до папката %s, която искате да използвате тук."
#: src/methods/openstack2.php:257
msgid "Container"
msgstr "Контейнер"
#: src/methods/openstack2.php:253
msgid "Leave this blank, and a default will be chosen."
msgstr "Оставете това празно и ще бъде избрана по подразбиране."
#: src/methods/openstack2.php:249
msgid "Tenant"
msgstr "Наемател"
#: src/admin.php:1109, src/admin.php:6083, src/restorer.php:392,
#: src/restorer.php:390, src/methods/openstack2.php:251,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "Follow this link for more information"
msgstr "Следвайте тази връзка за повече информация"
#: src/methods/openstack2.php:130
msgid "authentication URI"
msgstr "URI за удостоверяване"
#: src/methods/addon-base-v2.php:239, src/methods/addon-base-v2.php:259
msgid "Failed to download %s"
msgstr "Неуспешно изтегляне на %s"
#: src/methods/addon-base-v2.php:253
msgid "Failed to download"
msgstr "Неуспешно изтегляне"
#: src/methods/addon-base-v2.php:138
msgid "failed to list files"
msgstr "неуспешно изброяване на файлове"
#: src/methods/addon-base-v2.php:100, src/methods/addon-base-v2.php:105
msgid "Failed to upload %s"
msgstr "Неуспешно качване на %s"
#: src/addons/pcloud.php:710, src/methods/dropbox.php:910,
#: src/methods/dropbox.php:912
msgid "Success:"
msgstr "Готово:"
#: src/addons/googlecloud.php:1318, src/addons/onedrive.php:1333,
#: src/methods/googledrive.php:1506
msgid "After you have saved your settings (by clicking 'Save Changes' below), then come back here once and follow this link to complete authentication with %s."
msgstr "След като сте записали настройките си (като кликнете върху \"Запиши промените\" по-долу), се върнете тук веднъж и следвайте тази връзка, за да завършите удостоверяването с %s."
#: src/methods/dropbox.php:605
msgid "Dropbox"
msgstr "Dropbox"
#: src/addons/onedrive.php:1328, src/addons/pcloud.php:549,
#: src/methods/dropbox.php:605
msgid "Authenticate with %s"
msgstr "Удостоверяване с %s"
#: src/methods/cloudfiles.php:415, src/methods/openstack-base.php:460
msgid "Error downloading remote file: Failed to download"
msgstr "Грешка при изтегляне на отдалечен файл: Неуспешно изтегляне"
#: src/methods/openstack-base.php:531, src/methods/openstack-base.php:536
msgid "Region: %s"
msgstr "Регион: %s"
#: src/methods/openstack-base.php:530
msgid "%s error - we accessed the container, but failed to create a file within it"
msgstr "%s грешка - достъп до контейнера, но не успяхме да създадем файл в него"
#: src/methods/openstack-base.php:446
msgid "The %s object was not found"
msgstr "Не е открит %s обект"
#: src/methods/openstack-base.php:56, src/methods/openstack-base.php:369,
#: src/methods/openstack-base.php:438
msgid "Could not access %s container"
msgstr "Не може да се осъществи достъп до контейнера %s"
#: src/methods/openstack-base.php:48, src/methods/openstack-base.php:122,
#: src/methods/openstack-base.php:129, src/methods/openstack-base.php:361,
#: src/methods/openstack-base.php:426
msgid "%s error - failed to access the container"
msgstr "%s грешка - не успя да влезе в контейнера"
#: src/addons/googlecloud.php:1341, src/addons/onedrive.php:1355,
#: src/addons/pcloud.php:568, src/methods/dropbox.php:750
msgid "Account holder's name: %s."
msgstr "Име на собственика на акаунта: %s."
#: src/methods/googledrive.php:1502
msgid "To be able to set a custom folder name, use UpdraftPlus Premium."
msgstr "За да можете да зададете персонализирано име на папка, използвайте UpdraftPlus Premium."
#: src/methods/googledrive.php:1501
msgid "It is an ID number internal to Google Drive"
msgstr "Това е идентификационен номер в Google Диск"
#: src/methods/googledrive.php:1501
msgid "This is NOT a folder name."
msgstr "Това не е име на папка."
#: src/addons/google-enhanced.php:126, src/methods/googledrive.php:1493
msgid "Folder"
msgstr "Папка"
#: src/addons/onedrive.php:526
msgid "%s download: failed: file not found"
msgstr "%s изтегляне: не е успешно: файлът не е намерен"
#: src/addons/googlecloud.php:904, src/methods/googledrive.php:674
msgid "Name: %s."
msgstr "Име: %s."
#: src/methods/googledrive.php:339
msgid "Google Drive list files: failed to access parent folder"
msgstr "Файловете на списъка с Google Диск: не са успели да получат достъп до родителската папка"
#: src/methods/insufficient.php:121
msgid "Your %s version: %s."
msgstr "Вашата версия %s: %s."
#: src/methods/addon-not-yet-present.php:127, src/methods/insufficient.php:120
msgid "You will need to ask your web hosting company to upgrade."
msgstr "Ще трябва да поискате от вашата уеб хостинг компания да надстроите."
#: src/methods/addon-not-yet-present.php:27, src/methods/insufficient.php:21
msgid "This remote storage method (%s) requires PHP %s or later."
msgstr "Този метод за отдалечено съхранение (%s) изисква PHP %s или по-нова версия."
#: src/templates/wp-admin/advanced/site-info.php:118
msgid "Call"
msgstr "Обаждане"
#: src/templates/wp-admin/advanced/site-info.php:116,
#: src/templates/wp-admin/advanced/site-info.php:116
msgid "Fetch"
msgstr "Донесе"
#: src/addons/migrator.php:315,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:72,
#: src/templates/wp-admin/settings/form-contents.php:183,
#: src/templates/wp-admin/settings/tab-backups.php:74
msgid "This feature requires %s version %s or later"
msgstr "Този компонент изисква версия %s %s или по-нова версия"
#: src/restorer.php:857
msgid "Failed to unpack the archive"
msgstr "Неуспешно разопаковане на архива"
#: src/class-updraftplus.php:1638, src/methods/cloudfiles.php:428
msgid "Error - failed to download the file"
msgstr "Грешка - не успя да изтеглите файла"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "Rescan local folder for new backup sets"
msgstr "Преименувай локалната папка за нови комплекти за архивиране"
#: src/udaddons/updraftplus-addons.php:325
msgid "You should update UpdraftPlus to make sure that you have a version that has been tested for compatibility."
msgstr "Трябва да актуализирате UpdraftPlus, за да се уверите, че имате версия, която е тествана за съвместимост."
#: src/udaddons/updraftplus-addons.php:325
msgid "It has been tested up to version %s."
msgstr "Тестван е до версия %s."
#: src/udaddons/updraftplus-addons.php:325
msgid "The installed version of UpdraftPlus Backup/Restore has not been tested on your version of WordPress (%s)."
msgstr "Инсталираната версия на UpdraftPlus backup/Restore не е тествана на вашата версия на WordPress (%s)."
#: src/addons/sftp.php:646
msgid "password/key"
msgstr "парола/ключ"
#: src/admin.php:990, src/addons/migrator.php:554, src/addons/sftp.php:613,
#: src/templates/wp-admin/settings/temporary-clone.php:68
msgid "Key"
msgstr "Ключ"
#: src/addons/sftp.php:616
msgid "Your login may be either password or key-based - you only need to enter one, not both."
msgstr "Вашето потребителско име може да е или с парола, или ключ- трябва само да въведете едно, а не и двете."
#: src/addons/sftp.php:428
msgid "The key provided was not in a valid format, or was corrupt."
msgstr "Предоставеният ключ не е във валиден формат или е повреден."
#: src/addons/sftp.php:124
msgid "SCP/SFTP password/key"
msgstr "SCP/SFTP парола/ключ"
#: src/admin.php:4584, src/addons/wp-cli.php:451
msgid "Files backup (created by %s)"
msgstr "Архивиране на файлове (създадено от %s)"
#: src/admin.php:4584, src/addons/wp-cli.php:451
msgid "Files and database WordPress backup (created by %s)"
msgstr "Архивни файлове и база данни на WordPress (създадени от %s)"
#: src/admin.php:4578, src/addons/importer.php:278,
#: src/includes/class-backup-history.php:534
msgid "Backup created by: %s."
msgstr "Архивирането е създадено от: %s."
#: src/admin.php:4538, src/addons/wp-cli.php:434
msgid "Database (created by %s)"
msgstr "База данни (създадена от %s)"
#: src/admin.php:4532, src/admin.php:4580, src/addons/wp-cli.php:432
msgid "unknown source"
msgstr "неизвестен източник"
#: src/templates/wp-admin/advanced/site-info.php:122,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:56,
#: src/templates/wp-admin/settings/tab-backups.php:60
msgid "Rescan remote storage"
msgstr "Повторно сканиране на отдалечено хранилище"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:51,
#: src/templates/wp-admin/settings/tab-backups.php:55
msgid "Upload backup files"
msgstr "Качване на архивни файлове"
#: src/admin.php:2737
msgid "This backup was created by %s, and can be imported."
msgstr "Това архивиране е създадено от %s и може да бъде импортирано."
#: src/admin.php:1429
msgid "Read this page for a guide to possible causes and how to fix it."
msgstr "Прочетете тази страница за ръководство за възможните причини и как да го поправите."
#: src/admin.php:951, src/includes/class-backup-history.php:541
msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
msgstr "Ако това е резервно копие, създадено от друг резервен плъгин, updraftPlus Premium може да е в състояние да ви помогне."
#: src/admin.php:950
msgid "However, UpdraftPlus archives are standard zip/SQL files - so if you are sure that your file has the right format, then you can rename it to match that pattern."
msgstr "Въпреки това, UpdraftPlus архивите са стандартни ZIP / SQL файлове - така че ако сте сигурни, че файлът ви има правилния формат, можете да го преименувате, за да съответства на този модел."
#: src/includes/class-backup-history.php:541
msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
msgstr "Този файл не изглежда да бъде Backup архив UpdraftPlus (такива файлове са .zip или .gz файлове, които имат име като: backup_(time)__(име на сайта) _(код)__(тип).( (напр. цип|gz))."
#: src/admin.php:4581, src/restorer.php:2769,
#: src/includes/class-wpadmin-commands.php:159
msgid "Backup created by unknown source (%s) - cannot be restored."
msgstr "Архивирането, създадено от неизвестен източник (%s) - не може да бъде възстановено."
#: src/restorer.php:1742, src/restorer.php:1694
msgid "The WordPress content folder (wp-content) was not found in this zip file."
msgstr "Папката със съдържание на WordPress (wp-съдържание) не е намерена в този zip файл."
#: src/restorer.php:1587
msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
msgstr "Тази версия на UpdraftPlus не знае как да се справи с този тип чуждестранен архив"
#: src/methods/dropbox.php:406
msgid "%s returned an unexpected HTTP response: %s"
msgstr "%s върна неочакван HTTP отговор: %s"
#: src/addons/sftp.php:1180
msgid "The UpdraftPlus module for this file access method (%s) does not support listing files"
msgstr "Модулът UpdraftPlus за този метод за достъп до файлове (%s) не поддържа списък на файлове"
#: src/addons/backblaze.php:665, src/methods/cloudfiles.php:244,
#: src/methods/dropbox.php:388, src/methods/openstack-base.php:117
msgid "No settings were found"
msgstr "Не са намерени настройки"
#: src/includes/class-backup-history.php:729
msgid "One or more backups has been added from scanning remote storage; note that these backups will not be automatically deleted through the \"retain\" settings; if/when you wish to delete them then you must do so manually."
msgstr "Едно или повече архиви са добавени от сканирането за отдалечено съхранение; имайте предвид, че тези архиви няма да бъдат автоматично изтрити чрез настройките за \"запазване\"; ако/, когато искате да ги изтриете, трябва да го направите ръчно."
#: src/admin.php:915
msgid "Rescanning remote and local storage for backup sets..."
msgstr "Повторно сканиране на отдалечено и локално хранилище за резервни комплекти..."
#: src/addons/googlecloud.php:1312, src/addons/s3-enhanced.php:73,
#: src/addons/s3-enhanced.php:81, src/methods/s3generic.php:203,
#: src/methods/s3generic.php:209
msgid "(Read more)"
msgstr "Прочети повече"
#: src/addons/reporting.php:518
msgid "Log all messages to syslog (only server admins are likely to want this)"
msgstr "Влезте всички съобщения в syslog (само администраторите на сървъра вероятно искат това)"
#: src/addons/morefiles.php:433
msgid "No backup of location: there was nothing found to back up"
msgstr "Няма резервно копие на местоположението: не е намерено нищо за архивиране"
#: src/addons/moredatabase.php:260, src/addons/morefiles.php:334,
#: src/addons/morefiles.php:1056, src/addons/reporting.php:543
msgid "Remove"
msgstr "Премахни"
#: src/methods/s3.php:940, src/methods/s3.php:1084
msgid "Other %s FAQs."
msgstr "Други често задавани въпроси за %s."
#: src/templates/wp-admin/settings/form-contents.php:321
msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
msgstr "Проверете това, за да получите повече информация и имейли за процеса на архивиране - полезно, ако нещо се обърка."
#: src/includes/class-filesystem-functions.php:304, src/methods/ftp.php:116
msgid "Your hosting company must enable these functions before %s can work."
msgstr "Вашата хостинг компания трябва да разреши тези функции, преди %s да може да работи."
#: src/includes/class-filesystem-functions.php:304, src/methods/ftp.php:116
msgid "Your web server's PHP installation has these functions disabled: %s."
msgstr "PHP инсталацията на вашия уеб сървър е забранена: %s."
#: src/methods/ftp.php:113
msgid "encrypted FTP (explicit encryption)"
msgstr "криптиран FTP (изрично шифроване)"
#: src/methods/ftp.php:112
msgid "encrypted FTP (implicit encryption)"
msgstr "криптиран FTP (подразбиращ се шифроване)"
#: src/methods/ftp.php:111
msgid "regular non-encrypted FTP"
msgstr "редовен нешифрован FTP"
#: src/restorer.php:3041
msgid "Backup created by:"
msgstr "Архивиране, създадено от:"
#: src/udaddons/options.php:536
msgid "Available to claim on this site"
msgstr "Налични за предявяване на претенция на този сайт"
#: src/udaddons/updraftplus-addons.php:357
msgid "To maintain your access to support, please renew."
msgstr "За да поддържате достъпа си до поддръжка, моля подновите."
#: src/udaddons/updraftplus-addons.php:357
msgid "Your paid access to UpdraftPlus support will soon expire."
msgstr "Вашият платен достъп до поддръжката на UpdraftPlus скоро ще изтече."
#: src/udaddons/updraftplus-addons.php:355
msgid "To regain your access, please renew."
msgstr "За да си възвърнете достъпа, моля подновите."
#: src/udaddons/updraftplus-addons.php:355
msgid "Your paid access to UpdraftPlus support has expired."
msgstr "Платеният ви достъп до поддръжката на UpdraftPlus е изтекъл."
#: src/udaddons/updraftplus-addons.php:346
msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
msgstr "Вашият платен достъп до актуализациите на UpdraftPlus за този сайт скоро ще изтече."
#: src/udaddons/updraftplus-addons.php:346,
#: src/udaddons/updraftplus-addons.php:344
msgid "To retain your access, and maintain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
msgstr "За да запазите достъпа си и да поддържате достъп до актуализации (включително бъдещите функции и съвместимост с бъдещите версии на WordPress) и поддръжка, моля поднови."
#: src/udaddons/updraftplus-addons.php:344
msgid "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this site will soon expire."
msgstr "Вашият платен достъп до актуализациите на UpdraftPlus за %s на добавките %s на този сайт скоро ще изтече."
#: src/udaddons/updraftplus-addons.php:338
msgid "Your paid access to UpdraftPlus updates for %s add-ons on this site has expired."
msgstr "Платеният ви достъп до актуализациите на UpdraftPlus за %s добавките на този сайт е изтекъл."
#: src/udaddons/updraftplus-addons.php:338,
#: src/udaddons/updraftplus-addons.php:332
msgid "To regain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
msgstr "За да си възвърнете достъпа до актуализации (включително бъдещите функции и съвместимост с бъдещите версии на WordPress) и поддръжка, моля поднови."
#: src/udaddons/updraftplus-addons.php:294
msgid "Dismiss from main dashboard (for %s weeks)"
msgstr "Отхвърляне от главното табло (за %s седмици)"
#: src/includes/class-filesystem-functions.php:355
msgid "The attempt to undo the double-compression succeeded."
msgstr "Опитът за отмяна на двойното компресиране е успешен."
#: src/includes/class-filesystem-functions.php:353,
#: src/includes/class-filesystem-functions.php:331
msgid "The attempt to undo the double-compression failed."
msgstr "Опитът за отмяна на двойното компресиране е неуспешен."
#: src/includes/class-filesystem-functions.php:324
msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
msgstr "Файлът на базата данни изглежда е компресиран два пъти - вероятно сайтът, който сте го изтеглили, е конфигуриран погрешно уеб сървър."
#: src/includes/class-wpadmin-commands.php:399
msgid "Constants"
msgstr "Константи"
#: src/backup.php:1972
msgid "Failed to open database file for reading:"
msgstr "Грешка при отваряне на файла на базата данни за четене:"
#: src/backup.php:1645
msgid "No database tables found"
msgstr "Не са намерени таблици от база данни"
#: src/backup.php:1643
msgid "please wait for the rescheduled attempt"
msgstr "моля изчакайте пренасрочвания опит"
#: src/addons/onedrive.php:147
msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
msgstr "Акаунтът е пълен: вашият %s акаунт има само %d байта, но файлът, който трябва да бъде качен, има %d байта (общ размер: %d байта)"
#: src/udaddons/updraftplus-addons.php:658,
#: src/udaddons/updraftplus-addons.php:564
msgid "Errors occurred:"
msgstr "Възникнаха грешки:"
#: src/admin.php:5152, src/addons/wp-cli.php:761
msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
msgstr "Следвайте тази връзка, за да изтеглите регистрационния файл за това възстановяване (необходим за всички заявки за поддръжка)."
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "See this FAQ also."
msgstr "Вижте и този ЧЗВ."
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:36
msgid "Retrieving (if necessary) and preparing backup files..."
msgstr "Извличане (ако е необходимо) и подготовка на архивни файлове..."
#: src/restorer.php:1579
msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete old folders\" button to delete them before trying again): %s"
msgstr ""
#: src/admin.php:1375, src/class-updraftplus.php:1030
msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
msgstr "Времето, позволено за WordPress плъгини, които да се изпълняват, е много ниско (%s секунди) - трябва да го увеличите, за да се избегнат грешки в архивирането поради времето за изчакване (консултирайте се с уеб хостинг компанията за повече помощ - това е настройката на max_execution_time PHP; препоръчителната стойност е %s секунди или повече)"
#: src/includes/migrator-lite.php:209
msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
msgstr "Забранено е разширението: %s: активирайте го отново ръчно, когато сте готови."
#: src/addons/sftp.php:946, src/addons/sftp.php:943,
#: src/includes/ftp.class.php:61, src/includes/ftp.class.php:58
msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
msgstr "Времето за връзка %s изтече; ако сте въвели сървъра правилно, то това обикновено се дължи на защитна стена, блокираща връзката - трябва да проверите с вашата уеб хостинг компания."
#: src/admin.php:1934, src/addons/moredatabase.php:168
msgid "Messages:"
msgstr "Съобщения:"
#: src/restorer.php:3821
msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
msgstr "Беше намерен SQL ред, който е по-голям от максималния размер на пакета и не може да бъде разделен; този ред няма да бъде обработен, но ще бъде премахнат: %s"
#: src/restorer.php:1258
msgid "The directory does not exist"
msgstr "Директорията не съществува"
#: src/addons/cloudfiles-enhanced.php:298
msgid "New User's Email Address"
msgstr "Имейл адрес на нов потребител"
#: src/addons/cloudfiles-enhanced.php:295
msgid "New User's Username"
msgstr "Ново потребителско име"
#: src/addons/cloudfiles-enhanced.php:292
msgid "Admin API Key"
msgstr "АПИ ключ за администратор"
#: src/addons/cloudfiles-enhanced.php:289
msgid "Admin Username"
msgstr "Потребителско име на администратор"
#: src/addons/cloudfiles-enhanced.php:284
msgid "US or UK Rackspace Account"
msgstr "Сащ или Uk Rackspace акаунт"
#: src/addons/cloudfiles-enhanced.php:276
msgid "Enter your Rackspace admin username/API key (so that Rackspace can authenticate your permission to create new users), and enter a new (unique) username and email address for the new user and a container name."
msgstr "Въведете потребителското си име/ КЛЮЧ за API на Rackspace (така че Rackspace да удостовери вашето разрешение за създаване на нови потребители) и въведете ново (уникално) потребителско име и имейл адрес за новия потребител и име на контейнер."
#: src/addons/cloudfiles-enhanced.php:273
msgid "Create new API user and container"
msgstr "Създаване на нов потребител и контейнер за API"
#: src/addons/cloudfiles-enhanced.php:205
msgid "API Key: %s"
msgstr "API ключ: %s"
#: src/addons/cloudfiles-enhanced.php:205
msgid "Password: %s"
msgstr "Парола: %s"
#: src/addons/cloudfiles-enhanced.php:205, src/addons/s3-enhanced.php:388
msgid "Username: %s"
msgstr "Потребител: %s"
#: src/addons/cloudfiles-enhanced.php:164,
#: src/addons/cloudfiles-enhanced.php:167,
#: src/addons/cloudfiles-enhanced.php:171,
#: src/addons/cloudfiles-enhanced.php:183,
#: src/addons/cloudfiles-enhanced.php:190,
#: src/addons/cloudfiles-enhanced.php:194
msgid "Cloud Files operation failed (%s)"
msgstr "Операцията за файлове в облака е неуспешна (%s)"
#: src/addons/cloudfiles-enhanced.php:162
msgid "Conflict: that user or email address already exists"
msgstr "Конфликт: този потребител или имейл адрес вече съществува"
#: src/addons/cloudfiles-enhanced.php:94
msgid "You need to enter a valid new email address"
msgstr "Трябва да въведете валиден нов имейл адрес"
#: src/addons/cloudfiles-enhanced.php:90
msgid "You need to enter a container"
msgstr "Трябва да въведете контейнер"
#: src/addons/cloudfiles-enhanced.php:87
msgid "You need to enter a new username"
msgstr "Трябва да въведете ново потребителско име"
#: src/addons/cloudfiles-enhanced.php:84
msgid "You need to enter an admin API key"
msgstr "Трябва да въведете ключ за api на администратор"
#: src/addons/cloudfiles-enhanced.php:81
msgid "You need to enter an admin username"
msgstr "Трябва да въведете потребителско име на администратор"
#: src/addons/cloudfiles-enhanced.php:67
msgid "Create a new API user with access to only this container (rather than your whole account)"
msgstr "Създаване на нов потребител на API с достъп само до този контейнер (а не целия ви профил)"
#: src/addons/cloudfiles-enhanced.php:305, src/methods/cloudfiles-new.php:129,
#: src/methods/cloudfiles-new.php:298, src/methods/cloudfiles.php:507
msgid "Cloud Files Container"
msgstr "Контейнер за файлове в облака"
#: src/methods/cloudfiles-new.php:124, src/methods/cloudfiles-new.php:296,
#: src/methods/cloudfiles.php:502
msgid "Cloud Files API Key"
msgstr "Клавиш за API за файлове в облака"
#: src/methods/cloudfiles-new.php:119, src/methods/cloudfiles-new.php:295
msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use Premium."
msgstr ""
#: src/methods/cloudfiles-new.php:116, src/methods/cloudfiles-new.php:294
msgid "Cloud Files Username"
msgstr "Потребителско име на файловете в облака"
#: src/addons/cloudfiles-enhanced.php:54, src/methods/cloudfiles-new.php:148
msgid "London (LON)"
msgstr "Лондон (LON)"
#: src/addons/cloudfiles-enhanced.php:53, src/methods/cloudfiles-new.php:147
msgid "Hong Kong (HKG)"
msgstr "Хонконг (HKG)"
#: src/addons/cloudfiles-enhanced.php:52, src/methods/cloudfiles-new.php:146
msgid "Northern Virginia (IAD)"
msgstr "Северна Вирджиния (IAD)"
#: src/addons/cloudfiles-enhanced.php:51, src/methods/cloudfiles-new.php:145
msgid "Chicago (ORD)"
msgstr "Чикаго (ОРИЕНТА)"
#: src/addons/cloudfiles-enhanced.php:50, src/methods/cloudfiles-new.php:144
msgid "Sydney (SYD)"
msgstr "Сидни (СИД)"
#: src/addons/cloudfiles-enhanced.php:49, src/methods/cloudfiles-new.php:143
msgid "Dallas (DFW) (default)"
msgstr "Далас (DFW) (по подразбиране)"
#: src/addons/cloudfiles-enhanced.php:301, src/methods/cloudfiles-new.php:106,
#: src/methods/cloudfiles-new.php:293
msgid "Cloud Files Storage Region"
msgstr "Регион за съхранение на файлове в облака"
#: src/methods/cloudfiles-new.php:99
msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
msgstr "Сметките, създадени на rackspacecloud.com са в САЩ; rackspace.co.uk са базирани на"
#: src/methods/cloudfiles-new.php:97, src/methods/cloudfiles-new.php:287
msgid "US or UK-based Rackspace Account"
msgstr "В САЩ или великобритания акаунт в Rackspace"
#: src/addons/cloudfiles-enhanced.php:285, src/methods/cloudfiles-new.php:97,
#: src/methods/cloudfiles-new.php:288
msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
msgstr "Създадените на rackspacecloud.com акаунти са американски акаунти; rackspace.co.uk са сметките в Обединеното кралство."
#: src/addons/cloudfiles-enhanced.php:160, src/addons/s3-enhanced.php:300,
#: src/methods/cloudfiles-new.php:37, src/methods/openstack-base.php:491,
#: src/methods/openstack-base.php:489, src/methods/openstack-base.php:512,
#: src/methods/openstack2.php:33
msgid "Authorisation failed (check your credentials)"
msgstr "Неуспешно разрешение (проверете вашите идентификационни данни)"
#: src/addons/wp-cli.php:1082, src/includes/class-commands.php:908,
#: src/methods/updraftvault.php:844, src/udaddons/options.php:244
msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
msgstr "Възникна неизвестна грешка при опит за свързване с UpdraftPlus.Com"
#: src/admin.php:965
msgid "Create"
msgstr "Създаване"
#: src/admin.php:925
msgid "Trying..."
msgstr "Опитва..."
#: src/admin.php:924
msgid "The new user's RackSpace console password is (this will not be shown again):"
msgstr "Паролата на новата конзола RackSpace на потребителя е (това няма да се показва отново):"
#: src/admin.php:935, src/restorer.php:386
msgid "Error data:"
msgstr "Данни за грешка:"
#: src/admin.php:5245
msgid "Backup does not exist in the backup history"
msgstr "Архивирането не съществува в хронологията на архивирането"
#: src/restorer.php:3183
msgid "Split line to avoid exceeding maximum packet size"
msgstr "Разделяне на линия, за да се избегне превишаване на максималния размер на пакета"
#: src/restorer.php:851
msgid "Could not move old files out of the way."
msgstr "Не може да се преместят старите файлове по пътя."
#: src/restorer.php:847
msgid "Moving old data out of the way..."
msgstr "Да се махна от пътя..."
#: src/addons/reporting.php:503
msgid "Add another address..."
msgstr "Добавяне на друг адрес..."
#: src/addons/reporting.php:488
msgid "Enter addresses here to have a report sent to them when a backup job finishes."
msgstr "Въведете адреси тук, за да им изпратите отчет, когато заданието за архивиране завърши."
#: src/class-updraftplus.php:2054, src/class-updraftplus.php:2059
msgid "%s checksum: %s"
msgstr "%s контролна сума: %s"
#: src/class-updraftplus.php:1988, src/class-updraftplus.php:1986
msgid "files: %s"
msgstr "файлове: %s"
#: src/addons/reporting.php:414
msgid "Use the \"Reporting\" section to configure the email addresses to be used."
msgstr "Използвайте секцията \"Отчитане\", за да конфигурирате имейл адресите, които ще се използват."
#: src/addons/reporting.php:293
msgid "Debugging information"
msgstr "Информация за отстраняване на грешки"
#: src/admin.php:4498, src/addons/reporting.php:248
msgid "Uploaded to:"
msgstr "Kачени в:"
#: src/addons/reporting.php:247
msgid "Time taken:"
msgstr "Време:"
#: src/addons/reporting.php:238
msgid "Warnings"
msgstr "Предупреждения"
#: src/addons/reporting.php:223
msgid "Errors"
msgstr "Грешки"
#: src/addons/reporting.php:220
msgid "Errors / warnings:"
msgstr "Грешки / предупреждения:"
#: src/addons/morefiles.php:144, src/addons/morefiles.php:145,
#: src/addons/reporting.php:209
msgid "Contains:"
msgstr "Съдържание:"
#: src/addons/reporting.php:208
msgid "Backup began:"
msgstr "Архивиране започна:"
#: src/addons/reporting.php:196
msgid "Backup Report"
msgstr "Отчет за архивиране"
#: src/addons/reporting.php:191
msgid "%d hours, %d minutes, %d seconds"
msgstr "%d часа, %d минути, %d секунди"
#: src/addons/reporting.php:175
msgid "%d errors, %d warnings"
msgstr "%d грешки, %d предупреждения"
#: src/methods/dropbox.php:816, src/methods/dropbox.php:873
msgid "%s authentication"
msgstr "Удостоверяване на %s"
#: src/class-updraftplus.php:611, src/addons/onedrive.php:924,
#: src/addons/pcloud.php:705, src/methods/dropbox.php:816,
#: src/methods/dropbox.php:873, src/methods/dropbox.php:887,
#: src/methods/dropbox.php:907, src/methods/dropbox.php:1073
msgid "%s error: %s"
msgstr "%s грешка: %s"
#: src/addons/googlecloud.php:1294, src/methods/dropbox.php:599
msgid "%s logo"
msgstr "Емблема на %s"
#: src/methods/dropbox.php:316
msgid "did not return the expected response - check your log file for more details"
msgstr "не връща очаквания отговор - проверете регистрационния файл за повече подробности"
#: src/methods/s3.php:336
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it"
msgstr "Необходимият PHP модул %s не е инсталиран - попитайте вашата уеб хостинг компания, за да го разреши"
#: src/methods/email.php:110
msgid "Your site's admin email address (%s) will be used."
msgstr "Ще бъде използван администраторския имейл адрес на вашия сайт (%s)."
#: src/admin.php:977, src/admin.php:3332, src/methods/updraftvault.php:484,
#: src/methods/updraftvault.php:525,
#: src/templates/wp-admin/settings/temporary-clone.php:87
msgid "Connect"
msgstr "Свързване"
#: src/class-updraftplus.php:5140
msgid "(version: %s)"
msgstr "(версия: %s)"
#: src/admin.php:912
msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
msgstr "Имайте предвид, че пощенски сървъри са склонни да имат ограничения за размера; обикновено около %s Мб; резервни копия, по-големи от всички ограничения, най-вероятно няма да пристигнат."
#: src/class-updraftplus.php:3874, src/addons/reporting.php:207
msgid "Latest status:"
msgstr "Последно състояние:"
#: src/class-updraftplus.php:3873
msgid "Backup contains:"
msgstr "Архивирането съдържа:"
#: src/class-updraftplus.php:3830
msgid "Backed up: %s"
msgstr "Резервно копие: %s"
#: src/class-updraftplus.php:3824, src/class-updraftplus.php:3999,
#: src/addons/reporting.php:290
msgid "The log file has been attached to this email."
msgstr "Регистрационният файл е прикачен към този имейл."
#: src/class-updraftplus.php:3784
msgid "Unknown/unexpected error - please raise a support request"
msgstr "Неизвестна/неочаквана грешка - моля, повдигнете заявка за поддръжка"
#: src/class-updraftplus.php:3779
msgid "Database only (files were not part of this particular schedule)"
msgstr "Само за база данни (файловете не са част от този конкретен график)"
#: src/class-updraftplus.php:3779
msgid "Database (files backup has not completed)"
msgstr "База данни (архивирането на файлове не е завършено)"
#: src/class-updraftplus.php:3776
msgid "Files only (database was not part of this particular schedule)"
msgstr "Само файлове (базата данни не е част от този конкретен график)"
#: src/class-updraftplus.php:3776
msgid "Files (database backup has not completed)"
msgstr "Файлове (архивирането на базата данни не е завършено)"
#: src/admin.php:431, src/class-updraftplus.php:3774
msgid "Files and database"
msgstr "Файлове и база данни"
#: src/options.php:229
msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
msgstr "(Това важи за всички WordPress резервни плъгини, освен ако те са изрично кодирани за многостранна съвместимост)."
#: src/options.php:229
msgid "Without upgrading, UpdraftPlus allows every blog admin who can modify plugin settings to backup (and hence access the data, including passwords, from) and restore (including with customized modifications, e.g. changed passwords) the entire network."
msgstr "Без да се обновява, UpdraftPlus позволява на всеки администратор на блог, който може да променя настройките на плъгин за архивиране (и следователно достъп до данните, включително пароли, от) и възстановяване (включително с персонализирани модификации, например променени пароли) цялата мрежа."
#: src/options.php:229
msgid "This is a WordPress multi-site (a.k.a. network) installation."
msgstr "Това е WordPress мулти-сайт (a.k.a. мрежова) инсталация."
#: src/options.php:229
msgid "UpdraftPlus warning:"
msgstr "Предупреждение за UpdraftPlus:"
#: src/udaddons/options.php:542, src/udaddons/options.php:542
msgid "(or connect using the form on this page if you have already purchased it)"
msgstr "(или се свържете чрез формуляра на тази страница, ако вече сте го закупили)"
#: src/udaddons/options.php:530
msgid "please follow this link to update the plugin in order to activate it"
msgstr "моля, следвайте тази връзка, за да актуализирате приставката, за да го активирате"
#: src/udaddons/options.php:527
msgid "please follow this link to update the plugin in order to get it"
msgstr "моля, следвайте тази връзка, за да актуализирате плъгина, за да го получите"
#: src/udaddons/options.php:519, src/udaddons/options.php:517
msgid "latest"
msgstr "последни"
#: src/udaddons/options.php:515
msgid "Your version: %s"
msgstr "Вашата версия: %s"
#: src/udaddons/options.php:513, src/udaddons/options.php:513
msgid "You've got it"
msgstr "Вие го имате"
#: src/udaddons/options.php:468
msgid "UpdraftPlus Support"
msgstr "Поддръжка на UpdraftPlus"
#: src/udaddons/options.php:406
msgid "An update containing your addons is available for UpdraftPlus - please follow this link to get it."
msgstr "Актуализация, съдържаща добавките ви, е достъпна за UpdraftPlus - моля, следвайте този линк, за да го получите."
#: src/udaddons/options.php:395, src/udaddons/updraftplus-addons.php:384
msgid "UpdraftPlus Addons"
msgstr "Добавки за updraftPlus"
#: src/udaddons/options.php:110
msgid "An update is available for UpdraftPlus - please follow this link to get it."
msgstr "Налична е актуализация за UpdraftPlus - моля, следвайте този линк, за да го получите."
#: src/methods/updraftvault.php:924, src/methods/updraftvault.php:947,
#: src/methods/updraftvault.php:950, src/udaddons/updraftplus-addons.php:1099
msgid "UpdraftPlus.Com returned a response, but we could not understand it"
msgstr "UpdraftPlus.Com отговори, но не можахме да го разберем"
#: src/methods/updraftvault.php:936, src/udaddons/updraftplus-addons.php:1095
msgid "Your email address and password were not recognised by UpdraftPlus.Com"
msgstr "Имейл адресът и паролата ви не са разпознати от UpdraftPlus.Com"
#: src/includes/updraftplus-login.php:57, src/methods/updraftvault.php:897,
#: src/udaddons/updraftplus-addons.php:1058
msgid "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
msgstr "UpdraftPlus.Com върна отговор, който не може да се разбере (данни: %s)"
#: src/udaddons/updraftplus-addons.php:984
msgid "UpdraftPlus.Com responded, but we did not understand the response"
msgstr "UpdraftPlus.Com отговориха, но не разбирахме отговора"
#: src/udaddons/updraftplus-addons.php:982
msgid "We failed to successfully connect to UpdraftPlus.Com"
msgstr "Неуспешно свързване с UpdraftPlus.Com"
#: src/templates/wp-admin/settings/form-contents.php:244,
#: src/templates/wp-admin/settings/tab-addons.php:243,
#: src/templates/wp-admin/settings/tab-addons.php:244
msgid "Reporting"
msgstr "Репортаж"
#: src/admin.php:5927
msgid "Options (raw)"
msgstr "Опции (сурови)"
#: src/admin.php:910, src/addons/reporting.php:547
msgid "Send a report only when there are warnings/errors"
msgstr "Изпращане на отчет само когато има предупреждения/грешки"
#: src/restorer.php:3052
msgid "Content URL:"
msgstr "URL адрес на съдържание:"
#: src/restorer.php:851
msgid "You should check the file ownerships and permissions in your WordPress installation"
msgstr "Трябва да проверите собствеността и разрешенията на файловете в wordPress инсталацията"
#: src/backup.php:4376, src/class-updraftplus.php:1043
msgid "Your free space in your hosting account is very low - only %s Mb remain"
msgstr "Свободното пространство в хостинг акаунта ви е много ниско - остават само %s Mb"
#: src/class-updraftplus.php:1027
msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
msgstr "Размерът на паметта(RAM) разрешен за PHP е много малък (%s Mb) - трябва да я увеличите, за да избегнете грешки поради недостатъчна памет (консултирайте се с уеб хостинг компанията за повече помощ)"
#: src/udaddons/options.php:562
msgid "Manage Addons"
msgstr "Управление на добавки"
#: src/udaddons/options.php:543
msgid "Buy It"
msgstr "Купи го"
#: src/udaddons/options.php:542
msgid "Get it from the UpdraftPlus.Com Store"
msgstr "Вземете го от UpdraftPlus.Com Store"
#: src/udaddons/options.php:538, src/udaddons/options.php:536
msgid "activate it on this site"
msgstr "активиране на този сайт"
#: src/udaddons/options.php:538
msgid "You have an inactive purchase"
msgstr "Имате неактивна покупка"
#: src/udaddons/options.php:530
msgid "Assigned to this site"
msgstr "Присвоен на този сайт"
#: src/udaddons/options.php:527
msgid "Available for this site (via your all-addons purchase)"
msgstr "Наличен за този сайт (чрез вашата покупка на всички добавки)"
#: src/udaddons/options.php:521
msgid "(apparently a pre-release or withdrawn release)"
msgstr "(очевидно предварително освобождаване или изтеглено издание)"
#: src/udaddons/options.php:470, src/udaddons/options.php:470
msgid "Go here"
msgstr "Отидете тук"
#: src/udaddons/options.php:470, src/udaddons/options.php:470
msgid "Need to get support?"
msgstr "Трябва да получите подкрепа?"
#: src/udaddons/options.php:452
msgid "An error occurred when trying to retrieve your add-ons."
msgstr "Възникна грешка при опит за извличане на добавките."
#: src/udaddons/options.php:337
msgid "Claim not granted - your account login details were wrong"
msgstr "Искането не е предоставено - данните за влизане в профила ви са грешни"
#: src/udaddons/options.php:335
msgid "Please wait whilst we make the claim..."
msgstr "Моля, изчакайте, докато ние се заявя..."
#: src/udaddons/options.php:283
msgid "Errors occurred when trying to connect to UpdraftPlus.Com:"
msgstr "Възникнаха грешки при опит за свързване с UpdraftPlus.Com:"
#: src/udaddons/options.php:278
msgid "You are presently not connected to an UpdraftPlus.Com account."
msgstr "Понастоящем не сте свързани към UpdraftPlus.Com акаунт."
#: src/udaddons/options.php:270
msgid "If you bought new add-ons, then follow this link to refresh your connection"
msgstr "Ако сте закупили нови добавки, следвайте тази връзка, за да обновите връзката си"
#: src/udaddons/options.php:263
msgid "You are presently connected to an UpdraftPlus.Com account."
msgstr "В момента сте свързани към UpdraftPlus.Com акаунт."
#: src/admin.php:3330
msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
msgstr "Интересувате се от знаейки за вашата UpdraftPlus.Com парола за сигурност? Прочетете за това тук."
#: src/admin.php:3406
msgid "Forgotten your details?"
msgstr "Забравили сте си детайлите?"
#: src/admin.php:3319
msgid "Not yet got an account (it's free)? Go get one!"
msgstr "Все още не е сметка (това е безплатно)? Иди да вземеш един!"
#: src/admin.php:3385
msgid "Connect with your UpdraftPlus.Com account"
msgstr "Свързване с вашия акаунт за UpdraftPlus.Com"
#: src/udaddons/options.php:134
msgid "You do seem to have the obsolete Updraft plugin installed - perhaps you got them confused?"
msgstr "Изглежда, че имате инсталирана updraft плъгин остаряла - може би сте ги объркали?"
#: src/udaddons/options.php:133
msgid "Go here to begin installing it."
msgstr "Отидете тук, за да започнете да го инсталирате."
#: src/udaddons/options.php:133
msgid "UpdraftPlus is not yet installed."
msgstr "UpdraftPlus все още не е инсталиран."
#: src/udaddons/options.php:130
msgid "Go here to activate it."
msgstr "Отидете тук, за да го активирате."
#: src/udaddons/options.php:129
msgid "UpdraftPlus is not yet activated."
msgstr "UpdraftPlus все още не е активиран."
#: src/udaddons/options.php:122, src/udaddons/options.php:120
msgid "Go here to connect."
msgstr "Отидете тук, за да се свържете."
#: src/udaddons/options.php:120
msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
msgstr "Все още не сте се свързали с вашия акаунт за UpdraftPlus.Com, за да можете да изброите закупените от вас добавки."
#: src/addons/moredatabase.php:337,
#: src/includes/class-updraftplus-encryption.php:148
msgid "Without it, encryption will be a lot slower."
msgstr "Без него криптирането ще бъде много по-бавно."
#: src/addons/moredatabase.php:337,
#: src/includes/class-updraftplus-encryption.php:148
msgid "Your web-server does not have the %s module installed."
msgstr "Вашият уеб сървър не е инсталиран модул %s."
#: src/methods/googledrive.php:1508
msgid "(You appear to be already authenticated, though you can authenticate again to refresh your access if you've had a problem)."
msgstr "(Изглеждате вече удостоверени, въпреки че можете да удостоверите отново, за да опресните достъпа си, ако сте имали проблем)."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:78
msgid "Drop backup files here"
msgstr "Пуснете архивни файлове тук"
#: src/admin.php:923
msgid "The web server returned an error code (try again, or check your web server logs)"
msgstr "Уеб сървърът е върнал код на грешка (опитайте отново или проверете регистрационните файлове на уеб сървъра)"
#: src/admin.php:917, src/addons/wp-cli.php:117
msgid "If you exclude both the database and the files, then you have excluded everything!"
msgstr "Ако изключите и двете база данни и файловете, тогава сте изключили всичко!"
#: src/restorer.php:3046
msgid "Site home:"
msgstr "Начална страница:"
#: src/addons/morestorage.php:231
msgid "Remote Storage Options"
msgstr "Опции за отдалечено съхранение"
#: src/addons/autobackup.php:371, src/addons/autobackup.php:465
msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
msgstr "(трупи могат да бъдат намерени в updraftPlus настройки страница както обикновено)..."
#: src/addons/autobackup.php:330, src/addons/autobackup.php:1193
msgid "Remember this choice for next time (you will still have the chance to change it)"
msgstr "Запомни този избор за следващия път (все още ще имаш възможността да го промениш)"
#: src/addons/azure.php:454
msgid "Upload failed"
msgstr "Файловете не успяха да се качат"
#: src/templates/wp-admin/settings/form-contents.php:126
msgid "You can send a backup to more than one destination with Premium."
msgstr ""
#: src/addons/autobackup.php:331, src/addons/autobackup.php:1198,
#: src/addons/lockadmin.php:167
msgid "Read more about how this works..."
msgstr "Прочетете повече за това как работи това..."
#: src/addons/sftp.php:723
msgid "Failed: We were able to log in, but failed to successfully create a file in that location."
msgstr "Неуспешно: Успяхме да се регистрираме, но не успяхме успешно да създадем файл в това местоположение."
#: src/addons/sftp.php:721
msgid "Failed: We were able to log in and move to the indicated directory, but failed to successfully create a file in that location."
msgstr "Неуспешно: Успяхме да се регистрираме и да се преместим в указаната директория, но не успяхме да създадем успешно файл в това местоположение."
#: src/addons/sftp.php:622
msgid "Use SCP instead of SFTP"
msgstr "Използвайте SCP вместо SFTP"
#: src/addons/sftp.php:123
msgid "SCP/SFTP user setting"
msgstr "SCP/SFTP потребителска настройка"
#: src/addons/sftp.php:122
msgid "SCP/SFTP host setting"
msgstr "SCP/SFTP хост настройка"
#: src/methods/email.php:80
msgid "The attempt to send the backup via email failed (probably the backup was too large for this method)"
msgstr "Опитът за изпращане на архивиране по имейл е неуспешен (вероятно архивирането е твърде голям за този метод)"
#: src/methods/email.php:57
msgid "Backup is of: %s."
msgstr "Архивирането е на: %s."
#: src/admin.php:1017
msgid "%s settings test result:"
msgstr "%s резултат от теста:"
#: src/admin.php:4632, src/admin.php:4630
msgid "(Not finished)"
msgstr "(Не е завършено)"
#: src/admin.php:4632
msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
msgstr "Ако виждате повече архиви, отколкото очаквате, вероятно това е така, защото изтриването на стари комплекти за архивиране не се случва, докато не завърши ново резервно копие."
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "Do not place it inside your uploads or plugins directory, as that will cause recursion (backups of backups of backups of...)."
msgstr "Не го поставяйте в директорията си за качвания или плъгини, тъй като това ще доведе до рекурсия (резервни копия на резервни копия на резервни копия на...)."
#: src/admin.php:3843
msgid "Job ID: %s"
msgstr "ИД на задание: %s"
#: src/admin.php:3823
msgid "last activity: %ss ago"
msgstr "последна дейност: преди %ss"
#: src/admin.php:3805, src/methods/updraftvault.php:557,
#: src/methods/updraftvault.php:604, src/methods/updraftvault.php:724
msgid "Unknown"
msgstr "Неизвестно"
#: src/admin.php:3756
msgid "Backup finished"
msgstr "Архивирането завърши"
#: src/admin.php:3751
msgid "Waiting until scheduled time to retry because of errors"
msgstr "Изчакване до планирано време за повторен опит поради грешки"
#: src/admin.php:3747
msgid "Pruning old backup sets"
msgstr "Резитба стари комплекти за архивиране"
#: src/admin.php:3734
msgid "Uploading files to remote storage"
msgstr "Качване на файлове в отдалечено хранилище"
#: src/admin.php:3803
msgid "Encrypted database"
msgstr "Шифрована база данни"
#: src/admin.php:3795
msgid "Encrypting database"
msgstr "Шифроване на база данни"
#: src/admin.php:3769
msgid "Created database backup"
msgstr "Създаване на резервно копие на база данни"
#: src/admin.php:3782
msgid "table: %s"
msgstr "таблица: %s"
#: src/admin.php:3780
msgid "Creating database backup"
msgstr "Създаване на архивни данни"
#: src/admin.php:3724
msgid "Created file backup zips"
msgstr "Създадени архивирани zips файлове"
#: src/admin.php:3711
msgid "Creating file backup zips"
msgstr "Създаване на архивирани файлове"
#: src/admin.php:3706
msgid "Backup begun"
msgstr "Започна архивиране"
#: src/restorer.php:1563
msgid "file"
msgstr "файл"
#: src/restorer.php:1555, src/addons/onedrive.php:1321
msgid "folder"
msgstr "папка"
#: src/restorer.php:1555, src/restorer.php:1563
msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
msgstr "UpdraftPlus е необходимо, за да се създаде %s в директорията на съдържанието, но не успя - проверете разрешенията за файла и активирайте достъпа (%s)"
#: src/class-updraftplus.php:3694
msgid "The backup has not finished; a resumption is scheduled"
msgstr "Архивирането не е завършено; е планирано възобновяване на"
#: src/class-updraftplus.php:2388
msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
msgstr "Вашият сайт се посещава рядко и UpdraftPlus не получава ресурсите, за които се надяваше; моля, прочетете тази страница:"
#: src/admin.php:970, src/addons/autobackup.php:1212
msgid "Proceed with update"
msgstr "Продължете с актуализацията"
#: src/addons/autobackup.php:1205
msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
msgstr "Не прекратявайте след натискане на \"Продължете по-долу\" - изчакайте архивирането да завърши."
#: src/addons/autobackup.php:143, src/addons/autobackup.php:1154
msgid "UpdraftPlus Automatic Backups"
msgstr "UpdraftPlus Автоматични резервни копия"
#: src/addons/autobackup.php:558
msgid "Errors have occurred:"
msgstr "Възникнаха грешки:"
#: src/addons/autobackup.php:529
msgid "Creating backup with UpdraftPlus..."
msgstr "Създаване на резервно копие с UpdraftPlus ..."
#: src/addons/autobackup.php:474, src/addons/autobackup.php:605,
#: src/addons/autobackup.php:656
msgid "Automatic Backup"
msgstr "Автоматично архивиране"
#: src/addons/autobackup.php:465
msgid "Creating database backup with UpdraftPlus..."
msgstr "Създаване на архивни данни с UpdraftPlus..."
#: src/addons/autobackup.php:431
msgid "themes"
msgstr "теми"
#: src/addons/autobackup.php:424
msgid "plugins"
msgstr "плъгини"
#: src/addons/autobackup.php:375, src/addons/autobackup.php:472
msgid "Starting automatic backup..."
msgstr "Стартиране на автоматично архивиране..."
#: src/addons/autobackup.php:371
msgid "Creating %s and database backup with UpdraftPlus..."
msgstr "Създаване на %s и архивиране на бази данни с UpdraftPlus..."
#: src/addons/autobackup.php:328
msgid "Automatically backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
msgstr "Автоматично архивиране (където е уместно) плъгини, теми и база данни на WordPress с UpdraftPlus преди да се актуализира"
#: src/addons/morefiles.php:271, src/addons/morefiles.php:272
msgid "If you are not sure then you should stop; otherwise you may destroy this WordPress installation."
msgstr "Ако не сте сигурни, трябва да спрете; в противен случай можете да унищожите тази инсталация на WordPress."
#: src/addons/morefiles.php:271, src/addons/morefiles.php:272
msgid "This does not look like a valid WordPress core backup - the file %s was missing."
msgstr "Това не изглежда като валиден архив на ядрото на WordPress - файлът %s липсва."
#: src/addons/morefiles.php:213
msgid "Unable to open zip file (%s) - could not pre-scan it to check its integrity."
msgstr "Не може да се отвори zip файл (%s) - не може да бъде сканиран предварително, за да се провери целостта му."
#: src/addons/morefiles.php:203
msgid "Unable to read zip file (%s) - could not pre-scan it to check its integrity."
msgstr "Не може да се прочете zip файл (%s) - не може да бъде сканиран предварително, за да се провери целостта му."
#: src/templates/wp-admin/settings/header.php:25
msgid "More plugins"
msgstr "Още плъгини"
#: src/includes/updraftplus-notices.php:37,
#: src/templates/wp-admin/settings/header.php:17,
#: src/templates/wp-admin/settings/tab-addons.php:28,
#: src/templates/wp-admin/settings/tab-addons.php:139
msgid "Support"
msgstr "Поддръжка"
#: src/class-updraftplus.php:5481
msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
msgstr "UpdraftPlus не можа да намери префикса на таблицата при сканиране на архива на базата данни."
#: src/class-updraftplus.php:5473
msgid "This database backup is missing core WordPress tables: %s"
msgstr "Този архив на базата данни липсва ядрото на WordPress таблици: %s"
#: src/class-updraftplus.php:5068
msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
msgstr "Базата данни е твърде малка, за да бъде валидна база данни на WordPress (размер: %s Кб)."
#: src/addons/autobackup.php:326, src/addons/autobackup.php:1180
msgid "Be safe with an automatic backup"
msgstr "Бъдете в безопасност с автоматично архивиране"
#: src/admin.php:2990
msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
msgstr "Ако все още можете да прочетете тези думи след завършване на страницата за зареждане, тогава има проблем с JavaScript или jQuery в сайта."
#: src/admin.php:960
msgid "The file was uploaded."
msgstr "Файлът е качен."
#: src/admin.php:959
msgid "Unknown server response status:"
msgstr "Неизвестно състояние на отговор на сървъра:"
#: src/admin.php:958
msgid "Unknown server response:"
msgstr "Неизвестен отговор на сървъра:"
#: src/admin.php:957
msgid "This decryption key will be attempted:"
msgstr "Този ключ за дешифриране ще бъде направен опит:"
#: src/admin.php:956
msgid "Follow this link to attempt decryption and download the database file to your computer."
msgstr "Следвайте тази връзка, за да опитате да дешифрирате и изтеглите файла на базата данни на компютъра."
#: src/admin.php:955
msgid "Upload error"
msgstr "Грешка при качването"
#: src/admin.php:954
msgid "This file is not an UpdraftPlus encrypted database archive (such files are .gz.crypt files which have a name like: backup_(time)_(site name)_(code)_db.crypt.gz)."
msgstr ""
#: src/admin.php:953
msgid "Upload error:"
msgstr "Грешка при качване:"
#: src/admin.php:952
msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
msgstr "(Уверете се, че сте се опитвали да качите zip файл, създаден преди това от UpdraftPlus)"
#: src/admin.php:943
msgid "Download to your computer"
msgstr "Изтегляне на вашия компютър"
#: src/admin.php:942
msgid "Delete from your web server"
msgstr "Изтриване от вашия уеб сървър"
#: src/methods/s3generic.php:191
msgid "Examples of S3-compatible storage providers:"
msgstr ""
#: src/admin.php:4608
msgid "You are missing one or more archives from this multi-archive set."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:325
msgid "Split archives every:"
msgstr "Разделен архив на всеки:"
#: src/addons/moredatabase.php:297
msgid "Error: the server sent us a response (JSON) which we did not understand."
msgstr "Грешка: сървърът ни изпрати отговор (JSON), който не разбираме."
#: src/admin.php:932
msgid "Warnings:"
msgstr "Предупреждения:"
#: src/admin.php:931
msgid "Error: the server sent an empty response."
msgstr "Грешка: сървърът изпрати празен отговор."
#: src/includes/class-wpadmin-commands.php:205
msgid "This multi-archive backup set appears to have the following archives missing: %s"
msgstr "Изглежда, че този архивен набор за архивиране липсва следните архиви: %s"
#: src/includes/class-wpadmin-commands.php:190
msgid "File (%s) was found, but has a different size (%s) from what was expected (%s) - it may be corrupt."
msgstr "Файлът (%s) е намерен, но има различен размер (%s) от очакваното (%s) - може да е повреден."
#: src/includes/class-wpadmin-commands.php:185
msgid "File was found, but is zero-sized (you need to re-upload it): %s"
msgstr "Файлът е намерен, но е с нулев размер (трябва да го качите отново): %s"
#: src/includes/class-wpadmin-commands.php:183
msgid "File not found (you need to upload it): %s"
msgstr "Файлът не е намерен (трябва да го качите): %s"
#: src/addons/wp-cli.php:718, src/includes/class-wpadmin-commands.php:111
msgid "No such backup set exists"
msgstr "Не съществува такъв комплект архивиране"
#: src/restorer.php:848
msgid "Moving unpacked backup into place..."
msgstr "Преместване на неопаковано архивиране на място..."
#: src/backup.php:3998, src/backup.php:4329
msgid "Failed to open the zip file (%s) - %s"
msgstr "Не можа да се отвори zip файл (%s) - %s"
#: src/addons/morefiles.php:183
msgid "WordPress root directory server path: %s"
msgstr "WordPress път на главния сървър: %s"
#: src/methods/dreamobjects.php:193, src/methods/s3generic.php:201
msgid "%s end-point"
msgstr "%s крайна точка"
#: src/methods/s3generic.php:191
msgid "... and many more!"
msgstr "... и още много!"
#: src/methods/s3generic.php:80
msgid "S3 (Compatible)"
msgstr "S3 (съвместим)"
#: src/includes/class-storage-methods-interface.php:301
msgid "File is not locally present - needs retrieving from remote storage"
msgstr "Файлът не е локално присъстващ - трябва да се извлича от отдалечено хранилище"
#: src/restorer.php:519
msgid "Looking for %s archive: file name: %s"
msgstr "Търсене на %s архив: име на файл: %s"
#: src/restorer.php:635
msgid "Final checks"
msgstr "Окончателни проверки"
#: src/templates/wp-admin/settings/form-contents.php:331
msgid "Check this to delete any superfluous backup files from your server after the backup run finishes (i.e. if you uncheck, then any files despatched remotely will also remain locally, and any files being kept locally will not be subject to the retention limits)."
msgstr "Проверете това, за да изтриете излишните архивни файлове от сървъра си след приключване на архивирането (т.е. ако махнете отметката, тогава всички файлове, които се експедират дистанционно, също ще останат локално и всички файлове, които се съхраняват локално няма да бъдат предмет на ограниченията за задържане)."
#: src/templates/wp-admin/settings/form-contents.php:190
msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
msgstr "Пуснете шифровани файлове на бази данни (db.gz.crypt файлове) тук, за да ги качите за дешифриране"
#: src/admin.php:4319
msgid "Your wp-content directory server path: %s"
msgstr "Път до вашия wp-content директория на директория: %s"
#: src/admin.php:949
msgid "Raw backup history"
msgstr "Необработена хронология на архивирането"
#: src/templates/wp-admin/advanced/site-info.php:122
msgid "Show raw backup and file list"
msgstr "Показвай необработените архивни копия и списъка с файлове"
#: src/admin.php:930
msgid "Processing files - please wait..."
msgstr "Обработка на файловете - моля изчакайте..."
#: src/class-updraftplus.php:5082
msgid "Failed to open database file."
msgstr "Грешка при отваряне на файла на базата данни."
#: src/admin.php:5892
msgid "Known backups (raw)"
msgstr "Известни архиви (сурови)"
#: src/restorer.php:1835
msgid "Files found:"
msgstr "Намерени файлове:"
#: src/admin.php:1101
msgid "Restoring table: %s"
msgstr "Възстановяване на таблица: %s"
#: src/restorer.php:2528
msgid "Requested table engine (%s) is not present - changing to MyISAM."
msgstr "Исканият двигател на таблица (%s) не е наличен - преминаване към MyISAM."
#: src/restorer.php:539
msgid "file is size:"
msgstr "размерът на файла е:"
#: src/admin.php:1380, src/admin.php:1398, src/admin.php:2995,
#: src/admin.php:5124, src/backup.php:4383, src/class-updraftplus.php:5334,
#: src/class-updraftplus.php:5334, src/updraftplus.php:226,
#: src/addons/googlecloud.php:1305, src/addons/migrator.php:304,
#: src/addons/migrator.php:307, src/addons/migrator.php:310,
#: src/templates/wp-admin/advanced/db-size.php:19
msgid "Go here for more information."
msgstr "Отидете тук за повече информация."
#: src/admin.php:5123
msgid "Warning: If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
msgstr ""
#: src/admin.php:929
msgid "Some files are still downloading or being processed - please wait."
msgstr "Някои файлове все още се изтеглят или обработват - моля изчакайте."
#: src/addons/fixtime.php:570
msgid "The time zone used is that from your WordPress settings, in Settings -> General."
msgstr "Използваната часова зона е тази от настройките на WordPress, в Настройки -> Общи."
#: src/addons/fixtime.php:570
msgid "Enter in format HH:MM (e.g. 14:22)."
msgstr "Въведете във формат HH:MM (напр. 14:22)."
#: src/methods/ftp.php:208
msgid "%s login failure"
msgstr "Неуспешно влизане в %s"
#: src/addons/pcloud.php:339, src/addons/pcloud.php:440,
#: src/methods/dropbox.php:490
msgid "Failed to access %s when deleting (see log file for more)"
msgstr "Не можа да се осъществи достъп до %s при изтриване (вижте регистрационния файл за повече)"
#: src/methods/cloudfiles.php:424
msgid "Error - no such file exists."
msgstr "Грешка - такъв файл не съществува."
#: src/addons/azure.php:301, src/addons/webdav.php:788,
#: src/addons/webdav.php:795, src/addons/webdav.php:815,
#: src/methods/addon-base-v2.php:253, src/methods/openstack-base.php:460
msgid "%s Error"
msgstr "%s Грешка"
#: src/methods/openstack-base.php:86
msgid "%s error - failed to upload file"
msgstr "%s грешка - грешка при качване на файл"
#: src/class-updraftplus.php:1527
msgid "%s error - failed to re-assemble chunks"
msgstr "%s грешка - неуспешно събиране на блокове"
#: src/methods/cloudfiles.php:250, src/methods/openstack-base.php:44,
#: src/methods/openstack-base.php:357, src/methods/openstack-base.php:422,
#: src/methods/openstack-base.php:495, src/methods/openstack-base.php:498,
#: src/methods/openstack-base.php:516, src/methods/openstack-base.php:521
msgid "%s authentication failed"
msgstr "%s удостоверяването е неуспешно"
#: src/admin.php:2722, src/admin.php:2751, src/admin.php:2743,
#: src/class-updraftplus.php:1230, src/class-updraftplus.php:1236,
#: src/class-updraftplus.php:5051, src/class-updraftplus.php:5049,
#: src/class-updraftplus.php:5309, src/class-updraftplus.php:5232,
#: src/addons/googlecloud.php:512, src/addons/migrator.php:390,
#: src/methods/googledrive.php:592, src/methods/s3.php:370
msgid "Error: %s"
msgstr "Грешка: %s"
#: src/admin.php:4233
msgid "Backup directory specified exists, but is not writable."
msgstr "Указаната директория за архивиране съществува, но не може да се записва."
#: src/admin.php:4231
msgid "Backup directory specified does not exist."
msgstr "Указаната директория за архивиране не съществува."
#: src/admin.php:3857, src/admin.php:4172
msgid "Warning: %s"
msgstr "Предупреждение: %s"
#: src/backup.php:4032
msgid "A very large file was encountered: %s (size: %s Mb)"
msgstr "Срещнат е много голям файл: %s (размер: %s Мб)"
#: src/includes/class-wpadmin-commands.php:586
msgid "Failed to open directory: %s."
msgstr ""
#: src/backup.php:3217
msgid "%s: unreadable file - could not be backed up"
msgstr "%s: нечетим файл - не може да бъде архивиран"
#: src/backup.php:2113
msgid "Table %s has very many rows (%s) - we hope your web hosting company gives you enough resources to dump out that table in the backup."
msgstr ""
#: src/backup.php:2066
msgid "An error occurred whilst closing the final database file"
msgstr "Възникна грешка при затваряне на крайния файл с база данни"
#: src/class-updraftplus.php:3814
msgid "Warnings encountered:"
msgstr "Срещнати предупреждения:"
#: src/class-updraftplus.php:3673
msgid "The backup succeeded (with warnings) and is now complete"
msgstr ""
#: src/class-updraftplus.php:1056
msgid "Your free disk space is very low - only %s Mb remain"
msgstr "Дисковото пространство на диска е много малко - остават само %s Мб"
#: src/addons/migrator.php:398
msgid "New site:"
msgstr "Нов сайт:"
#: src/addons/migrator.php:375
msgid "Migrated site (from UpdraftPlus)"
msgstr "Мигриране на сайта (от UpdraftPlus)"
#: src/addons/migrator.php:324
msgid "Enter details for where this new site is to live within your multisite install:"
msgstr "Въведете подробности за това къде този нов сайт ще живее в рамките на многостранната ви инсталация:"
#: src/addons/migrator.php:323
msgid "Information needed to continue:"
msgstr "Информация, необходима за продължаване на:"
#: src/addons/migrator.php:266
msgid "Network activating theme:"
msgstr "Мрежа за активиране на тема:"
#: src/includes/migrator-lite.php:350
msgid "Processed plugin:"
msgstr "Обработен плъгин:"
#: src/addons/sftp.php:149
msgid "Check your file permissions: Could not successfully create and enter directory:"
msgstr "Проверете разрешенията за файла: Не можа успешно да се създаде и въведете директория:"
#: src/methods/s3.php:1461
msgid "Please check your access credentials."
msgstr "Проверете вашите идентификационни данни за достъп."
#: src/addons/s3-enhanced.php:286, src/methods/s3.php:1438
msgid "The error reported by %s was:"
msgstr "Грешката, отчетена от %s, е:"
#: src/restorer.php:2323
msgid "Please supply the requested information, and then continue."
msgstr "Моля, посочете исканата информация и продължете."
#: src/class-updraftplus.php:5243, src/restorer.php:3081
msgid "Site information:"
msgstr "Информация за сайта:"
#: src/admin.php:1109, src/admin.php:2990, src/class-updraftplus.php:5236,
#: src/restorer.php:3821
msgid "Warning:"
msgstr "Внимание:"
#: src/class-updraftplus.php:5228, src/restorer.php:856
msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
msgstr "Вие работите на многостранна wordPress - но вашето архивиране не е на многостранен сайт."
#: src/admin.php:971, src/admin.php:1163, src/includes/updraftplus-tour.php:97
msgid "Close"
msgstr "Затвори"
#: src/admin.php:922, src/addons/autobackup.php:377,
#: src/addons/autobackup.php:469, src/methods/remotesend.php:75,
#: src/methods/remotesend.php:83, src/methods/remotesend.php:245,
#: src/methods/remotesend.php:261
msgid "Unexpected response:"
msgstr "Неочакван отговор:"
#: src/admin.php:916, src/addons/reporting.php:545
msgid "To send to more than one address, separate each address with a comma."
msgstr "За да изпратите на повече от един адрес, отделете всеки адрес със запетая."
#: src/admin.php:947
msgid "PHP information"
msgstr "Информация за PHP"
#: src/templates/wp-admin/advanced/site-info.php:88
msgid "zip executable found:"
msgstr "намерена е файлът с разширение на цип:"
#: src/templates/wp-admin/advanced/site-info.php:58
msgid "show PHP information (phpinfo)"
msgstr "показване на информация за PHP (phpinfo)"
#: src/templates/wp-admin/settings/migrator-no-migrator.php:9
msgid "Do you want to migrate or clone/duplicate a site?"
msgstr "Искате ли да мигрирате или да клонирате/дублирате сайт?"
#: src/templates/wp-admin/settings/existing-backups-table.php:173
msgid "Please allow time for the communications with the remote storage to complete."
msgstr "Моля, изчакайте да завърши комуникацията с отдалеченото хранилище."
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:23
msgid "Also delete from remote storage"
msgstr "Също изтриване от дистанционно съхранение"
#: src/admin.php:3526
msgid "Latest UpdraftPlus.com news:"
msgstr "Последни новини от UpdraftPlus.com:"
#: src/templates/wp-admin/settings/header.php:11,
#: src/templates/wp-admin/settings/tab-addons.php:73
msgid "Premium"
msgstr "Премиум"
#: src/templates/wp-admin/settings/header.php:15
msgid "News"
msgstr "Новини"
#: src/admin.php:2000, src/includes/class-wpadmin-commands.php:614
msgid "Backup set not found"
msgstr "Архивен набор не е намерен"
#: src/backup.php:290
msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
msgstr "%s - не можа да архивира този обект; съответната директория не съществува (%s)"
#: src/includes/updraftplus-notices.php:167,
#: src/includes/updraftplus-notices.php:168,
#: src/includes/updraftplus-notices.php:177,
#: src/includes/updraftplus-notices.php:178
msgid "RSS link"
msgstr "RSS"
#: src/includes/updraftplus-notices.php:167,
#: src/includes/updraftplus-notices.php:168,
#: src/includes/updraftplus-notices.php:177,
#: src/includes/updraftplus-notices.php:178
msgid "Blog link"
msgstr "Връзка към блог"
#: src/admin.php:1016
msgid "Testing %s Settings..."
msgstr "Тестване на настройките на %s..."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:69,
#: src/templates/wp-admin/settings/tab-backups.php:71
msgid "Or, you can place them manually into your UpdraftPlus directory (usually wp-content/updraft), e.g. via FTP, and then use the \"rescan\" link above."
msgstr "Или можете да ги поставите ръчно в директорията updraftPlus (обикновено wp-content /updraft), например чрез FTP, и след това да използвате връзката \"Повторно сканиране\" по-горе."
#: src/admin.php:1402, src/admin.php:1484
msgid "Notice"
msgstr "Известие"
#: src/class-updraftplus.php:3793
msgid "Errors encountered:"
msgstr "Открити са грешки:"
#: src/admin.php:913
msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
msgstr "Повторно сканиране (търсене на архиви, които сте качили ръчно във вътрешния архивен магазин)..."
#: src/admin.php:928
msgid "Begun looking for this entity"
msgstr "Започна да търси тази същност"
#: src/addons/dropbox-folders.php:38, src/addons/pcloud.php:511
msgid "Store at"
msgstr "Съхранявайте на"
#: src/includes/class-search-replace.php:333
msgid "\"%s\" has no primary key, manual change needed on row %s."
msgstr "\"%s\" няма първичен ключ, необходима е ръчна промяна на ред %s."
#: src/includes/class-search-replace.php:140
msgid "rows: %d"
msgstr "редове: %d"
#: src/includes/migrator-lite.php:1037
msgid "Time taken (seconds):"
msgstr "Време (секунди):"
#: src/admin.php:933, src/includes/migrator-lite.php:1036
msgid "Errors:"
msgstr "Грешки:"
#: src/includes/migrator-lite.php:1035
msgid "SQL update commands run:"
msgstr "SQL актуализация команди:"
#: src/includes/migrator-lite.php:1034
msgid "Changes made:"
msgstr "Направени промени:"
#: src/includes/migrator-lite.php:1033
msgid "Rows examined:"
msgstr "Проверени редове:"
#: src/includes/migrator-lite.php:1032
msgid "Tables examined:"
msgstr "Разгледани таблици:"
#: src/includes/migrator-lite.php:924
msgid "Could not get list of tables"
msgstr "Не може да се получи списък на таблици"
#: src/includes/migrator-lite.php:869
msgid "Warning: the database's site URL (%s) is different to what we expected (%s)"
msgstr "Предупреждение: URL адресът на сайта на базата данни (%s) е различен от очаквания от нас (%s)"
#: src/includes/migrator-lite.php:858
msgid "Nothing to do: the site URL is already: %s"
msgstr "Нищо за върша: URL адресът на сайта вече е: %s"
#: src/includes/migrator-lite.php:821, src/includes/migrator-lite.php:825,
#: src/includes/migrator-lite.php:829, src/includes/migrator-lite.php:834,
#: src/includes/migrator-lite.php:838, src/includes/migrator-lite.php:843
msgid "Error: unexpected empty parameter (%s, %s)"
msgstr "Грешка: неочакван празен параметър (%s, %s)"
#: src/includes/migrator-lite.php:779
msgid "Database: search and replace site URL"
msgstr "База данни: търсене и заместване на URL адрес на сайт"
#: src/restorer.php:4382, src/includes/migrator-lite.php:629,
#: src/includes/migrator-lite.php:1018
msgid "Failed: we did not understand the result returned by the %s operation."
msgstr "Неуспешно: не разбирахме резултата, върнат от операцията %s."
#: src/restorer.php:4380, src/includes/migrator-lite.php:627,
#: src/includes/migrator-lite.php:1016
msgid "Failed: the %s operation was not able to start."
msgstr "Неуспешно: операцията %s не можа да стартира."
#: src/includes/migrator-lite.php:372
msgid "Search and replace site location in the database (migrate)"
msgstr "Търсене и заместване на местоположение на сайта в базата данни (мигриране)"
#: src/includes/migrator-lite.php:372
msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
msgstr "Всички препратки към местоположението на сайта в базата данни ще бъдат заменени с текущия url адрес на сайта ви, което е: %s"
#: src/addons/multisite.php:779
msgid "Blog uploads"
msgstr "Качвания на блогове"
#: src/class-updraftplus.php:2093, src/addons/migrator.php:310
msgid "Must-use plugins"
msgstr "Приставки за задължително използване"
#: src/addons/multisite.php:229
msgid "Multisite Install"
msgstr "Инсталиране на множество"
#: src/addons/fixtime.php:570
msgid "starting from next time it is"
msgstr "започвайки от следващия път"
#: src/addons/sftp.php:713
msgid "However, we were able to log in and move to the indicated directory and successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:651
msgid "Failure: Port must be an integer."
msgstr "Грешка: Портът трябва да е цяло число."
#: src/methods/ftp.php:442, src/methods/openstack2.php:120
msgid "password"
msgstr "парола"
#: src/addons/sftp.php:642, src/methods/openstack2.php:115
msgid "username"
msgstr "потребителско име"
#: src/addons/sftp.php:638
msgid "host name"
msgstr "име на хост"
#: src/addons/sftp.php:621
msgid "Where to change directory to after logging in - often this is relative to your home directory."
msgstr "Къде да промените директорията след влизане в профила си - често това е по отношение на вашата домашна директория."
#: src/addons/sftp.php:615
msgid "Directory path"
msgstr "Път до директорията"
#: src/admin.php:1097, src/admin.php:3401, src/addons/lockadmin.php:178,
#: src/addons/moredatabase.php:265, src/addons/sftp.php:612,
#: src/addons/webdav.php:431, src/methods/openstack2.php:255,
#: src/methods/updraftvault.php:523,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:50
msgid "Password"
msgstr "Парола"
#: src/addons/sftp.php:610, src/addons/webdav.php:435
msgid "Port"
msgstr "Порт"
#: src/addons/moredatabase.php:263, src/addons/sftp.php:609,
#: src/addons/webdav.php:433
msgid "Host"
msgstr "Домакин"
#: src/addons/sftp.php:375
msgid "Error: Failed to download"
msgstr "Грешка: Неуспешно изтегляне"
#: src/addons/sftp.php:683
msgid "Check your file permissions: Could not successfully create and enter:"
msgstr "Проверете разрешенията за файла: Не можа да бъде създаден и въведен успешно:"
#: src/addons/sftp.php:122, src/addons/sftp.php:123, src/addons/sftp.php:124
msgid "No %s found"
msgstr "Няма намерени %s"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:19
msgid "more"
msgstr ""
#: src/addons/morefiles.php:606
msgid "No backup of %s directories: there was nothing found to back up"
msgstr "Няма архив на директориите %s: няма нищо за архивиране"
#: src/admin.php:4333, src/addons/morefiles.php:371
msgid "If entering multiple files/directories, then separate them with commas."
msgstr ""
#: src/addons/morefiles.php:319
msgid "Be careful what you select - if you select / then it really will try to create a zip containing your entire webserver."
msgstr "Бъдете внимателни, какво да изберете - ако изберете / след това наистина ще се опита да създаде цип, съдържащ целия си уеб сървър."
#: src/addons/morefiles.php:317
msgid "If you are not sure what this option is for, then you will not want it, and should turn it off."
msgstr "Ако не сте сигурни за какво е тази опция, тогава няма да я искате и трябва да я изключите."
#: src/addons/morefiles.php:294
msgid "More Files"
msgstr "Още файлове"
#: src/addons/morefiles.php:182
msgid "WordPress core (including any additions to your WordPress root directory)"
msgstr "Ядро на WordPress (включително всички допълнения към вашата WordPress директория)"
#: src/addons/morefiles.php:175
msgid "The above files comprise everything in a WordPress installation."
msgstr "Горните файлове съдържат всичко в wordPress инсталация."
#: src/addons/morefiles.php:156
msgid "Over-write wp-config.php"
msgstr "Над-напиши wp-config.php"
#: src/addons/morefiles.php:152, src/includes/class-wpadmin-commands.php:631
msgid "WordPress Core"
msgstr "Ядро на WordPress"
#: src/addons/webdav.php:503, src/methods/addon-base-v2.php:361
msgid "Failed: We were not able to place a file in that directory - please check your credentials."
msgstr "Неуспешно: Не успяхме да поставим файл в тази директория - проверете вашите идентификационни данни."
#: src/admin.php:3928, src/admin.php:3946, src/admin.php:3987,
#: src/admin.php:3977, src/backup.php:2051, src/addons/googlecloud.php:967,
#: src/addons/googlecloud.php:1007, src/addons/googlecloud.php:1001,
#: src/addons/sftp.php:669, src/methods/addon-base-v2.php:344
msgid "Failed"
msgstr "Неуспешно"
#: src/addons/webdav.php:427
msgid "WebDAV URL"
msgstr "Уеб адрес"
#: src/addons/webdav.php:815
msgid "Local write failed: Failed to download"
msgstr "Неуспешен локален запис: Неуспешно изтегляне"
#: src/addons/webdav.php:795
msgid "Error opening remote file: Failed to download"
msgstr "Грешка при отваряне на отдалечен файл: Неуспешно изтегляне"
#: src/addons/googlecloud.php:375, src/addons/googlecloud.php:373,
#: src/addons/pcloud.php:293, src/addons/sftp.php:120,
#: src/addons/webdav.php:526, src/addons/webdav.php:689,
#: src/addons/webdav.php:695, src/addons/webdav.php:727,
#: src/addons/webdav.php:769, src/methods/addon-base-v2.php:81,
#: src/methods/addon-base-v2.php:129, src/methods/addon-base-v2.php:170,
#: src/methods/addon-base-v2.php:229, src/methods/addon-base-v2.php:318,
#: src/methods/ftp.php:42, src/methods/googledrive.php:324,
#: src/methods/googledrive.php:322
msgid "No %s settings were found"
msgstr "Не са намерени %s настройки"
#: src/methods/ftp.php:464
msgid "Failure: we successfully logged in, but were not able to create a file in the given directory."
msgstr "Грешка: успешно влязохме, но не успяхме да създадем файл в дадена директория."
#: src/methods/ftp.php:461
msgid "Success: we successfully logged in, and confirmed our ability to create a file in the given directory (login type:"
msgstr "Успех: успешно се регистрирахме и потвърдихме способността си да създадем файл в дадена директория (тип вход:"
#: src/methods/ftp.php:452
msgid "Failure: we did not successfully log in with those credentials."
msgstr "Неуспех: ние не успешно се логнете с тези идентификационни данни."
#: src/methods/ftp.php:434
msgid "Failure: No server details were given."
msgstr "Грешка: Не са дадени данни за сървъра."
#: src/methods/ftp.php:127
msgid "Needs to already exist"
msgstr "Трябва вече да съществува"
#: src/addons/onedrive.php:975, src/addons/pcloud.php:720,
#: src/methods/dropbox.php:934
msgid "Your %s account name: %s"
msgstr "Име на акаунт %s: %s"
#: src/addons/pcloud.php:710, src/methods/dropbox.php:910,
#: src/methods/dropbox.php:912
msgid "you have authenticated your %s account"
msgstr "сте удостоверили вашия %s акаунт"
#: src/methods/dropbox.php:603
msgid "Backups are saved in %s."
msgstr ""
#: src/methods/dropbox.php:602
msgid "Need to use sub-folders?"
msgstr "Трябва да използвате подпапки?"
#: src/methods/dropbox.php:313
msgid "error: failed to upload file to %s (see log file for more)"
msgstr "грешка: не успя да качите файл в %s (вижте регистрационния файл за повече)"
#: src/addons/pcloud.php:147, src/addons/pcloud.php:707,
#: src/methods/dropbox.php:216
msgid "error: %s (see log file for more)"
msgstr "грешка: %s (виж регистрационния файл за повече)"
#: src/methods/s3.php:1456
msgid "The communication with %s was not encrypted."
msgstr "Комуникацията с %s не е шифрована."
#: src/methods/s3.php:1454
msgid "The communication with %s was encrypted."
msgstr "Комуникацията с %s е шифрована."
#: src/addons/googlecloud.php:1030, src/methods/s3.php:1451
msgid "We accessed the bucket, and were able to create files within it."
msgstr "Ние имаме достъп до кофата и успяхме да създадем файлове в него."
#: src/addons/googlecloud.php:1024, src/addons/googlecloud.php:1038,
#: src/methods/s3.php:1449, src/methods/s3.php:1461
msgid "We successfully accessed the bucket, but the attempt to create a file in it failed."
msgstr "Успешно осъществихме достъп до кофата, но опитът да се създаде файл в него е неуспешен."
#: src/addons/googlecloud.php:1024, src/addons/googlecloud.php:1038,
#: src/methods/s3.php:1449, src/methods/s3.php:1461
msgid "Failure"
msgstr "Провалено"
#: src/methods/openstack2.php:252, src/methods/s3.php:1430
msgid "Region"
msgstr "Регион"
#: src/addons/googlecloud.php:140, src/addons/googlecloud.php:984,
#: src/methods/s3.php:1392
msgid "Failure: No bucket details were given."
msgstr "Неуспех: Не са дадени подробности за кофата."
#: src/methods/s3.php:1370
msgid "API secret"
msgstr "API secret"
#: src/methods/dreamobjects.php:191, src/methods/s3.php:1048,
#: src/methods/s3.php:1088, src/methods/s3generic.php:199
msgid "%s location"
msgstr "Местоположение %s"
#: src/methods/dreamobjects.php:189, src/methods/s3.php:1044,
#: src/methods/s3.php:1086, src/methods/s3generic.php:197
msgid "%s secret key"
msgstr "Секретен ключ %s"
#: src/methods/dreamobjects.php:188, src/methods/s3.php:1040,
#: src/methods/s3.php:1085, src/methods/s3generic.php:196
msgid "%s access key"
msgstr "%s ключ за достъп"
#: src/methods/dreamobjects.php:185, src/methods/s3.php:938,
#: src/methods/s3.php:1083, src/methods/s3generic.php:195
msgid "If you see errors about SSL certificates, then please go here for help."
msgstr "Ако виждате грешки за SSL сертификати, моля, отидете тук за помощ."
#: src/methods/s3.php:520
msgid "%s re-assembly error (%s): (see log file for more)"
msgstr "Грешка при повторно сглобяване %s (%s): (виж регистрационния файл за повече)"
#: src/methods/s3.php:516
msgid "upload (%s): re-assembly failed (see log for more details)"
msgstr "качване (%s): неуспешна грешка при повторното сглобяване (вижте регистрационния файл за повече подробности)"
#: src/methods/s3.php:500
msgid "chunk %s: upload failed"
msgstr "блок %s: качването е неуспешно"
#: src/methods/s3.php:472
msgid "error: file %s was shortened unexpectedly"
msgstr "грешка: файл %s беше съкратен неочаквано"
#: src/methods/s3.php:450
msgid "%s upload: getting uploadID for multipart upload failed - see log file for more details"
msgstr "%s качване: получаване на качване на качване за многочайна качване е неуспешно - за повече подробности вижте регистрационния файл"
#: src/methods/email.php:106
msgid "Note:"
msgstr "Бележка:"
#: src/methods/email.php:46
msgid "WordPress Backup"
msgstr "Архивиране на WordPress"
#: src/methods/cloudfiles.php:590, src/methods/openstack-base.php:535
msgid "We accessed the container, and were able to create files within it."
msgstr "Ние достъп до контейнера и успяхме да създадем файлове в него."
#: src/methods/cloudfiles.php:586
msgid "Cloud Files error - we accessed the container, but failed to create a file within it"
msgstr "Грешка в Cloud Files - достъпхме контейнера, но не успяхме да създадем файл в него"
#: src/methods/cloudfiles.php:559, src/methods/openstack-base.php:477
msgid "Failure: No container details were given."
msgstr "Отказ: Не са дадени подробности за контейнера."
#: src/admin.php:1096, src/addons/moredatabase.php:264,
#: src/addons/sftp.php:611, src/addons/webdav.php:430,
#: src/methods/cloudfiles-new.php:171, src/methods/cloudfiles.php:539,
#: src/methods/openstack2.php:254
msgid "Username"
msgstr "Потребителско име"
#: src/methods/cloudfiles-new.php:166, src/methods/cloudfiles.php:534,
#: src/methods/s3.php:1366
msgid "API key"
msgstr "Ключ за API"
#: src/admin.php:991, src/addons/moredatabase.php:113,
#: src/addons/moredatabase.php:115, src/addons/moredatabase.php:117,
#: src/addons/sftp.php:638, src/addons/sftp.php:642, src/addons/sftp.php:646,
#: src/addons/webdav.php:482, src/includes/class-remote-send.php:580,
#: src/includes/migrator-lite.php:242, src/methods/addon-base-v2.php:336,
#: src/methods/cloudfiles-new.php:166, src/methods/cloudfiles-new.php:171,
#: src/methods/cloudfiles.php:534, src/methods/cloudfiles.php:539,
#: src/methods/ftp.php:438, src/methods/ftp.php:442,
#: src/methods/openstack2.php:115, src/methods/openstack2.php:120,
#: src/methods/openstack2.php:125, src/methods/openstack2.php:130,
#: src/methods/s3.php:1366, src/methods/s3.php:1370
msgid "Failure: No %s was given."
msgstr "Грешка: Не е даден %s."
#: src/methods/cloudfiles.php:498
msgid "Cloud Files username"
msgstr "Потребителско име за файлове в облака"
#: src/addons/cloudfiles-enhanced.php:45, src/methods/cloudfiles-new.php:101,
#: src/methods/cloudfiles-new.php:291, src/methods/cloudfiles.php:482
msgid "UK"
msgstr "UK"
#: src/addons/cloudfiles-enhanced.php:44, src/methods/cloudfiles-new.php:100,
#: src/methods/cloudfiles-new.php:290, src/methods/cloudfiles.php:481
msgid "US (default)"
msgstr "US (по подразбиране)"
#: src/methods/cloudfiles.php:478
msgid "US or UK Cloud"
msgstr "Облакът в САЩ или Обединеното кралство"
#: src/methods/cloudfiles-new.php:285, src/methods/cloudfiles.php:461,
#: src/methods/openstack2.php:245
msgid "Also, you should read this important FAQ."
msgstr "Също така трябва да прочетете тези важни ЧЗВ."
#: src/methods/cloudfiles.php:461
msgid "Get your API key from your Rackspace Cloud console (read instructions here), then pick a container name to use for storage."
msgstr ""
#: src/admin.php:1015, src/addons/azure.php:708, src/addons/backblaze.php:793,
#: src/addons/sftp.php:623, src/addons/webdav.php:440,
#: src/methods/backup-module.php:404, src/methods/cloudfiles-new.php:299,
#: src/methods/dreamobjects.php:194, src/methods/ftp.php:130,
#: src/methods/openstack2.php:258, src/methods/s3.php:1090,
#: src/methods/s3generic.php:214
msgid "Test %s Settings"
msgstr "Тест на %s Настройки"
#: src/class-updraftplus.php:1570, src/class-updraftplus.php:1614,
#: src/addons/webdav.php:788, src/methods/cloudfiles.php:398
msgid "Error opening local file: Failed to download"
msgstr "Грешка при отваряне на локален файл: Неуспешно изтегляне"
#: src/addons/sftp.php:250, src/methods/openstack-base.php:314,
#: src/methods/s3.php:408, src/methods/s3.php:420, src/methods/s3.php:421
msgid "%s Error: Failed to upload"
msgstr "%s Грешка: Не можа да бъде качено"
#: src/class-updraftplus.php:1412
msgid "%s Error: Failed to open local file"
msgstr "%s Грешка: Не може да се отвори локален файл"
#: src/addons/cloudfiles-enhanced.php:120,
#: src/addons/cloudfiles-enhanced.php:133,
#: src/addons/cloudfiles-enhanced.php:137, src/methods/cloudfiles.php:569,
#: src/methods/cloudfiles.php:572, src/methods/cloudfiles.php:575
msgid "Cloud Files authentication failed"
msgstr "Неуспешно удостоверяване на файлове в облака"
#: src/addons/pcloud.php:552, src/methods/backup-module.php:634,
#: src/methods/dropbox.php:607
msgid "After you have saved your settings (by clicking 'Save Changes' below), then come back here and follow this link to complete authentication with %s."
msgstr ""
#: src/addons/googlecloud.php:1317, src/methods/googledrive.php:1505
msgid "Authenticate with Google"
msgstr "Удостоверяване с Google"
#: src/addons/googlecloud.php:1300, src/addons/onedrive.php:1319,
#: src/methods/googledrive.php:1491
msgid "Client Secret"
msgstr "Клиентска тайна/Таен ключ"
#: src/addons/googlecloud.php:1299, src/methods/googledrive.php:1490
msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
msgstr "Ако Google по-късно ви покаже съобщението \"invalid_client\", не сте въвели валиден клиентски номер тук."
#: src/addons/googlecloud.php:1298, src/addons/onedrive.php:1317,
#: src/methods/googledrive.php:1489
msgid "Client ID"
msgstr "Клиентски идентификационен номер"
#: src/methods/googledrive.php:1498
msgid "You must add the following as the authorised redirect URI (under \"More Options\") when asked"
msgstr "Трябва да добавите следното като оторизиран URI за пренасочване (в \"Повече опции\"), когато бъдете"
#: src/addons/googlecloud.php:1289, src/methods/googledrive.php:1497
msgid "Select 'Web Application' as the application type."
msgstr "Изберете \"Уеб приложение\" като тип приложение."
#: src/addons/googlecloud.php:590, src/addons/googlecloud.php:591,
#: src/addons/googlecloud.php:1062, src/addons/googlecloud.php:1060,
#: src/methods/googledrive.php:832, src/methods/googledrive.php:833,
#: src/methods/googledrive.php:821, src/methods/googledrive.php:822
msgid "Account is not authorized."
msgstr "Акаунтът не е оторизиран."
#: src/addons/webdav.php:743, src/methods/googledrive.php:717,
#: src/methods/googledrive.php:779, src/methods/googledrive.php:797,
#: src/methods/googledrive.php:795
msgid "Failed to upload to %s"
msgstr "Неуспешно качване в %s"
#: src/methods/googledrive.php:760
msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded is %d bytes"
msgstr "Акаунтът е пълен: вашият %s акаунт има само %d байта, но файлът, който трябва да бъде качен, е %d байта"
#: src/methods/googledrive.php:868, src/methods/googledrive.php:904
msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
msgstr "Все още не сте получили маркер за достъп от Google – трябва да оторизирате или да преотстъпвате връзката си с Google Диск."
#: src/addons/googlecloud.php:904, src/addons/onedrive.php:1013,
#: src/methods/googledrive.php:674
msgid "you have authenticated your %s account."
msgstr "вие сте удостоверили вашия %s акаунт."
#: src/addons/googlecloud.php:904, src/addons/googlecloud.php:1030,
#: src/addons/onedrive.php:1013, src/addons/sftp.php:711,
#: src/addons/sftp.php:707, src/addons/wp-cli.php:500,
#: src/methods/addon-base-v2.php:358, src/methods/cloudfiles.php:590,
#: src/methods/googledrive.php:674, src/methods/openstack-base.php:535,
#: src/methods/s3.php:1451
msgid "Success"
msgstr "Успешно"
#: src/addons/onedrive.php:967, src/addons/pcloud.php:722,
#: src/methods/dropbox.php:964, src/methods/dropbox.php:955,
#: src/methods/googledrive.php:635
msgid "Your %s quota usage: %s %% used, %s available"
msgstr "Използване на квота %s: %s %% използвана, %s на разположение"
#: src/methods/googledrive.php:598
msgid "%s authorization failed"
msgstr ""
#: src/methods/addon-not-yet-present.php:124
msgid "follow this link to get it"
msgstr "следвайте тази връзка, за да го получите"
#: src/methods/addon-not-yet-present.php:125
msgid "%s support is available as an add-on"
msgstr "Поддръжката на %s е налична като добавка"
#: src/methods/addon-not-yet-present.php:34,
#: src/methods/addon-not-yet-present.php:76,
#: src/methods/addon-not-yet-present.php:83
msgid "You do not have the UpdraftPlus %s add-on installed - get it from %s"
msgstr "Нямате инсталирана добавката UpdraftPlus %s - да го получите от %s"
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:137
msgid "You need to re-authenticate with %s, as your existing credentials are not working."
msgstr "Трябва да удостоверите отново с %s, тъй като вашите съществуващи идентификационни данни не работят."
#: src/admin.php:3932, src/admin.php:3943, src/admin.php:3984,
#: src/admin.php:3980, src/restorer.php:537, src/restorer.php:4329,
#: src/restorer.php:4188, src/includes/class-remote-send.php:441,
#: src/includes/class-storage-methods-interface.php:329
msgid "OK"
msgstr "ОК"
#: src/restorer.php:4293, src/restorer.php:4182
msgid "Table prefix has changed: changing %s table field(s) accordingly:"
msgstr "Префиксът на таблицата е променен: съответно променя полето (полетата на %s) таблица:"
#: src/restorer.php:3990, src/includes/class-search-replace.php:519
msgid "the database query being run was:"
msgstr "заявката за база данни, която се изпълнява, е:"
#: src/restorer.php:2607
msgid "will restore as:"
msgstr "ще се възстанови като:"
#: src/restorer.php:2436, src/restorer.php:3064, src/restorer.php:3244
msgid "Old table prefix:"
msgstr "Стар префикс на таблицата:"
#: src/class-updraftplus.php:3871, src/class-updraftplus.php:5140,
#: src/addons/reporting.php:97, src/addons/reporting.php:206
msgid "Backup of:"
msgstr "Архивиране на:"
#: src/restorer.php:2806
msgid "Failed to open database file"
msgstr "Грешка при отваряне на файла на базата данни"
#: src/restorer.php:2785
msgid "Failed to find database file"
msgstr "Неуспешно намиране на файл на база данни"
#: src/restorer.php:1174
msgid "Failed to write out the decrypted database to the filesystem"
msgstr "Неуспешно записване на разшифрованата база данни във файловата система"
#: src/restorer.php:1158
msgid "Failed to create a temporary directory"
msgstr "Неуспешно създаване на временна директория"
#: src/restorer.php:855
msgid "Failed to delete working directory after restoring."
msgstr "Неуспешно изтриване на работната директория след възстановяване."
#: src/restorer.php:850
msgid "Cleaning up rubbish..."
msgstr "Почиствам боклука..."
#: src/restorer.php:849
msgid "Restoring the database (on a large site this can take a long time - if it times out (which can happen if your web hosting company has configured your hosting to limit resources) then you should use a different method, such as phpMyAdmin)..."
msgstr "Възстановяване на базата данни (на голям сайт това може да отнеме много време - ако това време (което може да се случи, ако уеб хостинг компания е конфигурирала хостинга ви да ограничава ресурсите), тогава трябва да използвате друг метод, като phpMyAdmin)..."
#: src/restorer.php:846
msgid "Database successfully decrypted."
msgstr "Базата данни е успешно дешифрирана."
#: src/restorer.php:845
msgid "Decrypting database (can take a while)..."
msgstr "Дешифриране на база данни (може да отнеме известно време)..."
#: src/restorer.php:844
msgid "Unpacking backup..."
msgstr "Разопаковане на архивно копие..."
#: src/restorer.php:843
msgid "Copying this entity failed."
msgstr "Копирането на този обект е неуспешно."
#: src/restorer.php:842
msgid "Backup file not available."
msgstr "Няма наличен архивен файл."
#: src/restorer.php:545, src/restorer.php:546
msgid "Could not read one of the files for restoration"
msgstr ""
#: src/restorer.php:725
msgid "Error message"
msgstr "Съобщение за грешка"
#: src/restorer.php:542
msgid "The backup records do not contain information about the proper size of this file."
msgstr "Архивните записи не съдържат информация за правилния размер на този файл."
#: src/restorer.php:534
msgid "Archive is expected to be size:"
msgstr "Очаква се архивът да бъде размер:"
#: src/admin.php:5286
msgid "If making a request for support, please include this information:"
msgstr "Ако правите заявка за поддръжка, моля, включете тази информация:"
#: src/admin.php:5286
msgid "ABORT: Could not find the information on which entities to restore."
msgstr "ABORT: Не може да се намери информация за това кои обекти да се възстанови."
#: src/addons/wp-cli.php:747
msgid "UpdraftPlus Restoration: Progress"
msgstr "Възстановяване на updraftPlus: Прогрес"
#: src/admin.php:5244
msgid "This backup does not exist in the backup history - restoration aborted."
msgstr ""
#: src/admin.php:4660
msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
msgstr "След като натиснете този бутон, ще ви бъде дадена възможност да изберете кои компоненти"
#: src/admin.php:4745
msgid "Delete this backup set"
msgstr "Изтриване на този архивен набор"
#: src/admin.php:1162, src/templates/wp-admin/settings/form-contents.php:390
msgid "Save Changes"
msgstr "Запис на промените"
#: src/templates/wp-admin/settings/form-contents.php:361
msgid "Disable SSL entirely where possible"
msgstr "Забраняване на SSL, когато е възможно"
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "Note that not all cloud backup methods are necessarily using SSL authentication."
msgstr "Имайте предвид, че не всички методи за архивиране в облака са задължително с помощта на SSL удостоверяване."
#: src/templates/wp-admin/settings/form-contents.php:356
msgid "Do not verify SSL certificates"
msgstr "Не проверявай SSL сертификати"
#: src/templates/wp-admin/settings/form-contents.php:351
msgid "Use the server's SSL certificates"
msgstr "Използване на SSL сертификати на сървъра"
#: src/admin.php:4235
msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
msgstr "Ако това е неуспешен, проверете разрешенията на вашия сървър или го променете в друга директория, която може да се записва от процеса на вашия уеб сървър."
#: src/admin.php:4235
msgid "or, to reset this option"
msgstr "или, за да нулирате тази опция"
#: src/admin.php:4235
msgid "Follow this link to attempt to create the directory and set the permissions"
msgstr "Следвайте тази връзка, за да се опитате да създадете директория и да зададете разрешения"
#: src/admin.php:4227
msgid "Backup directory specified is writable, which is good."
msgstr "Указаната директория за архивиране е записваема, което е добро."
#: src/templates/wp-admin/settings/form-contents.php:335
msgid "Backup directory"
msgstr "Директория за архивиране"
#: src/templates/wp-admin/settings/form-contents.php:330
msgid "Delete local backup"
msgstr "Изтриване на локално архивиране"
#: src/templates/wp-admin/settings/form-contents.php:310
msgid "open this to show some further options; don't bother with this unless you have a problem or are curious."
msgstr "отворете това, за да покажете някои допълнителни опции; Не се занимавайте с това, освен ако нямате проблем или сте любопитни."
#: src/templates/wp-admin/settings/form-contents.php:310
msgid "Show expert settings"
msgstr "Показване на експертните настройки"
#: src/templates/wp-admin/settings/form-contents.php:309
msgid "Expert settings"
msgstr "Експертни настройки"
#: src/templates/wp-admin/settings/form-contents.php:320
msgid "Debug mode"
msgstr "Режим на отстраняване"
#: src/templates/wp-admin/settings/form-contents.php:305
msgid "Advanced / Debugging Settings"
msgstr "Разширени настройки за отстраняване на грешки"
#: src/admin.php:946
msgid "Requesting start of backup..."
msgstr "Искам да започна подкрепление..."
#: src/admin.php:963, src/addons/morefiles.php:1034,
#: src/methods/backup-module.php:91,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:94
msgid "Cancel"
msgstr "Отмяна"
#: src/admin.php:4510, src/addons/incremental.php:341,
#: src/addons/incremental.php:333, src/addons/reporting.php:270
msgid "None"
msgstr "Няма"
#: src/templates/wp-admin/settings/form-contents.php:104
msgid "Choose your remote storage"
msgstr "Изберете вашето отдалечено хранилище"
#: src/templates/wp-admin/settings/form-contents.php:179
msgid "Manually decrypt a database backup file"
msgstr "Ръчно дешифриране на архивен файл на база данни"
#: src/templates/wp-admin/settings/form-contents.php:158
msgid "Database encryption phrase"
msgstr "Фраза за шифроване на база данни"
#: src/admin.php:3391, src/methods/updraftvault.php:521,
#: src/templates/wp-admin/settings/form-contents.php:256,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:44
msgid "Email"
msgstr "Електронна поща"
#: src/templates/wp-admin/settings/form-contents.php:148
msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
msgstr "Горните директории са всичко, с изключение на самото ядро на WordPress, което можете да изтеглите отново от WordPress.org."
#: src/addons/morefiles.php:368
msgid "Exclude these:"
msgstr "Без тези артикули:"
#: src/admin.php:4319
msgid "Any other directories found inside wp-content"
msgstr "Всички други директории, намерени в wp-съдържание"
#: src/templates/wp-admin/settings/form-contents.php:145
msgid "Include in files backup"
msgstr "Включване в архивирането на файлове"
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "e.g. if your server is busy at day and you want to run overnight"
msgstr "например ако вашият сървър е зает през деня и искате да стартирате през нощта"
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "To fix the time at which a backup should take place,"
msgstr "За да се определи времето, в което трябва да се извърши архивирането,"
#: src/templates/wp-admin/settings/form-contents.php:62
msgid "Database backup interval"
msgstr "Интервал на архивиране на база данни"
#: src/addons/incremental.php:350, src/addons/incremental.php:337
msgid "Monthly"
msgstr "Месечен"
#: src/addons/incremental.php:349, src/addons/incremental.php:336
msgid "Fortnightly"
msgstr "Две седмици"
#: src/addons/incremental.php:348, src/addons/incremental.php:335
msgid "Weekly"
msgstr "Ежеседмично"
#: src/addons/incremental.php:347, src/addons/incremental.php:334
msgid "Daily"
msgstr "Ежедневно"
#: src/templates/wp-admin/settings/form-contents.php:25
msgid "Files backup interval"
msgstr "Интервал за архивиране на файлове"
#: src/admin.php:973, src/admin.php:4186
msgid "Download log file"
msgstr "Изтегляне на регистрационен файл"
#: src/admin.php:4048
msgid "The folder exists, but your webserver does not have permission to write to it."
msgstr "Папката съществува, но вашият уеб сървър няма разрешение да я пише."
#: src/admin.php:4029
msgid "The request to the filesystem to create the directory failed."
msgstr "Искането за създаване на директорията е неуспешно."
#: src/admin.php:964, src/admin.php:3925, src/admin.php:3940,
#: src/admin.php:3972, src/admin.php:4745,
#: src/includes/class-remote-send.php:696,
#: src/templates/wp-admin/settings/existing-backups-table.php:167,
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Delete"
msgstr "Изтрий"
#: src/admin.php:3877
msgid "show log"
msgstr "показване на дневник"
#: src/templates/wp-admin/advanced/wipe-settings.php:10
msgid "This will delete all your UpdraftPlus settings - are you sure you want to do this?"
msgstr "Това ще изтрие всички настройки на UpdraftPlus - наистина ли искате да направите това?"
#: src/templates/wp-admin/advanced/total-size.php:19
msgid "count"
msgstr "преброяване"
#: src/templates/wp-admin/advanced/total-size.php:9
msgid "N.B. This count is based upon what was, or was not, excluded the last time you saved the options."
msgstr "Nb. Това се базира на това какво е било или не, изключва последния път, когато сте записали опциите."
#: src/templates/wp-admin/advanced/total-size.php:6
msgid "Total (uncompressed) on-disk data:"
msgstr "Общо (некомпресирани) данни на диска:"
#: src/templates/wp-admin/advanced/site-info.php:84,
#: src/templates/wp-admin/settings/tab-addons.php:105,
#: src/templates/wp-admin/settings/tab-addons.php:118,
#: src/templates/wp-admin/settings/tab-addons.php:131,
#: src/templates/wp-admin/settings/tab-addons.php:144,
#: src/templates/wp-admin/settings/tab-addons.php:157,
#: src/templates/wp-admin/settings/tab-addons.php:170,
#: src/templates/wp-admin/settings/tab-addons.php:183,
#: src/templates/wp-admin/settings/tab-addons.php:196,
#: src/templates/wp-admin/settings/tab-addons.php:209,
#: src/templates/wp-admin/settings/tab-addons.php:222,
#: src/templates/wp-admin/settings/tab-addons.php:235,
#: src/templates/wp-admin/settings/tab-addons.php:248,
#: src/templates/wp-admin/settings/tab-addons.php:261,
#: src/templates/wp-admin/settings/tab-addons.php:274,
#: src/templates/wp-admin/settings/tab-addons.php:287,
#: src/templates/wp-admin/settings/tab-addons.php:304
msgid "No"
msgstr "Не"
#: src/addons/webdav.php:439, src/templates/wp-admin/advanced/site-info.php:84,
#: src/templates/wp-admin/advanced/site-info.php:81,
#: src/templates/wp-admin/settings/tab-addons.php:79,
#: src/templates/wp-admin/settings/tab-addons.php:92,
#: src/templates/wp-admin/settings/tab-addons.php:95,
#: src/templates/wp-admin/settings/tab-addons.php:108,
#: src/templates/wp-admin/settings/tab-addons.php:121,
#: src/templates/wp-admin/settings/tab-addons.php:134,
#: src/templates/wp-admin/settings/tab-addons.php:147,
#: src/templates/wp-admin/settings/tab-addons.php:160,
#: src/templates/wp-admin/settings/tab-addons.php:173,
#: src/templates/wp-admin/settings/tab-addons.php:186,
#: src/templates/wp-admin/settings/tab-addons.php:199,
#: src/templates/wp-admin/settings/tab-addons.php:212,
#: src/templates/wp-admin/settings/tab-addons.php:225,
#: src/templates/wp-admin/settings/tab-addons.php:238,
#: src/templates/wp-admin/settings/tab-addons.php:251,
#: src/templates/wp-admin/settings/tab-addons.php:264,
#: src/templates/wp-admin/settings/tab-addons.php:277,
#: src/templates/wp-admin/settings/tab-addons.php:290,
#: src/templates/wp-admin/settings/tab-addons.php:307,
#: src/templates/wp-admin/settings/tab-addons.php:313
msgid "Yes"
msgstr "Да"
#: src/admin.php:6113, src/admin.php:6117,
#: src/templates/wp-admin/advanced/site-info.php:58,
#: src/templates/wp-admin/advanced/site-info.php:64,
#: src/templates/wp-admin/advanced/site-info.php:76,
#: src/templates/wp-admin/advanced/site-info.php:77
msgid "%s version:"
msgstr "Версия %s:"
#: src/templates/wp-admin/advanced/site-info.php:56
msgid "Current memory usage"
msgstr "Текущо използване на паметта"
#: src/templates/wp-admin/advanced/site-info.php:55
msgid "Peak memory usage"
msgstr "Максимално използване на паметта"
#: src/templates/wp-admin/advanced/site-info.php:35
msgid "Web server:"
msgstr "Уеб сървър:"
#: src/templates/wp-admin/settings/take-backup.php:99
msgid "Do you need WordPress Multisite support?"
msgstr "Нуждаете ли се от поддръжка на WordPress?"
#: src/templates/wp-admin/settings/take-backup.php:95
msgid "Multisite"
msgstr "Многоезичен сайт"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:45
msgid "Do read this helpful article of useful things to know before restoring."
msgstr "Прочетете тази полезна статия за полезни неща, които трябва да знаете преди да го възстановите."
#: src/addons/morefiles.php:152,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:82
msgid "%s restoration options:"
msgstr "%s опции за възстановяване:"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:75
msgid "You will need to restore it manually."
msgstr "Ще трябва да го възстановите ръчно."
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:75
msgid "The following entity cannot be restored automatically: \"%s\"."
msgstr "Следният обект не може да бъде възстановен автоматично: \"%s\"."
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "Your web server has PHP's so-called safe_mode active."
msgstr "Вашият уеб сървър има така наречените safe_mode PHP."
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:44
msgid "Choose the components to restore"
msgstr "Изберете компонентите за възстановяване"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:44
msgid "Restoring will replace this site's themes, plugins, uploads, database and/or other content directories (according to what is contained in the backup set, and your selection)."
msgstr "Възстановяването ще замени темите, плъгините, качването, базата данни и/или други директории на съдържанието (според съдържанието, което се съдържа в архивния набор и избора ви)."
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:32
msgid "Restore backup"
msgstr "Възстановяване на архив"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:8
msgid "Delete backup set"
msgstr "Изтриване на архивен набор"
#: src/admin.php:945
msgid "Download error: the server sent us a response which we did not understand."
msgstr "Грешка при изтегляне: сървърът ни изпрати отговор, който не разбираме."
#: src/admin.php:99, src/admin.php:936, src/restorer.php:539,
#: src/restorer.php:567, src/restorer.php:2328, src/restorer.php:4369,
#: src/addons/backblaze.php:247, src/addons/backblaze.php:272,
#: src/addons/cloudfiles-enhanced.php:123, src/addons/s3-enhanced.php:236,
#: src/addons/s3-enhanced.php:241, src/addons/s3-enhanced.php:243,
#: src/addons/sftp.php:1040, src/addons/webdav.php:434,
#: src/includes/class-remote-send.php:359,
#: src/includes/class-remote-send.php:411,
#: src/includes/class-remote-send.php:405,
#: src/includes/class-remote-send.php:480,
#: src/includes/class-remote-send.php:538,
#: src/includes/class-remote-send.php:565,
#: src/includes/class-remote-send.php:620,
#: src/includes/class-remote-send.php:608,
#: src/includes/class-remote-send.php:603,
#: src/includes/class-remote-send.php:593,
#: src/includes/class-search-replace.php:333,
#: src/includes/class-search-replace.php:519,
#: src/includes/migrator-lite.php:614, src/includes/migrator-lite.php:924,
#: src/includes/migrator-lite.php:1002, src/methods/remotesend.php:80,
#: src/methods/remotesend.php:258, src/methods/updraftvault.php:722
msgid "Error:"
msgstr "Грешка:"
#: src/admin.php:927
msgid "calculating..."
msgstr "изчисляване..."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:68,
#: src/templates/wp-admin/settings/tab-backups.php:70
msgid "UpdraftPlus - Upload backup files"
msgstr "UpdraftPlus - Качване на резервни файлове"
#: src/includes/class-filesystem-functions.php:105,
#: src/templates/wp-admin/advanced/site-info.php:51
msgid "refresh"
msgstr "обновяване"
#: src/includes/class-filesystem-functions.php:126,
#: src/templates/wp-admin/advanced/site-info.php:51
msgid "Web-server disk space in use by UpdraftPlus"
msgstr "Дисково пространство на уеб сървъра, което се използва от UpdraftPlus"
#: src/includes/class-filesystem-functions.php:126
msgid "This is a count of the contents of your Updraft directory"
msgstr "Това е преброяване на съдържанието на вашата директория в Updraft"
#: src/addons/google-enhanced.php:126, src/methods/googledrive.php:324,
#: src/methods/googledrive.php:322, src/methods/googledrive.php:674,
#: src/methods/googledrive.php:717, src/methods/googledrive.php:760,
#: src/methods/googledrive.php:767, src/methods/googledrive.php:779,
#: src/methods/googledrive.php:797, src/methods/googledrive.php:795,
#: src/methods/googledrive.php:1488, src/methods/googledrive.php:1489,
#: src/methods/googledrive.php:1491, src/methods/googledrive.php:1493,
#: src/methods/googledrive.php:1515, src/methods/googledrive.php:1515
msgid "Google Drive"
msgstr "Google Диск"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:59,
#: src/templates/wp-admin/settings/tab-backups.php:63
msgid "If you are using this, then turn Turbo/Road mode off."
msgstr "Ако използвате това, изключете турбо/пътния режим."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:59,
#: src/templates/wp-admin/settings/tab-backups.php:63
msgid "Opera web browser"
msgstr "Уеб браузър на Opera"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:47,
#: src/templates/wp-admin/settings/tab-backups.php:51
msgid "More tasks:"
msgstr "Още задачи:"
#: src/admin.php:3553
msgid "Download most recently modified log file"
msgstr "Изтегляне на последно променения регистрационен файл"
#: src/admin.php:3515, src/admin.php:3509, src/addons/autobackup.php:372,
#: src/addons/autobackup.php:467,
#: src/templates/wp-admin/settings/take-backup.php:72
msgid "Last log message"
msgstr "Последно съобщение на регистрационния файл"
#: src/admin.php:740, src/admin.php:972, src/admin.php:4660,
#: src/addons/migrator.php:248
msgid "Restore"
msgstr "Възстановяване"
#: src/admin.php:962, src/templates/wp-admin/settings/take-backup.php:52
msgid "Backup Now"
msgstr "Архивиране сега"
#: src/templates/wp-admin/settings/take-backup.php:47
msgid "Time now"
msgstr "Време е"
#: src/admin.php:441, src/admin.php:4485, src/admin.php:4538,
#: src/admin.php:5142, src/restorer.php:677, src/addons/moredatabase.php:266,
#: src/addons/reporting.php:285, src/addons/wp-cli.php:434,
#: src/includes/class-remote-send.php:445,
#: src/includes/class-wpadmin-commands.php:154,
#: src/includes/class-wpadmin-commands.php:629,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:81,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
#: src/templates/wp-admin/settings/take-backup.php:34
msgid "Database"
msgstr "Бази данни"
#: src/admin.php:431, src/admin.php:5899,
#: src/templates/wp-admin/settings/take-backup.php:24
msgid "Files"
msgstr "Файлове"
#: src/templates/wp-admin/settings/take-backup.php:19
msgid "Next scheduled backups"
msgstr "Следващи планирани архиви"
#: src/admin.php:410
msgid "At the same time as the files backup"
msgstr "В същото време, като архивиране на файлове"
#: src/admin.php:400, src/admin.php:421, src/admin.php:428, src/admin.php:471,
#: src/admin.php:502
msgid "Nothing currently scheduled"
msgstr "Нищо планирано в момента"
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "JavaScript warning"
msgstr "Предупреждение за JavaScript"
#: src/admin.php:948
msgid "Delete Old Directories"
msgstr "Изтриване на стари директории"
#: src/admin.php:3050
msgid "Current limit is:"
msgstr "Настоящото ограничение е:"
#: src/admin.php:3012
msgid "Your backup has been restored."
msgstr "Архивирането ви е възстановено."
#: src/templates/wp-admin/settings/header.php:25
msgid "Version"
msgstr "Версия"
#: src/templates/wp-admin/settings/header.php:25
msgid "Lead developer's homepage"
msgstr "Начална страница на програмиста на потенциални клиенти"
#: src/admin.php:5793
msgid "Your settings have been wiped."
msgstr "Настройките ви са били изтрити."
#: src/admin.php:2969
msgid "Backup directory successfully created."
msgstr "Архивната директория е създадена успешно."
#: src/admin.php:2962
msgid "Backup directory could not be created"
msgstr "Директорията за архивиране не може да бъде създадена"
#: src/admin.php:3888
msgid "Remove old directories"
msgstr "Премахване на стари директории"
#: src/includes/migrator-lite.php:245, src/includes/migrator-lite.php:261
msgid "Return to UpdraftPlus Configuration"
msgstr "Връщане към конфигурацията на UpdraftPlus"
#: src/admin.php:941, src/admin.php:2971, src/admin.php:3895,
#: src/admin.php:5091, src/admin.php:5080, src/admin.php:5068,
#: src/templates/wp-admin/settings/existing-backups-table.php:19,
#: src/templates/wp-admin/settings/existing-backups-table.php:142
msgid "Actions"
msgstr "Действия"
#: src/admin.php:2854
msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
msgstr "Лош файлов формат - това не изглежда като шифрован файл на база данни, създаден от UpdraftPlus"
#: src/admin.php:2743
msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
msgstr "Лош формат на файл - това не изглежда като файл, създаден от UpdraftPlus"
#: src/admin.php:2631
msgid "No local copy present."
msgstr "Няма локален екземпляр."
#: src/admin.php:2628
msgid "Download in progress"
msgstr "В ход е изтеглянето"
#: src/admin.php:939, src/admin.php:2617
msgid "File ready."
msgstr "Досието е готово."
#: src/admin.php:2598
msgid "Download failed"
msgstr "Неуспешно изтегляне"
#: src/admin.php:937, src/class-updraftplus.php:1570,
#: src/class-updraftplus.php:1614, src/restorer.php:4326,
#: src/restorer.php:4184, src/restorer.php:4209, src/updraftplus.php:226,
#: src/addons/webdav.php:743, src/addons/wp-cli.php:503,
#: src/includes/class-filesystem-functions.php:439,
#: src/includes/class-storage-methods-interface.php:338,
#: src/methods/addon-base-v2.php:100, src/methods/addon-base-v2.php:105,
#: src/methods/addon-base-v2.php:239, src/methods/addon-base-v2.php:259,
#: src/methods/googledrive.php:1416, src/udaddons/options.php:250
msgid "Error"
msgstr "Грешка"
#: src/admin.php:2342
msgid "Could not find that job - perhaps it has already finished?"
msgstr "Не можах да намеря тази работа - може би вече е свършила?"
#: src/admin.php:2335
msgid "Job deleted"
msgstr "Заданието е изтрито"
#: src/admin.php:2458, src/includes/class-commands.php:992
msgid "You should soon see activity in the \"Last log message\" field below."
msgstr ""
#: src/admin.php:1018
msgid "Nothing yet logged"
msgstr "Нищо все още не е регистрирано"
#: src/admin.php:1394
msgid "Please consult this FAQ if you have problems backing up."
msgstr "Моля, консултирайте се с този ЧЗВ, ако имате проблеми с архивирането."
#: src/admin.php:1394
msgid "Your website is hosted using the %s web server."
msgstr "Вашият уеб сайт се хоства с помощта на уеб сървъра %s."
#: src/admin.php:1375, src/admin.php:1380, src/admin.php:1386,
#: src/admin.php:1390, src/admin.php:1394, src/admin.php:1398,
#: src/admin.php:1416, src/admin.php:1429, src/admin.php:4426,
#: src/admin.php:4424, src/admin.php:4417, src/admin.php:6083,
#: src/admin.php:6363, src/addons/azure.php:689,
#: src/includes/migrator-lite.php:668, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/dreamobjects.php:182,
#: src/methods/ftp.php:116, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:926,
#: src/methods/s3.php:930, src/methods/s3.php:1080, src/methods/s3.php:1081,
#: src/methods/s3generic.php:192, src/methods/s3generic.php:193,
#: src/methods/updraftvault.php:477, src/udaddons/updraftplus-addons.php:325,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "Warning"
msgstr "Внимание"
#: src/admin.php:756, src/admin.php:1297, src/admin.php:3212
msgid "Settings"
msgstr "Настройки"
#: src/backup.php:3093
msgid "Infinite recursion: consult your log for more information"
msgstr "Безкрайно рекурсия: консултирайте се с вашия регистрационен файл за повече информация"
#: src/class-updraftplus.php:4836, src/addons/azure.php:301,
#: src/methods/googledrive.php:1416, src/methods/s3.php:370
msgid "File not found"
msgstr "Файлът не беше намерен"
#: src/includes/class-updraftplus-encryption.php:354
msgid "The decryption key used:"
msgstr "Използваният ключ за декриптиране:"
#: src/backup.php:2934
msgid "Could not open the backup file for writing"
msgstr "Не може да се отвори архивният файл за запис"
#: src/class-updraftplus.php:4533
msgid "Could not read the directory"
msgstr "Директорията не може да бъде прочетена"
#: src/admin.php:2685, src/backup.php:1340
msgid "Backup directory (%s) is not writable, or does not exist."
msgstr "Директорията за архивиране (%s) не може да се записва или не съществува."
#: src/class-updraftplus.php:3872
msgid "WordPress backup is complete"
msgstr "Архивирането в WordPress е завършено"
#: src/class-updraftplus.php:3690
msgid "The backup attempt has finished, apparently unsuccessfully"
msgstr "Опитът за архивиране е завършен, очевидно безуспешно"
#: src/class-updraftplus.php:2109
msgid "Others"
msgstr "Други"
#: src/class-updraftplus.php:2092, src/addons/multisite.php:526
msgid "Uploads"
msgstr "Качвания"
#: src/class-updraftplus.php:2091
msgid "Themes"
msgstr "Теми"
#: src/class-updraftplus.php:2090
msgid "Plugins"
msgstr "Плъгини"
#: src/class-updraftplus.php:740
msgid "No log files were found."
msgstr "Не са намерени лог файлове."
#: src/admin.php:2551, src/admin.php:2547, src/class-updraftplus.php:735
msgid "The log file could not be read."
msgstr "Регистрационният файл не можа да бъде прочетен."
#: src/admin.php:1456, src/admin.php:1477, src/admin.php:1515,
#: src/class-updraftplus.php:663, src/class-updraftplus.php:735,
#: src/class-updraftplus.php:740, src/class-updraftplus.php:745
msgid "UpdraftPlus notice:"
msgstr "Известие за UpdraftPlus:"
#: src/options.php:92, src/addons/multisite.php:116,
#: src/addons/multisite.php:815
msgid "UpdraftPlus Backups"
msgstr "Резервни копия на updraftPlus" languages/updraftplus-te.po 0000644 00001120060 14740035567 0012044 0 ustar 00 # Translation of UpdraftPlus in Telugu
# This file is distributed under the same license as the UpdraftPlus 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/3.0.0\n"
"Language: te\n"
"Project-Id-Version: UpdraftPlus\n"
#: src/addons/googlecloud.php:518
msgid "%s suthorization failed"
msgstr ""
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Turning off any debugging settings may also help."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "It's free to use or try up to 5 sites."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "If you have a few sites, it'll save hours."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:40
msgid "See our documentation on how to carry out a normal migration here"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:40
msgid "Temporary clones of WordPress subdomain multisite installations are not yet supported."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "UpdraftClone does the work."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "Press the buttons..."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Rather than test things on your live site, you can UpdraftClone it, and then throw away your clone when done."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "A temporary clone is an instant copy of this website, running on our servers."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "You either need to activate it within your browser, or to use a JavaScript-capable browser."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "This admin interface uses JavaScript heavily."
msgstr ""
#: src/templates/wp-admin/settings/tab-backups.php:80
msgid "Drop your backup files"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:346,
#: src/templates/wp-admin/settings/tab-addons.php:347
msgid "Keeps your WordPress site up to date and bug free."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:334,
#: src/templates/wp-admin/settings/tab-addons.php:335
msgid "A comprehensive and easy to use security plugin and site scanning service."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:330,
#: src/templates/wp-admin/settings/tab-addons.php:330,
#: src/templates/wp-admin/settings/tab-addons.php:336,
#: src/templates/wp-admin/settings/tab-addons.php:336,
#: src/templates/wp-admin/settings/tab-addons.php:342,
#: src/templates/wp-admin/settings/tab-addons.php:342,
#: src/templates/wp-admin/settings/tab-addons.php:348,
#: src/templates/wp-admin/settings/tab-addons.php:348
msgid "Demo in WP Playground"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:328,
#: src/templates/wp-admin/settings/tab-addons.php:329
msgid "It cleans the database, compresses images and caches pages for ultimate speed."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:328,
#: src/templates/wp-admin/settings/tab-addons.php:329
msgid "Makes your site fast and efficient."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:89
msgid "UpdraftPlus free includes Dropbox, Google Drive, Amazon S3, Rackspace and more."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:89
msgid "To avoid server-wide risks, always backup to remote cloud storage."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:13
msgid "After using it once, you'll have saved the purchase price compared to the time needed to copy a site by hand."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:13
msgid "Then, try out our \"Migrator\" add-on which can perform a direct site-to-site migration."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "Note that some cloud storage providers do not allow this (e.g. Dropbox), so with those providers this setting will have no effect."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "Choosing this option lowers your security by stopping UpdraftPlus from using SSL for authentication and encrypted transport at all, where possible."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "It means that UpdraftPlus will be using SSL only for encryption of traffic, and not for authentication."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "Choosing this option lowers your security by stopping UpdraftPlus from verifying the identity of encrypted sites that it connects to (e.g. Dropbox, Google Drive)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "However, if you get an SSL error, then choosing this option (which causes UpdraftPlus to use your web server's collection instead) may help."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "We keep these up to date."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "By default UpdraftPlus uses its own store of SSL certificates to verify the identity of remote sites (i.e. to make sure it is talking to the real Dropbox, Amazon S3, etc., and not an attacker)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "It is relative to your content directory (which by default is called wp-content)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "This directory must be writable by your web server."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "This is where UpdraftPlus will write the zip files it creates initially."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "Be careful to leave some margin if your web-server has a hard size limit (e.g. the 2 GB / 2048 MB limit on some 32-bit servers/file systems)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "The default value is %s megabytes."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "UpdraftPlus will split up backup archives when they exceed this file size."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:135
msgid "This is not recommended (unless you plan to manually copy them to your computer), as losing the web-server would mean losing both your website and the backups in one event."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:135
msgid "If you choose no remote storage, then the backups remain on the web-server."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "This can corrupt backups that you download from here."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "Your WordPress installation has a problem with outputting extra whitespace."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "You are recommended to turn safe_mode off, or to restore only one entity at a time"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "This makes time-outs much more likely."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "Designed to optimize your store, enhance user experience and increase revenue!"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "Quality add-ons for WooCommerce."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "WP Overnight"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "You don’t need to be an SEO expert to use this plugin."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Save time and boost SEO!"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Automate the building of internal links on your WordPress website."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Internal Link Juicer"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid " Comprehensive, cost-effective, 5* rated and easy to use."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "Secure your WordPress website with AIOS."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "Still on the fence?"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "All-In-One Security (AIOS)"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:24
msgid "Cache your site, clean the database and compress images."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:24
msgid "Speed up and optimize your WordPress website."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:18
msgid " Upgrade for automatic backups before updates, incremental backups, more remote storage locations, premium support and"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:10
msgid "Protect your WordPress investment with premium features, or check out our other 5* rated plugins below:"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:12
msgid "All 5* rated and actively installed on millions of WordPress websites:"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:12
msgid "If you like UpdraftPlus, you'll love our other plugins."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "You can also do this before deactivating/deinstalling UpdraftPlus if you wish."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "You will then need to enter all your settings again."
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:28
msgid "Database size"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:66
msgid "Database maximum packet size:"
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:12
msgid "This tool will replace all your saved settings."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:12
msgid "You can also import previously-exported settings."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "This tool will export what is currently in the settings tab."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "Here, you can export your UpdraftPlus settings (%s), either for using on another site, or to keep as a backup."
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:35
msgid "Type"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:34
msgid "Index size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:33
msgid "Data size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:32
msgid "Records"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:31
msgid "Table name"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:25
msgid "Refresh"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:24
msgid "Clear"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:19
msgid "Reducing your database size with WP-Optimize helps to maintain a fast, efficient, and user-friendly website."
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:10
msgid "Total Size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:6
msgid "Search for table"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:371
msgid "So far %s data archives totalling %s have been received"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:371
msgid "The sending of the site data has begun."
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "You can shut this clone down at the following link:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "Each time your clone renews (weekly) it costs %s."
msgstr ""
#: src/central/modules/updates.php:715
msgid "If installing, then proceed with caution by first doing a backup."
msgstr ""
#: src/central/modules/updates.php:715
msgid "This % does not provide information to allow determining whether the latest version is compatible with your WordPress or PHP installation."
msgstr ""
#: src/central/modules/updates.php:706
msgid "The latest update for this %s has not been tested with the WordPress version installed on the remote site and may have compatibility issues when used."
msgstr ""
#: src/central/modules/updates.php:696
msgid "The minimum PHP version supported by this %s is %s."
msgstr ""
#: src/central/modules/updates.php:696
msgid "The latest update for this %s is not compatible with the PHP version installed on the remote site."
msgstr ""
#: src/central/modules/updates.php:686
msgid "The minimum WordPress version supported by this %s is %s."
msgstr ""
#: src/central/modules/updates.php:686
msgid "The latest update for this %s is not compatible with the WordPress version installed on the remote site."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1056
msgid "No response data was received."
msgstr ""
#: src/udaddons/updraftplus-addons.php:332
msgid "You will no longer receive updates to UpdraftPlus."
msgstr ""
#: src/udaddons/updraftplus-addons.php:332
msgid "Your paid access to UpdraftPlus updates for this site has expired."
msgstr ""
#: src/udaddons/options.php:536
msgid "Follow this link to activate this licence"
msgstr ""
#: src/udaddons/options.php:536
msgid "%s available to claim on this site."
msgstr ""
#: src/udaddons/options.php:339
msgid "You can now use your purchase!"
msgstr ""
#: src/udaddons/options.php:339
msgid "The claim and installation was successful."
msgstr ""
#: src/udaddons/options.php:338
msgid "Response was:"
msgstr ""
#: src/udaddons/options.php:338
msgid "An unknown response was received."
msgstr ""
#: src/udaddons/options.php:259
msgid "This ensures %s can connect and update."
msgstr ""
#: src/udaddons/options.php:259
msgid "Please list %s in the %s constant."
msgstr ""
#: src/udaddons/options.php:254
msgid "Please make sure that %s is not set to \"true\" in your wp-config file - this ensures UpdraftPlus can connect and update."
msgstr ""
#: src/udaddons/options.php:250
msgid "This is incompatible with WordPress's updates mechanism; you will not be able to receive updates."
msgstr ""
#: src/udaddons/options.php:250
msgid "You have installed this plugin in your plugins folder (%s) with a non-default name %s which is different to %s."
msgstr ""
#: src/udaddons/options.php:143
msgid "To fix this problem, contact your web hosting company."
msgstr ""
#: src/udaddons/options.php:143
msgid "You can try it, but don't be surprised if it does not work."
msgstr ""
#: src/udaddons/options.php:143
msgid "Your web server's version of PHP is too old (%s) - UpdraftPlus expects at least %s."
msgstr ""
#: src/methods/updraftvault.php:943
msgid "An unknown error occurred while connecting to Vault."
msgstr ""
#: src/methods/updraftvault.php:477
msgid "Your web server's PHP installation does not include a required (for %s) module (%s)."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "If you do not wish this to happen, then you should renew as soon as possible."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "In a few days' time, your stored data will be permanently removed."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "You have an UpdraftPlus Vault subscription that has not been renewed, and the grace period has expired."
msgstr ""
#: src/methods/updraftvault.php:328
msgid "Please renew as soon as possible!"
msgstr ""
#: src/methods/updraftvault.php:328
msgid "You are within the few days of grace period before it will be suspended, and you will lose your quota and access to data stored within it."
msgstr ""
#: src/methods/updraftvault.php:328
msgid "You have an UpdraftPlus Vault subscription with overdue payment."
msgstr ""
#: src/methods/updraftvault.php:325
msgid "You should renew immediately to avoid losing the 12 months of free storage allowance that you get for being a current UpdraftPlus Premium customer."
msgstr ""
#: src/methods/updraftvault.php:325
msgid "Your UpdraftPlus Premium purchase is over a year ago."
msgstr ""
#: src/methods/updraftvault.php:257
msgid "Please try again after a few minutes."
msgstr ""
#: src/methods/updraftvault.php:257, src/methods/updraftvault.php:941
msgid "An error occurred while fetching your Vault credentials."
msgstr ""
#: src/methods/s3generic.php:212
msgid "SigV2"
msgstr ""
#: src/methods/s3generic.php:211
msgid "SigV4"
msgstr ""
#: src/methods/s3generic.php:209
msgid "Read more about signature version"
msgstr ""
#: src/methods/s3generic.php:208
msgid "Signature version"
msgstr ""
#: src/methods/s3.php:826, src/methods/s3.php:871
msgid "Error: Failed to download %s."
msgstr ""
#: src/methods/s3.php:542, src/methods/s3.php:736, src/methods/s3.php:846,
#: src/methods/s3.php:826, src/methods/s3.php:871
msgid "Check your permissions and credentials."
msgstr ""
#: src/methods/s3.php:542, src/methods/s3.php:736, src/methods/s3.php:846
msgid "Error: Failed to access bucket %s."
msgstr ""
#: src/methods/openstack2.php:247
msgid "Authentication URI"
msgstr ""
#: src/methods/openstack2.php:244
msgid "Get your access credentials from your OpenStack Swift provider, and then pick a container name to use for storage."
msgstr ""
#: src/methods/googledrive.php:1515
msgid "%s does not allow authorisation of sites hosted on direct IP addresses."
msgstr ""
#: src/methods/googledrive.php:1512
msgid "Account holder's name"
msgstr ""
#: src/methods/googledrive.php:859
msgid "%s for %s"
msgstr ""
#: src/methods/googledrive.php:423
msgid "Please create a new Google Drive project and reconnect with UpdraftPlus."
msgstr ""
#: src/methods/googledrive.php:423
msgid "The client has been deleted from the Google Drive API console."
msgstr ""
#: src/methods/email.php:30
msgid "If so, you should switch to using a different remote storage method."
msgstr ""
#: src/methods/email.php:30
msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size)."
msgstr ""
#: src/methods/dropbox.php:612
msgid "Your Dropbox App Secret"
msgstr ""
#: src/methods/dropbox.php:611
msgid "Your Dropbox App Key"
msgstr ""
#: src/methods/dropbox.php:528
msgid "You are not authenticated with %s"
msgstr ""
#: src/methods/dropbox.php:482
msgid "You are not authenticated with %s (whilst deleting)"
msgstr ""
#: src/methods/dropbox.php:194, src/methods/dropbox.php:211
msgid "You are not authenticated with Dropbox"
msgstr ""
#: src/methods/dreamobjects.php:192, src/methods/s3.php:1049,
#: src/methods/s3.php:1089, src/methods/s3generic.php:200
msgid "Examples: mybucket, mybucket/mypath"
msgstr ""
#: src/methods/dreamobjects.php:192, src/methods/s3.php:1049,
#: src/methods/s3.php:1089, src/methods/s3generic.php:200
msgid "Enter only a bucket name or a bucket and path."
msgstr ""
#: src/methods/dreamobjects.php:183, src/methods/s3.php:936,
#: src/methods/s3.php:1079
msgid "This bucket will be created for you if it does not already exist."
msgstr ""
#: src/methods/dreamobjects.php:183, src/methods/s3.php:936,
#: src/methods/s3.php:1079
msgid "Get your access key and secret key from your %s console, then pick a (globally unique - all %s users) bucket name (letters and numbers) (and optionally a path) to use for storage."
msgstr ""
#: src/methods/cloudfiles.php:455, src/methods/dreamobjects.php:181,
#: src/methods/dreamobjects.php:182, src/methods/openstack-base.php:577,
#: src/methods/s3.php:926, src/methods/s3.php:930
msgid "Your web server's PHP installation does not included a required module (%s)."
msgstr ""
#: src/methods/cloudfiles-new.php:284, src/methods/cloudfiles.php:461,
#: src/methods/openstack2.php:244
msgid "This container will be created for you if it does not already exist."
msgstr ""
#: src/methods/cloudfiles-new.php:284
msgid "Get your API key from your Rackspace Cloud console (read instructions here), then pick a container name to use for storage."
msgstr ""
#: src/methods/cloudfiles-new.php:281, src/methods/cloudfiles-new.php:282,
#: src/methods/cloudfiles.php:455, src/methods/dreamobjects.php:181,
#: src/methods/openstack-base.php:577, src/methods/openstack2.php:242,
#: src/methods/s3.php:930, src/methods/s3.php:1081,
#: src/methods/s3generic.php:193
msgid "UpdraftPlus's %s module requires %s."
msgstr ""
#: src/methods/cloudfiles-new.php:281, src/methods/cloudfiles-new.php:282,
#: src/methods/openstack2.php:242, src/methods/s3.php:1080,
#: src/methods/s3.php:1081, src/methods/s3generic.php:192,
#: src/methods/s3generic.php:193
msgid "Your web server's PHP installation does not include a required module (%s)."
msgstr ""
#: src/methods/backup-module.php:89
msgid "Select existing folder"
msgstr ""
#: src/methods/addon-not-yet-present.php:126
msgid "Your PHP version: %s."
msgstr ""
#: src/includes/updraftplus-tour.php:196
msgid "You are now all set to use UpdraftPlus!"
msgstr ""
#: src/includes/updraftplus-tour.php:130, src/includes/updraftplus-tour.php:182
msgid "If not, your backups remain on the same server as your site."
msgstr ""
#: src/includes/updraftplus-tour.php:130, src/includes/updraftplus-tour.php:182
msgid "Now select a remote storage destination to protect against server-wide threats."
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "30 September"
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "Be quick, offer ends %s."
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "Visit any of our websites and use code %s at checkout to get 20%% off all our plugins."
msgstr ""
#: src/includes/updraftplus-notices.php:262
msgid "31 July"
msgstr ""
#: src/includes/updraftplus-notices.php:261
msgid "Summer Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:249
msgid "31 May"
msgstr ""
#: src/includes/updraftplus-notices.php:248
msgid "Spring Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:236
msgid "28 January"
msgstr ""
#: src/includes/updraftplus-notices.php:235
msgid "New Year Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:223
msgid "3 December"
msgstr ""
#: src/includes/updraftplus-notices.php:223,
#: src/includes/updraftplus-notices.php:236,
#: src/includes/updraftplus-notices.php:249,
#: src/includes/updraftplus-notices.php:262
msgid "Offer ends %s"
msgstr ""
#: src/includes/updraftplus-notices.php:223,
#: src/includes/updraftplus-notices.php:236,
#: src/includes/updraftplus-notices.php:249,
#: src/includes/updraftplus-notices.php:262
msgid "Save 20%% with code %s."
msgstr ""
#: src/includes/updraftplus-notices.php:222
msgid "Black Friday Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Or if you have any issues or questions please leave us a support message"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "If you like us, please consider leaving a positive review to spread the word."
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Hey - We noticed UpdraftPlus has kept your site safe for a while."
msgstr ""
#: src/includes/updraftplus-notices.php:93
msgid "Includes find-and-replace tool for database references."
msgstr ""
#: src/includes/updraftplus-notices.php:93
msgid "Copy your site to another domain directly."
msgstr ""
#: src/includes/updraftplus-notices.php:60
msgid "Plus many more options."
msgstr ""
#: src/includes/updraftplus-notices.php:60
msgid "Enhanced storage options for Dropbox, Google Drive and S3."
msgstr ""
#: src/includes/updraftplus-notices.php:29
msgid "Backup incremental changes instead of full backups (saving server resources), clone or migrate your site with ease, get more remote storage locations, premium support and more."
msgstr ""
#: src/includes/updraftplus-notices.php:28
msgid "Backup, migrate and restore with Premium."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "Please try again later."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "The server might be busy or you have lost your connection to the internet at the time of the request."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "An error has occurred while processing your request."
msgstr ""
#: src/includes/S3.php:1927
msgid "Please ask your webserver support how to upgrade your PHP and cURL library versions to use non-obsolete TLS versions."
msgstr ""
#: src/includes/S3.php:1927
msgid "Your PHP installation failed a TLS v1.2 connection test, which is the minimum version required by Amazon."
msgstr ""
#: src/includes/S3.php:1927
msgid "Connecting to Amazon S3 failed."
msgstr ""
#: src/includes/migrator-lite.php:334
msgid "If that is not yet set up, then you should set it up, or use below search and replace so that the non-https links are automatically replaced."
msgstr ""
#: src/includes/migrator-lite.php:334
msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem."
msgstr ""
#: src/includes/migrator-lite.php:323
msgid "Otherwise, you will want to use below search and replace to search/replace the site address so that the site can be visited without https."
msgstr ""
#: src/includes/migrator-lite.php:323
msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site."
msgstr ""
#: src/includes/class-wpadmin-commands.php:586
msgid "This is normally caused by file permissions."
msgstr ""
#: src/includes/class-wpadmin-commands.php:261
msgid "Now press Restore again to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:263
msgid "If all is well, then now press Restore again to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:236
msgid "Now press Restore to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:236,
#: src/includes/class-wpadmin-commands.php:261
msgid "The backup archive files have been successfully processed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238,
#: src/includes/class-wpadmin-commands.php:263
msgid "Otherwise, cancel and correct any problems first."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238
msgid "If all is well, then press Restore to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238,
#: src/includes/class-wpadmin-commands.php:263
msgid "The backup archive files have been processed, but with some warnings."
msgstr ""
#: src/includes/class-wpadmin-commands.php:240,
#: src/includes/class-wpadmin-commands.php:265
msgid "You will need to cancel and correct any problems before retrying."
msgstr ""
#: src/includes/class-wpadmin-commands.php:240,
#: src/includes/class-wpadmin-commands.php:265
msgid "The backup archive files have been processed, but with some errors."
msgstr ""
#: src/includes/class-wpadmin-commands.php:130
msgid "If you have a lot of data to import, and if the restore operation times out, then you will need to ask your web hosting company for ways to raise this limit (or attempt the restoration piece-by-piece)."
msgstr ""
#: src/includes/class-wpadmin-commands.php:130
msgid "The PHP setup on this webserver allows only %s seconds for PHP to run, and does not allow this limit to be raised."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:103
msgid "No, please don't."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:103
msgid "Yes, show me the news."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:102
msgid "Do you want to see official news from this plugin in this Events and News section?"
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "The remote storage method in use (%s) does not allow us to retrieve files."
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "The backup archive for this file could not be found."
msgstr ""
#: src/includes/class-remote-send.php:671
msgid "This action cannot be undone."
msgstr ""
#: src/includes/class-remote-send.php:671
msgid "You are about to permanently delete the list of existing sites."
msgstr ""
#: src/includes/class-remote-send.php:565
msgid "It is deprecated, causes encryption to malfunction, and should be turned off."
msgstr ""
#: src/includes/class-remote-send.php:565
msgid "The setting %s is turned on in your PHP settings."
msgstr ""
#: src/includes/class-remote-send.php:425
msgid "If you are sending from an external network, it is likely that a firewall will be blocking this."
msgstr ""
#: src/includes/class-remote-send.php:425
msgid "The site URL you are sending to (%s) looks like a local development website."
msgstr ""
#. translators: Deleted long text.
#: src/includes/class-manipulation-functions.php:509
msgid "This content was deleted in order to anonymize it."
msgstr ""
#. translators: Deleted text.
#: src/includes/class-manipulation-functions.php:505
msgid "[deleted]"
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "Intended for use by intercepting proxies used to control access to the network (e.g., \"captive portals\" used to require agreement to Terms of Service before granting full Internet access via a Wi-Fi hotspot)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "The client needs to authenticate to gain network access"
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "Network Authentication Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:78
msgid "Further extensions to the request are required for the server to fulfil it."
msgstr ""
#: src/includes/class-http-error-descriptions.php:78
msgid "Not Extended"
msgstr ""
#: src/includes/class-http-error-descriptions.php:77
msgid "The server detected an infinite loop while processing the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:77
msgid "Loop Detected"
msgstr ""
#: src/includes/class-http-error-descriptions.php:76
msgid "The server is unable to store the representation needed to complete the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:76
msgid "Insufficient Storage"
msgstr ""
#: src/includes/class-http-error-descriptions.php:75
msgid "Transparent content negotiation for the request results in a circular reference."
msgstr ""
#: src/includes/class-http-error-descriptions.php:75
msgid "Variant Also Negotiates"
msgstr ""
#: src/includes/class-http-error-descriptions.php:74
msgid "The server does not support the HTTP protocol version used in the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:74
msgid "HTTP Version Not Supported"
msgstr ""
#: src/includes/class-http-error-descriptions.php:73
msgid "The server was acting as a gateway or proxy and did not receive a timely response from the upstream server."
msgstr ""
#: src/includes/class-http-error-descriptions.php:73
msgid "Gateway Timeout"
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "Generally, this is a temporary state."
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "The server cannot handle the request (because it is overloaded or down for maintenance)"
msgstr ""
#: src/includes/class-http-error-descriptions.php:71
msgid "The server was acting as a gateway or proxy and received an invalid response from the upstream server."
msgstr ""
#: src/includes/class-http-error-descriptions.php:71
msgid "Bad Gateway"
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "Usually this implies future availability (e.g., a new feature of a web-service API)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "The server either does not recognize the request method, or it lacks the ability to fulfil the request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "Not Implemented"
msgstr ""
#: src/includes/class-http-error-descriptions.php:69
msgid "A generic error message, given when an unexpected condition was encountered and no more specific message is suitable."
msgstr ""
#: src/includes/class-http-error-descriptions.php:69
msgid "Internal Server Error"
msgstr ""
#: src/includes/class-http-error-descriptions.php:63
msgid "A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the requested resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:63
msgid "Unavailable For Legal Reasons"
msgstr ""
#: src/includes/class-http-error-descriptions.php:62
msgid "The server is unwilling to process the request because either an individual header field, or all the header fields collectively, are too large."
msgstr ""
#: src/includes/class-http-error-descriptions.php:62
msgid "Request Header Fields Too Large"
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "Intended for use with rate-limiting schemes."
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "The user has sent too many requests in a given amount of time"
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "Too Many Requests"
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "Intended to prevent the 'lost update' problem, where a client GETs a resource's state, modifies it, and PUTs it back to the server, when meanwhile a third party has modified the state on the server, leading to a conflict."
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "The origin server requires the request to be conditional"
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "Precondition Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:59
msgid "The client should switch to a different protocol such as TLS/1.3, given in the Upgrade header field."
msgstr ""
#: src/includes/class-http-error-descriptions.php:59
msgid "Upgrade Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:58
msgid "Indicates that the server is unwilling to risk processing a request that might be replayed."
msgstr ""
#: src/includes/class-http-error-descriptions.php:58
msgid "Too Early"
msgstr ""
#: src/includes/class-http-error-descriptions.php:57
msgid "The request failed because it depended on another request and that request failed (e.g., a PROPPATCH)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:57
msgid "Failed Dependency"
msgstr ""
#: src/includes/class-http-error-descriptions.php:56
msgid "The resource that is being accessed is locked."
msgstr ""
#: src/includes/class-http-error-descriptions.php:56
msgid "Locked"
msgstr ""
#: src/includes/class-http-error-descriptions.php:55
msgid "The request was well-formed but was unable to be followed due to semantic errors."
msgstr ""
#: src/includes/class-http-error-descriptions.php:55
msgid "Unprocessable Entity"
msgstr ""
#: src/includes/class-http-error-descriptions.php:54
msgid "The request was directed at a server that is not able to produce a response (for example because of connection reuse)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:54
msgid "Misdirected Request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:53
msgid "The server cannot meet the requirements of the Expect request-header field."
msgstr ""
#: src/includes/class-http-error-descriptions.php:53
msgid "Expectation Failed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "For example, if the client asked for a part of the file that lies beyond the end of the file."
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "The client has asked for a portion of the file (byte serving), but the server cannot supply that portion"
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "Range Not Satisfiable"
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "For example, the client uploads an image as image/svg+xml, but the server requires that images use a different format."
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "The request entity has a media type which the server or resource does not support"
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "Unsupported Media Type"
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "Often the result of too much data being encoded as a query-string of a GET request, in which it should be converted to a POST request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "The URI provided was too long for the server to process"
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "URI Too Long"
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "Previously called \"Request Entity Too Large\"."
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "The request is larger than the server is willing or able to process"
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "Payload Too Large"
msgstr ""
#: src/includes/class-http-error-descriptions.php:48
msgid "The server does not meet one of the preconditions that the requester put on the request header fields."
msgstr ""
#: src/includes/class-http-error-descriptions.php:48
msgid "Precondition Failed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:47
msgid "The request did not specify the length of its content, which is required by the requested resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:47
msgid "Length Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:46
msgid "Indicates that the resource requested is no longer available and will not be available again."
msgstr ""
#: src/includes/class-http-error-descriptions.php:46
msgid "Gone"
msgstr ""
#: src/includes/class-http-error-descriptions.php:45
msgid "Indicates that the request could not be processed because of conflict in the current state of the resource, such as an edit conflict between multiple simultaneous updates."
msgstr ""
#: src/includes/class-http-error-descriptions.php:45
msgid "Conflict"
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "The client MAY repeat the request without modifications at any later time."
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "The server timed out waiting for the request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "Request Timeout"
msgstr ""
#: src/includes/class-http-error-descriptions.php:43
msgid "The client must first authenticate itself with the proxy."
msgstr ""
#: src/includes/class-http-error-descriptions.php:43
msgid "Proxy Authentication Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:42
msgid "The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:42
msgid "Not Acceptable"
msgstr ""
#: src/includes/class-http-error-descriptions.php:41
msgid "A request method is not supported for the requested resource; for example, a GET request on a form that requires data to be presented via POST, or a PUT request on a read-only resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:41
msgid "Method Not Allowed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "Subsequent requests by the client are permissible."
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "The requested resource could not be found but may be available in the future"
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "Not Found."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "This may be due to the user not having the necessary permissions for a resource or needing an account of some sort, or attempting a prohibited action (e.g. creating a duplicate record where only one is allowed)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "The request contained valid data and was understood by the server, but the server is refusing action."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "Forbidden."
msgstr ""
#: src/includes/class-http-error-descriptions.php:38
msgid "Authentication is required and has failed or has not yet been provided."
msgstr ""
#: src/includes/class-http-error-descriptions.php:38
msgid "Unauthorized."
msgstr ""
#: src/includes/class-http-error-descriptions.php:37
msgid "The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, size too large, invalid request message framing, or deceptive request routing)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:37
msgid "Bad Request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:31
msgid "Permanent Redirect."
msgstr ""
#: src/includes/class-http-error-descriptions.php:30
msgid "In this case, the request should be repeated with another URI; however, future requests should still use the original URI."
msgstr ""
#: src/includes/class-http-error-descriptions.php:30
msgid "Temporary Redirect."
msgstr ""
#: src/includes/class-http-error-descriptions.php:29
msgid "The requested resource is available only through a proxy, the address for which is provided in the response."
msgstr ""
#: src/includes/class-http-error-descriptions.php:29
msgid "Use Proxy."
msgstr ""
#: src/includes/class-http-error-descriptions.php:28
msgid "Indicates that the resource has not been modified since the version specified by the request headers If-Modified-Since or If-None-Match."
msgstr ""
#: src/includes/class-http-error-descriptions.php:28
msgid "Not Modified."
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "When received in response to a POST (or PUT/DELETE), the client should presume that the server has received the data and should issue a new GET request to the given URI"
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "The response to the request can be found under another URI using the GET method."
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "See Other."
msgstr ""
#: src/includes/class-http-error-descriptions.php:26
msgid "Tells the client to look at (browse to) another URL."
msgstr ""
#: src/includes/class-http-error-descriptions.php:26
msgid "Found (Previously \"Moved temporarily\")."
msgstr ""
#: src/includes/class-http-error-descriptions.php:25,
#: src/includes/class-http-error-descriptions.php:31
msgid "This and all future requests should be directed to the given URI."
msgstr ""
#: src/includes/class-http-error-descriptions.php:25
msgid "Moved Permanently."
msgstr ""
#: src/includes/class-http-error-descriptions.php:24
msgid "Indicates multiple options for the resource from which the client may choose (via agent-driven content negotiation)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:24
msgid "Multiple Choices."
msgstr ""
#: src/includes/class-filesystem-functions.php:678
msgid "Could not copy files."
msgstr ""
#: src/includes/class-database-utility.php:726
msgid "Follow this link to install the WP-Optimize plugin."
msgstr ""
#: src/includes/class-database-utility.php:722
msgid "Follow this link to activate the WP-Optimize plugin."
msgstr ""
#: src/includes/class-database-utility.php:722
msgid "WP-Optimize is installed but currently inactive."
msgstr ""
#: src/includes/class-commands.php:1142
msgid "The creation of your clone should now begin, and your WordPress username and password will be displayed below when ready."
msgstr ""
#: src/includes/class-commands.php:1142
msgid "No backup will be started."
msgstr ""
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142
msgid "If the clone fails to boot, then the token will be released within an hour."
msgstr ""
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142
msgid "N.B. You will be charged one token once the clone is ready."
msgstr ""
#: src/includes/class-commands.php:954
msgid "Backup:"
msgstr ""
#: src/includes/class-commands.php:967
msgid "You have no local backups to send."
msgstr ""
#: src/central/bootstrap.php:757
msgid "Follow this link to read about how to set browser permission"
msgstr ""
#: src/central/bootstrap.php:757
msgid "Your web browser prevented the copy operation."
msgstr ""
#: src/central/bootstrap.php:755
msgid "Copy to clipboard"
msgstr ""
#: src/addons/wp-cli.php:1232
msgid "The creation of your data for creating the clone should now begin, and you will receive an email when it completes."
msgstr ""
#: src/addons/wp-cli.php:1232
msgid "The UpdraftClone boot process has started."
msgstr ""
#: src/addons/wp-cli.php:1206
msgid "You will receive an email when it completes."
msgstr ""
#: src/addons/wp-cli.php:1206
msgid "The UpdraftClone boot process for an empty WordPress install has begun."
msgstr ""
#: src/addons/wp-cli.php:1202
msgid "Failed to boot clone:"
msgstr ""
#: src/addons/wp-cli.php:1150
msgid "Failed to connect to UpdraftPlus.Com:"
msgstr ""
#: src/addons/wp-cli.php:1133
msgid "You can create a clone key at %s"
msgstr ""
#: src/addons/wp-cli.php:1133
msgid "No clone key provided."
msgstr ""
#: src/addons/wp-cli.php:1056
msgid "Please make sure these two parameters are set."
msgstr ""
#: src/addons/wp-cli.php:1056
msgid "An email and password are required to connect to UpdraftPlus.com."
msgstr ""
#: src/addons/wp-cli.php:897
msgid "Get the \"%s\" addon: %s"
msgstr ""
#: src/addons/wp-cli.php:897
msgid "The %s is working with \"%s\" addon."
msgstr ""
#: src/addons/wp-cli.php:897
msgid "You have given the %s option."
msgstr ""
#: src/addons/wp-cli.php:211
msgid "You can see the last log message by running the following command: \"%s\""
msgstr ""
#: src/addons/wp-cli.php:211
msgid "Backup has been started successfully."
msgstr ""
#: src/addons/webdav.php:1125
msgid "WebDAV server returned 501; probably does not support Content-Range (chunks)"
msgstr ""
#: src/addons/webdav.php:1114
msgid "WebDAV server returned 400; probably does not support Content-Range (chunks)"
msgstr ""
#: src/addons/webdav.php:1119, src/addons/webdav.php:1131
msgid "Unexpected HTTP response code (%s): %s"
msgstr ""
#: src/addons/webdav.php:496
msgid "We successfully accessed the directory, and were able to create files within it"
msgstr ""
#: src/addons/webdav.php:438
msgid "Split uploads into chunks"
msgstr ""
#: src/addons/webdav.php:428
msgid "If you do not know the details, then you will need to ask your WebDAV provider."
msgstr ""
#: src/addons/webdav.php:428
msgid "This WebDAV URL is generated by filling in the options below."
msgstr ""
#: src/addons/sftp.php:713
msgid "Failed: We are unable to match the fingerprint."
msgstr ""
#: src/addons/sftp.php:619, src/addons/sftp.php:620
msgid "MITM attacks"
msgstr ""
#: src/addons/sftp.php:608
msgid "Thus, if using SCP then you will need to ensure that your webserver allows PHP processes to run long enough to upload your largest backup file."
msgstr ""
#: src/addons/sftp.php:608
msgid "Resuming partial uploads is supported for SFTP, but not for SCP."
msgstr ""
#: src/addons/sftp.php:606
msgid "Using a fingerprint is not essential, but you are not secure against %s if you do not use one"
msgstr ""
#: src/addons/sftp.php:606
msgid "MD5 (128-bit) fingerprint, in hex format - should have the same length and general appearance as this (colons optional): 73:51:43:b1:b5:fc:8b:b7:0a:3a:a9:b1:0f:69:73:a8."
msgstr ""
#: src/addons/sftp.php:426
msgid "You need to provide the unencrypted key (see: https://updraftplus.com/faqs/why-must-i-use-a-non-encrypted-sftp-key/)."
msgstr ""
#: src/addons/sftp.php:426
msgid "The key provided is encrypted."
msgstr ""
#: src/addons/sftp.php:61
msgid "Explicit encryption is used by default."
msgstr ""
#: src/addons/sftp.php:61
msgid "If you find this happening, then go into the \"Expert Options\" (below) and turn off SSL there."
msgstr ""
#: src/addons/sftp.php:61
msgid "Some servers advertise encrypted FTP as available, but then time-out (after a long time) when you attempt to use it."
msgstr ""
#: src/addons/sftp.php:61
msgid "The 'Test FTP Login' button will tell you what type of connection is in use."
msgstr ""
#: src/addons/sftp.php:61
msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options."
msgstr ""
#: src/addons/s3-enhanced.php:285
msgid "Please check your access credentials, and if those are correct then try another bucket name (as another AWS user may already have taken your name)."
msgstr ""
#: src/addons/s3-enhanced.php:285, src/methods/s3.php:1436
msgid "Failure: We could not successfully access or create such a bucket."
msgstr ""
#: src/addons/reporting.php:243
msgid "Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
msgstr ""
#: src/addons/reporting.php:243
msgid "Note that warning messages are advisory - the backup process does not stop for them."
msgstr ""
#: src/addons/pcloud.php:724, src/methods/dropbox.php:944,
#: src/methods/dropbox.php:915
msgid "though part of the returned information was not as expected - whether this indicates a real problem cannot be determined"
msgstr ""
#: src/addons/pcloud.php:383
msgid "You are not authenticated with pCloud"
msgstr ""
#: src/addons/pcloud.php:297
msgid "Listing the files failed:"
msgstr ""
#: src/addons/pcloud.php:256
msgid "Chunked upload failed"
msgstr ""
#: src/addons/onedrive.php:1329, src/addons/pcloud.php:550,
#: src/methods/dropbox.php:606
msgid "(You are already authenticated)."
msgstr ""
#: src/addons/onedrive.php:1315
msgid "As such, you must use the main %s %s App to authenticate with your account."
msgstr ""
#: src/addons/onedrive.php:1315
msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL."
msgstr ""
#: src/addons/onedrive.php:1121, src/addons/pcloud.php:653,
#: src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "The %s authentication could not go ahead, because something else on your site is breaking it."
msgstr ""
#: src/addons/morefiles.php:907
msgid "Restore all %s not listed below"
msgstr ""
#: src/addons/morefiles.php:905
msgid "This option will ensure all %s files not found will be restored."
msgstr ""
#: src/addons/morefiles.php:905
msgid "The amount of %1$s files scanned is near or over the php_max_input_vars value so some %1$s files maybe truncated."
msgstr ""
#: src/addons/morefiles.php:897
msgid "Files not chosen will not be replaced."
msgstr ""
#: src/addons/morefiles.php:897
msgid "If you do not want to restore all your %s files, then de-select the unwanted ones here."
msgstr ""
#: src/addons/morefiles.php:834
msgid "Please select where you want these backups to be restored to."
msgstr ""
#: src/addons/morefiles.php:834
msgid "The original filesystem location for some of the following items was not found."
msgstr ""
#: src/addons/morefiles.php:221
msgid "Zip error: (%s)"
msgstr ""
#: src/addons/morefiles.php:221
msgid "Unable to read any files from the zip (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/addons/moredatabase.php:411
msgid "Encryption aborted."
msgstr ""
#: src/addons/moredatabase.php:411
msgid "Encryption error occurred when encrypting database."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "Do make a separate record of it and do not lose it, or all your backups will be useless."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "If you enter text here, it is used to encrypt database backups (Rijndael)."
msgstr ""
#: src/addons/migrator.php:551
msgid "When you are shown the key, then press the 'Migrate' button on the other (sending) site, and copy-and-paste the key over there (in the 'Send a backup to another site' section)."
msgstr ""
#: src/addons/migrator.php:551
msgid "To allow another site to send a backup to this site, create a key below."
msgstr ""
#: src/addons/googlecloud.php:1320
msgid "(You are already authenticated, though you can authenticate again to refresh your access if you've had a problem)."
msgstr ""
#: src/addons/googlecloud.php:1308
msgid "Bucket names have to be globally unique."
msgstr ""
#: src/addons/googlecloud.php:1284, src/methods/googledrive.php:1515
msgid "You will need to change your site's address (%s) before you can use %s for storage."
msgstr ""
#: src/addons/googlecloud.php:1284
msgid "%s does not allow authorization of sites hosted on direct IP addresses."
msgstr ""
#: src/addons/googlecloud.php:1288, src/methods/googledrive.php:1494
msgid "The description below is sufficient for more expert users."
msgstr ""
#: src/addons/googlecloud.php:876
msgid "Please complete all fields in %s settings and save the settings."
msgstr ""
#: src/addons/googlecloud.php:876
msgid "But no %s settings were found."
msgstr ""
#: src/addons/googlecloud.php:879, src/addons/googlecloud.php:874
msgid "Please enter a bucket name in the %s settings and save settings."
msgstr ""
#: src/addons/googlecloud.php:879, src/addons/googlecloud.php:874
msgid "But no bucket was defined, so backups may not complete."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "Finally, if that does not work, then use expert mode to wipe all your settings, create a new Google client ID/secret, and start again."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "Re-check it, then follow the link to authenticate again."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "This often means that you entered your client secret wrongly, or that you have not yet re-authenticated (below) since correcting it."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "No refresh token was received from Google."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490
msgid "Turning off any debugging settings may also help)."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Try disabling your other plugins and switching to a default theme."
msgstr ""
#: src/addons/googlecloud.php:464
msgid "Authentication could not go ahead, because something else on your site is breaking it."
msgstr ""
#: src/addons/backblaze.php:847
msgid "Error: unable to set object lock for file: %s"
msgstr ""
#: src/addons/backblaze.php:791
msgid "Spaces are not allowed."
msgstr ""
#: src/addons/backblaze.php:791
msgid "There are limits upon which path-names are valid."
msgstr ""
#: src/addons/backblaze.php:789
msgid "A file which is locked cannot be deleted by any means until the lock time duration has expired."
msgstr ""
#: src/addons/backblaze.php:788
msgid "Read more about the Backblaze Object Lock"
msgstr ""
#: src/addons/backblaze.php:787
msgid "0 days means no lock is applied."
msgstr ""
#: src/addons/backblaze.php:787
msgid "Use this to protect your data from hackers or for regulatory compliance reasons."
msgstr ""
#: src/addons/backblaze.php:787
msgid "Object lock is a Backblaze B2 feature that prevents data from being changed or deleted for a given number of days."
msgstr ""
#: src/addons/backblaze.php:786
msgid "Object lock duration (days)"
msgstr ""
#: src/addons/backblaze.php:580, src/methods/s3.php:1436
msgid "Please check your access credentials, and if those are correct then try another bucket name (as another %s user may already have taken your name)."
msgstr ""
#: src/addons/backblaze.php:580
msgid "Failure: We could not successfully access or create such a bucket"
msgstr ""
#: src/addons/backblaze.php:118
msgid "Error: unable to set object lock for bucket: %s"
msgstr ""
#: src/addons/azure.php:691, src/addons/onedrive.php:1314,
#: src/methods/dreamobjects.php:187
msgid "For more detailed instructions, follow this link."
msgstr ""
#: src/addons/anonymisation.php:48, src/addons/anonymisation.php:71,
#: src/addons/anonymisation.php:101
msgid "Anonymize WooCommerce order data"
msgstr ""
#: src/updraftplus.php:226
msgid "Most likely, WordPress malfunctioned when copying the plugin files."
msgstr ""
#: src/updraftplus.php:226
msgid "You do not have UpdraftPlus completely installed - please de-install and install it again."
msgstr ""
#: src/updraftplus.php:97
msgid "Most likely, WordPress did not correctly unpack the plugin when installing it."
msgstr ""
#: src/updraftplus.php:97
msgid "The expected file %s is missing from your UpdraftPlus installation."
msgstr ""
#: src/restorer.php:3101
msgid "UpdraftPlus plugin slug:"
msgstr ""
#: src/restorer.php:2911
msgid "We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
msgstr ""
#: src/restorer.php:2911
msgid "Your database user does not have permission to create tables."
msgstr ""
#: src/restorer.php:2964
msgid "We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
msgstr ""
#: src/restorer.php:2964
msgid "Your database user does not have permission to drop tables."
msgstr ""
#: src/restorer.php:2762
msgid "If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
msgstr ""
#: src/restorer.php:2762
msgid "Timeouts are much more likely."
msgstr ""
#: src/restorer.php:2762
msgid "Warning: PHP safe_mode is active on your server."
msgstr ""
#: src/restorer.php:854
msgid "Check your file permissions."
msgstr ""
#: src/restorer.php:854
msgid "Could not move the files into place."
msgstr ""
#: src/restorer.php:853
msgid "Check your wp-content/upgrade folder."
msgstr ""
#: src/restorer.php:853
msgid "Could not move new files into place."
msgstr ""
#: src/restorer.php:841
msgid "It must be restored manually."
msgstr ""
#: src/restorer.php:841
msgid "UpdraftPlus is not able to directly restore this kind of entity."
msgstr ""
#: src/restorer.php:508
msgid "If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
msgstr ""
#: src/restorer.php:508
msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation."
msgstr ""
#: src/class-updraftplus.php:6318
msgid "Future releases of UpdraftPlus will require a more recent PHP version to use these features; we recommend that you speak to your web hosting company about updating to version %s or higher."
msgstr ""
#: src/class-updraftplus.php:6318
msgid "Your site is running on PHP version %s and has feature(s) currently enabled (%s) which are deprecated upon this PHP version."
msgstr ""
#: src/class-updraftplus.php:5511
msgid "UpdraftPlus was unable to find any tables when scanning the database backup; it maybe corrupt."
msgstr ""
#: src/class-updraftplus.php:5525
msgid "Deselect All"
msgstr ""
#: src/class-updraftplus.php:5525
msgid "Select All"
msgstr ""
#: src/class-updraftplus.php:5520
msgid "The amount of database tables scanned is near or over the php_max_input_vars value so some tables maybe truncated."
msgstr ""
#: src/class-updraftplus.php:5519, src/class-updraftplus.php:5520
msgid "This option will ensure all tables not found will be backed up."
msgstr ""
#: src/class-updraftplus.php:5519
msgid "The database scan was taking too long and consequently the list of all tables in the database could not be completed."
msgstr ""
#: src/class-updraftplus.php:5476
msgid "This database backup has the following non-core WordPress database tables excluded: %s"
msgstr ""
#: src/class-updraftplus.php:5154
msgid "This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
msgstr ""
#: src/class-updraftplus.php:5154
msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s)."
msgstr ""
#: src/class-updraftplus.php:5191, src/class-updraftplus.php:5173
msgid "You need the Migrator add-on in order to make this work."
msgstr ""
#: src/class-updraftplus.php:5191, src/class-updraftplus.php:5173
msgid "This backup set is from a different site (%s) - this is not a restoration, but a migration."
msgstr ""
#: src/class-updraftplus.php:5201
msgid "There are no guarantees that WordPress can handle this."
msgstr ""
#: src/class-updraftplus.php:5201
msgid "You are importing from a newer version of WordPress (%s) into an older one (%s)."
msgstr ""
#: src/class-updraftplus.php:5236
msgid "Only the first site of the network will be accessible."
msgstr ""
#: src/class-updraftplus.php:5236
msgid "Your backup is of a WordPress multisite install; but this site is not."
msgstr ""
#: src/class-updraftplus.php:5061, src/restorer.php:1179,
#: src/includes/class-updraftplus-encryption.php:354
msgid "The most likely cause is that you used the wrong key."
msgstr ""
#: src/class-updraftplus.php:5049, src/restorer.php:1166,
#: src/includes/class-updraftplus-encryption.php:336
msgid "The database file is encrypted, but you have no encryption key entered."
msgstr ""
#: src/class-updraftplus.php:5051
msgid "The database file is encrypted."
msgstr ""
#: src/class-updraftplus.php:5051, src/class-updraftplus.php:5049,
#: src/class-updraftplus.php:5061, src/restorer.php:1166,
#: src/restorer.php:1179, src/includes/class-updraftplus-encryption.php:354,
#: src/includes/class-updraftplus-encryption.php:336
msgid "Decryption failed."
msgstr ""
#: src/class-updraftplus.php:4549
msgid "Backup probably failed."
msgstr ""
#: src/class-updraftplus.php:4549
msgid "Could not save backup history because we have no backup array."
msgstr ""
#: src/class-updraftplus.php:3812
msgid "Warnings encountered (note: this is for information; the backup has completed successfully)"
msgstr ""
#: src/class-updraftplus.php:3667
msgid "The backup succeeded and is now complete"
msgstr ""
#: src/class-updraftplus.php:3313
msgid "Please check the backup directory and ensure it is writable so that backups may continue."
msgstr ""
#: src/class-updraftplus.php:3313
msgid "UpdraftPlus is unable to perform backups as your backup directory is not writable or the disk space is full."
msgstr ""
#: src/class-updraftplus.php:3312
msgid "Backup aborted - check your UpdraftPlus settings."
msgstr ""
#: src/class-updraftplus.php:3312
msgid "Could not create files in the backup directory."
msgstr ""
#: src/class-updraftplus.php:2091
msgid "Theme"
msgstr ""
#: src/class-updraftplus.php:2090
msgid "Plugin"
msgstr ""
#: src/class-updraftplus.php:698
msgid "Check back in a minute."
msgstr ""
#: src/class-updraftplus.php:698
msgid "Briefly unavailable for scheduled maintenance."
msgstr ""
#: src/class-updraftplus.php:245
msgid "So, go to the \"Plugins\" page, de-activate and de-install UpdraftPlus, and then try again."
msgstr ""
#: src/class-updraftplus.php:245
msgid "That is safe - all your settings and backups will be retained."
msgstr ""
#: src/class-updraftplus.php:245
msgid "WordPress will only allow you to install your new version after first de-installing the existing one."
msgstr ""
#: src/class-updraftplus.php:245
msgid "A version of UpdraftPlus is already installed."
msgstr ""
#: src/backup.php:4387
msgid "your web hosting account is full; please see: %s"
msgstr ""
#: src/backup.php:3163
msgid "Possible causes include that the link points to an invalid or inaccessible location."
msgstr ""
#: src/backup.php:3163
msgid "%s: unfollowable link - could not be followed to back up (readlink=%s)."
msgstr ""
#: src/backup.php:2051
msgid "To be able to backup the routines, you must be the user named as the routine DEFINER(s), have the SHOW_ROUTINE privilege (for MySQL 8.0.20+ users), have the SELECT privilege at the global level, or have the CREATE ROUTINE, ALTER ROUTINE, or EXECUTE privilege granted at a scope that includes the routines."
msgstr ""
#: src/backup.php:2051
msgid "Your WordPress database user doesn't have sufficient privileges to read these stored routines."
msgstr ""
#: src/backup.php:2051
msgid "Dumping routines: "
msgstr ""
#: src/backup.php:1901, src/backup.php:1899
msgid "The database backup has failed"
msgstr ""
#: src/backup.php:365
msgid "Consult the log file for more information."
msgstr ""
#: src/backup.php:365
msgid "Could not create %s zip."
msgstr ""
#: src/admin.php:6360
msgid "Thus, we recommend you choose a full backup when performing a manual backup and to use that option when creating a scheduled backup."
msgstr ""
#: src/admin.php:6360
msgid "%s permits UpdraftPlus to perform only one backup per month."
msgstr ""
#: src/admin.php:5672
msgid "Please refresh the settings page and try again"
msgstr ""
#: src/admin.php:5672
msgid "Your settings failed to save."
msgstr ""
#: src/admin.php:5631
msgid "Please reload the settings page before trying to save settings."
msgstr ""
#: src/admin.php:5631
msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded."
msgstr ""
#: src/admin.php:5244
msgid "Timestamp:"
msgstr ""
#: src/admin.php:5163,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:98
msgid "Restoration"
msgstr ""
#: src/admin.php:5162,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:97
msgid "Verifications"
msgstr ""
#: src/admin.php:5135
msgid "Do not close this page until it reports itself as having finished."
msgstr ""
#: src/admin.php:5135
msgid "The restore operation has begun (%s)."
msgstr ""
#: src/admin.php:4417, src/addons/azure.php:689,
#: src/methods/dreamobjects.php:182, src/methods/s3.php:926,
#: src/methods/s3.php:1080, src/methods/s3generic.php:192,
#: src/methods/updraftvault.php:477
msgid "Please contact your web hosting provider's support and ask for them to enable it."
msgstr ""
#: src/admin.php:4417, src/addons/azure.php:689
msgid "Your web server's PHP installation does not included a required (for %s) module (%s)."
msgstr ""
#: src/admin.php:4424
msgid "Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
msgstr ""
#: src/admin.php:4424
msgid "Communications with %s will be unencrypted."
msgstr ""
#: src/admin.php:4426, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:930,
#: src/methods/s3.php:1081, src/methods/s3generic.php:193
msgid "Please do not file any support requests; there is no alternative."
msgstr ""
#: src/admin.php:4426
msgid "%s requires Curl+https."
msgstr ""
#: src/admin.php:4426, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:930,
#: src/methods/s3.php:1081, src/methods/s3generic.php:193
msgid "Please contact your web hosting provider's support."
msgstr ""
#: src/admin.php:4426
msgid "We cannot access %s without this support."
msgstr ""
#: src/admin.php:4426, src/admin.php:4424
msgid "Your web server's PHP/Curl installation does not support https access."
msgstr ""
#: src/admin.php:4429
msgid "If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
msgstr ""
#: src/admin.php:4429
msgid "Good news: Your site's communications with %s can be encrypted."
msgstr ""
#: src/admin.php:4333, src/addons/morefiles.php:371
msgid "For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
msgstr ""
#: src/admin.php:4364
msgid "none present"
msgstr ""
#: src/admin.php:4043
msgid "You should check with your hosting provider that this will not cause any problems"
msgstr ""
#: src/admin.php:4043
msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it."
msgstr ""
#: src/admin.php:3891
msgid "Old folders successfully removed."
msgstr ""
#: src/admin.php:3893
msgid "You may want to do this manually."
msgstr ""
#: src/admin.php:3893
msgid "Old folder removal failed for some reason."
msgstr ""
#: src/admin.php:3888
msgid "Remove old folders"
msgstr ""
#: src/admin.php:3878
msgid "Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
msgstr ""
#: src/admin.php:3878
msgid "Note: the progress bar below is based on stages, NOT time."
msgstr ""
#: src/admin.php:3602
msgid "Delete old folders"
msgstr ""
#: src/admin.php:3596
msgid "You should press this button to delete them as soon as you have verified that the restoration worked."
msgstr ""
#: src/admin.php:3596
msgid "Your WordPress install has old folders from its state before you restored/migrated (technical information: these are suffixed with -old)."
msgstr ""
#: src/admin.php:3050
msgid "This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
msgstr ""
#: src/admin.php:3050
msgid "UpdraftPlus attempted to raise it but was unsuccessful."
msgstr ""
#: src/admin.php:3050
msgid "Your PHP memory limit (set by your web hosting company) is very low."
msgstr ""
#: src/admin.php:2993
msgid "You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
msgstr ""
#: src/admin.php:2993
msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this."
msgstr ""
#: src/admin.php:2889
msgid "We really appreciate your support!"
msgstr ""
#: src/admin.php:2889
msgid "Enjoyed %s? Please leave us a %s rating on %s or %s"
msgstr ""
#: src/admin.php:2751
msgid "Perhaps you need to install an add-on?"
msgstr ""
#: src/admin.php:2751
msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s."
msgstr ""
#: src/admin.php:2465
msgid "Aborting this backup."
msgstr ""
#: src/admin.php:2458, src/includes/class-commands.php:992
msgid "OK."
msgstr ""
#: src/admin.php:1674
msgid "Therefore, please download the attachment from the original backup email and upload it using the \"Upload backup files\" facility in the \"Existing Backups\" tab."
msgstr ""
#: src/admin.php:1674
msgid "The email protocol does not allow a remote backup to be retrieved from an email that has been sent."
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "For more information, please see: %s"
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "You will need to migrate to the Global endpoint in your UpdraftPlus settings."
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "Due to the shutdown of the %1$s endpoint, support for %1$s will be ending soon."
msgstr ""
#: src/admin.php:1484
msgid "However, we were not able to register this site with %1$s, as there are no available %1$s licences on the account."
msgstr ""
#: src/admin.php:1484
msgid "Connection to your %s account was successful."
msgstr ""
#: src/admin.php:1477
msgid "You will need to switch to a different end-point and migrate your data before that date."
msgstr ""
#: src/admin.php:1477
msgid "The %s endpoint is scheduled to shut down on the 1st October 2018."
msgstr ""
#: src/admin.php:1456
msgid "Go here to complete your settings for %s."
msgstr ""
#: src/admin.php:1429
msgid "Unless this is a development site, this means that the scheduler in your WordPress install is not working properly."
msgstr ""
#: src/admin.php:1429
msgid "WordPress has a number (%d) of scheduled tasks which are overdue."
msgstr ""
#: src/admin.php:1402
msgid "Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
msgstr ""
#: src/admin.php:1402
msgid "You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed."
msgstr ""
#: src/admin.php:1402
msgid "UpdraftPlus's debug mode is on."
msgstr ""
#: src/admin.php:1398
msgid "To get faster backups, ask your web hosting provider how to turn on the PHP zip module on your hosting."
msgstr ""
#: src/admin.php:1398
msgid "Consequently, UpdraftPlus will use a built-in zip module (PclZip); this is significantly slower."
msgstr ""
#: src/admin.php:1398
msgid "Neither the PHP zip module nor a zip executable are available on your webserver."
msgstr ""
#: src/admin.php:1390
msgid "It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
msgstr ""
#: src/admin.php:1390
msgid "UpdraftPlus does not officially support versions of WordPress before %s."
msgstr ""
#: src/admin.php:1386
msgid "Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
msgstr ""
#: src/admin.php:1386
msgid "UpdraftPlus could well run out of space."
msgstr ""
#: src/admin.php:1386
msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups."
msgstr ""
#: src/admin.php:1380
msgid "No backups can run (even "Backup Now") unless either you have set up a facility to call the scheduler manually, or until it is enabled."
msgstr ""
#: src/admin.php:1380
msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting."
msgstr ""
#: src/admin.php:1161
msgid "Therefore, please reload the page."
msgstr ""
#: src/admin.php:1160
msgid "This is usually caused by your dashboard page having been open a long time, and the included security tokens having since expired."
msgstr ""
#: src/admin.php:1158
msgid "Searching for backups..."
msgstr ""
#: src/admin.php:1157
msgid "Send a new backup"
msgstr ""
#: src/admin.php:1156
msgid "Send existing backup"
msgstr ""
#: src/admin.php:1154
msgid "You can send an existing local backup to the remote site or create a new backup"
msgstr ""
#: src/admin.php:1153
msgid "See the browser console log for more information."
msgstr ""
#: src/admin.php:1153
msgid "If you proceed with the restoration then some of the restore options will be lost and you may get unexpected results."
msgstr ""
#: src/admin.php:1109
msgid "This could mean that your .htaccess file has incorrect contents, is missing, or that your webserver is missing an equivalent mechanism."
msgstr ""
#: src/admin.php:1109
msgid "Attempts by the browser to access some pages have returned a \"not found (404)\" error."
msgstr ""
#: src/admin.php:1094
msgid "No UpdraftCentral licences were available."
msgstr ""
#: src/admin.php:1087
msgid "You may have a security module on your webserver blocking the restoration operation."
msgstr ""
#: src/admin.php:1087
msgid "HTML was detected in the response."
msgstr ""
#: src/admin.php:1072
msgid "Once the clone has finished deploying it, you will receive an email."
msgstr ""
#: src/admin.php:1072
msgid "The clone has been provisioned, and its data has been sent to it."
msgstr ""
#: src/admin.php:1071
msgid "This may fail if you have components that are incompatible with earlier versions."
msgstr ""
#: src/admin.php:1071
msgid "Warning: you have selected a lower version than your currently installed version."
msgstr ""
#: src/admin.php:1056
msgid "Adding site to UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1056
msgid "Key created."
msgstr ""
#: src/admin.php:1055
msgid "Requesting UpdraftCentral Key."
msgstr ""
#: src/admin.php:1055
msgid "Connected."
msgstr ""
#: src/admin.php:1037
msgid "It would be best to download the zip to your computer."
msgstr ""
#: src/admin.php:1037
msgid "This could be caused by a timeout."
msgstr ""
#: src/admin.php:1037
msgid "Unable to download file."
msgstr ""
#: src/admin.php:1033
msgid "Please check the following:"
msgstr ""
#: src/admin.php:1033
msgid "The file failed to upload."
msgstr ""
#: src/admin.php:1020
msgid "Please choose a valid UpdraftPlus export file."
msgstr ""
#: src/admin.php:1020
msgid "Error: The chosen file is corrupt."
msgstr ""
#: src/admin.php:967
msgid "Please select at least one, and then try again."
msgstr ""
#: src/admin.php:967
msgid "You did not select any components to restore."
msgstr ""
#: src/admin.php:950, src/admin.php:951
msgid "This file is not an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
msgstr ""
#: src/admin.php:940
msgid "File size"
msgstr ""
#: src/admin.php:921
msgid "Do not close your browser until it reports itself as having finished."
msgstr ""
#: src/admin.php:921
msgid "The restore operation has begun."
msgstr ""
#: src/admin.php:3742
msgid "file %d of %d"
msgstr ""
#: src/addons/googlecloud.php:626
msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Cloud."
msgstr ""
#: src/addons/googlecloud.php:1319, src/addons/googlecloud.php:1372,
#: src/methods/googledrive.php:1507, src/methods/googledrive.php:1684
msgid "Sign in with %s"
msgstr ""
#: src/admin.php:3822
msgid "(after %ss)"
msgstr ""
#: src/admin.php:3822
msgid "next resumption: %d"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:113
msgid "Install debugging plugins:"
msgstr ""
#: src/restorer.php:3095
msgid "Old ABSPATH:"
msgstr ""
#: src/udaddons/options.php:112
msgid "An update is available for UpdraftPlus - please connect here to gain access to it."
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:17
msgid "already uploaded"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:99
msgid "Please check out UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:115
msgid "Anonymise personal data in your database backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:113,
#: src/templates/wp-admin/settings/tab-addons.php:114
msgid "Anonymisation functions"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:281
msgid "For more reporting features, use the Premium version"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:277
msgid "Your email backup and a report will be sent to"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:148
msgid "See also the Premium version from our shop."
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:93
msgid "Add exclusion rule"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:89
msgid "at the end of their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:88
msgid "anywhere in their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:87
msgid "at the beginning of their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:85
msgid "these characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:83
msgid "All files/directories containing "
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:76
msgid "Select the folder in which the files or sub-directories you would like to exclude are located"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:71
msgid "All files/directories containing the given characters in their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:18
msgid "Files/Directories containing the given characters in their names"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:25
msgid "Never"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:22
msgid "Maybe later"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:18
msgid "Ok, you deserve it"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:69
msgid "Current SQL mode:"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:42
msgid "UpdraftClone image:"
msgstr ""
#: src/options.php:229
msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium."
msgstr ""
#: src/methods/s3generic.php:206
msgid "Virtual-host style"
msgstr ""
#: src/methods/s3generic.php:205
msgid "Path style"
msgstr ""
#: src/methods/s3generic.php:203
msgid "Read more about bucket access style"
msgstr ""
#: src/methods/s3generic.php:202
msgid "Bucket access style"
msgstr ""
#: src/methods/s3.php:1397
msgid "Failure: No endpoint details were given."
msgstr ""
#: src/methods/ftp.php:120
msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available in the Premium version."
msgstr ""
#: src/methods/email.php:111
msgid "For more options, use Premium"
msgstr ""
#: src/methods/dropbox.php:604
msgid "If you backup several sites into the same Dropbox and want to organize with sub-folders, then %scheck out Premium%s"
msgstr ""
#: src/methods/backup-module.php:745
msgid "Complete manual authentication"
msgstr ""
#: src/methods/backup-module.php:743
msgid "%s authentication code:"
msgstr ""
#: src/methods/backup-module.php:742
msgid "To complete manual authentication, at the orange UpdraftPlus authentication screen select the \"Having problems authenticating?\" link, then copy and paste the code given here."
msgstr ""
#: src/methods/backup-module.php:741
msgid "If you are having problems authenticating with %s you can manually authorize here."
msgstr ""
#: src/methods/backup-module.php:740
msgid "%s authentication:"
msgstr ""
#: src/includes/updraftplus-notices.php:274
msgid "The UpdraftPlus Plugin Collection Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:200
msgid "The WordPress subscription extension for WooCommerce store owners."
msgstr ""
#: src/includes/updraftplus-notices.php:199
msgid "by"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Team Updraft"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Thank you so much!"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:52
msgid "Warning: You have no clone tokens remaining and either no subscriptions or no subscription that will renew before the clone expiry date."
msgstr ""
#: src/includes/class-remote-send.php:728
msgid "The list of existing sites has been removed"
msgstr ""
#: src/includes/class-remote-send.php:724
msgid "There was an error while trying to remove the list of existing sites."
msgstr ""
#: src/includes/class-remote-send.php:672
msgid "Clear list of existing sites"
msgstr ""
#: src/includes/class-commands.php:806
msgid "Missing instance id:"
msgstr ""
#: src/includes/class-commands.php:795
msgid "Missing authentication data:"
msgstr ""
#: src/includes/class-commands.php:766
msgid "Manual authentication is not available for this remote storage method"
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "Or, if they are in remote storage, you can connect that remote storage (in the \"Settings\" tab), save your settings, and use the \"Rescan remote storage\" link."
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "If you have an existing backup that you wish to upload and restore from, then please use the \"Upload backup files\" link above."
msgstr ""
#: src/class-updraftplus.php:5522
msgid "Include all tables not listed below"
msgstr ""
#: src/class-updraftplus.php:5506
msgid "Therefore, affected tables on the current site which already exist will not be replaced by default, to avoid corrupting them (you can review this in the list of tables below)."
msgstr ""
#: src/class-updraftplus.php:5504
msgid "Therefore it is advised that you take a fresh backup on the source site, using a later version."
msgstr ""
#: src/class-updraftplus.php:5506, src/class-updraftplus.php:5504
msgid "This backup was created on a previous UpdraftPlus version (%s) which did not correctly backup tables with composite primary keys (such as the term_relationships table, which records tags and product attributes)."
msgstr ""
#: src/class-updraftplus.php:5456
msgid "This backup is of a site with an empty table prefix, which WordPress does not officially support; the results may be unreliable."
msgstr ""
#: src/class-updraftplus.php:4033
msgid "View log"
msgstr ""
#: src/class-updraftplus.php:4027
msgid "You can view the log by pressing the 'View log' button."
msgstr ""
#: src/class-updraftplus.php:3986
msgid "UpdraftPlus on %s"
msgstr ""
#: src/class-updraftplus.php:3294
msgid " Your hosting provider only allows you to take one incremental backup per day."
msgstr ""
#: src/backup.php:4042
msgid "two unsuccessful attempts were made to include it, and it will now be omitted from the backup"
msgstr ""
#: src/backup.php:4038
msgid "a second attempt is being made (upon further failure it will be skipped)"
msgstr ""
#: src/backup.php:1850
msgid "Failed to backup database table:"
msgstr ""
#: src/backup.php:1695
msgid "Failed to open directory for reading:"
msgstr ""
#: src/admin.php:6378
msgid "The download link is broken or the backup file is no longer available"
msgstr ""
#: src/admin.php:6376
msgid "The download link is broken, you may have clicked the link from untrusted source"
msgstr ""
#: src/admin.php:6361
msgid "Due to the restriction, some settings can be automatically adjusted, disabled or not available."
msgstr ""
#: src/admin.php:6359
msgid "Your website is hosted with %s (%s)."
msgstr ""
#: src/admin.php:6293
msgid "The following remote storage (%s) have only been partially configured, if you are having problems you can try to manually authorise at the UpdraftPlus settings page."
msgstr ""
#: src/admin.php:6287
msgid "The following remote storage (%s) have only been partially configured, manual authorization is not supported with this remote storage, please try again and if the problem persists contact support."
msgstr ""
#: src/admin.php:6151
msgid "more info"
msgstr ""
#: src/admin.php:5537
msgid "The following remote storage options are configured."
msgstr ""
#: src/admin.php:5534
msgid "No remote storage locations with valid options found."
msgstr ""
#: src/admin.php:5123
msgid "This may prevent the restore procedure from being able to proceed."
msgstr ""
#: src/admin.php:4330
msgid "(the asterisk character matches zero or more characters)"
msgstr ""
#: src/admin.php:1491, src/admin.php:1498
msgid "UpdraftPlus notice"
msgstr ""
#: src/admin.php:1299
msgid "Premium / Pro Support"
msgstr ""
#: src/admin.php:1153
msgid "The number of restore options that will be sent exceeds the configured maximum in your PHP configuration (max_input_vars)."
msgstr ""
#: src/admin.php:1148
msgid "is not"
msgstr ""
#: src/admin.php:1144
msgid "is"
msgstr ""
#: src/admin.php:1138
msgid "Day of the month"
msgstr ""
#: src/admin.php:1134
msgid "Day of the week"
msgstr ""
#: src/admin.php:1128
msgid "if all of the following conditions are matched:"
msgstr ""
#: src/admin.php:1124
msgid "if any of the following conditions are matched:"
msgstr ""
#: src/admin.php:1120
msgid "on every backup"
msgstr ""
#: src/admin.php:1114
msgid "Your hosting provider only allows you to take one incremental backup per day."
msgstr ""
#: src/admin.php:1114, src/class-updraftplus.php:3294
msgid "You have reached the daily limit for the number of incremental backups you can create at this time."
msgstr ""
#: src/admin.php:1113, src/admin.php:1114, src/class-updraftplus.php:3297,
#: src/class-updraftplus.php:3294
msgid "Please contact your hosting company (%s) if you require further support."
msgstr ""
#: src/admin.php:1113, src/class-updraftplus.php:3297
msgid "Your hosting provider only allows you to take one backup per month."
msgstr ""
#: src/admin.php:1113, src/class-updraftplus.php:3297
msgid "You have reached the monthly limit for the number of backups you can create at this time."
msgstr ""
#: src/admin.php:1102
msgid "Restoring stored routine: %s"
msgstr ""
#: src/admin.php:1082
msgid "Please enter part of the file name"
msgstr ""
#: src/admin.php:1013
msgid "Loading..."
msgstr ""
#: src/admin.php:969
msgid "Exit full-screen"
msgstr ""
#: src/admin.php:968, src/admin.php:5155
msgid "Full-screen"
msgstr ""
#: src/admin.php:920
msgid "You have chosen to send this backup to remote storage, but no remote storage locations have been selected"
msgstr ""
#: src/addons/wp-cli.php:1085
msgid "You successfully logged in to UpdraftPlus.Com and connected this plugin with your account"
msgstr ""
#: src/addons/wp-cli.php:1070
msgid "Please wait while connecting to UpdraftPlus.com ..."
msgstr ""
#: src/addons/wp-cli.php:1065
msgid "The attempt to open and read contents from the password file failed; please make sure the file is readable and is not being exclusively locked by another process"
msgstr ""
#: src/addons/wp-cli.php:1062
msgid "The password file you specified doesn't exist; please check the --password-file parameter."
msgstr ""
#: src/addons/wp-cli.php:1059
msgid "The email address provided appears to be invalid, please double-check your email address again and try again."
msgstr ""
#: src/addons/wp-cli.php:654
msgid "Failed to search and replace"
msgstr ""
#: src/addons/wp-cli.php:652
msgid "Search and replace successful"
msgstr ""
#: src/addons/wp-cli.php:650
msgid "Failed to search and replace:"
msgstr ""
#: src/addons/wp-cli.php:599
msgid "Failed to create UpdraftCentral key"
msgstr ""
#: src/addons/wp-cli.php:596
msgid "UpdraftCentral key created:"
msgstr ""
#: src/addons/s3-enhanced.php:439
msgid "China (Ningxia) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:437
msgid "Asia Pacific (Hong Kong)"
msgstr ""
#: src/addons/s3-enhanced.php:436
msgid "Asia Pacific (Osaka-Local) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:430
msgid "Africa (Cape Town)"
msgstr ""
#: src/addons/s3-enhanced.php:427
msgid "Europe (Milan)"
msgstr ""
#: src/addons/s3-enhanced.php:417
msgid "US East (N. Virginia) (default)"
msgstr ""
#: src/admin.php:911, src/addons/reporting.php:549
msgid "When email storage method is enabled, and an email address is entered, also send the backup"
msgstr ""
#: src/addons/reporting.php:462
msgid "Send reports"
msgstr ""
#: src/addons/morestorage.php:105
msgid "Send scheduled backups to this destination:"
msgstr ""
#: src/addons/moredatabase.php:461, src/addons/morefiles.php:902
msgid "Deselect all"
msgstr ""
#: src/addons/moredatabase.php:460
msgid "Select all (this site)"
msgstr ""
#: src/addons/googlecloud.php:1146
msgid "The specified bucket was not found."
msgstr ""
#: src/addons/anonymisation.php:44, src/addons/anonymisation.php:68,
#: src/addons/anonymisation.php:96,
#: src/templates/wp-admin/notices/horizontal-notice.php:70
msgid "Learn more"
msgstr ""
#: src/addons/anonymisation.php:44, src/addons/anonymisation.php:68,
#: src/addons/anonymisation.php:96
msgid "Anonymize personal data for all users except staff"
msgstr ""
#: src/addons/anonymisation.php:42, src/addons/anonymisation.php:66,
#: src/addons/anonymisation.php:91
msgid "Anonymize personal data for all users except the logged-in user"
msgstr ""
#: src/addons/anonymisation.php:39, src/addons/anonymisation.php:64
msgid "N.B. Anonymized information cannot be recovered; the original non-anonymized data will be absent from the backup."
msgstr ""
#: src/addons/anonymisation.php:39, src/addons/anonymisation.php:64
msgid "These options can anonymize personal data in your database backup."
msgstr ""
#: src/udaddons/options.php:543
msgid "Buy %s"
msgstr ""
#: src/udaddons/options.php:542
msgid "Get %s from the UpdraftPlus.com Store"
msgstr ""
#: src/udaddons/options.php:295
msgid "Go to your UpdraftCentral Cloud dashboard"
msgstr ""
#: src/udaddons/options.php:294
msgid "You successfully logged in to UpdraftPlus and connected this site to UpdraftCentral Cloud."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:90
msgid "Perform a backup"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:324
msgid "More great plugins by the Updraft Team"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:128
msgid "Allows you to only backup changes to your files (such as a new image) that have been made to your site since the last backup."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:126,
#: src/templates/wp-admin/settings/tab-addons.php:127
msgid "Incremental backups"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:57
msgid "Follow this link to the installation instructions (particularly step 1)."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:56
msgid "You successfully purchased UpdraftPremium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:39
msgid "Goes to updraftplus.com checkout page"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Goes to the updraftplus.com checkout page"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Get %s here"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "The higher the value, the more server resources are required to create the archive."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "to take incremental backups"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:76
msgid "Retain this many scheduled database backups"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:42
msgid "Retain this many scheduled file backups"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:18
msgid "Add an exclusion rule for %s"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:170
msgid "Use ctrl / cmd + press to select several items, or ctrl / cmd + shift + press to select all in between"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:169
msgid "Deselect all backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:168
msgid "Select all backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:167
msgid "Delete selected backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:158
msgid "Show all backups..."
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:158
msgid "Show more backups..."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:63
msgid "Choose the components to restore:"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:30
msgid "Restore files from"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:20,
#: src/templates/wp-admin/settings/backupnow-modal.php:67
msgid "Find out more about incremental backups here."
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:17
msgid "Incremental backups are a feature of %s (upgrade by following this link)."
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:13
msgid "Take an incremental backup"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:12
msgid "Take a new backup"
msgstr ""
#: src/restorer.php:4008
msgid "The Database connection has been closed and cannot be reopened."
msgstr ""
#: src/restorer.php:3661
msgid "Skipping table %s: already restored on a prior run; next table to restore: %s"
msgstr ""
#: src/restorer.php:3658
msgid "Skipping table %s: user has chosen not to restore this table"
msgstr ""
#: src/restorer.php:2557
msgid "Found and replaced existing table foreign key constraints as the table prefix has changed."
msgstr ""
#: src/restorer.php:2400
msgid "An error occurred while attempting to set a new value to the MySQL global log_bin_trust_function_creators variable %s"
msgstr ""
#: src/restorer.php:2393
msgid "An error occurred while attempting to retrieve the MySQL global log_bin_trust_function_creators variable %s"
msgstr ""
#: src/restorer.php:1255
msgid "The directory does not exist, and the attempt to create it failed"
msgstr ""
#: src/restorer.php:852
msgid "Could not delete old path."
msgstr ""
#: src/methods/updraftvault.php:527
msgid "Follow this link for help"
msgstr ""
#: src/methods/updraftvault.php:522
msgid "Please enter your %s password"
msgstr ""
#: src/methods/updraftvault.php:520
msgid "Please enter your %s email address"
msgstr ""
#: src/methods/updraftvault.php:491
msgid "Start Subscription"
msgstr ""
#: src/methods/updraftvault.php:492, src/methods/updraftvault.php:493,
#: src/methods/updraftvault.php:494
msgid "Start %s Subscription"
msgstr ""
#: src/methods/updraftvault.php:495
msgid "Start Trial"
msgstr ""
#: src/methods/updraftvault.php:496
msgid "Start %s Trial"
msgstr ""
#: src/methods/updraftvault.php:507, src/methods/updraftvault.php:508,
#: src/methods/updraftvault.php:509, src/methods/updraftvault.php:510
msgid "Start a %s UpdraftVault Subscription"
msgstr ""
#: src/methods/updraftvault.php:503
msgid "%s month %s trial"
msgstr ""
#: src/methods/updraftvault.php:498
msgid "with the option of"
msgstr ""
#: src/methods/updraftvault.php:486
msgid "Read more about %s here."
msgstr ""
#: src/methods/updraftvault.php:483
msgid "Connect to your %s account"
msgstr ""
#: src/methods/updraftvault.php:482
msgid "Already got space?"
msgstr ""
#: src/methods/updraftvault.php:480
msgid "Need to get space?"
msgstr ""
#: src/methods/s3.php:184, src/methods/s3.php:185, src/methods/s3.php:196,
#: src/methods/s3.php:197
msgid "Error: Failed to initialise"
msgstr ""
#: src/methods/ftp.php:184
msgid "upload failed"
msgstr ""
#: src/methods/ftp.php:157, src/methods/ftp.php:325
msgid "login failure"
msgstr ""
#: src/methods/cloudfiles.php:228, src/methods/cloudfiles.php:229
msgid "error - failed to upload file"
msgstr ""
#: src/methods/cloudfiles.php:221
msgid "error - failed to re-assemble chunks"
msgstr ""
#: src/methods/cloudfiles.php:113, src/methods/cloudfiles.php:358,
#: src/methods/cloudfiles.php:370
msgid "error - failed to create and access the container"
msgstr ""
#: src/methods/cloudfiles.php:105, src/methods/cloudfiles.php:109,
#: src/methods/cloudfiles.php:302, src/methods/cloudfiles.php:350,
#: src/methods/cloudfiles.php:354
msgid "authentication failed"
msgstr ""
#: src/includes/updraftplus-tour.php:189
msgid "Otherwise, you can try UpdraftVault for 1 month for only $1!"
msgstr ""
#: src/includes/updraftplus-tour.php:188
msgid "If you have a valid Premium license, you get 1GB of storage included."
msgstr ""
#: src/includes/updraftplus-tour.php:135
msgid "Try UpdraftVault for 1 month for only $1!"
msgstr ""
#: src/includes/updraftplus-notices.php:189
msgid "manages all your WordPress sites at once from one place"
msgstr ""
#: src/includes/updraftplus-notices.php:189
msgid "Many sites?"
msgstr ""
#: src/includes/updraftplus-notices.php:188
msgid "handles updates automatically as you want them"
msgstr ""
#: src/includes/updraftplus-notices.php:188
msgid "Save time"
msgstr ""
#: src/includes/updraftplus-notices.php:187
msgid "backs up automatically when you update plugins, themes or core"
msgstr ""
#: src/includes/updraftplus-notices.php:187
msgid "Be safe"
msgstr ""
#: src/includes/updraftplus-notices.php:186
msgid "Make updates easy with UpdraftPlus"
msgstr ""
#: src/includes/updraftplus-clone.php:107
msgid "Clone of %s"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "%d token"
msgid_plural "%d tokens"
msgstr[0] ""
msgstr[1] ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:36
msgid "%s from now"
msgstr ""
#: src/includes/class-wpadmin-commands.php:217
msgid "This backup set contains incremental backups of your files; please select the time you wish to restore your files to"
msgstr ""
#: src/includes/class-filesystem-functions.php:558
msgid "Unzip progress: %d out of %d files"
msgstr ""
#: src/includes/class-database-utility.php:675
msgid "An error occurred while attempting to retrieve the routine SQL/DDL statement (%s %s)"
msgstr ""
#: src/includes/class-database-utility.php:663
msgid "An error occurred while attempting to retrieve routine status (%s %s)"
msgstr ""
#: src/includes/class-database-utility.php:595
msgid "An error occurred while attempting to check the support of stored routines creation (%s %s)"
msgstr ""
#: src/class-updraftplus.php:5514
msgid "If you do not want to restore all your database tables, then choose some to exclude here."
msgstr ""
#: src/class-updraftplus.php:5209
msgid "You should only proceed if you have checked and are confident (or willing to risk) that your plugins/themes/etc are compatible with the new %s version."
msgstr ""
#: src/class-updraftplus.php:5209
msgid "This is older than the server which you are now restoring onto (version %s)."
msgstr ""
#: src/class-updraftplus.php:3781
msgid "Incomplete"
msgstr ""
#: src/class-updraftplus.php:2501
msgid "The backup is being aborted for a repeated failure to progress."
msgstr ""
#: src/class-updraftplus.php:698
msgid "Under Maintenance"
msgstr ""
#: src/admin.php:6304, src/admin.php:6302
msgid "You have requested saving to remote storage (%s), but without entering any settings for that storage."
msgstr ""
#: src/admin.php:6151
msgid "Clone package"
msgstr ""
#: src/admin.php:6138
msgid "An empty WordPress install"
msgstr ""
#: src/admin.php:6137
msgid "This current site"
msgstr ""
#: src/admin.php:6135
msgid "Clone:"
msgstr ""
#: src/admin.php:5161,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:96
msgid "Component selection"
msgstr ""
#: src/admin.php:5155
msgid "Activity log"
msgstr ""
#: src/admin.php:5148
msgid "Cleaning"
msgstr ""
#: src/admin.php:5139
msgid "Verifying"
msgstr ""
#: src/admin.php:5136
msgid "Restoration progress:"
msgstr ""
#: src/admin.php:5126,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:30
msgid "UpdraftPlus Restoration"
msgstr ""
#: src/admin.php:4607
msgid "(%d archive(s) in set, total %s)."
msgstr ""
#: src/admin.php:3429
msgid "Learn more about UpdraftCentral"
msgstr ""
#: src/admin.php:3429
msgid "Add this website to UpdraftCentral (remote, centralised control) - free for up to 5 sites."
msgstr ""
#: src/admin.php:2971, src/admin.php:3895, src/admin.php:5091,
#: src/admin.php:5080, src/admin.php:5068, src/admin.php:5334,
#: src/admin.php:6293, src/admin.php:6304
msgid "Return to UpdraftPlus configuration"
msgstr ""
#: src/admin.php:2465
msgid "No suitable backup set (that already contains a full backup of all the requested file component types) was found, to add increments to."
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "Service Unavailable"
msgstr ""
#: src/admin.php:1110
msgid "Please check the error log for more details"
msgstr ""
#: src/admin.php:1109
msgid "Missing pages:"
msgstr ""
#: src/admin.php:1108
msgid "Restore error:"
msgstr ""
#: src/admin.php:1107
msgid "Attempts by the browser to contact the website failed."
msgstr ""
#: src/admin.php:1106
msgid "Preparing backup files"
msgstr ""
#: src/admin.php:1105
msgid "Downloading backup files if needed"
msgstr ""
#: src/admin.php:1104
msgid "Begun"
msgstr ""
#: src/admin.php:1103, src/admin.php:5149
msgid "Finished"
msgstr ""
#: src/admin.php:1100
msgid "Restoring %s1 files out of %s2"
msgstr ""
#: src/admin.php:1099
msgid "no recent activity; will offer resumption after: %d seconds"
msgstr ""
#: src/admin.php:1098
msgid "last activity: %d seconds ago"
msgstr ""
#: src/admin.php:1095
msgid "credentials"
msgstr ""
#: src/admin.php:1093
msgid "Try it - 1 month for $1!"
msgstr ""
#: src/admin.php:1089
msgid "Try UpdraftVault!"
msgstr ""
#: src/admin.php:1088
msgid "You have not selected a restore path for your chosen backups"
msgstr ""
#: src/admin.php:1086
msgid "File backup options"
msgstr ""
#: src/admin.php:1063
msgid "Verifying one-time password..."
msgstr ""
#: src/admin.php:1058
msgid "Login successful; reloading information."
msgstr ""
#: src/admin.php:938, src/admin.php:2294,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
#: src/templates/wp-admin/settings/tab-backups.php:21,
#: src/templates/wp-admin/settings/tab-backups.php:44
msgid "Existing backups"
msgstr ""
#: src/admin.php:664
msgid "Dismiss notice"
msgstr ""
#: src/admin.php:664
msgid "You can test running your site on a different PHP (or WordPress) version using UpdraftClone credits."
msgstr ""
#: src/admin.php:652
msgid "dismiss notice"
msgstr ""
#: src/admin.php:652
msgid "go here to learn more"
msgstr ""
#: src/admin.php:652
msgid "You can test upgrading your site on an instant copy using UpdraftClone credits"
msgstr ""
#: src/addons/wp-cli.php:1020
msgid "There are no incremental backup restore points available."
msgstr ""
#: src/addons/wp-cli.php:1015
msgid "Timestamp"
msgstr ""
#: src/addons/wp-cli.php:742
msgid "No valid components found, please select different components or a backup set with components that can be restored."
msgstr ""
#: src/addons/sftp.php:238, src/methods/cloudfiles.php:199,
#: src/methods/cloudfiles.php:157, src/methods/openstack-base.php:81
msgid "Error: Failed to upload"
msgstr ""
#: src/addons/s3-enhanced.php:429
msgid "Middle East (Bahrain)"
msgstr ""
#: src/addons/s3-enhanced.php:428
msgid "Europe (Stockholm)"
msgstr ""
#: src/addons/s3-enhanced.php:80
msgid "Read more about server-side encryption"
msgstr ""
#: src/addons/s3-enhanced.php:77
msgid "Intelligent Tiering"
msgstr ""
#: src/addons/morefiles.php:1010
msgid "Restore location found for:"
msgstr ""
#: src/addons/morefiles.php:1008
msgid "Restore location does not exist on the filesystem for:"
msgstr ""
#: src/addons/morefiles.php:836
msgid "Please select the more files backups that you wish to restore:"
msgstr ""
#: src/addons/moredatabase.php:267
msgid "If you enter a table prefix, then only tables that begin with this prefix will be backed up."
msgstr ""
#: src/addons/moredatabase.php:267, src/addons/moredatabase.php:267
msgid "Enter table prefix"
msgstr ""
#: src/addons/moredatabase.php:266
msgid "Enter database"
msgstr ""
#: src/addons/moredatabase.php:266
msgid "Enter database."
msgstr ""
#: src/addons/moredatabase.php:265
msgid "Enter password"
msgstr ""
#: src/addons/moredatabase.php:265
msgid "Enter password."
msgstr ""
#: src/addons/moredatabase.php:264
msgid "Enter username"
msgstr ""
#: src/addons/moredatabase.php:264
msgid "Enter username."
msgstr ""
#: src/addons/moredatabase.php:263
msgid "Enter host"
msgstr ""
#: src/addons/moredatabase.php:263
msgid "Enter host."
msgstr ""
#: src/addons/incremental.php:297
msgid "No incremental backup of your files is possible, as no suitable existing backup was found to add increments to."
msgstr ""
#: src/addons/incremental.php:295
msgid "N.B. No backup of your database will be taken in an incremental backup; if you want a database backup as well, then take that separately."
msgstr ""
#: src/addons/incremental.php:295
msgid "Files changed since the last backup will be added as a new increment in that backup set."
msgstr ""
#: src/addons/googlecloud.php:1315
msgid "Read more about bucket locations"
msgstr ""
#: src/addons/googlecloud.php:1311, src/addons/s3-enhanced.php:72
msgid "Read more about storage classes"
msgstr ""
#: src/addons/googlecloud.php:346, src/methods/googledrive.php:1459
msgid "download: failed: file not found"
msgstr ""
#: src/addons/googlecloud.php:223, src/addons/googlecloud.php:228,
#: src/methods/cloudfiles.php:140, src/methods/googledrive.php:1287,
#: src/methods/googledrive.php:1293
msgid "Error: Failed to open local file"
msgstr ""
#: src/addons/fixtime.php:570
msgid "Start time"
msgstr ""
#: src/addons/fixtime.php:552
msgid "Day to run backups"
msgstr ""
#: src/addons/fixtime.php:310
msgid "Add an additional file retention rule"
msgstr ""
#: src/addons/fixtime.php:305
msgid "Add an additional database retention rule"
msgstr ""
#: src/addons/backblaze.php:783
msgid "This is needed if, and only if, your application key was a bucket-specific application key (not a master key)"
msgstr ""
#: src/addons/backblaze.php:782
msgid "Bucket application key ID"
msgstr ""
#: src/addons/backblaze.php:778
msgid "Master Application Key ID"
msgstr ""
#: src/addons/backblaze.php:777
msgid "For help configuring %s, including screenshots, follow this link."
msgstr ""
#: src/addons/azure.php:706
msgid "Azure China"
msgstr ""
#: src/admin.php:6121
msgid "Clone region:"
msgstr ""
#: src/udaddons/updraftplus-addons.php:334,
#: src/udaddons/updraftplus-addons.php:348
msgid "go here"
msgstr ""
#: src/udaddons/updraftplus-addons.php:334,
#: src/udaddons/updraftplus-addons.php:348
msgid "If you have already renewed, then you need to allocate a licence to this site - %s"
msgstr ""
#: src/addons/onedrive.php:924
msgid "Authentication"
msgstr ""
#: src/admin.php:1051
msgid "You must select at least one remote storage destination to upload this backup set to."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:367
msgid "Read more about Easy Updates Manager"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:73
msgid "You can find out more about clone keys here."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:62
msgid "Or, use an UpdraftClone key"
msgstr ""
#: src/restorer.php:3350
msgid "Found SET NAMES %s, but changing to %s as suggested by WPDB::determine_charset()."
msgstr ""
#: src/admin.php:1084
msgid "UpdraftClone key is required."
msgstr ""
#: src/admin.php:1073
msgid "The preparation of the clone data has been aborted."
msgstr ""
#: src/addons/azure.php:705
msgid "Azure Government"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:367
msgid "Ask WordPress to automatically update UpdraftPlus when it finds an available update."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:366
msgid "Automatic updates"
msgstr ""
#: src/restorer.php:2959, src/restorer.php:2908
msgid "Your database user does not have permission to drop tables"
msgstr ""
#: src/admin.php:3418
msgid "Ask WordPress to update UpdraftPlus automatically when an update is available"
msgstr ""
#: src/addons/googlecloud.php:1289
msgid "You must add the following as the authorized redirect URI (under \"More Options\") when asked"
msgstr ""
#: src/addons/googlecloud.php:62
msgid "Frankfurt"
msgstr ""
#: src/addons/googlecloud.php:61
msgid "London"
msgstr ""
#: src/addons/googlecloud.php:60
msgid "Belgium"
msgstr ""
#: src/addons/googlecloud.php:59
msgid "Sydney"
msgstr ""
#: src/addons/googlecloud.php:58
msgid "Singapore"
msgstr ""
#: src/addons/googlecloud.php:57
msgid "Tokyo"
msgstr ""
#: src/addons/googlecloud.php:56
msgid "Taiwan"
msgstr ""
#: src/addons/googlecloud.php:55
msgid "Oregon"
msgstr ""
#: src/addons/googlecloud.php:54
msgid "North Virginia"
msgstr ""
#: src/addons/googlecloud.php:53
msgid "South Carolina"
msgstr ""
#: src/addons/googlecloud.php:52
msgid "Iowa"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Confirm change"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:18,
#: src/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php:3
msgid "Add an exclusion rule"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:62
msgid "Type a file prefix"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:59,
#: src/templates/wp-admin/settings/exclude-modal.php:61
msgid "All files beginning with these characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:50
msgid "Type an extension like zip"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:31
msgid "Select a file/folder which you would like to exclude"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:15
msgid "All files beginning with given characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:12,
#: src/templates/wp-admin/settings/exclude-modal.php:47,
#: src/templates/wp-admin/settings/exclude-modal.php:49
msgid "All files with this extension"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:9,
#: src/templates/wp-admin/settings/exclude-modal.php:25
msgid "File/directory"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:6
msgid "Select a way to exclude files or directories from the backup"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:2
msgid "Exclude files/directories"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:420
msgid "To read FAQs/documentation about UpdraftClone, go here."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "your UpdraftPlus.com account"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "You can check the progress here or in %s"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "Your UpdraftClone is still setting up."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:376
msgid "%s archives remain"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:376
msgid "The site data has all been received, and its import has begun."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:367
msgid "WordPress installed; now awaiting the site data to be sent."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:94
msgid "Clone ready"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:86
msgid "Site data has been deployed"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:84,
#: src/includes/updraftclone/temporary-clone-status.php:347
msgid "Deploying site data"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:75
msgid "Site data received"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:73,
#: src/includes/updraftclone/temporary-clone-status.php:344
msgid "Receiving site data"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:66,
#: src/includes/updraftclone/temporary-clone-status.php:341
msgid "WordPress installed"
msgstr ""
#: src/admin.php:6226
msgid "Your clone has started, network information is not yet available but will be displayed here and at your updraftplus.com account once it is ready."
msgstr ""
#: src/admin.php:4330
msgid "Exclude these from"
msgstr ""
#: src/admin.php:1083
msgid "The exclusion rule which you are trying to add already exists"
msgstr ""
#: src/admin.php:1081
msgid "Please enter a valid file name prefix"
msgstr ""
#: src/admin.php:1080
msgid "Please enter characters that begin the filename which you would like to exclude"
msgstr ""
#: src/admin.php:1079
msgid "Please enter a valid file extension"
msgstr ""
#: src/admin.php:1078
msgid "Please enter a file extension, like zip"
msgstr ""
#: src/admin.php:1076
msgid "Please select a file/folder which you would like to exclude"
msgstr ""
#: src/admin.php:1075
msgid "Are you sure you want to remove this exclusion rule?"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:122
msgid "log results to console"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:46
msgid "To create a temporary clone you need credit in your account."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Read FAQs here."
msgstr ""
#: src/methods/dropbox.php:351, src/methods/dropbox.php:336
msgid "failed to upload file to %s (see log file for more)"
msgstr ""
#: src/admin.php:6222
msgid "Dashboard:"
msgstr ""
#: src/admin.php:6221
msgid "Front page:"
msgstr ""
#: src/admin.php:6220
msgid "Your clone has started and will be available at the following URLs once it is ready."
msgstr ""
#: src/includes/class-commands.php:1093
msgid "manage"
msgstr ""
#: src/includes/class-commands.php:1093
msgid "Current clones"
msgstr ""
#: src/class-updraftplus.php:3679
msgid "Your clone will now deploy this data to re-create your site."
msgstr ""
#: src/addons/migrator.php:541
msgid "Site key"
msgstr ""
#: src/includes/class-remote-send.php:667
msgid "Add a site"
msgstr ""
#: src/admin.php:1159, src/addons/migrator.php:206,
#: src/addons/migrator.php:528, src/addons/migrator.php:548
msgid "back"
msgstr ""
#: src/addons/migrator.php:172
msgid "Read this article to see step-by-step how it's done."
msgstr ""
#: src/addons/migrator.php:166,
#: src/templates/wp-admin/settings/migrator-no-migrator.php:6
msgid "Migrate (create a copy of a site on hosting you control)"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "Manage your clones"
msgstr ""
#: src/methods/dreamobjects.php:28
msgid "Closing 1st October 2018"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:46
msgid "Your clone will renew on:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:32
msgid "Unable to get renew date"
msgstr ""
#: src/admin.php:1029
msgid "The backup was aborted"
msgstr ""
#: src/addons/onedrive.php:1326
msgid "OneDrive Germany"
msgstr ""
#: src/addons/onedrive.php:1325
msgid "OneDrive International"
msgstr ""
#: src/addons/onedrive.php:1323
msgid "Account type"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:61,
#: src/templates/wp-admin/settings/temporary-clone.php:81
msgid "I accept the UpdraftClone terms and conditions"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:61
msgid "Not got an account? Get one by buying some tokens here."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27,
#: src/templates/wp-admin/settings/temporary-clone.php:46,
#: src/templates/wp-admin/settings/temporary-clone.php:59
msgid "You can buy UpdraftClone tokens from our shop, here."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:59
msgid "To create a temporary clone you need: 1) credit in your account and 2) to connect to your account, below."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:37
msgid "If you want, test upgrading to a different PHP or WP version."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:37
msgid "Flexible"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:36
msgid "Takes just the time needed to create a backup and send it."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:36
msgid "Fast"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:35
msgid "One VPS (Virtual Private Server) per clone, shared with nobody."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:35
msgid "Secure"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:34
msgid "Runs on capacity from a leading cloud computing provider."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:34
msgid "Reliable"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "Easy"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:15,
#: src/templates/wp-admin/settings/temporary-clone.php:44
msgid "Create a temporary clone on our servers (UpdraftClone)"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:30
msgid "WooCommerce plugins"
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:14
msgid "Reset tour"
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:13
msgid "Press this button to take a tour of the plugin."
msgstr ""
#: src/includes/updraftplus-tour.php:256
msgid "Take Tour"
msgstr ""
#: src/includes/updraftplus-tour.php:206
msgid "Log in here to enable all the features you have access to."
msgstr ""
#: src/includes/updraftplus-tour.php:205
msgid "Connect to updraftplus.com"
msgstr ""
#: src/includes/updraftplus-tour.php:169
msgctxt "Translators: UpdraftVault is a product name and should not be translated."
msgid "To get started with UpdraftVault, select one of the options below:"
msgstr ""
#: src/includes/updraftplus-tour.php:165,
#: src/includes/updraftplus-tour.php:209, src/includes/updraftplus-tour.php:198
msgid "Finish"
msgstr ""
#: src/includes/updraftplus-tour.php:162
msgid "UpdraftPlus Premium has many more exciting features!"
msgstr ""
#: src/includes/updraftplus-tour.php:161
msgid "UpdraftPlus Premium and addons"
msgstr ""
#: src/includes/updraftplus-tour.php:159,
#: src/includes/updraftplus-tour.php:203, src/includes/updraftplus-tour.php:196
msgid "Thank you for taking the tour."
msgstr ""
#: src/includes/updraftplus-tour.php:154
msgid "Do you have a few more WordPress sites you want to backup? If yes you can save hours by controlling all your backups in one place from UpdraftCentral."
msgstr ""
#: src/includes/updraftplus-tour.php:153
msgid "Control all your backups in one place"
msgstr ""
#: src/includes/updraftplus-tour.php:148
msgid "Congratulations, your settings have successfully been saved."
msgstr ""
#: src/includes/updraftplus-tour.php:144
msgid "Press here to save your settings."
msgstr ""
#: src/includes/updraftplus-tour.php:143, src/includes/updraftplus-tour.php:147
msgid "Save"
msgstr ""
#: src/includes/updraftplus-tour.php:140
msgid "Look through the other settings here, making any changes you’d like."
msgstr ""
#: src/includes/updraftplus-tour.php:139
msgid "More settings"
msgstr ""
#: src/admin.php:1091, src/includes/updraftplus-tour.php:134,
#: src/includes/updraftplus-tour.php:162,
#: src/includes/updraftplus-tour.php:186,
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Find out more here."
msgstr ""
#: src/admin.php:1090, src/includes/updraftplus-tour.php:133,
#: src/includes/updraftplus-tour.php:185
msgid "UpdraftVault is our remote storage which works seamlessly with UpdraftPlus."
msgstr ""
#: src/includes/updraftplus-tour.php:126
msgid "Choose the schedule that you want your backups to run on."
msgstr ""
#: src/includes/updraftplus-tour.php:125
msgid "Choose your backup schedule"
msgstr ""
#: src/includes/updraftplus-tour.php:121
msgid "Congratulations! Your first backup is running."
msgstr ""
#: src/includes/updraftplus-tour.php:117, src/includes/updraftplus-tour.php:122
msgid "Go to settings"
msgstr ""
#: src/includes/updraftplus-tour.php:116, src/includes/updraftplus-tour.php:121
msgctxt "Translators: %s is a bold tag."
msgid "But to avoid server-wide threats backup regularly to remote cloud storage in %s settings %s"
msgstr ""
#: src/includes/updraftplus-tour.php:116
msgid "Press here to run a manual backup."
msgstr ""
#: src/includes/updraftplus-tour.php:115, src/includes/updraftplus-tour.php:120
msgid "Creating your first backup"
msgstr ""
#: src/includes/updraftplus-tour.php:112
msgid "Select what you want to backup"
msgstr ""
#: src/includes/updraftplus-tour.php:111
msgid "Manual backup options"
msgstr ""
#: src/includes/updraftplus-tour.php:108
msgctxt "updraftplus"
msgid "To make a simple backup to your server, press this button. Or to setup regular backups and remote storage, go to %s settings %s"
msgstr ""
#: src/includes/updraftplus-tour.php:107
msgid "Your first backup"
msgstr ""
#: src/includes/updraftplus-tour.php:103
msgid "Press here to start!"
msgstr ""
#: src/includes/updraftplus-tour.php:100
msgid "the world’s most trusted backup plugin!"
msgstr ""
#: src/includes/updraftplus-tour.php:100
msgid "Welcome to UpdraftPlus"
msgstr ""
#: src/includes/updraftplus-tour.php:99
msgid "UpdraftPlus settings"
msgstr ""
#: src/includes/updraftplus-tour.php:96
msgid "End tour"
msgstr ""
#: src/includes/updraftplus-tour.php:95
msgid "Skip this step"
msgstr ""
#: src/includes/updraftplus-tour.php:94
msgid "Back"
msgstr ""
#: src/includes/class-commands.php:1074
msgid "You can buy more temporary clone tokens here."
msgstr ""
#: src/admin.php:6174
msgid "Forbid non-administrators to login to WordPress on your clone"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:299
msgid "Premium / Find out more"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:29
msgid "Other great plugins"
msgstr ""
#: src/includes/class-commands.php:1144
msgid "The creation of your data for creating the clone should now begin."
msgstr ""
#: src/admin.php:6227, src/admin.php:6224
msgid "You can find your temporary clone information in your updraftplus.com account here."
msgstr ""
#: src/class-updraftplus.php:5415
msgid "Choose a default for each table"
msgstr ""
#: src/admin.php:3735
msgid "Sending files to remote site"
msgstr ""
#: src/admin.php:3729
msgid "Clone server being provisioned and booted (can take several minutes)"
msgstr ""
#: src/addons/migrator.php:210
msgid "To import a backup set, go to the \"Existing backups\" section in the \"Backup/Restore\" tab"
msgstr ""
#: src/admin.php:3210
msgid "Backup / Restore"
msgstr ""
#: src/admin.php:740, src/admin.php:5126
msgid "Backup"
msgstr ""
#: src/addons/wp-cli.php:413
msgid "Latest full backup found; identifier:"
msgstr ""
#: src/addons/wp-cli.php:412
msgid "No previous full backup found."
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:92
msgid "Remote storage: %s"
msgstr ""
#: src/addons/wp-cli.php:102
msgid "No previous backup found to add an increment to."
msgstr ""
#: src/restorer.php:3356
msgid "Requested character set (%s) is not present - changing to %s."
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:32
msgid "Allow only administrators to log in"
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:31
msgid "You can forbid non-admins logins to this cloned site by checking the checkbox below"
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:30
msgid "UpdraftPlus temporary clone user login settings:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:44
msgid "Welcome to your UpdraftClone (temporary clone)"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:43
msgid "Refresh connection"
msgstr ""
#: src/addons/reporting.php:517
msgid "Log all messages to syslog"
msgstr ""
#: src/addons/sftp.php:717, src/addons/sftp.php:718
msgid "The server's RSA key %s fingerprint: %s."
msgstr ""
#: src/addons/sftp.php:614
msgid "RSA fingerprint"
msgstr ""
#: src/addons/sftp.php:156
msgid "Fingerprints don't match."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:17
msgid "More information here."
msgstr ""
#: src/admin.php:748, src/admin.php:3211
msgid "Migrate / Clone"
msgstr ""
#: src/admin.php:4467, src/templates/wp-admin/settings/backupnow-modal.php:60,
#: src/templates/wp-admin/settings/existing-backups-table.php:79,
#: src/templates/wp-admin/settings/existing-backups-table.php:76
msgid "Only allow this backup to be deleted manually (i.e. keep it even if retention limits are hit)."
msgstr ""
#: src/restorer.php:380
msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old)."
msgstr ""
#: src/addons/wp-cli.php:850, src/addons/wp-cli.php:846
msgid "This is not an incremental backup"
msgstr ""
#: src/addons/wp-cli.php:762
msgid "Run this command to see the log file for this restoration (needed for any support requests)."
msgstr ""
#: src/admin.php:6156, src/admin.php:6200
msgid "(current version)"
msgstr ""
#: src/admin.php:4235
msgid "press here"
msgstr ""
#: src/addons/onedrive.php:1312, src/addons/pcloud.php:548,
#: src/methods/dropbox.php:601, src/methods/googledrive.php:1503
msgid "this privacy policy"
msgstr ""
#: src/addons/onedrive.php:1312, src/addons/pcloud.php:548,
#: src/methods/dropbox.php:601, src/methods/googledrive.php:1503
msgid "Please read %s for use of our %s authorization app (none of your backup data is sent to us)."
msgstr ""
#: src/addons/incremental.php:378
msgid "Tell me more"
msgstr ""
#: src/addons/incremental.php:366
msgid "And then add an incremental backup"
msgstr ""
#: src/updraftplus.php:126, src/addons/incremental.php:342
msgid "Every hour"
msgstr ""
#: src/includes/class-commands.php:1086
msgid "Create clone"
msgstr ""
#: src/includes/class-commands.php:1073, src/includes/class-commands.php:1130
msgid "Available temporary clone tokens:"
msgstr ""
#: src/admin.php:3342, src/includes/class-commands.php:1087,
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142,
#: src/methods/backup-module.php:746,
#: src/templates/wp-admin/settings/temporary-clone.php:88,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:71
msgid "Processing"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:70
msgid "Connect to UpdraftCentral Cloud"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:68
msgid "UpdraftPlus.Com account terms and policies"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:68
msgid "I consent to %s"
msgstr ""
#: src/admin.php:3455,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:56
msgid "One Time Password (check your OTP app to get this password)"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:46
msgid "Login or register with this email address"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:34
msgid "If not, then choose your details and a new account will be registered."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:33
msgid "If you already have an updraftplus.com account, then enter the details below."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:31
msgid "Add this website to your UpdraftCentral Cloud dashboard at updraftplus.com."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:29
msgid "Login or register for UpdraftCentral Cloud"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:20
msgid "Go here to connect it."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:20
msgid "Or if you prefer to self-host, then you can get the self-hosted version here."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:17
msgid "Connect this site to UpdraftCentral Cloud"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:12
msgid "Backup, update and manage all your WordPress sites from one dashboard"
msgstr ""
#: src/admin.php:6083
msgid "The file %s has a \"byte order mark\" (BOM) at its beginning."
msgid_plural "The files %s have a \"byte order mark\" (BOM) at their beginning."
msgstr[0] ""
msgstr[1] ""
#: src/admin.php:1069
msgid "For future control of all your UpdraftCentral connections, go to the \"Advanced Tools\" tab."
msgstr ""
#: src/admin.php:1068
msgid "You can also close this wizard."
msgstr ""
#: src/admin.php:1067
msgid "You need to read and accept the UpdraftCentral Cloud data and privacy policies before you can proceed."
msgstr ""
#: src/admin.php:1066
msgid "Please wait while you are redirected to UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1065
msgid "Please wait while the system generates and registers an encryption key for your website with UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1064
msgid "Perhaps you would want to login instead."
msgstr ""
#: src/admin.php:1062
msgid "Trouble connecting? Try using an alternative method in the advanced security options."
msgstr ""
#: src/admin.php:1061
msgid "An email is required and needs to be in a valid format."
msgstr ""
#: src/admin.php:1060
msgid "Both email and password fields are required."
msgstr ""
#: src/admin.php:1059
msgid "Registration successful."
msgstr ""
#: src/admin.php:1057, src/admin.php:1059
msgid "Please follow this link to open %s in a new window."
msgstr ""
#: src/admin.php:1057
msgid "Login successful."
msgstr ""
#: src/admin.php:1054,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:9
msgid "UpdraftCentral Cloud"
msgstr ""
#: src/admin.php:591
msgid "Are you sure you want to dismiss all UpdraftPlus news forever?"
msgstr ""
#: src/admin.php:590
msgid "Dismiss all UpdraftPlus news"
msgstr ""
#: src/admin.php:589
msgid "UpdraftPlus News"
msgstr ""
#: src/addons/wp-cli.php:538
msgid "Migration key created:"
msgstr ""
#: src/addons/wp-cli.php:528, src/addons/wp-cli.php:570,
#: src/addons/wp-cli.php:630
msgid "Missing parameters"
msgstr ""
#: src/addons/azure.php:704
msgid "Azure Germany"
msgstr ""
#: src/addons/azure.php:703
msgid "Azure Global"
msgstr ""
#: src/addons/azure.php:701
msgid "Azure Account"
msgstr ""
#: src/admin.php:1053
msgid "Please specify the Microsoft OneDrive folder name, not the URL."
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:4
msgid "Select the remote storage destinations you want to upload this backup set to"
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:3
msgid "Upload backup"
msgstr ""
#: src/admin.php:4725
msgid "After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations"
msgstr ""
#: src/admin.php:1052
msgid "(already uploaded)"
msgstr ""
#: src/admin.php:1050
msgid "Local backup upload has started; please check the log file to see the upload progress"
msgstr ""
#: src/admin.php:966, src/admin.php:4725
msgid "Upload"
msgstr ""
#: src/admin.php:914, src/addons/reporting.php:551
msgid "Only email the database backup"
msgstr ""
#: src/addons/reporting.php:551
msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive as a result UpdraftPlus will only send Database backups to email."
msgstr ""
#: src/addons/reporting.php:551
msgid "Use this option to only send database backups when sending to email, and skip other components."
msgstr ""
#: src/addons/migrator.php:252
msgid "For incremental backups, you will be able to choose which increments to restore at a later stage."
msgstr ""
#: src/addons/incremental.php:93
msgid "Increments exist at: %s"
msgstr ""
#: src/addons/incremental.php:93, src/addons/incremental.php:91
msgid "(latest increment: %s)"
msgstr ""
#: src/addons/s3-enhanced.php:425
msgid "Europe (Paris)"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:206
msgid "WP-CLI commands to take, list and delete backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:205
msgid "WP-CLI support"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:204
msgid "WP CLI"
msgstr ""
#: src/addons/wp-cli.php:272
msgid "Invalid Job Id"
msgstr ""
#: src/addons/wp-cli.php:201
msgid "Recently started backup job id: %s"
msgstr ""
#: src/addons/wp-cli.php:92, src/addons/wp-cli.php:494,
#: src/addons/wp-cli.php:737, src/addons/wp-cli.php:826,
#: src/addons/wp-cli.php:849
msgid "The given value for the '%s' option is not valid"
msgstr ""
#: src/addons/migrator.php:537
msgid "So, to get the key for the remote site, open the 'Migrate Site' window on that site, and go to that section."
msgstr ""
#: src/addons/migrator.php:537
msgid "Keys for a site are created in the section \"receive a backup from a remote site\"."
msgstr ""
#: src/includes/class-remote-send.php:555
msgid "You must copy and paste this key on the sending site now - it cannot be shown again."
msgstr ""
#: src/templates/wp-admin/advanced/lock-admin.php:14
msgid "This functionality has been disabled by the site administrator."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:340,
#: src/templates/wp-admin/settings/tab-addons.php:341
msgid "Highly efficient way to manage, optimize, update and backup multiple websites from one place."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:4
msgid "Thank you for installing UpdraftPlus!"
msgstr ""
#: src/includes/class-remote-send.php:684
msgid "No keys to allow remote sites to send backup data here have yet been created."
msgstr ""
#: src/restorer.php:860
msgid "Failed to read from the working directory."
msgstr ""
#: src/restorer.php:859
msgid "Failed to find a manifest file in the backup."
msgstr ""
#: src/restorer.php:858
msgid "Failed to read the manifest file from backup."
msgstr ""
#: src/addons/morefiles.php:82
msgid "(None configured)"
msgstr ""
#: src/addons/onedrive.php:1332, src/methods/backup-module.php:629,
#: src/methods/dropbox.php:609
msgid "Ensure you are logged into the correct account before continuing."
msgstr ""
#: src/admin.php:5724
msgid "Remote storage method and instance id are required for authentication."
msgstr ""
#: src/admin.php:5720
msgid "authentication error"
msgstr ""
#: src/options.php:48, src/addons/multisite.php:49
msgid "(Nothing has been logged yet)"
msgstr ""
#: src/includes/migrator-lite.php:345
msgid "you will want to use below search and replace site location in the database (migrate) to search/replace the site address."
msgstr ""
#: src/addons/morestorage.php:197
msgid "Add another %s account..."
msgstr ""
#: src/addons/morestorage.php:85
msgid "Delete these settings"
msgstr ""
#: src/admin.php:1049, src/addons/morestorage.php:83
msgid "Currently disabled"
msgstr ""
#: src/admin.php:1048, src/addons/morestorage.php:83
msgid "Currently enabled"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:48
msgid "If you have purchased from UpdraftPlus.Com, then follow this link to the installation instructions (particularly step 1)."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:48
msgid "You are currently using the free version of UpdraftPlus."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Get it here"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:90
msgid "remote site"
msgstr ""
#: src/addons/backblaze.php:558
msgid "Invalid bucket name"
msgstr ""
#: src/restorer.php:2601
msgid "Requested table collation (%1$s) is not present - changing to %2$s."
msgid_plural "Requested table collations (%1$s) are not present - changing to %2$s."
msgstr[0] ""
msgstr[1] ""
#: src/class-updraftplus.php:5392
msgid "Your chosen replacement collation"
msgstr ""
#: src/class-updraftplus.php:5369
msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
msgstr ""
#: src/class-updraftplus.php:5369
msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
msgstr[0] ""
msgstr[1] ""
#: src/includes/migrator-lite.php:371
msgid "Database restoration options:"
msgstr ""
#: src/includes/migrator-lite.php:312
msgid "This looks like a migration (the backup is from a site with a different address/URL, %s)."
msgstr ""
#: src/addons/azure.php:699
msgid "%s Prefix"
msgstr ""
#: src/addons/azure.php:696
msgid "%s Container"
msgstr ""
#: src/addons/azure.php:694
msgid "%s Key"
msgstr ""
#: src/addons/azure.php:692
msgid "%s Account Name"
msgstr ""
#: src/includes/migrator-lite.php:668
msgid "Your .htaccess has an old site reference on line number %s. You should remove it manually."
msgid_plural "Your .htaccess has an old site references on line numbers %s. You should remove them manually."
msgstr[0] ""
msgstr[1] ""
#: src/restorer.php:2542
msgid "Requested table character set (%s) is not present - changing to %s."
msgstr ""
#: src/class-updraftplus.php:5344
msgid "Your chosen character set to use instead:"
msgstr ""
#: src/class-updraftplus.php:5334
msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
msgstr ""
#: src/class-updraftplus.php:5334
msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
msgstr[0] ""
msgstr[1] ""
#: src/includes/updraftplus-tour.php:93,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:100
msgid "Next"
msgstr ""
#: src/admin.php:1041
msgid "Please enter a valid URL e.g http://example.com"
msgstr ""
#: src/addons/backblaze.php:792
msgid "some/path"
msgstr ""
#: src/addons/backblaze.php:790
msgid "Bucket name"
msgstr ""
#: src/addons/backblaze.php:784
msgid "Backup path"
msgstr ""
#: src/addons/backblaze.php:780
msgid "Application key"
msgstr ""
#: src/addons/backblaze.php:779, src/addons/backblaze.php:779,
#: src/includes/updraftplus-notices.php:122
msgid "here"
msgstr ""
#: src/addons/backblaze.php:779
msgid "Get these settings from %s, or sign up %s."
msgstr ""
#: src/addons/backblaze.php:536
msgid "Account Key"
msgstr ""
#: src/addons/backblaze.php:535
msgid "Account ID"
msgstr ""
#: src/class-updraftplus.php:5159
msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
msgstr ""
#: src/methods/googledrive.php:1511
msgid "To de-authorize UpdraftPlus (all sites) from accessing your Google Drive, follow this link to your Google account settings."
msgstr ""
#: src/addons/googlecloud.php:1321, src/addons/onedrive.php:1330,
#: src/addons/pcloud.php:551, src/methods/backup-module.php:700,
#: src/methods/dropbox.php:608, src/methods/googledrive.php:1510
msgid "Follow this link to remove these settings for %s."
msgstr ""
#: src/backup.php:617, src/backup.php:2894, src/class-updraftplus.php:2565,
#: src/class-updraftplus.php:2632, src/restorer.php:713,
#: src/includes/class-search-replace.php:298,
#: src/includes/class-storage-methods-interface.php:387
msgid "A PHP fatal error (%s) has occurred: %s"
msgstr ""
#: src/backup.php:611, src/backup.php:2885, src/class-updraftplus.php:2556,
#: src/class-updraftplus.php:2625, src/restorer.php:701,
#: src/includes/class-search-replace.php:291,
#: src/includes/class-storage-methods-interface.php:378
msgid "A PHP exception (%s) has occurred: %s"
msgstr ""
#: src/addons/googlecloud.php:59
msgid "South-east Australia"
msgstr ""
#: src/addons/googlecloud.php:58
msgid "South-east Asia"
msgstr ""
#: src/addons/googlecloud.php:57
msgid "North-east Asia"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:84
msgid "Remote storage authentication"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:178
msgid "Network and multisite"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:100
msgid "Migrator"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:230
msgid "Additional storage"
msgstr ""
#: src/includes/updraftplus-tour.php:129,
#: src/includes/updraftplus-tour.php:181,
#: src/templates/wp-admin/settings/tab-addons.php:87
msgid "Remote storage"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:192
msgid "Select Files"
msgstr ""
#: src/methods/cloudfiles.php:510
msgid "Cloud Files"
msgstr ""
#: src/methods/updraftvault.php:122,
#: src/templates/wp-admin/settings/tab-addons.php:295
msgid "UpdraftVault"
msgstr ""
#: src/includes/class-wpadmin-commands.php:637
msgid "archive"
msgstr ""
#: src/includes/class-wpadmin-commands.php:628
msgid "Extra database"
msgstr ""
#: src/admin.php:4606
msgid "Press here to download or browse"
msgstr ""
#: src/admin.php:1620, src/admin.php:1630
msgid "Error: invalid path"
msgstr ""
#: src/admin.php:1361
msgid "An error occurred when fetching storage module options: "
msgstr ""
#: src/admin.php:1038
msgid "Loading log file"
msgstr ""
#: src/admin.php:1036
msgid "Search"
msgstr ""
#: src/admin.php:1035
msgid "Select a file to view information about it"
msgstr ""
#: src/admin.php:1034
msgid "Browsing zip file"
msgstr ""
#: src/admin.php:1000
msgid "With UpdraftPlus Premium, you can directly download individual files from here."
msgstr ""
#: src/admin.php:944
msgid "Browse contents"
msgstr ""
#: src/restorer.php:3067
msgid "Skipped tables:"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:8
msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:8
msgid "All WordPress tables will be backed up."
msgstr ""
#: src/admin.php:1033
msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
msgstr ""
#: src/admin.php:1033
msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
msgstr ""
#: src/admin.php:1033
msgid "The available memory on the server."
msgstr ""
#: src/admin.php:1033
msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
msgstr ""
#: src/admin.php:1032
msgid "HTTP code:"
msgstr ""
#: src/admin.php:919, src/addons/wp-cli.php:111
msgid "You have chosen to backup a database, but no tables have been selected"
msgstr ""
#: src/addons/moredatabase.php:463
msgid "tables"
msgstr ""
#: src/addons/moredatabase.php:462
msgid "WordPress database"
msgstr ""
#: src/addons/moredatabase.php:427
msgid "You should backup all tables unless you are an expert in the internals of the WordPress database."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:329,
#: src/templates/wp-admin/settings/tab-addons.php:329,
#: src/templates/wp-admin/settings/tab-addons.php:335,
#: src/templates/wp-admin/settings/tab-addons.php:335,
#: src/templates/wp-admin/settings/tab-addons.php:341,
#: src/templates/wp-admin/settings/tab-addons.php:341,
#: src/templates/wp-admin/settings/tab-addons.php:347,
#: src/templates/wp-admin/settings/tab-addons.php:347
msgid "Find out more"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:298
msgid "UpdraftPlus has its own embedded storage option, providing a zero-hassle way to download, store and manage all your backups from one place."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:12
msgid "UpdraftPlus Tour"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:284
msgid "Lock access to UpdraftPlus via a password so you choose which admin users can access backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:271
msgid "Some backup plugins can't restore a backup, so Premium allows you to restore backups from other plugins."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:269,
#: src/templates/wp-admin/settings/tab-addons.php:270
msgid "Importer"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:258
msgid "Tidy things up for clients and remove all adverts for our other products."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:256,
#: src/templates/wp-admin/settings/tab-addons.php:257
msgid "No ads"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:245
msgid "Sophisticated reporting and emailing capabilities."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:219
msgid "Encrypt your sensitive databases (e.g. customer information or passwords); Backup external databases too."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:217,
#: src/templates/wp-admin/settings/tab-addons.php:218
msgid "More database options"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:193
msgid "Set exact times to create or delete backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:191,
#: src/templates/wp-admin/settings/tab-addons.php:192
msgid "Backup time and scheduling"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:180
msgid "Backup WordPress multisites (i.e, networks), securely."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:179
msgid "Network / multisite"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:167
msgid "Backup WordPress core and non-WP files and databases."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:154
msgid "Automatically backs up your website before any updates to plugins, themes and WordPress core."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:152,
#: src/templates/wp-admin/settings/tab-addons.php:153
msgid "Pre-update backups"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:141
msgid "Provides expert help and support from the developers whenever you need it."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:140
msgid "Fast, personal support"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:102
msgid "UpdraftPlus Migrator clones your WordPress site and moves it to a new domain directly and simply."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:101
msgid "Cloning and migration"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:232
msgid "Get enhanced versions of the free remote storage options (Dropbox, Google Drive & S3) and even more remote storage options like OneDrive, SFTP, Azure, WebDAV, Backblaze and more with UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:231
msgid "Additional and enhanced remote storage locations"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:88
msgid "Backup to remote storage locations"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:82,
#: src/templates/wp-admin/settings/tab-addons.php:316
msgid "Upgrade now"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:79,
#: src/templates/wp-admin/settings/tab-addons.php:313
msgid "Installed"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:69
msgid "Free"
msgstr ""
#: src/admin.php:588
msgid "UpdraftPlus"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:216
msgid "Recommended: optimize your database with WP-Optimize."
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:31,
#: src/templates/wp-admin/notices/horizontal-notice.php:74,
#: src/templates/wp-admin/notices/report-plain.php:33,
#: src/templates/wp-admin/notices/report.php:30
msgid "Read more"
msgstr ""
#: src/includes/updraftplus-notices.php:210
msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
msgstr ""
#: src/addons/morefiles.php:1057
msgid "Please choose a file or directory"
msgstr ""
#: src/addons/morefiles.php:1035, src/methods/backup-module.php:90
msgid "Confirm"
msgstr ""
#: src/addons/morefiles.php:1030, src/addons/morefiles.php:1030
msgid "Go up a directory"
msgstr ""
#: src/addons/morefiles.php:1027
msgid "Add directory..."
msgstr ""
#: src/addons/morefiles.php:334, src/addons/morefiles.php:1013,
#: src/addons/morefiles.php:1055,
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Edit"
msgstr ""
#: src/addons/morefiles.php:317
msgid "If using it, select a path from the directory tree below and then press confirm selection."
msgstr ""
#: src/addons/s3-enhanced.php:426
msgid "Europe (Frankfurt)"
msgstr ""
#: src/addons/s3-enhanced.php:424
msgid "Europe (London)"
msgstr ""
#: src/addons/s3-enhanced.php:423
msgid "Europe (Ireland)"
msgstr ""
#: src/includes/updraftplus-tour.php:151
msgid "UpdraftCentral"
msgstr ""
#: src/templates/wp-admin/notices/autobackup-notice.php:6,
#: src/templates/wp-admin/notices/horizontal-notice.php:38,
#: src/templates/wp-admin/notices/horizontal-notice.php:8
msgid "notice image"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:29,
#: src/templates/wp-admin/notices/horizontal-notice.php:72,
#: src/templates/wp-admin/notices/report-plain.php:31,
#: src/templates/wp-admin/notices/report.php:28
msgid "Go there"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:27,
#: src/templates/wp-admin/notices/horizontal-notice.php:68,
#: src/templates/wp-admin/notices/report-plain.php:29,
#: src/templates/wp-admin/notices/report.php:26
msgid "Sign up"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:25,
#: src/templates/wp-admin/notices/horizontal-notice.php:66,
#: src/templates/wp-admin/notices/report-plain.php:27,
#: src/templates/wp-admin/notices/report.php:24
msgid "Get Premium"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:23,
#: src/templates/wp-admin/notices/report-plain.php:25,
#: src/templates/wp-admin/notices/report.php:22
msgid "Review UpdraftPlus"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:21,
#: src/templates/wp-admin/notices/horizontal-notice.php:64,
#: src/templates/wp-admin/notices/report-plain.php:23,
#: src/templates/wp-admin/notices/report.php:20
msgid "Get UpdraftCentral"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:109
msgid "Apache modules"
msgstr ""
#: src/includes/updraftplus-notices.php:166,
#: src/includes/updraftplus-notices.php:176
msgid "UpdraftPlus Blog - get up-to-date news and offers"
msgstr ""
#: src/includes/updraftplus-notices.php:155
msgid "UpdraftPlus Newsletter"
msgstr ""
#: src/includes/updraftplus-notices.php:114
msgid "Control all your WordPress installations from one place using UpdraftCentral remote site management!"
msgstr ""
#: src/includes/updraftplus-notices.php:113
msgid "Do you use UpdraftPlus on multiple sites?"
msgstr ""
#: src/includes/updraftplus-notices.php:104
msgid "UpdraftCentral is a highly efficient way to manage, update and backup multiple websites from one place."
msgstr ""
#: src/includes/updraftplus-notices.php:103
msgid "Introducing UpdraftCentral"
msgstr ""
#: src/includes/updraftplus-notices.php:92
msgid "easily migrate or clone your site in minutes"
msgstr ""
#: src/includes/updraftplus-notices.php:82
msgid "Add SFTP to send your data securely, lock settings and encrypt your database backups for extra security."
msgstr ""
#: src/includes/updraftplus-notices.php:81
msgid "secure your backups"
msgstr ""
#: src/includes/updraftplus-notices.php:71
msgid "Secure multisite installation, advanced reporting and much more."
msgstr ""
#: src/includes/updraftplus-notices.php:70
msgid "advanced options"
msgstr ""
#: src/includes/updraftplus-notices.php:59
msgid "enhanced remote storage options"
msgstr ""
#: src/includes/updraftplus-notices.php:49
msgid "The ultimately secure and convenient place to store your backups."
msgstr ""
#: src/includes/updraftplus-notices.php:48,
#: src/templates/wp-admin/settings/tab-addons.php:296
msgid "UpdraftVault storage"
msgstr ""
#: src/includes/updraftplus-notices.php:38
msgid "Enjoy professional, fast, and friendly help whenever you need it with Premium."
msgstr ""
#: src/includes/updraftplus-notices.php:36,
#: src/includes/updraftplus-notices.php:47,
#: src/includes/updraftplus-notices.php:58,
#: src/includes/updraftplus-notices.php:69,
#: src/includes/updraftplus-notices.php:80,
#: src/includes/updraftplus-notices.php:91
msgid "UpdraftPlus Premium:"
msgstr ""
#: src/addons/s3-enhanced.php:422
msgid "Canada (Central)"
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:24
msgid "Site size"
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:12,
#: src/templates/wp-admin/settings/tab-addons.php:282,
#: src/templates/wp-admin/settings/tab-addons.php:283
msgid "Lock settings"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:5,
#: src/templates/wp-admin/advanced/tools-menu.php:8
msgid "Site information"
msgstr ""
#: src/templates/wp-admin/advanced/search-replace.php:9
msgid "For the ability to migrate websites, upgrade to UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:15
msgid "Import settings"
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:9
msgid "Export settings"
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "including any passwords"
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:5,
#: src/templates/wp-admin/advanced/tools-menu.php:32
msgid "Export / import settings"
msgstr ""
#: src/restorer.php:2603
msgid "Processing table (%s)"
msgstr ""
#: src/restorer.php:3034
msgid "Backup of: %s"
msgstr ""
#: src/methods/dropbox.php:887
msgid "%s de-authentication"
msgstr ""
#: src/methods/dropbox.php:610
msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
msgstr ""
#: src/backup.php:2113
msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:85
msgid "You have selected a remote storage option which has an authorization step to complete:"
msgstr ""
#: src/admin.php:2232
msgid "Remote files deleted:"
msgstr ""
#: src/admin.php:2231
msgid "Local files deleted:"
msgstr ""
#: src/methods/backup-module.php:637
msgid "Follow this link to authorize access to your %s account (you will not be able to backup to %s without it)."
msgstr ""
#: src/admin.php:1031
msgid "remote files deleted"
msgstr ""
#: src/admin.php:1027
msgid "Complete"
msgstr ""
#: src/admin.php:1026
msgid "Do you want to carry out the import?"
msgstr ""
#: src/admin.php:1025
msgid "Which was exported on:"
msgstr ""
#: src/admin.php:1024
msgid "This will import data from:"
msgstr ""
#: src/admin.php:1023
msgid "Importing..."
msgstr ""
#: src/admin.php:1019
msgid "You have not yet selected a file to import."
msgstr ""
#: src/admin.php:1002
msgid "Your export file will be of your displayed settings, not your saved ones."
msgstr ""
#: src/admin.php:99
msgid "template not found"
msgstr ""
#: src/addons/s3-enhanced.php:418
msgid "US East (Ohio)"
msgstr ""
#: src/addons/onedrive.php:793
msgid "Account is not authorized (%s)."
msgstr ""
#: src/addons/onedrive.php:754, src/udaddons/updraftplus-addons.php:1040
msgid "Your IP address:"
msgstr ""
#: src/addons/onedrive.php:754, src/udaddons/updraftplus-addons.php:1040,
#: src/udaddons/updraftplus-addons.php:1053
msgid "To remove any block, please go here."
msgstr ""
#: src/addons/onedrive.php:741, src/udaddons/updraftplus-addons.php:1027
msgid "An error response was received; HTTP code:"
msgstr ""
#: src/includes/class-commands.php:444
msgid "%s add-on not found"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "or to restore manually"
msgstr ""
#: src/admin.php:3008
msgid "To fix this problem go here."
msgstr ""
#: src/admin.php:3008
msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
msgstr ""
#: src/admin.php:986
msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
msgstr ""
#: src/addons/webdav.php:437
msgid "Path"
msgstr ""
#: src/addons/webdav.php:436
msgid "Leave this blank to use the default (80 for webdav, 443 for webdavs)"
msgstr ""
#: src/addons/webdav.php:434
msgid "Enter any path in the field below."
msgstr ""
#: src/addons/webdav.php:434
msgid "A host name cannot contain a slash."
msgstr ""
#: src/addons/webdav.php:429
msgid "Protocol (SSL or not)"
msgstr ""
#: src/udaddons/updraftplus-addons.php:1056
msgid "This usually indicates a network connectivity issue (e.g. an outgoing firewall or overloaded network) between this site and UpdraftPlus.com."
msgstr ""
#: src/methods/s3.php:1440
msgid "The AWS access key looks to be wrong (valid %s access keys begin with \"AK\")"
msgstr ""
#: src/methods/s3.php:155
msgid "No settings were found - please go to the Settings tab and check your settings"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:115
msgid "Backup using %s?"
msgstr ""
#: src/addons/s3-enhanced.php:434
msgid "Asia Pacific (Mumbai)"
msgstr ""
#: src/addons/s3-enhanced.php:76
msgid "Standard (infrequent access)"
msgstr ""
#: src/templates/wp-admin/settings/header.php:25
msgid "FAQs"
msgstr ""
#: src/backup.php:3150
msgid "Failed to open directory (check the file permissions and ownership): %s"
msgstr ""
#: src/backup.php:3128
msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
msgstr ""
#: src/addons/migrator.php:563
msgid "Create key"
msgstr ""
#: src/addons/migrator.php:560
msgid "slower, strongest"
msgstr ""
#: src/addons/migrator.php:559
msgid "recommended"
msgstr ""
#: src/addons/migrator.php:559
msgid "%s bytes"
msgstr ""
#: src/addons/migrator.php:558
msgid "faster (possibility for slow PHP installs)"
msgstr ""
#: src/addons/migrator.php:558, src/addons/migrator.php:560
msgid "%s bits"
msgstr ""
#: src/addons/migrator.php:556
msgid "Encryption key size:"
msgstr ""
#: src/addons/migrator.php:554
msgid "Enter your chosen name"
msgstr ""
#: src/addons/migrator.php:553
msgid "Create a key: give this key a unique name (e.g. indicate the site it is for), then press \"Create key\":"
msgstr ""
#: src/methods/googledrive.php:767
msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
msgstr ""
#: src/methods/ftp.php:466
msgid "This is sometimes caused by a firewall - try turning off SSL in the expert settings, and testing again."
msgstr ""
#: src/methods/ftp.php:438
msgid "login"
msgstr ""
#: src/addons/reporting.php:549, src/addons/reporting.php:549,
#: src/addons/reporting.php:551, src/methods/email.php:114
msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
msgstr ""
#: src/class-updraftplus.php:2049
msgid "Size: %s MB"
msgstr ""
#: src/class-updraftplus.php:5178, src/restorer.php:1882
msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:104
msgid "(tap on an icon to select or unselect)"
msgstr ""
#: src/methods/updraftvault.php:499, src/methods/updraftvault.php:504,
#: src/methods/updraftvault.php:505, src/methods/updraftvault.php:506
msgid "%s per year"
msgstr ""
#: src/methods/updraftvault.php:497
msgid "or (annual discount)"
msgstr ""
#: src/methods/updraftvault.php:336
msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
msgstr ""
#: src/class-updraftplus.php:663, src/class-updraftplus.php:745
msgid "The given file was not found, or could not be read."
msgstr ""
#: src/class-updraftplus.php:3660, src/class-updraftplus.php:3772
msgid "The backup was aborted by the user"
msgstr ""
#: src/admin.php:5667
msgid "Your settings have been saved."
msgstr ""
#: src/admin.php:4515
msgid "Total backup size:"
msgstr ""
#: src/admin.php:3878
msgid "stop"
msgstr ""
#: src/admin.php:1028, src/admin.php:3664
msgid "The backup has finished running"
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:36,
#: src/templates/wp-admin/advanced/wipe-settings.php:5,
#: src/templates/wp-admin/advanced/wipe-settings.php:10
msgid "Wipe settings"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:120
msgid "reset"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:14
msgid "these backup sets"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:11
msgid "this backup set"
msgstr ""
#: src/includes/class-filesystem-functions.php:112
msgid "calculate"
msgstr ""
#: src/admin.php:1001
msgid "You should save your changes to ensure that they are used for making your backup."
msgstr ""
#: src/admin.php:994
msgid "We requested to delete the file, but could not understand the server's response"
msgstr ""
#: src/admin.php:993
msgid "Please enter a valid URL"
msgstr ""
#: src/admin.php:976
msgid "Saving..."
msgstr ""
#: src/admin.php:934
msgid "Error: the server sent us a response which we did not understand."
msgstr ""
#: src/admin.php:926
msgid "Fetching..."
msgstr ""
#: src/addons/s3-enhanced.php:431
msgid "Asia Pacific (Seoul)"
msgstr ""
#: src/restorer.php:3057
msgid "Uploads URL:"
msgstr ""
#: src/addons/onedrive.php:91
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
msgstr ""
#: src/class-updraftplus.php:5232, src/restorer.php:3075
msgid "To import an ordinary WordPress site into a multisite installation requires %s."
msgstr ""
#: src/class-updraftplus.php:5228
msgid "Please read this link for important information on this process."
msgstr ""
#: src/class-updraftplus.php:5228
msgid "It will be imported as a new site."
msgstr ""
#: src/admin.php:3294, src/templates/wp-admin/notices/autobackup-notice.php:18,
#: src/templates/wp-admin/notices/autobackup-notice.php:16,
#: src/templates/wp-admin/notices/horizontal-notice.php:50,
#: src/templates/wp-admin/notices/horizontal-notice.php:48
msgid "Dismiss"
msgstr ""
#: src/admin.php:1014
msgid "Please fill in the required information."
msgstr ""
#: src/addons/multisite.php:691
msgid "Read more..."
msgstr ""
#: src/addons/multisite.php:682
msgid "may include some site-wide data"
msgstr ""
#: src/addons/multisite.php:677
msgid "All sites"
msgstr ""
#: src/addons/multisite.php:673
msgid "Which site to restore"
msgstr ""
#: src/addons/migrator.php:434, src/addons/migrator.php:435
msgid "Error when creating new site at your chosen address:"
msgstr ""
#: src/addons/migrator.php:378
msgid "Required information for restoring this backup was not given (%s)"
msgstr ""
#: src/addons/migrator.php:339
msgid "Attribute imported content to user"
msgstr ""
#: src/addons/migrator.php:331, src/addons/migrator.php:329
msgid "You must use lower-case letters or numbers for the site path, only."
msgstr ""
#: src/addons/migrator.php:317
msgid "This feature is not compatible with %s"
msgstr ""
#: src/addons/migrator.php:317, src/addons/migrator.php:315
msgid "Importing a single site into a multisite install"
msgstr ""
#: src/addons/migrator.php:307
msgid "other content from wp-content"
msgstr ""
#: src/addons/migrator.php:304
msgid "WordPress core"
msgstr ""
#: src/addons/migrator.php:304, src/addons/migrator.php:307,
#: src/addons/migrator.php:310
msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:118
msgid "Call WordPress action:"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:45
msgid "Your saved settings also affect what is backed up - e.g. files excluded."
msgstr ""
#: src/restorer.php:522
msgid "Skipping: this archive was already restored."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:141
msgid "File Options"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:94
msgid "Sending Your Backup To Remote Storage"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:58
msgid "Database backup schedule"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:22
msgid "Files backup schedule"
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
msgstr ""
#: src/admin.php:5537
msgid "Send this backup to remote storage"
msgstr ""
#: src/admin.php:5530
msgid "Check out UpdraftVault."
msgstr ""
#: src/admin.php:5530
msgid "Not got any remote storage?"
msgstr ""
#: src/admin.php:5530
msgid "settings"
msgstr ""
#: src/admin.php:5530
msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
msgstr ""
#: src/admin.php:1085, src/templates/wp-admin/settings/backupnow-modal.php:40
msgid "Include your files in the backup"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:26
msgid "Include your database in the backup"
msgstr ""
#: src/admin.php:3293
msgid "Continue restoration"
msgstr ""
#: src/admin.php:3287
msgid "You have an unfinished restoration operation, begun %s ago."
msgstr ""
#: src/admin.php:3286
msgid "Unfinished restoration"
msgstr ""
#: src/admin.php:3283
msgid "%s minutes, %s seconds"
msgstr ""
#: src/admin.php:3111
msgid "Backup Contents And Schedule"
msgstr ""
#: src/admin.php:3214
msgid "Premium / Extensions"
msgstr ""
#: src/admin.php:5027, src/admin.php:5018
msgid "Sufficient information about the in-progress restoration operation could not be found."
msgstr ""
#: src/admin.php:999, src/addons/morefiles.php:86
msgctxt "(verb)"
msgid "Download"
msgstr ""
#: src/admin.php:918
msgid "You have chosen to backup files, but no file entities have been selected"
msgstr ""
#: src/admin.php:772
msgid "Extensions"
msgstr ""
#: src/admin.php:764, src/admin.php:3213
msgid "Advanced Tools"
msgstr ""
#: src/addons/googlecloud.php:1314
msgid "Bucket location"
msgstr ""
#: src/addons/googlecloud.php:1313
msgid "Note that Google do not support every storage class in every location - you should read their documentation to learn about current availability."
msgstr ""
#: src/addons/googlecloud.php:1313, src/addons/googlecloud.php:1316
msgid "This setting applies only when a new bucket is being created."
msgstr ""
#: src/addons/googlecloud.php:1307
msgid "You must use a bucket name that is unique, for all %s users."
msgstr ""
#: src/addons/googlecloud.php:1295
msgid "Do not confuse %s with %s - they are separate things."
msgstr ""
#: src/addons/googlecloud.php:362
msgid "You do not have access to this bucket"
msgstr ""
#: src/addons/googlecloud.php:60, src/addons/googlecloud.php:61,
#: src/addons/googlecloud.php:62
msgid "Western Europe"
msgstr ""
#: src/addons/googlecloud.php:56
msgid "Eastern Asia-Pacific"
msgstr ""
#: src/addons/googlecloud.php:55
msgid "Western United States"
msgstr ""
#: src/addons/googlecloud.php:53, src/addons/googlecloud.php:54
msgid "Eastern United States"
msgstr ""
#: src/addons/googlecloud.php:52
msgid "Central United States"
msgstr ""
#: src/addons/googlecloud.php:51
msgid "European Union"
msgstr ""
#: src/addons/googlecloud.php:50
msgid "Asia Pacific"
msgstr ""
#: src/addons/googlecloud.php:49, src/addons/googlecloud.php:50,
#: src/addons/googlecloud.php:51
msgid "multi-region location"
msgstr ""
#: src/addons/googlecloud.php:49
msgid "United States"
msgstr ""
#: src/addons/googlecloud.php:45
msgid "Nearline"
msgstr ""
#: src/addons/googlecloud.php:44
msgid "Durable reduced availability"
msgstr ""
#: src/addons/googlecloud.php:43, src/addons/s3-enhanced.php:75
msgid "Standard"
msgstr ""
#: src/addons/azure.php:700
msgid "container"
msgstr ""
#: src/addons/azure.php:700
msgid "You can enter the path of any %s virtual folder you wish to use here."
msgstr ""
#: src/addons/azure.php:699
msgid "optional"
msgstr ""
#: src/addons/azure.php:698
msgid "See Microsoft's guidelines on container naming by following this link."
msgstr ""
#: src/addons/azure.php:697
msgid "Enter the path of the %s you wish to use here."
msgstr ""
#: src/addons/azure.php:693
msgid "This is not your Azure login - see the instructions if needing more guidance."
msgstr ""
#: src/addons/azure.php:692, src/addons/azure.php:694,
#: src/addons/azure.php:696, src/addons/azure.php:699
msgid "Azure"
msgstr ""
#: src/addons/azure.php:690, src/methods/dreamobjects.php:186
msgid "Create Azure credentials in your Azure developer console."
msgstr ""
#: src/addons/azure.php:593
msgid "Could not create the container"
msgstr ""
#: src/addons/azure.php:447
msgid "Could not access container"
msgstr ""
#: src/class-updraftplus.php:3679
msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
msgstr ""
#: src/backup.php:1901
msgid "the options table was not found"
msgstr ""
#: src/backup.php:1899
msgid "no options or sitemeta table was found"
msgstr ""
#: src/backup.php:1657
msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:74
msgid "required for some remote storage providers"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:74
msgid "Not installed"
msgstr ""
#: src/addons/googlecloud.php:1310, src/addons/s3-enhanced.php:71
msgid "Storage class"
msgstr ""
#: src/addons/googlecloud.php:1309
msgid "See Google's guidelines on bucket naming by following this link."
msgstr ""
#: src/addons/googlecloud.php:1308
msgid "Enter the name of the %s bucket you wish to use here."
msgstr ""
#: src/addons/googlecloud.php:1306
msgid "Bucket"
msgstr ""
#: src/addons/googlecloud.php:1304
msgid "Otherwise, you can leave it blank."
msgstr ""
#: src/addons/googlecloud.php:1304
msgid "N.B. This is only needed if you have not already created the bucket, and you wish UpdraftPlus to create it for you."
msgstr ""
#: src/addons/googlecloud.php:1303
msgid "Enter the ID of the %s project you wish to use here."
msgstr ""
#: src/addons/googlecloud.php:1289
msgid "Follow this link to your Google API Console, and there activate the Storage API and create a Client ID in the API Access section."
msgstr ""
#: src/addons/googlecloud.php:1105
msgid "You must enter a project ID in order to be able to create a new bucket."
msgstr ""
#: src/addons/googlecloud.php:1302
msgid "Project ID"
msgstr ""
#: src/addons/googlecloud.php:949
msgid "You must save and authenticate before you can test your settings."
msgstr ""
#: src/addons/googlecloud.php:693
msgid "Have not yet obtained an access token from Google - you need to authorize or re-authorize your connection to Google Cloud."
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:386,
#: src/addons/googlecloud.php:1094, src/addons/googlecloud.php:1144
msgid "You do not have access to this bucket."
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:362,
#: src/addons/googlecloud.php:375, src/addons/googlecloud.php:373,
#: src/addons/googlecloud.php:386, src/addons/googlecloud.php:904,
#: src/addons/googlecloud.php:1094, src/addons/googlecloud.php:1146,
#: src/addons/googlecloud.php:1144, src/addons/googlecloud.php:1284,
#: src/addons/googlecloud.php:1284, src/addons/googlecloud.php:1298,
#: src/addons/googlecloud.php:1300, src/addons/googlecloud.php:1307
msgid "Google Cloud"
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:362,
#: src/addons/googlecloud.php:386, src/addons/googlecloud.php:1094,
#: src/addons/googlecloud.php:1146, src/addons/googlecloud.php:1144
msgid "%s Service Exception."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "or to configure more complex schedules"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:11,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:14
msgid "Are you sure that you wish to remove %s from UpdraftPlus?"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:169
msgid "Deselect"
msgstr ""
#: src/addons/moredatabase.php:459, src/addons/morefiles.php:901,
#: src/templates/wp-admin/settings/existing-backups-table.php:168
msgid "Select all"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:166
msgid "Actions upon selected backups"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:56,
#: src/templates/wp-admin/settings/tab-backups.php:60
msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
msgstr ""
#: src/admin.php:2230
msgid "Backup sets removed:"
msgstr ""
#: src/admin.php:1012
msgid "Processing..."
msgstr ""
#: src/admin.php:1010
msgid "For backups older than"
msgstr ""
#: src/admin.php:1009
msgid "week(s)"
msgstr ""
#: src/admin.php:1008
msgid "hour(s)"
msgstr ""
#: src/admin.php:1007
msgid "day(s)"
msgstr ""
#: src/admin.php:1006
msgid "in the month"
msgstr ""
#: src/admin.php:1005
msgid "day"
msgstr ""
#: src/addons/morestorage.php:32
msgid "(as many as you like)"
msgstr ""
#: src/addons/fixtime.php:305, src/addons/fixtime.php:310
msgid "Add an additional retention rule..."
msgstr ""
#: src/restorer.php:4035
msgid "This database needs to be deployed on MySQL version %s or later."
msgstr ""
#: src/restorer.php:4035
msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
msgstr ""
#: src/methods/updraftvault.php:922
msgid "You do not currently have any UpdraftVault quota"
msgstr ""
#: src/class-updraftplus.php:5309
msgid "You must upgrade MySQL to be able to use this database."
msgstr ""
#: src/class-updraftplus.php:5309
msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
msgstr ""
#: src/methods/updraftvault.php:526, src/methods/updraftvault.php:527
msgid "Don't know your email address, or forgotten your password?"
msgstr ""
#: src/methods/updraftvault.php:519
msgid "Enter your UpdraftPlus.Com email / password here to connect:"
msgstr ""
#: src/methods/updraftvault.php:487
msgid "Read the %s FAQs here."
msgstr ""
#: src/addons/s3-enhanced.php:82
msgid "Check this box to use Amazon's server-side encryption"
msgstr ""
#: src/addons/s3-enhanced.php:79
msgid "Server-side encryption"
msgstr ""
#: src/methods/updraftvault.php:930
msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
msgstr ""
#: src/admin.php:1456
msgid "%s has been chosen for remote storage, but you are not currently connected."
msgstr ""
#: src/methods/updraftvault.php:518
msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
msgstr ""
#: src/admin.php:982
msgid "Update quota count"
msgstr ""
#: src/admin.php:981
msgid "Counting..."
msgstr ""
#: src/admin.php:980
msgid "Disconnecting..."
msgstr ""
#: src/admin.php:978
msgid "Connecting..."
msgstr ""
#: src/methods/updraftvault.php:652, src/methods/updraftvault.php:755
msgid "Refresh current status"
msgstr ""
#: src/methods/updraftvault.php:650, src/methods/updraftvault.php:667,
#: src/methods/updraftvault.php:669, src/methods/updraftvault.php:755
msgid "Get more quota"
msgstr ""
#: src/methods/updraftvault.php:647, src/methods/updraftvault.php:664,
#: src/methods/updraftvault.php:719
msgid "Current use:"
msgstr ""
#: src/methods/updraftvault.php:632
msgid "You can get more quota here"
msgstr ""
#: src/methods/updraftvault.php:632
msgid "Error: you have insufficient storage quota available (%s) to upload this archive (%s) (%s)."
msgstr ""
#: src/admin.php:979, src/methods/updraftvault.php:533,
#: src/methods/updraftvault.php:615
msgid "Disconnect"
msgstr ""
#: src/methods/updraftvault.php:532, src/methods/updraftvault.php:601
msgid "Quota:"
msgstr ""
#: src/methods/updraftvault.php:531, src/methods/updraftvault.php:599
msgid "Vault owner"
msgstr ""
#: src/methods/updraftvault.php:530, src/methods/updraftvault.php:599
msgid "Well done - there's nothing more needed to set up."
msgstr ""
#: src/methods/updraftvault.php:530, src/methods/updraftvault.php:599
msgid "This site is connected to UpdraftVault."
msgstr ""
#: src/methods/updraftvault.php:534, src/methods/updraftvault.php:595
msgid "You are not connected to UpdraftVault."
msgstr ""
#: src/methods/updraftvault.php:529
msgid "Go here for help"
msgstr ""
#: src/methods/updraftvault.php:515,
#: src/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php:4
msgid "Back..."
msgstr ""
#: src/methods/updraftvault.php:518
msgid "Subscriptions can be cancelled at any time."
msgstr ""
#: src/methods/updraftvault.php:500, src/methods/updraftvault.php:501,
#: src/methods/updraftvault.php:502
msgid "%s per quarter"
msgstr ""
#: src/methods/updraftvault.php:485
msgid "UpdraftVault is built on top of Amazon's world-leading data-centres, with redundant data storage to achieve 99.999999999% reliability."
msgstr ""
#: src/methods/updraftvault.php:481
msgid "Show the options"
msgstr ""
#: src/methods/updraftvault.php:479, src/methods/updraftvault.php:490
msgid "Press a button to get started."
msgstr ""
#: src/methods/updraftvault.php:479, src/methods/updraftvault.php:490
msgid "UpdraftVault brings you storage that is reliable, easy to use and a great price."
msgstr ""
#: src/methods/updraftvault.php:155
msgid "Updraft Vault"
msgstr ""
#: src/addons/azure.php:477, src/addons/backblaze.php:611,
#: src/addons/googlecloud.php:1034, src/methods/s3.php:1468
msgid "Delete failed:"
msgstr ""
#: src/backup.php:4383
msgid "The zip engine returned the message: %s."
msgstr ""
#: src/addons/s3-enhanced.php:456, src/addons/s3-enhanced.php:458
msgid "Without this permission, UpdraftPlus cannot delete backups - you should also set your 'retain' settings very high to prevent seeing deletion errors."
msgstr ""
#: src/addons/s3-enhanced.php:456, src/addons/s3-enhanced.php:456
msgid "Allow deletion"
msgstr ""
#: src/addons/s3-enhanced.php:452, src/addons/s3-enhanced.php:454
msgid "Without this permission, you cannot directly download or restore using UpdraftPlus, and will instead need to visit the AWS website."
msgstr ""
#: src/addons/s3-enhanced.php:452, src/addons/s3-enhanced.php:452
msgid "Allow download"
msgstr ""
#: src/includes/class-remote-send.php:429
msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
msgstr ""
#: src/admin.php:988, src/includes/class-remote-send.php:411
msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
msgstr ""
#: src/includes/class-remote-send.php:693
msgid "Existing keys"
msgstr ""
#: src/addons/migrator.php:568
msgid "Your new key:"
msgstr ""
#: src/includes/class-remote-send.php:555
msgid "Key created successfully."
msgstr ""
#: src/includes/class-remote-send.php:538
msgid "A key with this name already exists; you must use a unique name."
msgstr ""
#: src/includes/class-remote-send.php:463
msgid "Also send this backup to the active remote storage locations"
msgstr ""
#: src/includes/class-remote-send.php:359
msgid "site not found"
msgstr ""
#: src/includes/class-remote-send.php:326
msgid "Backup data will be sent to:"
msgstr ""
#: src/addons/migrator.php:207
msgid "Restore an existing backup set onto this site"
msgstr ""
#: src/addons/migrator.php:213
msgid "This site has no backups to restore from yet."
msgstr ""
#: src/addons/reporting.php:197
msgid "Backup made by %s"
msgstr ""
#: src/methods/addon-base-v2.php:222
msgid "This storage method does not allow downloading"
msgstr ""
#: src/admin.php:4657
msgid "(backup set imported from remote location)"
msgstr ""
#: src/addons/wp-cli.php:379,
#: src/templates/wp-admin/settings/existing-backups-table.php:105
msgid "Site"
msgstr ""
#: src/addons/wp-cli.php:377,
#: src/templates/wp-admin/settings/existing-backups-table.php:104
msgid "Backup sent to remote site - not available for download."
msgstr ""
#: src/includes/class-wpadmin-commands.php:134
msgid "You should make sure that this really is a backup set intended for use on this website, before you restore (rather than a backup set of an unrelated website)."
msgstr ""
#: src/includes/class-wpadmin-commands.php:134
msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
msgstr ""
#: src/admin.php:995, src/includes/class-remote-send.php:441
msgid "Testing connection..."
msgstr ""
#: src/admin.php:992,
#: src/templates/wp-admin/settings/existing-backups-table.php:173
msgid "Deleting..."
msgstr ""
#: src/admin.php:991
msgid "key name"
msgstr ""
#: src/admin.php:989
msgid "Please give this key a name (e.g. indicate the site it is for):"
msgstr ""
#: src/admin.php:986
msgid "Creating..."
msgstr ""
#: src/addons/migrator.php:549
msgid "Receive a backup from a remote site"
msgstr ""
#: src/addons/migrator.php:541
msgid "Paste key here"
msgstr ""
#: src/addons/migrator.php:537
msgid "How do I get a site's key?"
msgstr ""
#: src/addons/migrator.php:537
msgid "To add a site as a destination for sending to, enter that site's key below."
msgstr ""
#: src/admin.php:1155, src/addons/migrator.php:529
msgid "Send a backup to another site"
msgstr ""
#: src/admin.php:996, src/includes/class-commands.php:964,
#: src/includes/class-remote-send.php:476,
#: src/includes/class-remote-send.php:662
msgid "Send"
msgstr ""
#: src/admin.php:987, src/includes/class-remote-send.php:656
msgid "Send to site:"
msgstr ""
#: src/includes/class-remote-send.php:654
msgid "No receiving sites have yet been added."
msgstr ""
#: src/includes/class-remote-send.php:632
msgid "It is for sending backups to the following site: "
msgstr ""
#: src/includes/class-remote-send.php:632
msgid "The key was successfully added."
msgstr ""
#: src/includes/class-remote-send.php:608
msgid "The entered key does not belong to a remote site (it belongs to this one)."
msgstr ""
#: src/includes/class-remote-send.php:603,
#: src/includes/class-remote-send.php:599,
#: src/includes/class-remote-send.php:597
msgid "The entered key was corrupt - please try again."
msgstr ""
#: src/includes/class-remote-send.php:595
msgid "The entered key was the wrong length - please try again."
msgstr ""
#: src/includes/class-remote-send.php:580
msgid "key"
msgstr ""
#: src/methods/ftp.php:129
msgid "Almost all FTP servers will want passive mode; but if you need active mode, then uncheck this."
msgstr ""
#: src/methods/ftp.php:128
msgid "Passive mode"
msgstr ""
#: src/methods/ftp.php:126
msgid "Remote path"
msgstr ""
#: src/methods/ftp.php:124
msgid "FTP password"
msgstr ""
#: src/methods/ftp.php:123
msgid "FTP login"
msgstr ""
#: src/methods/ftp.php:122
msgid "FTP server"
msgstr ""
#: src/addons/migrator.php:171
msgid "The UpdraftPlus Migrator modifies the restoration operation appropriately, to fit the backup data to the new site."
msgstr ""
#: src/addons/migrator.php:171
msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
msgstr ""
#: src/admin.php:984, src/addons/migrator.php:541
msgid "Add site"
msgstr ""
#: src/admin.php:983
msgid "Adding..."
msgstr ""
#: src/udaddons/options.php:336
msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
msgstr ""
#: src/restorer.php:4037
msgid "To use this backup, your database server needs to support the %s character set."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1089
msgid "go here to change your password on updraftplus.com."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1089
msgid "If you have forgotten your password "
msgstr ""
#: src/udaddons/updraftplus-addons.php:1088
msgid "Go here to re-enter your password."
msgstr ""
#: src/addons/migrator.php:248
msgid "After pressing this button, you will be given the option to choose which components you wish to migrate"
msgstr ""
#: src/admin.php:975, src/admin.php:1001, src/admin.php:1002
msgid "You have made changes to your settings, and not saved."
msgstr ""
#: src/addons/onedrive.php:1322
msgid "N.B. %s is not case-sensitive."
msgstr ""
#: src/addons/onedrive.php:1318
msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
msgstr ""
#: src/addons/googlecloud.php:1288, src/includes/class-remote-send.php:429,
#: src/methods/googledrive.php:1494
msgid "For longer help, including screenshots, follow this link."
msgstr ""
#: src/addons/onedrive.php:1313
msgid "Create OneDrive credentials in your OneDrive developer console."
msgstr ""
#: src/addons/onedrive.php:1316
msgid "You must add the following as the authorized redirect URI in your OneDrive console (under \"API Settings\") when asked"
msgstr ""
#: src/addons/onedrive.php:1189, src/addons/onedrive.php:1187
msgid "authorization failed:"
msgstr ""
#: src/addons/onedrive.php:1013, src/addons/onedrive.php:1317,
#: src/addons/onedrive.php:1319
msgid "OneDrive"
msgstr ""
#: src/addons/onedrive.php:784
msgid "Please re-authorize the connection to your %s account."
msgstr ""
#: src/methods/email.php:110
msgid "configure it here"
msgstr ""
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895
msgid "To remove the block, please go here."
msgstr ""
#: src/addons/s3-enhanced.php:538
msgid "Do remember to save your settings."
msgstr ""
#: src/addons/s3-enhanced.php:538
msgid "You are now using a IAM user account to access your bucket."
msgstr ""
#: src/addons/s3-enhanced.php:450
msgid "S3 bucket"
msgstr ""
#: src/addons/s3-enhanced.php:440
msgid "China (Beijing) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:438
msgid "South America (São Paulo)"
msgstr ""
#: src/addons/s3-enhanced.php:435
msgid "Asia Pacific (Tokyo)"
msgstr ""
#: src/addons/s3-enhanced.php:433
msgid "Asia Pacific (Sydney)"
msgstr ""
#: src/addons/s3-enhanced.php:432
msgid "Asia Pacific (Singapore)"
msgstr ""
#: src/addons/s3-enhanced.php:421
msgid "US Government West (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:420
msgid "US West (N. California)"
msgstr ""
#: src/addons/s3-enhanced.php:419
msgid "US West (Oregon)"
msgstr ""
#: src/addons/s3-enhanced.php:413
msgid "S3 storage region"
msgstr ""
#: src/addons/s3-enhanced.php:411
msgid "New IAM username"
msgstr ""
#: src/addons/s3-enhanced.php:410
msgid "Admin secret key"
msgstr ""
#: src/addons/s3-enhanced.php:409
msgid "Admin access key"
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "Then, these lower-powered access credentials can be used, instead of storing your administrative keys."
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "These will be used to create a new user and key pair with an IAM policy attached which will only allow it to access the indicated bucket."
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "Enter your administrative Amazon S3 access/secret keys (this needs to be a key pair with enough rights to create new users and buckets), and a new (unique) username for the new user and a bucket name."
msgstr ""
#: src/addons/s3-enhanced.php:488
msgid "Create new IAM user and S3 bucket"
msgstr ""
#: src/addons/s3-enhanced.php:388
msgid "Secret Key: %s"
msgstr ""
#: src/addons/s3-enhanced.php:388
msgid "Access Key: %s"
msgstr ""
#: src/addons/s3-enhanced.php:378
msgid "Failed to apply User Policy"
msgstr ""
#: src/addons/s3-enhanced.php:315, src/addons/s3-enhanced.php:319
msgid "Operation to create user Access Key failed"
msgstr ""
#: src/addons/s3-enhanced.php:296, src/addons/s3-enhanced.php:306
msgid "IAM operation failed (%s)"
msgstr ""
#: src/addons/s3-enhanced.php:302
msgid "Conflict: that user already exists"
msgstr ""
#: src/addons/s3-enhanced.php:240
msgid "AWS authentication failed"
msgstr ""
#: src/addons/s3-enhanced.php:233
msgid "Cannot create new AWS user, since an unknown AWS toolkit is being used."
msgstr ""
#: src/addons/s3-enhanced.php:204
msgid "You need to enter a bucket"
msgstr ""
#: src/addons/s3-enhanced.php:200
msgid "You need to enter a new IAM username"
msgstr ""
#: src/addons/s3-enhanced.php:196
msgid "You need to enter an admin secret key"
msgstr ""
#: src/addons/s3-enhanced.php:192
msgid "You need to enter an admin access key"
msgstr ""
#: src/addons/s3-enhanced.php:70
msgid "If you have an AWS admin user, then you can use this wizard to quickly create a new AWS (IAM) user with access to only this bucket (rather than your whole account)"
msgstr ""
#: src/addons/s3-enhanced.php:69, src/methods/s3.php:1031
msgid "To create a new IAM sub-user and access key that has access only to this bucket, upgrade to Premium."
msgstr ""
#: src/addons/onedrive.php:754, src/addons/onedrive.php:777,
#: src/includes/updraftplus-login.php:55, src/methods/updraftvault.php:895,
#: src/udaddons/updraftplus-addons.php:1040,
#: src/udaddons/updraftplus-addons.php:1053
msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
msgstr ""
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895, src/udaddons/updraftplus-addons.php:1053
msgid "It appears that your web server's IP Address (%s) is blocked."
msgstr ""
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895, src/udaddons/updraftplus-addons.php:1053
msgid "UpdraftPlus.com has responded with 'Access Denied'."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:40
msgid "Premium WooCommerce plugins"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:40
msgid "Free two-factor security plugin"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:39
msgid "More quality plugins"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:18,
#: src/templates/wp-admin/settings/tab-addons.php:72
msgid "UpdraftPlus Premium"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:2,
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:43
msgid "Dismiss (for %s months)"
msgstr ""
#: src/addons/fixtime.php:447
msgid "(at same time as files backup)"
msgstr ""
#: src/admin.php:4190
msgid "No backup has been completed"
msgstr ""
#: src/templates/wp-admin/settings/header.php:21
msgid "Newsletter sign-up"
msgstr ""
#: src/includes/updraftplus-notices.php:156
msgid "Follow this link to sign up for the UpdraftPlus newsletter."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:165,
#: src/templates/wp-admin/settings/tab-addons.php:166
msgid "Backup non-WordPress files and databases"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:27
msgid "Ask a pre-sales question"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:26
msgid "Pre-sales FAQs"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:25
msgid "Full feature list"
msgstr ""
#: src/addons/autobackup.php:1188
msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
msgstr ""
#: src/methods/s3.php:186, src/methods/s3.php:198
msgid "%s Error: Failed to initialise"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:191
msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - or - Select Files"
msgid "or"
msgstr ""
#: src/addons/sftp.php:618
msgctxt "Do not translate BEGIN RSA PRIVATE KEY. PCKS1, XML, PEM and PuTTY are also technical acronyms which should not be translated."
msgid "PKCS1 (PEM header: BEGIN RSA PRIVATE KEY), XML and PuTTY format keys are accepted."
msgstr ""
#: src/methods/openstack2.php:125
msgctxt "\"tenant\" is a term used with OpenStack storage - Google for \"OpenStack tenant\" to get more help on its meaning"
msgid "tenant"
msgstr ""
#: src/methods/openstack2.php:248
msgctxt "Keystone and swauth are technical terms which cannot be translated"
msgid "This needs to be a v2 (Keystone) authentication URI; v1 (Swauth) is not supported."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:274,
#: src/templates/wp-admin/settings/form-contents.php:277
msgid "your site's admin address"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:274
msgid "Check this box to have a basic report sent to"
msgstr ""
#: src/admin.php:4220
msgctxt "i.e. Non-automatic"
msgid "Manual"
msgstr ""
#: src/restorer.php:3990
msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
msgid "An error (%s) occurred:"
msgstr ""
#: src/addons/lockadmin.php:198
msgid "Change Lock Settings"
msgstr ""
#: src/addons/morefiles.php:293
msgid "Any other file/directory on your server that you wish to backup"
msgstr ""
#: src/admin.php:3010
msgid "For even more features and personal support, check out "
msgstr ""
#: src/addons/moredatabase.php:61
msgid "Database decryption phrase"
msgstr ""
#: src/admin.php:974, src/addons/autobackup.php:161,
#: src/addons/autobackup.php:1131
msgid "Automatic backup before update"
msgstr ""
#: src/addons/autobackup.php:126
msgid "WordPress core (only)"
msgstr ""
#: src/addons/lockadmin.php:250
msgid "For unlocking support, please contact whoever manages UpdraftPlus for you."
msgstr ""
#: src/addons/lockadmin.php:241
msgid "To access the UpdraftPlus settings, please enter your unlock password"
msgstr ""
#: src/addons/lockadmin.php:238
msgid "Password incorrect"
msgstr ""
#: src/addons/lockadmin.php:226, src/addons/lockadmin.php:232
msgid "Unlock"
msgstr ""
#: src/addons/lockadmin.php:196
msgid "Otherwise, the default link will be shown."
msgstr ""
#: src/addons/lockadmin.php:196
msgid "Anyone seeing the lock screen will be shown this URL for support - enter a website address or an email address."
msgstr ""
#: src/addons/lockadmin.php:196
msgid "Support URL"
msgstr ""
#: src/addons/lockadmin.php:194
msgid "Require password again after"
msgstr ""
#: src/addons/lockadmin.php:185, src/addons/lockadmin.php:186
msgid "%s weeks"
msgstr ""
#: src/addons/lockadmin.php:184
msgid "1 week"
msgstr ""
#: src/addons/lockadmin.php:182, src/addons/lockadmin.php:183
msgid "%s hours"
msgstr ""
#: src/addons/lockadmin.php:181
msgid "1 hour"
msgstr ""
#: src/addons/lockadmin.php:170
msgid "Please make sure that you have made a note of the password!"
msgstr ""
#: src/addons/lockadmin.php:163,
#: src/templates/wp-admin/advanced/lock-admin.php:8
msgid "Lock access to the UpdraftPlus settings page"
msgstr ""
#: src/addons/lockadmin.php:136
msgid "The admin password has been changed."
msgstr ""
#: src/addons/lockadmin.php:134
msgid "An admin password has been set."
msgstr ""
#: src/addons/lockadmin.php:132
msgid "The admin password has now been removed."
msgstr ""
#: src/addons/morefiles.php:156
msgid "(learn more about this significant option)"
msgstr ""
#: src/udaddons/options.php:271
msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
msgstr ""
#: src/admin.php:3664, src/admin.php:4758
msgid "View Log"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:18,
#: src/templates/wp-admin/settings/existing-backups-table.php:100
msgid "Backup data (click to download)"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:17,
#: src/templates/wp-admin/settings/existing-backups-table.php:67
msgid "Backup date"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:42,
#: src/templates/wp-admin/settings/form-contents.php:76
msgid "and retain this many scheduled backups"
msgstr ""
#: src/admin.php:4160
msgid "incremental backup; base backup: %s"
msgstr ""
#: src/templates/wp-admin/advanced/lock-admin.php:19
msgid "For the ability to lock access to UpdraftPlus settings with a password, upgrade to UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:69,
#: src/templates/wp-admin/settings/tab-backups.php:71
msgid "Upload files into UpdraftPlus."
msgstr ""
#: src/admin.php:1366, src/includes/class-commands.php:505,
#: src/templates/wp-admin/settings/take-backup.php:13
msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
msgstr ""
#: src/class-updraftplus.php:5217
msgid "Backup label:"
msgstr ""
#: src/admin.php:2539, src/addons/backblaze.php:240
msgid "Error: unexpected file read fail"
msgstr ""
#: src/backup.php:4389
msgid "check your log for more details."
msgstr ""
#: src/backup.php:4385
msgid "A zip error occurred"
msgstr ""
#: src/addons/reporting.php:92
msgid "Your label for this backup (optional)"
msgstr ""
#: src/methods/updraftvault.php:933, src/udaddons/updraftplus-addons.php:1092
msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
msgstr ""
#: src/methods/updraftvault.php:930, src/udaddons/updraftplus-addons.php:1088
msgid "Your email address was valid, but your password was not recognised by UpdraftPlus.Com."
msgstr ""
#: src/methods/updraftvault.php:870, src/udaddons/updraftplus-addons.php:957
msgid "You need to supply both an email address and a password"
msgstr ""
#: src/class-updraftplus.php:5236
msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
msgstr ""
#: src/includes/migrator-lite.php:986
msgid "already done"
msgstr ""
#: src/includes/migrator-lite.php:946
msgid "skipped (not in list)"
msgstr ""
#: src/includes/class-search-replace.php:99,
#: src/includes/migrator-lite.php:946, src/includes/migrator-lite.php:986
msgid "Search and replacing table:"
msgstr ""
#: src/includes/migrator-lite.php:293
msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
msgstr ""
#: src/includes/migrator-lite.php:293
msgid "These tables only"
msgstr ""
#: src/includes/migrator-lite.php:292
msgid "Rows per batch"
msgstr ""
#: src/udaddons/options.php:122
msgid "You have not yet connected with your UpdraftPlus.Com account."
msgstr ""
#: src/udaddons/options.php:122, src/udaddons/options.php:120
msgid "You need to connect to receive future updates to UpdraftPlus."
msgstr ""
#: src/class-updraftplus.php:5209, src/class-updraftplus.php:5207
msgid "Any support requests to do with %s should be raised with your web hosting company."
msgstr ""
#: src/class-updraftplus.php:5207
msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc are compatible with the older %s version."
msgstr ""
#: src/class-updraftplus.php:5207
msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
msgstr ""
#: src/class-updraftplus.php:5209, src/class-updraftplus.php:5207
msgid "The site in this backup was running on a webserver with version %s of %s."
msgstr ""
#: src/includes/updraftplus-notices.php:146,
#: src/includes/updraftplus-notices.php:148
msgid "Facebook"
msgstr ""
#: src/includes/updraftplus-notices.php:144,
#: src/includes/updraftplus-notices.php:147,
#: src/templates/wp-admin/settings/header.php:16
msgid "Twitter"
msgstr ""
#: src/includes/updraftplus-notices.php:143
msgid "UpdraftPlus is on social media - check us out!"
msgstr ""
#: src/addons/wp-cli.php:979, src/includes/class-filesystem-functions.php:83
msgid "Why am I seeing this?"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "The location of this directory is set in the expert settings, in the Settings tab."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
msgstr ""
#: src/admin.php:2458, src/admin.php:2481, src/includes/class-commands.php:992
msgid "Start backup"
msgstr ""
#: src/class-updraftplus.php:5178, src/restorer.php:1882
msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
msgstr ""
#: src/admin.php:4048
msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
msgstr ""
#: src/templates/wp-admin/advanced/advanced-tools.php:6
msgid "Unless you have a problem, you can completely ignore everything here."
msgstr ""
#: src/admin.php:2722
msgid "This file could not be uploaded"
msgstr ""
#: src/admin.php:2685
msgid "You will find more information about this in the Settings section."
msgstr ""
#: src/addons/importer.php:78
msgid "Supported backup plugins: %s"
msgstr ""
#: src/addons/importer.php:78
msgid "Was this a backup created by a different backup plugin? If so, then you might first need to rename it so that it can be recognized - please follow this link."
msgstr ""
#: src/addons/incremental.php:378
msgid "Tell me more about incremental backups"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:57
msgid "Memory limit"
msgstr ""
#: src/restorer.php:2800, src/includes/class-filesystem-functions.php:304
msgid "restoration"
msgstr ""
#: src/class-updraftplus.php:3767
msgid "Incremental"
msgstr ""
#: src/class-updraftplus.php:3767
msgid "Full backup"
msgstr ""
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "now proceeding with the updates..."
msgstr ""
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "(view log...)"
msgstr ""
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "Backup succeeded"
msgstr ""
#: src/updraftplus.php:122, src/addons/incremental.php:343,
#: src/addons/incremental.php:344, src/addons/incremental.php:345,
#: src/addons/incremental.php:346
msgid "Every %s hours"
msgstr ""
#: src/restorer.php:4382, src/restorer.php:4380,
#: src/includes/migrator-lite.php:629, src/includes/migrator-lite.php:627
msgid "search and replace"
msgstr ""
#: src/includes/migrator-lite.php:295
msgid "Go"
msgstr ""
#: src/includes/migrator-lite.php:284
msgid "A search/replace cannot be undone - are you sure you want to do this?"
msgstr ""
#: src/includes/migrator-lite.php:283
msgid "This can easily destroy your site; so, use it with care!"
msgstr ""
#: src/includes/migrator-lite.php:238, src/includes/migrator-lite.php:291
msgid "Replace with"
msgstr ""
#: src/includes/migrator-lite.php:237, src/includes/migrator-lite.php:290
msgid "Search for"
msgstr ""
#: src/includes/migrator-lite.php:236, src/includes/migrator-lite.php:282,
#: src/templates/wp-admin/advanced/search-replace.php:7,
#: src/templates/wp-admin/advanced/tools-menu.php:20
msgid "Search / replace database"
msgstr ""
#: src/includes/migrator-lite.php:242
msgid "search term"
msgstr ""
#: src/restorer.php:4049
msgid "Too many database errors have occurred - aborting"
msgstr ""
#: src/class-updraftplus.php:3839
msgid "read more at %s"
msgstr ""
#: src/class-updraftplus.php:3839
msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
msgstr ""
#: src/methods/googledrive.php:1500
msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "You have not yet made any backups."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:153
msgid "Database Options"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:92
msgid "%s (%s used)"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:92
msgid "Free disk space in account:"
msgstr ""
#: src/admin.php:5638, src/templates/wp-admin/settings/take-backup.php:52
msgid "This button is disabled because your backup directory is not writable (see the settings)."
msgstr ""
#: src/admin.php:1371
msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
msgstr ""
#: src/admin.php:1371
msgid "To make a backup, just press the Backup Now button."
msgstr ""
#: src/admin.php:1371
msgid "Welcome to UpdraftPlus!"
msgstr ""
#: src/addons/moredatabase.php:281
msgid "Testing..."
msgstr ""
#: src/addons/moredatabase.php:268
msgid "Test connection..."
msgstr ""
#: src/addons/moredatabase.php:267
msgid "Table prefix"
msgstr ""
#: src/addons/moredatabase.php:261
msgid "Backup external database"
msgstr ""
#: src/addons/moredatabase.php:201
msgid "Add an external database to backup..."
msgstr ""
#: src/addons/moredatabase.php:197
msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
msgstr ""
#: src/addons/moredatabase.php:196
msgid "Backup non-WordPress tables contained in the same database as WordPress"
msgstr ""
#: src/addons/moredatabase.php:196
msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
msgstr ""
#: src/addons/moredatabase.php:181
msgid "Connection failed."
msgstr ""
#: src/addons/moredatabase.php:179
msgid "Connection succeeded."
msgstr ""
#: src/addons/moredatabase.php:161
msgid "%s total table(s) found; %s with the indicated prefix."
msgstr ""
#: src/addons/moredatabase.php:155
msgid "%s table(s) found."
msgstr ""
#: src/addons/moredatabase.php:128
msgid "database connection attempt failed"
msgstr ""
#: src/addons/moredatabase.php:117
msgid "database name"
msgstr ""
#: src/addons/moredatabase.php:115
msgid "host"
msgstr ""
#: src/addons/moredatabase.php:113
msgid "user"
msgstr ""
#: src/class-updraftplus.php:2046
msgid "External database (%s)"
msgstr ""
#: src/methods/googledrive.php:1496
msgid "Follow this link to your Google API Console, and there activate the Drive API and create a Client ID in the API Access section."
msgstr ""
#: src/methods/googledrive.php:717
msgid "failed to access parent folder"
msgstr ""
#: src/addons/googlecloud.php:884, src/addons/onedrive.php:981,
#: src/addons/onedrive.php:992, src/methods/googledrive.php:638,
#: src/methods/googledrive.php:651
msgid "However, subsequent access attempts failed:"
msgstr ""
#: src/admin.php:4540, src/addons/wp-cli.php:440
msgid "External database"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:321
msgid "This will also cause debugging output from all plugins to be shown upon this screen - please do not be surprised to see these."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:234
msgid "Backup more databases"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:193
msgid "First, enter the decryption key"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:176
msgid "You can manually decrypt an encrypted database here."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:162
msgid "It can also backup external databases."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:162
msgid "Don't want to be spied on? UpdraftPlus Premium can encrypt your database backup."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "use UpdraftPlus Premium"
msgstr ""
#: src/includes/class-wpadmin-commands.php:146
msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
msgstr ""
#: src/restorer.php:3214, src/restorer.php:3947, src/restorer.php:4037,
#: src/restorer.php:4020
msgid "An error occurred on the first %s command - aborting run"
msgstr ""
#: src/backup.php:1593, src/addons/moredatabase.php:136
msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
msgstr ""
#: src/backup.php:1593
msgid "database connection attempt failed."
msgstr ""
#: src/includes/migrator-lite.php:877
msgid "Warning: the database's home URL (%s) is different to what we expected (%s)"
msgstr ""
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:111,
#: src/addons/google-enhanced.php:128, src/addons/google-enhanced.php:134
msgid "In %s, path names are case sensitive."
msgstr ""
#: src/addons/azure.php:700, src/addons/google-enhanced.php:110,
#: src/addons/google-enhanced.php:128, src/addons/onedrive.php:1322
msgid "If you leave it blank, then the backup will be placed in the root of your %s"
msgstr ""
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:128,
#: src/addons/googlecloud.php:1308, src/addons/onedrive.php:1322
msgid "e.g. %s"
msgstr ""
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:128,
#: src/addons/onedrive.php:1322
msgid "Enter the path of the %s folder you wish to use here."
msgstr ""
#: src/methods/openstack2.php:257
msgid "Container"
msgstr ""
#: src/methods/openstack2.php:253
msgid "Leave this blank, and a default will be chosen."
msgstr ""
#: src/methods/openstack2.php:249
msgid "Tenant"
msgstr ""
#: src/admin.php:1109, src/admin.php:6083, src/restorer.php:392,
#: src/restorer.php:390, src/methods/openstack2.php:251,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "Follow this link for more information"
msgstr ""
#: src/methods/openstack2.php:130
msgid "authentication URI"
msgstr ""
#: src/methods/addon-base-v2.php:239, src/methods/addon-base-v2.php:259
msgid "Failed to download %s"
msgstr ""
#: src/methods/addon-base-v2.php:253
msgid "Failed to download"
msgstr ""
#: src/methods/addon-base-v2.php:138
msgid "failed to list files"
msgstr ""
#: src/methods/addon-base-v2.php:100, src/methods/addon-base-v2.php:105
msgid "Failed to upload %s"
msgstr ""
#: src/addons/pcloud.php:710, src/methods/dropbox.php:910,
#: src/methods/dropbox.php:912
msgid "Success:"
msgstr ""
#: src/addons/googlecloud.php:1318, src/addons/onedrive.php:1333,
#: src/methods/googledrive.php:1506
msgid "After you have saved your settings (by clicking 'Save Changes' below), then come back here once and follow this link to complete authentication with %s."
msgstr ""
#: src/methods/dropbox.php:605
msgid "Dropbox"
msgstr ""
#: src/addons/onedrive.php:1328, src/addons/pcloud.php:549,
#: src/methods/dropbox.php:605
msgid "Authenticate with %s"
msgstr ""
#: src/methods/cloudfiles.php:415, src/methods/openstack-base.php:460
msgid "Error downloading remote file: Failed to download"
msgstr ""
#: src/methods/openstack-base.php:531, src/methods/openstack-base.php:536
msgid "Region: %s"
msgstr ""
#: src/methods/openstack-base.php:530
msgid "%s error - we accessed the container, but failed to create a file within it"
msgstr ""
#: src/methods/openstack-base.php:446
msgid "The %s object was not found"
msgstr ""
#: src/methods/openstack-base.php:56, src/methods/openstack-base.php:369,
#: src/methods/openstack-base.php:438
msgid "Could not access %s container"
msgstr ""
#: src/methods/openstack-base.php:48, src/methods/openstack-base.php:122,
#: src/methods/openstack-base.php:129, src/methods/openstack-base.php:361,
#: src/methods/openstack-base.php:426
msgid "%s error - failed to access the container"
msgstr ""
#: src/addons/googlecloud.php:1341, src/addons/onedrive.php:1355,
#: src/addons/pcloud.php:568, src/methods/dropbox.php:750
msgid "Account holder's name: %s."
msgstr ""
#: src/methods/googledrive.php:1502
msgid "To be able to set a custom folder name, use UpdraftPlus Premium."
msgstr ""
#: src/methods/googledrive.php:1501
msgid "It is an ID number internal to Google Drive"
msgstr ""
#: src/methods/googledrive.php:1501
msgid "This is NOT a folder name."
msgstr ""
#: src/addons/google-enhanced.php:126, src/methods/googledrive.php:1493
msgid "Folder"
msgstr ""
#: src/addons/onedrive.php:526
msgid "%s download: failed: file not found"
msgstr ""
#: src/addons/googlecloud.php:904, src/methods/googledrive.php:674
msgid "Name: %s."
msgstr ""
#: src/methods/googledrive.php:339
msgid "Google Drive list files: failed to access parent folder"
msgstr ""
#: src/methods/insufficient.php:121
msgid "Your %s version: %s."
msgstr ""
#: src/methods/addon-not-yet-present.php:127, src/methods/insufficient.php:120
msgid "You will need to ask your web hosting company to upgrade."
msgstr ""
#: src/methods/addon-not-yet-present.php:27, src/methods/insufficient.php:21
msgid "This remote storage method (%s) requires PHP %s or later."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:118
msgid "Call"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:116,
#: src/templates/wp-admin/advanced/site-info.php:116
msgid "Fetch"
msgstr ""
#: src/addons/migrator.php:315,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:72,
#: src/templates/wp-admin/settings/form-contents.php:183,
#: src/templates/wp-admin/settings/tab-backups.php:74
msgid "This feature requires %s version %s or later"
msgstr ""
#: src/restorer.php:857
msgid "Failed to unpack the archive"
msgstr ""
#: src/class-updraftplus.php:1638, src/methods/cloudfiles.php:428
msgid "Error - failed to download the file"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "Rescan local folder for new backup sets"
msgstr ""
#: src/udaddons/updraftplus-addons.php:325
msgid "You should update UpdraftPlus to make sure that you have a version that has been tested for compatibility."
msgstr ""
#: src/udaddons/updraftplus-addons.php:325
msgid "It has been tested up to version %s."
msgstr ""
#: src/udaddons/updraftplus-addons.php:325
msgid "The installed version of UpdraftPlus Backup/Restore has not been tested on your version of WordPress (%s)."
msgstr ""
#: src/addons/sftp.php:646
msgid "password/key"
msgstr ""
#: src/admin.php:990, src/addons/migrator.php:554, src/addons/sftp.php:613,
#: src/templates/wp-admin/settings/temporary-clone.php:68
msgid "Key"
msgstr ""
#: src/addons/sftp.php:616
msgid "Your login may be either password or key-based - you only need to enter one, not both."
msgstr ""
#: src/addons/sftp.php:428
msgid "The key provided was not in a valid format, or was corrupt."
msgstr ""
#: src/addons/sftp.php:124
msgid "SCP/SFTP password/key"
msgstr ""
#: src/admin.php:4584, src/addons/wp-cli.php:451
msgid "Files backup (created by %s)"
msgstr ""
#: src/admin.php:4584, src/addons/wp-cli.php:451
msgid "Files and database WordPress backup (created by %s)"
msgstr ""
#: src/admin.php:4578, src/addons/importer.php:278,
#: src/includes/class-backup-history.php:534
msgid "Backup created by: %s."
msgstr ""
#: src/admin.php:4538, src/addons/wp-cli.php:434
msgid "Database (created by %s)"
msgstr ""
#: src/admin.php:4532, src/admin.php:4580, src/addons/wp-cli.php:432
msgid "unknown source"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:122,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:56,
#: src/templates/wp-admin/settings/tab-backups.php:60
msgid "Rescan remote storage"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:51,
#: src/templates/wp-admin/settings/tab-backups.php:55
msgid "Upload backup files"
msgstr ""
#: src/admin.php:2737
msgid "This backup was created by %s, and can be imported."
msgstr ""
#: src/admin.php:1429
msgid "Read this page for a guide to possible causes and how to fix it."
msgstr ""
#: src/admin.php:951, src/includes/class-backup-history.php:541
msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
msgstr ""
#: src/admin.php:950
msgid "However, UpdraftPlus archives are standard zip/SQL files - so if you are sure that your file has the right format, then you can rename it to match that pattern."
msgstr ""
#: src/includes/class-backup-history.php:541
msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
msgstr ""
#: src/admin.php:4581, src/restorer.php:2769,
#: src/includes/class-wpadmin-commands.php:159
msgid "Backup created by unknown source (%s) - cannot be restored."
msgstr ""
#: src/restorer.php:1742, src/restorer.php:1694
msgid "The WordPress content folder (wp-content) was not found in this zip file."
msgstr ""
#: src/restorer.php:1587
msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
msgstr ""
#: src/methods/dropbox.php:406
msgid "%s returned an unexpected HTTP response: %s"
msgstr ""
#: src/addons/sftp.php:1180
msgid "The UpdraftPlus module for this file access method (%s) does not support listing files"
msgstr ""
#: src/addons/backblaze.php:665, src/methods/cloudfiles.php:244,
#: src/methods/dropbox.php:388, src/methods/openstack-base.php:117
msgid "No settings were found"
msgstr ""
#: src/includes/class-backup-history.php:729
msgid "One or more backups has been added from scanning remote storage; note that these backups will not be automatically deleted through the \"retain\" settings; if/when you wish to delete them then you must do so manually."
msgstr ""
#: src/admin.php:915
msgid "Rescanning remote and local storage for backup sets..."
msgstr ""
#: src/addons/googlecloud.php:1312, src/addons/s3-enhanced.php:73,
#: src/addons/s3-enhanced.php:81, src/methods/s3generic.php:203,
#: src/methods/s3generic.php:209
msgid "(Read more)"
msgstr ""
#: src/addons/reporting.php:518
msgid "Log all messages to syslog (only server admins are likely to want this)"
msgstr ""
#: src/addons/morefiles.php:433
msgid "No backup of location: there was nothing found to back up"
msgstr ""
#: src/addons/moredatabase.php:260, src/addons/morefiles.php:334,
#: src/addons/morefiles.php:1056, src/addons/reporting.php:543
msgid "Remove"
msgstr ""
#: src/methods/s3.php:940, src/methods/s3.php:1084
msgid "Other %s FAQs."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:321
msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
msgstr ""
#: src/includes/class-filesystem-functions.php:304, src/methods/ftp.php:116
msgid "Your hosting company must enable these functions before %s can work."
msgstr ""
#: src/includes/class-filesystem-functions.php:304, src/methods/ftp.php:116
msgid "Your web server's PHP installation has these functions disabled: %s."
msgstr ""
#: src/methods/ftp.php:113
msgid "encrypted FTP (explicit encryption)"
msgstr ""
#: src/methods/ftp.php:112
msgid "encrypted FTP (implicit encryption)"
msgstr ""
#: src/methods/ftp.php:111
msgid "regular non-encrypted FTP"
msgstr ""
#: src/restorer.php:3041
msgid "Backup created by:"
msgstr ""
#: src/udaddons/options.php:536
msgid "Available to claim on this site"
msgstr ""
#: src/udaddons/updraftplus-addons.php:357
msgid "To maintain your access to support, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:357
msgid "Your paid access to UpdraftPlus support will soon expire."
msgstr ""
#: src/udaddons/updraftplus-addons.php:355
msgid "To regain your access, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:355
msgid "Your paid access to UpdraftPlus support has expired."
msgstr ""
#: src/udaddons/updraftplus-addons.php:346
msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
msgstr ""
#: src/udaddons/updraftplus-addons.php:346,
#: src/udaddons/updraftplus-addons.php:344
msgid "To retain your access, and maintain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:344
msgid "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this site will soon expire."
msgstr ""
#: src/udaddons/updraftplus-addons.php:338
msgid "Your paid access to UpdraftPlus updates for %s add-ons on this site has expired."
msgstr ""
#: src/udaddons/updraftplus-addons.php:338,
#: src/udaddons/updraftplus-addons.php:332
msgid "To regain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:294
msgid "Dismiss from main dashboard (for %s weeks)"
msgstr ""
#: src/includes/class-filesystem-functions.php:355
msgid "The attempt to undo the double-compression succeeded."
msgstr ""
#: src/includes/class-filesystem-functions.php:353,
#: src/includes/class-filesystem-functions.php:331
msgid "The attempt to undo the double-compression failed."
msgstr ""
#: src/includes/class-filesystem-functions.php:324
msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
msgstr ""
#: src/includes/class-wpadmin-commands.php:399
msgid "Constants"
msgstr ""
#: src/backup.php:1972
msgid "Failed to open database file for reading:"
msgstr ""
#: src/backup.php:1645
msgid "No database tables found"
msgstr ""
#: src/backup.php:1643
msgid "please wait for the rescheduled attempt"
msgstr ""
#: src/addons/onedrive.php:147
msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
msgstr ""
#: src/udaddons/updraftplus-addons.php:658,
#: src/udaddons/updraftplus-addons.php:564
msgid "Errors occurred:"
msgstr ""
#: src/admin.php:5152, src/addons/wp-cli.php:761
msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "See this FAQ also."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:36
msgid "Retrieving (if necessary) and preparing backup files..."
msgstr ""
#: src/restorer.php:1579
msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete old folders\" button to delete them before trying again): %s"
msgstr ""
#: src/admin.php:1375, src/class-updraftplus.php:1030
msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
msgstr ""
#: src/includes/migrator-lite.php:209
msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
msgstr ""
#: src/addons/sftp.php:946, src/addons/sftp.php:943,
#: src/includes/ftp.class.php:61, src/includes/ftp.class.php:58
msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
msgstr ""
#: src/admin.php:1934, src/addons/moredatabase.php:168
msgid "Messages:"
msgstr ""
#: src/restorer.php:3821
msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
msgstr ""
#: src/restorer.php:1258
msgid "The directory does not exist"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:298
msgid "New User's Email Address"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:295
msgid "New User's Username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:292
msgid "Admin API Key"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:289
msgid "Admin Username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:284
msgid "US or UK Rackspace Account"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:276
msgid "Enter your Rackspace admin username/API key (so that Rackspace can authenticate your permission to create new users), and enter a new (unique) username and email address for the new user and a container name."
msgstr ""
#: src/addons/cloudfiles-enhanced.php:273
msgid "Create new API user and container"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:205
msgid "API Key: %s"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:205
msgid "Password: %s"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:205, src/addons/s3-enhanced.php:388
msgid "Username: %s"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:164,
#: src/addons/cloudfiles-enhanced.php:167,
#: src/addons/cloudfiles-enhanced.php:171,
#: src/addons/cloudfiles-enhanced.php:183,
#: src/addons/cloudfiles-enhanced.php:190,
#: src/addons/cloudfiles-enhanced.php:194
msgid "Cloud Files operation failed (%s)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:162
msgid "Conflict: that user or email address already exists"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:94
msgid "You need to enter a valid new email address"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:90
msgid "You need to enter a container"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:87
msgid "You need to enter a new username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:84
msgid "You need to enter an admin API key"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:81
msgid "You need to enter an admin username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:67
msgid "Create a new API user with access to only this container (rather than your whole account)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:305, src/methods/cloudfiles-new.php:129,
#: src/methods/cloudfiles-new.php:298, src/methods/cloudfiles.php:507
msgid "Cloud Files Container"
msgstr ""
#: src/methods/cloudfiles-new.php:124, src/methods/cloudfiles-new.php:296,
#: src/methods/cloudfiles.php:502
msgid "Cloud Files API Key"
msgstr ""
#: src/methods/cloudfiles-new.php:119, src/methods/cloudfiles-new.php:295
msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use Premium."
msgstr ""
#: src/methods/cloudfiles-new.php:116, src/methods/cloudfiles-new.php:294
msgid "Cloud Files Username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:54, src/methods/cloudfiles-new.php:148
msgid "London (LON)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:53, src/methods/cloudfiles-new.php:147
msgid "Hong Kong (HKG)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:52, src/methods/cloudfiles-new.php:146
msgid "Northern Virginia (IAD)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:51, src/methods/cloudfiles-new.php:145
msgid "Chicago (ORD)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:50, src/methods/cloudfiles-new.php:144
msgid "Sydney (SYD)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:49, src/methods/cloudfiles-new.php:143
msgid "Dallas (DFW) (default)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:301, src/methods/cloudfiles-new.php:106,
#: src/methods/cloudfiles-new.php:293
msgid "Cloud Files Storage Region"
msgstr ""
#: src/methods/cloudfiles-new.php:99
msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
msgstr ""
#: src/methods/cloudfiles-new.php:97, src/methods/cloudfiles-new.php:287
msgid "US or UK-based Rackspace Account"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:285, src/methods/cloudfiles-new.php:97,
#: src/methods/cloudfiles-new.php:288
msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
msgstr ""
#: src/addons/cloudfiles-enhanced.php:160, src/addons/s3-enhanced.php:300,
#: src/methods/cloudfiles-new.php:37, src/methods/openstack-base.php:491,
#: src/methods/openstack-base.php:489, src/methods/openstack-base.php:512,
#: src/methods/openstack2.php:33
msgid "Authorisation failed (check your credentials)"
msgstr ""
#: src/addons/wp-cli.php:1082, src/includes/class-commands.php:908,
#: src/methods/updraftvault.php:844, src/udaddons/options.php:244
msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
msgstr ""
#: src/admin.php:965
msgid "Create"
msgstr ""
#: src/admin.php:925
msgid "Trying..."
msgstr ""
#: src/admin.php:924
msgid "The new user's RackSpace console password is (this will not be shown again):"
msgstr ""
#: src/admin.php:935, src/restorer.php:386
msgid "Error data:"
msgstr ""
#: src/admin.php:5245
msgid "Backup does not exist in the backup history"
msgstr ""
#: src/restorer.php:3183
msgid "Split line to avoid exceeding maximum packet size"
msgstr ""
#: src/restorer.php:851
msgid "Could not move old files out of the way."
msgstr ""
#: src/restorer.php:847
msgid "Moving old data out of the way..."
msgstr ""
#: src/addons/reporting.php:503
msgid "Add another address..."
msgstr ""
#: src/addons/reporting.php:488
msgid "Enter addresses here to have a report sent to them when a backup job finishes."
msgstr ""
#: src/class-updraftplus.php:2054, src/class-updraftplus.php:2059
msgid "%s checksum: %s"
msgstr ""
#: src/class-updraftplus.php:1988, src/class-updraftplus.php:1986
msgid "files: %s"
msgstr ""
#: src/addons/reporting.php:414
msgid "Use the \"Reporting\" section to configure the email addresses to be used."
msgstr ""
#: src/addons/reporting.php:293
msgid "Debugging information"
msgstr ""
#: src/admin.php:4498, src/addons/reporting.php:248
msgid "Uploaded to:"
msgstr ""
#: src/addons/reporting.php:247
msgid "Time taken:"
msgstr ""
#: src/addons/reporting.php:238
msgid "Warnings"
msgstr ""
#: src/addons/reporting.php:223
msgid "Errors"
msgstr ""
#: src/addons/reporting.php:220
msgid "Errors / warnings:"
msgstr ""
#: src/addons/morefiles.php:144, src/addons/morefiles.php:145,
#: src/addons/reporting.php:209
msgid "Contains:"
msgstr ""
#: src/addons/reporting.php:208
msgid "Backup began:"
msgstr ""
#: src/addons/reporting.php:196
msgid "Backup Report"
msgstr ""
#: src/addons/reporting.php:191
msgid "%d hours, %d minutes, %d seconds"
msgstr ""
#: src/addons/reporting.php:175
msgid "%d errors, %d warnings"
msgstr ""
#: src/methods/dropbox.php:816, src/methods/dropbox.php:873
msgid "%s authentication"
msgstr ""
#: src/class-updraftplus.php:611, src/addons/onedrive.php:924,
#: src/addons/pcloud.php:705, src/methods/dropbox.php:816,
#: src/methods/dropbox.php:873, src/methods/dropbox.php:887,
#: src/methods/dropbox.php:907, src/methods/dropbox.php:1073
msgid "%s error: %s"
msgstr ""
#: src/addons/googlecloud.php:1294, src/methods/dropbox.php:599
msgid "%s logo"
msgstr ""
#: src/methods/dropbox.php:316
msgid "did not return the expected response - check your log file for more details"
msgstr ""
#: src/methods/s3.php:336
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it"
msgstr ""
#: src/methods/email.php:110
msgid "Your site's admin email address (%s) will be used."
msgstr ""
#: src/admin.php:977, src/admin.php:3332, src/methods/updraftvault.php:484,
#: src/methods/updraftvault.php:525,
#: src/templates/wp-admin/settings/temporary-clone.php:87
msgid "Connect"
msgstr ""
#: src/class-updraftplus.php:5140
msgid "(version: %s)"
msgstr ""
#: src/admin.php:912
msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
msgstr ""
#: src/class-updraftplus.php:3874, src/addons/reporting.php:207
msgid "Latest status:"
msgstr ""
#: src/class-updraftplus.php:3873
msgid "Backup contains:"
msgstr ""
#: src/class-updraftplus.php:3830
msgid "Backed up: %s"
msgstr ""
#: src/class-updraftplus.php:3824, src/class-updraftplus.php:3999,
#: src/addons/reporting.php:290
msgid "The log file has been attached to this email."
msgstr ""
#: src/class-updraftplus.php:3784
msgid "Unknown/unexpected error - please raise a support request"
msgstr ""
#: src/class-updraftplus.php:3779
msgid "Database only (files were not part of this particular schedule)"
msgstr ""
#: src/class-updraftplus.php:3779
msgid "Database (files backup has not completed)"
msgstr ""
#: src/class-updraftplus.php:3776
msgid "Files only (database was not part of this particular schedule)"
msgstr ""
#: src/class-updraftplus.php:3776
msgid "Files (database backup has not completed)"
msgstr ""
#: src/admin.php:431, src/class-updraftplus.php:3774
msgid "Files and database"
msgstr ""
#: src/options.php:229
msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
msgstr ""
#: src/options.php:229
msgid "Without upgrading, UpdraftPlus allows every blog admin who can modify plugin settings to backup (and hence access the data, including passwords, from) and restore (including with customized modifications, e.g. changed passwords) the entire network."
msgstr ""
#: src/options.php:229
msgid "This is a WordPress multi-site (a.k.a. network) installation."
msgstr ""
#: src/options.php:229
msgid "UpdraftPlus warning:"
msgstr ""
#: src/udaddons/options.php:542, src/udaddons/options.php:542
msgid "(or connect using the form on this page if you have already purchased it)"
msgstr ""
#: src/udaddons/options.php:530
msgid "please follow this link to update the plugin in order to activate it"
msgstr ""
#: src/udaddons/options.php:527
msgid "please follow this link to update the plugin in order to get it"
msgstr ""
#: src/udaddons/options.php:519, src/udaddons/options.php:517
msgid "latest"
msgstr ""
#: src/udaddons/options.php:515
msgid "Your version: %s"
msgstr ""
#: src/udaddons/options.php:513, src/udaddons/options.php:513
msgid "You've got it"
msgstr ""
#: src/udaddons/options.php:468
msgid "UpdraftPlus Support"
msgstr ""
#: src/udaddons/options.php:406
msgid "An update containing your addons is available for UpdraftPlus - please follow this link to get it."
msgstr ""
#: src/udaddons/options.php:395, src/udaddons/updraftplus-addons.php:384
msgid "UpdraftPlus Addons"
msgstr ""
#: src/udaddons/options.php:110
msgid "An update is available for UpdraftPlus - please follow this link to get it."
msgstr ""
#: src/methods/updraftvault.php:924, src/methods/updraftvault.php:947,
#: src/methods/updraftvault.php:950, src/udaddons/updraftplus-addons.php:1099
msgid "UpdraftPlus.Com returned a response, but we could not understand it"
msgstr ""
#: src/methods/updraftvault.php:936, src/udaddons/updraftplus-addons.php:1095
msgid "Your email address and password were not recognised by UpdraftPlus.Com"
msgstr ""
#: src/includes/updraftplus-login.php:57, src/methods/updraftvault.php:897,
#: src/udaddons/updraftplus-addons.php:1058
msgid "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
msgstr ""
#: src/udaddons/updraftplus-addons.php:984
msgid "UpdraftPlus.Com responded, but we did not understand the response"
msgstr ""
#: src/udaddons/updraftplus-addons.php:982
msgid "We failed to successfully connect to UpdraftPlus.Com"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:244,
#: src/templates/wp-admin/settings/tab-addons.php:243,
#: src/templates/wp-admin/settings/tab-addons.php:244
msgid "Reporting"
msgstr ""
#: src/admin.php:5927
msgid "Options (raw)"
msgstr ""
#: src/admin.php:910, src/addons/reporting.php:547
msgid "Send a report only when there are warnings/errors"
msgstr ""
#: src/restorer.php:3052
msgid "Content URL:"
msgstr ""
#: src/restorer.php:851
msgid "You should check the file ownerships and permissions in your WordPress installation"
msgstr ""
#: src/backup.php:4376, src/class-updraftplus.php:1043
msgid "Your free space in your hosting account is very low - only %s Mb remain"
msgstr ""
#: src/class-updraftplus.php:1027
msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
msgstr ""
#: src/udaddons/options.php:562
msgid "Manage Addons"
msgstr ""
#: src/udaddons/options.php:543
msgid "Buy It"
msgstr ""
#: src/udaddons/options.php:542
msgid "Get it from the UpdraftPlus.Com Store"
msgstr ""
#: src/udaddons/options.php:538, src/udaddons/options.php:536
msgid "activate it on this site"
msgstr ""
#: src/udaddons/options.php:538
msgid "You have an inactive purchase"
msgstr ""
#: src/udaddons/options.php:530
msgid "Assigned to this site"
msgstr ""
#: src/udaddons/options.php:527
msgid "Available for this site (via your all-addons purchase)"
msgstr ""
#: src/udaddons/options.php:521
msgid "(apparently a pre-release or withdrawn release)"
msgstr ""
#: src/udaddons/options.php:470, src/udaddons/options.php:470
msgid "Go here"
msgstr ""
#: src/udaddons/options.php:470, src/udaddons/options.php:470
msgid "Need to get support?"
msgstr ""
#: src/udaddons/options.php:452
msgid "An error occurred when trying to retrieve your add-ons."
msgstr ""
#: src/udaddons/options.php:337
msgid "Claim not granted - your account login details were wrong"
msgstr ""
#: src/udaddons/options.php:335
msgid "Please wait whilst we make the claim..."
msgstr ""
#: src/udaddons/options.php:283
msgid "Errors occurred when trying to connect to UpdraftPlus.Com:"
msgstr ""
#: src/udaddons/options.php:278
msgid "You are presently not connected to an UpdraftPlus.Com account."
msgstr ""
#: src/udaddons/options.php:270
msgid "If you bought new add-ons, then follow this link to refresh your connection"
msgstr ""
#: src/udaddons/options.php:263
msgid "You are presently connected to an UpdraftPlus.Com account."
msgstr ""
#: src/admin.php:3330
msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
msgstr ""
#: src/admin.php:3406
msgid "Forgotten your details?"
msgstr ""
#: src/admin.php:3319
msgid "Not yet got an account (it's free)? Go get one!"
msgstr ""
#: src/admin.php:3385
msgid "Connect with your UpdraftPlus.Com account"
msgstr ""
#: src/udaddons/options.php:134
msgid "You do seem to have the obsolete Updraft plugin installed - perhaps you got them confused?"
msgstr ""
#: src/udaddons/options.php:133
msgid "Go here to begin installing it."
msgstr ""
#: src/udaddons/options.php:133
msgid "UpdraftPlus is not yet installed."
msgstr ""
#: src/udaddons/options.php:130
msgid "Go here to activate it."
msgstr ""
#: src/udaddons/options.php:129
msgid "UpdraftPlus is not yet activated."
msgstr ""
#: src/udaddons/options.php:122, src/udaddons/options.php:120
msgid "Go here to connect."
msgstr ""
#: src/udaddons/options.php:120
msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
msgstr ""
#: src/addons/moredatabase.php:337,
#: src/includes/class-updraftplus-encryption.php:148
msgid "Without it, encryption will be a lot slower."
msgstr ""
#: src/addons/moredatabase.php:337,
#: src/includes/class-updraftplus-encryption.php:148
msgid "Your web-server does not have the %s module installed."
msgstr ""
#: src/methods/googledrive.php:1508
msgid "(You appear to be already authenticated, though you can authenticate again to refresh your access if you've had a problem)."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:78
msgid "Drop backup files here"
msgstr ""
#: src/admin.php:923
msgid "The web server returned an error code (try again, or check your web server logs)"
msgstr ""
#: src/admin.php:917, src/addons/wp-cli.php:117
msgid "If you exclude both the database and the files, then you have excluded everything!"
msgstr ""
#: src/restorer.php:3046
msgid "Site home:"
msgstr ""
#: src/addons/morestorage.php:231
msgid "Remote Storage Options"
msgstr ""
#: src/addons/autobackup.php:371, src/addons/autobackup.php:465
msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
msgstr ""
#: src/addons/autobackup.php:330, src/addons/autobackup.php:1193
msgid "Remember this choice for next time (you will still have the chance to change it)"
msgstr ""
#: src/addons/azure.php:454
msgid "Upload failed"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:126
msgid "You can send a backup to more than one destination with Premium."
msgstr ""
#: src/addons/autobackup.php:331, src/addons/autobackup.php:1198,
#: src/addons/lockadmin.php:167
msgid "Read more about how this works..."
msgstr ""
#: src/addons/sftp.php:723
msgid "Failed: We were able to log in, but failed to successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:721
msgid "Failed: We were able to log in and move to the indicated directory, but failed to successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:622
msgid "Use SCP instead of SFTP"
msgstr ""
#: src/addons/sftp.php:123
msgid "SCP/SFTP user setting"
msgstr ""
#: src/addons/sftp.php:122
msgid "SCP/SFTP host setting"
msgstr ""
#: src/methods/email.php:80
msgid "The attempt to send the backup via email failed (probably the backup was too large for this method)"
msgstr ""
#: src/methods/email.php:57
msgid "Backup is of: %s."
msgstr ""
#: src/admin.php:1017
msgid "%s settings test result:"
msgstr ""
#: src/admin.php:4632, src/admin.php:4630
msgid "(Not finished)"
msgstr ""
#: src/admin.php:4632
msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "Do not place it inside your uploads or plugins directory, as that will cause recursion (backups of backups of backups of...)."
msgstr ""
#: src/admin.php:3843
msgid "Job ID: %s"
msgstr ""
#: src/admin.php:3823
msgid "last activity: %ss ago"
msgstr ""
#: src/admin.php:3805, src/methods/updraftvault.php:557,
#: src/methods/updraftvault.php:604, src/methods/updraftvault.php:724
msgid "Unknown"
msgstr ""
#: src/admin.php:3756
msgid "Backup finished"
msgstr ""
#: src/admin.php:3751
msgid "Waiting until scheduled time to retry because of errors"
msgstr ""
#: src/admin.php:3747
msgid "Pruning old backup sets"
msgstr ""
#: src/admin.php:3734
msgid "Uploading files to remote storage"
msgstr ""
#: src/admin.php:3803
msgid "Encrypted database"
msgstr ""
#: src/admin.php:3795
msgid "Encrypting database"
msgstr ""
#: src/admin.php:3769
msgid "Created database backup"
msgstr ""
#: src/admin.php:3782
msgid "table: %s"
msgstr ""
#: src/admin.php:3780
msgid "Creating database backup"
msgstr ""
#: src/admin.php:3724
msgid "Created file backup zips"
msgstr ""
#: src/admin.php:3711
msgid "Creating file backup zips"
msgstr ""
#: src/admin.php:3706
msgid "Backup begun"
msgstr ""
#: src/restorer.php:1563
msgid "file"
msgstr ""
#: src/restorer.php:1555, src/addons/onedrive.php:1321
msgid "folder"
msgstr ""
#: src/restorer.php:1555, src/restorer.php:1563
msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
msgstr ""
#: src/class-updraftplus.php:3694
msgid "The backup has not finished; a resumption is scheduled"
msgstr ""
#: src/class-updraftplus.php:2388
msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
msgstr ""
#: src/admin.php:970, src/addons/autobackup.php:1212
msgid "Proceed with update"
msgstr ""
#: src/addons/autobackup.php:1205
msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
msgstr ""
#: src/addons/autobackup.php:143, src/addons/autobackup.php:1154
msgid "UpdraftPlus Automatic Backups"
msgstr ""
#: src/addons/autobackup.php:558
msgid "Errors have occurred:"
msgstr ""
#: src/addons/autobackup.php:529
msgid "Creating backup with UpdraftPlus..."
msgstr ""
#: src/addons/autobackup.php:474, src/addons/autobackup.php:605,
#: src/addons/autobackup.php:656
msgid "Automatic Backup"
msgstr ""
#: src/addons/autobackup.php:465
msgid "Creating database backup with UpdraftPlus..."
msgstr ""
#: src/addons/autobackup.php:431
msgid "themes"
msgstr ""
#: src/addons/autobackup.php:424
msgid "plugins"
msgstr ""
#: src/addons/autobackup.php:375, src/addons/autobackup.php:472
msgid "Starting automatic backup..."
msgstr ""
#: src/addons/autobackup.php:371
msgid "Creating %s and database backup with UpdraftPlus..."
msgstr ""
#: src/addons/autobackup.php:328
msgid "Automatically backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
msgstr ""
#: src/addons/morefiles.php:271, src/addons/morefiles.php:272
msgid "If you are not sure then you should stop; otherwise you may destroy this WordPress installation."
msgstr ""
#: src/addons/morefiles.php:271, src/addons/morefiles.php:272
msgid "This does not look like a valid WordPress core backup - the file %s was missing."
msgstr ""
#: src/addons/morefiles.php:213
msgid "Unable to open zip file (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/addons/morefiles.php:203
msgid "Unable to read zip file (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/templates/wp-admin/settings/header.php:25
msgid "More plugins"
msgstr ""
#: src/includes/updraftplus-notices.php:37,
#: src/templates/wp-admin/settings/header.php:17,
#: src/templates/wp-admin/settings/tab-addons.php:28,
#: src/templates/wp-admin/settings/tab-addons.php:139
msgid "Support"
msgstr ""
#: src/class-updraftplus.php:5481
msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
msgstr ""
#: src/class-updraftplus.php:5473
msgid "This database backup is missing core WordPress tables: %s"
msgstr ""
#: src/class-updraftplus.php:5068
msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
msgstr ""
#: src/addons/autobackup.php:326, src/addons/autobackup.php:1180
msgid "Be safe with an automatic backup"
msgstr ""
#: src/admin.php:2990
msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
msgstr ""
#: src/admin.php:960
msgid "The file was uploaded."
msgstr ""
#: src/admin.php:959
msgid "Unknown server response status:"
msgstr ""
#: src/admin.php:958
msgid "Unknown server response:"
msgstr ""
#: src/admin.php:957
msgid "This decryption key will be attempted:"
msgstr ""
#: src/admin.php:956
msgid "Follow this link to attempt decryption and download the database file to your computer."
msgstr ""
#: src/admin.php:955
msgid "Upload error"
msgstr ""
#: src/admin.php:954
msgid "This file is not an UpdraftPlus encrypted database archive (such files are .gz.crypt files which have a name like: backup_(time)_(site name)_(code)_db.crypt.gz)."
msgstr ""
#: src/admin.php:953
msgid "Upload error:"
msgstr ""
#: src/admin.php:952
msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
msgstr ""
#: src/admin.php:943
msgid "Download to your computer"
msgstr ""
#: src/admin.php:942
msgid "Delete from your web server"
msgstr ""
#: src/methods/s3generic.php:191
msgid "Examples of S3-compatible storage providers:"
msgstr ""
#: src/admin.php:4608
msgid "You are missing one or more archives from this multi-archive set."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:325
msgid "Split archives every:"
msgstr ""
#: src/addons/moredatabase.php:297
msgid "Error: the server sent us a response (JSON) which we did not understand."
msgstr ""
#: src/admin.php:932
msgid "Warnings:"
msgstr ""
#: src/admin.php:931
msgid "Error: the server sent an empty response."
msgstr ""
#: src/includes/class-wpadmin-commands.php:205
msgid "This multi-archive backup set appears to have the following archives missing: %s"
msgstr ""
#: src/includes/class-wpadmin-commands.php:190
msgid "File (%s) was found, but has a different size (%s) from what was expected (%s) - it may be corrupt."
msgstr ""
#: src/includes/class-wpadmin-commands.php:185
msgid "File was found, but is zero-sized (you need to re-upload it): %s"
msgstr ""
#: src/includes/class-wpadmin-commands.php:183
msgid "File not found (you need to upload it): %s"
msgstr ""
#: src/addons/wp-cli.php:718, src/includes/class-wpadmin-commands.php:111
msgid "No such backup set exists"
msgstr ""
#: src/restorer.php:848
msgid "Moving unpacked backup into place..."
msgstr ""
#: src/backup.php:3998, src/backup.php:4329
msgid "Failed to open the zip file (%s) - %s"
msgstr ""
#: src/addons/morefiles.php:183
msgid "WordPress root directory server path: %s"
msgstr ""
#: src/methods/dreamobjects.php:193, src/methods/s3generic.php:201
msgid "%s end-point"
msgstr ""
#: src/methods/s3generic.php:191
msgid "... and many more!"
msgstr ""
#: src/methods/s3generic.php:80
msgid "S3 (Compatible)"
msgstr ""
#: src/includes/class-storage-methods-interface.php:301
msgid "File is not locally present - needs retrieving from remote storage"
msgstr ""
#: src/restorer.php:519
msgid "Looking for %s archive: file name: %s"
msgstr ""
#: src/restorer.php:635
msgid "Final checks"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:331
msgid "Check this to delete any superfluous backup files from your server after the backup run finishes (i.e. if you uncheck, then any files despatched remotely will also remain locally, and any files being kept locally will not be subject to the retention limits)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:190
msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
msgstr ""
#: src/admin.php:4319
msgid "Your wp-content directory server path: %s"
msgstr ""
#: src/admin.php:949
msgid "Raw backup history"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:122
msgid "Show raw backup and file list"
msgstr ""
#: src/admin.php:930
msgid "Processing files - please wait..."
msgstr ""
#: src/class-updraftplus.php:5082
msgid "Failed to open database file."
msgstr ""
#: src/admin.php:5892
msgid "Known backups (raw)"
msgstr ""
#: src/restorer.php:1835
msgid "Files found:"
msgstr ""
#: src/admin.php:1101
msgid "Restoring table: %s"
msgstr ""
#: src/restorer.php:2528
msgid "Requested table engine (%s) is not present - changing to MyISAM."
msgstr ""
#: src/restorer.php:539
msgid "file is size:"
msgstr ""
#: src/admin.php:1380, src/admin.php:1398, src/admin.php:2995,
#: src/admin.php:5124, src/backup.php:4383, src/class-updraftplus.php:5334,
#: src/class-updraftplus.php:5334, src/updraftplus.php:226,
#: src/addons/googlecloud.php:1305, src/addons/migrator.php:304,
#: src/addons/migrator.php:307, src/addons/migrator.php:310,
#: src/templates/wp-admin/advanced/db-size.php:19
msgid "Go here for more information."
msgstr ""
#: src/admin.php:5123
msgid "Warning: If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
msgstr ""
#: src/admin.php:929
msgid "Some files are still downloading or being processed - please wait."
msgstr ""
#: src/addons/fixtime.php:570
msgid "The time zone used is that from your WordPress settings, in Settings -> General."
msgstr ""
#: src/addons/fixtime.php:570
msgid "Enter in format HH:MM (e.g. 14:22)."
msgstr ""
#: src/methods/ftp.php:208
msgid "%s login failure"
msgstr ""
#: src/addons/pcloud.php:339, src/addons/pcloud.php:440,
#: src/methods/dropbox.php:490
msgid "Failed to access %s when deleting (see log file for more)"
msgstr ""
#: src/methods/cloudfiles.php:424
msgid "Error - no such file exists."
msgstr ""
#: src/addons/azure.php:301, src/addons/webdav.php:788,
#: src/addons/webdav.php:795, src/addons/webdav.php:815,
#: src/methods/addon-base-v2.php:253, src/methods/openstack-base.php:460
msgid "%s Error"
msgstr ""
#: src/methods/openstack-base.php:86
msgid "%s error - failed to upload file"
msgstr ""
#: src/class-updraftplus.php:1527
msgid "%s error - failed to re-assemble chunks"
msgstr ""
#: src/methods/cloudfiles.php:250, src/methods/openstack-base.php:44,
#: src/methods/openstack-base.php:357, src/methods/openstack-base.php:422,
#: src/methods/openstack-base.php:495, src/methods/openstack-base.php:498,
#: src/methods/openstack-base.php:516, src/methods/openstack-base.php:521
msgid "%s authentication failed"
msgstr ""
#: src/admin.php:2722, src/admin.php:2751, src/admin.php:2743,
#: src/class-updraftplus.php:1230, src/class-updraftplus.php:1236,
#: src/class-updraftplus.php:5051, src/class-updraftplus.php:5049,
#: src/class-updraftplus.php:5309, src/class-updraftplus.php:5232,
#: src/addons/googlecloud.php:512, src/addons/migrator.php:390,
#: src/methods/googledrive.php:592, src/methods/s3.php:370
msgid "Error: %s"
msgstr ""
#: src/admin.php:4233
msgid "Backup directory specified exists, but is not writable."
msgstr ""
#: src/admin.php:4231
msgid "Backup directory specified does not exist."
msgstr ""
#: src/admin.php:3857, src/admin.php:4172
msgid "Warning: %s"
msgstr ""
#: src/backup.php:4032
msgid "A very large file was encountered: %s (size: %s Mb)"
msgstr ""
#: src/includes/class-wpadmin-commands.php:586
msgid "Failed to open directory: %s."
msgstr ""
#: src/backup.php:3217
msgid "%s: unreadable file - could not be backed up"
msgstr ""
#: src/backup.php:2113
msgid "Table %s has very many rows (%s) - we hope your web hosting company gives you enough resources to dump out that table in the backup."
msgstr ""
#: src/backup.php:2066
msgid "An error occurred whilst closing the final database file"
msgstr ""
#: src/class-updraftplus.php:3814
msgid "Warnings encountered:"
msgstr ""
#: src/class-updraftplus.php:3673
msgid "The backup succeeded (with warnings) and is now complete"
msgstr ""
#: src/class-updraftplus.php:1056
msgid "Your free disk space is very low - only %s Mb remain"
msgstr ""
#: src/addons/migrator.php:398
msgid "New site:"
msgstr ""
#: src/addons/migrator.php:375
msgid "Migrated site (from UpdraftPlus)"
msgstr ""
#: src/addons/migrator.php:324
msgid "Enter details for where this new site is to live within your multisite install:"
msgstr ""
#: src/addons/migrator.php:323
msgid "Information needed to continue:"
msgstr ""
#: src/addons/migrator.php:266
msgid "Network activating theme:"
msgstr ""
#: src/includes/migrator-lite.php:350
msgid "Processed plugin:"
msgstr ""
#: src/addons/sftp.php:149
msgid "Check your file permissions: Could not successfully create and enter directory:"
msgstr ""
#: src/methods/s3.php:1461
msgid "Please check your access credentials."
msgstr ""
#: src/addons/s3-enhanced.php:286, src/methods/s3.php:1438
msgid "The error reported by %s was:"
msgstr ""
#: src/restorer.php:2323
msgid "Please supply the requested information, and then continue."
msgstr ""
#: src/class-updraftplus.php:5243, src/restorer.php:3081
msgid "Site information:"
msgstr ""
#: src/admin.php:1109, src/admin.php:2990, src/class-updraftplus.php:5236,
#: src/restorer.php:3821
msgid "Warning:"
msgstr ""
#: src/class-updraftplus.php:5228, src/restorer.php:856
msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
msgstr ""
#: src/admin.php:971, src/admin.php:1163, src/includes/updraftplus-tour.php:97
msgid "Close"
msgstr ""
#: src/admin.php:922, src/addons/autobackup.php:377,
#: src/addons/autobackup.php:469, src/methods/remotesend.php:75,
#: src/methods/remotesend.php:83, src/methods/remotesend.php:245,
#: src/methods/remotesend.php:261
msgid "Unexpected response:"
msgstr ""
#: src/admin.php:916, src/addons/reporting.php:545
msgid "To send to more than one address, separate each address with a comma."
msgstr ""
#: src/admin.php:947
msgid "PHP information"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:88
msgid "zip executable found:"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:58
msgid "show PHP information (phpinfo)"
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:9
msgid "Do you want to migrate or clone/duplicate a site?"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:173
msgid "Please allow time for the communications with the remote storage to complete."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:23
msgid "Also delete from remote storage"
msgstr ""
#: src/admin.php:3526
msgid "Latest UpdraftPlus.com news:"
msgstr ""
#: src/templates/wp-admin/settings/header.php:11,
#: src/templates/wp-admin/settings/tab-addons.php:73
msgid "Premium"
msgstr ""
#: src/templates/wp-admin/settings/header.php:15
msgid "News"
msgstr ""
#: src/admin.php:2000, src/includes/class-wpadmin-commands.php:614
msgid "Backup set not found"
msgstr ""
#: src/backup.php:290
msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
msgstr ""
#: src/includes/updraftplus-notices.php:167,
#: src/includes/updraftplus-notices.php:168,
#: src/includes/updraftplus-notices.php:177,
#: src/includes/updraftplus-notices.php:178
msgid "RSS link"
msgstr ""
#: src/includes/updraftplus-notices.php:167,
#: src/includes/updraftplus-notices.php:168,
#: src/includes/updraftplus-notices.php:177,
#: src/includes/updraftplus-notices.php:178
msgid "Blog link"
msgstr ""
#: src/admin.php:1016
msgid "Testing %s Settings..."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:69,
#: src/templates/wp-admin/settings/tab-backups.php:71
msgid "Or, you can place them manually into your UpdraftPlus directory (usually wp-content/updraft), e.g. via FTP, and then use the \"rescan\" link above."
msgstr ""
#: src/admin.php:1402, src/admin.php:1484
msgid "Notice"
msgstr ""
#: src/class-updraftplus.php:3793
msgid "Errors encountered:"
msgstr ""
#: src/admin.php:913
msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
msgstr ""
#: src/admin.php:928
msgid "Begun looking for this entity"
msgstr ""
#: src/addons/dropbox-folders.php:38, src/addons/pcloud.php:511
msgid "Store at"
msgstr ""
#: src/includes/class-search-replace.php:333
msgid "\"%s\" has no primary key, manual change needed on row %s."
msgstr ""
#: src/includes/class-search-replace.php:140
msgid "rows: %d"
msgstr ""
#: src/includes/migrator-lite.php:1037
msgid "Time taken (seconds):"
msgstr ""
#: src/admin.php:933, src/includes/migrator-lite.php:1036
msgid "Errors:"
msgstr ""
#: src/includes/migrator-lite.php:1035
msgid "SQL update commands run:"
msgstr ""
#: src/includes/migrator-lite.php:1034
msgid "Changes made:"
msgstr ""
#: src/includes/migrator-lite.php:1033
msgid "Rows examined:"
msgstr ""
#: src/includes/migrator-lite.php:1032
msgid "Tables examined:"
msgstr ""
#: src/includes/migrator-lite.php:924
msgid "Could not get list of tables"
msgstr ""
#: src/includes/migrator-lite.php:869
msgid "Warning: the database's site URL (%s) is different to what we expected (%s)"
msgstr ""
#: src/includes/migrator-lite.php:858
msgid "Nothing to do: the site URL is already: %s"
msgstr ""
#: src/includes/migrator-lite.php:821, src/includes/migrator-lite.php:825,
#: src/includes/migrator-lite.php:829, src/includes/migrator-lite.php:834,
#: src/includes/migrator-lite.php:838, src/includes/migrator-lite.php:843
msgid "Error: unexpected empty parameter (%s, %s)"
msgstr ""
#: src/includes/migrator-lite.php:779
msgid "Database: search and replace site URL"
msgstr ""
#: src/restorer.php:4382, src/includes/migrator-lite.php:629,
#: src/includes/migrator-lite.php:1018
msgid "Failed: we did not understand the result returned by the %s operation."
msgstr ""
#: src/restorer.php:4380, src/includes/migrator-lite.php:627,
#: src/includes/migrator-lite.php:1016
msgid "Failed: the %s operation was not able to start."
msgstr ""
#: src/includes/migrator-lite.php:372
msgid "Search and replace site location in the database (migrate)"
msgstr ""
#: src/includes/migrator-lite.php:372
msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
msgstr ""
#: src/addons/multisite.php:779
msgid "Blog uploads"
msgstr ""
#: src/class-updraftplus.php:2093, src/addons/migrator.php:310
msgid "Must-use plugins"
msgstr ""
#: src/addons/multisite.php:229
msgid "Multisite Install"
msgstr ""
#: src/addons/fixtime.php:570
msgid "starting from next time it is"
msgstr ""
#: src/addons/sftp.php:713
msgid "However, we were able to log in and move to the indicated directory and successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:651
msgid "Failure: Port must be an integer."
msgstr ""
#: src/methods/ftp.php:442, src/methods/openstack2.php:120
msgid "password"
msgstr ""
#: src/addons/sftp.php:642, src/methods/openstack2.php:115
msgid "username"
msgstr ""
#: src/addons/sftp.php:638
msgid "host name"
msgstr ""
#: src/addons/sftp.php:621
msgid "Where to change directory to after logging in - often this is relative to your home directory."
msgstr ""
#: src/addons/sftp.php:615
msgid "Directory path"
msgstr ""
#: src/admin.php:1097, src/admin.php:3401, src/addons/lockadmin.php:178,
#: src/addons/moredatabase.php:265, src/addons/sftp.php:612,
#: src/addons/webdav.php:431, src/methods/openstack2.php:255,
#: src/methods/updraftvault.php:523,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:50
msgid "Password"
msgstr ""
#: src/addons/sftp.php:610, src/addons/webdav.php:435
msgid "Port"
msgstr ""
#: src/addons/moredatabase.php:263, src/addons/sftp.php:609,
#: src/addons/webdav.php:433
msgid "Host"
msgstr ""
#: src/addons/sftp.php:375
msgid "Error: Failed to download"
msgstr ""
#: src/addons/sftp.php:683
msgid "Check your file permissions: Could not successfully create and enter:"
msgstr ""
#: src/addons/sftp.php:122, src/addons/sftp.php:123, src/addons/sftp.php:124
msgid "No %s found"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:19
msgid "more"
msgstr ""
#: src/addons/morefiles.php:606
msgid "No backup of %s directories: there was nothing found to back up"
msgstr ""
#: src/admin.php:4333, src/addons/morefiles.php:371
msgid "If entering multiple files/directories, then separate them with commas."
msgstr ""
#: src/addons/morefiles.php:319
msgid "Be careful what you select - if you select / then it really will try to create a zip containing your entire webserver."
msgstr ""
#: src/addons/morefiles.php:317
msgid "If you are not sure what this option is for, then you will not want it, and should turn it off."
msgstr ""
#: src/addons/morefiles.php:294
msgid "More Files"
msgstr ""
#: src/addons/morefiles.php:182
msgid "WordPress core (including any additions to your WordPress root directory)"
msgstr ""
#: src/addons/morefiles.php:175
msgid "The above files comprise everything in a WordPress installation."
msgstr ""
#: src/addons/morefiles.php:156
msgid "Over-write wp-config.php"
msgstr ""
#: src/addons/morefiles.php:152, src/includes/class-wpadmin-commands.php:631
msgid "WordPress Core"
msgstr ""
#: src/addons/webdav.php:503, src/methods/addon-base-v2.php:361
msgid "Failed: We were not able to place a file in that directory - please check your credentials."
msgstr ""
#: src/admin.php:3928, src/admin.php:3946, src/admin.php:3987,
#: src/admin.php:3977, src/backup.php:2051, src/addons/googlecloud.php:967,
#: src/addons/googlecloud.php:1007, src/addons/googlecloud.php:1001,
#: src/addons/sftp.php:669, src/methods/addon-base-v2.php:344
msgid "Failed"
msgstr ""
#: src/addons/webdav.php:427
msgid "WebDAV URL"
msgstr ""
#: src/addons/webdav.php:815
msgid "Local write failed: Failed to download"
msgstr ""
#: src/addons/webdav.php:795
msgid "Error opening remote file: Failed to download"
msgstr ""
#: src/addons/googlecloud.php:375, src/addons/googlecloud.php:373,
#: src/addons/pcloud.php:293, src/addons/sftp.php:120,
#: src/addons/webdav.php:526, src/addons/webdav.php:689,
#: src/addons/webdav.php:695, src/addons/webdav.php:727,
#: src/addons/webdav.php:769, src/methods/addon-base-v2.php:81,
#: src/methods/addon-base-v2.php:129, src/methods/addon-base-v2.php:170,
#: src/methods/addon-base-v2.php:229, src/methods/addon-base-v2.php:318,
#: src/methods/ftp.php:42, src/methods/googledrive.php:324,
#: src/methods/googledrive.php:322
msgid "No %s settings were found"
msgstr ""
#: src/methods/ftp.php:464
msgid "Failure: we successfully logged in, but were not able to create a file in the given directory."
msgstr ""
#: src/methods/ftp.php:461
msgid "Success: we successfully logged in, and confirmed our ability to create a file in the given directory (login type:"
msgstr ""
#: src/methods/ftp.php:452
msgid "Failure: we did not successfully log in with those credentials."
msgstr ""
#: src/methods/ftp.php:434
msgid "Failure: No server details were given."
msgstr ""
#: src/methods/ftp.php:127
msgid "Needs to already exist"
msgstr ""
#: src/addons/onedrive.php:975, src/addons/pcloud.php:720,
#: src/methods/dropbox.php:934
msgid "Your %s account name: %s"
msgstr ""
#: src/addons/pcloud.php:710, src/methods/dropbox.php:910,
#: src/methods/dropbox.php:912
msgid "you have authenticated your %s account"
msgstr ""
#: src/methods/dropbox.php:603
msgid "Backups are saved in %s."
msgstr ""
#: src/methods/dropbox.php:602
msgid "Need to use sub-folders?"
msgstr ""
#: src/methods/dropbox.php:313
msgid "error: failed to upload file to %s (see log file for more)"
msgstr ""
#: src/addons/pcloud.php:147, src/addons/pcloud.php:707,
#: src/methods/dropbox.php:216
msgid "error: %s (see log file for more)"
msgstr ""
#: src/methods/s3.php:1456
msgid "The communication with %s was not encrypted."
msgstr ""
#: src/methods/s3.php:1454
msgid "The communication with %s was encrypted."
msgstr ""
#: src/addons/googlecloud.php:1030, src/methods/s3.php:1451
msgid "We accessed the bucket, and were able to create files within it."
msgstr ""
#: src/addons/googlecloud.php:1024, src/addons/googlecloud.php:1038,
#: src/methods/s3.php:1449, src/methods/s3.php:1461
msgid "We successfully accessed the bucket, but the attempt to create a file in it failed."
msgstr ""
#: src/addons/googlecloud.php:1024, src/addons/googlecloud.php:1038,
#: src/methods/s3.php:1449, src/methods/s3.php:1461
msgid "Failure"
msgstr ""
#: src/methods/openstack2.php:252, src/methods/s3.php:1430
msgid "Region"
msgstr ""
#: src/addons/googlecloud.php:140, src/addons/googlecloud.php:984,
#: src/methods/s3.php:1392
msgid "Failure: No bucket details were given."
msgstr ""
#: src/methods/s3.php:1370
msgid "API secret"
msgstr ""
#: src/methods/dreamobjects.php:191, src/methods/s3.php:1048,
#: src/methods/s3.php:1088, src/methods/s3generic.php:199
msgid "%s location"
msgstr ""
#: src/methods/dreamobjects.php:189, src/methods/s3.php:1044,
#: src/methods/s3.php:1086, src/methods/s3generic.php:197
msgid "%s secret key"
msgstr ""
#: src/methods/dreamobjects.php:188, src/methods/s3.php:1040,
#: src/methods/s3.php:1085, src/methods/s3generic.php:196
msgid "%s access key"
msgstr ""
#: src/methods/dreamobjects.php:185, src/methods/s3.php:938,
#: src/methods/s3.php:1083, src/methods/s3generic.php:195
msgid "If you see errors about SSL certificates, then please go here for help."
msgstr ""
#: src/methods/s3.php:520
msgid "%s re-assembly error (%s): (see log file for more)"
msgstr ""
#: src/methods/s3.php:516
msgid "upload (%s): re-assembly failed (see log for more details)"
msgstr ""
#: src/methods/s3.php:500
msgid "chunk %s: upload failed"
msgstr ""
#: src/methods/s3.php:472
msgid "error: file %s was shortened unexpectedly"
msgstr ""
#: src/methods/s3.php:450
msgid "%s upload: getting uploadID for multipart upload failed - see log file for more details"
msgstr ""
#: src/methods/email.php:106
msgid "Note:"
msgstr ""
#: src/methods/email.php:46
msgid "WordPress Backup"
msgstr ""
#: src/methods/cloudfiles.php:590, src/methods/openstack-base.php:535
msgid "We accessed the container, and were able to create files within it."
msgstr ""
#: src/methods/cloudfiles.php:586
msgid "Cloud Files error - we accessed the container, but failed to create a file within it"
msgstr ""
#: src/methods/cloudfiles.php:559, src/methods/openstack-base.php:477
msgid "Failure: No container details were given."
msgstr ""
#: src/admin.php:1096, src/addons/moredatabase.php:264,
#: src/addons/sftp.php:611, src/addons/webdav.php:430,
#: src/methods/cloudfiles-new.php:171, src/methods/cloudfiles.php:539,
#: src/methods/openstack2.php:254
msgid "Username"
msgstr ""
#: src/methods/cloudfiles-new.php:166, src/methods/cloudfiles.php:534,
#: src/methods/s3.php:1366
msgid "API key"
msgstr ""
#: src/admin.php:991, src/addons/moredatabase.php:113,
#: src/addons/moredatabase.php:115, src/addons/moredatabase.php:117,
#: src/addons/sftp.php:638, src/addons/sftp.php:642, src/addons/sftp.php:646,
#: src/addons/webdav.php:482, src/includes/class-remote-send.php:580,
#: src/includes/migrator-lite.php:242, src/methods/addon-base-v2.php:336,
#: src/methods/cloudfiles-new.php:166, src/methods/cloudfiles-new.php:171,
#: src/methods/cloudfiles.php:534, src/methods/cloudfiles.php:539,
#: src/methods/ftp.php:438, src/methods/ftp.php:442,
#: src/methods/openstack2.php:115, src/methods/openstack2.php:120,
#: src/methods/openstack2.php:125, src/methods/openstack2.php:130,
#: src/methods/s3.php:1366, src/methods/s3.php:1370
msgid "Failure: No %s was given."
msgstr ""
#: src/methods/cloudfiles.php:498
msgid "Cloud Files username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:45, src/methods/cloudfiles-new.php:101,
#: src/methods/cloudfiles-new.php:291, src/methods/cloudfiles.php:482
msgid "UK"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:44, src/methods/cloudfiles-new.php:100,
#: src/methods/cloudfiles-new.php:290, src/methods/cloudfiles.php:481
msgid "US (default)"
msgstr ""
#: src/methods/cloudfiles.php:478
msgid "US or UK Cloud"
msgstr ""
#: src/methods/cloudfiles-new.php:285, src/methods/cloudfiles.php:461,
#: src/methods/openstack2.php:245
msgid "Also, you should read this important FAQ."
msgstr ""
#: src/methods/cloudfiles.php:461
msgid "Get your API key from your Rackspace Cloud console (read instructions here), then pick a container name to use for storage."
msgstr ""
#: src/admin.php:1015, src/addons/azure.php:708, src/addons/backblaze.php:793,
#: src/addons/sftp.php:623, src/addons/webdav.php:440,
#: src/methods/backup-module.php:404, src/methods/cloudfiles-new.php:299,
#: src/methods/dreamobjects.php:194, src/methods/ftp.php:130,
#: src/methods/openstack2.php:258, src/methods/s3.php:1090,
#: src/methods/s3generic.php:214
msgid "Test %s Settings"
msgstr ""
#: src/class-updraftplus.php:1570, src/class-updraftplus.php:1614,
#: src/addons/webdav.php:788, src/methods/cloudfiles.php:398
msgid "Error opening local file: Failed to download"
msgstr ""
#: src/addons/sftp.php:250, src/methods/openstack-base.php:314,
#: src/methods/s3.php:408, src/methods/s3.php:420, src/methods/s3.php:421
msgid "%s Error: Failed to upload"
msgstr ""
#: src/class-updraftplus.php:1412
msgid "%s Error: Failed to open local file"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:120,
#: src/addons/cloudfiles-enhanced.php:133,
#: src/addons/cloudfiles-enhanced.php:137, src/methods/cloudfiles.php:569,
#: src/methods/cloudfiles.php:572, src/methods/cloudfiles.php:575
msgid "Cloud Files authentication failed"
msgstr ""
#: src/addons/pcloud.php:552, src/methods/backup-module.php:634,
#: src/methods/dropbox.php:607
msgid "After you have saved your settings (by clicking 'Save Changes' below), then come back here and follow this link to complete authentication with %s."
msgstr ""
#: src/addons/googlecloud.php:1317, src/methods/googledrive.php:1505
msgid "Authenticate with Google"
msgstr ""
#: src/addons/googlecloud.php:1300, src/addons/onedrive.php:1319,
#: src/methods/googledrive.php:1491
msgid "Client Secret"
msgstr ""
#: src/addons/googlecloud.php:1299, src/methods/googledrive.php:1490
msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
msgstr ""
#: src/addons/googlecloud.php:1298, src/addons/onedrive.php:1317,
#: src/methods/googledrive.php:1489
msgid "Client ID"
msgstr ""
#: src/methods/googledrive.php:1498
msgid "You must add the following as the authorised redirect URI (under \"More Options\") when asked"
msgstr ""
#: src/addons/googlecloud.php:1289, src/methods/googledrive.php:1497
msgid "Select 'Web Application' as the application type."
msgstr ""
#: src/addons/googlecloud.php:590, src/addons/googlecloud.php:591,
#: src/addons/googlecloud.php:1062, src/addons/googlecloud.php:1060,
#: src/methods/googledrive.php:832, src/methods/googledrive.php:833,
#: src/methods/googledrive.php:821, src/methods/googledrive.php:822
msgid "Account is not authorized."
msgstr ""
#: src/addons/webdav.php:743, src/methods/googledrive.php:717,
#: src/methods/googledrive.php:779, src/methods/googledrive.php:797,
#: src/methods/googledrive.php:795
msgid "Failed to upload to %s"
msgstr ""
#: src/methods/googledrive.php:760
msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded is %d bytes"
msgstr ""
#: src/methods/googledrive.php:868, src/methods/googledrive.php:904
msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
msgstr ""
#: src/addons/googlecloud.php:904, src/addons/onedrive.php:1013,
#: src/methods/googledrive.php:674
msgid "you have authenticated your %s account."
msgstr ""
#: src/addons/googlecloud.php:904, src/addons/googlecloud.php:1030,
#: src/addons/onedrive.php:1013, src/addons/sftp.php:711,
#: src/addons/sftp.php:707, src/addons/wp-cli.php:500,
#: src/methods/addon-base-v2.php:358, src/methods/cloudfiles.php:590,
#: src/methods/googledrive.php:674, src/methods/openstack-base.php:535,
#: src/methods/s3.php:1451
msgid "Success"
msgstr ""
#: src/addons/onedrive.php:967, src/addons/pcloud.php:722,
#: src/methods/dropbox.php:964, src/methods/dropbox.php:955,
#: src/methods/googledrive.php:635
msgid "Your %s quota usage: %s %% used, %s available"
msgstr ""
#: src/methods/googledrive.php:598
msgid "%s authorization failed"
msgstr ""
#: src/methods/addon-not-yet-present.php:124
msgid "follow this link to get it"
msgstr ""
#: src/methods/addon-not-yet-present.php:125
msgid "%s support is available as an add-on"
msgstr ""
#: src/methods/addon-not-yet-present.php:34,
#: src/methods/addon-not-yet-present.php:76,
#: src/methods/addon-not-yet-present.php:83
msgid "You do not have the UpdraftPlus %s add-on installed - get it from %s"
msgstr ""
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:137
msgid "You need to re-authenticate with %s, as your existing credentials are not working."
msgstr ""
#: src/admin.php:3932, src/admin.php:3943, src/admin.php:3984,
#: src/admin.php:3980, src/restorer.php:537, src/restorer.php:4329,
#: src/restorer.php:4188, src/includes/class-remote-send.php:441,
#: src/includes/class-storage-methods-interface.php:329
msgid "OK"
msgstr ""
#: src/restorer.php:4293, src/restorer.php:4182
msgid "Table prefix has changed: changing %s table field(s) accordingly:"
msgstr ""
#: src/restorer.php:3990, src/includes/class-search-replace.php:519
msgid "the database query being run was:"
msgstr ""
#: src/restorer.php:2607
msgid "will restore as:"
msgstr ""
#: src/restorer.php:2436, src/restorer.php:3064, src/restorer.php:3244
msgid "Old table prefix:"
msgstr ""
#: src/class-updraftplus.php:3871, src/class-updraftplus.php:5140,
#: src/addons/reporting.php:97, src/addons/reporting.php:206
msgid "Backup of:"
msgstr ""
#: src/restorer.php:2806
msgid "Failed to open database file"
msgstr ""
#: src/restorer.php:2785
msgid "Failed to find database file"
msgstr ""
#: src/restorer.php:1174
msgid "Failed to write out the decrypted database to the filesystem"
msgstr ""
#: src/restorer.php:1158
msgid "Failed to create a temporary directory"
msgstr ""
#: src/restorer.php:855
msgid "Failed to delete working directory after restoring."
msgstr ""
#: src/restorer.php:850
msgid "Cleaning up rubbish..."
msgstr ""
#: src/restorer.php:849
msgid "Restoring the database (on a large site this can take a long time - if it times out (which can happen if your web hosting company has configured your hosting to limit resources) then you should use a different method, such as phpMyAdmin)..."
msgstr ""
#: src/restorer.php:846
msgid "Database successfully decrypted."
msgstr ""
#: src/restorer.php:845
msgid "Decrypting database (can take a while)..."
msgstr ""
#: src/restorer.php:844
msgid "Unpacking backup..."
msgstr ""
#: src/restorer.php:843
msgid "Copying this entity failed."
msgstr ""
#: src/restorer.php:842
msgid "Backup file not available."
msgstr ""
#: src/restorer.php:545, src/restorer.php:546
msgid "Could not read one of the files for restoration"
msgstr ""
#: src/restorer.php:725
msgid "Error message"
msgstr ""
#: src/restorer.php:542
msgid "The backup records do not contain information about the proper size of this file."
msgstr ""
#: src/restorer.php:534
msgid "Archive is expected to be size:"
msgstr ""
#: src/admin.php:5286
msgid "If making a request for support, please include this information:"
msgstr ""
#: src/admin.php:5286
msgid "ABORT: Could not find the information on which entities to restore."
msgstr ""
#: src/addons/wp-cli.php:747
msgid "UpdraftPlus Restoration: Progress"
msgstr ""
#: src/admin.php:5244
msgid "This backup does not exist in the backup history - restoration aborted."
msgstr ""
#: src/admin.php:4660
msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
msgstr ""
#: src/admin.php:4745
msgid "Delete this backup set"
msgstr ""
#: src/admin.php:1162, src/templates/wp-admin/settings/form-contents.php:390
msgid "Save Changes"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:361
msgid "Disable SSL entirely where possible"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "Note that not all cloud backup methods are necessarily using SSL authentication."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:356
msgid "Do not verify SSL certificates"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:351
msgid "Use the server's SSL certificates"
msgstr ""
#: src/admin.php:4235
msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
msgstr ""
#: src/admin.php:4235
msgid "or, to reset this option"
msgstr ""
#: src/admin.php:4235
msgid "Follow this link to attempt to create the directory and set the permissions"
msgstr ""
#: src/admin.php:4227
msgid "Backup directory specified is writable, which is good."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:335
msgid "Backup directory"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:330
msgid "Delete local backup"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:310
msgid "open this to show some further options; don't bother with this unless you have a problem or are curious."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:310
msgid "Show expert settings"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:309
msgid "Expert settings"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:320
msgid "Debug mode"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:305
msgid "Advanced / Debugging Settings"
msgstr ""
#: src/admin.php:946
msgid "Requesting start of backup..."
msgstr ""
#: src/admin.php:963, src/addons/morefiles.php:1034,
#: src/methods/backup-module.php:91,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:94
msgid "Cancel"
msgstr ""
#: src/admin.php:4510, src/addons/incremental.php:341,
#: src/addons/incremental.php:333, src/addons/reporting.php:270
msgid "None"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:104
msgid "Choose your remote storage"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:179
msgid "Manually decrypt a database backup file"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:158
msgid "Database encryption phrase"
msgstr ""
#: src/admin.php:3391, src/methods/updraftvault.php:521,
#: src/templates/wp-admin/settings/form-contents.php:256,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:44
msgid "Email"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:148
msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
msgstr ""
#: src/addons/morefiles.php:368
msgid "Exclude these:"
msgstr ""
#: src/admin.php:4319
msgid "Any other directories found inside wp-content"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:145
msgid "Include in files backup"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "e.g. if your server is busy at day and you want to run overnight"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "To fix the time at which a backup should take place,"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:62
msgid "Database backup interval"
msgstr ""
#: src/addons/incremental.php:350, src/addons/incremental.php:337
msgid "Monthly"
msgstr ""
#: src/addons/incremental.php:349, src/addons/incremental.php:336
msgid "Fortnightly"
msgstr ""
#: src/addons/incremental.php:348, src/addons/incremental.php:335
msgid "Weekly"
msgstr ""
#: src/addons/incremental.php:347, src/addons/incremental.php:334
msgid "Daily"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:25
msgid "Files backup interval"
msgstr ""
#: src/admin.php:973, src/admin.php:4186
msgid "Download log file"
msgstr ""
#: src/admin.php:4048
msgid "The folder exists, but your webserver does not have permission to write to it."
msgstr ""
#: src/admin.php:4029
msgid "The request to the filesystem to create the directory failed."
msgstr ""
#: src/admin.php:964, src/admin.php:3925, src/admin.php:3940,
#: src/admin.php:3972, src/admin.php:4745,
#: src/includes/class-remote-send.php:696,
#: src/templates/wp-admin/settings/existing-backups-table.php:167,
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Delete"
msgstr ""
#: src/admin.php:3877
msgid "show log"
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:10
msgid "This will delete all your UpdraftPlus settings - are you sure you want to do this?"
msgstr ""
#: src/templates/wp-admin/advanced/total-size.php:19
msgid "count"
msgstr ""
#: src/templates/wp-admin/advanced/total-size.php:9
msgid "N.B. This count is based upon what was, or was not, excluded the last time you saved the options."
msgstr ""
#: src/templates/wp-admin/advanced/total-size.php:6
msgid "Total (uncompressed) on-disk data:"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:84,
#: src/templates/wp-admin/settings/tab-addons.php:105,
#: src/templates/wp-admin/settings/tab-addons.php:118,
#: src/templates/wp-admin/settings/tab-addons.php:131,
#: src/templates/wp-admin/settings/tab-addons.php:144,
#: src/templates/wp-admin/settings/tab-addons.php:157,
#: src/templates/wp-admin/settings/tab-addons.php:170,
#: src/templates/wp-admin/settings/tab-addons.php:183,
#: src/templates/wp-admin/settings/tab-addons.php:196,
#: src/templates/wp-admin/settings/tab-addons.php:209,
#: src/templates/wp-admin/settings/tab-addons.php:222,
#: src/templates/wp-admin/settings/tab-addons.php:235,
#: src/templates/wp-admin/settings/tab-addons.php:248,
#: src/templates/wp-admin/settings/tab-addons.php:261,
#: src/templates/wp-admin/settings/tab-addons.php:274,
#: src/templates/wp-admin/settings/tab-addons.php:287,
#: src/templates/wp-admin/settings/tab-addons.php:304
msgid "No"
msgstr ""
#: src/addons/webdav.php:439, src/templates/wp-admin/advanced/site-info.php:84,
#: src/templates/wp-admin/advanced/site-info.php:81,
#: src/templates/wp-admin/settings/tab-addons.php:79,
#: src/templates/wp-admin/settings/tab-addons.php:92,
#: src/templates/wp-admin/settings/tab-addons.php:95,
#: src/templates/wp-admin/settings/tab-addons.php:108,
#: src/templates/wp-admin/settings/tab-addons.php:121,
#: src/templates/wp-admin/settings/tab-addons.php:134,
#: src/templates/wp-admin/settings/tab-addons.php:147,
#: src/templates/wp-admin/settings/tab-addons.php:160,
#: src/templates/wp-admin/settings/tab-addons.php:173,
#: src/templates/wp-admin/settings/tab-addons.php:186,
#: src/templates/wp-admin/settings/tab-addons.php:199,
#: src/templates/wp-admin/settings/tab-addons.php:212,
#: src/templates/wp-admin/settings/tab-addons.php:225,
#: src/templates/wp-admin/settings/tab-addons.php:238,
#: src/templates/wp-admin/settings/tab-addons.php:251,
#: src/templates/wp-admin/settings/tab-addons.php:264,
#: src/templates/wp-admin/settings/tab-addons.php:277,
#: src/templates/wp-admin/settings/tab-addons.php:290,
#: src/templates/wp-admin/settings/tab-addons.php:307,
#: src/templates/wp-admin/settings/tab-addons.php:313
msgid "Yes"
msgstr ""
#: src/admin.php:6113, src/admin.php:6117,
#: src/templates/wp-admin/advanced/site-info.php:58,
#: src/templates/wp-admin/advanced/site-info.php:64,
#: src/templates/wp-admin/advanced/site-info.php:76,
#: src/templates/wp-admin/advanced/site-info.php:77
msgid "%s version:"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:56
msgid "Current memory usage"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:55
msgid "Peak memory usage"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:35
msgid "Web server:"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:99
msgid "Do you need WordPress Multisite support?"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:95
msgid "Multisite"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:45
msgid "Do read this helpful article of useful things to know before restoring."
msgstr ""
#: src/addons/morefiles.php:152,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:82
msgid "%s restoration options:"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:75
msgid "You will need to restore it manually."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:75
msgid "The following entity cannot be restored automatically: \"%s\"."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "Your web server has PHP's so-called safe_mode active."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:44
msgid "Choose the components to restore"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:44
msgid "Restoring will replace this site's themes, plugins, uploads, database and/or other content directories (according to what is contained in the backup set, and your selection)."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:32
msgid "Restore backup"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:8
msgid "Delete backup set"
msgstr ""
#: src/admin.php:945
msgid "Download error: the server sent us a response which we did not understand."
msgstr ""
#: src/admin.php:99, src/admin.php:936, src/restorer.php:539,
#: src/restorer.php:567, src/restorer.php:2328, src/restorer.php:4369,
#: src/addons/backblaze.php:247, src/addons/backblaze.php:272,
#: src/addons/cloudfiles-enhanced.php:123, src/addons/s3-enhanced.php:236,
#: src/addons/s3-enhanced.php:241, src/addons/s3-enhanced.php:243,
#: src/addons/sftp.php:1040, src/addons/webdav.php:434,
#: src/includes/class-remote-send.php:359,
#: src/includes/class-remote-send.php:411,
#: src/includes/class-remote-send.php:405,
#: src/includes/class-remote-send.php:480,
#: src/includes/class-remote-send.php:538,
#: src/includes/class-remote-send.php:565,
#: src/includes/class-remote-send.php:620,
#: src/includes/class-remote-send.php:608,
#: src/includes/class-remote-send.php:603,
#: src/includes/class-remote-send.php:593,
#: src/includes/class-search-replace.php:333,
#: src/includes/class-search-replace.php:519,
#: src/includes/migrator-lite.php:614, src/includes/migrator-lite.php:924,
#: src/includes/migrator-lite.php:1002, src/methods/remotesend.php:80,
#: src/methods/remotesend.php:258, src/methods/updraftvault.php:722
msgid "Error:"
msgstr ""
#: src/admin.php:927
msgid "calculating..."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:68,
#: src/templates/wp-admin/settings/tab-backups.php:70
msgid "UpdraftPlus - Upload backup files"
msgstr ""
#: src/includes/class-filesystem-functions.php:105,
#: src/templates/wp-admin/advanced/site-info.php:51
msgid "refresh"
msgstr ""
#: src/includes/class-filesystem-functions.php:126,
#: src/templates/wp-admin/advanced/site-info.php:51
msgid "Web-server disk space in use by UpdraftPlus"
msgstr ""
#: src/includes/class-filesystem-functions.php:126
msgid "This is a count of the contents of your Updraft directory"
msgstr ""
#: src/addons/google-enhanced.php:126, src/methods/googledrive.php:324,
#: src/methods/googledrive.php:322, src/methods/googledrive.php:674,
#: src/methods/googledrive.php:717, src/methods/googledrive.php:760,
#: src/methods/googledrive.php:767, src/methods/googledrive.php:779,
#: src/methods/googledrive.php:797, src/methods/googledrive.php:795,
#: src/methods/googledrive.php:1488, src/methods/googledrive.php:1489,
#: src/methods/googledrive.php:1491, src/methods/googledrive.php:1493,
#: src/methods/googledrive.php:1515, src/methods/googledrive.php:1515
msgid "Google Drive"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:59,
#: src/templates/wp-admin/settings/tab-backups.php:63
msgid "If you are using this, then turn Turbo/Road mode off."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:59,
#: src/templates/wp-admin/settings/tab-backups.php:63
msgid "Opera web browser"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:47,
#: src/templates/wp-admin/settings/tab-backups.php:51
msgid "More tasks:"
msgstr ""
#: src/admin.php:3553
msgid "Download most recently modified log file"
msgstr ""
#: src/admin.php:3515, src/admin.php:3509, src/addons/autobackup.php:372,
#: src/addons/autobackup.php:467,
#: src/templates/wp-admin/settings/take-backup.php:72
msgid "Last log message"
msgstr ""
#: src/admin.php:740, src/admin.php:972, src/admin.php:4660,
#: src/addons/migrator.php:248
msgid "Restore"
msgstr ""
#: src/admin.php:962, src/templates/wp-admin/settings/take-backup.php:52
msgid "Backup Now"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:47
msgid "Time now"
msgstr ""
#: src/admin.php:441, src/admin.php:4485, src/admin.php:4538,
#: src/admin.php:5142, src/restorer.php:677, src/addons/moredatabase.php:266,
#: src/addons/reporting.php:285, src/addons/wp-cli.php:434,
#: src/includes/class-remote-send.php:445,
#: src/includes/class-wpadmin-commands.php:154,
#: src/includes/class-wpadmin-commands.php:629,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:81,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
#: src/templates/wp-admin/settings/take-backup.php:34
msgid "Database"
msgstr ""
#: src/admin.php:431, src/admin.php:5899,
#: src/templates/wp-admin/settings/take-backup.php:24
msgid "Files"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:19
msgid "Next scheduled backups"
msgstr ""
#: src/admin.php:410
msgid "At the same time as the files backup"
msgstr ""
#: src/admin.php:400, src/admin.php:421, src/admin.php:428, src/admin.php:471,
#: src/admin.php:502
msgid "Nothing currently scheduled"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "JavaScript warning"
msgstr ""
#: src/admin.php:948
msgid "Delete Old Directories"
msgstr ""
#: src/admin.php:3050
msgid "Current limit is:"
msgstr ""
#: src/admin.php:3012
msgid "Your backup has been restored."
msgstr ""
#: src/templates/wp-admin/settings/header.php:25
msgid "Version"
msgstr ""
#: src/templates/wp-admin/settings/header.php:25
msgid "Lead developer's homepage"
msgstr ""
#: src/admin.php:5793
msgid "Your settings have been wiped."
msgstr ""
#: src/admin.php:2969
msgid "Backup directory successfully created."
msgstr ""
#: src/admin.php:2962
msgid "Backup directory could not be created"
msgstr ""
#: src/admin.php:3888
msgid "Remove old directories"
msgstr ""
#: src/includes/migrator-lite.php:245, src/includes/migrator-lite.php:261
msgid "Return to UpdraftPlus Configuration"
msgstr ""
#: src/admin.php:941, src/admin.php:2971, src/admin.php:3895,
#: src/admin.php:5091, src/admin.php:5080, src/admin.php:5068,
#: src/templates/wp-admin/settings/existing-backups-table.php:19,
#: src/templates/wp-admin/settings/existing-backups-table.php:142
msgid "Actions"
msgstr ""
#: src/admin.php:2854
msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
msgstr ""
#: src/admin.php:2743
msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
msgstr ""
#: src/admin.php:2631
msgid "No local copy present."
msgstr ""
#: src/admin.php:2628
msgid "Download in progress"
msgstr ""
#: src/admin.php:939, src/admin.php:2617
msgid "File ready."
msgstr ""
#: src/admin.php:2598
msgid "Download failed"
msgstr ""
#: src/admin.php:937, src/class-updraftplus.php:1570,
#: src/class-updraftplus.php:1614, src/restorer.php:4326,
#: src/restorer.php:4184, src/restorer.php:4209, src/updraftplus.php:226,
#: src/addons/webdav.php:743, src/addons/wp-cli.php:503,
#: src/includes/class-filesystem-functions.php:439,
#: src/includes/class-storage-methods-interface.php:338,
#: src/methods/addon-base-v2.php:100, src/methods/addon-base-v2.php:105,
#: src/methods/addon-base-v2.php:239, src/methods/addon-base-v2.php:259,
#: src/methods/googledrive.php:1416, src/udaddons/options.php:250
msgid "Error"
msgstr ""
#: src/admin.php:2342
msgid "Could not find that job - perhaps it has already finished?"
msgstr ""
#: src/admin.php:2335
msgid "Job deleted"
msgstr ""
#: src/admin.php:2458, src/includes/class-commands.php:992
msgid "You should soon see activity in the \"Last log message\" field below."
msgstr ""
#: src/admin.php:1018
msgid "Nothing yet logged"
msgstr ""
#: src/admin.php:1394
msgid "Please consult this FAQ if you have problems backing up."
msgstr ""
#: src/admin.php:1394
msgid "Your website is hosted using the %s web server."
msgstr ""
#: src/admin.php:1375, src/admin.php:1380, src/admin.php:1386,
#: src/admin.php:1390, src/admin.php:1394, src/admin.php:1398,
#: src/admin.php:1416, src/admin.php:1429, src/admin.php:4426,
#: src/admin.php:4424, src/admin.php:4417, src/admin.php:6083,
#: src/admin.php:6363, src/addons/azure.php:689,
#: src/includes/migrator-lite.php:668, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/dreamobjects.php:182,
#: src/methods/ftp.php:116, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:926,
#: src/methods/s3.php:930, src/methods/s3.php:1080, src/methods/s3.php:1081,
#: src/methods/s3generic.php:192, src/methods/s3generic.php:193,
#: src/methods/updraftvault.php:477, src/udaddons/updraftplus-addons.php:325,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "Warning"
msgstr ""
#: src/admin.php:756, src/admin.php:1297, src/admin.php:3212
msgid "Settings"
msgstr ""
#: src/backup.php:3093
msgid "Infinite recursion: consult your log for more information"
msgstr ""
#: src/class-updraftplus.php:4836, src/addons/azure.php:301,
#: src/methods/googledrive.php:1416, src/methods/s3.php:370
msgid "File not found"
msgstr ""
#: src/includes/class-updraftplus-encryption.php:354
msgid "The decryption key used:"
msgstr ""
#: src/backup.php:2934
msgid "Could not open the backup file for writing"
msgstr ""
#: src/class-updraftplus.php:4533
msgid "Could not read the directory"
msgstr ""
#: src/admin.php:2685, src/backup.php:1340
msgid "Backup directory (%s) is not writable, or does not exist."
msgstr ""
#: src/class-updraftplus.php:3872
msgid "WordPress backup is complete"
msgstr ""
#: src/class-updraftplus.php:3690
msgid "The backup attempt has finished, apparently unsuccessfully"
msgstr ""
#: src/class-updraftplus.php:2109
msgid "Others"
msgstr ""
#: src/class-updraftplus.php:2092, src/addons/multisite.php:526
msgid "Uploads"
msgstr ""
#: src/class-updraftplus.php:2091
msgid "Themes"
msgstr ""
#: src/class-updraftplus.php:2090
msgid "Plugins"
msgstr ""
#: src/class-updraftplus.php:740
msgid "No log files were found."
msgstr ""
#: src/admin.php:2551, src/admin.php:2547, src/class-updraftplus.php:735
msgid "The log file could not be read."
msgstr ""
#: src/admin.php:1456, src/admin.php:1477, src/admin.php:1515,
#: src/class-updraftplus.php:663, src/class-updraftplus.php:735,
#: src/class-updraftplus.php:740, src/class-updraftplus.php:745
msgid "UpdraftPlus notice:"
msgstr ""
#: src/options.php:92, src/addons/multisite.php:116,
#: src/addons/multisite.php:815
msgid "UpdraftPlus Backups"
msgstr "" languages/updraftplus-zh_TW.po 0000644 00001152520 14740035567 0012475 0 ustar 00 # Translation of UpdraftPlus in Chinese (Taiwan)
# This file is distributed under the same license as the UpdraftPlus package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-01-22 20:53:09+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: zh_TW\n"
"Project-Id-Version: UpdraftPlus\n"
#: src/addons/googlecloud.php:518
msgid "%s suthorization failed"
msgstr ""
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Turning off any debugging settings may also help."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "It's free to use or try up to 5 sites."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "If you have a few sites, it'll save hours."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:40
msgid "See our documentation on how to carry out a normal migration here"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:40
msgid "Temporary clones of WordPress subdomain multisite installations are not yet supported."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "UpdraftClone does the work."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "Press the buttons..."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Rather than test things on your live site, you can UpdraftClone it, and then throw away your clone when done."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "A temporary clone is an instant copy of this website, running on our servers."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "You either need to activate it within your browser, or to use a JavaScript-capable browser."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "This admin interface uses JavaScript heavily."
msgstr ""
#: src/templates/wp-admin/settings/tab-backups.php:80
msgid "Drop your backup files"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:346,
#: src/templates/wp-admin/settings/tab-addons.php:347
msgid "Keeps your WordPress site up to date and bug free."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:334,
#: src/templates/wp-admin/settings/tab-addons.php:335
msgid "A comprehensive and easy to use security plugin and site scanning service."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:330,
#: src/templates/wp-admin/settings/tab-addons.php:330,
#: src/templates/wp-admin/settings/tab-addons.php:336,
#: src/templates/wp-admin/settings/tab-addons.php:336,
#: src/templates/wp-admin/settings/tab-addons.php:342,
#: src/templates/wp-admin/settings/tab-addons.php:342,
#: src/templates/wp-admin/settings/tab-addons.php:348,
#: src/templates/wp-admin/settings/tab-addons.php:348
msgid "Demo in WP Playground"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:328,
#: src/templates/wp-admin/settings/tab-addons.php:329
msgid "It cleans the database, compresses images and caches pages for ultimate speed."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:328,
#: src/templates/wp-admin/settings/tab-addons.php:329
msgid "Makes your site fast and efficient."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:89
msgid "UpdraftPlus free includes Dropbox, Google Drive, Amazon S3, Rackspace and more."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:89
msgid "To avoid server-wide risks, always backup to remote cloud storage."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:13
msgid "After using it once, you'll have saved the purchase price compared to the time needed to copy a site by hand."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:13
msgid "Then, try out our \"Migrator\" add-on which can perform a direct site-to-site migration."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "Note that some cloud storage providers do not allow this (e.g. Dropbox), so with those providers this setting will have no effect."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "Choosing this option lowers your security by stopping UpdraftPlus from using SSL for authentication and encrypted transport at all, where possible."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "It means that UpdraftPlus will be using SSL only for encryption of traffic, and not for authentication."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "Choosing this option lowers your security by stopping UpdraftPlus from verifying the identity of encrypted sites that it connects to (e.g. Dropbox, Google Drive)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "However, if you get an SSL error, then choosing this option (which causes UpdraftPlus to use your web server's collection instead) may help."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "We keep these up to date."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "By default UpdraftPlus uses its own store of SSL certificates to verify the identity of remote sites (i.e. to make sure it is talking to the real Dropbox, Amazon S3, etc., and not an attacker)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "It is relative to your content directory (which by default is called wp-content)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "This directory must be writable by your web server."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "This is where UpdraftPlus will write the zip files it creates initially."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "Be careful to leave some margin if your web-server has a hard size limit (e.g. the 2 GB / 2048 MB limit on some 32-bit servers/file systems)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "The default value is %s megabytes."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "UpdraftPlus will split up backup archives when they exceed this file size."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:135
msgid "This is not recommended (unless you plan to manually copy them to your computer), as losing the web-server would mean losing both your website and the backups in one event."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:135
msgid "If you choose no remote storage, then the backups remain on the web-server."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "This can corrupt backups that you download from here."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "Your WordPress installation has a problem with outputting extra whitespace."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "You are recommended to turn safe_mode off, or to restore only one entity at a time"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "This makes time-outs much more likely."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "Designed to optimize your store, enhance user experience and increase revenue!"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "Quality add-ons for WooCommerce."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "WP Overnight"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "You don’t need to be an SEO expert to use this plugin."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Save time and boost SEO!"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Automate the building of internal links on your WordPress website."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Internal Link Juicer"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid " Comprehensive, cost-effective, 5* rated and easy to use."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "Secure your WordPress website with AIOS."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "Still on the fence?"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "All-In-One Security (AIOS)"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:24
msgid "Cache your site, clean the database and compress images."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:24
msgid "Speed up and optimize your WordPress website."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:18
msgid " Upgrade for automatic backups before updates, incremental backups, more remote storage locations, premium support and"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:10
msgid "Protect your WordPress investment with premium features, or check out our other 5* rated plugins below:"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:12
msgid "All 5* rated and actively installed on millions of WordPress websites:"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:12
msgid "If you like UpdraftPlus, you'll love our other plugins."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "You can also do this before deactivating/deinstalling UpdraftPlus if you wish."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "You will then need to enter all your settings again."
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:28
msgid "Database size"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:66
msgid "Database maximum packet size:"
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:12
msgid "This tool will replace all your saved settings."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:12
msgid "You can also import previously-exported settings."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "This tool will export what is currently in the settings tab."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "Here, you can export your UpdraftPlus settings (%s), either for using on another site, or to keep as a backup."
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:35
msgid "Type"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:34
msgid "Index size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:33
msgid "Data size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:32
msgid "Records"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:31
msgid "Table name"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:25
msgid "Refresh"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:24
msgid "Clear"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:19
msgid "Reducing your database size with WP-Optimize helps to maintain a fast, efficient, and user-friendly website."
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:10
msgid "Total Size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:6
msgid "Search for table"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:371
msgid "So far %s data archives totalling %s have been received"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:371
msgid "The sending of the site data has begun."
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "You can shut this clone down at the following link:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "Each time your clone renews (weekly) it costs %s."
msgstr ""
#: src/central/modules/updates.php:715
msgid "If installing, then proceed with caution by first doing a backup."
msgstr ""
#: src/central/modules/updates.php:715
msgid "This % does not provide information to allow determining whether the latest version is compatible with your WordPress or PHP installation."
msgstr ""
#: src/central/modules/updates.php:706
msgid "The latest update for this %s has not been tested with the WordPress version installed on the remote site and may have compatibility issues when used."
msgstr ""
#: src/central/modules/updates.php:696
msgid "The minimum PHP version supported by this %s is %s."
msgstr ""
#: src/central/modules/updates.php:696
msgid "The latest update for this %s is not compatible with the PHP version installed on the remote site."
msgstr ""
#: src/central/modules/updates.php:686
msgid "The minimum WordPress version supported by this %s is %s."
msgstr ""
#: src/central/modules/updates.php:686
msgid "The latest update for this %s is not compatible with the WordPress version installed on the remote site."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1056
msgid "No response data was received."
msgstr ""
#: src/udaddons/updraftplus-addons.php:332
msgid "You will no longer receive updates to UpdraftPlus."
msgstr ""
#: src/udaddons/updraftplus-addons.php:332
msgid "Your paid access to UpdraftPlus updates for this site has expired."
msgstr ""
#: src/udaddons/options.php:536
msgid "Follow this link to activate this licence"
msgstr ""
#: src/udaddons/options.php:536
msgid "%s available to claim on this site."
msgstr ""
#: src/udaddons/options.php:339
msgid "You can now use your purchase!"
msgstr ""
#: src/udaddons/options.php:339
msgid "The claim and installation was successful."
msgstr ""
#: src/udaddons/options.php:338
msgid "Response was:"
msgstr ""
#: src/udaddons/options.php:338
msgid "An unknown response was received."
msgstr ""
#: src/udaddons/options.php:259
msgid "This ensures %s can connect and update."
msgstr ""
#: src/udaddons/options.php:259
msgid "Please list %s in the %s constant."
msgstr ""
#: src/udaddons/options.php:254
msgid "Please make sure that %s is not set to \"true\" in your wp-config file - this ensures UpdraftPlus can connect and update."
msgstr ""
#: src/udaddons/options.php:250
msgid "This is incompatible with WordPress's updates mechanism; you will not be able to receive updates."
msgstr ""
#: src/udaddons/options.php:250
msgid "You have installed this plugin in your plugins folder (%s) with a non-default name %s which is different to %s."
msgstr ""
#: src/udaddons/options.php:143
msgid "To fix this problem, contact your web hosting company."
msgstr ""
#: src/udaddons/options.php:143
msgid "You can try it, but don't be surprised if it does not work."
msgstr ""
#: src/udaddons/options.php:143
msgid "Your web server's version of PHP is too old (%s) - UpdraftPlus expects at least %s."
msgstr ""
#: src/methods/updraftvault.php:943
msgid "An unknown error occurred while connecting to Vault."
msgstr ""
#: src/methods/updraftvault.php:477
msgid "Your web server's PHP installation does not include a required (for %s) module (%s)."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "If you do not wish this to happen, then you should renew as soon as possible."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "In a few days' time, your stored data will be permanently removed."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "You have an UpdraftPlus Vault subscription that has not been renewed, and the grace period has expired."
msgstr ""
#: src/methods/updraftvault.php:328
msgid "Please renew as soon as possible!"
msgstr ""
#: src/methods/updraftvault.php:328
msgid "You are within the few days of grace period before it will be suspended, and you will lose your quota and access to data stored within it."
msgstr ""
#: src/methods/updraftvault.php:328
msgid "You have an UpdraftPlus Vault subscription with overdue payment."
msgstr ""
#: src/methods/updraftvault.php:325
msgid "You should renew immediately to avoid losing the 12 months of free storage allowance that you get for being a current UpdraftPlus Premium customer."
msgstr ""
#: src/methods/updraftvault.php:325
msgid "Your UpdraftPlus Premium purchase is over a year ago."
msgstr ""
#: src/methods/updraftvault.php:257
msgid "Please try again after a few minutes."
msgstr ""
#: src/methods/updraftvault.php:257, src/methods/updraftvault.php:941
msgid "An error occurred while fetching your Vault credentials."
msgstr ""
#: src/methods/s3generic.php:212
msgid "SigV2"
msgstr ""
#: src/methods/s3generic.php:211
msgid "SigV4"
msgstr ""
#: src/methods/s3generic.php:209
msgid "Read more about signature version"
msgstr ""
#: src/methods/s3generic.php:208
msgid "Signature version"
msgstr ""
#: src/methods/s3.php:826, src/methods/s3.php:871
msgid "Error: Failed to download %s."
msgstr ""
#: src/methods/s3.php:542, src/methods/s3.php:736, src/methods/s3.php:846,
#: src/methods/s3.php:826, src/methods/s3.php:871
msgid "Check your permissions and credentials."
msgstr ""
#: src/methods/s3.php:542, src/methods/s3.php:736, src/methods/s3.php:846
msgid "Error: Failed to access bucket %s."
msgstr ""
#: src/methods/openstack2.php:247
msgid "Authentication URI"
msgstr ""
#: src/methods/openstack2.php:244
msgid "Get your access credentials from your OpenStack Swift provider, and then pick a container name to use for storage."
msgstr ""
#: src/methods/googledrive.php:1515
msgid "%s does not allow authorisation of sites hosted on direct IP addresses."
msgstr ""
#: src/methods/googledrive.php:1512
msgid "Account holder's name"
msgstr ""
#: src/methods/googledrive.php:859
msgid "%s for %s"
msgstr ""
#: src/methods/googledrive.php:423
msgid "Please create a new Google Drive project and reconnect with UpdraftPlus."
msgstr ""
#: src/methods/googledrive.php:423
msgid "The client has been deleted from the Google Drive API console."
msgstr ""
#: src/methods/email.php:30
msgid "If so, you should switch to using a different remote storage method."
msgstr ""
#: src/methods/email.php:30
msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size)."
msgstr ""
#: src/methods/dropbox.php:612
msgid "Your Dropbox App Secret"
msgstr ""
#: src/methods/dropbox.php:611
msgid "Your Dropbox App Key"
msgstr ""
#: src/methods/dropbox.php:528
msgid "You are not authenticated with %s"
msgstr ""
#: src/methods/dropbox.php:482
msgid "You are not authenticated with %s (whilst deleting)"
msgstr ""
#: src/methods/dropbox.php:194, src/methods/dropbox.php:211
msgid "You are not authenticated with Dropbox"
msgstr ""
#: src/methods/dreamobjects.php:192, src/methods/s3.php:1049,
#: src/methods/s3.php:1089, src/methods/s3generic.php:200
msgid "Examples: mybucket, mybucket/mypath"
msgstr ""
#: src/methods/dreamobjects.php:192, src/methods/s3.php:1049,
#: src/methods/s3.php:1089, src/methods/s3generic.php:200
msgid "Enter only a bucket name or a bucket and path."
msgstr ""
#: src/methods/dreamobjects.php:183, src/methods/s3.php:936,
#: src/methods/s3.php:1079
msgid "This bucket will be created for you if it does not already exist."
msgstr ""
#: src/methods/dreamobjects.php:183, src/methods/s3.php:936,
#: src/methods/s3.php:1079
msgid "Get your access key and secret key from your %s console, then pick a (globally unique - all %s users) bucket name (letters and numbers) (and optionally a path) to use for storage."
msgstr ""
#: src/methods/cloudfiles.php:455, src/methods/dreamobjects.php:181,
#: src/methods/dreamobjects.php:182, src/methods/openstack-base.php:577,
#: src/methods/s3.php:926, src/methods/s3.php:930
msgid "Your web server's PHP installation does not included a required module (%s)."
msgstr ""
#: src/methods/cloudfiles-new.php:284, src/methods/cloudfiles.php:461,
#: src/methods/openstack2.php:244
msgid "This container will be created for you if it does not already exist."
msgstr ""
#: src/methods/cloudfiles-new.php:284
msgid "Get your API key from your Rackspace Cloud console (read instructions here), then pick a container name to use for storage."
msgstr ""
#: src/methods/cloudfiles-new.php:281, src/methods/cloudfiles-new.php:282,
#: src/methods/cloudfiles.php:455, src/methods/dreamobjects.php:181,
#: src/methods/openstack-base.php:577, src/methods/openstack2.php:242,
#: src/methods/s3.php:930, src/methods/s3.php:1081,
#: src/methods/s3generic.php:193
msgid "UpdraftPlus's %s module requires %s."
msgstr ""
#: src/methods/cloudfiles-new.php:281, src/methods/cloudfiles-new.php:282,
#: src/methods/openstack2.php:242, src/methods/s3.php:1080,
#: src/methods/s3.php:1081, src/methods/s3generic.php:192,
#: src/methods/s3generic.php:193
msgid "Your web server's PHP installation does not include a required module (%s)."
msgstr ""
#: src/methods/backup-module.php:89
msgid "Select existing folder"
msgstr ""
#: src/methods/addon-not-yet-present.php:126
msgid "Your PHP version: %s."
msgstr ""
#: src/includes/updraftplus-tour.php:196
msgid "You are now all set to use UpdraftPlus!"
msgstr ""
#: src/includes/updraftplus-tour.php:130, src/includes/updraftplus-tour.php:182
msgid "If not, your backups remain on the same server as your site."
msgstr ""
#: src/includes/updraftplus-tour.php:130, src/includes/updraftplus-tour.php:182
msgid "Now select a remote storage destination to protect against server-wide threats."
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "30 September"
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "Be quick, offer ends %s."
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "Visit any of our websites and use code %s at checkout to get 20%% off all our plugins."
msgstr ""
#: src/includes/updraftplus-notices.php:262
msgid "31 July"
msgstr ""
#: src/includes/updraftplus-notices.php:261
msgid "Summer Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:249
msgid "31 May"
msgstr ""
#: src/includes/updraftplus-notices.php:248
msgid "Spring Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:236
msgid "28 January"
msgstr ""
#: src/includes/updraftplus-notices.php:235
msgid "New Year Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:223
msgid "3 December"
msgstr ""
#: src/includes/updraftplus-notices.php:223,
#: src/includes/updraftplus-notices.php:236,
#: src/includes/updraftplus-notices.php:249,
#: src/includes/updraftplus-notices.php:262
msgid "Offer ends %s"
msgstr ""
#: src/includes/updraftplus-notices.php:223,
#: src/includes/updraftplus-notices.php:236,
#: src/includes/updraftplus-notices.php:249,
#: src/includes/updraftplus-notices.php:262
msgid "Save 20%% with code %s."
msgstr ""
#: src/includes/updraftplus-notices.php:222
msgid "Black Friday Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Or if you have any issues or questions please leave us a support message"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "If you like us, please consider leaving a positive review to spread the word."
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Hey - We noticed UpdraftPlus has kept your site safe for a while."
msgstr ""
#: src/includes/updraftplus-notices.php:93
msgid "Includes find-and-replace tool for database references."
msgstr ""
#: src/includes/updraftplus-notices.php:93
msgid "Copy your site to another domain directly."
msgstr ""
#: src/includes/updraftplus-notices.php:60
msgid "Plus many more options."
msgstr ""
#: src/includes/updraftplus-notices.php:60
msgid "Enhanced storage options for Dropbox, Google Drive and S3."
msgstr ""
#: src/includes/updraftplus-notices.php:29
msgid "Backup incremental changes instead of full backups (saving server resources), clone or migrate your site with ease, get more remote storage locations, premium support and more."
msgstr ""
#: src/includes/updraftplus-notices.php:28
msgid "Backup, migrate and restore with Premium."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "Please try again later."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "The server might be busy or you have lost your connection to the internet at the time of the request."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "An error has occurred while processing your request."
msgstr ""
#: src/includes/S3.php:1927
msgid "Please ask your webserver support how to upgrade your PHP and cURL library versions to use non-obsolete TLS versions."
msgstr ""
#: src/includes/S3.php:1927
msgid "Your PHP installation failed a TLS v1.2 connection test, which is the minimum version required by Amazon."
msgstr ""
#: src/includes/S3.php:1927
msgid "Connecting to Amazon S3 failed."
msgstr ""
#: src/includes/migrator-lite.php:334
msgid "If that is not yet set up, then you should set it up, or use below search and replace so that the non-https links are automatically replaced."
msgstr ""
#: src/includes/migrator-lite.php:334
msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem."
msgstr ""
#: src/includes/migrator-lite.php:323
msgid "Otherwise, you will want to use below search and replace to search/replace the site address so that the site can be visited without https."
msgstr ""
#: src/includes/migrator-lite.php:323
msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site."
msgstr ""
#: src/includes/class-wpadmin-commands.php:586
msgid "This is normally caused by file permissions."
msgstr ""
#: src/includes/class-wpadmin-commands.php:261
msgid "Now press Restore again to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:263
msgid "If all is well, then now press Restore again to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:236
msgid "Now press Restore to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:236,
#: src/includes/class-wpadmin-commands.php:261
msgid "The backup archive files have been successfully processed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238,
#: src/includes/class-wpadmin-commands.php:263
msgid "Otherwise, cancel and correct any problems first."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238
msgid "If all is well, then press Restore to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238,
#: src/includes/class-wpadmin-commands.php:263
msgid "The backup archive files have been processed, but with some warnings."
msgstr ""
#: src/includes/class-wpadmin-commands.php:240,
#: src/includes/class-wpadmin-commands.php:265
msgid "You will need to cancel and correct any problems before retrying."
msgstr ""
#: src/includes/class-wpadmin-commands.php:240,
#: src/includes/class-wpadmin-commands.php:265
msgid "The backup archive files have been processed, but with some errors."
msgstr ""
#: src/includes/class-wpadmin-commands.php:130
msgid "If you have a lot of data to import, and if the restore operation times out, then you will need to ask your web hosting company for ways to raise this limit (or attempt the restoration piece-by-piece)."
msgstr ""
#: src/includes/class-wpadmin-commands.php:130
msgid "The PHP setup on this webserver allows only %s seconds for PHP to run, and does not allow this limit to be raised."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:103
msgid "No, please don't."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:103
msgid "Yes, show me the news."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:102
msgid "Do you want to see official news from this plugin in this Events and News section?"
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "The remote storage method in use (%s) does not allow us to retrieve files."
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "The backup archive for this file could not be found."
msgstr ""
#: src/includes/class-remote-send.php:671
msgid "This action cannot be undone."
msgstr ""
#: src/includes/class-remote-send.php:671
msgid "You are about to permanently delete the list of existing sites."
msgstr ""
#: src/includes/class-remote-send.php:565
msgid "It is deprecated, causes encryption to malfunction, and should be turned off."
msgstr ""
#: src/includes/class-remote-send.php:565
msgid "The setting %s is turned on in your PHP settings."
msgstr ""
#: src/includes/class-remote-send.php:425
msgid "If you are sending from an external network, it is likely that a firewall will be blocking this."
msgstr ""
#: src/includes/class-remote-send.php:425
msgid "The site URL you are sending to (%s) looks like a local development website."
msgstr ""
#. translators: Deleted long text.
#: src/includes/class-manipulation-functions.php:509
msgid "This content was deleted in order to anonymize it."
msgstr ""
#. translators: Deleted text.
#: src/includes/class-manipulation-functions.php:505
msgid "[deleted]"
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "Intended for use by intercepting proxies used to control access to the network (e.g., \"captive portals\" used to require agreement to Terms of Service before granting full Internet access via a Wi-Fi hotspot)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "The client needs to authenticate to gain network access"
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "Network Authentication Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:78
msgid "Further extensions to the request are required for the server to fulfil it."
msgstr ""
#: src/includes/class-http-error-descriptions.php:78
msgid "Not Extended"
msgstr ""
#: src/includes/class-http-error-descriptions.php:77
msgid "The server detected an infinite loop while processing the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:77
msgid "Loop Detected"
msgstr ""
#: src/includes/class-http-error-descriptions.php:76
msgid "The server is unable to store the representation needed to complete the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:76
msgid "Insufficient Storage"
msgstr ""
#: src/includes/class-http-error-descriptions.php:75
msgid "Transparent content negotiation for the request results in a circular reference."
msgstr ""
#: src/includes/class-http-error-descriptions.php:75
msgid "Variant Also Negotiates"
msgstr ""
#: src/includes/class-http-error-descriptions.php:74
msgid "The server does not support the HTTP protocol version used in the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:74
msgid "HTTP Version Not Supported"
msgstr ""
#: src/includes/class-http-error-descriptions.php:73
msgid "The server was acting as a gateway or proxy and did not receive a timely response from the upstream server."
msgstr ""
#: src/includes/class-http-error-descriptions.php:73
msgid "Gateway Timeout"
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "Generally, this is a temporary state."
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "The server cannot handle the request (because it is overloaded or down for maintenance)"
msgstr ""
#: src/includes/class-http-error-descriptions.php:71
msgid "The server was acting as a gateway or proxy and received an invalid response from the upstream server."
msgstr ""
#: src/includes/class-http-error-descriptions.php:71
msgid "Bad Gateway"
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "Usually this implies future availability (e.g., a new feature of a web-service API)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "The server either does not recognize the request method, or it lacks the ability to fulfil the request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "Not Implemented"
msgstr ""
#: src/includes/class-http-error-descriptions.php:69
msgid "A generic error message, given when an unexpected condition was encountered and no more specific message is suitable."
msgstr ""
#: src/includes/class-http-error-descriptions.php:69
msgid "Internal Server Error"
msgstr ""
#: src/includes/class-http-error-descriptions.php:63
msgid "A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the requested resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:63
msgid "Unavailable For Legal Reasons"
msgstr ""
#: src/includes/class-http-error-descriptions.php:62
msgid "The server is unwilling to process the request because either an individual header field, or all the header fields collectively, are too large."
msgstr ""
#: src/includes/class-http-error-descriptions.php:62
msgid "Request Header Fields Too Large"
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "Intended for use with rate-limiting schemes."
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "The user has sent too many requests in a given amount of time"
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "Too Many Requests"
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "Intended to prevent the 'lost update' problem, where a client GETs a resource's state, modifies it, and PUTs it back to the server, when meanwhile a third party has modified the state on the server, leading to a conflict."
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "The origin server requires the request to be conditional"
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "Precondition Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:59
msgid "The client should switch to a different protocol such as TLS/1.3, given in the Upgrade header field."
msgstr ""
#: src/includes/class-http-error-descriptions.php:59
msgid "Upgrade Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:58
msgid "Indicates that the server is unwilling to risk processing a request that might be replayed."
msgstr ""
#: src/includes/class-http-error-descriptions.php:58
msgid "Too Early"
msgstr ""
#: src/includes/class-http-error-descriptions.php:57
msgid "The request failed because it depended on another request and that request failed (e.g., a PROPPATCH)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:57
msgid "Failed Dependency"
msgstr ""
#: src/includes/class-http-error-descriptions.php:56
msgid "The resource that is being accessed is locked."
msgstr ""
#: src/includes/class-http-error-descriptions.php:56
msgid "Locked"
msgstr ""
#: src/includes/class-http-error-descriptions.php:55
msgid "The request was well-formed but was unable to be followed due to semantic errors."
msgstr ""
#: src/includes/class-http-error-descriptions.php:55
msgid "Unprocessable Entity"
msgstr ""
#: src/includes/class-http-error-descriptions.php:54
msgid "The request was directed at a server that is not able to produce a response (for example because of connection reuse)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:54
msgid "Misdirected Request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:53
msgid "The server cannot meet the requirements of the Expect request-header field."
msgstr ""
#: src/includes/class-http-error-descriptions.php:53
msgid "Expectation Failed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "For example, if the client asked for a part of the file that lies beyond the end of the file."
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "The client has asked for a portion of the file (byte serving), but the server cannot supply that portion"
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "Range Not Satisfiable"
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "For example, the client uploads an image as image/svg+xml, but the server requires that images use a different format."
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "The request entity has a media type which the server or resource does not support"
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "Unsupported Media Type"
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "Often the result of too much data being encoded as a query-string of a GET request, in which it should be converted to a POST request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "The URI provided was too long for the server to process"
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "URI Too Long"
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "Previously called \"Request Entity Too Large\"."
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "The request is larger than the server is willing or able to process"
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "Payload Too Large"
msgstr ""
#: src/includes/class-http-error-descriptions.php:48
msgid "The server does not meet one of the preconditions that the requester put on the request header fields."
msgstr ""
#: src/includes/class-http-error-descriptions.php:48
msgid "Precondition Failed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:47
msgid "The request did not specify the length of its content, which is required by the requested resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:47
msgid "Length Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:46
msgid "Indicates that the resource requested is no longer available and will not be available again."
msgstr ""
#: src/includes/class-http-error-descriptions.php:46
msgid "Gone"
msgstr ""
#: src/includes/class-http-error-descriptions.php:45
msgid "Indicates that the request could not be processed because of conflict in the current state of the resource, such as an edit conflict between multiple simultaneous updates."
msgstr ""
#: src/includes/class-http-error-descriptions.php:45
msgid "Conflict"
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "The client MAY repeat the request without modifications at any later time."
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "The server timed out waiting for the request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "Request Timeout"
msgstr ""
#: src/includes/class-http-error-descriptions.php:43
msgid "The client must first authenticate itself with the proxy."
msgstr ""
#: src/includes/class-http-error-descriptions.php:43
msgid "Proxy Authentication Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:42
msgid "The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:42
msgid "Not Acceptable"
msgstr ""
#: src/includes/class-http-error-descriptions.php:41
msgid "A request method is not supported for the requested resource; for example, a GET request on a form that requires data to be presented via POST, or a PUT request on a read-only resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:41
msgid "Method Not Allowed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "Subsequent requests by the client are permissible."
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "The requested resource could not be found but may be available in the future"
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "Not Found."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "This may be due to the user not having the necessary permissions for a resource or needing an account of some sort, or attempting a prohibited action (e.g. creating a duplicate record where only one is allowed)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "The request contained valid data and was understood by the server, but the server is refusing action."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "Forbidden."
msgstr ""
#: src/includes/class-http-error-descriptions.php:38
msgid "Authentication is required and has failed or has not yet been provided."
msgstr ""
#: src/includes/class-http-error-descriptions.php:38
msgid "Unauthorized."
msgstr ""
#: src/includes/class-http-error-descriptions.php:37
msgid "The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, size too large, invalid request message framing, or deceptive request routing)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:37
msgid "Bad Request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:31
msgid "Permanent Redirect."
msgstr ""
#: src/includes/class-http-error-descriptions.php:30
msgid "In this case, the request should be repeated with another URI; however, future requests should still use the original URI."
msgstr ""
#: src/includes/class-http-error-descriptions.php:30
msgid "Temporary Redirect."
msgstr ""
#: src/includes/class-http-error-descriptions.php:29
msgid "The requested resource is available only through a proxy, the address for which is provided in the response."
msgstr ""
#: src/includes/class-http-error-descriptions.php:29
msgid "Use Proxy."
msgstr ""
#: src/includes/class-http-error-descriptions.php:28
msgid "Indicates that the resource has not been modified since the version specified by the request headers If-Modified-Since or If-None-Match."
msgstr ""
#: src/includes/class-http-error-descriptions.php:28
msgid "Not Modified."
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "When received in response to a POST (or PUT/DELETE), the client should presume that the server has received the data and should issue a new GET request to the given URI"
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "The response to the request can be found under another URI using the GET method."
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "See Other."
msgstr ""
#: src/includes/class-http-error-descriptions.php:26
msgid "Tells the client to look at (browse to) another URL."
msgstr ""
#: src/includes/class-http-error-descriptions.php:26
msgid "Found (Previously \"Moved temporarily\")."
msgstr ""
#: src/includes/class-http-error-descriptions.php:25,
#: src/includes/class-http-error-descriptions.php:31
msgid "This and all future requests should be directed to the given URI."
msgstr ""
#: src/includes/class-http-error-descriptions.php:25
msgid "Moved Permanently."
msgstr ""
#: src/includes/class-http-error-descriptions.php:24
msgid "Indicates multiple options for the resource from which the client may choose (via agent-driven content negotiation)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:24
msgid "Multiple Choices."
msgstr ""
#: src/includes/class-filesystem-functions.php:678
msgid "Could not copy files."
msgstr ""
#: src/includes/class-database-utility.php:726
msgid "Follow this link to install the WP-Optimize plugin."
msgstr ""
#: src/includes/class-database-utility.php:722
msgid "Follow this link to activate the WP-Optimize plugin."
msgstr ""
#: src/includes/class-database-utility.php:722
msgid "WP-Optimize is installed but currently inactive."
msgstr ""
#: src/includes/class-commands.php:1142
msgid "The creation of your clone should now begin, and your WordPress username and password will be displayed below when ready."
msgstr ""
#: src/includes/class-commands.php:1142
msgid "No backup will be started."
msgstr ""
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142
msgid "If the clone fails to boot, then the token will be released within an hour."
msgstr ""
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142
msgid "N.B. You will be charged one token once the clone is ready."
msgstr ""
#: src/includes/class-commands.php:954
msgid "Backup:"
msgstr ""
#: src/includes/class-commands.php:967
msgid "You have no local backups to send."
msgstr ""
#: src/central/bootstrap.php:757
msgid "Follow this link to read about how to set browser permission"
msgstr ""
#: src/central/bootstrap.php:757
msgid "Your web browser prevented the copy operation."
msgstr ""
#: src/central/bootstrap.php:755
msgid "Copy to clipboard"
msgstr ""
#: src/addons/wp-cli.php:1232
msgid "The creation of your data for creating the clone should now begin, and you will receive an email when it completes."
msgstr ""
#: src/addons/wp-cli.php:1232
msgid "The UpdraftClone boot process has started."
msgstr ""
#: src/addons/wp-cli.php:1206
msgid "You will receive an email when it completes."
msgstr ""
#: src/addons/wp-cli.php:1206
msgid "The UpdraftClone boot process for an empty WordPress install has begun."
msgstr ""
#: src/addons/wp-cli.php:1202
msgid "Failed to boot clone:"
msgstr ""
#: src/addons/wp-cli.php:1150
msgid "Failed to connect to UpdraftPlus.Com:"
msgstr ""
#: src/addons/wp-cli.php:1133
msgid "You can create a clone key at %s"
msgstr ""
#: src/addons/wp-cli.php:1133
msgid "No clone key provided."
msgstr ""
#: src/addons/wp-cli.php:1056
msgid "Please make sure these two parameters are set."
msgstr ""
#: src/addons/wp-cli.php:1056
msgid "An email and password are required to connect to UpdraftPlus.com."
msgstr ""
#: src/addons/wp-cli.php:897
msgid "Get the \"%s\" addon: %s"
msgstr ""
#: src/addons/wp-cli.php:897
msgid "The %s is working with \"%s\" addon."
msgstr ""
#: src/addons/wp-cli.php:897
msgid "You have given the %s option."
msgstr ""
#: src/addons/wp-cli.php:211
msgid "You can see the last log message by running the following command: \"%s\""
msgstr ""
#: src/addons/wp-cli.php:211
msgid "Backup has been started successfully."
msgstr ""
#: src/addons/webdav.php:1125
msgid "WebDAV server returned 501; probably does not support Content-Range (chunks)"
msgstr ""
#: src/addons/webdav.php:1114
msgid "WebDAV server returned 400; probably does not support Content-Range (chunks)"
msgstr ""
#: src/addons/webdav.php:1119, src/addons/webdav.php:1131
msgid "Unexpected HTTP response code (%s): %s"
msgstr ""
#: src/addons/webdav.php:496
msgid "We successfully accessed the directory, and were able to create files within it"
msgstr ""
#: src/addons/webdav.php:438
msgid "Split uploads into chunks"
msgstr ""
#: src/addons/webdav.php:428
msgid "If you do not know the details, then you will need to ask your WebDAV provider."
msgstr ""
#: src/addons/webdav.php:428
msgid "This WebDAV URL is generated by filling in the options below."
msgstr ""
#: src/addons/sftp.php:713
msgid "Failed: We are unable to match the fingerprint."
msgstr ""
#: src/addons/sftp.php:619, src/addons/sftp.php:620
msgid "MITM attacks"
msgstr ""
#: src/addons/sftp.php:608
msgid "Thus, if using SCP then you will need to ensure that your webserver allows PHP processes to run long enough to upload your largest backup file."
msgstr ""
#: src/addons/sftp.php:608
msgid "Resuming partial uploads is supported for SFTP, but not for SCP."
msgstr ""
#: src/addons/sftp.php:606
msgid "Using a fingerprint is not essential, but you are not secure against %s if you do not use one"
msgstr ""
#: src/addons/sftp.php:606
msgid "MD5 (128-bit) fingerprint, in hex format - should have the same length and general appearance as this (colons optional): 73:51:43:b1:b5:fc:8b:b7:0a:3a:a9:b1:0f:69:73:a8."
msgstr ""
#: src/addons/sftp.php:426
msgid "You need to provide the unencrypted key (see: https://updraftplus.com/faqs/why-must-i-use-a-non-encrypted-sftp-key/)."
msgstr ""
#: src/addons/sftp.php:426
msgid "The key provided is encrypted."
msgstr ""
#: src/addons/sftp.php:61
msgid "Explicit encryption is used by default."
msgstr ""
#: src/addons/sftp.php:61
msgid "If you find this happening, then go into the \"Expert Options\" (below) and turn off SSL there."
msgstr ""
#: src/addons/sftp.php:61
msgid "Some servers advertise encrypted FTP as available, but then time-out (after a long time) when you attempt to use it."
msgstr ""
#: src/addons/sftp.php:61
msgid "The 'Test FTP Login' button will tell you what type of connection is in use."
msgstr ""
#: src/addons/sftp.php:61
msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options."
msgstr ""
#: src/addons/s3-enhanced.php:285
msgid "Please check your access credentials, and if those are correct then try another bucket name (as another AWS user may already have taken your name)."
msgstr ""
#: src/addons/s3-enhanced.php:285, src/methods/s3.php:1436
msgid "Failure: We could not successfully access or create such a bucket."
msgstr ""
#: src/addons/reporting.php:243
msgid "Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
msgstr ""
#: src/addons/reporting.php:243
msgid "Note that warning messages are advisory - the backup process does not stop for them."
msgstr ""
#: src/addons/pcloud.php:724, src/methods/dropbox.php:944,
#: src/methods/dropbox.php:915
msgid "though part of the returned information was not as expected - whether this indicates a real problem cannot be determined"
msgstr ""
#: src/addons/pcloud.php:383
msgid "You are not authenticated with pCloud"
msgstr ""
#: src/addons/pcloud.php:297
msgid "Listing the files failed:"
msgstr ""
#: src/addons/pcloud.php:256
msgid "Chunked upload failed"
msgstr ""
#: src/addons/onedrive.php:1329, src/addons/pcloud.php:550,
#: src/methods/dropbox.php:606
msgid "(You are already authenticated)."
msgstr ""
#: src/addons/onedrive.php:1315
msgid "As such, you must use the main %s %s App to authenticate with your account."
msgstr ""
#: src/addons/onedrive.php:1315
msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL."
msgstr ""
#: src/addons/onedrive.php:1121, src/addons/pcloud.php:653,
#: src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "The %s authentication could not go ahead, because something else on your site is breaking it."
msgstr ""
#: src/addons/morefiles.php:907
msgid "Restore all %s not listed below"
msgstr ""
#: src/addons/morefiles.php:905
msgid "This option will ensure all %s files not found will be restored."
msgstr ""
#: src/addons/morefiles.php:905
msgid "The amount of %1$s files scanned is near or over the php_max_input_vars value so some %1$s files maybe truncated."
msgstr ""
#: src/addons/morefiles.php:897
msgid "Files not chosen will not be replaced."
msgstr ""
#: src/addons/morefiles.php:897
msgid "If you do not want to restore all your %s files, then de-select the unwanted ones here."
msgstr ""
#: src/addons/morefiles.php:834
msgid "Please select where you want these backups to be restored to."
msgstr ""
#: src/addons/morefiles.php:834
msgid "The original filesystem location for some of the following items was not found."
msgstr ""
#: src/addons/morefiles.php:221
msgid "Zip error: (%s)"
msgstr ""
#: src/addons/morefiles.php:221
msgid "Unable to read any files from the zip (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/addons/moredatabase.php:411
msgid "Encryption aborted."
msgstr ""
#: src/addons/moredatabase.php:411
msgid "Encryption error occurred when encrypting database."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "Do make a separate record of it and do not lose it, or all your backups will be useless."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "If you enter text here, it is used to encrypt database backups (Rijndael)."
msgstr ""
#: src/addons/migrator.php:551
msgid "When you are shown the key, then press the 'Migrate' button on the other (sending) site, and copy-and-paste the key over there (in the 'Send a backup to another site' section)."
msgstr ""
#: src/addons/migrator.php:551
msgid "To allow another site to send a backup to this site, create a key below."
msgstr ""
#: src/addons/googlecloud.php:1320
msgid "(You are already authenticated, though you can authenticate again to refresh your access if you've had a problem)."
msgstr ""
#: src/addons/googlecloud.php:1308
msgid "Bucket names have to be globally unique."
msgstr ""
#: src/addons/googlecloud.php:1284, src/methods/googledrive.php:1515
msgid "You will need to change your site's address (%s) before you can use %s for storage."
msgstr ""
#: src/addons/googlecloud.php:1284
msgid "%s does not allow authorization of sites hosted on direct IP addresses."
msgstr ""
#: src/addons/googlecloud.php:1288, src/methods/googledrive.php:1494
msgid "The description below is sufficient for more expert users."
msgstr ""
#: src/addons/googlecloud.php:876
msgid "Please complete all fields in %s settings and save the settings."
msgstr ""
#: src/addons/googlecloud.php:876
msgid "But no %s settings were found."
msgstr ""
#: src/addons/googlecloud.php:879, src/addons/googlecloud.php:874
msgid "Please enter a bucket name in the %s settings and save settings."
msgstr ""
#: src/addons/googlecloud.php:879, src/addons/googlecloud.php:874
msgid "But no bucket was defined, so backups may not complete."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "Finally, if that does not work, then use expert mode to wipe all your settings, create a new Google client ID/secret, and start again."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "Re-check it, then follow the link to authenticate again."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "This often means that you entered your client secret wrongly, or that you have not yet re-authenticated (below) since correcting it."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "No refresh token was received from Google."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490
msgid "Turning off any debugging settings may also help)."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Try disabling your other plugins and switching to a default theme."
msgstr ""
#: src/addons/googlecloud.php:464
msgid "Authentication could not go ahead, because something else on your site is breaking it."
msgstr ""
#: src/addons/backblaze.php:847
msgid "Error: unable to set object lock for file: %s"
msgstr ""
#: src/addons/backblaze.php:791
msgid "Spaces are not allowed."
msgstr ""
#: src/addons/backblaze.php:791
msgid "There are limits upon which path-names are valid."
msgstr ""
#: src/addons/backblaze.php:789
msgid "A file which is locked cannot be deleted by any means until the lock time duration has expired."
msgstr ""
#: src/addons/backblaze.php:788
msgid "Read more about the Backblaze Object Lock"
msgstr ""
#: src/addons/backblaze.php:787
msgid "0 days means no lock is applied."
msgstr ""
#: src/addons/backblaze.php:787
msgid "Use this to protect your data from hackers or for regulatory compliance reasons."
msgstr ""
#: src/addons/backblaze.php:787
msgid "Object lock is a Backblaze B2 feature that prevents data from being changed or deleted for a given number of days."
msgstr ""
#: src/addons/backblaze.php:786
msgid "Object lock duration (days)"
msgstr ""
#: src/addons/backblaze.php:580, src/methods/s3.php:1436
msgid "Please check your access credentials, and if those are correct then try another bucket name (as another %s user may already have taken your name)."
msgstr ""
#: src/addons/backblaze.php:580
msgid "Failure: We could not successfully access or create such a bucket"
msgstr ""
#: src/addons/backblaze.php:118
msgid "Error: unable to set object lock for bucket: %s"
msgstr ""
#: src/addons/azure.php:691, src/addons/onedrive.php:1314,
#: src/methods/dreamobjects.php:187
msgid "For more detailed instructions, follow this link."
msgstr ""
#: src/addons/anonymisation.php:48, src/addons/anonymisation.php:71,
#: src/addons/anonymisation.php:101
msgid "Anonymize WooCommerce order data"
msgstr ""
#: src/updraftplus.php:226
msgid "Most likely, WordPress malfunctioned when copying the plugin files."
msgstr ""
#: src/updraftplus.php:226
msgid "You do not have UpdraftPlus completely installed - please de-install and install it again."
msgstr ""
#: src/updraftplus.php:97
msgid "Most likely, WordPress did not correctly unpack the plugin when installing it."
msgstr ""
#: src/updraftplus.php:97
msgid "The expected file %s is missing from your UpdraftPlus installation."
msgstr ""
#: src/restorer.php:3101
msgid "UpdraftPlus plugin slug:"
msgstr ""
#: src/restorer.php:2911
msgid "We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
msgstr ""
#: src/restorer.php:2911
msgid "Your database user does not have permission to create tables."
msgstr ""
#: src/restorer.php:2964
msgid "We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
msgstr ""
#: src/restorer.php:2964
msgid "Your database user does not have permission to drop tables."
msgstr ""
#: src/restorer.php:2762
msgid "If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
msgstr ""
#: src/restorer.php:2762
msgid "Timeouts are much more likely."
msgstr ""
#: src/restorer.php:2762
msgid "Warning: PHP safe_mode is active on your server."
msgstr ""
#: src/restorer.php:854
msgid "Check your file permissions."
msgstr ""
#: src/restorer.php:854
msgid "Could not move the files into place."
msgstr ""
#: src/restorer.php:853
msgid "Check your wp-content/upgrade folder."
msgstr ""
#: src/restorer.php:853
msgid "Could not move new files into place."
msgstr ""
#: src/restorer.php:841
msgid "It must be restored manually."
msgstr ""
#: src/restorer.php:841
msgid "UpdraftPlus is not able to directly restore this kind of entity."
msgstr ""
#: src/restorer.php:508
msgid "If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
msgstr ""
#: src/restorer.php:508
msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation."
msgstr ""
#: src/class-updraftplus.php:6318
msgid "Future releases of UpdraftPlus will require a more recent PHP version to use these features; we recommend that you speak to your web hosting company about updating to version %s or higher."
msgstr ""
#: src/class-updraftplus.php:6318
msgid "Your site is running on PHP version %s and has feature(s) currently enabled (%s) which are deprecated upon this PHP version."
msgstr ""
#: src/class-updraftplus.php:5511
msgid "UpdraftPlus was unable to find any tables when scanning the database backup; it maybe corrupt."
msgstr ""
#: src/class-updraftplus.php:5525
msgid "Deselect All"
msgstr ""
#: src/class-updraftplus.php:5525
msgid "Select All"
msgstr ""
#: src/class-updraftplus.php:5520
msgid "The amount of database tables scanned is near or over the php_max_input_vars value so some tables maybe truncated."
msgstr ""
#: src/class-updraftplus.php:5519, src/class-updraftplus.php:5520
msgid "This option will ensure all tables not found will be backed up."
msgstr ""
#: src/class-updraftplus.php:5519
msgid "The database scan was taking too long and consequently the list of all tables in the database could not be completed."
msgstr ""
#: src/class-updraftplus.php:5476
msgid "This database backup has the following non-core WordPress database tables excluded: %s"
msgstr ""
#: src/class-updraftplus.php:5154
msgid "This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
msgstr ""
#: src/class-updraftplus.php:5154
msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s)."
msgstr ""
#: src/class-updraftplus.php:5191, src/class-updraftplus.php:5173
msgid "You need the Migrator add-on in order to make this work."
msgstr ""
#: src/class-updraftplus.php:5191, src/class-updraftplus.php:5173
msgid "This backup set is from a different site (%s) - this is not a restoration, but a migration."
msgstr ""
#: src/class-updraftplus.php:5201
msgid "There are no guarantees that WordPress can handle this."
msgstr ""
#: src/class-updraftplus.php:5201
msgid "You are importing from a newer version of WordPress (%s) into an older one (%s)."
msgstr ""
#: src/class-updraftplus.php:5236
msgid "Only the first site of the network will be accessible."
msgstr ""
#: src/class-updraftplus.php:5236
msgid "Your backup is of a WordPress multisite install; but this site is not."
msgstr ""
#: src/class-updraftplus.php:5061, src/restorer.php:1179,
#: src/includes/class-updraftplus-encryption.php:354
msgid "The most likely cause is that you used the wrong key."
msgstr ""
#: src/class-updraftplus.php:5049, src/restorer.php:1166,
#: src/includes/class-updraftplus-encryption.php:336
msgid "The database file is encrypted, but you have no encryption key entered."
msgstr ""
#: src/class-updraftplus.php:5051
msgid "The database file is encrypted."
msgstr ""
#: src/class-updraftplus.php:5051, src/class-updraftplus.php:5049,
#: src/class-updraftplus.php:5061, src/restorer.php:1166,
#: src/restorer.php:1179, src/includes/class-updraftplus-encryption.php:354,
#: src/includes/class-updraftplus-encryption.php:336
msgid "Decryption failed."
msgstr ""
#: src/class-updraftplus.php:4549
msgid "Backup probably failed."
msgstr ""
#: src/class-updraftplus.php:4549
msgid "Could not save backup history because we have no backup array."
msgstr ""
#: src/class-updraftplus.php:3812
msgid "Warnings encountered (note: this is for information; the backup has completed successfully)"
msgstr ""
#: src/class-updraftplus.php:3667
msgid "The backup succeeded and is now complete"
msgstr ""
#: src/class-updraftplus.php:3313
msgid "Please check the backup directory and ensure it is writable so that backups may continue."
msgstr ""
#: src/class-updraftplus.php:3313
msgid "UpdraftPlus is unable to perform backups as your backup directory is not writable or the disk space is full."
msgstr ""
#: src/class-updraftplus.php:3312
msgid "Backup aborted - check your UpdraftPlus settings."
msgstr ""
#: src/class-updraftplus.php:3312
msgid "Could not create files in the backup directory."
msgstr ""
#: src/class-updraftplus.php:2091
msgid "Theme"
msgstr ""
#: src/class-updraftplus.php:2090
msgid "Plugin"
msgstr ""
#: src/class-updraftplus.php:698
msgid "Check back in a minute."
msgstr ""
#: src/class-updraftplus.php:698
msgid "Briefly unavailable for scheduled maintenance."
msgstr ""
#: src/class-updraftplus.php:245
msgid "So, go to the \"Plugins\" page, de-activate and de-install UpdraftPlus, and then try again."
msgstr ""
#: src/class-updraftplus.php:245
msgid "That is safe - all your settings and backups will be retained."
msgstr ""
#: src/class-updraftplus.php:245
msgid "WordPress will only allow you to install your new version after first de-installing the existing one."
msgstr ""
#: src/class-updraftplus.php:245
msgid "A version of UpdraftPlus is already installed."
msgstr ""
#: src/backup.php:4387
msgid "your web hosting account is full; please see: %s"
msgstr ""
#: src/backup.php:3163
msgid "Possible causes include that the link points to an invalid or inaccessible location."
msgstr ""
#: src/backup.php:3163
msgid "%s: unfollowable link - could not be followed to back up (readlink=%s)."
msgstr ""
#: src/backup.php:2051
msgid "To be able to backup the routines, you must be the user named as the routine DEFINER(s), have the SHOW_ROUTINE privilege (for MySQL 8.0.20+ users), have the SELECT privilege at the global level, or have the CREATE ROUTINE, ALTER ROUTINE, or EXECUTE privilege granted at a scope that includes the routines."
msgstr ""
#: src/backup.php:2051
msgid "Your WordPress database user doesn't have sufficient privileges to read these stored routines."
msgstr ""
#: src/backup.php:2051
msgid "Dumping routines: "
msgstr ""
#: src/backup.php:1901, src/backup.php:1899
msgid "The database backup has failed"
msgstr ""
#: src/backup.php:365
msgid "Consult the log file for more information."
msgstr ""
#: src/backup.php:365
msgid "Could not create %s zip."
msgstr ""
#: src/admin.php:6360
msgid "Thus, we recommend you choose a full backup when performing a manual backup and to use that option when creating a scheduled backup."
msgstr ""
#: src/admin.php:6360
msgid "%s permits UpdraftPlus to perform only one backup per month."
msgstr ""
#: src/admin.php:5672
msgid "Please refresh the settings page and try again"
msgstr ""
#: src/admin.php:5672
msgid "Your settings failed to save."
msgstr ""
#: src/admin.php:5631
msgid "Please reload the settings page before trying to save settings."
msgstr ""
#: src/admin.php:5631
msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded."
msgstr ""
#: src/admin.php:5244
msgid "Timestamp:"
msgstr ""
#: src/admin.php:5163,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:98
msgid "Restoration"
msgstr ""
#: src/admin.php:5162,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:97
msgid "Verifications"
msgstr ""
#: src/admin.php:5135
msgid "Do not close this page until it reports itself as having finished."
msgstr ""
#: src/admin.php:5135
msgid "The restore operation has begun (%s)."
msgstr ""
#: src/admin.php:4417, src/addons/azure.php:689,
#: src/methods/dreamobjects.php:182, src/methods/s3.php:926,
#: src/methods/s3.php:1080, src/methods/s3generic.php:192,
#: src/methods/updraftvault.php:477
msgid "Please contact your web hosting provider's support and ask for them to enable it."
msgstr ""
#: src/admin.php:4417, src/addons/azure.php:689
msgid "Your web server's PHP installation does not included a required (for %s) module (%s)."
msgstr ""
#: src/admin.php:4424
msgid "Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
msgstr ""
#: src/admin.php:4424
msgid "Communications with %s will be unencrypted."
msgstr ""
#: src/admin.php:4426, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:930,
#: src/methods/s3.php:1081, src/methods/s3generic.php:193
msgid "Please do not file any support requests; there is no alternative."
msgstr ""
#: src/admin.php:4426
msgid "%s requires Curl+https."
msgstr ""
#: src/admin.php:4426, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:930,
#: src/methods/s3.php:1081, src/methods/s3generic.php:193
msgid "Please contact your web hosting provider's support."
msgstr ""
#: src/admin.php:4426
msgid "We cannot access %s without this support."
msgstr ""
#: src/admin.php:4426, src/admin.php:4424
msgid "Your web server's PHP/Curl installation does not support https access."
msgstr ""
#: src/admin.php:4429
msgid "If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
msgstr ""
#: src/admin.php:4429
msgid "Good news: Your site's communications with %s can be encrypted."
msgstr ""
#: src/admin.php:4333, src/addons/morefiles.php:371
msgid "For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
msgstr ""
#: src/admin.php:4364
msgid "none present"
msgstr ""
#: src/admin.php:4043
msgid "You should check with your hosting provider that this will not cause any problems"
msgstr ""
#: src/admin.php:4043
msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it."
msgstr ""
#: src/admin.php:3891
msgid "Old folders successfully removed."
msgstr ""
#: src/admin.php:3893
msgid "You may want to do this manually."
msgstr ""
#: src/admin.php:3893
msgid "Old folder removal failed for some reason."
msgstr ""
#: src/admin.php:3888
msgid "Remove old folders"
msgstr ""
#: src/admin.php:3878
msgid "Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
msgstr ""
#: src/admin.php:3878
msgid "Note: the progress bar below is based on stages, NOT time."
msgstr ""
#: src/admin.php:3602
msgid "Delete old folders"
msgstr ""
#: src/admin.php:3596
msgid "You should press this button to delete them as soon as you have verified that the restoration worked."
msgstr ""
#: src/admin.php:3596
msgid "Your WordPress install has old folders from its state before you restored/migrated (technical information: these are suffixed with -old)."
msgstr ""
#: src/admin.php:3050
msgid "This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
msgstr ""
#: src/admin.php:3050
msgid "UpdraftPlus attempted to raise it but was unsuccessful."
msgstr ""
#: src/admin.php:3050
msgid "Your PHP memory limit (set by your web hosting company) is very low."
msgstr ""
#: src/admin.php:2993
msgid "You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
msgstr ""
#: src/admin.php:2993
msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this."
msgstr ""
#: src/admin.php:2889
msgid "We really appreciate your support!"
msgstr ""
#: src/admin.php:2889
msgid "Enjoyed %s? Please leave us a %s rating on %s or %s"
msgstr ""
#: src/admin.php:2751
msgid "Perhaps you need to install an add-on?"
msgstr ""
#: src/admin.php:2751
msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s."
msgstr ""
#: src/admin.php:2465
msgid "Aborting this backup."
msgstr ""
#: src/admin.php:2458, src/includes/class-commands.php:992
msgid "OK."
msgstr ""
#: src/admin.php:1674
msgid "Therefore, please download the attachment from the original backup email and upload it using the \"Upload backup files\" facility in the \"Existing Backups\" tab."
msgstr ""
#: src/admin.php:1674
msgid "The email protocol does not allow a remote backup to be retrieved from an email that has been sent."
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "For more information, please see: %s"
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "You will need to migrate to the Global endpoint in your UpdraftPlus settings."
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "Due to the shutdown of the %1$s endpoint, support for %1$s will be ending soon."
msgstr ""
#: src/admin.php:1484
msgid "However, we were not able to register this site with %1$s, as there are no available %1$s licences on the account."
msgstr ""
#: src/admin.php:1484
msgid "Connection to your %s account was successful."
msgstr ""
#: src/admin.php:1477
msgid "You will need to switch to a different end-point and migrate your data before that date."
msgstr ""
#: src/admin.php:1477
msgid "The %s endpoint is scheduled to shut down on the 1st October 2018."
msgstr ""
#: src/admin.php:1456
msgid "Go here to complete your settings for %s."
msgstr ""
#: src/admin.php:1429
msgid "Unless this is a development site, this means that the scheduler in your WordPress install is not working properly."
msgstr ""
#: src/admin.php:1429
msgid "WordPress has a number (%d) of scheduled tasks which are overdue."
msgstr ""
#: src/admin.php:1402
msgid "Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
msgstr ""
#: src/admin.php:1402
msgid "You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed."
msgstr ""
#: src/admin.php:1402
msgid "UpdraftPlus's debug mode is on."
msgstr ""
#: src/admin.php:1398
msgid "To get faster backups, ask your web hosting provider how to turn on the PHP zip module on your hosting."
msgstr ""
#: src/admin.php:1398
msgid "Consequently, UpdraftPlus will use a built-in zip module (PclZip); this is significantly slower."
msgstr ""
#: src/admin.php:1398
msgid "Neither the PHP zip module nor a zip executable are available on your webserver."
msgstr ""
#: src/admin.php:1390
msgid "It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
msgstr ""
#: src/admin.php:1390
msgid "UpdraftPlus does not officially support versions of WordPress before %s."
msgstr ""
#: src/admin.php:1386
msgid "Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
msgstr ""
#: src/admin.php:1386
msgid "UpdraftPlus could well run out of space."
msgstr ""
#: src/admin.php:1386
msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups."
msgstr ""
#: src/admin.php:1380
msgid "No backups can run (even "Backup Now") unless either you have set up a facility to call the scheduler manually, or until it is enabled."
msgstr ""
#: src/admin.php:1380
msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting."
msgstr ""
#: src/admin.php:1161
msgid "Therefore, please reload the page."
msgstr ""
#: src/admin.php:1160
msgid "This is usually caused by your dashboard page having been open a long time, and the included security tokens having since expired."
msgstr ""
#: src/admin.php:1158
msgid "Searching for backups..."
msgstr ""
#: src/admin.php:1157
msgid "Send a new backup"
msgstr ""
#: src/admin.php:1156
msgid "Send existing backup"
msgstr ""
#: src/admin.php:1154
msgid "You can send an existing local backup to the remote site or create a new backup"
msgstr ""
#: src/admin.php:1153
msgid "See the browser console log for more information."
msgstr ""
#: src/admin.php:1153
msgid "If you proceed with the restoration then some of the restore options will be lost and you may get unexpected results."
msgstr ""
#: src/admin.php:1109
msgid "This could mean that your .htaccess file has incorrect contents, is missing, or that your webserver is missing an equivalent mechanism."
msgstr ""
#: src/admin.php:1109
msgid "Attempts by the browser to access some pages have returned a \"not found (404)\" error."
msgstr ""
#: src/admin.php:1094
msgid "No UpdraftCentral licences were available."
msgstr ""
#: src/admin.php:1087
msgid "You may have a security module on your webserver blocking the restoration operation."
msgstr ""
#: src/admin.php:1087
msgid "HTML was detected in the response."
msgstr ""
#: src/admin.php:1072
msgid "Once the clone has finished deploying it, you will receive an email."
msgstr ""
#: src/admin.php:1072
msgid "The clone has been provisioned, and its data has been sent to it."
msgstr ""
#: src/admin.php:1071
msgid "This may fail if you have components that are incompatible with earlier versions."
msgstr ""
#: src/admin.php:1071
msgid "Warning: you have selected a lower version than your currently installed version."
msgstr ""
#: src/admin.php:1056
msgid "Adding site to UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1056
msgid "Key created."
msgstr ""
#: src/admin.php:1055
msgid "Requesting UpdraftCentral Key."
msgstr ""
#: src/admin.php:1055
msgid "Connected."
msgstr ""
#: src/admin.php:1037
msgid "It would be best to download the zip to your computer."
msgstr ""
#: src/admin.php:1037
msgid "This could be caused by a timeout."
msgstr ""
#: src/admin.php:1037
msgid "Unable to download file."
msgstr ""
#: src/admin.php:1033
msgid "Please check the following:"
msgstr ""
#: src/admin.php:1033
msgid "The file failed to upload."
msgstr ""
#: src/admin.php:1020
msgid "Please choose a valid UpdraftPlus export file."
msgstr ""
#: src/admin.php:1020
msgid "Error: The chosen file is corrupt."
msgstr ""
#: src/admin.php:967
msgid "Please select at least one, and then try again."
msgstr ""
#: src/admin.php:967
msgid "You did not select any components to restore."
msgstr ""
#: src/admin.php:950, src/admin.php:951
msgid "This file is not an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
msgstr ""
#: src/admin.php:940
msgid "File size"
msgstr ""
#: src/admin.php:921
msgid "Do not close your browser until it reports itself as having finished."
msgstr ""
#: src/admin.php:921
msgid "The restore operation has begun."
msgstr ""
#: src/admin.php:3742
msgid "file %d of %d"
msgstr ""
#: src/addons/googlecloud.php:626
msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Cloud."
msgstr ""
#: src/addons/googlecloud.php:1319, src/addons/googlecloud.php:1372,
#: src/methods/googledrive.php:1507, src/methods/googledrive.php:1684
msgid "Sign in with %s"
msgstr ""
#: src/admin.php:3822
msgid "(after %ss)"
msgstr ""
#: src/admin.php:3822
msgid "next resumption: %d"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:113
msgid "Install debugging plugins:"
msgstr ""
#: src/restorer.php:3095
msgid "Old ABSPATH:"
msgstr ""
#: src/udaddons/options.php:112
msgid "An update is available for UpdraftPlus - please connect here to gain access to it."
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:17
msgid "already uploaded"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:99
msgid "Please check out UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:115
msgid "Anonymise personal data in your database backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:113,
#: src/templates/wp-admin/settings/tab-addons.php:114
msgid "Anonymisation functions"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:281
msgid "For more reporting features, use the Premium version"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:277
msgid "Your email backup and a report will be sent to"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:148
msgid "See also the Premium version from our shop."
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:93
msgid "Add exclusion rule"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:89
msgid "at the end of their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:88
msgid "anywhere in their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:87
msgid "at the beginning of their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:85
msgid "these characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:83
msgid "All files/directories containing "
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:76
msgid "Select the folder in which the files or sub-directories you would like to exclude are located"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:71
msgid "All files/directories containing the given characters in their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:18
msgid "Files/Directories containing the given characters in their names"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:25
msgid "Never"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:22
msgid "Maybe later"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:18
msgid "Ok, you deserve it"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:69
msgid "Current SQL mode:"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:42
msgid "UpdraftClone image:"
msgstr ""
#: src/options.php:229
msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium."
msgstr ""
#: src/methods/s3generic.php:206
msgid "Virtual-host style"
msgstr ""
#: src/methods/s3generic.php:205
msgid "Path style"
msgstr ""
#: src/methods/s3generic.php:203
msgid "Read more about bucket access style"
msgstr ""
#: src/methods/s3generic.php:202
msgid "Bucket access style"
msgstr ""
#: src/methods/s3.php:1397
msgid "Failure: No endpoint details were given."
msgstr ""
#: src/methods/ftp.php:120
msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available in the Premium version."
msgstr ""
#: src/methods/email.php:111
msgid "For more options, use Premium"
msgstr ""
#: src/methods/dropbox.php:604
msgid "If you backup several sites into the same Dropbox and want to organize with sub-folders, then %scheck out Premium%s"
msgstr ""
#: src/methods/backup-module.php:745
msgid "Complete manual authentication"
msgstr ""
#: src/methods/backup-module.php:743
msgid "%s authentication code:"
msgstr ""
#: src/methods/backup-module.php:742
msgid "To complete manual authentication, at the orange UpdraftPlus authentication screen select the \"Having problems authenticating?\" link, then copy and paste the code given here."
msgstr ""
#: src/methods/backup-module.php:741
msgid "If you are having problems authenticating with %s you can manually authorize here."
msgstr ""
#: src/methods/backup-module.php:740
msgid "%s authentication:"
msgstr ""
#: src/includes/updraftplus-notices.php:274
msgid "The UpdraftPlus Plugin Collection Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:200
msgid "The WordPress subscription extension for WooCommerce store owners."
msgstr ""
#: src/includes/updraftplus-notices.php:199
msgid "by"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Team Updraft"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Thank you so much!"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:52
msgid "Warning: You have no clone tokens remaining and either no subscriptions or no subscription that will renew before the clone expiry date."
msgstr ""
#: src/includes/class-remote-send.php:728
msgid "The list of existing sites has been removed"
msgstr ""
#: src/includes/class-remote-send.php:724
msgid "There was an error while trying to remove the list of existing sites."
msgstr ""
#: src/includes/class-remote-send.php:672
msgid "Clear list of existing sites"
msgstr ""
#: src/includes/class-commands.php:806
msgid "Missing instance id:"
msgstr ""
#: src/includes/class-commands.php:795
msgid "Missing authentication data:"
msgstr ""
#: src/includes/class-commands.php:766
msgid "Manual authentication is not available for this remote storage method"
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "Or, if they are in remote storage, you can connect that remote storage (in the \"Settings\" tab), save your settings, and use the \"Rescan remote storage\" link."
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "If you have an existing backup that you wish to upload and restore from, then please use the \"Upload backup files\" link above."
msgstr ""
#: src/class-updraftplus.php:5522
msgid "Include all tables not listed below"
msgstr ""
#: src/class-updraftplus.php:5506
msgid "Therefore, affected tables on the current site which already exist will not be replaced by default, to avoid corrupting them (you can review this in the list of tables below)."
msgstr ""
#: src/class-updraftplus.php:5504
msgid "Therefore it is advised that you take a fresh backup on the source site, using a later version."
msgstr ""
#: src/class-updraftplus.php:5506, src/class-updraftplus.php:5504
msgid "This backup was created on a previous UpdraftPlus version (%s) which did not correctly backup tables with composite primary keys (such as the term_relationships table, which records tags and product attributes)."
msgstr ""
#: src/class-updraftplus.php:5456
msgid "This backup is of a site with an empty table prefix, which WordPress does not officially support; the results may be unreliable."
msgstr ""
#: src/class-updraftplus.php:4033
msgid "View log"
msgstr ""
#: src/class-updraftplus.php:4027
msgid "You can view the log by pressing the 'View log' button."
msgstr ""
#: src/class-updraftplus.php:3986
msgid "UpdraftPlus on %s"
msgstr ""
#: src/class-updraftplus.php:3294
msgid " Your hosting provider only allows you to take one incremental backup per day."
msgstr ""
#: src/backup.php:4042
msgid "two unsuccessful attempts were made to include it, and it will now be omitted from the backup"
msgstr ""
#: src/backup.php:4038
msgid "a second attempt is being made (upon further failure it will be skipped)"
msgstr ""
#: src/backup.php:1850
msgid "Failed to backup database table:"
msgstr ""
#: src/backup.php:1695
msgid "Failed to open directory for reading:"
msgstr ""
#: src/admin.php:6378
msgid "The download link is broken or the backup file is no longer available"
msgstr ""
#: src/admin.php:6376
msgid "The download link is broken, you may have clicked the link from untrusted source"
msgstr ""
#: src/admin.php:6361
msgid "Due to the restriction, some settings can be automatically adjusted, disabled or not available."
msgstr ""
#: src/admin.php:6359
msgid "Your website is hosted with %s (%s)."
msgstr ""
#: src/admin.php:6293
msgid "The following remote storage (%s) have only been partially configured, if you are having problems you can try to manually authorise at the UpdraftPlus settings page."
msgstr ""
#: src/admin.php:6287
msgid "The following remote storage (%s) have only been partially configured, manual authorization is not supported with this remote storage, please try again and if the problem persists contact support."
msgstr ""
#: src/admin.php:6151
msgid "more info"
msgstr ""
#: src/admin.php:5537
msgid "The following remote storage options are configured."
msgstr ""
#: src/admin.php:5534
msgid "No remote storage locations with valid options found."
msgstr ""
#: src/admin.php:5123
msgid "This may prevent the restore procedure from being able to proceed."
msgstr ""
#: src/admin.php:4330
msgid "(the asterisk character matches zero or more characters)"
msgstr ""
#: src/admin.php:1491, src/admin.php:1498
msgid "UpdraftPlus notice"
msgstr ""
#: src/admin.php:1299
msgid "Premium / Pro Support"
msgstr ""
#: src/admin.php:1153
msgid "The number of restore options that will be sent exceeds the configured maximum in your PHP configuration (max_input_vars)."
msgstr ""
#: src/admin.php:1148
msgid "is not"
msgstr ""
#: src/admin.php:1144
msgid "is"
msgstr ""
#: src/admin.php:1138
msgid "Day of the month"
msgstr ""
#: src/admin.php:1134
msgid "Day of the week"
msgstr ""
#: src/admin.php:1128
msgid "if all of the following conditions are matched:"
msgstr ""
#: src/admin.php:1124
msgid "if any of the following conditions are matched:"
msgstr ""
#: src/admin.php:1120
msgid "on every backup"
msgstr ""
#: src/admin.php:1114
msgid "Your hosting provider only allows you to take one incremental backup per day."
msgstr ""
#: src/admin.php:1114, src/class-updraftplus.php:3294
msgid "You have reached the daily limit for the number of incremental backups you can create at this time."
msgstr ""
#: src/admin.php:1113, src/admin.php:1114, src/class-updraftplus.php:3297,
#: src/class-updraftplus.php:3294
msgid "Please contact your hosting company (%s) if you require further support."
msgstr ""
#: src/admin.php:1113, src/class-updraftplus.php:3297
msgid "Your hosting provider only allows you to take one backup per month."
msgstr ""
#: src/admin.php:1113, src/class-updraftplus.php:3297
msgid "You have reached the monthly limit for the number of backups you can create at this time."
msgstr ""
#: src/admin.php:1102
msgid "Restoring stored routine: %s"
msgstr ""
#: src/admin.php:1082
msgid "Please enter part of the file name"
msgstr ""
#: src/admin.php:1013
msgid "Loading..."
msgstr ""
#: src/admin.php:969
msgid "Exit full-screen"
msgstr ""
#: src/admin.php:968, src/admin.php:5155
msgid "Full-screen"
msgstr ""
#: src/admin.php:920
msgid "You have chosen to send this backup to remote storage, but no remote storage locations have been selected"
msgstr ""
#: src/addons/wp-cli.php:1085
msgid "You successfully logged in to UpdraftPlus.Com and connected this plugin with your account"
msgstr ""
#: src/addons/wp-cli.php:1070
msgid "Please wait while connecting to UpdraftPlus.com ..."
msgstr ""
#: src/addons/wp-cli.php:1065
msgid "The attempt to open and read contents from the password file failed; please make sure the file is readable and is not being exclusively locked by another process"
msgstr ""
#: src/addons/wp-cli.php:1062
msgid "The password file you specified doesn't exist; please check the --password-file parameter."
msgstr ""
#: src/addons/wp-cli.php:1059
msgid "The email address provided appears to be invalid, please double-check your email address again and try again."
msgstr ""
#: src/addons/wp-cli.php:654
msgid "Failed to search and replace"
msgstr ""
#: src/addons/wp-cli.php:652
msgid "Search and replace successful"
msgstr ""
#: src/addons/wp-cli.php:650
msgid "Failed to search and replace:"
msgstr ""
#: src/addons/wp-cli.php:599
msgid "Failed to create UpdraftCentral key"
msgstr ""
#: src/addons/wp-cli.php:596
msgid "UpdraftCentral key created:"
msgstr ""
#: src/addons/s3-enhanced.php:439
msgid "China (Ningxia) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:437
msgid "Asia Pacific (Hong Kong)"
msgstr ""
#: src/addons/s3-enhanced.php:436
msgid "Asia Pacific (Osaka-Local) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:430
msgid "Africa (Cape Town)"
msgstr ""
#: src/addons/s3-enhanced.php:427
msgid "Europe (Milan)"
msgstr ""
#: src/addons/s3-enhanced.php:417
msgid "US East (N. Virginia) (default)"
msgstr ""
#: src/admin.php:911, src/addons/reporting.php:549
msgid "When email storage method is enabled, and an email address is entered, also send the backup"
msgstr ""
#: src/addons/reporting.php:462
msgid "Send reports"
msgstr ""
#: src/addons/morestorage.php:105
msgid "Send scheduled backups to this destination:"
msgstr ""
#: src/addons/moredatabase.php:461, src/addons/morefiles.php:902
msgid "Deselect all"
msgstr ""
#: src/addons/moredatabase.php:460
msgid "Select all (this site)"
msgstr ""
#: src/addons/googlecloud.php:1146
msgid "The specified bucket was not found."
msgstr ""
#: src/addons/anonymisation.php:44, src/addons/anonymisation.php:68,
#: src/addons/anonymisation.php:96,
#: src/templates/wp-admin/notices/horizontal-notice.php:70
msgid "Learn more"
msgstr ""
#: src/addons/anonymisation.php:44, src/addons/anonymisation.php:68,
#: src/addons/anonymisation.php:96
msgid "Anonymize personal data for all users except staff"
msgstr ""
#: src/addons/anonymisation.php:42, src/addons/anonymisation.php:66,
#: src/addons/anonymisation.php:91
msgid "Anonymize personal data for all users except the logged-in user"
msgstr ""
#: src/addons/anonymisation.php:39, src/addons/anonymisation.php:64
msgid "N.B. Anonymized information cannot be recovered; the original non-anonymized data will be absent from the backup."
msgstr ""
#: src/addons/anonymisation.php:39, src/addons/anonymisation.php:64
msgid "These options can anonymize personal data in your database backup."
msgstr ""
#: src/udaddons/options.php:543
msgid "Buy %s"
msgstr ""
#: src/udaddons/options.php:542
msgid "Get %s from the UpdraftPlus.com Store"
msgstr ""
#: src/udaddons/options.php:295
msgid "Go to your UpdraftCentral Cloud dashboard"
msgstr ""
#: src/udaddons/options.php:294
msgid "You successfully logged in to UpdraftPlus and connected this site to UpdraftCentral Cloud."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:90
msgid "Perform a backup"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:324
msgid "More great plugins by the Updraft Team"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:128
msgid "Allows you to only backup changes to your files (such as a new image) that have been made to your site since the last backup."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:126,
#: src/templates/wp-admin/settings/tab-addons.php:127
msgid "Incremental backups"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:57
msgid "Follow this link to the installation instructions (particularly step 1)."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:56
msgid "You successfully purchased UpdraftPremium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:39
msgid "Goes to updraftplus.com checkout page"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Goes to the updraftplus.com checkout page"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Get %s here"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "The higher the value, the more server resources are required to create the archive."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "to take incremental backups"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:76
msgid "Retain this many scheduled database backups"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:42
msgid "Retain this many scheduled file backups"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:18
msgid "Add an exclusion rule for %s"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:170
msgid "Use ctrl / cmd + press to select several items, or ctrl / cmd + shift + press to select all in between"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:169
msgid "Deselect all backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:168
msgid "Select all backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:167
msgid "Delete selected backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:158
msgid "Show all backups..."
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:158
msgid "Show more backups..."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:63
msgid "Choose the components to restore:"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:30
msgid "Restore files from"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:20,
#: src/templates/wp-admin/settings/backupnow-modal.php:67
msgid "Find out more about incremental backups here."
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:17
msgid "Incremental backups are a feature of %s (upgrade by following this link)."
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:13
msgid "Take an incremental backup"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:12
msgid "Take a new backup"
msgstr ""
#: src/restorer.php:4008
msgid "The Database connection has been closed and cannot be reopened."
msgstr ""
#: src/restorer.php:3661
msgid "Skipping table %s: already restored on a prior run; next table to restore: %s"
msgstr ""
#: src/restorer.php:3658
msgid "Skipping table %s: user has chosen not to restore this table"
msgstr ""
#: src/restorer.php:2557
msgid "Found and replaced existing table foreign key constraints as the table prefix has changed."
msgstr ""
#: src/restorer.php:2400
msgid "An error occurred while attempting to set a new value to the MySQL global log_bin_trust_function_creators variable %s"
msgstr ""
#: src/restorer.php:2393
msgid "An error occurred while attempting to retrieve the MySQL global log_bin_trust_function_creators variable %s"
msgstr ""
#: src/restorer.php:1255
msgid "The directory does not exist, and the attempt to create it failed"
msgstr ""
#: src/restorer.php:852
msgid "Could not delete old path."
msgstr ""
#: src/methods/updraftvault.php:527
msgid "Follow this link for help"
msgstr ""
#: src/methods/updraftvault.php:522
msgid "Please enter your %s password"
msgstr ""
#: src/methods/updraftvault.php:520
msgid "Please enter your %s email address"
msgstr ""
#: src/methods/updraftvault.php:491
msgid "Start Subscription"
msgstr ""
#: src/methods/updraftvault.php:492, src/methods/updraftvault.php:493,
#: src/methods/updraftvault.php:494
msgid "Start %s Subscription"
msgstr ""
#: src/methods/updraftvault.php:495
msgid "Start Trial"
msgstr ""
#: src/methods/updraftvault.php:496
msgid "Start %s Trial"
msgstr ""
#: src/methods/updraftvault.php:507, src/methods/updraftvault.php:508,
#: src/methods/updraftvault.php:509, src/methods/updraftvault.php:510
msgid "Start a %s UpdraftVault Subscription"
msgstr ""
#: src/methods/updraftvault.php:503
msgid "%s month %s trial"
msgstr ""
#: src/methods/updraftvault.php:498
msgid "with the option of"
msgstr ""
#: src/methods/updraftvault.php:486
msgid "Read more about %s here."
msgstr ""
#: src/methods/updraftvault.php:483
msgid "Connect to your %s account"
msgstr ""
#: src/methods/updraftvault.php:482
msgid "Already got space?"
msgstr ""
#: src/methods/updraftvault.php:480
msgid "Need to get space?"
msgstr ""
#: src/methods/s3.php:184, src/methods/s3.php:185, src/methods/s3.php:196,
#: src/methods/s3.php:197
msgid "Error: Failed to initialise"
msgstr ""
#: src/methods/ftp.php:184
msgid "upload failed"
msgstr ""
#: src/methods/ftp.php:157, src/methods/ftp.php:325
msgid "login failure"
msgstr ""
#: src/methods/cloudfiles.php:228, src/methods/cloudfiles.php:229
msgid "error - failed to upload file"
msgstr ""
#: src/methods/cloudfiles.php:221
msgid "error - failed to re-assemble chunks"
msgstr ""
#: src/methods/cloudfiles.php:113, src/methods/cloudfiles.php:358,
#: src/methods/cloudfiles.php:370
msgid "error - failed to create and access the container"
msgstr ""
#: src/methods/cloudfiles.php:105, src/methods/cloudfiles.php:109,
#: src/methods/cloudfiles.php:302, src/methods/cloudfiles.php:350,
#: src/methods/cloudfiles.php:354
msgid "authentication failed"
msgstr ""
#: src/includes/updraftplus-tour.php:189
msgid "Otherwise, you can try UpdraftVault for 1 month for only $1!"
msgstr ""
#: src/includes/updraftplus-tour.php:188
msgid "If you have a valid Premium license, you get 1GB of storage included."
msgstr ""
#: src/includes/updraftplus-tour.php:135
msgid "Try UpdraftVault for 1 month for only $1!"
msgstr ""
#: src/includes/updraftplus-notices.php:189
msgid "manages all your WordPress sites at once from one place"
msgstr ""
#: src/includes/updraftplus-notices.php:189
msgid "Many sites?"
msgstr ""
#: src/includes/updraftplus-notices.php:188
msgid "handles updates automatically as you want them"
msgstr ""
#: src/includes/updraftplus-notices.php:188
msgid "Save time"
msgstr ""
#: src/includes/updraftplus-notices.php:187
msgid "backs up automatically when you update plugins, themes or core"
msgstr ""
#: src/includes/updraftplus-notices.php:187
msgid "Be safe"
msgstr ""
#: src/includes/updraftplus-notices.php:186
msgid "Make updates easy with UpdraftPlus"
msgstr ""
#: src/includes/updraftplus-clone.php:107
msgid "Clone of %s"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "%d token"
msgid_plural "%d tokens"
msgstr[0] ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:36
msgid "%s from now"
msgstr ""
#: src/includes/class-wpadmin-commands.php:217
msgid "This backup set contains incremental backups of your files; please select the time you wish to restore your files to"
msgstr ""
#: src/includes/class-filesystem-functions.php:558
msgid "Unzip progress: %d out of %d files"
msgstr ""
#: src/includes/class-database-utility.php:675
msgid "An error occurred while attempting to retrieve the routine SQL/DDL statement (%s %s)"
msgstr ""
#: src/includes/class-database-utility.php:663
msgid "An error occurred while attempting to retrieve routine status (%s %s)"
msgstr ""
#: src/includes/class-database-utility.php:595
msgid "An error occurred while attempting to check the support of stored routines creation (%s %s)"
msgstr ""
#: src/class-updraftplus.php:5514
msgid "If you do not want to restore all your database tables, then choose some to exclude here."
msgstr ""
#: src/class-updraftplus.php:5209
msgid "You should only proceed if you have checked and are confident (or willing to risk) that your plugins/themes/etc are compatible with the new %s version."
msgstr ""
#: src/class-updraftplus.php:5209
msgid "This is older than the server which you are now restoring onto (version %s)."
msgstr ""
#: src/class-updraftplus.php:3781
msgid "Incomplete"
msgstr ""
#: src/class-updraftplus.php:2501
msgid "The backup is being aborted for a repeated failure to progress."
msgstr ""
#: src/class-updraftplus.php:698
msgid "Under Maintenance"
msgstr ""
#: src/admin.php:6304, src/admin.php:6302
msgid "You have requested saving to remote storage (%s), but without entering any settings for that storage."
msgstr ""
#: src/admin.php:6151
msgid "Clone package"
msgstr ""
#: src/admin.php:6138
msgid "An empty WordPress install"
msgstr ""
#: src/admin.php:6137
msgid "This current site"
msgstr ""
#: src/admin.php:6135
msgid "Clone:"
msgstr ""
#: src/admin.php:5161,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:96
msgid "Component selection"
msgstr ""
#: src/admin.php:5155
msgid "Activity log"
msgstr ""
#: src/admin.php:5148
msgid "Cleaning"
msgstr ""
#: src/admin.php:5139
msgid "Verifying"
msgstr ""
#: src/admin.php:5136
msgid "Restoration progress:"
msgstr ""
#: src/admin.php:5126,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:30
msgid "UpdraftPlus Restoration"
msgstr ""
#: src/admin.php:4607
msgid "(%d archive(s) in set, total %s)."
msgstr ""
#: src/admin.php:3429
msgid "Learn more about UpdraftCentral"
msgstr ""
#: src/admin.php:3429
msgid "Add this website to UpdraftCentral (remote, centralised control) - free for up to 5 sites."
msgstr ""
#: src/admin.php:2971, src/admin.php:3895, src/admin.php:5091,
#: src/admin.php:5080, src/admin.php:5068, src/admin.php:5334,
#: src/admin.php:6293, src/admin.php:6304
msgid "Return to UpdraftPlus configuration"
msgstr ""
#: src/admin.php:2465
msgid "No suitable backup set (that already contains a full backup of all the requested file component types) was found, to add increments to."
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "Service Unavailable"
msgstr ""
#: src/admin.php:1110
msgid "Please check the error log for more details"
msgstr ""
#: src/admin.php:1109
msgid "Missing pages:"
msgstr ""
#: src/admin.php:1108
msgid "Restore error:"
msgstr ""
#: src/admin.php:1107
msgid "Attempts by the browser to contact the website failed."
msgstr ""
#: src/admin.php:1106
msgid "Preparing backup files"
msgstr ""
#: src/admin.php:1105
msgid "Downloading backup files if needed"
msgstr ""
#: src/admin.php:1104
msgid "Begun"
msgstr ""
#: src/admin.php:1103, src/admin.php:5149
msgid "Finished"
msgstr ""
#: src/admin.php:1100
msgid "Restoring %s1 files out of %s2"
msgstr ""
#: src/admin.php:1099
msgid "no recent activity; will offer resumption after: %d seconds"
msgstr ""
#: src/admin.php:1098
msgid "last activity: %d seconds ago"
msgstr ""
#: src/admin.php:1095
msgid "credentials"
msgstr ""
#: src/admin.php:1093
msgid "Try it - 1 month for $1!"
msgstr ""
#: src/admin.php:1089
msgid "Try UpdraftVault!"
msgstr ""
#: src/admin.php:1088
msgid "You have not selected a restore path for your chosen backups"
msgstr ""
#: src/admin.php:1086
msgid "File backup options"
msgstr ""
#: src/admin.php:1063
msgid "Verifying one-time password..."
msgstr ""
#: src/admin.php:1058
msgid "Login successful; reloading information."
msgstr ""
#: src/admin.php:938, src/admin.php:2294,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
#: src/templates/wp-admin/settings/tab-backups.php:21,
#: src/templates/wp-admin/settings/tab-backups.php:44
msgid "Existing backups"
msgstr ""
#: src/admin.php:664
msgid "Dismiss notice"
msgstr ""
#: src/admin.php:664
msgid "You can test running your site on a different PHP (or WordPress) version using UpdraftClone credits."
msgstr ""
#: src/admin.php:652
msgid "dismiss notice"
msgstr ""
#: src/admin.php:652
msgid "go here to learn more"
msgstr ""
#: src/admin.php:652
msgid "You can test upgrading your site on an instant copy using UpdraftClone credits"
msgstr ""
#: src/addons/wp-cli.php:1020
msgid "There are no incremental backup restore points available."
msgstr ""
#: src/addons/wp-cli.php:1015
msgid "Timestamp"
msgstr ""
#: src/addons/wp-cli.php:742
msgid "No valid components found, please select different components or a backup set with components that can be restored."
msgstr ""
#: src/addons/sftp.php:238, src/methods/cloudfiles.php:199,
#: src/methods/cloudfiles.php:157, src/methods/openstack-base.php:81
msgid "Error: Failed to upload"
msgstr ""
#: src/addons/s3-enhanced.php:429
msgid "Middle East (Bahrain)"
msgstr ""
#: src/addons/s3-enhanced.php:428
msgid "Europe (Stockholm)"
msgstr ""
#: src/addons/s3-enhanced.php:80
msgid "Read more about server-side encryption"
msgstr ""
#: src/addons/s3-enhanced.php:77
msgid "Intelligent Tiering"
msgstr ""
#: src/addons/morefiles.php:1010
msgid "Restore location found for:"
msgstr ""
#: src/addons/morefiles.php:1008
msgid "Restore location does not exist on the filesystem for:"
msgstr ""
#: src/addons/morefiles.php:836
msgid "Please select the more files backups that you wish to restore:"
msgstr ""
#: src/addons/moredatabase.php:267
msgid "If you enter a table prefix, then only tables that begin with this prefix will be backed up."
msgstr ""
#: src/addons/moredatabase.php:267, src/addons/moredatabase.php:267
msgid "Enter table prefix"
msgstr ""
#: src/addons/moredatabase.php:266
msgid "Enter database"
msgstr ""
#: src/addons/moredatabase.php:266
msgid "Enter database."
msgstr ""
#: src/addons/moredatabase.php:265
msgid "Enter password"
msgstr ""
#: src/addons/moredatabase.php:265
msgid "Enter password."
msgstr ""
#: src/addons/moredatabase.php:264
msgid "Enter username"
msgstr ""
#: src/addons/moredatabase.php:264
msgid "Enter username."
msgstr ""
#: src/addons/moredatabase.php:263
msgid "Enter host"
msgstr ""
#: src/addons/moredatabase.php:263
msgid "Enter host."
msgstr ""
#: src/addons/incremental.php:297
msgid "No incremental backup of your files is possible, as no suitable existing backup was found to add increments to."
msgstr ""
#: src/addons/incremental.php:295
msgid "N.B. No backup of your database will be taken in an incremental backup; if you want a database backup as well, then take that separately."
msgstr ""
#: src/addons/incremental.php:295
msgid "Files changed since the last backup will be added as a new increment in that backup set."
msgstr ""
#: src/addons/googlecloud.php:1315
msgid "Read more about bucket locations"
msgstr ""
#: src/addons/googlecloud.php:1311, src/addons/s3-enhanced.php:72
msgid "Read more about storage classes"
msgstr ""
#: src/addons/googlecloud.php:346, src/methods/googledrive.php:1459
msgid "download: failed: file not found"
msgstr ""
#: src/addons/googlecloud.php:223, src/addons/googlecloud.php:228,
#: src/methods/cloudfiles.php:140, src/methods/googledrive.php:1287,
#: src/methods/googledrive.php:1293
msgid "Error: Failed to open local file"
msgstr ""
#: src/addons/fixtime.php:570
msgid "Start time"
msgstr ""
#: src/addons/fixtime.php:552
msgid "Day to run backups"
msgstr ""
#: src/addons/fixtime.php:310
msgid "Add an additional file retention rule"
msgstr ""
#: src/addons/fixtime.php:305
msgid "Add an additional database retention rule"
msgstr ""
#: src/addons/backblaze.php:783
msgid "This is needed if, and only if, your application key was a bucket-specific application key (not a master key)"
msgstr ""
#: src/addons/backblaze.php:782
msgid "Bucket application key ID"
msgstr ""
#: src/addons/backblaze.php:778
msgid "Master Application Key ID"
msgstr ""
#: src/addons/backblaze.php:777
msgid "For help configuring %s, including screenshots, follow this link."
msgstr ""
#: src/addons/azure.php:706
msgid "Azure China"
msgstr ""
#: src/admin.php:6121
msgid "Clone region:"
msgstr ""
#: src/udaddons/updraftplus-addons.php:334,
#: src/udaddons/updraftplus-addons.php:348
msgid "go here"
msgstr ""
#: src/udaddons/updraftplus-addons.php:334,
#: src/udaddons/updraftplus-addons.php:348
msgid "If you have already renewed, then you need to allocate a licence to this site - %s"
msgstr ""
#: src/addons/onedrive.php:924
msgid "Authentication"
msgstr ""
#: src/admin.php:1051
msgid "You must select at least one remote storage destination to upload this backup set to."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:367
msgid "Read more about Easy Updates Manager"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:73
msgid "You can find out more about clone keys here."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:62
msgid "Or, use an UpdraftClone key"
msgstr ""
#: src/restorer.php:3350
msgid "Found SET NAMES %s, but changing to %s as suggested by WPDB::determine_charset()."
msgstr ""
#: src/admin.php:1084
msgid "UpdraftClone key is required."
msgstr ""
#: src/admin.php:1073
msgid "The preparation of the clone data has been aborted."
msgstr ""
#: src/addons/azure.php:705
msgid "Azure Government"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:367
msgid "Ask WordPress to automatically update UpdraftPlus when it finds an available update."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:366
msgid "Automatic updates"
msgstr ""
#: src/restorer.php:2959, src/restorer.php:2908
msgid "Your database user does not have permission to drop tables"
msgstr ""
#: src/admin.php:3418
msgid "Ask WordPress to update UpdraftPlus automatically when an update is available"
msgstr ""
#: src/addons/googlecloud.php:1289
msgid "You must add the following as the authorized redirect URI (under \"More Options\") when asked"
msgstr ""
#: src/addons/googlecloud.php:62
msgid "Frankfurt"
msgstr ""
#: src/addons/googlecloud.php:61
msgid "London"
msgstr ""
#: src/addons/googlecloud.php:60
msgid "Belgium"
msgstr ""
#: src/addons/googlecloud.php:59
msgid "Sydney"
msgstr ""
#: src/addons/googlecloud.php:58
msgid "Singapore"
msgstr ""
#: src/addons/googlecloud.php:57
msgid "Tokyo"
msgstr ""
#: src/addons/googlecloud.php:56
msgid "Taiwan"
msgstr ""
#: src/addons/googlecloud.php:55
msgid "Oregon"
msgstr ""
#: src/addons/googlecloud.php:54
msgid "North Virginia"
msgstr ""
#: src/addons/googlecloud.php:53
msgid "South Carolina"
msgstr ""
#: src/addons/googlecloud.php:52
msgid "Iowa"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Confirm change"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:18,
#: src/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php:3
msgid "Add an exclusion rule"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:62
msgid "Type a file prefix"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:59,
#: src/templates/wp-admin/settings/exclude-modal.php:61
msgid "All files beginning with these characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:50
msgid "Type an extension like zip"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:31
msgid "Select a file/folder which you would like to exclude"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:15
msgid "All files beginning with given characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:12,
#: src/templates/wp-admin/settings/exclude-modal.php:47,
#: src/templates/wp-admin/settings/exclude-modal.php:49
msgid "All files with this extension"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:9,
#: src/templates/wp-admin/settings/exclude-modal.php:25
msgid "File/directory"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:6
msgid "Select a way to exclude files or directories from the backup"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:2
msgid "Exclude files/directories"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:420
msgid "To read FAQs/documentation about UpdraftClone, go here."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "your UpdraftPlus.com account"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "You can check the progress here or in %s"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "Your UpdraftClone is still setting up."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:376
msgid "%s archives remain"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:376
msgid "The site data has all been received, and its import has begun."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:367
msgid "WordPress installed; now awaiting the site data to be sent."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:94
msgid "Clone ready"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:86
msgid "Site data has been deployed"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:84,
#: src/includes/updraftclone/temporary-clone-status.php:347
msgid "Deploying site data"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:75
msgid "Site data received"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:73,
#: src/includes/updraftclone/temporary-clone-status.php:344
msgid "Receiving site data"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:66,
#: src/includes/updraftclone/temporary-clone-status.php:341
msgid "WordPress installed"
msgstr ""
#: src/admin.php:6226
msgid "Your clone has started, network information is not yet available but will be displayed here and at your updraftplus.com account once it is ready."
msgstr ""
#: src/admin.php:4330
msgid "Exclude these from"
msgstr ""
#: src/admin.php:1083
msgid "The exclusion rule which you are trying to add already exists"
msgstr ""
#: src/admin.php:1081
msgid "Please enter a valid file name prefix"
msgstr ""
#: src/admin.php:1080
msgid "Please enter characters that begin the filename which you would like to exclude"
msgstr ""
#: src/admin.php:1079
msgid "Please enter a valid file extension"
msgstr ""
#: src/admin.php:1078
msgid "Please enter a file extension, like zip"
msgstr ""
#: src/admin.php:1076
msgid "Please select a file/folder which you would like to exclude"
msgstr ""
#: src/admin.php:1075
msgid "Are you sure you want to remove this exclusion rule?"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:122
msgid "log results to console"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:46
msgid "To create a temporary clone you need credit in your account."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Read FAQs here."
msgstr ""
#: src/methods/dropbox.php:351, src/methods/dropbox.php:336
msgid "failed to upload file to %s (see log file for more)"
msgstr ""
#: src/admin.php:6222
msgid "Dashboard:"
msgstr ""
#: src/admin.php:6221
msgid "Front page:"
msgstr ""
#: src/admin.php:6220
msgid "Your clone has started and will be available at the following URLs once it is ready."
msgstr ""
#: src/includes/class-commands.php:1093
msgid "manage"
msgstr ""
#: src/includes/class-commands.php:1093
msgid "Current clones"
msgstr ""
#: src/class-updraftplus.php:3679
msgid "Your clone will now deploy this data to re-create your site."
msgstr ""
#: src/addons/migrator.php:541
msgid "Site key"
msgstr ""
#: src/includes/class-remote-send.php:667
msgid "Add a site"
msgstr ""
#: src/admin.php:1159, src/addons/migrator.php:206,
#: src/addons/migrator.php:528, src/addons/migrator.php:548
msgid "back"
msgstr ""
#: src/addons/migrator.php:172
msgid "Read this article to see step-by-step how it's done."
msgstr ""
#: src/addons/migrator.php:166,
#: src/templates/wp-admin/settings/migrator-no-migrator.php:6
msgid "Migrate (create a copy of a site on hosting you control)"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "Manage your clones"
msgstr ""
#: src/methods/dreamobjects.php:28
msgid "Closing 1st October 2018"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:46
msgid "Your clone will renew on:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:32
msgid "Unable to get renew date"
msgstr ""
#: src/admin.php:1029
msgid "The backup was aborted"
msgstr ""
#: src/addons/onedrive.php:1326
msgid "OneDrive Germany"
msgstr ""
#: src/addons/onedrive.php:1325
msgid "OneDrive International"
msgstr ""
#: src/addons/onedrive.php:1323
msgid "Account type"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:61,
#: src/templates/wp-admin/settings/temporary-clone.php:81
msgid "I accept the UpdraftClone terms and conditions"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:61
msgid "Not got an account? Get one by buying some tokens here."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27,
#: src/templates/wp-admin/settings/temporary-clone.php:46,
#: src/templates/wp-admin/settings/temporary-clone.php:59
msgid "You can buy UpdraftClone tokens from our shop, here."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:59
msgid "To create a temporary clone you need: 1) credit in your account and 2) to connect to your account, below."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:37
msgid "If you want, test upgrading to a different PHP or WP version."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:37
msgid "Flexible"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:36
msgid "Takes just the time needed to create a backup and send it."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:36
msgid "Fast"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:35
msgid "One VPS (Virtual Private Server) per clone, shared with nobody."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:35
msgid "Secure"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:34
msgid "Runs on capacity from a leading cloud computing provider."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:34
msgid "Reliable"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "Easy"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:15,
#: src/templates/wp-admin/settings/temporary-clone.php:44
msgid "Create a temporary clone on our servers (UpdraftClone)"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:30
msgid "WooCommerce plugins"
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:14
msgid "Reset tour"
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:13
msgid "Press this button to take a tour of the plugin."
msgstr ""
#: src/includes/updraftplus-tour.php:256
msgid "Take Tour"
msgstr ""
#: src/includes/updraftplus-tour.php:206
msgid "Log in here to enable all the features you have access to."
msgstr ""
#: src/includes/updraftplus-tour.php:205
msgid "Connect to updraftplus.com"
msgstr ""
#: src/includes/updraftplus-tour.php:169
msgctxt "Translators: UpdraftVault is a product name and should not be translated."
msgid "To get started with UpdraftVault, select one of the options below:"
msgstr ""
#: src/includes/updraftplus-tour.php:165,
#: src/includes/updraftplus-tour.php:209, src/includes/updraftplus-tour.php:198
msgid "Finish"
msgstr ""
#: src/includes/updraftplus-tour.php:162
msgid "UpdraftPlus Premium has many more exciting features!"
msgstr ""
#: src/includes/updraftplus-tour.php:161
msgid "UpdraftPlus Premium and addons"
msgstr ""
#: src/includes/updraftplus-tour.php:159,
#: src/includes/updraftplus-tour.php:203, src/includes/updraftplus-tour.php:196
msgid "Thank you for taking the tour."
msgstr ""
#: src/includes/updraftplus-tour.php:154
msgid "Do you have a few more WordPress sites you want to backup? If yes you can save hours by controlling all your backups in one place from UpdraftCentral."
msgstr ""
#: src/includes/updraftplus-tour.php:153
msgid "Control all your backups in one place"
msgstr ""
#: src/includes/updraftplus-tour.php:148
msgid "Congratulations, your settings have successfully been saved."
msgstr ""
#: src/includes/updraftplus-tour.php:144
msgid "Press here to save your settings."
msgstr ""
#: src/includes/updraftplus-tour.php:143, src/includes/updraftplus-tour.php:147
msgid "Save"
msgstr ""
#: src/includes/updraftplus-tour.php:140
msgid "Look through the other settings here, making any changes you’d like."
msgstr ""
#: src/includes/updraftplus-tour.php:139
msgid "More settings"
msgstr ""
#: src/admin.php:1091, src/includes/updraftplus-tour.php:134,
#: src/includes/updraftplus-tour.php:162,
#: src/includes/updraftplus-tour.php:186,
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Find out more here."
msgstr ""
#: src/admin.php:1090, src/includes/updraftplus-tour.php:133,
#: src/includes/updraftplus-tour.php:185
msgid "UpdraftVault is our remote storage which works seamlessly with UpdraftPlus."
msgstr ""
#: src/includes/updraftplus-tour.php:126
msgid "Choose the schedule that you want your backups to run on."
msgstr ""
#: src/includes/updraftplus-tour.php:125
msgid "Choose your backup schedule"
msgstr ""
#: src/includes/updraftplus-tour.php:121
msgid "Congratulations! Your first backup is running."
msgstr ""
#: src/includes/updraftplus-tour.php:117, src/includes/updraftplus-tour.php:122
msgid "Go to settings"
msgstr ""
#: src/includes/updraftplus-tour.php:116, src/includes/updraftplus-tour.php:121
msgctxt "Translators: %s is a bold tag."
msgid "But to avoid server-wide threats backup regularly to remote cloud storage in %s settings %s"
msgstr ""
#: src/includes/updraftplus-tour.php:116
msgid "Press here to run a manual backup."
msgstr ""
#: src/includes/updraftplus-tour.php:115, src/includes/updraftplus-tour.php:120
msgid "Creating your first backup"
msgstr ""
#: src/includes/updraftplus-tour.php:112
msgid "Select what you want to backup"
msgstr ""
#: src/includes/updraftplus-tour.php:111
msgid "Manual backup options"
msgstr ""
#: src/includes/updraftplus-tour.php:108
msgctxt "updraftplus"
msgid "To make a simple backup to your server, press this button. Or to setup regular backups and remote storage, go to %s settings %s"
msgstr ""
#: src/includes/updraftplus-tour.php:107
msgid "Your first backup"
msgstr ""
#: src/includes/updraftplus-tour.php:103
msgid "Press here to start!"
msgstr ""
#: src/includes/updraftplus-tour.php:100
msgid "the world’s most trusted backup plugin!"
msgstr ""
#: src/includes/updraftplus-tour.php:100
msgid "Welcome to UpdraftPlus"
msgstr ""
#: src/includes/updraftplus-tour.php:99
msgid "UpdraftPlus settings"
msgstr ""
#: src/includes/updraftplus-tour.php:96
msgid "End tour"
msgstr ""
#: src/includes/updraftplus-tour.php:95
msgid "Skip this step"
msgstr ""
#: src/includes/updraftplus-tour.php:94
msgid "Back"
msgstr ""
#: src/includes/class-commands.php:1074
msgid "You can buy more temporary clone tokens here."
msgstr ""
#: src/admin.php:6174
msgid "Forbid non-administrators to login to WordPress on your clone"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:299
msgid "Premium / Find out more"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:29
msgid "Other great plugins"
msgstr ""
#: src/includes/class-commands.php:1144
msgid "The creation of your data for creating the clone should now begin."
msgstr ""
#: src/admin.php:6227, src/admin.php:6224
msgid "You can find your temporary clone information in your updraftplus.com account here."
msgstr ""
#: src/class-updraftplus.php:5415
msgid "Choose a default for each table"
msgstr ""
#: src/admin.php:3735
msgid "Sending files to remote site"
msgstr ""
#: src/admin.php:3729
msgid "Clone server being provisioned and booted (can take several minutes)"
msgstr ""
#: src/addons/migrator.php:210
msgid "To import a backup set, go to the \"Existing backups\" section in the \"Backup/Restore\" tab"
msgstr ""
#: src/admin.php:3210
msgid "Backup / Restore"
msgstr ""
#: src/admin.php:740, src/admin.php:5126
msgid "Backup"
msgstr ""
#: src/addons/wp-cli.php:413
msgid "Latest full backup found; identifier:"
msgstr ""
#: src/addons/wp-cli.php:412
msgid "No previous full backup found."
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:92
msgid "Remote storage: %s"
msgstr ""
#: src/addons/wp-cli.php:102
msgid "No previous backup found to add an increment to."
msgstr ""
#: src/restorer.php:3356
msgid "Requested character set (%s) is not present - changing to %s."
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:32
msgid "Allow only administrators to log in"
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:31
msgid "You can forbid non-admins logins to this cloned site by checking the checkbox below"
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:30
msgid "UpdraftPlus temporary clone user login settings:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:44
msgid "Welcome to your UpdraftClone (temporary clone)"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:43
msgid "Refresh connection"
msgstr ""
#: src/addons/reporting.php:517
msgid "Log all messages to syslog"
msgstr ""
#: src/addons/sftp.php:717, src/addons/sftp.php:718
msgid "The server's RSA key %s fingerprint: %s."
msgstr ""
#: src/addons/sftp.php:614
msgid "RSA fingerprint"
msgstr ""
#: src/addons/sftp.php:156
msgid "Fingerprints don't match."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:17
msgid "More information here."
msgstr ""
#: src/admin.php:748, src/admin.php:3211
msgid "Migrate / Clone"
msgstr ""
#: src/admin.php:4467, src/templates/wp-admin/settings/backupnow-modal.php:60,
#: src/templates/wp-admin/settings/existing-backups-table.php:79,
#: src/templates/wp-admin/settings/existing-backups-table.php:76
msgid "Only allow this backup to be deleted manually (i.e. keep it even if retention limits are hit)."
msgstr ""
#: src/restorer.php:380
msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old)."
msgstr ""
#: src/addons/wp-cli.php:850, src/addons/wp-cli.php:846
msgid "This is not an incremental backup"
msgstr ""
#: src/addons/wp-cli.php:762
msgid "Run this command to see the log file for this restoration (needed for any support requests)."
msgstr ""
#: src/admin.php:6156, src/admin.php:6200
msgid "(current version)"
msgstr ""
#: src/admin.php:4235
msgid "press here"
msgstr ""
#: src/addons/onedrive.php:1312, src/addons/pcloud.php:548,
#: src/methods/dropbox.php:601, src/methods/googledrive.php:1503
msgid "this privacy policy"
msgstr ""
#: src/addons/onedrive.php:1312, src/addons/pcloud.php:548,
#: src/methods/dropbox.php:601, src/methods/googledrive.php:1503
msgid "Please read %s for use of our %s authorization app (none of your backup data is sent to us)."
msgstr ""
#: src/addons/incremental.php:378
msgid "Tell me more"
msgstr ""
#: src/addons/incremental.php:366
msgid "And then add an incremental backup"
msgstr ""
#: src/updraftplus.php:126, src/addons/incremental.php:342
msgid "Every hour"
msgstr ""
#: src/includes/class-commands.php:1086
msgid "Create clone"
msgstr ""
#: src/includes/class-commands.php:1073, src/includes/class-commands.php:1130
msgid "Available temporary clone tokens:"
msgstr ""
#: src/admin.php:3342, src/includes/class-commands.php:1087,
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142,
#: src/methods/backup-module.php:746,
#: src/templates/wp-admin/settings/temporary-clone.php:88,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:71
msgid "Processing"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:70
msgid "Connect to UpdraftCentral Cloud"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:68
msgid "UpdraftPlus.Com account terms and policies"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:68
msgid "I consent to %s"
msgstr ""
#: src/admin.php:3455,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:56
msgid "One Time Password (check your OTP app to get this password)"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:46
msgid "Login or register with this email address"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:34
msgid "If not, then choose your details and a new account will be registered."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:33
msgid "If you already have an updraftplus.com account, then enter the details below."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:31
msgid "Add this website to your UpdraftCentral Cloud dashboard at updraftplus.com."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:29
msgid "Login or register for UpdraftCentral Cloud"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:20
msgid "Go here to connect it."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:20
msgid "Or if you prefer to self-host, then you can get the self-hosted version here."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:17
msgid "Connect this site to UpdraftCentral Cloud"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:12
msgid "Backup, update and manage all your WordPress sites from one dashboard"
msgstr ""
#: src/admin.php:6083
msgid "The file %s has a \"byte order mark\" (BOM) at its beginning."
msgid_plural "The files %s have a \"byte order mark\" (BOM) at their beginning."
msgstr[0] ""
#: src/admin.php:1069
msgid "For future control of all your UpdraftCentral connections, go to the \"Advanced Tools\" tab."
msgstr ""
#: src/admin.php:1068
msgid "You can also close this wizard."
msgstr ""
#: src/admin.php:1067
msgid "You need to read and accept the UpdraftCentral Cloud data and privacy policies before you can proceed."
msgstr ""
#: src/admin.php:1066
msgid "Please wait while you are redirected to UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1065
msgid "Please wait while the system generates and registers an encryption key for your website with UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1064
msgid "Perhaps you would want to login instead."
msgstr ""
#: src/admin.php:1062
msgid "Trouble connecting? Try using an alternative method in the advanced security options."
msgstr ""
#: src/admin.php:1061
msgid "An email is required and needs to be in a valid format."
msgstr ""
#: src/admin.php:1060
msgid "Both email and password fields are required."
msgstr ""
#: src/admin.php:1059
msgid "Registration successful."
msgstr ""
#: src/admin.php:1057, src/admin.php:1059
msgid "Please follow this link to open %s in a new window."
msgstr ""
#: src/admin.php:1057
msgid "Login successful."
msgstr ""
#: src/admin.php:1054,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:9
msgid "UpdraftCentral Cloud"
msgstr ""
#: src/admin.php:591
msgid "Are you sure you want to dismiss all UpdraftPlus news forever?"
msgstr ""
#: src/admin.php:590
msgid "Dismiss all UpdraftPlus news"
msgstr ""
#: src/admin.php:589
msgid "UpdraftPlus News"
msgstr ""
#: src/addons/wp-cli.php:538
msgid "Migration key created:"
msgstr ""
#: src/addons/wp-cli.php:528, src/addons/wp-cli.php:570,
#: src/addons/wp-cli.php:630
msgid "Missing parameters"
msgstr ""
#: src/addons/azure.php:704
msgid "Azure Germany"
msgstr ""
#: src/addons/azure.php:703
msgid "Azure Global"
msgstr ""
#: src/addons/azure.php:701
msgid "Azure Account"
msgstr ""
#: src/admin.php:1053
msgid "Please specify the Microsoft OneDrive folder name, not the URL."
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:4
msgid "Select the remote storage destinations you want to upload this backup set to"
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:3
msgid "Upload backup"
msgstr ""
#: src/admin.php:4725
msgid "After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations"
msgstr ""
#: src/admin.php:1052
msgid "(already uploaded)"
msgstr ""
#: src/admin.php:1050
msgid "Local backup upload has started; please check the log file to see the upload progress"
msgstr ""
#: src/admin.php:966, src/admin.php:4725
msgid "Upload"
msgstr ""
#: src/admin.php:914, src/addons/reporting.php:551
msgid "Only email the database backup"
msgstr ""
#: src/addons/reporting.php:551
msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive as a result UpdraftPlus will only send Database backups to email."
msgstr ""
#: src/addons/reporting.php:551
msgid "Use this option to only send database backups when sending to email, and skip other components."
msgstr ""
#: src/addons/migrator.php:252
msgid "For incremental backups, you will be able to choose which increments to restore at a later stage."
msgstr ""
#: src/addons/incremental.php:93
msgid "Increments exist at: %s"
msgstr ""
#: src/addons/incremental.php:93, src/addons/incremental.php:91
msgid "(latest increment: %s)"
msgstr ""
#: src/addons/s3-enhanced.php:425
msgid "Europe (Paris)"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:206
msgid "WP-CLI commands to take, list and delete backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:205
msgid "WP-CLI support"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:204
msgid "WP CLI"
msgstr ""
#: src/addons/wp-cli.php:272
msgid "Invalid Job Id"
msgstr ""
#: src/addons/wp-cli.php:201
msgid "Recently started backup job id: %s"
msgstr ""
#: src/addons/wp-cli.php:92, src/addons/wp-cli.php:494,
#: src/addons/wp-cli.php:737, src/addons/wp-cli.php:826,
#: src/addons/wp-cli.php:849
msgid "The given value for the '%s' option is not valid"
msgstr ""
#: src/addons/migrator.php:537
msgid "So, to get the key for the remote site, open the 'Migrate Site' window on that site, and go to that section."
msgstr ""
#: src/addons/migrator.php:537
msgid "Keys for a site are created in the section \"receive a backup from a remote site\"."
msgstr ""
#: src/includes/class-remote-send.php:555
msgid "You must copy and paste this key on the sending site now - it cannot be shown again."
msgstr ""
#: src/templates/wp-admin/advanced/lock-admin.php:14
msgid "This functionality has been disabled by the site administrator."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:340,
#: src/templates/wp-admin/settings/tab-addons.php:341
msgid "Highly efficient way to manage, optimize, update and backup multiple websites from one place."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:4
msgid "Thank you for installing UpdraftPlus!"
msgstr ""
#: src/includes/class-remote-send.php:684
msgid "No keys to allow remote sites to send backup data here have yet been created."
msgstr ""
#: src/restorer.php:860
msgid "Failed to read from the working directory."
msgstr ""
#: src/restorer.php:859
msgid "Failed to find a manifest file in the backup."
msgstr ""
#: src/restorer.php:858
msgid "Failed to read the manifest file from backup."
msgstr ""
#: src/addons/morefiles.php:82
msgid "(None configured)"
msgstr ""
#: src/addons/onedrive.php:1332, src/methods/backup-module.php:629,
#: src/methods/dropbox.php:609
msgid "Ensure you are logged into the correct account before continuing."
msgstr ""
#: src/admin.php:5724
msgid "Remote storage method and instance id are required for authentication."
msgstr ""
#: src/admin.php:5720
msgid "authentication error"
msgstr ""
#: src/options.php:48, src/addons/multisite.php:49
msgid "(Nothing has been logged yet)"
msgstr ""
#: src/includes/migrator-lite.php:345
msgid "you will want to use below search and replace site location in the database (migrate) to search/replace the site address."
msgstr ""
#: src/addons/morestorage.php:197
msgid "Add another %s account..."
msgstr ""
#: src/addons/morestorage.php:85
msgid "Delete these settings"
msgstr ""
#: src/admin.php:1049, src/addons/morestorage.php:83
msgid "Currently disabled"
msgstr ""
#: src/admin.php:1048, src/addons/morestorage.php:83
msgid "Currently enabled"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:48
msgid "If you have purchased from UpdraftPlus.Com, then follow this link to the installation instructions (particularly step 1)."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:48
msgid "You are currently using the free version of UpdraftPlus."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Get it here"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:90
msgid "remote site"
msgstr ""
#: src/addons/backblaze.php:558
msgid "Invalid bucket name"
msgstr ""
#: src/restorer.php:2601
msgid "Requested table collation (%1$s) is not present - changing to %2$s."
msgid_plural "Requested table collations (%1$s) are not present - changing to %2$s."
msgstr[0] ""
#: src/class-updraftplus.php:5392
msgid "Your chosen replacement collation"
msgstr ""
#: src/class-updraftplus.php:5369
msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
msgstr ""
#: src/class-updraftplus.php:5369
msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
msgstr[0] ""
#: src/includes/migrator-lite.php:371
msgid "Database restoration options:"
msgstr ""
#: src/includes/migrator-lite.php:312
msgid "This looks like a migration (the backup is from a site with a different address/URL, %s)."
msgstr ""
#: src/addons/azure.php:699
msgid "%s Prefix"
msgstr ""
#: src/addons/azure.php:696
msgid "%s Container"
msgstr ""
#: src/addons/azure.php:694
msgid "%s Key"
msgstr ""
#: src/addons/azure.php:692
msgid "%s Account Name"
msgstr ""
#: src/includes/migrator-lite.php:668
msgid "Your .htaccess has an old site reference on line number %s. You should remove it manually."
msgid_plural "Your .htaccess has an old site references on line numbers %s. You should remove them manually."
msgstr[0] ""
#: src/restorer.php:2542
msgid "Requested table character set (%s) is not present - changing to %s."
msgstr ""
#: src/class-updraftplus.php:5344
msgid "Your chosen character set to use instead:"
msgstr ""
#: src/class-updraftplus.php:5334
msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
msgstr ""
#: src/class-updraftplus.php:5334
msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
msgstr[0] ""
#: src/includes/updraftplus-tour.php:93,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:100
msgid "Next"
msgstr ""
#: src/admin.php:1041
msgid "Please enter a valid URL e.g http://example.com"
msgstr ""
#: src/addons/backblaze.php:792
msgid "some/path"
msgstr ""
#: src/addons/backblaze.php:790
msgid "Bucket name"
msgstr ""
#: src/addons/backblaze.php:784
msgid "Backup path"
msgstr ""
#: src/addons/backblaze.php:780
msgid "Application key"
msgstr ""
#: src/addons/backblaze.php:779, src/addons/backblaze.php:779,
#: src/includes/updraftplus-notices.php:122
msgid "here"
msgstr ""
#: src/addons/backblaze.php:779
msgid "Get these settings from %s, or sign up %s."
msgstr ""
#: src/addons/backblaze.php:536
msgid "Account Key"
msgstr ""
#: src/addons/backblaze.php:535
msgid "Account ID"
msgstr ""
#: src/class-updraftplus.php:5159
msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
msgstr ""
#: src/methods/googledrive.php:1511
msgid "To de-authorize UpdraftPlus (all sites) from accessing your Google Drive, follow this link to your Google account settings."
msgstr ""
#: src/addons/googlecloud.php:1321, src/addons/onedrive.php:1330,
#: src/addons/pcloud.php:551, src/methods/backup-module.php:700,
#: src/methods/dropbox.php:608, src/methods/googledrive.php:1510
msgid "Follow this link to remove these settings for %s."
msgstr ""
#: src/backup.php:617, src/backup.php:2894, src/class-updraftplus.php:2565,
#: src/class-updraftplus.php:2632, src/restorer.php:713,
#: src/includes/class-search-replace.php:298,
#: src/includes/class-storage-methods-interface.php:387
msgid "A PHP fatal error (%s) has occurred: %s"
msgstr ""
#: src/backup.php:611, src/backup.php:2885, src/class-updraftplus.php:2556,
#: src/class-updraftplus.php:2625, src/restorer.php:701,
#: src/includes/class-search-replace.php:291,
#: src/includes/class-storage-methods-interface.php:378
msgid "A PHP exception (%s) has occurred: %s"
msgstr ""
#: src/addons/googlecloud.php:59
msgid "South-east Australia"
msgstr ""
#: src/addons/googlecloud.php:58
msgid "South-east Asia"
msgstr ""
#: src/addons/googlecloud.php:57
msgid "North-east Asia"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:84
msgid "Remote storage authentication"
msgstr "遠端儲存空間認證"
#: src/templates/wp-admin/settings/tab-addons.php:178
msgid "Network and multisite"
msgstr "網路與多網站"
#: src/templates/wp-admin/settings/tab-addons.php:100
msgid "Migrator"
msgstr "轉移"
#: src/templates/wp-admin/settings/tab-addons.php:230
msgid "Additional storage"
msgstr "額外的儲存空間"
#: src/includes/updraftplus-tour.php:129,
#: src/includes/updraftplus-tour.php:181,
#: src/templates/wp-admin/settings/tab-addons.php:87
msgid "Remote storage"
msgstr "遠端儲存空間"
#: src/templates/wp-admin/settings/form-contents.php:192
msgid "Select Files"
msgstr "選擇檔案"
#: src/methods/cloudfiles.php:510
msgid "Cloud Files"
msgstr "雲端檔案"
#: src/methods/updraftvault.php:122,
#: src/templates/wp-admin/settings/tab-addons.php:295
msgid "UpdraftVault"
msgstr "UpdraftVault"
#: src/includes/class-wpadmin-commands.php:637
msgid "archive"
msgstr ""
#: src/includes/class-wpadmin-commands.php:628
msgid "Extra database"
msgstr ""
#: src/admin.php:4606
msgid "Press here to download or browse"
msgstr ""
#: src/admin.php:1620, src/admin.php:1630
msgid "Error: invalid path"
msgstr ""
#: src/admin.php:1361
msgid "An error occurred when fetching storage module options: "
msgstr ""
#: src/admin.php:1038
msgid "Loading log file"
msgstr ""
#: src/admin.php:1036
msgid "Search"
msgstr ""
#: src/admin.php:1035
msgid "Select a file to view information about it"
msgstr ""
#: src/admin.php:1034
msgid "Browsing zip file"
msgstr ""
#: src/admin.php:1000
msgid "With UpdraftPlus Premium, you can directly download individual files from here."
msgstr ""
#: src/admin.php:944
msgid "Browse contents"
msgstr ""
#: src/restorer.php:3067
msgid "Skipped tables:"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:8
msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:8
msgid "All WordPress tables will be backed up."
msgstr ""
#: src/admin.php:1033
msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
msgstr ""
#: src/admin.php:1033
msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
msgstr ""
#: src/admin.php:1033
msgid "The available memory on the server."
msgstr ""
#: src/admin.php:1033
msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
msgstr ""
#: src/admin.php:1032
msgid "HTTP code:"
msgstr ""
#: src/admin.php:919, src/addons/wp-cli.php:111
msgid "You have chosen to backup a database, but no tables have been selected"
msgstr ""
#: src/addons/moredatabase.php:463
msgid "tables"
msgstr ""
#: src/addons/moredatabase.php:462
msgid "WordPress database"
msgstr ""
#: src/addons/moredatabase.php:427
msgid "You should backup all tables unless you are an expert in the internals of the WordPress database."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:329,
#: src/templates/wp-admin/settings/tab-addons.php:329,
#: src/templates/wp-admin/settings/tab-addons.php:335,
#: src/templates/wp-admin/settings/tab-addons.php:335,
#: src/templates/wp-admin/settings/tab-addons.php:341,
#: src/templates/wp-admin/settings/tab-addons.php:341,
#: src/templates/wp-admin/settings/tab-addons.php:347,
#: src/templates/wp-admin/settings/tab-addons.php:347
msgid "Find out more"
msgstr "取得更多資訊"
#: src/templates/wp-admin/settings/tab-addons.php:298
msgid "UpdraftPlus has its own embedded storage option, providing a zero-hassle way to download, store and manage all your backups from one place."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:12
msgid "UpdraftPlus Tour"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:284
msgid "Lock access to UpdraftPlus via a password so you choose which admin users can access backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:271
msgid "Some backup plugins can't restore a backup, so Premium allows you to restore backups from other plugins."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:269,
#: src/templates/wp-admin/settings/tab-addons.php:270
msgid "Importer"
msgstr "匯入"
#: src/templates/wp-admin/settings/tab-addons.php:258
msgid "Tidy things up for clients and remove all adverts for our other products."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:256,
#: src/templates/wp-admin/settings/tab-addons.php:257
msgid "No ads"
msgstr "無廣告"
#: src/templates/wp-admin/settings/tab-addons.php:245
msgid "Sophisticated reporting and emailing capabilities."
msgstr "詳細報告與郵件通知功能。"
#: src/templates/wp-admin/settings/tab-addons.php:219
msgid "Encrypt your sensitive databases (e.g. customer information or passwords); Backup external databases too."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:217,
#: src/templates/wp-admin/settings/tab-addons.php:218
msgid "More database options"
msgstr "更多資料庫選項"
#: src/templates/wp-admin/settings/tab-addons.php:193
msgid "Set exact times to create or delete backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:191,
#: src/templates/wp-admin/settings/tab-addons.php:192
msgid "Backup time and scheduling"
msgstr "備份時間與排程"
#: src/templates/wp-admin/settings/tab-addons.php:180
msgid "Backup WordPress multisites (i.e, networks), securely."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:179
msgid "Network / multisite"
msgstr "網路/多網站"
#: src/templates/wp-admin/settings/tab-addons.php:167
msgid "Backup WordPress core and non-WP files and databases."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:154
msgid "Automatically backs up your website before any updates to plugins, themes and WordPress core."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:152,
#: src/templates/wp-admin/settings/tab-addons.php:153
msgid "Pre-update backups"
msgstr "預先更新備份"
#: src/templates/wp-admin/settings/tab-addons.php:141
msgid "Provides expert help and support from the developers whenever you need it."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:140
msgid "Fast, personal support"
msgstr "迅速,個人用戶支援"
#: src/templates/wp-admin/settings/tab-addons.php:102
msgid "UpdraftPlus Migrator clones your WordPress site and moves it to a new domain directly and simply."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:101
msgid "Cloning and migration"
msgstr "複製與轉移"
#: src/templates/wp-admin/settings/tab-addons.php:232
msgid "Get enhanced versions of the free remote storage options (Dropbox, Google Drive & S3) and even more remote storage options like OneDrive, SFTP, Azure, WebDAV, Backblaze and more with UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:231
msgid "Additional and enhanced remote storage locations"
msgstr "附加與增強的遠端儲存空間位置"
#: src/templates/wp-admin/settings/tab-addons.php:88
msgid "Backup to remote storage locations"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:82,
#: src/templates/wp-admin/settings/tab-addons.php:316
msgid "Upgrade now"
msgstr "立刻升級"
#: src/templates/wp-admin/settings/tab-addons.php:79,
#: src/templates/wp-admin/settings/tab-addons.php:313
msgid "Installed"
msgstr "已安裝"
#: src/templates/wp-admin/settings/tab-addons.php:69
msgid "Free"
msgstr "免費版"
#: src/admin.php:588
msgid "UpdraftPlus"
msgstr "UpdraftPlus"
#: src/templates/wp-admin/settings/form-contents.php:216
msgid "Recommended: optimize your database with WP-Optimize."
msgstr "推薦:使用 WP-Optimize 優化你的資料庫。"
#: src/templates/wp-admin/notices/bottom-notice.php:31,
#: src/templates/wp-admin/notices/horizontal-notice.php:74,
#: src/templates/wp-admin/notices/report-plain.php:33,
#: src/templates/wp-admin/notices/report.php:30
msgid "Read more"
msgstr "閱讀更多"
#: src/includes/updraftplus-notices.php:210
msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
msgstr ""
#: src/addons/morefiles.php:1057
msgid "Please choose a file or directory"
msgstr ""
#: src/addons/morefiles.php:1035, src/methods/backup-module.php:90
msgid "Confirm"
msgstr ""
#: src/addons/morefiles.php:1030, src/addons/morefiles.php:1030
msgid "Go up a directory"
msgstr ""
#: src/addons/morefiles.php:1027
msgid "Add directory..."
msgstr ""
#: src/addons/morefiles.php:334, src/addons/morefiles.php:1013,
#: src/addons/morefiles.php:1055,
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Edit"
msgstr ""
#: src/addons/morefiles.php:317
msgid "If using it, select a path from the directory tree below and then press confirm selection."
msgstr ""
#: src/addons/s3-enhanced.php:426
msgid "Europe (Frankfurt)"
msgstr ""
#: src/addons/s3-enhanced.php:424
msgid "Europe (London)"
msgstr ""
#: src/addons/s3-enhanced.php:423
msgid "Europe (Ireland)"
msgstr ""
#: src/includes/updraftplus-tour.php:151
msgid "UpdraftCentral"
msgstr "UpdraftCentral"
#: src/templates/wp-admin/notices/autobackup-notice.php:6,
#: src/templates/wp-admin/notices/horizontal-notice.php:38,
#: src/templates/wp-admin/notices/horizontal-notice.php:8
msgid "notice image"
msgstr "注意圖示"
#: src/templates/wp-admin/notices/bottom-notice.php:29,
#: src/templates/wp-admin/notices/horizontal-notice.php:72,
#: src/templates/wp-admin/notices/report-plain.php:31,
#: src/templates/wp-admin/notices/report.php:28
msgid "Go there"
msgstr "到那裡"
#: src/templates/wp-admin/notices/bottom-notice.php:27,
#: src/templates/wp-admin/notices/horizontal-notice.php:68,
#: src/templates/wp-admin/notices/report-plain.php:29,
#: src/templates/wp-admin/notices/report.php:26
msgid "Sign up"
msgstr "加入"
#: src/templates/wp-admin/notices/bottom-notice.php:25,
#: src/templates/wp-admin/notices/horizontal-notice.php:66,
#: src/templates/wp-admin/notices/report-plain.php:27,
#: src/templates/wp-admin/notices/report.php:24
msgid "Get Premium"
msgstr "取得進階版"
#: src/templates/wp-admin/notices/bottom-notice.php:23,
#: src/templates/wp-admin/notices/report-plain.php:25,
#: src/templates/wp-admin/notices/report.php:22
msgid "Review UpdraftPlus"
msgstr "評價 UpdraftPlus"
#: src/templates/wp-admin/notices/bottom-notice.php:21,
#: src/templates/wp-admin/notices/horizontal-notice.php:64,
#: src/templates/wp-admin/notices/report-plain.php:23,
#: src/templates/wp-admin/notices/report.php:20
msgid "Get UpdraftCentral"
msgstr "取得 UpdraftCentral"
#: src/templates/wp-admin/advanced/site-info.php:109
msgid "Apache modules"
msgstr "Apache 模組"
#: src/includes/updraftplus-notices.php:166,
#: src/includes/updraftplus-notices.php:176
msgid "UpdraftPlus Blog - get up-to-date news and offers"
msgstr "UpdraftPlus 網誌 - 取得最新訊息與優惠"
#: src/includes/updraftplus-notices.php:155
msgid "UpdraftPlus Newsletter"
msgstr "UpdraftPlus 電子報"
#: src/includes/updraftplus-notices.php:114
msgid "Control all your WordPress installations from one place using UpdraftCentral remote site management!"
msgstr ""
#: src/includes/updraftplus-notices.php:113
msgid "Do you use UpdraftPlus on multiple sites?"
msgstr "你有使用在多網站系統上使用 UpdraftPlus 嗎?"
#: src/includes/updraftplus-notices.php:104
msgid "UpdraftCentral is a highly efficient way to manage, update and backup multiple websites from one place."
msgstr ""
#: src/includes/updraftplus-notices.php:103
msgid "Introducing UpdraftCentral"
msgstr "UpdraftCentral 介紹"
#: src/includes/updraftplus-notices.php:92
msgid "easily migrate or clone your site in minutes"
msgstr ""
#: src/includes/updraftplus-notices.php:82
msgid "Add SFTP to send your data securely, lock settings and encrypt your database backups for extra security."
msgstr ""
#: src/includes/updraftplus-notices.php:81
msgid "secure your backups"
msgstr "保護您的備份"
#: src/includes/updraftplus-notices.php:71
msgid "Secure multisite installation, advanced reporting and much more."
msgstr ""
#: src/includes/updraftplus-notices.php:70
msgid "advanced options"
msgstr "進階設定"
#: src/includes/updraftplus-notices.php:59
msgid "enhanced remote storage options"
msgstr ""
#: src/includes/updraftplus-notices.php:49
msgid "The ultimately secure and convenient place to store your backups."
msgstr ""
#: src/includes/updraftplus-notices.php:48,
#: src/templates/wp-admin/settings/tab-addons.php:296
msgid "UpdraftVault storage"
msgstr "UpdraftVault 儲存空間"
#: src/includes/updraftplus-notices.php:38
msgid "Enjoy professional, fast, and friendly help whenever you need it with Premium."
msgstr ""
#: src/includes/updraftplus-notices.php:36,
#: src/includes/updraftplus-notices.php:47,
#: src/includes/updraftplus-notices.php:58,
#: src/includes/updraftplus-notices.php:69,
#: src/includes/updraftplus-notices.php:80,
#: src/includes/updraftplus-notices.php:91
msgid "UpdraftPlus Premium:"
msgstr "UpdraftPlus 進階版:"
#: src/addons/s3-enhanced.php:422
msgid "Canada (Central)"
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:24
msgid "Site size"
msgstr "網站大小"
#: src/templates/wp-admin/advanced/tools-menu.php:12,
#: src/templates/wp-admin/settings/tab-addons.php:282,
#: src/templates/wp-admin/settings/tab-addons.php:283
msgid "Lock settings"
msgstr "本地設定"
#: src/templates/wp-admin/advanced/site-info.php:5,
#: src/templates/wp-admin/advanced/tools-menu.php:8
msgid "Site information"
msgstr "網站資訊"
#: src/templates/wp-admin/advanced/search-replace.php:9
msgid "For the ability to migrate websites, upgrade to UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:15
msgid "Import settings"
msgstr "匯入設定"
#: src/templates/wp-admin/advanced/export-settings.php:9
msgid "Export settings"
msgstr "匯出設定"
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "including any passwords"
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:5,
#: src/templates/wp-admin/advanced/tools-menu.php:32
msgid "Export / import settings"
msgstr "匯出/匯入設定"
#: src/restorer.php:2603
msgid "Processing table (%s)"
msgstr ""
#: src/restorer.php:3034
msgid "Backup of: %s"
msgstr "備份: %s"
#: src/methods/dropbox.php:887
msgid "%s de-authentication"
msgstr ""
#: src/methods/dropbox.php:610
msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
msgstr ""
#: src/backup.php:2113
msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:85
msgid "You have selected a remote storage option which has an authorization step to complete:"
msgstr ""
#: src/admin.php:2232
msgid "Remote files deleted:"
msgstr "遠端檔案已刪除:"
#: src/admin.php:2231
msgid "Local files deleted:"
msgstr "本地檔案已移除:"
#: src/methods/backup-module.php:637
msgid "Follow this link to authorize access to your %s account (you will not be able to backup to %s without it)."
msgstr ""
#: src/admin.php:1031
msgid "remote files deleted"
msgstr "遠端檔案已移除:"
#: src/admin.php:1027
msgid "Complete"
msgstr "完成"
#: src/admin.php:1026
msgid "Do you want to carry out the import?"
msgstr ""
#: src/admin.php:1025
msgid "Which was exported on:"
msgstr ""
#: src/admin.php:1024
msgid "This will import data from:"
msgstr "這將匯入檔案,從:"
#: src/admin.php:1023
msgid "Importing..."
msgstr "匯入中..."
#: src/admin.php:1019
msgid "You have not yet selected a file to import."
msgstr ""
#: src/admin.php:1002
msgid "Your export file will be of your displayed settings, not your saved ones."
msgstr ""
#: src/admin.php:99
msgid "template not found"
msgstr ""
#: src/addons/s3-enhanced.php:418
msgid "US East (Ohio)"
msgstr ""
#: src/addons/onedrive.php:793
msgid "Account is not authorized (%s)."
msgstr ""
#: src/addons/onedrive.php:754, src/udaddons/updraftplus-addons.php:1040
msgid "Your IP address:"
msgstr "你的 IP 位址:"
#: src/addons/onedrive.php:754, src/udaddons/updraftplus-addons.php:1040,
#: src/udaddons/updraftplus-addons.php:1053
msgid "To remove any block, please go here."
msgstr "若要移除封鎖,請往此處去。"
#: src/addons/onedrive.php:741, src/udaddons/updraftplus-addons.php:1027
msgid "An error response was received; HTTP code:"
msgstr ""
#: src/includes/class-commands.php:444
msgid "%s add-on not found"
msgstr "%s 擴充套件未被找到"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "or to restore manually"
msgstr "或手動還原"
#: src/admin.php:3008
msgid "To fix this problem go here."
msgstr "到這邊修復此問題。"
#: src/admin.php:3008
msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
msgstr "OptimizePress 2.0 會加密自身的內容,因此無法搜尋或取代。"
#: src/admin.php:986
msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
msgstr "你的 PHP 沒有安裝 OpenSSL 模組;這通常需要花上幾分鐘;如果稍後沒有任何變化,那麼你應該試試小一點的金鑰長度,或者是諮詢你的網頁代管公司如何啟用 OpenSSL 模組。"
#: src/addons/webdav.php:437
msgid "Path"
msgstr "路徑"
#: src/addons/webdav.php:436
msgid "Leave this blank to use the default (80 for webdav, 443 for webdavs)"
msgstr "保持空白即使用預設值(80 為 webdav,443 為 webdavs)"
#: src/addons/webdav.php:434
msgid "Enter any path in the field below."
msgstr "在下面欄位內輸入任何路徑"
#: src/addons/webdav.php:434
msgid "A host name cannot contain a slash."
msgstr "主機名稱不能有斜線"
#: src/addons/webdav.php:429
msgid "Protocol (SSL or not)"
msgstr "通訊協定(SSL 或不用)"
#: src/udaddons/updraftplus-addons.php:1056
msgid "This usually indicates a network connectivity issue (e.g. an outgoing firewall or overloaded network) between this site and UpdraftPlus.com."
msgstr ""
#: src/methods/s3.php:1440
msgid "The AWS access key looks to be wrong (valid %s access keys begin with \"AK\")"
msgstr "AWS 存取金鑰有誤(%s 有效的存取金鑰應該以 \"AK\" 開頭)"
#: src/methods/s3.php:155
msgid "No settings were found - please go to the Settings tab and check your settings"
msgstr "尚未設定。請至設定頁面檢查設定。"
#: src/templates/wp-admin/settings/form-contents.php:115
msgid "Backup using %s?"
msgstr "使用 %s 備份?"
#: src/addons/s3-enhanced.php:434
msgid "Asia Pacific (Mumbai)"
msgstr "亞太(孟買)"
#: src/addons/s3-enhanced.php:76
msgid "Standard (infrequent access)"
msgstr "標準(極少存取)"
#: src/templates/wp-admin/settings/header.php:25
msgid "FAQs"
msgstr "常見問題"
#: src/backup.php:3150
msgid "Failed to open directory (check the file permissions and ownership): %s"
msgstr ""
#: src/backup.php:3128
msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
msgstr ""
#: src/addons/migrator.php:563
msgid "Create key"
msgstr ""
#: src/addons/migrator.php:560
msgid "slower, strongest"
msgstr ""
#: src/addons/migrator.php:559
msgid "recommended"
msgstr "已推薦"
#: src/addons/migrator.php:559
msgid "%s bytes"
msgstr "%s bytes"
#: src/addons/migrator.php:558
msgid "faster (possibility for slow PHP installs)"
msgstr ""
#: src/addons/migrator.php:558, src/addons/migrator.php:560
msgid "%s bits"
msgstr "%s bits"
#: src/addons/migrator.php:556
msgid "Encryption key size:"
msgstr "加密金鑰長度:"
#: src/addons/migrator.php:554
msgid "Enter your chosen name"
msgstr ""
#: src/addons/migrator.php:553
msgid "Create a key: give this key a unique name (e.g. indicate the site it is for), then press \"Create key\":"
msgstr ""
#: src/methods/googledrive.php:767
msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
msgstr ""
#: src/methods/ftp.php:466
msgid "This is sometimes caused by a firewall - try turning off SSL in the expert settings, and testing again."
msgstr ""
#: src/methods/ftp.php:438
msgid "login"
msgstr "登入"
#: src/addons/reporting.php:549, src/addons/reporting.php:549,
#: src/addons/reporting.php:551, src/methods/email.php:114
msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
msgstr ""
#: src/class-updraftplus.php:2049
msgid "Size: %s MB"
msgstr "大小:%s MB"
#: src/class-updraftplus.php:5178, src/restorer.php:1882
msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:104
msgid "(tap on an icon to select or unselect)"
msgstr "(點選圖案以選擇或取消選擇)"
#: src/methods/updraftvault.php:499, src/methods/updraftvault.php:504,
#: src/methods/updraftvault.php:505, src/methods/updraftvault.php:506
msgid "%s per year"
msgstr "%s 每年"
#: src/methods/updraftvault.php:497
msgid "or (annual discount)"
msgstr ""
#: src/methods/updraftvault.php:336
msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
msgstr ""
#: src/class-updraftplus.php:663, src/class-updraftplus.php:745
msgid "The given file was not found, or could not be read."
msgstr ""
#: src/class-updraftplus.php:3660, src/class-updraftplus.php:3772
msgid "The backup was aborted by the user"
msgstr ""
#: src/admin.php:5667
msgid "Your settings have been saved."
msgstr "您的設置已經保存。"
#: src/admin.php:4515
msgid "Total backup size:"
msgstr "總備份大小:"
#: src/admin.php:3878
msgid "stop"
msgstr "停止"
#: src/admin.php:1028, src/admin.php:3664
msgid "The backup has finished running"
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:36,
#: src/templates/wp-admin/advanced/wipe-settings.php:5,
#: src/templates/wp-admin/advanced/wipe-settings.php:10
msgid "Wipe settings"
msgstr "Wipe 設定"
#: src/templates/wp-admin/advanced/site-info.php:120
msgid "reset"
msgstr "重設"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:14
msgid "these backup sets"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:11
msgid "this backup set"
msgstr "這個備份檔"
#: src/includes/class-filesystem-functions.php:112
msgid "calculate"
msgstr "計算"
#: src/admin.php:1001
msgid "You should save your changes to ensure that they are used for making your backup."
msgstr ""
#: src/admin.php:994
msgid "We requested to delete the file, but could not understand the server's response"
msgstr ""
#: src/admin.php:993
msgid "Please enter a valid URL"
msgstr ""
#: src/admin.php:976
msgid "Saving..."
msgstr "儲存中..."
#: src/admin.php:934
msgid "Error: the server sent us a response which we did not understand."
msgstr ""
#: src/admin.php:926
msgid "Fetching..."
msgstr "擷取中..."
#: src/addons/s3-enhanced.php:431
msgid "Asia Pacific (Seoul)"
msgstr ""
#: src/restorer.php:3057
msgid "Uploads URL:"
msgstr "上傳路徑:"
#: src/addons/onedrive.php:91
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
msgstr ""
#: src/class-updraftplus.php:5232, src/restorer.php:3075
msgid "To import an ordinary WordPress site into a multisite installation requires %s."
msgstr ""
#: src/class-updraftplus.php:5228
msgid "Please read this link for important information on this process."
msgstr ""
#: src/class-updraftplus.php:5228
msgid "It will be imported as a new site."
msgstr ""
#: src/admin.php:3294, src/templates/wp-admin/notices/autobackup-notice.php:18,
#: src/templates/wp-admin/notices/autobackup-notice.php:16,
#: src/templates/wp-admin/notices/horizontal-notice.php:50,
#: src/templates/wp-admin/notices/horizontal-notice.php:48
msgid "Dismiss"
msgstr "忽略"
#: src/admin.php:1014
msgid "Please fill in the required information."
msgstr ""
#: src/addons/multisite.php:691
msgid "Read more..."
msgstr ""
#: src/addons/multisite.php:682
msgid "may include some site-wide data"
msgstr ""
#: src/addons/multisite.php:677
msgid "All sites"
msgstr ""
#: src/addons/multisite.php:673
msgid "Which site to restore"
msgstr ""
#: src/addons/migrator.php:434, src/addons/migrator.php:435
msgid "Error when creating new site at your chosen address:"
msgstr ""
#: src/addons/migrator.php:378
msgid "Required information for restoring this backup was not given (%s)"
msgstr ""
#: src/addons/migrator.php:339
msgid "Attribute imported content to user"
msgstr ""
#: src/addons/migrator.php:331, src/addons/migrator.php:329
msgid "You must use lower-case letters or numbers for the site path, only."
msgstr ""
#: src/addons/migrator.php:317
msgid "This feature is not compatible with %s"
msgstr ""
#: src/addons/migrator.php:317, src/addons/migrator.php:315
msgid "Importing a single site into a multisite install"
msgstr ""
#: src/addons/migrator.php:307
msgid "other content from wp-content"
msgstr ""
#: src/addons/migrator.php:304
msgid "WordPress core"
msgstr ""
#: src/addons/migrator.php:304, src/addons/migrator.php:307,
#: src/addons/migrator.php:310
msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:118
msgid "Call WordPress action:"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:45
msgid "Your saved settings also affect what is backed up - e.g. files excluded."
msgstr ""
#: src/restorer.php:522
msgid "Skipping: this archive was already restored."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:141
msgid "File Options"
msgstr "檔案選項"
#: src/templates/wp-admin/settings/form-contents.php:94
msgid "Sending Your Backup To Remote Storage"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:58
msgid "Database backup schedule"
msgstr "資料庫備份排程"
#: src/templates/wp-admin/settings/form-contents.php:22
msgid "Files backup schedule"
msgstr "檔案備份排程"
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
msgstr ""
#: src/admin.php:5537
msgid "Send this backup to remote storage"
msgstr ""
#: src/admin.php:5530
msgid "Check out UpdraftVault."
msgstr ""
#: src/admin.php:5530
msgid "Not got any remote storage?"
msgstr ""
#: src/admin.php:5530
msgid "settings"
msgstr "設定"
#: src/admin.php:5530
msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
msgstr ""
#: src/admin.php:1085, src/templates/wp-admin/settings/backupnow-modal.php:40
msgid "Include your files in the backup"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:26
msgid "Include your database in the backup"
msgstr ""
#: src/admin.php:3293
msgid "Continue restoration"
msgstr ""
#: src/admin.php:3287
msgid "You have an unfinished restoration operation, begun %s ago."
msgstr ""
#: src/admin.php:3286
msgid "Unfinished restoration"
msgstr ""
#: src/admin.php:3283
msgid "%s minutes, %s seconds"
msgstr ""
#: src/admin.php:3111
msgid "Backup Contents And Schedule"
msgstr ""
#: src/admin.php:3214
msgid "Premium / Extensions"
msgstr "進階/擴充"
#: src/admin.php:5027, src/admin.php:5018
msgid "Sufficient information about the in-progress restoration operation could not be found."
msgstr ""
#: src/admin.php:999, src/addons/morefiles.php:86
msgctxt "(verb)"
msgid "Download"
msgstr "下載"
#: src/admin.php:918
msgid "You have chosen to backup files, but no file entities have been selected"
msgstr ""
#: src/admin.php:772
msgid "Extensions"
msgstr "擴展功能"
#: src/admin.php:764, src/admin.php:3213
msgid "Advanced Tools"
msgstr "進階工具"
#: src/addons/googlecloud.php:1314
msgid "Bucket location"
msgstr ""
#: src/addons/googlecloud.php:1313
msgid "Note that Google do not support every storage class in every location - you should read their documentation to learn about current availability."
msgstr ""
#: src/addons/googlecloud.php:1313, src/addons/googlecloud.php:1316
msgid "This setting applies only when a new bucket is being created."
msgstr ""
#: src/addons/googlecloud.php:1307
msgid "You must use a bucket name that is unique, for all %s users."
msgstr ""
#: src/addons/googlecloud.php:1295
msgid "Do not confuse %s with %s - they are separate things."
msgstr ""
#: src/addons/googlecloud.php:362
msgid "You do not have access to this bucket"
msgstr ""
#: src/addons/googlecloud.php:60, src/addons/googlecloud.php:61,
#: src/addons/googlecloud.php:62
msgid "Western Europe"
msgstr ""
#: src/addons/googlecloud.php:56
msgid "Eastern Asia-Pacific"
msgstr ""
#: src/addons/googlecloud.php:55
msgid "Western United States"
msgstr ""
#: src/addons/googlecloud.php:53, src/addons/googlecloud.php:54
msgid "Eastern United States"
msgstr ""
#: src/addons/googlecloud.php:52
msgid "Central United States"
msgstr ""
#: src/addons/googlecloud.php:51
msgid "European Union"
msgstr ""
#: src/addons/googlecloud.php:50
msgid "Asia Pacific"
msgstr ""
#: src/addons/googlecloud.php:49, src/addons/googlecloud.php:50,
#: src/addons/googlecloud.php:51
msgid "multi-region location"
msgstr ""
#: src/addons/googlecloud.php:49
msgid "United States"
msgstr ""
#: src/addons/googlecloud.php:45
msgid "Nearline"
msgstr ""
#: src/addons/googlecloud.php:44
msgid "Durable reduced availability"
msgstr ""
#: src/addons/googlecloud.php:43, src/addons/s3-enhanced.php:75
msgid "Standard"
msgstr ""
#: src/addons/azure.php:700
msgid "container"
msgstr ""
#: src/addons/azure.php:700
msgid "You can enter the path of any %s virtual folder you wish to use here."
msgstr ""
#: src/addons/azure.php:699
msgid "optional"
msgstr ""
#: src/addons/azure.php:698
msgid "See Microsoft's guidelines on container naming by following this link."
msgstr ""
#: src/addons/azure.php:697
msgid "Enter the path of the %s you wish to use here."
msgstr ""
#: src/addons/azure.php:693
msgid "This is not your Azure login - see the instructions if needing more guidance."
msgstr ""
#: src/addons/azure.php:692, src/addons/azure.php:694,
#: src/addons/azure.php:696, src/addons/azure.php:699
msgid "Azure"
msgstr ""
#: src/addons/azure.php:690, src/methods/dreamobjects.php:186
msgid "Create Azure credentials in your Azure developer console."
msgstr ""
#: src/addons/azure.php:593
msgid "Could not create the container"
msgstr ""
#: src/addons/azure.php:447
msgid "Could not access container"
msgstr ""
#: src/class-updraftplus.php:3679
msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
msgstr ""
#: src/backup.php:1901
msgid "the options table was not found"
msgstr ""
#: src/backup.php:1899
msgid "no options or sitemeta table was found"
msgstr ""
#: src/backup.php:1657
msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:74
msgid "required for some remote storage providers"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:74
msgid "Not installed"
msgstr "Not installed"
#: src/addons/googlecloud.php:1310, src/addons/s3-enhanced.php:71
msgid "Storage class"
msgstr ""
#: src/addons/googlecloud.php:1309
msgid "See Google's guidelines on bucket naming by following this link."
msgstr ""
#: src/addons/googlecloud.php:1308
msgid "Enter the name of the %s bucket you wish to use here."
msgstr ""
#: src/addons/googlecloud.php:1306
msgid "Bucket"
msgstr ""
#: src/addons/googlecloud.php:1304
msgid "Otherwise, you can leave it blank."
msgstr ""
#: src/addons/googlecloud.php:1304
msgid "N.B. This is only needed if you have not already created the bucket, and you wish UpdraftPlus to create it for you."
msgstr ""
#: src/addons/googlecloud.php:1303
msgid "Enter the ID of the %s project you wish to use here."
msgstr ""
#: src/addons/googlecloud.php:1289
msgid "Follow this link to your Google API Console, and there activate the Storage API and create a Client ID in the API Access section."
msgstr ""
#: src/addons/googlecloud.php:1105
msgid "You must enter a project ID in order to be able to create a new bucket."
msgstr ""
#: src/addons/googlecloud.php:1302
msgid "Project ID"
msgstr ""
#: src/addons/googlecloud.php:949
msgid "You must save and authenticate before you can test your settings."
msgstr ""
#: src/addons/googlecloud.php:693
msgid "Have not yet obtained an access token from Google - you need to authorize or re-authorize your connection to Google Cloud."
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:386,
#: src/addons/googlecloud.php:1094, src/addons/googlecloud.php:1144
msgid "You do not have access to this bucket."
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:362,
#: src/addons/googlecloud.php:375, src/addons/googlecloud.php:373,
#: src/addons/googlecloud.php:386, src/addons/googlecloud.php:904,
#: src/addons/googlecloud.php:1094, src/addons/googlecloud.php:1146,
#: src/addons/googlecloud.php:1144, src/addons/googlecloud.php:1284,
#: src/addons/googlecloud.php:1284, src/addons/googlecloud.php:1298,
#: src/addons/googlecloud.php:1300, src/addons/googlecloud.php:1307
msgid "Google Cloud"
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:362,
#: src/addons/googlecloud.php:386, src/addons/googlecloud.php:1094,
#: src/addons/googlecloud.php:1146, src/addons/googlecloud.php:1144
msgid "%s Service Exception."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "or to configure more complex schedules"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:11,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:14
msgid "Are you sure that you wish to remove %s from UpdraftPlus?"
msgstr "你確定你希望從 UpdraftPlus 刪除 %s ?"
#: src/templates/wp-admin/settings/existing-backups-table.php:169
msgid "Deselect"
msgstr ""
#: src/addons/moredatabase.php:459, src/addons/morefiles.php:901,
#: src/templates/wp-admin/settings/existing-backups-table.php:168
msgid "Select all"
msgstr "選擇全部"
#: src/templates/wp-admin/settings/existing-backups-table.php:166
msgid "Actions upon selected backups"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:56,
#: src/templates/wp-admin/settings/tab-backups.php:60
msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
msgstr "按這裡查看你目前遠端備份方式所存的檔案(來自任何網站,假設你儲存在同一目錄的話)"
#: src/admin.php:2230
msgid "Backup sets removed:"
msgstr "備份檔案已移除:"
#: src/admin.php:1012
msgid "Processing..."
msgstr "處理中..."
#: src/admin.php:1010
msgid "For backups older than"
msgstr ""
#: src/admin.php:1009
msgid "week(s)"
msgstr "週"
#: src/admin.php:1008
msgid "hour(s)"
msgstr "小時"
#: src/admin.php:1007
msgid "day(s)"
msgstr "天"
#: src/admin.php:1006
msgid "in the month"
msgstr "本月"
#: src/admin.php:1005
msgid "day"
msgstr "日"
#: src/addons/morestorage.php:32
msgid "(as many as you like)"
msgstr ""
#: src/addons/fixtime.php:305, src/addons/fixtime.php:310
msgid "Add an additional retention rule..."
msgstr ""
#: src/restorer.php:4035
msgid "This database needs to be deployed on MySQL version %s or later."
msgstr ""
#: src/restorer.php:4035
msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
msgstr ""
#: src/methods/updraftvault.php:922
msgid "You do not currently have any UpdraftVault quota"
msgstr ""
#: src/class-updraftplus.php:5309
msgid "You must upgrade MySQL to be able to use this database."
msgstr ""
#: src/class-updraftplus.php:5309
msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
msgstr ""
#: src/methods/updraftvault.php:526, src/methods/updraftvault.php:527
msgid "Don't know your email address, or forgotten your password?"
msgstr ""
#: src/methods/updraftvault.php:519
msgid "Enter your UpdraftPlus.Com email / password here to connect:"
msgstr ""
#: src/methods/updraftvault.php:487
msgid "Read the %s FAQs here."
msgstr ""
#: src/addons/s3-enhanced.php:82
msgid "Check this box to use Amazon's server-side encryption"
msgstr ""
#: src/addons/s3-enhanced.php:79
msgid "Server-side encryption"
msgstr "伺服器端加密"
#: src/methods/updraftvault.php:930
msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
msgstr ""
#: src/admin.php:1456
msgid "%s has been chosen for remote storage, but you are not currently connected."
msgstr ""
#: src/methods/updraftvault.php:518
msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
msgstr "使用信用卡或 Paypal 時,接受以美金、歐元或是英鎊作為貨幣單位。"
#: src/admin.php:982
msgid "Update quota count"
msgstr "上傳限額"
#: src/admin.php:981
msgid "Counting..."
msgstr "統計中..."
#: src/admin.php:980
msgid "Disconnecting..."
msgstr "中斷連線中..."
#: src/admin.php:978
msgid "Connecting..."
msgstr "連線中..."
#: src/methods/updraftvault.php:652, src/methods/updraftvault.php:755
msgid "Refresh current status"
msgstr "更新使用狀態"
#: src/methods/updraftvault.php:650, src/methods/updraftvault.php:667,
#: src/methods/updraftvault.php:669, src/methods/updraftvault.php:755
msgid "Get more quota"
msgstr "取得更多額度"
#: src/methods/updraftvault.php:647, src/methods/updraftvault.php:664,
#: src/methods/updraftvault.php:719
msgid "Current use:"
msgstr "現已使用:"
#: src/methods/updraftvault.php:632
msgid "You can get more quota here"
msgstr "你可以在此取得更多的使用額度"
#: src/methods/updraftvault.php:632
msgid "Error: you have insufficient storage quota available (%s) to upload this archive (%s) (%s)."
msgstr ""
#: src/admin.php:979, src/methods/updraftvault.php:533,
#: src/methods/updraftvault.php:615
msgid "Disconnect"
msgstr "中斷連線"
#: src/methods/updraftvault.php:532, src/methods/updraftvault.php:601
msgid "Quota:"
msgstr "引言:"
#: src/methods/updraftvault.php:531, src/methods/updraftvault.php:599
msgid "Vault owner"
msgstr "Vault 擁有人"
#: src/methods/updraftvault.php:530, src/methods/updraftvault.php:599
msgid "Well done - there's nothing more needed to set up."
msgstr "做得好 - 已經沒有東西需要設定了"
#: src/methods/updraftvault.php:530, src/methods/updraftvault.php:599
msgid "This site is connected to UpdraftVault."
msgstr ""
#: src/methods/updraftvault.php:534, src/methods/updraftvault.php:595
msgid "You are not connected to UpdraftVault."
msgstr ""
#: src/methods/updraftvault.php:529
msgid "Go here for help"
msgstr "到這裡尋求協助"
#: src/methods/updraftvault.php:515,
#: src/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php:4
msgid "Back..."
msgstr "返回..."
#: src/methods/updraftvault.php:518
msgid "Subscriptions can be cancelled at any time."
msgstr "可以隨時隨地取消訂閱"
#: src/methods/updraftvault.php:500, src/methods/updraftvault.php:501,
#: src/methods/updraftvault.php:502
msgid "%s per quarter"
msgstr ""
#: src/methods/updraftvault.php:485
msgid "UpdraftVault is built on top of Amazon's world-leading data-centres, with redundant data storage to achieve 99.999999999% reliability."
msgstr ""
#: src/methods/updraftvault.php:481
msgid "Show the options"
msgstr "顯示選項"
#: src/methods/updraftvault.php:479, src/methods/updraftvault.php:490
msgid "Press a button to get started."
msgstr "按下按鈕以開始"
#: src/methods/updraftvault.php:479, src/methods/updraftvault.php:490
msgid "UpdraftVault brings you storage that is reliable, easy to use and a great price."
msgstr ""
#: src/methods/updraftvault.php:155
msgid "Updraft Vault"
msgstr "更新 Vault"
#: src/addons/azure.php:477, src/addons/backblaze.php:611,
#: src/addons/googlecloud.php:1034, src/methods/s3.php:1468
msgid "Delete failed:"
msgstr "刪除失敗:"
#: src/backup.php:4383
msgid "The zip engine returned the message: %s."
msgstr "壓縮引擎回傳了以下的訊息:%s"
#: src/addons/s3-enhanced.php:456, src/addons/s3-enhanced.php:458
msgid "Without this permission, UpdraftPlus cannot delete backups - you should also set your 'retain' settings very high to prevent seeing deletion errors."
msgstr "若失去這項權限,UpdraftPlus 便不能刪除備份 - 或許你可以將你的「保留」選項設得非常大,避免類似的刪除錯誤跑出來>"
#: src/addons/s3-enhanced.php:456, src/addons/s3-enhanced.php:456
msgid "Allow deletion"
msgstr "允許刪除"
#: src/addons/s3-enhanced.php:452, src/addons/s3-enhanced.php:454
msgid "Without this permission, you cannot directly download or restore using UpdraftPlus, and will instead need to visit the AWS website."
msgstr "若失去這項權限,你便不能透過 UpdraftPlus 直接下載或還原備份,你得親自到 AWS 網站處理。"
#: src/addons/s3-enhanced.php:452, src/addons/s3-enhanced.php:452
msgid "Allow download"
msgstr "允許下載"
#: src/includes/class-remote-send.php:429
msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
msgstr "如果無法直接跨站發送,這裡還有其他方法可以使用 - 請試著使用其他方法作為替代。"
#: src/admin.php:988, src/includes/class-remote-send.php:411
msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
msgstr "請確定你連得上遠端網站、並未被防火牆擋住、啟用 UpdraftPlus %s 或以上的版本而且各項欄位都已正確輸入。"
#: src/includes/class-remote-send.php:693
msgid "Existing keys"
msgstr ""
#: src/addons/migrator.php:568
msgid "Your new key:"
msgstr ""
#: src/includes/class-remote-send.php:555
msgid "Key created successfully."
msgstr "金鑰建立成功。"
#: src/includes/class-remote-send.php:538
msgid "A key with this name already exists; you must use a unique name."
msgstr ""
#: src/includes/class-remote-send.php:463
msgid "Also send this backup to the active remote storage locations"
msgstr ""
#: src/includes/class-remote-send.php:359
msgid "site not found"
msgstr "找不到站點"
#: src/includes/class-remote-send.php:326
msgid "Backup data will be sent to:"
msgstr "備份資料將發送到:"
#: src/addons/migrator.php:207
msgid "Restore an existing backup set onto this site"
msgstr "在這個戰點上還原一個現有的備份"
#: src/addons/migrator.php:213
msgid "This site has no backups to restore from yet."
msgstr "這個站點尚未有任何備份可以用來還原"
#: src/addons/reporting.php:197
msgid "Backup made by %s"
msgstr "由 %s 建立備份"
#: src/methods/addon-base-v2.php:222
msgid "This storage method does not allow downloading"
msgstr "這個儲存空間不允許下載"
#: src/admin.php:4657
msgid "(backup set imported from remote location)"
msgstr "(已從遠端匯入備份)"
#: src/addons/wp-cli.php:379,
#: src/templates/wp-admin/settings/existing-backups-table.php:105
msgid "Site"
msgstr "網站"
#: src/addons/wp-cli.php:377,
#: src/templates/wp-admin/settings/existing-backups-table.php:104
msgid "Backup sent to remote site - not available for download."
msgstr ""
#: src/includes/class-wpadmin-commands.php:134
msgid "You should make sure that this really is a backup set intended for use on this website, before you restore (rather than a backup set of an unrelated website)."
msgstr ""
#: src/includes/class-wpadmin-commands.php:134
msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
msgstr ""
#: src/admin.php:995, src/includes/class-remote-send.php:441
msgid "Testing connection..."
msgstr "測試連線中..."
#: src/admin.php:992,
#: src/templates/wp-admin/settings/existing-backups-table.php:173
msgid "Deleting..."
msgstr "刪除中..."
#: src/admin.php:991
msgid "key name"
msgstr "金鑰名稱"
#: src/admin.php:989
msgid "Please give this key a name (e.g. indicate the site it is for):"
msgstr ""
#: src/admin.php:986
msgid "Creating..."
msgstr "建立中…"
#: src/addons/migrator.php:549
msgid "Receive a backup from a remote site"
msgstr ""
#: src/addons/migrator.php:541
msgid "Paste key here"
msgstr ""
#: src/addons/migrator.php:537
msgid "How do I get a site's key?"
msgstr ""
#: src/addons/migrator.php:537
msgid "To add a site as a destination for sending to, enter that site's key below."
msgstr ""
#: src/admin.php:1155, src/addons/migrator.php:529
msgid "Send a backup to another site"
msgstr ""
#: src/admin.php:996, src/includes/class-commands.php:964,
#: src/includes/class-remote-send.php:476,
#: src/includes/class-remote-send.php:662
msgid "Send"
msgstr "送出"
#: src/admin.php:987, src/includes/class-remote-send.php:656
msgid "Send to site:"
msgstr "發送到網站:"
#: src/includes/class-remote-send.php:654
msgid "No receiving sites have yet been added."
msgstr ""
#: src/includes/class-remote-send.php:632
msgid "It is for sending backups to the following site: "
msgstr ""
#: src/includes/class-remote-send.php:632
msgid "The key was successfully added."
msgstr ""
#: src/includes/class-remote-send.php:608
msgid "The entered key does not belong to a remote site (it belongs to this one)."
msgstr ""
#: src/includes/class-remote-send.php:603,
#: src/includes/class-remote-send.php:599,
#: src/includes/class-remote-send.php:597
msgid "The entered key was corrupt - please try again."
msgstr ""
#: src/includes/class-remote-send.php:595
msgid "The entered key was the wrong length - please try again."
msgstr ""
#: src/includes/class-remote-send.php:580
msgid "key"
msgstr ""
#: src/methods/ftp.php:129
msgid "Almost all FTP servers will want passive mode; but if you need active mode, then uncheck this."
msgstr ""
#: src/methods/ftp.php:128
msgid "Passive mode"
msgstr "被動模式"
#: src/methods/ftp.php:126
msgid "Remote path"
msgstr "遠端目錄"
#: src/methods/ftp.php:124
msgid "FTP password"
msgstr "FTP 密碼"
#: src/methods/ftp.php:123
msgid "FTP login"
msgstr "FTP 登入"
#: src/methods/ftp.php:122
msgid "FTP server"
msgstr "FTP 位址"
#: src/addons/migrator.php:171
msgid "The UpdraftPlus Migrator modifies the restoration operation appropriately, to fit the backup data to the new site."
msgstr ""
#: src/addons/migrator.php:171
msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
msgstr ""
#: src/admin.php:984, src/addons/migrator.php:541
msgid "Add site"
msgstr "新增網站"
#: src/admin.php:983
msgid "Adding..."
msgstr "先增中..."
#: src/udaddons/options.php:336
msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
msgstr ""
#: src/restorer.php:4037
msgid "To use this backup, your database server needs to support the %s character set."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1089
msgid "go here to change your password on updraftplus.com."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1089
msgid "If you have forgotten your password "
msgstr ""
#: src/udaddons/updraftplus-addons.php:1088
msgid "Go here to re-enter your password."
msgstr ""
#: src/addons/migrator.php:248
msgid "After pressing this button, you will be given the option to choose which components you wish to migrate"
msgstr ""
#: src/admin.php:975, src/admin.php:1001, src/admin.php:1002
msgid "You have made changes to your settings, and not saved."
msgstr ""
#: src/addons/onedrive.php:1322
msgid "N.B. %s is not case-sensitive."
msgstr ""
#: src/addons/onedrive.php:1318
msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
msgstr "若之後 OneDrive 顯示"
#: src/addons/googlecloud.php:1288, src/includes/class-remote-send.php:429,
#: src/methods/googledrive.php:1494
msgid "For longer help, including screenshots, follow this link."
msgstr ""
#: src/addons/onedrive.php:1313
msgid "Create OneDrive credentials in your OneDrive developer console."
msgstr "在你的 OneDrive 開發者後台建立 OneDrive 憑證。"
#: src/addons/onedrive.php:1316
msgid "You must add the following as the authorized redirect URI in your OneDrive console (under \"API Settings\") when asked"
msgstr ""
#: src/addons/onedrive.php:1189, src/addons/onedrive.php:1187
msgid "authorization failed:"
msgstr ""
#: src/addons/onedrive.php:1013, src/addons/onedrive.php:1317,
#: src/addons/onedrive.php:1319
msgid "OneDrive"
msgstr "OneDrive"
#: src/addons/onedrive.php:784
msgid "Please re-authorize the connection to your %s account."
msgstr ""
#: src/methods/email.php:110
msgid "configure it here"
msgstr "在此設定"
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895
msgid "To remove the block, please go here."
msgstr ""
#: src/addons/s3-enhanced.php:538
msgid "Do remember to save your settings."
msgstr ""
#: src/addons/s3-enhanced.php:538
msgid "You are now using a IAM user account to access your bucket."
msgstr ""
#: src/addons/s3-enhanced.php:450
msgid "S3 bucket"
msgstr ""
#: src/addons/s3-enhanced.php:440
msgid "China (Beijing) (restricted)"
msgstr "中國 (北京) (受限)"
#: src/addons/s3-enhanced.php:438
msgid "South America (São Paulo)"
msgstr ""
#: src/addons/s3-enhanced.php:435
msgid "Asia Pacific (Tokyo)"
msgstr ""
#: src/addons/s3-enhanced.php:433
msgid "Asia Pacific (Sydney)"
msgstr ""
#: src/addons/s3-enhanced.php:432
msgid "Asia Pacific (Singapore)"
msgstr ""
#: src/addons/s3-enhanced.php:421
msgid "US Government West (restricted)"
msgstr "US Government West (restricted)"
#: src/addons/s3-enhanced.php:420
msgid "US West (N. California)"
msgstr "美國西岸 (加州北部)"
#: src/addons/s3-enhanced.php:419
msgid "US West (Oregon)"
msgstr ""
#: src/addons/s3-enhanced.php:413
msgid "S3 storage region"
msgstr ""
#: src/addons/s3-enhanced.php:411
msgid "New IAM username"
msgstr ""
#: src/addons/s3-enhanced.php:410
msgid "Admin secret key"
msgstr ""
#: src/addons/s3-enhanced.php:409
msgid "Admin access key"
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "Then, these lower-powered access credentials can be used, instead of storing your administrative keys."
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "These will be used to create a new user and key pair with an IAM policy attached which will only allow it to access the indicated bucket."
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "Enter your administrative Amazon S3 access/secret keys (this needs to be a key pair with enough rights to create new users and buckets), and a new (unique) username for the new user and a bucket name."
msgstr ""
#: src/addons/s3-enhanced.php:488
msgid "Create new IAM user and S3 bucket"
msgstr ""
#: src/addons/s3-enhanced.php:388
msgid "Secret Key: %s"
msgstr ""
#: src/addons/s3-enhanced.php:388
msgid "Access Key: %s"
msgstr ""
#: src/addons/s3-enhanced.php:378
msgid "Failed to apply User Policy"
msgstr ""
#: src/addons/s3-enhanced.php:315, src/addons/s3-enhanced.php:319
msgid "Operation to create user Access Key failed"
msgstr ""
#: src/addons/s3-enhanced.php:296, src/addons/s3-enhanced.php:306
msgid "IAM operation failed (%s)"
msgstr ""
#: src/addons/s3-enhanced.php:302
msgid "Conflict: that user already exists"
msgstr ""
#: src/addons/s3-enhanced.php:240
msgid "AWS authentication failed"
msgstr ""
#: src/addons/s3-enhanced.php:233
msgid "Cannot create new AWS user, since an unknown AWS toolkit is being used."
msgstr ""
#: src/addons/s3-enhanced.php:204
msgid "You need to enter a bucket"
msgstr ""
#: src/addons/s3-enhanced.php:200
msgid "You need to enter a new IAM username"
msgstr ""
#: src/addons/s3-enhanced.php:196
msgid "You need to enter an admin secret key"
msgstr ""
#: src/addons/s3-enhanced.php:192
msgid "You need to enter an admin access key"
msgstr ""
#: src/addons/s3-enhanced.php:70
msgid "If you have an AWS admin user, then you can use this wizard to quickly create a new AWS (IAM) user with access to only this bucket (rather than your whole account)"
msgstr ""
#: src/addons/s3-enhanced.php:69, src/methods/s3.php:1031
msgid "To create a new IAM sub-user and access key that has access only to this bucket, upgrade to Premium."
msgstr ""
#: src/addons/onedrive.php:754, src/addons/onedrive.php:777,
#: src/includes/updraftplus-login.php:55, src/methods/updraftvault.php:895,
#: src/udaddons/updraftplus-addons.php:1040,
#: src/udaddons/updraftplus-addons.php:1053
msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
msgstr ""
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895, src/udaddons/updraftplus-addons.php:1053
msgid "It appears that your web server's IP Address (%s) is blocked."
msgstr ""
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895, src/udaddons/updraftplus-addons.php:1053
msgid "UpdraftPlus.com has responded with 'Access Denied'."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:40
msgid "Premium WooCommerce plugins"
msgstr "進階 WooCommerce 外掛"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:40
msgid "Free two-factor security plugin"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:39
msgid "More quality plugins"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:18,
#: src/templates/wp-admin/settings/tab-addons.php:72
msgid "UpdraftPlus Premium"
msgstr "UpdraftPlus 進階版"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:2,
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:43
msgid "Dismiss (for %s months)"
msgstr "關閉 ( %s 月)"
#: src/addons/fixtime.php:447
msgid "(at same time as files backup)"
msgstr ""
#: src/admin.php:4190
msgid "No backup has been completed"
msgstr "沒有已有完成的備份"
#: src/templates/wp-admin/settings/header.php:21
msgid "Newsletter sign-up"
msgstr "訂閱最新消息"
#: src/includes/updraftplus-notices.php:156
msgid "Follow this link to sign up for the UpdraftPlus newsletter."
msgstr "點此連結以取得 UpdraftPlus 最新消息。"
#: src/templates/wp-admin/settings/tab-addons.php:165,
#: src/templates/wp-admin/settings/tab-addons.php:166
msgid "Backup non-WordPress files and databases"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:27
msgid "Ask a pre-sales question"
msgstr "詢問售前問題"
#: src/templates/wp-admin/settings/tab-addons.php:26
msgid "Pre-sales FAQs"
msgstr "售前常見問題"
#: src/templates/wp-admin/settings/tab-addons.php:25
msgid "Full feature list"
msgstr "完整功能清單"
#: src/addons/autobackup.php:1188
msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
msgstr ""
#: src/methods/s3.php:186, src/methods/s3.php:198
msgid "%s Error: Failed to initialise"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:191
msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - or - Select Files"
msgid "or"
msgstr ""
#: src/addons/sftp.php:618
msgctxt "Do not translate BEGIN RSA PRIVATE KEY. PCKS1, XML, PEM and PuTTY are also technical acronyms which should not be translated."
msgid "PKCS1 (PEM header: BEGIN RSA PRIVATE KEY), XML and PuTTY format keys are accepted."
msgstr ""
#: src/methods/openstack2.php:125
msgctxt "\"tenant\" is a term used with OpenStack storage - Google for \"OpenStack tenant\" to get more help on its meaning"
msgid "tenant"
msgstr ""
#: src/methods/openstack2.php:248
msgctxt "Keystone and swauth are technical terms which cannot be translated"
msgid "This needs to be a v2 (Keystone) authentication URI; v1 (Swauth) is not supported."
msgstr "這需要使用 v2 (Keystone) 認證方式; 現時未有支援 v1 (Swauth) 認證方式"
#: src/templates/wp-admin/settings/form-contents.php:274,
#: src/templates/wp-admin/settings/form-contents.php:277
msgid "your site's admin address"
msgstr "網站管理員信箱"
#: src/templates/wp-admin/settings/form-contents.php:274
msgid "Check this box to have a basic report sent to"
msgstr "若有打勾,每次備份的基本報告將會自動寄給"
#: src/admin.php:4220
msgctxt "i.e. Non-automatic"
msgid "Manual"
msgstr "手動"
#: src/restorer.php:3990
msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
msgid "An error (%s) occurred:"
msgstr "發生錯誤 (%s):"
#: src/addons/lockadmin.php:198
msgid "Change Lock Settings"
msgstr "變更鎖定設定"
#: src/addons/morefiles.php:293
msgid "Any other file/directory on your server that you wish to backup"
msgstr ""
#: src/admin.php:3010
msgid "For even more features and personal support, check out "
msgstr "如果需要更多功能和個人支援, 留意這裡"
#: src/addons/moredatabase.php:61
msgid "Database decryption phrase"
msgstr "資料庫解鎖碼"
#: src/admin.php:974, src/addons/autobackup.php:161,
#: src/addons/autobackup.php:1131
msgid "Automatic backup before update"
msgstr "升級前自動備份"
#: src/addons/autobackup.php:126
msgid "WordPress core (only)"
msgstr "WordPress 核心 (僅)"
#: src/addons/lockadmin.php:250
msgid "For unlocking support, please contact whoever manages UpdraftPlus for you."
msgstr "如果需要解鎖的支援, 請聯絡 UpdraftPlus 管理者"
#: src/addons/lockadmin.php:241
msgid "To access the UpdraftPlus settings, please enter your unlock password"
msgstr "請輸入解鎖密碼以存取 UpdraftPlus 設定"
#: src/addons/lockadmin.php:238
msgid "Password incorrect"
msgstr "密碼錯誤"
#: src/addons/lockadmin.php:226, src/addons/lockadmin.php:232
msgid "Unlock"
msgstr "解除鎖定"
#: src/addons/lockadmin.php:196
msgid "Otherwise, the default link will be shown."
msgstr "否則, 將會顯示預設連結"
#: src/addons/lockadmin.php:196
msgid "Anyone seeing the lock screen will be shown this URL for support - enter a website address or an email address."
msgstr "任何人觀看鎖定頁面時會顯示支援網址 - 輸入網站地址或電子郵件地址"
#: src/addons/lockadmin.php:196
msgid "Support URL"
msgstr "支援網址"
#: src/addons/lockadmin.php:194
msgid "Require password again after"
msgstr "再次要求提供密碼的間隔"
#: src/addons/lockadmin.php:185, src/addons/lockadmin.php:186
msgid "%s weeks"
msgstr "%s 星期"
#: src/addons/lockadmin.php:184
msgid "1 week"
msgstr "1 星期"
#: src/addons/lockadmin.php:182, src/addons/lockadmin.php:183
msgid "%s hours"
msgstr "%s 小時"
#: src/addons/lockadmin.php:181
msgid "1 hour"
msgstr "1 小時"
#: src/addons/lockadmin.php:170
msgid "Please make sure that you have made a note of the password!"
msgstr ""
#: src/addons/lockadmin.php:163,
#: src/templates/wp-admin/advanced/lock-admin.php:8
msgid "Lock access to the UpdraftPlus settings page"
msgstr ""
#: src/addons/lockadmin.php:136
msgid "The admin password has been changed."
msgstr "已變更管理員密碼"
#: src/addons/lockadmin.php:134
msgid "An admin password has been set."
msgstr "已設定管理員密碼"
#: src/addons/lockadmin.php:132
msgid "The admin password has now been removed."
msgstr "已移除管理員密碼"
#: src/addons/morefiles.php:156
msgid "(learn more about this significant option)"
msgstr "(了解更多關於這個重要的選項)"
#: src/udaddons/options.php:271
msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
msgstr ""
#: src/admin.php:3664, src/admin.php:4758
msgid "View Log"
msgstr "檢視記錄"
#: src/templates/wp-admin/settings/existing-backups-table.php:18,
#: src/templates/wp-admin/settings/existing-backups-table.php:100
msgid "Backup data (click to download)"
msgstr "備份資料 (點擊下載)"
#: src/templates/wp-admin/settings/existing-backups-table.php:17,
#: src/templates/wp-admin/settings/existing-backups-table.php:67
msgid "Backup date"
msgstr "備份時間"
#: src/templates/wp-admin/settings/form-contents.php:42,
#: src/templates/wp-admin/settings/form-contents.php:76
msgid "and retain this many scheduled backups"
msgstr "和保留排程備份數量"
#: src/admin.php:4160
msgid "incremental backup; base backup: %s"
msgstr "增量備份; 基層備份: %s"
#: src/templates/wp-admin/advanced/lock-admin.php:19
msgid "For the ability to lock access to UpdraftPlus settings with a password, upgrade to UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:69,
#: src/templates/wp-admin/settings/tab-backups.php:71
msgid "Upload files into UpdraftPlus."
msgstr "上傳檔案到 UpdraftPlus 。"
#: src/admin.php:1366, src/includes/class-commands.php:505,
#: src/templates/wp-admin/settings/take-backup.php:13
msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
msgstr "未能進行 \"立即備份\", 這可能是由於備份目錄為不可寫入狀態 (請前往 \"設定\" 頁檢視及修改相關的選項)"
#: src/class-updraftplus.php:5217
msgid "Backup label:"
msgstr "備份標籤:"
#: src/admin.php:2539, src/addons/backblaze.php:240
msgid "Error: unexpected file read fail"
msgstr "未預期的檔案讀取失敗"
#: src/backup.php:4389
msgid "check your log for more details."
msgstr "檢視記錄以獲取更多資訊"
#: src/backup.php:4385
msgid "A zip error occurred"
msgstr "發生 zip 錯誤"
#: src/addons/reporting.php:92
msgid "Your label for this backup (optional)"
msgstr "此備份的標籤 (可選)"
#: src/methods/updraftvault.php:933, src/udaddons/updraftplus-addons.php:1092
msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
msgstr ""
#: src/methods/updraftvault.php:930, src/udaddons/updraftplus-addons.php:1088
msgid "Your email address was valid, but your password was not recognised by UpdraftPlus.Com."
msgstr "你的電郵地址是有效的, 但密碼未能在 UpdraftPlus.Com 驗證"
#: src/methods/updraftvault.php:870, src/udaddons/updraftplus-addons.php:957
msgid "You need to supply both an email address and a password"
msgstr "你需要提供電子郵件和密碼"
#: src/class-updraftplus.php:5236
msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
msgstr ""
#: src/includes/migrator-lite.php:986
msgid "already done"
msgstr "已經完成"
#: src/includes/migrator-lite.php:946
msgid "skipped (not in list)"
msgstr "略過 (未有在列表上)"
#: src/includes/class-search-replace.php:99,
#: src/includes/migrator-lite.php:946, src/includes/migrator-lite.php:986
msgid "Search and replacing table:"
msgstr "搜尋和取代資料表:"
#: src/includes/migrator-lite.php:293
msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
msgstr "輸入以逗號分間的清單; 或者, 留空以選取所有資料表"
#: src/includes/migrator-lite.php:293
msgid "These tables only"
msgstr "只有這些資料表"
#: src/includes/migrator-lite.php:292
msgid "Rows per batch"
msgstr "每次的行數"
#: src/udaddons/options.php:122
msgid "You have not yet connected with your UpdraftPlus.Com account."
msgstr "你仍未連結到 UpdraftPlus.Com 帳號"
#: src/udaddons/options.php:122, src/udaddons/options.php:120
msgid "You need to connect to receive future updates to UpdraftPlus."
msgstr ""
#: src/class-updraftplus.php:5209, src/class-updraftplus.php:5207
msgid "Any support requests to do with %s should be raised with your web hosting company."
msgstr ""
#: src/class-updraftplus.php:5207
msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc are compatible with the older %s version."
msgstr ""
#: src/class-updraftplus.php:5207
msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
msgstr ""
#: src/class-updraftplus.php:5209, src/class-updraftplus.php:5207
msgid "The site in this backup was running on a webserver with version %s of %s."
msgstr ""
#: src/includes/updraftplus-notices.php:146,
#: src/includes/updraftplus-notices.php:148
msgid "Facebook"
msgstr "Facebook"
#: src/includes/updraftplus-notices.php:144,
#: src/includes/updraftplus-notices.php:147,
#: src/templates/wp-admin/settings/header.php:16
msgid "Twitter"
msgstr "Twitter"
#: src/includes/updraftplus-notices.php:143
msgid "UpdraftPlus is on social media - check us out!"
msgstr "UpdraftPlus 也在社群平台上 - 追蹤我們!"
#: src/addons/wp-cli.php:979, src/includes/class-filesystem-functions.php:83
msgid "Why am I seeing this?"
msgstr "為甚麼我會見到這個?"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "The location of this directory is set in the expert settings, in the Settings tab."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
msgstr ""
#: src/admin.php:2458, src/admin.php:2481, src/includes/class-commands.php:992
msgid "Start backup"
msgstr "開始備份"
#: src/class-updraftplus.php:5178, src/restorer.php:1882
msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
msgstr ""
#: src/admin.php:4048
msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
msgstr ""
#: src/templates/wp-admin/advanced/advanced-tools.php:6
msgid "Unless you have a problem, you can completely ignore everything here."
msgstr "除非你遇到問題, 否則你可以略過這些內容"
#: src/admin.php:2722
msgid "This file could not be uploaded"
msgstr ""
#: src/admin.php:2685
msgid "You will find more information about this in the Settings section."
msgstr ""
#: src/addons/importer.php:78
msgid "Supported backup plugins: %s"
msgstr ""
#: src/addons/importer.php:78
msgid "Was this a backup created by a different backup plugin? If so, then you might first need to rename it so that it can be recognized - please follow this link."
msgstr ""
#: src/addons/incremental.php:378
msgid "Tell me more about incremental backups"
msgstr "更多有關增量備份"
#: src/templates/wp-admin/advanced/site-info.php:57
msgid "Memory limit"
msgstr "記憶體限額"
#: src/restorer.php:2800, src/includes/class-filesystem-functions.php:304
msgid "restoration"
msgstr ""
#: src/class-updraftplus.php:3767
msgid "Incremental"
msgstr "增量"
#: src/class-updraftplus.php:3767
msgid "Full backup"
msgstr "完整備份"
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "now proceeding with the updates..."
msgstr "正在進行及更新"
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "(view log...)"
msgstr "(查看紀錄...)"
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "Backup succeeded"
msgstr "備份已完成"
#: src/updraftplus.php:122, src/addons/incremental.php:343,
#: src/addons/incremental.php:344, src/addons/incremental.php:345,
#: src/addons/incremental.php:346
msgid "Every %s hours"
msgstr "每 %s 小時"
#: src/restorer.php:4382, src/restorer.php:4380,
#: src/includes/migrator-lite.php:629, src/includes/migrator-lite.php:627
msgid "search and replace"
msgstr "搜尋及取代"
#: src/includes/migrator-lite.php:295
msgid "Go"
msgstr "執行"
#: src/includes/migrator-lite.php:284
msgid "A search/replace cannot be undone - are you sure you want to do this?"
msgstr "搜尋/取代功能不能復原 - 你確定要這樣做嗎?"
#: src/includes/migrator-lite.php:283
msgid "This can easily destroy your site; so, use it with care!"
msgstr "這樣很容易會破壞你的網站; 所以請小心使用!"
#: src/includes/migrator-lite.php:238, src/includes/migrator-lite.php:291
msgid "Replace with"
msgstr "取代為"
#: src/includes/migrator-lite.php:237, src/includes/migrator-lite.php:290
msgid "Search for"
msgstr "搜尋項目"
#: src/includes/migrator-lite.php:236, src/includes/migrator-lite.php:282,
#: src/templates/wp-admin/advanced/search-replace.php:7,
#: src/templates/wp-admin/advanced/tools-menu.php:20
msgid "Search / replace database"
msgstr "搜尋 / 取代 資料庫"
#: src/includes/migrator-lite.php:242
msgid "search term"
msgstr "搜尋字詞"
#: src/restorer.php:4049
msgid "Too many database errors have occurred - aborting"
msgstr "發生過多的資料庫錯誤 - 中斷中"
#: src/class-updraftplus.php:3839
msgid "read more at %s"
msgstr "在 %s 閱覽更多"
#: src/class-updraftplus.php:3839
msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
msgstr "UpdraftPlus (免費版本) 製作的電郵報告將會提供最近 UpdraftPlus.com 的消息"
#: src/methods/googledrive.php:1500
msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "You have not yet made any backups."
msgstr "你未有任何已製作的備份"
#: src/templates/wp-admin/settings/form-contents.php:153
msgid "Database Options"
msgstr "資料庫選項"
#: src/templates/wp-admin/advanced/site-info.php:92
msgid "%s (%s used)"
msgstr "%s (%s 已使用)"
#: src/templates/wp-admin/advanced/site-info.php:92
msgid "Free disk space in account:"
msgstr "可用磁碟空間:"
#: src/admin.php:5638, src/templates/wp-admin/settings/take-backup.php:52
msgid "This button is disabled because your backup directory is not writable (see the settings)."
msgstr "按鍵已停用, 因為你的備份資料夾未能寫入檔案 (請檢查設定)。"
#: src/admin.php:1371
msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
msgstr "想要更改任何預設備份設定、排程自動備份、自動上傳備份檔案到遠端(推薦)...等功能,請到「設定」頁籤操作吧!"
#: src/admin.php:1371
msgid "To make a backup, just press the Backup Now button."
msgstr "製作備份, 只需按一下 \"立即備份\"。"
#: src/admin.php:1371
msgid "Welcome to UpdraftPlus!"
msgstr "歡迎使用 UpdraftPlus!"
#: src/addons/moredatabase.php:281
msgid "Testing..."
msgstr "測試中..."
#: src/addons/moredatabase.php:268
msgid "Test connection..."
msgstr "測試連接..."
#: src/addons/moredatabase.php:267
msgid "Table prefix"
msgstr "資料表前綴"
#: src/addons/moredatabase.php:261
msgid "Backup external database"
msgstr "備份外部資料庫"
#: src/addons/moredatabase.php:201
msgid "Add an external database to backup..."
msgstr "新增一個外部資料庫進行備份......"
#: src/addons/moredatabase.php:197
msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
msgstr ""
#: src/addons/moredatabase.php:196
msgid "Backup non-WordPress tables contained in the same database as WordPress"
msgstr "備份在 WordPress 同一資料庫內的非 WordPress 資料表"
#: src/addons/moredatabase.php:196
msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
msgstr ""
#: src/addons/moredatabase.php:181
msgid "Connection failed."
msgstr "連結失敗"
#: src/addons/moredatabase.php:179
msgid "Connection succeeded."
msgstr "連接成功。"
#: src/addons/moredatabase.php:161
msgid "%s total table(s) found; %s with the indicated prefix."
msgstr "總計已找到 %s 資料表; %s 個標明前綴的資料表"
#: src/addons/moredatabase.php:155
msgid "%s table(s) found."
msgstr "找到 %s 資料表。"
#: src/addons/moredatabase.php:128
msgid "database connection attempt failed"
msgstr ""
#: src/addons/moredatabase.php:117
msgid "database name"
msgstr "資料庫名稱"
#: src/addons/moredatabase.php:115
msgid "host"
msgstr "伺服器"
#: src/addons/moredatabase.php:113
msgid "user"
msgstr "使用者"
#: src/class-updraftplus.php:2046
msgid "External database (%s)"
msgstr "外部資料庫 (%s)"
#: src/methods/googledrive.php:1496
msgid "Follow this link to your Google API Console, and there activate the Drive API and create a Client ID in the API Access section."
msgstr ""
#: src/methods/googledrive.php:717
msgid "failed to access parent folder"
msgstr "未能存取父層資料夾"
#: src/addons/googlecloud.php:884, src/addons/onedrive.php:981,
#: src/addons/onedrive.php:992, src/methods/googledrive.php:638,
#: src/methods/googledrive.php:651
msgid "However, subsequent access attempts failed:"
msgstr ""
#: src/admin.php:4540, src/addons/wp-cli.php:440
msgid "External database"
msgstr "外部資料庫"
#: src/templates/wp-admin/settings/form-contents.php:321
msgid "This will also cause debugging output from all plugins to be shown upon this screen - please do not be surprised to see these."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:234
msgid "Backup more databases"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:193
msgid "First, enter the decryption key"
msgstr "首先請輸入解密金鑰"
#: src/templates/wp-admin/settings/form-contents.php:176
msgid "You can manually decrypt an encrypted database here."
msgstr "你可以在這裡把已加密的資料庫解密"
#: src/templates/wp-admin/settings/form-contents.php:162
msgid "It can also backup external databases."
msgstr "它亦可以備份外部資料庫"
#: src/templates/wp-admin/settings/form-contents.php:162
msgid "Don't want to be spied on? UpdraftPlus Premium can encrypt your database backup."
msgstr "不想要被竊取?UpdraftPlus 進階版可以加密你的資料庫備份。"
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "use UpdraftPlus Premium"
msgstr "使用 UpdraftPlus 進階版"
#: src/includes/class-wpadmin-commands.php:146
msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
msgstr ""
#: src/restorer.php:3214, src/restorer.php:3947, src/restorer.php:4037,
#: src/restorer.php:4020
msgid "An error occurred on the first %s command - aborting run"
msgstr ""
#: src/backup.php:1593, src/addons/moredatabase.php:136
msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
msgstr ""
#: src/backup.php:1593
msgid "database connection attempt failed."
msgstr ""
#: src/includes/migrator-lite.php:877
msgid "Warning: the database's home URL (%s) is different to what we expected (%s)"
msgstr ""
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:111,
#: src/addons/google-enhanced.php:128, src/addons/google-enhanced.php:134
msgid "In %s, path names are case sensitive."
msgstr ""
#: src/addons/azure.php:700, src/addons/google-enhanced.php:110,
#: src/addons/google-enhanced.php:128, src/addons/onedrive.php:1322
msgid "If you leave it blank, then the backup will be placed in the root of your %s"
msgstr ""
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:128,
#: src/addons/googlecloud.php:1308, src/addons/onedrive.php:1322
msgid "e.g. %s"
msgstr "例如 %s"
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:128,
#: src/addons/onedrive.php:1322
msgid "Enter the path of the %s folder you wish to use here."
msgstr ""
#: src/methods/openstack2.php:257
msgid "Container"
msgstr "容器"
#: src/methods/openstack2.php:253
msgid "Leave this blank, and a default will be chosen."
msgstr "留空將會使用預設值"
#: src/methods/openstack2.php:249
msgid "Tenant"
msgstr ""
#: src/admin.php:1109, src/admin.php:6083, src/restorer.php:392,
#: src/restorer.php:390, src/methods/openstack2.php:251,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "Follow this link for more information"
msgstr ""
#: src/methods/openstack2.php:130
msgid "authentication URI"
msgstr ""
#: src/methods/addon-base-v2.php:239, src/methods/addon-base-v2.php:259
msgid "Failed to download %s"
msgstr "無法下載 %s"
#: src/methods/addon-base-v2.php:253
msgid "Failed to download"
msgstr "無法下載"
#: src/methods/addon-base-v2.php:138
msgid "failed to list files"
msgstr "無法列出檔案"
#: src/methods/addon-base-v2.php:100, src/methods/addon-base-v2.php:105
msgid "Failed to upload %s"
msgstr ""
#: src/addons/pcloud.php:710, src/methods/dropbox.php:910,
#: src/methods/dropbox.php:912
msgid "Success:"
msgstr "成功:"
#: src/addons/googlecloud.php:1318, src/addons/onedrive.php:1333,
#: src/methods/googledrive.php:1506
msgid "After you have saved your settings (by clicking 'Save Changes' below), then come back here once and follow this link to complete authentication with %s."
msgstr ""
#: src/methods/dropbox.php:605
msgid "Dropbox"
msgstr "Dropbox"
#: src/addons/onedrive.php:1328, src/addons/pcloud.php:549,
#: src/methods/dropbox.php:605
msgid "Authenticate with %s"
msgstr "以 %s 作認證"
#: src/methods/cloudfiles.php:415, src/methods/openstack-base.php:460
msgid "Error downloading remote file: Failed to download"
msgstr ""
#: src/methods/openstack-base.php:531, src/methods/openstack-base.php:536
msgid "Region: %s"
msgstr ""
#: src/methods/openstack-base.php:530
msgid "%s error - we accessed the container, but failed to create a file within it"
msgstr ""
#: src/methods/openstack-base.php:446
msgid "The %s object was not found"
msgstr ""
#: src/methods/openstack-base.php:56, src/methods/openstack-base.php:369,
#: src/methods/openstack-base.php:438
msgid "Could not access %s container"
msgstr "未能存取 %s 容器"
#: src/methods/openstack-base.php:48, src/methods/openstack-base.php:122,
#: src/methods/openstack-base.php:129, src/methods/openstack-base.php:361,
#: src/methods/openstack-base.php:426
msgid "%s error - failed to access the container"
msgstr ""
#: src/addons/googlecloud.php:1341, src/addons/onedrive.php:1355,
#: src/addons/pcloud.php:568, src/methods/dropbox.php:750
msgid "Account holder's name: %s."
msgstr ""
#: src/methods/googledrive.php:1502
msgid "To be able to set a custom folder name, use UpdraftPlus Premium."
msgstr "想要設定資料夾名稱,請使用 UpdraftPlus 進階版。"
#: src/methods/googledrive.php:1501
msgid "It is an ID number internal to Google Drive"
msgstr ""
#: src/methods/googledrive.php:1501
msgid "This is NOT a folder name."
msgstr ""
#: src/addons/google-enhanced.php:126, src/methods/googledrive.php:1493
msgid "Folder"
msgstr "資料夾"
#: src/addons/onedrive.php:526
msgid "%s download: failed: file not found"
msgstr ""
#: src/addons/googlecloud.php:904, src/methods/googledrive.php:674
msgid "Name: %s."
msgstr "名稱:%s。"
#: src/methods/googledrive.php:339
msgid "Google Drive list files: failed to access parent folder"
msgstr ""
#: src/methods/insufficient.php:121
msgid "Your %s version: %s."
msgstr ""
#: src/methods/addon-not-yet-present.php:127, src/methods/insufficient.php:120
msgid "You will need to ask your web hosting company to upgrade."
msgstr ""
#: src/methods/addon-not-yet-present.php:27, src/methods/insufficient.php:21
msgid "This remote storage method (%s) requires PHP %s or later."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:118
msgid "Call"
msgstr "呼叫"
#: src/templates/wp-admin/advanced/site-info.php:116,
#: src/templates/wp-admin/advanced/site-info.php:116
msgid "Fetch"
msgstr "擷取"
#: src/addons/migrator.php:315,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:72,
#: src/templates/wp-admin/settings/form-contents.php:183,
#: src/templates/wp-admin/settings/tab-backups.php:74
msgid "This feature requires %s version %s or later"
msgstr "這功能需要 %s 版本 %s 或更新"
#: src/restorer.php:857
msgid "Failed to unpack the archive"
msgstr ""
#: src/class-updraftplus.php:1638, src/methods/cloudfiles.php:428
msgid "Error - failed to download the file"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "Rescan local folder for new backup sets"
msgstr "重新掃描在本機資料夾的備份檔"
#: src/udaddons/updraftplus-addons.php:325
msgid "You should update UpdraftPlus to make sure that you have a version that has been tested for compatibility."
msgstr ""
#: src/udaddons/updraftplus-addons.php:325
msgid "It has been tested up to version %s."
msgstr ""
#: src/udaddons/updraftplus-addons.php:325
msgid "The installed version of UpdraftPlus Backup/Restore has not been tested on your version of WordPress (%s)."
msgstr ""
#: src/addons/sftp.php:646
msgid "password/key"
msgstr ""
#: src/admin.php:990, src/addons/migrator.php:554, src/addons/sftp.php:613,
#: src/templates/wp-admin/settings/temporary-clone.php:68
msgid "Key"
msgstr "金鑰"
#: src/addons/sftp.php:616
msgid "Your login may be either password or key-based - you only need to enter one, not both."
msgstr ""
#: src/addons/sftp.php:428
msgid "The key provided was not in a valid format, or was corrupt."
msgstr ""
#: src/addons/sftp.php:124
msgid "SCP/SFTP password/key"
msgstr ""
#: src/admin.php:4584, src/addons/wp-cli.php:451
msgid "Files backup (created by %s)"
msgstr ""
#: src/admin.php:4584, src/addons/wp-cli.php:451
msgid "Files and database WordPress backup (created by %s)"
msgstr ""
#: src/admin.php:4578, src/addons/importer.php:278,
#: src/includes/class-backup-history.php:534
msgid "Backup created by: %s."
msgstr ""
#: src/admin.php:4538, src/addons/wp-cli.php:434
msgid "Database (created by %s)"
msgstr ""
#: src/admin.php:4532, src/admin.php:4580, src/addons/wp-cli.php:432
msgid "unknown source"
msgstr "未知的來源"
#: src/templates/wp-admin/advanced/site-info.php:122,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:56,
#: src/templates/wp-admin/settings/tab-backups.php:60
msgid "Rescan remote storage"
msgstr "重新掃描遠端儲存空間"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:51,
#: src/templates/wp-admin/settings/tab-backups.php:55
msgid "Upload backup files"
msgstr "上傳備份檔案"
#: src/admin.php:2737
msgid "This backup was created by %s, and can be imported."
msgstr ""
#: src/admin.php:1429
msgid "Read this page for a guide to possible causes and how to fix it."
msgstr ""
#: src/admin.php:951, src/includes/class-backup-history.php:541
msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
msgstr ""
#: src/admin.php:950
msgid "However, UpdraftPlus archives are standard zip/SQL files - so if you are sure that your file has the right format, then you can rename it to match that pattern."
msgstr ""
#: src/includes/class-backup-history.php:541
msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
msgstr ""
#: src/admin.php:4581, src/restorer.php:2769,
#: src/includes/class-wpadmin-commands.php:159
msgid "Backup created by unknown source (%s) - cannot be restored."
msgstr ""
#: src/restorer.php:1742, src/restorer.php:1694
msgid "The WordPress content folder (wp-content) was not found in this zip file."
msgstr ""
#: src/restorer.php:1587
msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
msgstr ""
#: src/methods/dropbox.php:406
msgid "%s returned an unexpected HTTP response: %s"
msgstr ""
#: src/addons/sftp.php:1180
msgid "The UpdraftPlus module for this file access method (%s) does not support listing files"
msgstr ""
#: src/addons/backblaze.php:665, src/methods/cloudfiles.php:244,
#: src/methods/dropbox.php:388, src/methods/openstack-base.php:117
msgid "No settings were found"
msgstr "未找到任何設定"
#: src/includes/class-backup-history.php:729
msgid "One or more backups has been added from scanning remote storage; note that these backups will not be automatically deleted through the \"retain\" settings; if/when you wish to delete them then you must do so manually."
msgstr ""
#: src/admin.php:915
msgid "Rescanning remote and local storage for backup sets..."
msgstr "重新掃描遠端和本地空間的備份檔..."
#: src/addons/googlecloud.php:1312, src/addons/s3-enhanced.php:73,
#: src/addons/s3-enhanced.php:81, src/methods/s3generic.php:203,
#: src/methods/s3generic.php:209
msgid "(Read more)"
msgstr ""
#: src/addons/reporting.php:518
msgid "Log all messages to syslog (only server admins are likely to want this)"
msgstr ""
#: src/addons/morefiles.php:433
msgid "No backup of location: there was nothing found to back up"
msgstr ""
#: src/addons/moredatabase.php:260, src/addons/morefiles.php:334,
#: src/addons/morefiles.php:1056, src/addons/reporting.php:543
msgid "Remove"
msgstr ""
#: src/methods/s3.php:940, src/methods/s3.php:1084
msgid "Other %s FAQs."
msgstr "其他 %s 常見問題。"
#: src/templates/wp-admin/settings/form-contents.php:321
msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
msgstr ""
#: src/includes/class-filesystem-functions.php:304, src/methods/ftp.php:116
msgid "Your hosting company must enable these functions before %s can work."
msgstr ""
#: src/includes/class-filesystem-functions.php:304, src/methods/ftp.php:116
msgid "Your web server's PHP installation has these functions disabled: %s."
msgstr ""
#: src/methods/ftp.php:113
msgid "encrypted FTP (explicit encryption)"
msgstr ""
#: src/methods/ftp.php:112
msgid "encrypted FTP (implicit encryption)"
msgstr ""
#: src/methods/ftp.php:111
msgid "regular non-encrypted FTP"
msgstr ""
#: src/restorer.php:3041
msgid "Backup created by:"
msgstr "備份建立由:"
#: src/udaddons/options.php:536
msgid "Available to claim on this site"
msgstr ""
#: src/udaddons/updraftplus-addons.php:357
msgid "To maintain your access to support, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:357
msgid "Your paid access to UpdraftPlus support will soon expire."
msgstr ""
#: src/udaddons/updraftplus-addons.php:355
msgid "To regain your access, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:355
msgid "Your paid access to UpdraftPlus support has expired."
msgstr ""
#: src/udaddons/updraftplus-addons.php:346
msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
msgstr ""
#: src/udaddons/updraftplus-addons.php:346,
#: src/udaddons/updraftplus-addons.php:344
msgid "To retain your access, and maintain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:344
msgid "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this site will soon expire."
msgstr ""
#: src/udaddons/updraftplus-addons.php:338
msgid "Your paid access to UpdraftPlus updates for %s add-ons on this site has expired."
msgstr ""
#: src/udaddons/updraftplus-addons.php:338,
#: src/udaddons/updraftplus-addons.php:332
msgid "To regain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:294
msgid "Dismiss from main dashboard (for %s weeks)"
msgstr ""
#: src/includes/class-filesystem-functions.php:355
msgid "The attempt to undo the double-compression succeeded."
msgstr ""
#: src/includes/class-filesystem-functions.php:353,
#: src/includes/class-filesystem-functions.php:331
msgid "The attempt to undo the double-compression failed."
msgstr ""
#: src/includes/class-filesystem-functions.php:324
msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
msgstr ""
#: src/includes/class-wpadmin-commands.php:399
msgid "Constants"
msgstr ""
#: src/backup.php:1972
msgid "Failed to open database file for reading:"
msgstr ""
#: src/backup.php:1645
msgid "No database tables found"
msgstr ""
#: src/backup.php:1643
msgid "please wait for the rescheduled attempt"
msgstr ""
#: src/addons/onedrive.php:147
msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
msgstr ""
#: src/udaddons/updraftplus-addons.php:658,
#: src/udaddons/updraftplus-addons.php:564
msgid "Errors occurred:"
msgstr ""
#: src/admin.php:5152, src/addons/wp-cli.php:761
msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "See this FAQ also."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:36
msgid "Retrieving (if necessary) and preparing backup files..."
msgstr ""
#: src/restorer.php:1579
msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete old folders\" button to delete them before trying again): %s"
msgstr ""
#: src/admin.php:1375, src/class-updraftplus.php:1030
msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
msgstr ""
#: src/includes/migrator-lite.php:209
msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
msgstr ""
#: src/addons/sftp.php:946, src/addons/sftp.php:943,
#: src/includes/ftp.class.php:61, src/includes/ftp.class.php:58
msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
msgstr ""
#: src/admin.php:1934, src/addons/moredatabase.php:168
msgid "Messages:"
msgstr "訊息:"
#: src/restorer.php:3821
msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
msgstr ""
#: src/restorer.php:1258
msgid "The directory does not exist"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:298
msgid "New User's Email Address"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:295
msgid "New User's Username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:292
msgid "Admin API Key"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:289
msgid "Admin Username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:284
msgid "US or UK Rackspace Account"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:276
msgid "Enter your Rackspace admin username/API key (so that Rackspace can authenticate your permission to create new users), and enter a new (unique) username and email address for the new user and a container name."
msgstr ""
#: src/addons/cloudfiles-enhanced.php:273
msgid "Create new API user and container"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:205
msgid "API Key: %s"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:205
msgid "Password: %s"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:205, src/addons/s3-enhanced.php:388
msgid "Username: %s"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:164,
#: src/addons/cloudfiles-enhanced.php:167,
#: src/addons/cloudfiles-enhanced.php:171,
#: src/addons/cloudfiles-enhanced.php:183,
#: src/addons/cloudfiles-enhanced.php:190,
#: src/addons/cloudfiles-enhanced.php:194
msgid "Cloud Files operation failed (%s)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:162
msgid "Conflict: that user or email address already exists"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:94
msgid "You need to enter a valid new email address"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:90
msgid "You need to enter a container"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:87
msgid "You need to enter a new username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:84
msgid "You need to enter an admin API key"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:81
msgid "You need to enter an admin username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:67
msgid "Create a new API user with access to only this container (rather than your whole account)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:305, src/methods/cloudfiles-new.php:129,
#: src/methods/cloudfiles-new.php:298, src/methods/cloudfiles.php:507
msgid "Cloud Files Container"
msgstr ""
#: src/methods/cloudfiles-new.php:124, src/methods/cloudfiles-new.php:296,
#: src/methods/cloudfiles.php:502
msgid "Cloud Files API Key"
msgstr ""
#: src/methods/cloudfiles-new.php:119, src/methods/cloudfiles-new.php:295
msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use Premium."
msgstr ""
#: src/methods/cloudfiles-new.php:116, src/methods/cloudfiles-new.php:294
msgid "Cloud Files Username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:54, src/methods/cloudfiles-new.php:148
msgid "London (LON)"
msgstr "倫敦(LON)"
#: src/addons/cloudfiles-enhanced.php:53, src/methods/cloudfiles-new.php:147
msgid "Hong Kong (HKG)"
msgstr "香港(HKG)"
#: src/addons/cloudfiles-enhanced.php:52, src/methods/cloudfiles-new.php:146
msgid "Northern Virginia (IAD)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:51, src/methods/cloudfiles-new.php:145
msgid "Chicago (ORD)"
msgstr "芝加哥(ORD)"
#: src/addons/cloudfiles-enhanced.php:50, src/methods/cloudfiles-new.php:144
msgid "Sydney (SYD)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:49, src/methods/cloudfiles-new.php:143
msgid "Dallas (DFW) (default)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:301, src/methods/cloudfiles-new.php:106,
#: src/methods/cloudfiles-new.php:293
msgid "Cloud Files Storage Region"
msgstr ""
#: src/methods/cloudfiles-new.php:99
msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
msgstr ""
#: src/methods/cloudfiles-new.php:97, src/methods/cloudfiles-new.php:287
msgid "US or UK-based Rackspace Account"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:285, src/methods/cloudfiles-new.php:97,
#: src/methods/cloudfiles-new.php:288
msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
msgstr ""
#: src/addons/cloudfiles-enhanced.php:160, src/addons/s3-enhanced.php:300,
#: src/methods/cloudfiles-new.php:37, src/methods/openstack-base.php:491,
#: src/methods/openstack-base.php:489, src/methods/openstack-base.php:512,
#: src/methods/openstack2.php:33
msgid "Authorisation failed (check your credentials)"
msgstr ""
#: src/addons/wp-cli.php:1082, src/includes/class-commands.php:908,
#: src/methods/updraftvault.php:844, src/udaddons/options.php:244
msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
msgstr "嘗試連接 UpdraftPlus.Com 時, 出現未知的錯誤"
#: src/admin.php:965
msgid "Create"
msgstr "建立"
#: src/admin.php:925
msgid "Trying..."
msgstr "正在嘗試..."
#: src/admin.php:924
msgid "The new user's RackSpace console password is (this will not be shown again):"
msgstr ""
#: src/admin.php:935, src/restorer.php:386
msgid "Error data:"
msgstr "錯誤資訊:"
#: src/admin.php:5245
msgid "Backup does not exist in the backup history"
msgstr ""
#: src/restorer.php:3183
msgid "Split line to avoid exceeding maximum packet size"
msgstr ""
#: src/restorer.php:851
msgid "Could not move old files out of the way."
msgstr ""
#: src/restorer.php:847
msgid "Moving old data out of the way..."
msgstr ""
#: src/addons/reporting.php:503
msgid "Add another address..."
msgstr "增加另一個地址..."
#: src/addons/reporting.php:488
msgid "Enter addresses here to have a report sent to them when a backup job finishes."
msgstr ""
#: src/class-updraftplus.php:2054, src/class-updraftplus.php:2059
msgid "%s checksum: %s"
msgstr "%s 校驗碼: %s"
#: src/class-updraftplus.php:1988, src/class-updraftplus.php:1986
msgid "files: %s"
msgstr "檔案: %s"
#: src/addons/reporting.php:414
msgid "Use the \"Reporting\" section to configure the email addresses to be used."
msgstr ""
#: src/addons/reporting.php:293
msgid "Debugging information"
msgstr "除錯資訊"
#: src/admin.php:4498, src/addons/reporting.php:248
msgid "Uploaded to:"
msgstr "已上傳到:"
#: src/addons/reporting.php:247
msgid "Time taken:"
msgstr "所需時間:"
#: src/addons/reporting.php:238
msgid "Warnings"
msgstr "警告"
#: src/addons/reporting.php:223
msgid "Errors"
msgstr "錯誤"
#: src/addons/reporting.php:220
msgid "Errors / warnings:"
msgstr "錯誤/警告:"
#: src/addons/morefiles.php:144, src/addons/morefiles.php:145,
#: src/addons/reporting.php:209
msgid "Contains:"
msgstr "包含:"
#: src/addons/reporting.php:208
msgid "Backup began:"
msgstr "備份開始:"
#: src/addons/reporting.php:196
msgid "Backup Report"
msgstr "備份報告"
#: src/addons/reporting.php:191
msgid "%d hours, %d minutes, %d seconds"
msgstr "%d 小時, %d 分鐘, %d 秒"
#: src/addons/reporting.php:175
msgid "%d errors, %d warnings"
msgstr "%d 錯誤, %d 警告"
#: src/methods/dropbox.php:816, src/methods/dropbox.php:873
msgid "%s authentication"
msgstr "%s 認證"
#: src/class-updraftplus.php:611, src/addons/onedrive.php:924,
#: src/addons/pcloud.php:705, src/methods/dropbox.php:816,
#: src/methods/dropbox.php:873, src/methods/dropbox.php:887,
#: src/methods/dropbox.php:907, src/methods/dropbox.php:1073
msgid "%s error: %s"
msgstr "%s 錯誤: %s"
#: src/addons/googlecloud.php:1294, src/methods/dropbox.php:599
msgid "%s logo"
msgstr "%s 圖示"
#: src/methods/dropbox.php:316
msgid "did not return the expected response - check your log file for more details"
msgstr ""
#: src/methods/s3.php:336
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it"
msgstr "未有安裝必需的 PHP 組件 - 請向你的網頁寄存公司查詢以開啟此功能"
#: src/methods/email.php:110
msgid "Your site's admin email address (%s) will be used."
msgstr "將會使用網站的管理員電郵 (%s)"
#: src/admin.php:977, src/admin.php:3332, src/methods/updraftvault.php:484,
#: src/methods/updraftvault.php:525,
#: src/templates/wp-admin/settings/temporary-clone.php:87
msgid "Connect"
msgstr "連接"
#: src/class-updraftplus.php:5140
msgid "(version: %s)"
msgstr "(版本: %s)"
#: src/admin.php:912
msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
msgstr ""
#: src/class-updraftplus.php:3874, src/addons/reporting.php:207
msgid "Latest status:"
msgstr "最近狀態:"
#: src/class-updraftplus.php:3873
msgid "Backup contains:"
msgstr ""
#: src/class-updraftplus.php:3830
msgid "Backed up: %s"
msgstr "已備份: %s"
#: src/class-updraftplus.php:3824, src/class-updraftplus.php:3999,
#: src/addons/reporting.php:290
msgid "The log file has been attached to this email."
msgstr "Log已附件在這封電子郵件內。"
#: src/class-updraftplus.php:3784
msgid "Unknown/unexpected error - please raise a support request"
msgstr "未知或未預期的錯誤 - 請尋求我們的支援"
#: src/class-updraftplus.php:3779
msgid "Database only (files were not part of this particular schedule)"
msgstr ""
#: src/class-updraftplus.php:3779
msgid "Database (files backup has not completed)"
msgstr ""
#: src/class-updraftplus.php:3776
msgid "Files only (database was not part of this particular schedule)"
msgstr "只限檔案 (排程不包括資料庫)"
#: src/class-updraftplus.php:3776
msgid "Files (database backup has not completed)"
msgstr ""
#: src/admin.php:431, src/class-updraftplus.php:3774
msgid "Files and database"
msgstr ""
#: src/options.php:229
msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
msgstr ""
#: src/options.php:229
msgid "Without upgrading, UpdraftPlus allows every blog admin who can modify plugin settings to backup (and hence access the data, including passwords, from) and restore (including with customized modifications, e.g. changed passwords) the entire network."
msgstr ""
#: src/options.php:229
msgid "This is a WordPress multi-site (a.k.a. network) installation."
msgstr ""
#: src/options.php:229
msgid "UpdraftPlus warning:"
msgstr "UpdraftPlus 警告:"
#: src/udaddons/options.php:542, src/udaddons/options.php:542
msgid "(or connect using the form on this page if you have already purchased it)"
msgstr ""
#: src/udaddons/options.php:530
msgid "please follow this link to update the plugin in order to activate it"
msgstr ""
#: src/udaddons/options.php:527
msgid "please follow this link to update the plugin in order to get it"
msgstr ""
#: src/udaddons/options.php:519, src/udaddons/options.php:517
msgid "latest"
msgstr ""
#: src/udaddons/options.php:515
msgid "Your version: %s"
msgstr ""
#: src/udaddons/options.php:513, src/udaddons/options.php:513
msgid "You've got it"
msgstr ""
#: src/udaddons/options.php:468
msgid "UpdraftPlus Support"
msgstr ""
#: src/udaddons/options.php:406
msgid "An update containing your addons is available for UpdraftPlus - please follow this link to get it."
msgstr ""
#: src/udaddons/options.php:395, src/udaddons/updraftplus-addons.php:384
msgid "UpdraftPlus Addons"
msgstr ""
#: src/udaddons/options.php:110
msgid "An update is available for UpdraftPlus - please follow this link to get it."
msgstr ""
#: src/methods/updraftvault.php:924, src/methods/updraftvault.php:947,
#: src/methods/updraftvault.php:950, src/udaddons/updraftplus-addons.php:1099
msgid "UpdraftPlus.Com returned a response, but we could not understand it"
msgstr ""
#: src/methods/updraftvault.php:936, src/udaddons/updraftplus-addons.php:1095
msgid "Your email address and password were not recognised by UpdraftPlus.Com"
msgstr ""
#: src/includes/updraftplus-login.php:57, src/methods/updraftvault.php:897,
#: src/udaddons/updraftplus-addons.php:1058
msgid "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
msgstr ""
#: src/udaddons/updraftplus-addons.php:984
msgid "UpdraftPlus.Com responded, but we did not understand the response"
msgstr ""
#: src/udaddons/updraftplus-addons.php:982
msgid "We failed to successfully connect to UpdraftPlus.Com"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:244,
#: src/templates/wp-admin/settings/tab-addons.php:243,
#: src/templates/wp-admin/settings/tab-addons.php:244
msgid "Reporting"
msgstr "報告"
#: src/admin.php:5927
msgid "Options (raw)"
msgstr ""
#: src/admin.php:910, src/addons/reporting.php:547
msgid "Send a report only when there are warnings/errors"
msgstr ""
#: src/restorer.php:3052
msgid "Content URL:"
msgstr "內容網址:"
#: src/restorer.php:851
msgid "You should check the file ownerships and permissions in your WordPress installation"
msgstr ""
#: src/backup.php:4376, src/class-updraftplus.php:1043
msgid "Your free space in your hosting account is very low - only %s Mb remain"
msgstr ""
#: src/class-updraftplus.php:1027
msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
msgstr ""
#: src/udaddons/options.php:562
msgid "Manage Addons"
msgstr ""
#: src/udaddons/options.php:543
msgid "Buy It"
msgstr ""
#: src/udaddons/options.php:542
msgid "Get it from the UpdraftPlus.Com Store"
msgstr ""
#: src/udaddons/options.php:538, src/udaddons/options.php:536
msgid "activate it on this site"
msgstr ""
#: src/udaddons/options.php:538
msgid "You have an inactive purchase"
msgstr ""
#: src/udaddons/options.php:530
msgid "Assigned to this site"
msgstr ""
#: src/udaddons/options.php:527
msgid "Available for this site (via your all-addons purchase)"
msgstr ""
#: src/udaddons/options.php:521
msgid "(apparently a pre-release or withdrawn release)"
msgstr ""
#: src/udaddons/options.php:470, src/udaddons/options.php:470
msgid "Go here"
msgstr ""
#: src/udaddons/options.php:470, src/udaddons/options.php:470
msgid "Need to get support?"
msgstr ""
#: src/udaddons/options.php:452
msgid "An error occurred when trying to retrieve your add-ons."
msgstr "嘗試抓取擴充組件時出現錯誤"
#: src/udaddons/options.php:337
msgid "Claim not granted - your account login details were wrong"
msgstr ""
#: src/udaddons/options.php:335
msgid "Please wait whilst we make the claim..."
msgstr ""
#: src/udaddons/options.php:283
msgid "Errors occurred when trying to connect to UpdraftPlus.Com:"
msgstr ""
#: src/udaddons/options.php:278
msgid "You are presently not connected to an UpdraftPlus.Com account."
msgstr ""
#: src/udaddons/options.php:270
msgid "If you bought new add-ons, then follow this link to refresh your connection"
msgstr ""
#: src/udaddons/options.php:263
msgid "You are presently connected to an UpdraftPlus.Com account."
msgstr ""
#: src/admin.php:3330
msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
msgstr ""
#: src/admin.php:3406
msgid "Forgotten your details?"
msgstr ""
#: src/admin.php:3319
msgid "Not yet got an account (it's free)? Go get one!"
msgstr ""
#: src/admin.php:3385
msgid "Connect with your UpdraftPlus.Com account"
msgstr ""
#: src/udaddons/options.php:134
msgid "You do seem to have the obsolete Updraft plugin installed - perhaps you got them confused?"
msgstr ""
#: src/udaddons/options.php:133
msgid "Go here to begin installing it."
msgstr ""
#: src/udaddons/options.php:133
msgid "UpdraftPlus is not yet installed."
msgstr ""
#: src/udaddons/options.php:130
msgid "Go here to activate it."
msgstr ""
#: src/udaddons/options.php:129
msgid "UpdraftPlus is not yet activated."
msgstr ""
#: src/udaddons/options.php:122, src/udaddons/options.php:120
msgid "Go here to connect."
msgstr ""
#: src/udaddons/options.php:120
msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
msgstr ""
#: src/addons/moredatabase.php:337,
#: src/includes/class-updraftplus-encryption.php:148
msgid "Without it, encryption will be a lot slower."
msgstr ""
#: src/addons/moredatabase.php:337,
#: src/includes/class-updraftplus-encryption.php:148
msgid "Your web-server does not have the %s module installed."
msgstr ""
#: src/methods/googledrive.php:1508
msgid "(You appear to be already authenticated, though you can authenticate again to refresh your access if you've had a problem)."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:78
msgid "Drop backup files here"
msgstr "拖曳檔案至此"
#: src/admin.php:923
msgid "The web server returned an error code (try again, or check your web server logs)"
msgstr ""
#: src/admin.php:917, src/addons/wp-cli.php:117
msgid "If you exclude both the database and the files, then you have excluded everything!"
msgstr ""
#: src/restorer.php:3046
msgid "Site home:"
msgstr "網站主目錄:"
#: src/addons/morestorage.php:231
msgid "Remote Storage Options"
msgstr ""
#: src/addons/autobackup.php:371, src/addons/autobackup.php:465
msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
msgstr ""
#: src/addons/autobackup.php:330, src/addons/autobackup.php:1193
msgid "Remember this choice for next time (you will still have the chance to change it)"
msgstr ""
#: src/addons/azure.php:454
msgid "Upload failed"
msgstr "上傳失敗"
#: src/templates/wp-admin/settings/form-contents.php:126
msgid "You can send a backup to more than one destination with Premium."
msgstr ""
#: src/addons/autobackup.php:331, src/addons/autobackup.php:1198,
#: src/addons/lockadmin.php:167
msgid "Read more about how this works..."
msgstr ""
#: src/addons/sftp.php:723
msgid "Failed: We were able to log in, but failed to successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:721
msgid "Failed: We were able to log in and move to the indicated directory, but failed to successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:622
msgid "Use SCP instead of SFTP"
msgstr ""
#: src/addons/sftp.php:123
msgid "SCP/SFTP user setting"
msgstr ""
#: src/addons/sftp.php:122
msgid "SCP/SFTP host setting"
msgstr ""
#: src/methods/email.php:80
msgid "The attempt to send the backup via email failed (probably the backup was too large for this method)"
msgstr ""
#: src/methods/email.php:57
msgid "Backup is of: %s."
msgstr ""
#: src/admin.php:1017
msgid "%s settings test result:"
msgstr ""
#: src/admin.php:4632, src/admin.php:4630
msgid "(Not finished)"
msgstr "(尚未完成)"
#: src/admin.php:4632
msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "Do not place it inside your uploads or plugins directory, as that will cause recursion (backups of backups of backups of...)."
msgstr ""
#: src/admin.php:3843
msgid "Job ID: %s"
msgstr "工作 ID: %s"
#: src/admin.php:3823
msgid "last activity: %ss ago"
msgstr "最近活動: %ss 之前"
#: src/admin.php:3805, src/methods/updraftvault.php:557,
#: src/methods/updraftvault.php:604, src/methods/updraftvault.php:724
msgid "Unknown"
msgstr "未知"
#: src/admin.php:3756
msgid "Backup finished"
msgstr "復份已完成"
#: src/admin.php:3751
msgid "Waiting until scheduled time to retry because of errors"
msgstr ""
#: src/admin.php:3747
msgid "Pruning old backup sets"
msgstr ""
#: src/admin.php:3734
msgid "Uploading files to remote storage"
msgstr "正在上傳檔案到遠端"
#: src/admin.php:3803
msgid "Encrypted database"
msgstr "已加密資料庫"
#: src/admin.php:3795
msgid "Encrypting database"
msgstr "加密中資料庫"
#: src/admin.php:3769
msgid "Created database backup"
msgstr "建立資料庫備份"
#: src/admin.php:3782
msgid "table: %s"
msgstr "資料表:%s"
#: src/admin.php:3780
msgid "Creating database backup"
msgstr "建立資料庫備份"
#: src/admin.php:3724
msgid "Created file backup zips"
msgstr "建立備份壓縮檔案"
#: src/admin.php:3711
msgid "Creating file backup zips"
msgstr "建立備份壓縮檔案"
#: src/admin.php:3706
msgid "Backup begun"
msgstr "備份已開始"
#: src/restorer.php:1563
msgid "file"
msgstr "檔案"
#: src/restorer.php:1555, src/addons/onedrive.php:1321
msgid "folder"
msgstr "資料夾"
#: src/restorer.php:1555, src/restorer.php:1563
msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
msgstr ""
#: src/class-updraftplus.php:3694
msgid "The backup has not finished; a resumption is scheduled"
msgstr ""
#: src/class-updraftplus.php:2388
msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
msgstr ""
#: src/admin.php:970, src/addons/autobackup.php:1212
msgid "Proceed with update"
msgstr ""
#: src/addons/autobackup.php:1205
msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
msgstr ""
#: src/addons/autobackup.php:143, src/addons/autobackup.php:1154
msgid "UpdraftPlus Automatic Backups"
msgstr ""
#: src/addons/autobackup.php:558
msgid "Errors have occurred:"
msgstr ""
#: src/addons/autobackup.php:529
msgid "Creating backup with UpdraftPlus..."
msgstr ""
#: src/addons/autobackup.php:474, src/addons/autobackup.php:605,
#: src/addons/autobackup.php:656
msgid "Automatic Backup"
msgstr "自動備份"
#: src/addons/autobackup.php:465
msgid "Creating database backup with UpdraftPlus..."
msgstr ""
#: src/addons/autobackup.php:431
msgid "themes"
msgstr "主題"
#: src/addons/autobackup.php:424
msgid "plugins"
msgstr "外掛"
#: src/addons/autobackup.php:375, src/addons/autobackup.php:472
msgid "Starting automatic backup..."
msgstr ""
#: src/addons/autobackup.php:371
msgid "Creating %s and database backup with UpdraftPlus..."
msgstr ""
#: src/addons/autobackup.php:328
msgid "Automatically backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
msgstr ""
#: src/addons/morefiles.php:271, src/addons/morefiles.php:272
msgid "If you are not sure then you should stop; otherwise you may destroy this WordPress installation."
msgstr ""
#: src/addons/morefiles.php:271, src/addons/morefiles.php:272
msgid "This does not look like a valid WordPress core backup - the file %s was missing."
msgstr ""
#: src/addons/morefiles.php:213
msgid "Unable to open zip file (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/addons/morefiles.php:203
msgid "Unable to read zip file (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/templates/wp-admin/settings/header.php:25
msgid "More plugins"
msgstr "更多外掛"
#: src/includes/updraftplus-notices.php:37,
#: src/templates/wp-admin/settings/header.php:17,
#: src/templates/wp-admin/settings/tab-addons.php:28,
#: src/templates/wp-admin/settings/tab-addons.php:139
msgid "Support"
msgstr "支援服務"
#: src/class-updraftplus.php:5481
msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
msgstr ""
#: src/class-updraftplus.php:5473
msgid "This database backup is missing core WordPress tables: %s"
msgstr ""
#: src/class-updraftplus.php:5068
msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
msgstr ""
#: src/addons/autobackup.php:326, src/addons/autobackup.php:1180
msgid "Be safe with an automatic backup"
msgstr "更安全的自動備份"
#: src/admin.php:2990
msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
msgstr ""
#: src/admin.php:960
msgid "The file was uploaded."
msgstr "這個檔案已上傳。"
#: src/admin.php:959
msgid "Unknown server response status:"
msgstr "未知的伺服器回應狀態:"
#: src/admin.php:958
msgid "Unknown server response:"
msgstr "未知的伺服器回應:"
#: src/admin.php:957
msgid "This decryption key will be attempted:"
msgstr ""
#: src/admin.php:956
msgid "Follow this link to attempt decryption and download the database file to your computer."
msgstr ""
#: src/admin.php:955
msgid "Upload error"
msgstr "上傳錯誤"
#: src/admin.php:954
msgid "This file is not an UpdraftPlus encrypted database archive (such files are .gz.crypt files which have a name like: backup_(time)_(site name)_(code)_db.crypt.gz)."
msgstr ""
#: src/admin.php:953
msgid "Upload error:"
msgstr "上傳錯誤:"
#: src/admin.php:952
msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
msgstr ""
#: src/admin.php:943
msgid "Download to your computer"
msgstr "下載到你的電腦"
#: src/admin.php:942
msgid "Delete from your web server"
msgstr "刪除本地備份檔案"
#: src/methods/s3generic.php:191
msgid "Examples of S3-compatible storage providers:"
msgstr ""
#: src/admin.php:4608
msgid "You are missing one or more archives from this multi-archive set."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:325
msgid "Split archives every:"
msgstr "檔案分割大小每:"
#: src/addons/moredatabase.php:297
msgid "Error: the server sent us a response (JSON) which we did not understand."
msgstr ""
#: src/admin.php:932
msgid "Warnings:"
msgstr "警告:"
#: src/admin.php:931
msgid "Error: the server sent an empty response."
msgstr ""
#: src/includes/class-wpadmin-commands.php:205
msgid "This multi-archive backup set appears to have the following archives missing: %s"
msgstr ""
#: src/includes/class-wpadmin-commands.php:190
msgid "File (%s) was found, but has a different size (%s) from what was expected (%s) - it may be corrupt."
msgstr ""
#: src/includes/class-wpadmin-commands.php:185
msgid "File was found, but is zero-sized (you need to re-upload it): %s"
msgstr ""
#: src/includes/class-wpadmin-commands.php:183
msgid "File not found (you need to upload it): %s"
msgstr ""
#: src/addons/wp-cli.php:718, src/includes/class-wpadmin-commands.php:111
msgid "No such backup set exists"
msgstr "沒有備份檔案"
#: src/restorer.php:848
msgid "Moving unpacked backup into place..."
msgstr ""
#: src/backup.php:3998, src/backup.php:4329
msgid "Failed to open the zip file (%s) - %s"
msgstr ""
#: src/addons/morefiles.php:183
msgid "WordPress root directory server path: %s"
msgstr ""
#: src/methods/dreamobjects.php:193, src/methods/s3generic.php:201
msgid "%s end-point"
msgstr ""
#: src/methods/s3generic.php:191
msgid "... and many more!"
msgstr ""
#: src/methods/s3generic.php:80
msgid "S3 (Compatible)"
msgstr "S3 (相容)"
#: src/includes/class-storage-methods-interface.php:301
msgid "File is not locally present - needs retrieving from remote storage"
msgstr ""
#: src/restorer.php:519
msgid "Looking for %s archive: file name: %s"
msgstr ""
#: src/restorer.php:635
msgid "Final checks"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:331
msgid "Check this to delete any superfluous backup files from your server after the backup run finishes (i.e. if you uncheck, then any files despatched remotely will also remain locally, and any files being kept locally will not be subject to the retention limits)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:190
msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
msgstr "拖曳加密資料庫檔案(db.gz.crypt 檔案)到此上傳並進行解密"
#: src/admin.php:4319
msgid "Your wp-content directory server path: %s"
msgstr ""
#: src/admin.php:949
msgid "Raw backup history"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:122
msgid "Show raw backup and file list"
msgstr ""
#: src/admin.php:930
msgid "Processing files - please wait..."
msgstr "檔案處理中 - 請稍後..."
#: src/class-updraftplus.php:5082
msgid "Failed to open database file."
msgstr ""
#: src/admin.php:5892
msgid "Known backups (raw)"
msgstr ""
#: src/restorer.php:1835
msgid "Files found:"
msgstr ""
#: src/admin.php:1101
msgid "Restoring table: %s"
msgstr ""
#: src/restorer.php:2528
msgid "Requested table engine (%s) is not present - changing to MyISAM."
msgstr ""
#: src/restorer.php:539
msgid "file is size:"
msgstr ""
#: src/admin.php:1380, src/admin.php:1398, src/admin.php:2995,
#: src/admin.php:5124, src/backup.php:4383, src/class-updraftplus.php:5334,
#: src/class-updraftplus.php:5334, src/updraftplus.php:226,
#: src/addons/googlecloud.php:1305, src/addons/migrator.php:304,
#: src/addons/migrator.php:307, src/addons/migrator.php:310,
#: src/templates/wp-admin/advanced/db-size.php:19
msgid "Go here for more information."
msgstr "到這裡取得更多資訊。"
#: src/admin.php:5123
msgid "Warning: If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
msgstr ""
#: src/admin.php:929
msgid "Some files are still downloading or being processed - please wait."
msgstr ""
#: src/addons/fixtime.php:570
msgid "The time zone used is that from your WordPress settings, in Settings -> General."
msgstr ""
#: src/addons/fixtime.php:570
msgid "Enter in format HH:MM (e.g. 14:22)."
msgstr ""
#: src/methods/ftp.php:208
msgid "%s login failure"
msgstr ""
#: src/addons/pcloud.php:339, src/addons/pcloud.php:440,
#: src/methods/dropbox.php:490
msgid "Failed to access %s when deleting (see log file for more)"
msgstr ""
#: src/methods/cloudfiles.php:424
msgid "Error - no such file exists."
msgstr ""
#: src/addons/azure.php:301, src/addons/webdav.php:788,
#: src/addons/webdav.php:795, src/addons/webdav.php:815,
#: src/methods/addon-base-v2.php:253, src/methods/openstack-base.php:460
msgid "%s Error"
msgstr "%s 錯誤"
#: src/methods/openstack-base.php:86
msgid "%s error - failed to upload file"
msgstr ""
#: src/class-updraftplus.php:1527
msgid "%s error - failed to re-assemble chunks"
msgstr ""
#: src/methods/cloudfiles.php:250, src/methods/openstack-base.php:44,
#: src/methods/openstack-base.php:357, src/methods/openstack-base.php:422,
#: src/methods/openstack-base.php:495, src/methods/openstack-base.php:498,
#: src/methods/openstack-base.php:516, src/methods/openstack-base.php:521
msgid "%s authentication failed"
msgstr ""
#: src/admin.php:2722, src/admin.php:2751, src/admin.php:2743,
#: src/class-updraftplus.php:1230, src/class-updraftplus.php:1236,
#: src/class-updraftplus.php:5051, src/class-updraftplus.php:5049,
#: src/class-updraftplus.php:5309, src/class-updraftplus.php:5232,
#: src/addons/googlecloud.php:512, src/addons/migrator.php:390,
#: src/methods/googledrive.php:592, src/methods/s3.php:370
msgid "Error: %s"
msgstr "錯誤:%s"
#: src/admin.php:4233
msgid "Backup directory specified exists, but is not writable."
msgstr ""
#: src/admin.php:4231
msgid "Backup directory specified does not exist."
msgstr ""
#: src/admin.php:3857, src/admin.php:4172
msgid "Warning: %s"
msgstr "警告:%s"
#: src/backup.php:4032
msgid "A very large file was encountered: %s (size: %s Mb)"
msgstr ""
#: src/includes/class-wpadmin-commands.php:586
msgid "Failed to open directory: %s."
msgstr ""
#: src/backup.php:3217
msgid "%s: unreadable file - could not be backed up"
msgstr ""
#: src/backup.php:2113
msgid "Table %s has very many rows (%s) - we hope your web hosting company gives you enough resources to dump out that table in the backup."
msgstr ""
#: src/backup.php:2066
msgid "An error occurred whilst closing the final database file"
msgstr ""
#: src/class-updraftplus.php:3814
msgid "Warnings encountered:"
msgstr ""
#: src/class-updraftplus.php:3673
msgid "The backup succeeded (with warnings) and is now complete"
msgstr ""
#: src/class-updraftplus.php:1056
msgid "Your free disk space is very low - only %s Mb remain"
msgstr ""
#: src/addons/migrator.php:398
msgid "New site:"
msgstr ""
#: src/addons/migrator.php:375
msgid "Migrated site (from UpdraftPlus)"
msgstr ""
#: src/addons/migrator.php:324
msgid "Enter details for where this new site is to live within your multisite install:"
msgstr ""
#: src/addons/migrator.php:323
msgid "Information needed to continue:"
msgstr ""
#: src/addons/migrator.php:266
msgid "Network activating theme:"
msgstr ""
#: src/includes/migrator-lite.php:350
msgid "Processed plugin:"
msgstr ""
#: src/addons/sftp.php:149
msgid "Check your file permissions: Could not successfully create and enter directory:"
msgstr ""
#: src/methods/s3.php:1461
msgid "Please check your access credentials."
msgstr ""
#: src/addons/s3-enhanced.php:286, src/methods/s3.php:1438
msgid "The error reported by %s was:"
msgstr ""
#: src/restorer.php:2323
msgid "Please supply the requested information, and then continue."
msgstr ""
#: src/class-updraftplus.php:5243, src/restorer.php:3081
msgid "Site information:"
msgstr "網站資訊:"
#: src/admin.php:1109, src/admin.php:2990, src/class-updraftplus.php:5236,
#: src/restorer.php:3821
msgid "Warning:"
msgstr "警告:"
#: src/class-updraftplus.php:5228, src/restorer.php:856
msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
msgstr ""
#: src/admin.php:971, src/admin.php:1163, src/includes/updraftplus-tour.php:97
msgid "Close"
msgstr "關閉"
#: src/admin.php:922, src/addons/autobackup.php:377,
#: src/addons/autobackup.php:469, src/methods/remotesend.php:75,
#: src/methods/remotesend.php:83, src/methods/remotesend.php:245,
#: src/methods/remotesend.php:261
msgid "Unexpected response:"
msgstr "未預期的回應:"
#: src/admin.php:916, src/addons/reporting.php:545
msgid "To send to more than one address, separate each address with a comma."
msgstr ""
#: src/admin.php:947
msgid "PHP information"
msgstr "PHP 資訊"
#: src/templates/wp-admin/advanced/site-info.php:88
msgid "zip executable found:"
msgstr "找到可執行zip檔:"
#: src/templates/wp-admin/advanced/site-info.php:58
msgid "show PHP information (phpinfo)"
msgstr "顯示 PHP 資訊 (phpinfo)"
#: src/templates/wp-admin/settings/migrator-no-migrator.php:9
msgid "Do you want to migrate or clone/duplicate a site?"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:173
msgid "Please allow time for the communications with the remote storage to complete."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:23
msgid "Also delete from remote storage"
msgstr "一併移除遠端備份檔案"
#: src/admin.php:3526
msgid "Latest UpdraftPlus.com news:"
msgstr "UpdraftPlus.Com 最新消息:"
#: src/templates/wp-admin/settings/header.php:11,
#: src/templates/wp-admin/settings/tab-addons.php:73
msgid "Premium"
msgstr "進階版"
#: src/templates/wp-admin/settings/header.php:15
msgid "News"
msgstr "最新消息"
#: src/admin.php:2000, src/includes/class-wpadmin-commands.php:614
msgid "Backup set not found"
msgstr "找不到備份檔"
#: src/backup.php:290
msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
msgstr ""
#: src/includes/updraftplus-notices.php:167,
#: src/includes/updraftplus-notices.php:168,
#: src/includes/updraftplus-notices.php:177,
#: src/includes/updraftplus-notices.php:178
msgid "RSS link"
msgstr "RSS 連結"
#: src/includes/updraftplus-notices.php:167,
#: src/includes/updraftplus-notices.php:168,
#: src/includes/updraftplus-notices.php:177,
#: src/includes/updraftplus-notices.php:178
msgid "Blog link"
msgstr "Blog 連結"
#: src/admin.php:1016
msgid "Testing %s Settings..."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:69,
#: src/templates/wp-admin/settings/tab-backups.php:71
msgid "Or, you can place them manually into your UpdraftPlus directory (usually wp-content/updraft), e.g. via FTP, and then use the \"rescan\" link above."
msgstr "或者你可以手動放置在 UpdraftPlus 目錄 (通常位於wp-content/updraft),例如,從 FTP,然後進行 \"重新掃描\"。"
#: src/admin.php:1402, src/admin.php:1484
msgid "Notice"
msgstr "提醒"
#: src/class-updraftplus.php:3793
msgid "Errors encountered:"
msgstr ""
#: src/admin.php:913
msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
msgstr "重新掃描(正尋找已手動上傳至內部備份空間的備份檔案)..."
#: src/admin.php:928
msgid "Begun looking for this entity"
msgstr "開始尋找檔案實體資料"
#: src/addons/dropbox-folders.php:38, src/addons/pcloud.php:511
msgid "Store at"
msgstr ""
#: src/includes/class-search-replace.php:333
msgid "\"%s\" has no primary key, manual change needed on row %s."
msgstr ""
#: src/includes/class-search-replace.php:140
msgid "rows: %d"
msgstr ""
#: src/includes/migrator-lite.php:1037
msgid "Time taken (seconds):"
msgstr ""
#: src/admin.php:933, src/includes/migrator-lite.php:1036
msgid "Errors:"
msgstr "錯誤:"
#: src/includes/migrator-lite.php:1035
msgid "SQL update commands run:"
msgstr ""
#: src/includes/migrator-lite.php:1034
msgid "Changes made:"
msgstr ""
#: src/includes/migrator-lite.php:1033
msgid "Rows examined:"
msgstr ""
#: src/includes/migrator-lite.php:1032
msgid "Tables examined:"
msgstr ""
#: src/includes/migrator-lite.php:924
msgid "Could not get list of tables"
msgstr ""
#: src/includes/migrator-lite.php:869
msgid "Warning: the database's site URL (%s) is different to what we expected (%s)"
msgstr ""
#: src/includes/migrator-lite.php:858
msgid "Nothing to do: the site URL is already: %s"
msgstr ""
#: src/includes/migrator-lite.php:821, src/includes/migrator-lite.php:825,
#: src/includes/migrator-lite.php:829, src/includes/migrator-lite.php:834,
#: src/includes/migrator-lite.php:838, src/includes/migrator-lite.php:843
msgid "Error: unexpected empty parameter (%s, %s)"
msgstr ""
#: src/includes/migrator-lite.php:779
msgid "Database: search and replace site URL"
msgstr ""
#: src/restorer.php:4382, src/includes/migrator-lite.php:629,
#: src/includes/migrator-lite.php:1018
msgid "Failed: we did not understand the result returned by the %s operation."
msgstr ""
#: src/restorer.php:4380, src/includes/migrator-lite.php:627,
#: src/includes/migrator-lite.php:1016
msgid "Failed: the %s operation was not able to start."
msgstr ""
#: src/includes/migrator-lite.php:372
msgid "Search and replace site location in the database (migrate)"
msgstr ""
#: src/includes/migrator-lite.php:372
msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
msgstr ""
#: src/addons/multisite.php:779
msgid "Blog uploads"
msgstr ""
#: src/class-updraftplus.php:2093, src/addons/migrator.php:310
msgid "Must-use plugins"
msgstr ""
#: src/addons/multisite.php:229
msgid "Multisite Install"
msgstr ""
#: src/addons/fixtime.php:570
msgid "starting from next time it is"
msgstr ""
#: src/addons/sftp.php:713
msgid "However, we were able to log in and move to the indicated directory and successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:651
msgid "Failure: Port must be an integer."
msgstr ""
#: src/methods/ftp.php:442, src/methods/openstack2.php:120
msgid "password"
msgstr "使用者密碼"
#: src/addons/sftp.php:642, src/methods/openstack2.php:115
msgid "username"
msgstr "使用者帳號"
#: src/addons/sftp.php:638
msgid "host name"
msgstr ""
#: src/addons/sftp.php:621
msgid "Where to change directory to after logging in - often this is relative to your home directory."
msgstr ""
#: src/addons/sftp.php:615
msgid "Directory path"
msgstr ""
#: src/admin.php:1097, src/admin.php:3401, src/addons/lockadmin.php:178,
#: src/addons/moredatabase.php:265, src/addons/sftp.php:612,
#: src/addons/webdav.php:431, src/methods/openstack2.php:255,
#: src/methods/updraftvault.php:523,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:50
msgid "Password"
msgstr "密碼"
#: src/addons/sftp.php:610, src/addons/webdav.php:435
msgid "Port"
msgstr ""
#: src/addons/moredatabase.php:263, src/addons/sftp.php:609,
#: src/addons/webdav.php:433
msgid "Host"
msgstr ""
#: src/addons/sftp.php:375
msgid "Error: Failed to download"
msgstr ""
#: src/addons/sftp.php:683
msgid "Check your file permissions: Could not successfully create and enter:"
msgstr ""
#: src/addons/sftp.php:122, src/addons/sftp.php:123, src/addons/sftp.php:124
msgid "No %s found"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:19
msgid "more"
msgstr ""
#: src/addons/morefiles.php:606
msgid "No backup of %s directories: there was nothing found to back up"
msgstr ""
#: src/admin.php:4333, src/addons/morefiles.php:371
msgid "If entering multiple files/directories, then separate them with commas."
msgstr ""
#: src/addons/morefiles.php:319
msgid "Be careful what you select - if you select / then it really will try to create a zip containing your entire webserver."
msgstr ""
#: src/addons/morefiles.php:317
msgid "If you are not sure what this option is for, then you will not want it, and should turn it off."
msgstr ""
#: src/addons/morefiles.php:294
msgid "More Files"
msgstr ""
#: src/addons/morefiles.php:182
msgid "WordPress core (including any additions to your WordPress root directory)"
msgstr ""
#: src/addons/morefiles.php:175
msgid "The above files comprise everything in a WordPress installation."
msgstr ""
#: src/addons/morefiles.php:156
msgid "Over-write wp-config.php"
msgstr ""
#: src/addons/morefiles.php:152, src/includes/class-wpadmin-commands.php:631
msgid "WordPress Core"
msgstr ""
#: src/addons/webdav.php:503, src/methods/addon-base-v2.php:361
msgid "Failed: We were not able to place a file in that directory - please check your credentials."
msgstr ""
#: src/admin.php:3928, src/admin.php:3946, src/admin.php:3987,
#: src/admin.php:3977, src/backup.php:2051, src/addons/googlecloud.php:967,
#: src/addons/googlecloud.php:1007, src/addons/googlecloud.php:1001,
#: src/addons/sftp.php:669, src/methods/addon-base-v2.php:344
msgid "Failed"
msgstr "失敗"
#: src/addons/webdav.php:427
msgid "WebDAV URL"
msgstr ""
#: src/addons/webdav.php:815
msgid "Local write failed: Failed to download"
msgstr ""
#: src/addons/webdav.php:795
msgid "Error opening remote file: Failed to download"
msgstr ""
#: src/addons/googlecloud.php:375, src/addons/googlecloud.php:373,
#: src/addons/pcloud.php:293, src/addons/sftp.php:120,
#: src/addons/webdav.php:526, src/addons/webdav.php:689,
#: src/addons/webdav.php:695, src/addons/webdav.php:727,
#: src/addons/webdav.php:769, src/methods/addon-base-v2.php:81,
#: src/methods/addon-base-v2.php:129, src/methods/addon-base-v2.php:170,
#: src/methods/addon-base-v2.php:229, src/methods/addon-base-v2.php:318,
#: src/methods/ftp.php:42, src/methods/googledrive.php:324,
#: src/methods/googledrive.php:322
msgid "No %s settings were found"
msgstr ""
#: src/methods/ftp.php:464
msgid "Failure: we successfully logged in, but were not able to create a file in the given directory."
msgstr ""
#: src/methods/ftp.php:461
msgid "Success: we successfully logged in, and confirmed our ability to create a file in the given directory (login type:"
msgstr ""
#: src/methods/ftp.php:452
msgid "Failure: we did not successfully log in with those credentials."
msgstr ""
#: src/methods/ftp.php:434
msgid "Failure: No server details were given."
msgstr ""
#: src/methods/ftp.php:127
msgid "Needs to already exist"
msgstr ""
#: src/addons/onedrive.php:975, src/addons/pcloud.php:720,
#: src/methods/dropbox.php:934
msgid "Your %s account name: %s"
msgstr ""
#: src/addons/pcloud.php:710, src/methods/dropbox.php:910,
#: src/methods/dropbox.php:912
msgid "you have authenticated your %s account"
msgstr ""
#: src/methods/dropbox.php:603
msgid "Backups are saved in %s."
msgstr ""
#: src/methods/dropbox.php:602
msgid "Need to use sub-folders?"
msgstr "需要使用子目錄嗎?"
#: src/methods/dropbox.php:313
msgid "error: failed to upload file to %s (see log file for more)"
msgstr ""
#: src/addons/pcloud.php:147, src/addons/pcloud.php:707,
#: src/methods/dropbox.php:216
msgid "error: %s (see log file for more)"
msgstr ""
#: src/methods/s3.php:1456
msgid "The communication with %s was not encrypted."
msgstr ""
#: src/methods/s3.php:1454
msgid "The communication with %s was encrypted."
msgstr ""
#: src/addons/googlecloud.php:1030, src/methods/s3.php:1451
msgid "We accessed the bucket, and were able to create files within it."
msgstr ""
#: src/addons/googlecloud.php:1024, src/addons/googlecloud.php:1038,
#: src/methods/s3.php:1449, src/methods/s3.php:1461
msgid "We successfully accessed the bucket, but the attempt to create a file in it failed."
msgstr ""
#: src/addons/googlecloud.php:1024, src/addons/googlecloud.php:1038,
#: src/methods/s3.php:1449, src/methods/s3.php:1461
msgid "Failure"
msgstr "失敗"
#: src/methods/openstack2.php:252, src/methods/s3.php:1430
msgid "Region"
msgstr "區域"
#: src/addons/googlecloud.php:140, src/addons/googlecloud.php:984,
#: src/methods/s3.php:1392
msgid "Failure: No bucket details were given."
msgstr ""
#: src/methods/s3.php:1370
msgid "API secret"
msgstr "API 密鑰"
#: src/methods/dreamobjects.php:191, src/methods/s3.php:1048,
#: src/methods/s3.php:1088, src/methods/s3generic.php:199
msgid "%s location"
msgstr ""
#: src/methods/dreamobjects.php:189, src/methods/s3.php:1044,
#: src/methods/s3.php:1086, src/methods/s3generic.php:197
msgid "%s secret key"
msgstr "%s 密鑰"
#: src/methods/dreamobjects.php:188, src/methods/s3.php:1040,
#: src/methods/s3.php:1085, src/methods/s3generic.php:196
msgid "%s access key"
msgstr ""
#: src/methods/dreamobjects.php:185, src/methods/s3.php:938,
#: src/methods/s3.php:1083, src/methods/s3generic.php:195
msgid "If you see errors about SSL certificates, then please go here for help."
msgstr ""
#: src/methods/s3.php:520
msgid "%s re-assembly error (%s): (see log file for more)"
msgstr ""
#: src/methods/s3.php:516
msgid "upload (%s): re-assembly failed (see log for more details)"
msgstr ""
#: src/methods/s3.php:500
msgid "chunk %s: upload failed"
msgstr ""
#: src/methods/s3.php:472
msgid "error: file %s was shortened unexpectedly"
msgstr ""
#: src/methods/s3.php:450
msgid "%s upload: getting uploadID for multipart upload failed - see log file for more details"
msgstr ""
#: src/methods/email.php:106
msgid "Note:"
msgstr "備註:"
#: src/methods/email.php:46
msgid "WordPress Backup"
msgstr ""
#: src/methods/cloudfiles.php:590, src/methods/openstack-base.php:535
msgid "We accessed the container, and were able to create files within it."
msgstr ""
#: src/methods/cloudfiles.php:586
msgid "Cloud Files error - we accessed the container, but failed to create a file within it"
msgstr ""
#: src/methods/cloudfiles.php:559, src/methods/openstack-base.php:477
msgid "Failure: No container details were given."
msgstr ""
#: src/admin.php:1096, src/addons/moredatabase.php:264,
#: src/addons/sftp.php:611, src/addons/webdav.php:430,
#: src/methods/cloudfiles-new.php:171, src/methods/cloudfiles.php:539,
#: src/methods/openstack2.php:254
msgid "Username"
msgstr "使用者帳號"
#: src/methods/cloudfiles-new.php:166, src/methods/cloudfiles.php:534,
#: src/methods/s3.php:1366
msgid "API key"
msgstr "API 金鑰"
#: src/admin.php:991, src/addons/moredatabase.php:113,
#: src/addons/moredatabase.php:115, src/addons/moredatabase.php:117,
#: src/addons/sftp.php:638, src/addons/sftp.php:642, src/addons/sftp.php:646,
#: src/addons/webdav.php:482, src/includes/class-remote-send.php:580,
#: src/includes/migrator-lite.php:242, src/methods/addon-base-v2.php:336,
#: src/methods/cloudfiles-new.php:166, src/methods/cloudfiles-new.php:171,
#: src/methods/cloudfiles.php:534, src/methods/cloudfiles.php:539,
#: src/methods/ftp.php:438, src/methods/ftp.php:442,
#: src/methods/openstack2.php:115, src/methods/openstack2.php:120,
#: src/methods/openstack2.php:125, src/methods/openstack2.php:130,
#: src/methods/s3.php:1366, src/methods/s3.php:1370
msgid "Failure: No %s was given."
msgstr ""
#: src/methods/cloudfiles.php:498
msgid "Cloud Files username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:45, src/methods/cloudfiles-new.php:101,
#: src/methods/cloudfiles-new.php:291, src/methods/cloudfiles.php:482
msgid "UK"
msgstr "英國"
#: src/addons/cloudfiles-enhanced.php:44, src/methods/cloudfiles-new.php:100,
#: src/methods/cloudfiles-new.php:290, src/methods/cloudfiles.php:481
msgid "US (default)"
msgstr "美國(預設)"
#: src/methods/cloudfiles.php:478
msgid "US or UK Cloud"
msgstr ""
#: src/methods/cloudfiles-new.php:285, src/methods/cloudfiles.php:461,
#: src/methods/openstack2.php:245
msgid "Also, you should read this important FAQ."
msgstr ""
#: src/methods/cloudfiles.php:461
msgid "Get your API key from your Rackspace Cloud console (read instructions here), then pick a container name to use for storage."
msgstr ""
#: src/admin.php:1015, src/addons/azure.php:708, src/addons/backblaze.php:793,
#: src/addons/sftp.php:623, src/addons/webdav.php:440,
#: src/methods/backup-module.php:404, src/methods/cloudfiles-new.php:299,
#: src/methods/dreamobjects.php:194, src/methods/ftp.php:130,
#: src/methods/openstack2.php:258, src/methods/s3.php:1090,
#: src/methods/s3generic.php:214
msgid "Test %s Settings"
msgstr "測試 %s 設定"
#: src/class-updraftplus.php:1570, src/class-updraftplus.php:1614,
#: src/addons/webdav.php:788, src/methods/cloudfiles.php:398
msgid "Error opening local file: Failed to download"
msgstr ""
#: src/addons/sftp.php:250, src/methods/openstack-base.php:314,
#: src/methods/s3.php:408, src/methods/s3.php:420, src/methods/s3.php:421
msgid "%s Error: Failed to upload"
msgstr ""
#: src/class-updraftplus.php:1412
msgid "%s Error: Failed to open local file"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:120,
#: src/addons/cloudfiles-enhanced.php:133,
#: src/addons/cloudfiles-enhanced.php:137, src/methods/cloudfiles.php:569,
#: src/methods/cloudfiles.php:572, src/methods/cloudfiles.php:575
msgid "Cloud Files authentication failed"
msgstr ""
#: src/addons/pcloud.php:552, src/methods/backup-module.php:634,
#: src/methods/dropbox.php:607
msgid "After you have saved your settings (by clicking 'Save Changes' below), then come back here and follow this link to complete authentication with %s."
msgstr ""
#: src/addons/googlecloud.php:1317, src/methods/googledrive.php:1505
msgid "Authenticate with Google"
msgstr "Google 認證"
#: src/addons/googlecloud.php:1300, src/addons/onedrive.php:1319,
#: src/methods/googledrive.php:1491
msgid "Client Secret"
msgstr "Client Secret"
#: src/addons/googlecloud.php:1299, src/methods/googledrive.php:1490
msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
msgstr "如果待會Google顯示「invalid_client」,你就不用輸入「client ID」。"
#: src/addons/googlecloud.php:1298, src/addons/onedrive.php:1317,
#: src/methods/googledrive.php:1489
msgid "Client ID"
msgstr "Client ID"
#: src/methods/googledrive.php:1498
msgid "You must add the following as the authorised redirect URI (under \"More Options\") when asked"
msgstr ""
#: src/addons/googlecloud.php:1289, src/methods/googledrive.php:1497
msgid "Select 'Web Application' as the application type."
msgstr ""
#: src/addons/googlecloud.php:590, src/addons/googlecloud.php:591,
#: src/addons/googlecloud.php:1062, src/addons/googlecloud.php:1060,
#: src/methods/googledrive.php:832, src/methods/googledrive.php:833,
#: src/methods/googledrive.php:821, src/methods/googledrive.php:822
msgid "Account is not authorized."
msgstr "帳戶未認證。"
#: src/addons/webdav.php:743, src/methods/googledrive.php:717,
#: src/methods/googledrive.php:779, src/methods/googledrive.php:797,
#: src/methods/googledrive.php:795
msgid "Failed to upload to %s"
msgstr ""
#: src/methods/googledrive.php:760
msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded is %d bytes"
msgstr ""
#: src/methods/googledrive.php:868, src/methods/googledrive.php:904
msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
msgstr ""
#: src/addons/googlecloud.php:904, src/addons/onedrive.php:1013,
#: src/methods/googledrive.php:674
msgid "you have authenticated your %s account."
msgstr "名稱:%s。"
#: src/addons/googlecloud.php:904, src/addons/googlecloud.php:1030,
#: src/addons/onedrive.php:1013, src/addons/sftp.php:711,
#: src/addons/sftp.php:707, src/addons/wp-cli.php:500,
#: src/methods/addon-base-v2.php:358, src/methods/cloudfiles.php:590,
#: src/methods/googledrive.php:674, src/methods/openstack-base.php:535,
#: src/methods/s3.php:1451
msgid "Success"
msgstr "成功"
#: src/addons/onedrive.php:967, src/addons/pcloud.php:722,
#: src/methods/dropbox.php:964, src/methods/dropbox.php:955,
#: src/methods/googledrive.php:635
msgid "Your %s quota usage: %s %% used, %s available"
msgstr ""
#: src/methods/googledrive.php:598
msgid "%s authorization failed"
msgstr ""
#: src/methods/addon-not-yet-present.php:124
msgid "follow this link to get it"
msgstr ""
#: src/methods/addon-not-yet-present.php:125
msgid "%s support is available as an add-on"
msgstr ""
#: src/methods/addon-not-yet-present.php:34,
#: src/methods/addon-not-yet-present.php:76,
#: src/methods/addon-not-yet-present.php:83
msgid "You do not have the UpdraftPlus %s add-on installed - get it from %s"
msgstr ""
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:137
msgid "You need to re-authenticate with %s, as your existing credentials are not working."
msgstr ""
#: src/admin.php:3932, src/admin.php:3943, src/admin.php:3984,
#: src/admin.php:3980, src/restorer.php:537, src/restorer.php:4329,
#: src/restorer.php:4188, src/includes/class-remote-send.php:441,
#: src/includes/class-storage-methods-interface.php:329
msgid "OK"
msgstr "好"
#: src/restorer.php:4293, src/restorer.php:4182
msgid "Table prefix has changed: changing %s table field(s) accordingly:"
msgstr ""
#: src/restorer.php:3990, src/includes/class-search-replace.php:519
msgid "the database query being run was:"
msgstr "執行資料庫查詢: "
#: src/restorer.php:2607
msgid "will restore as:"
msgstr ""
#: src/restorer.php:2436, src/restorer.php:3064, src/restorer.php:3244
msgid "Old table prefix:"
msgstr ""
#: src/class-updraftplus.php:3871, src/class-updraftplus.php:5140,
#: src/addons/reporting.php:97, src/addons/reporting.php:206
msgid "Backup of:"
msgstr ""
#: src/restorer.php:2806
msgid "Failed to open database file"
msgstr ""
#: src/restorer.php:2785
msgid "Failed to find database file"
msgstr ""
#: src/restorer.php:1174
msgid "Failed to write out the decrypted database to the filesystem"
msgstr ""
#: src/restorer.php:1158
msgid "Failed to create a temporary directory"
msgstr ""
#: src/restorer.php:855
msgid "Failed to delete working directory after restoring."
msgstr ""
#: src/restorer.php:850
msgid "Cleaning up rubbish..."
msgstr "清理無用的檔案..."
#: src/restorer.php:849
msgid "Restoring the database (on a large site this can take a long time - if it times out (which can happen if your web hosting company has configured your hosting to limit resources) then you should use a different method, such as phpMyAdmin)..."
msgstr ""
#: src/restorer.php:846
msgid "Database successfully decrypted."
msgstr "資料庫已經成功解密。"
#: src/restorer.php:845
msgid "Decrypting database (can take a while)..."
msgstr ""
#: src/restorer.php:844
msgid "Unpacking backup..."
msgstr ""
#: src/restorer.php:843
msgid "Copying this entity failed."
msgstr ""
#: src/restorer.php:842
msgid "Backup file not available."
msgstr ""
#: src/restorer.php:545, src/restorer.php:546
msgid "Could not read one of the files for restoration"
msgstr ""
#: src/restorer.php:725
msgid "Error message"
msgstr ""
#: src/restorer.php:542
msgid "The backup records do not contain information about the proper size of this file."
msgstr ""
#: src/restorer.php:534
msgid "Archive is expected to be size:"
msgstr ""
#: src/admin.php:5286
msgid "If making a request for support, please include this information:"
msgstr "如需尋找支援, 請包含以下資訊"
#: src/admin.php:5286
msgid "ABORT: Could not find the information on which entities to restore."
msgstr "中斷: 找不到還原項目的資訊"
#: src/addons/wp-cli.php:747
msgid "UpdraftPlus Restoration: Progress"
msgstr "UpdraftPlus 還原設定: 過程"
#: src/admin.php:5244
msgid "This backup does not exist in the backup history - restoration aborted."
msgstr ""
#: src/admin.php:4660
msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
msgstr ""
#: src/admin.php:4745
msgid "Delete this backup set"
msgstr "刪除備份檔"
#: src/admin.php:1162, src/templates/wp-admin/settings/form-contents.php:390
msgid "Save Changes"
msgstr "儲存變更"
#: src/templates/wp-admin/settings/form-contents.php:361
msgid "Disable SSL entirely where possible"
msgstr "盡可能完全禁止使用 SSL"
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "Note that not all cloud backup methods are necessarily using SSL authentication."
msgstr "注意並非所有雲端備份方法都需要使用 SSL 認證"
#: src/templates/wp-admin/settings/form-contents.php:356
msgid "Do not verify SSL certificates"
msgstr "不要驗證 SSL 憑證"
#: src/templates/wp-admin/settings/form-contents.php:351
msgid "Use the server's SSL certificates"
msgstr "使用伺服器的 SSL 證書"
#: src/admin.php:4235
msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
msgstr "如果不成功, 請檢查伺服器權限或使用伺服器上其他可寫入的目錄"
#: src/admin.php:4235
msgid "or, to reset this option"
msgstr "或者, 重設此選項"
#: src/admin.php:4235
msgid "Follow this link to attempt to create the directory and set the permissions"
msgstr ""
#: src/admin.php:4227
msgid "Backup directory specified is writable, which is good."
msgstr "很棒!指定的備份資料夾可以寫入。"
#: src/templates/wp-admin/settings/form-contents.php:335
msgid "Backup directory"
msgstr "備份資料夾"
#: src/templates/wp-admin/settings/form-contents.php:330
msgid "Delete local backup"
msgstr "刪除本機備份"
#: src/templates/wp-admin/settings/form-contents.php:310
msgid "open this to show some further options; don't bother with this unless you have a problem or are curious."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:310
msgid "Show expert settings"
msgstr "顯示進階設定"
#: src/templates/wp-admin/settings/form-contents.php:309
msgid "Expert settings"
msgstr "進階設定"
#: src/templates/wp-admin/settings/form-contents.php:320
msgid "Debug mode"
msgstr "除錯模式"
#: src/templates/wp-admin/settings/form-contents.php:305
msgid "Advanced / Debugging Settings"
msgstr "進階/除錯設定"
#: src/admin.php:946
msgid "Requesting start of backup..."
msgstr "正在請求開始備份"
#: src/admin.php:963, src/addons/morefiles.php:1034,
#: src/methods/backup-module.php:91,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:94
msgid "Cancel"
msgstr "取消"
#: src/admin.php:4510, src/addons/incremental.php:341,
#: src/addons/incremental.php:333, src/addons/reporting.php:270
msgid "None"
msgstr "無"
#: src/templates/wp-admin/settings/form-contents.php:104
msgid "Choose your remote storage"
msgstr "選擇你的遠端儲存空間"
#: src/templates/wp-admin/settings/form-contents.php:179
msgid "Manually decrypt a database backup file"
msgstr "手動解密資料庫備份檔"
#: src/templates/wp-admin/settings/form-contents.php:158
msgid "Database encryption phrase"
msgstr "資料庫加密短語 (phrase)"
#: src/admin.php:3391, src/methods/updraftvault.php:521,
#: src/templates/wp-admin/settings/form-contents.php:256,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:44
msgid "Email"
msgstr "郵件通知"
#: src/templates/wp-admin/settings/form-contents.php:148
msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
msgstr "以上的目錄為所有的網站項目,但不包含 WordPress 主程式,因為你可以從 WordPress.org 直接下載取得。"
#: src/addons/morefiles.php:368
msgid "Exclude these:"
msgstr "排除這些目錄:"
#: src/admin.php:4319
msgid "Any other directories found inside wp-content"
msgstr "任何在 wp-content 內找尋到的資料夾"
#: src/templates/wp-admin/settings/form-contents.php:145
msgid "Include in files backup"
msgstr "包含在備份檔中"
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "e.g. if your server is busy at day and you want to run overnight"
msgstr "e.g. 當你的伺服器平日很繁忙, 而你希望在午夜進行"
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "To fix the time at which a backup should take place,"
msgstr "修復備份開始時間"
#: src/templates/wp-admin/settings/form-contents.php:62
msgid "Database backup interval"
msgstr ""
#: src/addons/incremental.php:350, src/addons/incremental.php:337
msgid "Monthly"
msgstr "每月"
#: src/addons/incremental.php:349, src/addons/incremental.php:336
msgid "Fortnightly"
msgstr "每兩星期"
#: src/addons/incremental.php:348, src/addons/incremental.php:335
msgid "Weekly"
msgstr "每星期"
#: src/addons/incremental.php:347, src/addons/incremental.php:334
msgid "Daily"
msgstr "每日"
#: src/templates/wp-admin/settings/form-contents.php:25
msgid "Files backup interval"
msgstr ""
#: src/admin.php:973, src/admin.php:4186
msgid "Download log file"
msgstr "下載Log檔案"
#: src/admin.php:4048
msgid "The folder exists, but your webserver does not have permission to write to it."
msgstr "資料夾已存在, 但你的網頁伺服器未有寫入權限"
#: src/admin.php:4029
msgid "The request to the filesystem to create the directory failed."
msgstr "在檔案系統建立資料夾的請求失敗"
#: src/admin.php:964, src/admin.php:3925, src/admin.php:3940,
#: src/admin.php:3972, src/admin.php:4745,
#: src/includes/class-remote-send.php:696,
#: src/templates/wp-admin/settings/existing-backups-table.php:167,
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Delete"
msgstr "刪除"
#: src/admin.php:3877
msgid "show log"
msgstr "顯示Log檔"
#: src/templates/wp-admin/advanced/wipe-settings.php:10
msgid "This will delete all your UpdraftPlus settings - are you sure you want to do this?"
msgstr "這會移除 UpdraftPlus 所有的設定 - 你確定要這樣做?"
#: src/templates/wp-admin/advanced/total-size.php:19
msgid "count"
msgstr "統計"
#: src/templates/wp-admin/advanced/total-size.php:9
msgid "N.B. This count is based upon what was, or was not, excluded the last time you saved the options."
msgstr "N.B. This count is based upon what was, or was not, excluded the last time you saved the options."
#: src/templates/wp-admin/advanced/total-size.php:6
msgid "Total (uncompressed) on-disk data:"
msgstr "硬碟空間總計 (未經壓縮):"
#: src/templates/wp-admin/advanced/site-info.php:84,
#: src/templates/wp-admin/settings/tab-addons.php:105,
#: src/templates/wp-admin/settings/tab-addons.php:118,
#: src/templates/wp-admin/settings/tab-addons.php:131,
#: src/templates/wp-admin/settings/tab-addons.php:144,
#: src/templates/wp-admin/settings/tab-addons.php:157,
#: src/templates/wp-admin/settings/tab-addons.php:170,
#: src/templates/wp-admin/settings/tab-addons.php:183,
#: src/templates/wp-admin/settings/tab-addons.php:196,
#: src/templates/wp-admin/settings/tab-addons.php:209,
#: src/templates/wp-admin/settings/tab-addons.php:222,
#: src/templates/wp-admin/settings/tab-addons.php:235,
#: src/templates/wp-admin/settings/tab-addons.php:248,
#: src/templates/wp-admin/settings/tab-addons.php:261,
#: src/templates/wp-admin/settings/tab-addons.php:274,
#: src/templates/wp-admin/settings/tab-addons.php:287,
#: src/templates/wp-admin/settings/tab-addons.php:304
msgid "No"
msgstr "否"
#: src/addons/webdav.php:439, src/templates/wp-admin/advanced/site-info.php:84,
#: src/templates/wp-admin/advanced/site-info.php:81,
#: src/templates/wp-admin/settings/tab-addons.php:79,
#: src/templates/wp-admin/settings/tab-addons.php:92,
#: src/templates/wp-admin/settings/tab-addons.php:95,
#: src/templates/wp-admin/settings/tab-addons.php:108,
#: src/templates/wp-admin/settings/tab-addons.php:121,
#: src/templates/wp-admin/settings/tab-addons.php:134,
#: src/templates/wp-admin/settings/tab-addons.php:147,
#: src/templates/wp-admin/settings/tab-addons.php:160,
#: src/templates/wp-admin/settings/tab-addons.php:173,
#: src/templates/wp-admin/settings/tab-addons.php:186,
#: src/templates/wp-admin/settings/tab-addons.php:199,
#: src/templates/wp-admin/settings/tab-addons.php:212,
#: src/templates/wp-admin/settings/tab-addons.php:225,
#: src/templates/wp-admin/settings/tab-addons.php:238,
#: src/templates/wp-admin/settings/tab-addons.php:251,
#: src/templates/wp-admin/settings/tab-addons.php:264,
#: src/templates/wp-admin/settings/tab-addons.php:277,
#: src/templates/wp-admin/settings/tab-addons.php:290,
#: src/templates/wp-admin/settings/tab-addons.php:307,
#: src/templates/wp-admin/settings/tab-addons.php:313
msgid "Yes"
msgstr "是"
#: src/admin.php:6113, src/admin.php:6117,
#: src/templates/wp-admin/advanced/site-info.php:58,
#: src/templates/wp-admin/advanced/site-info.php:64,
#: src/templates/wp-admin/advanced/site-info.php:76,
#: src/templates/wp-admin/advanced/site-info.php:77
msgid "%s version:"
msgstr "%s 版本:"
#: src/templates/wp-admin/advanced/site-info.php:56
msgid "Current memory usage"
msgstr "目前記憶體使用量"
#: src/templates/wp-admin/advanced/site-info.php:55
msgid "Peak memory usage"
msgstr "高峰記憶體使用量"
#: src/templates/wp-admin/advanced/site-info.php:35
msgid "Web server:"
msgstr "伺服器環境:"
#: src/templates/wp-admin/settings/take-backup.php:99
msgid "Do you need WordPress Multisite support?"
msgstr "你需要 WordPress 多站點支援嗎?"
#: src/templates/wp-admin/settings/take-backup.php:95
msgid "Multisite"
msgstr "多站點"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:45
msgid "Do read this helpful article of useful things to know before restoring."
msgstr "在還原之前, 請先閱讀這篇文章以取得更多資訊"
#: src/addons/morefiles.php:152,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:82
msgid "%s restoration options:"
msgstr "%s 還原過程選項"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:75
msgid "You will need to restore it manually."
msgstr "你將需要手動進行還原"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:75
msgid "The following entity cannot be restored automatically: \"%s\"."
msgstr "以下實體未能自動還原: \"%s\""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "Your web server has PHP's so-called safe_mode active."
msgstr "你的網頁伺服器的 PHP 已啟用 的 safe_mode"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:44
msgid "Choose the components to restore"
msgstr "選擇組件以還原"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:44
msgid "Restoring will replace this site's themes, plugins, uploads, database and/or other content directories (according to what is contained in the backup set, and your selection)."
msgstr "還原將會取代這個網站的佈景主題, 外掛, 上傳, 資料庫 及/或 其他內容的資料夾 (基於備份檔和你選擇的內容)"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:32
msgid "Restore backup"
msgstr "還原備份"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:8
msgid "Delete backup set"
msgstr "刪除備份檔"
#: src/admin.php:945
msgid "Download error: the server sent us a response which we did not understand."
msgstr "下載錯誤: 伺服器返回了一個未知的回應"
#: src/admin.php:99, src/admin.php:936, src/restorer.php:539,
#: src/restorer.php:567, src/restorer.php:2328, src/restorer.php:4369,
#: src/addons/backblaze.php:247, src/addons/backblaze.php:272,
#: src/addons/cloudfiles-enhanced.php:123, src/addons/s3-enhanced.php:236,
#: src/addons/s3-enhanced.php:241, src/addons/s3-enhanced.php:243,
#: src/addons/sftp.php:1040, src/addons/webdav.php:434,
#: src/includes/class-remote-send.php:359,
#: src/includes/class-remote-send.php:411,
#: src/includes/class-remote-send.php:405,
#: src/includes/class-remote-send.php:480,
#: src/includes/class-remote-send.php:538,
#: src/includes/class-remote-send.php:565,
#: src/includes/class-remote-send.php:620,
#: src/includes/class-remote-send.php:608,
#: src/includes/class-remote-send.php:603,
#: src/includes/class-remote-send.php:593,
#: src/includes/class-search-replace.php:333,
#: src/includes/class-search-replace.php:519,
#: src/includes/migrator-lite.php:614, src/includes/migrator-lite.php:924,
#: src/includes/migrator-lite.php:1002, src/methods/remotesend.php:80,
#: src/methods/remotesend.php:258, src/methods/updraftvault.php:722
msgid "Error:"
msgstr "錯誤:"
#: src/admin.php:927
msgid "calculating..."
msgstr "計算中..."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:68,
#: src/templates/wp-admin/settings/tab-backups.php:70
msgid "UpdraftPlus - Upload backup files"
msgstr "UpdraftPlus - 上傳備份檔案"
#: src/includes/class-filesystem-functions.php:105,
#: src/templates/wp-admin/advanced/site-info.php:51
msgid "refresh"
msgstr "重新整理"
#: src/includes/class-filesystem-functions.php:126,
#: src/templates/wp-admin/advanced/site-info.php:51
msgid "Web-server disk space in use by UpdraftPlus"
msgstr "UpdraftPlus 已佔用的空間"
#: src/includes/class-filesystem-functions.php:126
msgid "This is a count of the contents of your Updraft directory"
msgstr "這是你 Updraft 資料夾的內容總計"
#: src/addons/google-enhanced.php:126, src/methods/googledrive.php:324,
#: src/methods/googledrive.php:322, src/methods/googledrive.php:674,
#: src/methods/googledrive.php:717, src/methods/googledrive.php:760,
#: src/methods/googledrive.php:767, src/methods/googledrive.php:779,
#: src/methods/googledrive.php:797, src/methods/googledrive.php:795,
#: src/methods/googledrive.php:1488, src/methods/googledrive.php:1489,
#: src/methods/googledrive.php:1491, src/methods/googledrive.php:1493,
#: src/methods/googledrive.php:1515, src/methods/googledrive.php:1515
msgid "Google Drive"
msgstr "Google 雲端硬碟"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:59,
#: src/templates/wp-admin/settings/tab-backups.php:63
msgid "If you are using this, then turn Turbo/Road mode off."
msgstr "如果你正在使用它, 請關閉 Turbo/Road 模式"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:59,
#: src/templates/wp-admin/settings/tab-backups.php:63
msgid "Opera web browser"
msgstr "Opera 瀏覽器"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:47,
#: src/templates/wp-admin/settings/tab-backups.php:51
msgid "More tasks:"
msgstr "更多任務:"
#: src/admin.php:3553
msgid "Download most recently modified log file"
msgstr "下載最近修改過的Log檔"
#: src/admin.php:3515, src/admin.php:3509, src/addons/autobackup.php:372,
#: src/addons/autobackup.php:467,
#: src/templates/wp-admin/settings/take-backup.php:72
msgid "Last log message"
msgstr "最近Log訊息"
#: src/admin.php:740, src/admin.php:972, src/admin.php:4660,
#: src/addons/migrator.php:248
msgid "Restore"
msgstr "還原"
#: src/admin.php:962, src/templates/wp-admin/settings/take-backup.php:52
msgid "Backup Now"
msgstr "立即備份"
#: src/templates/wp-admin/settings/take-backup.php:47
msgid "Time now"
msgstr "現在時間"
#: src/admin.php:441, src/admin.php:4485, src/admin.php:4538,
#: src/admin.php:5142, src/restorer.php:677, src/addons/moredatabase.php:266,
#: src/addons/reporting.php:285, src/addons/wp-cli.php:434,
#: src/includes/class-remote-send.php:445,
#: src/includes/class-wpadmin-commands.php:154,
#: src/includes/class-wpadmin-commands.php:629,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:81,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
#: src/templates/wp-admin/settings/take-backup.php:34
msgid "Database"
msgstr "資料庫(Database)"
#: src/admin.php:431, src/admin.php:5899,
#: src/templates/wp-admin/settings/take-backup.php:24
msgid "Files"
msgstr "檔案"
#: src/templates/wp-admin/settings/take-backup.php:19
msgid "Next scheduled backups"
msgstr "下次排程備份"
#: src/admin.php:410
msgid "At the same time as the files backup"
msgstr "在檔案備份期間同時進行"
#: src/admin.php:400, src/admin.php:421, src/admin.php:428, src/admin.php:471,
#: src/admin.php:502
msgid "Nothing currently scheduled"
msgstr "目前沒有排程任務"
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "JavaScript warning"
msgstr "JavaScript 警告"
#: src/admin.php:948
msgid "Delete Old Directories"
msgstr "刪除舊有資料夾"
#: src/admin.php:3050
msgid "Current limit is:"
msgstr "目前限制為:"
#: src/admin.php:3012
msgid "Your backup has been restored."
msgstr "你的備份已還原"
#: src/templates/wp-admin/settings/header.php:25
msgid "Version"
msgstr "版本"
#: src/templates/wp-admin/settings/header.php:25
msgid "Lead developer's homepage"
msgstr "主要開發者網頁"
#: src/admin.php:5793
msgid "Your settings have been wiped."
msgstr "你的設定已被抹除"
#: src/admin.php:2969
msgid "Backup directory successfully created."
msgstr "備份資料夾已成功建立"
#: src/admin.php:2962
msgid "Backup directory could not be created"
msgstr "無法建立備份資料夾"
#: src/admin.php:3888
msgid "Remove old directories"
msgstr "移除舊資料夾"
#: src/includes/migrator-lite.php:245, src/includes/migrator-lite.php:261
msgid "Return to UpdraftPlus Configuration"
msgstr "返回 UpdraftPlus 設定"
#: src/admin.php:941, src/admin.php:2971, src/admin.php:3895,
#: src/admin.php:5091, src/admin.php:5080, src/admin.php:5068,
#: src/templates/wp-admin/settings/existing-backups-table.php:19,
#: src/templates/wp-admin/settings/existing-backups-table.php:142
msgid "Actions"
msgstr "動作"
#: src/admin.php:2854
msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
msgstr "錯誤的檔案格式 - 似乎這個已加密的資料庫檔案不是由 UpdraftPlus 建立的"
#: src/admin.php:2743
msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
msgstr "錯誤的檔案格式 - 似乎這個檔案不是由 UpdraftPlus 建立的"
#: src/admin.php:2631
msgid "No local copy present."
msgstr "未有本機副本"
#: src/admin.php:2628
msgid "Download in progress"
msgstr "正在下載中"
#: src/admin.php:939, src/admin.php:2617
msgid "File ready."
msgstr "檔案已準備好。"
#: src/admin.php:2598
msgid "Download failed"
msgstr "下載失敗"
#: src/admin.php:937, src/class-updraftplus.php:1570,
#: src/class-updraftplus.php:1614, src/restorer.php:4326,
#: src/restorer.php:4184, src/restorer.php:4209, src/updraftplus.php:226,
#: src/addons/webdav.php:743, src/addons/wp-cli.php:503,
#: src/includes/class-filesystem-functions.php:439,
#: src/includes/class-storage-methods-interface.php:338,
#: src/methods/addon-base-v2.php:100, src/methods/addon-base-v2.php:105,
#: src/methods/addon-base-v2.php:239, src/methods/addon-base-v2.php:259,
#: src/methods/googledrive.php:1416, src/udaddons/options.php:250
msgid "Error"
msgstr "錯誤"
#: src/admin.php:2342
msgid "Could not find that job - perhaps it has already finished?"
msgstr "無法找到任務 - 或許它已經完成?"
#: src/admin.php:2335
msgid "Job deleted"
msgstr "任務已刪除"
#: src/admin.php:2458, src/includes/class-commands.php:992
msgid "You should soon see activity in the \"Last log message\" field below."
msgstr ""
#: src/admin.php:1018
msgid "Nothing yet logged"
msgstr "未有任何已登入"
#: src/admin.php:1394
msgid "Please consult this FAQ if you have problems backing up."
msgstr "如果你有任何備份的問題, 請查閱這份 FAQ"
#: src/admin.php:1394
msgid "Your website is hosted using the %s web server."
msgstr "你的網頁使用 %s 網頁伺服器"
#: src/admin.php:1375, src/admin.php:1380, src/admin.php:1386,
#: src/admin.php:1390, src/admin.php:1394, src/admin.php:1398,
#: src/admin.php:1416, src/admin.php:1429, src/admin.php:4426,
#: src/admin.php:4424, src/admin.php:4417, src/admin.php:6083,
#: src/admin.php:6363, src/addons/azure.php:689,
#: src/includes/migrator-lite.php:668, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/dreamobjects.php:182,
#: src/methods/ftp.php:116, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:926,
#: src/methods/s3.php:930, src/methods/s3.php:1080, src/methods/s3.php:1081,
#: src/methods/s3generic.php:192, src/methods/s3generic.php:193,
#: src/methods/updraftvault.php:477, src/udaddons/updraftplus-addons.php:325,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "Warning"
msgstr "警告"
#: src/admin.php:756, src/admin.php:1297, src/admin.php:3212
msgid "Settings"
msgstr "設定"
#: src/backup.php:3093
msgid "Infinite recursion: consult your log for more information"
msgstr "無限遞迴: 查閱Log以取得更多資訊"
#: src/class-updraftplus.php:4836, src/addons/azure.php:301,
#: src/methods/googledrive.php:1416, src/methods/s3.php:370
msgid "File not found"
msgstr "無法找到檔案"
#: src/includes/class-updraftplus-encryption.php:354
msgid "The decryption key used:"
msgstr "使用的密碼:"
#: src/backup.php:2934
msgid "Could not open the backup file for writing"
msgstr "無法寫入備份檔案"
#: src/class-updraftplus.php:4533
msgid "Could not read the directory"
msgstr "無法讀取資料夾"
#: src/admin.php:2685, src/backup.php:1340
msgid "Backup directory (%s) is not writable, or does not exist."
msgstr "備份資料夾 (%s) 可能未有寫入權限, 或資料夾不存在"
#: src/class-updraftplus.php:3872
msgid "WordPress backup is complete"
msgstr "WordPress 備份已完成"
#: src/class-updraftplus.php:3690
msgid "The backup attempt has finished, apparently unsuccessfully"
msgstr "備份工作已完成, 但似乎不成功"
#: src/class-updraftplus.php:2109
msgid "Others"
msgstr "其它"
#: src/class-updraftplus.php:2092, src/addons/multisite.php:526
msgid "Uploads"
msgstr "已上傳檔案(uploads)"
#: src/class-updraftplus.php:2091
msgid "Themes"
msgstr "佈景(themes)"
#: src/class-updraftplus.php:2090
msgid "Plugins"
msgstr "外掛(plugins)"
#: src/class-updraftplus.php:740
msgid "No log files were found."
msgstr "沒有找到Log檔"
#: src/admin.php:2551, src/admin.php:2547, src/class-updraftplus.php:735
msgid "The log file could not be read."
msgstr "無法讀取Log檔"
#: src/admin.php:1456, src/admin.php:1477, src/admin.php:1515,
#: src/class-updraftplus.php:663, src/class-updraftplus.php:735,
#: src/class-updraftplus.php:740, src/class-updraftplus.php:745
msgid "UpdraftPlus notice:"
msgstr "UpdraftPlus 提醒:"
#: src/options.php:92, src/addons/multisite.php:116,
#: src/addons/multisite.php:815
msgid "UpdraftPlus Backups"
msgstr "UpdraftPlus 備份" languages/updraftplus-zh_HK.po 0000644 00001144446 14740035567 0012455 0 ustar 00 # Translation of UpdraftPlus in Chinese (Hong Kong)
# This file is distributed under the same license as the UpdraftPlus package.
msgid ""
msgstr ""
"PO-Revision-Date: 2021-04-05 14:31:47+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: zh_HK\n"
"Project-Id-Version: UpdraftPlus\n"
#: src/addons/googlecloud.php:518
msgid "%s suthorization failed"
msgstr ""
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Turning off any debugging settings may also help."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "It's free to use or try up to 5 sites."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "If you have a few sites, it'll save hours."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:40
msgid "See our documentation on how to carry out a normal migration here"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:40
msgid "Temporary clones of WordPress subdomain multisite installations are not yet supported."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "UpdraftClone does the work."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "Press the buttons..."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Rather than test things on your live site, you can UpdraftClone it, and then throw away your clone when done."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "A temporary clone is an instant copy of this website, running on our servers."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "You either need to activate it within your browser, or to use a JavaScript-capable browser."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "This admin interface uses JavaScript heavily."
msgstr ""
#: src/templates/wp-admin/settings/tab-backups.php:80
msgid "Drop your backup files"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:346,
#: src/templates/wp-admin/settings/tab-addons.php:347
msgid "Keeps your WordPress site up to date and bug free."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:334,
#: src/templates/wp-admin/settings/tab-addons.php:335
msgid "A comprehensive and easy to use security plugin and site scanning service."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:330,
#: src/templates/wp-admin/settings/tab-addons.php:330,
#: src/templates/wp-admin/settings/tab-addons.php:336,
#: src/templates/wp-admin/settings/tab-addons.php:336,
#: src/templates/wp-admin/settings/tab-addons.php:342,
#: src/templates/wp-admin/settings/tab-addons.php:342,
#: src/templates/wp-admin/settings/tab-addons.php:348,
#: src/templates/wp-admin/settings/tab-addons.php:348
msgid "Demo in WP Playground"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:328,
#: src/templates/wp-admin/settings/tab-addons.php:329
msgid "It cleans the database, compresses images and caches pages for ultimate speed."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:328,
#: src/templates/wp-admin/settings/tab-addons.php:329
msgid "Makes your site fast and efficient."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:89
msgid "UpdraftPlus free includes Dropbox, Google Drive, Amazon S3, Rackspace and more."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:89
msgid "To avoid server-wide risks, always backup to remote cloud storage."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:13
msgid "After using it once, you'll have saved the purchase price compared to the time needed to copy a site by hand."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:13
msgid "Then, try out our \"Migrator\" add-on which can perform a direct site-to-site migration."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "Note that some cloud storage providers do not allow this (e.g. Dropbox), so with those providers this setting will have no effect."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "Choosing this option lowers your security by stopping UpdraftPlus from using SSL for authentication and encrypted transport at all, where possible."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "It means that UpdraftPlus will be using SSL only for encryption of traffic, and not for authentication."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "Choosing this option lowers your security by stopping UpdraftPlus from verifying the identity of encrypted sites that it connects to (e.g. Dropbox, Google Drive)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "However, if you get an SSL error, then choosing this option (which causes UpdraftPlus to use your web server's collection instead) may help."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "We keep these up to date."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "By default UpdraftPlus uses its own store of SSL certificates to verify the identity of remote sites (i.e. to make sure it is talking to the real Dropbox, Amazon S3, etc., and not an attacker)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "It is relative to your content directory (which by default is called wp-content)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "This directory must be writable by your web server."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "This is where UpdraftPlus will write the zip files it creates initially."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "Be careful to leave some margin if your web-server has a hard size limit (e.g. the 2 GB / 2048 MB limit on some 32-bit servers/file systems)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "The default value is %s megabytes."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "UpdraftPlus will split up backup archives when they exceed this file size."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:135
msgid "This is not recommended (unless you plan to manually copy them to your computer), as losing the web-server would mean losing both your website and the backups in one event."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:135
msgid "If you choose no remote storage, then the backups remain on the web-server."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "This can corrupt backups that you download from here."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "Your WordPress installation has a problem with outputting extra whitespace."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "You are recommended to turn safe_mode off, or to restore only one entity at a time"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "This makes time-outs much more likely."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "Designed to optimize your store, enhance user experience and increase revenue!"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "Quality add-ons for WooCommerce."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "WP Overnight"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "You don’t need to be an SEO expert to use this plugin."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Save time and boost SEO!"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Automate the building of internal links on your WordPress website."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Internal Link Juicer"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid " Comprehensive, cost-effective, 5* rated and easy to use."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "Secure your WordPress website with AIOS."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "Still on the fence?"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "All-In-One Security (AIOS)"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:24
msgid "Cache your site, clean the database and compress images."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:24
msgid "Speed up and optimize your WordPress website."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:18
msgid " Upgrade for automatic backups before updates, incremental backups, more remote storage locations, premium support and"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:10
msgid "Protect your WordPress investment with premium features, or check out our other 5* rated plugins below:"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:12
msgid "All 5* rated and actively installed on millions of WordPress websites:"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:12
msgid "If you like UpdraftPlus, you'll love our other plugins."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "You can also do this before deactivating/deinstalling UpdraftPlus if you wish."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "You will then need to enter all your settings again."
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:28
msgid "Database size"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:66
msgid "Database maximum packet size:"
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:12
msgid "This tool will replace all your saved settings."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:12
msgid "You can also import previously-exported settings."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "This tool will export what is currently in the settings tab."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "Here, you can export your UpdraftPlus settings (%s), either for using on another site, or to keep as a backup."
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:35
msgid "Type"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:34
msgid "Index size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:33
msgid "Data size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:32
msgid "Records"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:31
msgid "Table name"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:25
msgid "Refresh"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:24
msgid "Clear"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:19
msgid "Reducing your database size with WP-Optimize helps to maintain a fast, efficient, and user-friendly website."
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:10
msgid "Total Size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:6
msgid "Search for table"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:371
msgid "So far %s data archives totalling %s have been received"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:371
msgid "The sending of the site data has begun."
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "You can shut this clone down at the following link:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "Each time your clone renews (weekly) it costs %s."
msgstr ""
#: src/central/modules/updates.php:715
msgid "If installing, then proceed with caution by first doing a backup."
msgstr ""
#: src/central/modules/updates.php:715
msgid "This % does not provide information to allow determining whether the latest version is compatible with your WordPress or PHP installation."
msgstr ""
#: src/central/modules/updates.php:706
msgid "The latest update for this %s has not been tested with the WordPress version installed on the remote site and may have compatibility issues when used."
msgstr ""
#: src/central/modules/updates.php:696
msgid "The minimum PHP version supported by this %s is %s."
msgstr ""
#: src/central/modules/updates.php:696
msgid "The latest update for this %s is not compatible with the PHP version installed on the remote site."
msgstr ""
#: src/central/modules/updates.php:686
msgid "The minimum WordPress version supported by this %s is %s."
msgstr ""
#: src/central/modules/updates.php:686
msgid "The latest update for this %s is not compatible with the WordPress version installed on the remote site."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1056
msgid "No response data was received."
msgstr ""
#: src/udaddons/updraftplus-addons.php:332
msgid "You will no longer receive updates to UpdraftPlus."
msgstr ""
#: src/udaddons/updraftplus-addons.php:332
msgid "Your paid access to UpdraftPlus updates for this site has expired."
msgstr ""
#: src/udaddons/options.php:536
msgid "Follow this link to activate this licence"
msgstr ""
#: src/udaddons/options.php:536
msgid "%s available to claim on this site."
msgstr ""
#: src/udaddons/options.php:339
msgid "You can now use your purchase!"
msgstr ""
#: src/udaddons/options.php:339
msgid "The claim and installation was successful."
msgstr ""
#: src/udaddons/options.php:338
msgid "Response was:"
msgstr ""
#: src/udaddons/options.php:338
msgid "An unknown response was received."
msgstr ""
#: src/udaddons/options.php:259
msgid "This ensures %s can connect and update."
msgstr ""
#: src/udaddons/options.php:259
msgid "Please list %s in the %s constant."
msgstr ""
#: src/udaddons/options.php:254
msgid "Please make sure that %s is not set to \"true\" in your wp-config file - this ensures UpdraftPlus can connect and update."
msgstr ""
#: src/udaddons/options.php:250
msgid "This is incompatible with WordPress's updates mechanism; you will not be able to receive updates."
msgstr ""
#: src/udaddons/options.php:250
msgid "You have installed this plugin in your plugins folder (%s) with a non-default name %s which is different to %s."
msgstr ""
#: src/udaddons/options.php:143
msgid "To fix this problem, contact your web hosting company."
msgstr ""
#: src/udaddons/options.php:143
msgid "You can try it, but don't be surprised if it does not work."
msgstr ""
#: src/udaddons/options.php:143
msgid "Your web server's version of PHP is too old (%s) - UpdraftPlus expects at least %s."
msgstr ""
#: src/methods/updraftvault.php:943
msgid "An unknown error occurred while connecting to Vault."
msgstr ""
#: src/methods/updraftvault.php:477
msgid "Your web server's PHP installation does not include a required (for %s) module (%s)."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "If you do not wish this to happen, then you should renew as soon as possible."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "In a few days' time, your stored data will be permanently removed."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "You have an UpdraftPlus Vault subscription that has not been renewed, and the grace period has expired."
msgstr ""
#: src/methods/updraftvault.php:328
msgid "Please renew as soon as possible!"
msgstr ""
#: src/methods/updraftvault.php:328
msgid "You are within the few days of grace period before it will be suspended, and you will lose your quota and access to data stored within it."
msgstr ""
#: src/methods/updraftvault.php:328
msgid "You have an UpdraftPlus Vault subscription with overdue payment."
msgstr ""
#: src/methods/updraftvault.php:325
msgid "You should renew immediately to avoid losing the 12 months of free storage allowance that you get for being a current UpdraftPlus Premium customer."
msgstr ""
#: src/methods/updraftvault.php:325
msgid "Your UpdraftPlus Premium purchase is over a year ago."
msgstr ""
#: src/methods/updraftvault.php:257
msgid "Please try again after a few minutes."
msgstr ""
#: src/methods/updraftvault.php:257, src/methods/updraftvault.php:941
msgid "An error occurred while fetching your Vault credentials."
msgstr ""
#: src/methods/s3generic.php:212
msgid "SigV2"
msgstr ""
#: src/methods/s3generic.php:211
msgid "SigV4"
msgstr ""
#: src/methods/s3generic.php:209
msgid "Read more about signature version"
msgstr ""
#: src/methods/s3generic.php:208
msgid "Signature version"
msgstr ""
#: src/methods/s3.php:826, src/methods/s3.php:871
msgid "Error: Failed to download %s."
msgstr ""
#: src/methods/s3.php:542, src/methods/s3.php:736, src/methods/s3.php:846,
#: src/methods/s3.php:826, src/methods/s3.php:871
msgid "Check your permissions and credentials."
msgstr ""
#: src/methods/s3.php:542, src/methods/s3.php:736, src/methods/s3.php:846
msgid "Error: Failed to access bucket %s."
msgstr ""
#: src/methods/openstack2.php:247
msgid "Authentication URI"
msgstr ""
#: src/methods/openstack2.php:244
msgid "Get your access credentials from your OpenStack Swift provider, and then pick a container name to use for storage."
msgstr ""
#: src/methods/googledrive.php:1515
msgid "%s does not allow authorisation of sites hosted on direct IP addresses."
msgstr ""
#: src/methods/googledrive.php:1512
msgid "Account holder's name"
msgstr ""
#: src/methods/googledrive.php:859
msgid "%s for %s"
msgstr ""
#: src/methods/googledrive.php:423
msgid "Please create a new Google Drive project and reconnect with UpdraftPlus."
msgstr ""
#: src/methods/googledrive.php:423
msgid "The client has been deleted from the Google Drive API console."
msgstr ""
#: src/methods/email.php:30
msgid "If so, you should switch to using a different remote storage method."
msgstr ""
#: src/methods/email.php:30
msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size)."
msgstr ""
#: src/methods/dropbox.php:612
msgid "Your Dropbox App Secret"
msgstr ""
#: src/methods/dropbox.php:611
msgid "Your Dropbox App Key"
msgstr ""
#: src/methods/dropbox.php:528
msgid "You are not authenticated with %s"
msgstr ""
#: src/methods/dropbox.php:482
msgid "You are not authenticated with %s (whilst deleting)"
msgstr ""
#: src/methods/dropbox.php:194, src/methods/dropbox.php:211
msgid "You are not authenticated with Dropbox"
msgstr ""
#: src/methods/dreamobjects.php:192, src/methods/s3.php:1049,
#: src/methods/s3.php:1089, src/methods/s3generic.php:200
msgid "Examples: mybucket, mybucket/mypath"
msgstr ""
#: src/methods/dreamobjects.php:192, src/methods/s3.php:1049,
#: src/methods/s3.php:1089, src/methods/s3generic.php:200
msgid "Enter only a bucket name or a bucket and path."
msgstr ""
#: src/methods/dreamobjects.php:183, src/methods/s3.php:936,
#: src/methods/s3.php:1079
msgid "This bucket will be created for you if it does not already exist."
msgstr ""
#: src/methods/dreamobjects.php:183, src/methods/s3.php:936,
#: src/methods/s3.php:1079
msgid "Get your access key and secret key from your %s console, then pick a (globally unique - all %s users) bucket name (letters and numbers) (and optionally a path) to use for storage."
msgstr ""
#: src/methods/cloudfiles.php:455, src/methods/dreamobjects.php:181,
#: src/methods/dreamobjects.php:182, src/methods/openstack-base.php:577,
#: src/methods/s3.php:926, src/methods/s3.php:930
msgid "Your web server's PHP installation does not included a required module (%s)."
msgstr ""
#: src/methods/cloudfiles-new.php:284, src/methods/cloudfiles.php:461,
#: src/methods/openstack2.php:244
msgid "This container will be created for you if it does not already exist."
msgstr ""
#: src/methods/cloudfiles-new.php:284
msgid "Get your API key from your Rackspace Cloud console (read instructions here), then pick a container name to use for storage."
msgstr ""
#: src/methods/cloudfiles-new.php:281, src/methods/cloudfiles-new.php:282,
#: src/methods/cloudfiles.php:455, src/methods/dreamobjects.php:181,
#: src/methods/openstack-base.php:577, src/methods/openstack2.php:242,
#: src/methods/s3.php:930, src/methods/s3.php:1081,
#: src/methods/s3generic.php:193
msgid "UpdraftPlus's %s module requires %s."
msgstr ""
#: src/methods/cloudfiles-new.php:281, src/methods/cloudfiles-new.php:282,
#: src/methods/openstack2.php:242, src/methods/s3.php:1080,
#: src/methods/s3.php:1081, src/methods/s3generic.php:192,
#: src/methods/s3generic.php:193
msgid "Your web server's PHP installation does not include a required module (%s)."
msgstr ""
#: src/methods/backup-module.php:89
msgid "Select existing folder"
msgstr ""
#: src/methods/addon-not-yet-present.php:126
msgid "Your PHP version: %s."
msgstr ""
#: src/includes/updraftplus-tour.php:196
msgid "You are now all set to use UpdraftPlus!"
msgstr ""
#: src/includes/updraftplus-tour.php:130, src/includes/updraftplus-tour.php:182
msgid "If not, your backups remain on the same server as your site."
msgstr ""
#: src/includes/updraftplus-tour.php:130, src/includes/updraftplus-tour.php:182
msgid "Now select a remote storage destination to protect against server-wide threats."
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "30 September"
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "Be quick, offer ends %s."
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "Visit any of our websites and use code %s at checkout to get 20%% off all our plugins."
msgstr ""
#: src/includes/updraftplus-notices.php:262
msgid "31 July"
msgstr ""
#: src/includes/updraftplus-notices.php:261
msgid "Summer Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:249
msgid "31 May"
msgstr ""
#: src/includes/updraftplus-notices.php:248
msgid "Spring Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:236
msgid "28 January"
msgstr ""
#: src/includes/updraftplus-notices.php:235
msgid "New Year Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:223
msgid "3 December"
msgstr ""
#: src/includes/updraftplus-notices.php:223,
#: src/includes/updraftplus-notices.php:236,
#: src/includes/updraftplus-notices.php:249,
#: src/includes/updraftplus-notices.php:262
msgid "Offer ends %s"
msgstr ""
#: src/includes/updraftplus-notices.php:223,
#: src/includes/updraftplus-notices.php:236,
#: src/includes/updraftplus-notices.php:249,
#: src/includes/updraftplus-notices.php:262
msgid "Save 20%% with code %s."
msgstr ""
#: src/includes/updraftplus-notices.php:222
msgid "Black Friday Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Or if you have any issues or questions please leave us a support message"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "If you like us, please consider leaving a positive review to spread the word."
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Hey - We noticed UpdraftPlus has kept your site safe for a while."
msgstr ""
#: src/includes/updraftplus-notices.php:93
msgid "Includes find-and-replace tool for database references."
msgstr ""
#: src/includes/updraftplus-notices.php:93
msgid "Copy your site to another domain directly."
msgstr ""
#: src/includes/updraftplus-notices.php:60
msgid "Plus many more options."
msgstr ""
#: src/includes/updraftplus-notices.php:60
msgid "Enhanced storage options for Dropbox, Google Drive and S3."
msgstr ""
#: src/includes/updraftplus-notices.php:29
msgid "Backup incremental changes instead of full backups (saving server resources), clone or migrate your site with ease, get more remote storage locations, premium support and more."
msgstr ""
#: src/includes/updraftplus-notices.php:28
msgid "Backup, migrate and restore with Premium."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "Please try again later."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "The server might be busy or you have lost your connection to the internet at the time of the request."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "An error has occurred while processing your request."
msgstr ""
#: src/includes/S3.php:1927
msgid "Please ask your webserver support how to upgrade your PHP and cURL library versions to use non-obsolete TLS versions."
msgstr ""
#: src/includes/S3.php:1927
msgid "Your PHP installation failed a TLS v1.2 connection test, which is the minimum version required by Amazon."
msgstr ""
#: src/includes/S3.php:1927
msgid "Connecting to Amazon S3 failed."
msgstr ""
#: src/includes/migrator-lite.php:334
msgid "If that is not yet set up, then you should set it up, or use below search and replace so that the non-https links are automatically replaced."
msgstr ""
#: src/includes/migrator-lite.php:334
msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem."
msgstr ""
#: src/includes/migrator-lite.php:323
msgid "Otherwise, you will want to use below search and replace to search/replace the site address so that the site can be visited without https."
msgstr ""
#: src/includes/migrator-lite.php:323
msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site."
msgstr ""
#: src/includes/class-wpadmin-commands.php:586
msgid "This is normally caused by file permissions."
msgstr ""
#: src/includes/class-wpadmin-commands.php:261
msgid "Now press Restore again to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:263
msgid "If all is well, then now press Restore again to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:236
msgid "Now press Restore to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:236,
#: src/includes/class-wpadmin-commands.php:261
msgid "The backup archive files have been successfully processed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238,
#: src/includes/class-wpadmin-commands.php:263
msgid "Otherwise, cancel and correct any problems first."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238
msgid "If all is well, then press Restore to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238,
#: src/includes/class-wpadmin-commands.php:263
msgid "The backup archive files have been processed, but with some warnings."
msgstr ""
#: src/includes/class-wpadmin-commands.php:240,
#: src/includes/class-wpadmin-commands.php:265
msgid "You will need to cancel and correct any problems before retrying."
msgstr ""
#: src/includes/class-wpadmin-commands.php:240,
#: src/includes/class-wpadmin-commands.php:265
msgid "The backup archive files have been processed, but with some errors."
msgstr ""
#: src/includes/class-wpadmin-commands.php:130
msgid "If you have a lot of data to import, and if the restore operation times out, then you will need to ask your web hosting company for ways to raise this limit (or attempt the restoration piece-by-piece)."
msgstr ""
#: src/includes/class-wpadmin-commands.php:130
msgid "The PHP setup on this webserver allows only %s seconds for PHP to run, and does not allow this limit to be raised."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:103
msgid "No, please don't."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:103
msgid "Yes, show me the news."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:102
msgid "Do you want to see official news from this plugin in this Events and News section?"
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "The remote storage method in use (%s) does not allow us to retrieve files."
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "The backup archive for this file could not be found."
msgstr ""
#: src/includes/class-remote-send.php:671
msgid "This action cannot be undone."
msgstr ""
#: src/includes/class-remote-send.php:671
msgid "You are about to permanently delete the list of existing sites."
msgstr ""
#: src/includes/class-remote-send.php:565
msgid "It is deprecated, causes encryption to malfunction, and should be turned off."
msgstr ""
#: src/includes/class-remote-send.php:565
msgid "The setting %s is turned on in your PHP settings."
msgstr ""
#: src/includes/class-remote-send.php:425
msgid "If you are sending from an external network, it is likely that a firewall will be blocking this."
msgstr ""
#: src/includes/class-remote-send.php:425
msgid "The site URL you are sending to (%s) looks like a local development website."
msgstr ""
#. translators: Deleted long text.
#: src/includes/class-manipulation-functions.php:509
msgid "This content was deleted in order to anonymize it."
msgstr ""
#. translators: Deleted text.
#: src/includes/class-manipulation-functions.php:505
msgid "[deleted]"
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "Intended for use by intercepting proxies used to control access to the network (e.g., \"captive portals\" used to require agreement to Terms of Service before granting full Internet access via a Wi-Fi hotspot)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "The client needs to authenticate to gain network access"
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "Network Authentication Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:78
msgid "Further extensions to the request are required for the server to fulfil it."
msgstr ""
#: src/includes/class-http-error-descriptions.php:78
msgid "Not Extended"
msgstr ""
#: src/includes/class-http-error-descriptions.php:77
msgid "The server detected an infinite loop while processing the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:77
msgid "Loop Detected"
msgstr ""
#: src/includes/class-http-error-descriptions.php:76
msgid "The server is unable to store the representation needed to complete the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:76
msgid "Insufficient Storage"
msgstr ""
#: src/includes/class-http-error-descriptions.php:75
msgid "Transparent content negotiation for the request results in a circular reference."
msgstr ""
#: src/includes/class-http-error-descriptions.php:75
msgid "Variant Also Negotiates"
msgstr ""
#: src/includes/class-http-error-descriptions.php:74
msgid "The server does not support the HTTP protocol version used in the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:74
msgid "HTTP Version Not Supported"
msgstr ""
#: src/includes/class-http-error-descriptions.php:73
msgid "The server was acting as a gateway or proxy and did not receive a timely response from the upstream server."
msgstr ""
#: src/includes/class-http-error-descriptions.php:73
msgid "Gateway Timeout"
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "Generally, this is a temporary state."
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "The server cannot handle the request (because it is overloaded or down for maintenance)"
msgstr ""
#: src/includes/class-http-error-descriptions.php:71
msgid "The server was acting as a gateway or proxy and received an invalid response from the upstream server."
msgstr ""
#: src/includes/class-http-error-descriptions.php:71
msgid "Bad Gateway"
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "Usually this implies future availability (e.g., a new feature of a web-service API)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "The server either does not recognize the request method, or it lacks the ability to fulfil the request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "Not Implemented"
msgstr ""
#: src/includes/class-http-error-descriptions.php:69
msgid "A generic error message, given when an unexpected condition was encountered and no more specific message is suitable."
msgstr ""
#: src/includes/class-http-error-descriptions.php:69
msgid "Internal Server Error"
msgstr ""
#: src/includes/class-http-error-descriptions.php:63
msgid "A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the requested resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:63
msgid "Unavailable For Legal Reasons"
msgstr ""
#: src/includes/class-http-error-descriptions.php:62
msgid "The server is unwilling to process the request because either an individual header field, or all the header fields collectively, are too large."
msgstr ""
#: src/includes/class-http-error-descriptions.php:62
msgid "Request Header Fields Too Large"
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "Intended for use with rate-limiting schemes."
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "The user has sent too many requests in a given amount of time"
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "Too Many Requests"
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "Intended to prevent the 'lost update' problem, where a client GETs a resource's state, modifies it, and PUTs it back to the server, when meanwhile a third party has modified the state on the server, leading to a conflict."
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "The origin server requires the request to be conditional"
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "Precondition Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:59
msgid "The client should switch to a different protocol such as TLS/1.3, given in the Upgrade header field."
msgstr ""
#: src/includes/class-http-error-descriptions.php:59
msgid "Upgrade Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:58
msgid "Indicates that the server is unwilling to risk processing a request that might be replayed."
msgstr ""
#: src/includes/class-http-error-descriptions.php:58
msgid "Too Early"
msgstr ""
#: src/includes/class-http-error-descriptions.php:57
msgid "The request failed because it depended on another request and that request failed (e.g., a PROPPATCH)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:57
msgid "Failed Dependency"
msgstr ""
#: src/includes/class-http-error-descriptions.php:56
msgid "The resource that is being accessed is locked."
msgstr ""
#: src/includes/class-http-error-descriptions.php:56
msgid "Locked"
msgstr ""
#: src/includes/class-http-error-descriptions.php:55
msgid "The request was well-formed but was unable to be followed due to semantic errors."
msgstr ""
#: src/includes/class-http-error-descriptions.php:55
msgid "Unprocessable Entity"
msgstr ""
#: src/includes/class-http-error-descriptions.php:54
msgid "The request was directed at a server that is not able to produce a response (for example because of connection reuse)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:54
msgid "Misdirected Request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:53
msgid "The server cannot meet the requirements of the Expect request-header field."
msgstr ""
#: src/includes/class-http-error-descriptions.php:53
msgid "Expectation Failed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "For example, if the client asked for a part of the file that lies beyond the end of the file."
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "The client has asked for a portion of the file (byte serving), but the server cannot supply that portion"
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "Range Not Satisfiable"
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "For example, the client uploads an image as image/svg+xml, but the server requires that images use a different format."
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "The request entity has a media type which the server or resource does not support"
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "Unsupported Media Type"
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "Often the result of too much data being encoded as a query-string of a GET request, in which it should be converted to a POST request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "The URI provided was too long for the server to process"
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "URI Too Long"
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "Previously called \"Request Entity Too Large\"."
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "The request is larger than the server is willing or able to process"
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "Payload Too Large"
msgstr ""
#: src/includes/class-http-error-descriptions.php:48
msgid "The server does not meet one of the preconditions that the requester put on the request header fields."
msgstr ""
#: src/includes/class-http-error-descriptions.php:48
msgid "Precondition Failed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:47
msgid "The request did not specify the length of its content, which is required by the requested resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:47
msgid "Length Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:46
msgid "Indicates that the resource requested is no longer available and will not be available again."
msgstr ""
#: src/includes/class-http-error-descriptions.php:46
msgid "Gone"
msgstr ""
#: src/includes/class-http-error-descriptions.php:45
msgid "Indicates that the request could not be processed because of conflict in the current state of the resource, such as an edit conflict between multiple simultaneous updates."
msgstr ""
#: src/includes/class-http-error-descriptions.php:45
msgid "Conflict"
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "The client MAY repeat the request without modifications at any later time."
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "The server timed out waiting for the request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "Request Timeout"
msgstr ""
#: src/includes/class-http-error-descriptions.php:43
msgid "The client must first authenticate itself with the proxy."
msgstr ""
#: src/includes/class-http-error-descriptions.php:43
msgid "Proxy Authentication Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:42
msgid "The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:42
msgid "Not Acceptable"
msgstr ""
#: src/includes/class-http-error-descriptions.php:41
msgid "A request method is not supported for the requested resource; for example, a GET request on a form that requires data to be presented via POST, or a PUT request on a read-only resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:41
msgid "Method Not Allowed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "Subsequent requests by the client are permissible."
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "The requested resource could not be found but may be available in the future"
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "Not Found."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "This may be due to the user not having the necessary permissions for a resource or needing an account of some sort, or attempting a prohibited action (e.g. creating a duplicate record where only one is allowed)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "The request contained valid data and was understood by the server, but the server is refusing action."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "Forbidden."
msgstr ""
#: src/includes/class-http-error-descriptions.php:38
msgid "Authentication is required and has failed or has not yet been provided."
msgstr ""
#: src/includes/class-http-error-descriptions.php:38
msgid "Unauthorized."
msgstr ""
#: src/includes/class-http-error-descriptions.php:37
msgid "The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, size too large, invalid request message framing, or deceptive request routing)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:37
msgid "Bad Request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:31
msgid "Permanent Redirect."
msgstr ""
#: src/includes/class-http-error-descriptions.php:30
msgid "In this case, the request should be repeated with another URI; however, future requests should still use the original URI."
msgstr ""
#: src/includes/class-http-error-descriptions.php:30
msgid "Temporary Redirect."
msgstr ""
#: src/includes/class-http-error-descriptions.php:29
msgid "The requested resource is available only through a proxy, the address for which is provided in the response."
msgstr ""
#: src/includes/class-http-error-descriptions.php:29
msgid "Use Proxy."
msgstr ""
#: src/includes/class-http-error-descriptions.php:28
msgid "Indicates that the resource has not been modified since the version specified by the request headers If-Modified-Since or If-None-Match."
msgstr ""
#: src/includes/class-http-error-descriptions.php:28
msgid "Not Modified."
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "When received in response to a POST (or PUT/DELETE), the client should presume that the server has received the data and should issue a new GET request to the given URI"
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "The response to the request can be found under another URI using the GET method."
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "See Other."
msgstr ""
#: src/includes/class-http-error-descriptions.php:26
msgid "Tells the client to look at (browse to) another URL."
msgstr ""
#: src/includes/class-http-error-descriptions.php:26
msgid "Found (Previously \"Moved temporarily\")."
msgstr ""
#: src/includes/class-http-error-descriptions.php:25,
#: src/includes/class-http-error-descriptions.php:31
msgid "This and all future requests should be directed to the given URI."
msgstr ""
#: src/includes/class-http-error-descriptions.php:25
msgid "Moved Permanently."
msgstr ""
#: src/includes/class-http-error-descriptions.php:24
msgid "Indicates multiple options for the resource from which the client may choose (via agent-driven content negotiation)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:24
msgid "Multiple Choices."
msgstr ""
#: src/includes/class-filesystem-functions.php:678
msgid "Could not copy files."
msgstr ""
#: src/includes/class-database-utility.php:726
msgid "Follow this link to install the WP-Optimize plugin."
msgstr ""
#: src/includes/class-database-utility.php:722
msgid "Follow this link to activate the WP-Optimize plugin."
msgstr ""
#: src/includes/class-database-utility.php:722
msgid "WP-Optimize is installed but currently inactive."
msgstr ""
#: src/includes/class-commands.php:1142
msgid "The creation of your clone should now begin, and your WordPress username and password will be displayed below when ready."
msgstr ""
#: src/includes/class-commands.php:1142
msgid "No backup will be started."
msgstr ""
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142
msgid "If the clone fails to boot, then the token will be released within an hour."
msgstr ""
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142
msgid "N.B. You will be charged one token once the clone is ready."
msgstr ""
#: src/includes/class-commands.php:954
msgid "Backup:"
msgstr ""
#: src/includes/class-commands.php:967
msgid "You have no local backups to send."
msgstr ""
#: src/central/bootstrap.php:757
msgid "Follow this link to read about how to set browser permission"
msgstr ""
#: src/central/bootstrap.php:757
msgid "Your web browser prevented the copy operation."
msgstr ""
#: src/central/bootstrap.php:755
msgid "Copy to clipboard"
msgstr ""
#: src/addons/wp-cli.php:1232
msgid "The creation of your data for creating the clone should now begin, and you will receive an email when it completes."
msgstr ""
#: src/addons/wp-cli.php:1232
msgid "The UpdraftClone boot process has started."
msgstr ""
#: src/addons/wp-cli.php:1206
msgid "You will receive an email when it completes."
msgstr ""
#: src/addons/wp-cli.php:1206
msgid "The UpdraftClone boot process for an empty WordPress install has begun."
msgstr ""
#: src/addons/wp-cli.php:1202
msgid "Failed to boot clone:"
msgstr ""
#: src/addons/wp-cli.php:1150
msgid "Failed to connect to UpdraftPlus.Com:"
msgstr ""
#: src/addons/wp-cli.php:1133
msgid "You can create a clone key at %s"
msgstr ""
#: src/addons/wp-cli.php:1133
msgid "No clone key provided."
msgstr ""
#: src/addons/wp-cli.php:1056
msgid "Please make sure these two parameters are set."
msgstr ""
#: src/addons/wp-cli.php:1056
msgid "An email and password are required to connect to UpdraftPlus.com."
msgstr ""
#: src/addons/wp-cli.php:897
msgid "Get the \"%s\" addon: %s"
msgstr ""
#: src/addons/wp-cli.php:897
msgid "The %s is working with \"%s\" addon."
msgstr ""
#: src/addons/wp-cli.php:897
msgid "You have given the %s option."
msgstr ""
#: src/addons/wp-cli.php:211
msgid "You can see the last log message by running the following command: \"%s\""
msgstr ""
#: src/addons/wp-cli.php:211
msgid "Backup has been started successfully."
msgstr ""
#: src/addons/webdav.php:1125
msgid "WebDAV server returned 501; probably does not support Content-Range (chunks)"
msgstr ""
#: src/addons/webdav.php:1114
msgid "WebDAV server returned 400; probably does not support Content-Range (chunks)"
msgstr ""
#: src/addons/webdav.php:1119, src/addons/webdav.php:1131
msgid "Unexpected HTTP response code (%s): %s"
msgstr ""
#: src/addons/webdav.php:496
msgid "We successfully accessed the directory, and were able to create files within it"
msgstr ""
#: src/addons/webdav.php:438
msgid "Split uploads into chunks"
msgstr ""
#: src/addons/webdav.php:428
msgid "If you do not know the details, then you will need to ask your WebDAV provider."
msgstr ""
#: src/addons/webdav.php:428
msgid "This WebDAV URL is generated by filling in the options below."
msgstr ""
#: src/addons/sftp.php:713
msgid "Failed: We are unable to match the fingerprint."
msgstr ""
#: src/addons/sftp.php:619, src/addons/sftp.php:620
msgid "MITM attacks"
msgstr ""
#: src/addons/sftp.php:608
msgid "Thus, if using SCP then you will need to ensure that your webserver allows PHP processes to run long enough to upload your largest backup file."
msgstr ""
#: src/addons/sftp.php:608
msgid "Resuming partial uploads is supported for SFTP, but not for SCP."
msgstr ""
#: src/addons/sftp.php:606
msgid "Using a fingerprint is not essential, but you are not secure against %s if you do not use one"
msgstr ""
#: src/addons/sftp.php:606
msgid "MD5 (128-bit) fingerprint, in hex format - should have the same length and general appearance as this (colons optional): 73:51:43:b1:b5:fc:8b:b7:0a:3a:a9:b1:0f:69:73:a8."
msgstr ""
#: src/addons/sftp.php:426
msgid "You need to provide the unencrypted key (see: https://updraftplus.com/faqs/why-must-i-use-a-non-encrypted-sftp-key/)."
msgstr ""
#: src/addons/sftp.php:426
msgid "The key provided is encrypted."
msgstr ""
#: src/addons/sftp.php:61
msgid "Explicit encryption is used by default."
msgstr ""
#: src/addons/sftp.php:61
msgid "If you find this happening, then go into the \"Expert Options\" (below) and turn off SSL there."
msgstr ""
#: src/addons/sftp.php:61
msgid "Some servers advertise encrypted FTP as available, but then time-out (after a long time) when you attempt to use it."
msgstr ""
#: src/addons/sftp.php:61
msgid "The 'Test FTP Login' button will tell you what type of connection is in use."
msgstr ""
#: src/addons/sftp.php:61
msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options."
msgstr ""
#: src/addons/s3-enhanced.php:285
msgid "Please check your access credentials, and if those are correct then try another bucket name (as another AWS user may already have taken your name)."
msgstr ""
#: src/addons/s3-enhanced.php:285, src/methods/s3.php:1436
msgid "Failure: We could not successfully access or create such a bucket."
msgstr ""
#: src/addons/reporting.php:243
msgid "Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
msgstr ""
#: src/addons/reporting.php:243
msgid "Note that warning messages are advisory - the backup process does not stop for them."
msgstr ""
#: src/addons/pcloud.php:724, src/methods/dropbox.php:944,
#: src/methods/dropbox.php:915
msgid "though part of the returned information was not as expected - whether this indicates a real problem cannot be determined"
msgstr ""
#: src/addons/pcloud.php:383
msgid "You are not authenticated with pCloud"
msgstr ""
#: src/addons/pcloud.php:297
msgid "Listing the files failed:"
msgstr ""
#: src/addons/pcloud.php:256
msgid "Chunked upload failed"
msgstr ""
#: src/addons/onedrive.php:1329, src/addons/pcloud.php:550,
#: src/methods/dropbox.php:606
msgid "(You are already authenticated)."
msgstr ""
#: src/addons/onedrive.php:1315
msgid "As such, you must use the main %s %s App to authenticate with your account."
msgstr ""
#: src/addons/onedrive.php:1315
msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL."
msgstr ""
#: src/addons/onedrive.php:1121, src/addons/pcloud.php:653,
#: src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "The %s authentication could not go ahead, because something else on your site is breaking it."
msgstr ""
#: src/addons/morefiles.php:907
msgid "Restore all %s not listed below"
msgstr ""
#: src/addons/morefiles.php:905
msgid "This option will ensure all %s files not found will be restored."
msgstr ""
#: src/addons/morefiles.php:905
msgid "The amount of %1$s files scanned is near or over the php_max_input_vars value so some %1$s files maybe truncated."
msgstr ""
#: src/addons/morefiles.php:897
msgid "Files not chosen will not be replaced."
msgstr ""
#: src/addons/morefiles.php:897
msgid "If you do not want to restore all your %s files, then de-select the unwanted ones here."
msgstr ""
#: src/addons/morefiles.php:834
msgid "Please select where you want these backups to be restored to."
msgstr ""
#: src/addons/morefiles.php:834
msgid "The original filesystem location for some of the following items was not found."
msgstr ""
#: src/addons/morefiles.php:221
msgid "Zip error: (%s)"
msgstr ""
#: src/addons/morefiles.php:221
msgid "Unable to read any files from the zip (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/addons/moredatabase.php:411
msgid "Encryption aborted."
msgstr ""
#: src/addons/moredatabase.php:411
msgid "Encryption error occurred when encrypting database."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "Do make a separate record of it and do not lose it, or all your backups will be useless."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "If you enter text here, it is used to encrypt database backups (Rijndael)."
msgstr ""
#: src/addons/migrator.php:551
msgid "When you are shown the key, then press the 'Migrate' button on the other (sending) site, and copy-and-paste the key over there (in the 'Send a backup to another site' section)."
msgstr ""
#: src/addons/migrator.php:551
msgid "To allow another site to send a backup to this site, create a key below."
msgstr ""
#: src/addons/googlecloud.php:1320
msgid "(You are already authenticated, though you can authenticate again to refresh your access if you've had a problem)."
msgstr ""
#: src/addons/googlecloud.php:1308
msgid "Bucket names have to be globally unique."
msgstr ""
#: src/addons/googlecloud.php:1284, src/methods/googledrive.php:1515
msgid "You will need to change your site's address (%s) before you can use %s for storage."
msgstr ""
#: src/addons/googlecloud.php:1284
msgid "%s does not allow authorization of sites hosted on direct IP addresses."
msgstr ""
#: src/addons/googlecloud.php:1288, src/methods/googledrive.php:1494
msgid "The description below is sufficient for more expert users."
msgstr ""
#: src/addons/googlecloud.php:876
msgid "Please complete all fields in %s settings and save the settings."
msgstr ""
#: src/addons/googlecloud.php:876
msgid "But no %s settings were found."
msgstr ""
#: src/addons/googlecloud.php:879, src/addons/googlecloud.php:874
msgid "Please enter a bucket name in the %s settings and save settings."
msgstr ""
#: src/addons/googlecloud.php:879, src/addons/googlecloud.php:874
msgid "But no bucket was defined, so backups may not complete."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "Finally, if that does not work, then use expert mode to wipe all your settings, create a new Google client ID/secret, and start again."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "Re-check it, then follow the link to authenticate again."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "This often means that you entered your client secret wrongly, or that you have not yet re-authenticated (below) since correcting it."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "No refresh token was received from Google."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490
msgid "Turning off any debugging settings may also help)."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Try disabling your other plugins and switching to a default theme."
msgstr ""
#: src/addons/googlecloud.php:464
msgid "Authentication could not go ahead, because something else on your site is breaking it."
msgstr ""
#: src/addons/backblaze.php:847
msgid "Error: unable to set object lock for file: %s"
msgstr ""
#: src/addons/backblaze.php:791
msgid "Spaces are not allowed."
msgstr ""
#: src/addons/backblaze.php:791
msgid "There are limits upon which path-names are valid."
msgstr ""
#: src/addons/backblaze.php:789
msgid "A file which is locked cannot be deleted by any means until the lock time duration has expired."
msgstr ""
#: src/addons/backblaze.php:788
msgid "Read more about the Backblaze Object Lock"
msgstr ""
#: src/addons/backblaze.php:787
msgid "0 days means no lock is applied."
msgstr ""
#: src/addons/backblaze.php:787
msgid "Use this to protect your data from hackers or for regulatory compliance reasons."
msgstr ""
#: src/addons/backblaze.php:787
msgid "Object lock is a Backblaze B2 feature that prevents data from being changed or deleted for a given number of days."
msgstr ""
#: src/addons/backblaze.php:786
msgid "Object lock duration (days)"
msgstr ""
#: src/addons/backblaze.php:580, src/methods/s3.php:1436
msgid "Please check your access credentials, and if those are correct then try another bucket name (as another %s user may already have taken your name)."
msgstr ""
#: src/addons/backblaze.php:580
msgid "Failure: We could not successfully access or create such a bucket"
msgstr ""
#: src/addons/backblaze.php:118
msgid "Error: unable to set object lock for bucket: %s"
msgstr ""
#: src/addons/azure.php:691, src/addons/onedrive.php:1314,
#: src/methods/dreamobjects.php:187
msgid "For more detailed instructions, follow this link."
msgstr ""
#: src/addons/anonymisation.php:48, src/addons/anonymisation.php:71,
#: src/addons/anonymisation.php:101
msgid "Anonymize WooCommerce order data"
msgstr ""
#: src/updraftplus.php:226
msgid "Most likely, WordPress malfunctioned when copying the plugin files."
msgstr ""
#: src/updraftplus.php:226
msgid "You do not have UpdraftPlus completely installed - please de-install and install it again."
msgstr ""
#: src/updraftplus.php:97
msgid "Most likely, WordPress did not correctly unpack the plugin when installing it."
msgstr ""
#: src/updraftplus.php:97
msgid "The expected file %s is missing from your UpdraftPlus installation."
msgstr ""
#: src/restorer.php:3101
msgid "UpdraftPlus plugin slug:"
msgstr ""
#: src/restorer.php:2911
msgid "We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
msgstr ""
#: src/restorer.php:2911
msgid "Your database user does not have permission to create tables."
msgstr ""
#: src/restorer.php:2964
msgid "We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
msgstr ""
#: src/restorer.php:2964
msgid "Your database user does not have permission to drop tables."
msgstr ""
#: src/restorer.php:2762
msgid "If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
msgstr ""
#: src/restorer.php:2762
msgid "Timeouts are much more likely."
msgstr ""
#: src/restorer.php:2762
msgid "Warning: PHP safe_mode is active on your server."
msgstr ""
#: src/restorer.php:854
msgid "Check your file permissions."
msgstr ""
#: src/restorer.php:854
msgid "Could not move the files into place."
msgstr ""
#: src/restorer.php:853
msgid "Check your wp-content/upgrade folder."
msgstr ""
#: src/restorer.php:853
msgid "Could not move new files into place."
msgstr ""
#: src/restorer.php:841
msgid "It must be restored manually."
msgstr ""
#: src/restorer.php:841
msgid "UpdraftPlus is not able to directly restore this kind of entity."
msgstr ""
#: src/restorer.php:508
msgid "If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
msgstr ""
#: src/restorer.php:508
msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation."
msgstr ""
#: src/class-updraftplus.php:6318
msgid "Future releases of UpdraftPlus will require a more recent PHP version to use these features; we recommend that you speak to your web hosting company about updating to version %s or higher."
msgstr ""
#: src/class-updraftplus.php:6318
msgid "Your site is running on PHP version %s and has feature(s) currently enabled (%s) which are deprecated upon this PHP version."
msgstr ""
#: src/class-updraftplus.php:5511
msgid "UpdraftPlus was unable to find any tables when scanning the database backup; it maybe corrupt."
msgstr ""
#: src/class-updraftplus.php:5525
msgid "Deselect All"
msgstr ""
#: src/class-updraftplus.php:5525
msgid "Select All"
msgstr ""
#: src/class-updraftplus.php:5520
msgid "The amount of database tables scanned is near or over the php_max_input_vars value so some tables maybe truncated."
msgstr ""
#: src/class-updraftplus.php:5519, src/class-updraftplus.php:5520
msgid "This option will ensure all tables not found will be backed up."
msgstr ""
#: src/class-updraftplus.php:5519
msgid "The database scan was taking too long and consequently the list of all tables in the database could not be completed."
msgstr ""
#: src/class-updraftplus.php:5476
msgid "This database backup has the following non-core WordPress database tables excluded: %s"
msgstr ""
#: src/class-updraftplus.php:5154
msgid "This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
msgstr ""
#: src/class-updraftplus.php:5154
msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s)."
msgstr ""
#: src/class-updraftplus.php:5191, src/class-updraftplus.php:5173
msgid "You need the Migrator add-on in order to make this work."
msgstr ""
#: src/class-updraftplus.php:5191, src/class-updraftplus.php:5173
msgid "This backup set is from a different site (%s) - this is not a restoration, but a migration."
msgstr ""
#: src/class-updraftplus.php:5201
msgid "There are no guarantees that WordPress can handle this."
msgstr ""
#: src/class-updraftplus.php:5201
msgid "You are importing from a newer version of WordPress (%s) into an older one (%s)."
msgstr ""
#: src/class-updraftplus.php:5236
msgid "Only the first site of the network will be accessible."
msgstr ""
#: src/class-updraftplus.php:5236
msgid "Your backup is of a WordPress multisite install; but this site is not."
msgstr ""
#: src/class-updraftplus.php:5061, src/restorer.php:1179,
#: src/includes/class-updraftplus-encryption.php:354
msgid "The most likely cause is that you used the wrong key."
msgstr ""
#: src/class-updraftplus.php:5049, src/restorer.php:1166,
#: src/includes/class-updraftplus-encryption.php:336
msgid "The database file is encrypted, but you have no encryption key entered."
msgstr ""
#: src/class-updraftplus.php:5051
msgid "The database file is encrypted."
msgstr ""
#: src/class-updraftplus.php:5051, src/class-updraftplus.php:5049,
#: src/class-updraftplus.php:5061, src/restorer.php:1166,
#: src/restorer.php:1179, src/includes/class-updraftplus-encryption.php:354,
#: src/includes/class-updraftplus-encryption.php:336
msgid "Decryption failed."
msgstr ""
#: src/class-updraftplus.php:4549
msgid "Backup probably failed."
msgstr ""
#: src/class-updraftplus.php:4549
msgid "Could not save backup history because we have no backup array."
msgstr ""
#: src/class-updraftplus.php:3812
msgid "Warnings encountered (note: this is for information; the backup has completed successfully)"
msgstr ""
#: src/class-updraftplus.php:3667
msgid "The backup succeeded and is now complete"
msgstr ""
#: src/class-updraftplus.php:3313
msgid "Please check the backup directory and ensure it is writable so that backups may continue."
msgstr ""
#: src/class-updraftplus.php:3313
msgid "UpdraftPlus is unable to perform backups as your backup directory is not writable or the disk space is full."
msgstr ""
#: src/class-updraftplus.php:3312
msgid "Backup aborted - check your UpdraftPlus settings."
msgstr ""
#: src/class-updraftplus.php:3312
msgid "Could not create files in the backup directory."
msgstr ""
#: src/class-updraftplus.php:2091
msgid "Theme"
msgstr ""
#: src/class-updraftplus.php:2090
msgid "Plugin"
msgstr ""
#: src/class-updraftplus.php:698
msgid "Check back in a minute."
msgstr ""
#: src/class-updraftplus.php:698
msgid "Briefly unavailable for scheduled maintenance."
msgstr ""
#: src/class-updraftplus.php:245
msgid "So, go to the \"Plugins\" page, de-activate and de-install UpdraftPlus, and then try again."
msgstr ""
#: src/class-updraftplus.php:245
msgid "That is safe - all your settings and backups will be retained."
msgstr ""
#: src/class-updraftplus.php:245
msgid "WordPress will only allow you to install your new version after first de-installing the existing one."
msgstr ""
#: src/class-updraftplus.php:245
msgid "A version of UpdraftPlus is already installed."
msgstr ""
#: src/backup.php:4387
msgid "your web hosting account is full; please see: %s"
msgstr ""
#: src/backup.php:3163
msgid "Possible causes include that the link points to an invalid or inaccessible location."
msgstr ""
#: src/backup.php:3163
msgid "%s: unfollowable link - could not be followed to back up (readlink=%s)."
msgstr ""
#: src/backup.php:2051
msgid "To be able to backup the routines, you must be the user named as the routine DEFINER(s), have the SHOW_ROUTINE privilege (for MySQL 8.0.20+ users), have the SELECT privilege at the global level, or have the CREATE ROUTINE, ALTER ROUTINE, or EXECUTE privilege granted at a scope that includes the routines."
msgstr ""
#: src/backup.php:2051
msgid "Your WordPress database user doesn't have sufficient privileges to read these stored routines."
msgstr ""
#: src/backup.php:2051
msgid "Dumping routines: "
msgstr ""
#: src/backup.php:1901, src/backup.php:1899
msgid "The database backup has failed"
msgstr ""
#: src/backup.php:365
msgid "Consult the log file for more information."
msgstr ""
#: src/backup.php:365
msgid "Could not create %s zip."
msgstr ""
#: src/admin.php:6360
msgid "Thus, we recommend you choose a full backup when performing a manual backup and to use that option when creating a scheduled backup."
msgstr ""
#: src/admin.php:6360
msgid "%s permits UpdraftPlus to perform only one backup per month."
msgstr ""
#: src/admin.php:5672
msgid "Please refresh the settings page and try again"
msgstr ""
#: src/admin.php:5672
msgid "Your settings failed to save."
msgstr ""
#: src/admin.php:5631
msgid "Please reload the settings page before trying to save settings."
msgstr ""
#: src/admin.php:5631
msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded."
msgstr ""
#: src/admin.php:5244
msgid "Timestamp:"
msgstr ""
#: src/admin.php:5163,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:98
msgid "Restoration"
msgstr ""
#: src/admin.php:5162,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:97
msgid "Verifications"
msgstr ""
#: src/admin.php:5135
msgid "Do not close this page until it reports itself as having finished."
msgstr ""
#: src/admin.php:5135
msgid "The restore operation has begun (%s)."
msgstr ""
#: src/admin.php:4417, src/addons/azure.php:689,
#: src/methods/dreamobjects.php:182, src/methods/s3.php:926,
#: src/methods/s3.php:1080, src/methods/s3generic.php:192,
#: src/methods/updraftvault.php:477
msgid "Please contact your web hosting provider's support and ask for them to enable it."
msgstr ""
#: src/admin.php:4417, src/addons/azure.php:689
msgid "Your web server's PHP installation does not included a required (for %s) module (%s)."
msgstr ""
#: src/admin.php:4424
msgid "Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
msgstr ""
#: src/admin.php:4424
msgid "Communications with %s will be unencrypted."
msgstr ""
#: src/admin.php:4426, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:930,
#: src/methods/s3.php:1081, src/methods/s3generic.php:193
msgid "Please do not file any support requests; there is no alternative."
msgstr ""
#: src/admin.php:4426
msgid "%s requires Curl+https."
msgstr ""
#: src/admin.php:4426, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:930,
#: src/methods/s3.php:1081, src/methods/s3generic.php:193
msgid "Please contact your web hosting provider's support."
msgstr ""
#: src/admin.php:4426
msgid "We cannot access %s without this support."
msgstr ""
#: src/admin.php:4426, src/admin.php:4424
msgid "Your web server's PHP/Curl installation does not support https access."
msgstr ""
#: src/admin.php:4429
msgid "If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
msgstr ""
#: src/admin.php:4429
msgid "Good news: Your site's communications with %s can be encrypted."
msgstr ""
#: src/admin.php:4333, src/addons/morefiles.php:371
msgid "For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
msgstr ""
#: src/admin.php:4364
msgid "none present"
msgstr ""
#: src/admin.php:4043
msgid "You should check with your hosting provider that this will not cause any problems"
msgstr ""
#: src/admin.php:4043
msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it."
msgstr ""
#: src/admin.php:3891
msgid "Old folders successfully removed."
msgstr ""
#: src/admin.php:3893
msgid "You may want to do this manually."
msgstr ""
#: src/admin.php:3893
msgid "Old folder removal failed for some reason."
msgstr ""
#: src/admin.php:3888
msgid "Remove old folders"
msgstr ""
#: src/admin.php:3878
msgid "Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
msgstr ""
#: src/admin.php:3878
msgid "Note: the progress bar below is based on stages, NOT time."
msgstr ""
#: src/admin.php:3602
msgid "Delete old folders"
msgstr ""
#: src/admin.php:3596
msgid "You should press this button to delete them as soon as you have verified that the restoration worked."
msgstr ""
#: src/admin.php:3596
msgid "Your WordPress install has old folders from its state before you restored/migrated (technical information: these are suffixed with -old)."
msgstr ""
#: src/admin.php:3050
msgid "This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
msgstr ""
#: src/admin.php:3050
msgid "UpdraftPlus attempted to raise it but was unsuccessful."
msgstr ""
#: src/admin.php:3050
msgid "Your PHP memory limit (set by your web hosting company) is very low."
msgstr ""
#: src/admin.php:2993
msgid "You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
msgstr ""
#: src/admin.php:2993
msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this."
msgstr ""
#: src/admin.php:2889
msgid "We really appreciate your support!"
msgstr ""
#: src/admin.php:2889
msgid "Enjoyed %s? Please leave us a %s rating on %s or %s"
msgstr ""
#: src/admin.php:2751
msgid "Perhaps you need to install an add-on?"
msgstr ""
#: src/admin.php:2751
msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s."
msgstr ""
#: src/admin.php:2465
msgid "Aborting this backup."
msgstr ""
#: src/admin.php:2458, src/includes/class-commands.php:992
msgid "OK."
msgstr ""
#: src/admin.php:1674
msgid "Therefore, please download the attachment from the original backup email and upload it using the \"Upload backup files\" facility in the \"Existing Backups\" tab."
msgstr ""
#: src/admin.php:1674
msgid "The email protocol does not allow a remote backup to be retrieved from an email that has been sent."
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "For more information, please see: %s"
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "You will need to migrate to the Global endpoint in your UpdraftPlus settings."
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "Due to the shutdown of the %1$s endpoint, support for %1$s will be ending soon."
msgstr ""
#: src/admin.php:1484
msgid "However, we were not able to register this site with %1$s, as there are no available %1$s licences on the account."
msgstr ""
#: src/admin.php:1484
msgid "Connection to your %s account was successful."
msgstr ""
#: src/admin.php:1477
msgid "You will need to switch to a different end-point and migrate your data before that date."
msgstr ""
#: src/admin.php:1477
msgid "The %s endpoint is scheduled to shut down on the 1st October 2018."
msgstr ""
#: src/admin.php:1456
msgid "Go here to complete your settings for %s."
msgstr ""
#: src/admin.php:1429
msgid "Unless this is a development site, this means that the scheduler in your WordPress install is not working properly."
msgstr ""
#: src/admin.php:1429
msgid "WordPress has a number (%d) of scheduled tasks which are overdue."
msgstr ""
#: src/admin.php:1402
msgid "Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
msgstr ""
#: src/admin.php:1402
msgid "You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed."
msgstr ""
#: src/admin.php:1402
msgid "UpdraftPlus's debug mode is on."
msgstr ""
#: src/admin.php:1398
msgid "To get faster backups, ask your web hosting provider how to turn on the PHP zip module on your hosting."
msgstr ""
#: src/admin.php:1398
msgid "Consequently, UpdraftPlus will use a built-in zip module (PclZip); this is significantly slower."
msgstr ""
#: src/admin.php:1398
msgid "Neither the PHP zip module nor a zip executable are available on your webserver."
msgstr ""
#: src/admin.php:1390
msgid "It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
msgstr ""
#: src/admin.php:1390
msgid "UpdraftPlus does not officially support versions of WordPress before %s."
msgstr ""
#: src/admin.php:1386
msgid "Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
msgstr ""
#: src/admin.php:1386
msgid "UpdraftPlus could well run out of space."
msgstr ""
#: src/admin.php:1386
msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups."
msgstr ""
#: src/admin.php:1380
msgid "No backups can run (even "Backup Now") unless either you have set up a facility to call the scheduler manually, or until it is enabled."
msgstr ""
#: src/admin.php:1380
msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting."
msgstr ""
#: src/admin.php:1161
msgid "Therefore, please reload the page."
msgstr ""
#: src/admin.php:1160
msgid "This is usually caused by your dashboard page having been open a long time, and the included security tokens having since expired."
msgstr ""
#: src/admin.php:1158
msgid "Searching for backups..."
msgstr ""
#: src/admin.php:1157
msgid "Send a new backup"
msgstr ""
#: src/admin.php:1156
msgid "Send existing backup"
msgstr ""
#: src/admin.php:1154
msgid "You can send an existing local backup to the remote site or create a new backup"
msgstr ""
#: src/admin.php:1153
msgid "See the browser console log for more information."
msgstr ""
#: src/admin.php:1153
msgid "If you proceed with the restoration then some of the restore options will be lost and you may get unexpected results."
msgstr ""
#: src/admin.php:1109
msgid "This could mean that your .htaccess file has incorrect contents, is missing, or that your webserver is missing an equivalent mechanism."
msgstr ""
#: src/admin.php:1109
msgid "Attempts by the browser to access some pages have returned a \"not found (404)\" error."
msgstr ""
#: src/admin.php:1094
msgid "No UpdraftCentral licences were available."
msgstr ""
#: src/admin.php:1087
msgid "You may have a security module on your webserver blocking the restoration operation."
msgstr ""
#: src/admin.php:1087
msgid "HTML was detected in the response."
msgstr ""
#: src/admin.php:1072
msgid "Once the clone has finished deploying it, you will receive an email."
msgstr ""
#: src/admin.php:1072
msgid "The clone has been provisioned, and its data has been sent to it."
msgstr ""
#: src/admin.php:1071
msgid "This may fail if you have components that are incompatible with earlier versions."
msgstr ""
#: src/admin.php:1071
msgid "Warning: you have selected a lower version than your currently installed version."
msgstr ""
#: src/admin.php:1056
msgid "Adding site to UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1056
msgid "Key created."
msgstr ""
#: src/admin.php:1055
msgid "Requesting UpdraftCentral Key."
msgstr ""
#: src/admin.php:1055
msgid "Connected."
msgstr ""
#: src/admin.php:1037
msgid "It would be best to download the zip to your computer."
msgstr ""
#: src/admin.php:1037
msgid "This could be caused by a timeout."
msgstr ""
#: src/admin.php:1037
msgid "Unable to download file."
msgstr ""
#: src/admin.php:1033
msgid "Please check the following:"
msgstr ""
#: src/admin.php:1033
msgid "The file failed to upload."
msgstr ""
#: src/admin.php:1020
msgid "Please choose a valid UpdraftPlus export file."
msgstr ""
#: src/admin.php:1020
msgid "Error: The chosen file is corrupt."
msgstr ""
#: src/admin.php:967
msgid "Please select at least one, and then try again."
msgstr ""
#: src/admin.php:967
msgid "You did not select any components to restore."
msgstr ""
#: src/admin.php:950, src/admin.php:951
msgid "This file is not an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
msgstr ""
#: src/admin.php:940
msgid "File size"
msgstr ""
#: src/admin.php:921
msgid "Do not close your browser until it reports itself as having finished."
msgstr ""
#: src/admin.php:921
msgid "The restore operation has begun."
msgstr ""
#: src/admin.php:3742
msgid "file %d of %d"
msgstr ""
#: src/addons/googlecloud.php:626
msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Cloud."
msgstr ""
#: src/addons/googlecloud.php:1319, src/addons/googlecloud.php:1372,
#: src/methods/googledrive.php:1507, src/methods/googledrive.php:1684
msgid "Sign in with %s"
msgstr ""
#: src/admin.php:3822
msgid "(after %ss)"
msgstr ""
#: src/admin.php:3822
msgid "next resumption: %d"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:113
msgid "Install debugging plugins:"
msgstr ""
#: src/restorer.php:3095
msgid "Old ABSPATH:"
msgstr ""
#: src/udaddons/options.php:112
msgid "An update is available for UpdraftPlus - please connect here to gain access to it."
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:17
msgid "already uploaded"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:99
msgid "Please check out UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:115
msgid "Anonymise personal data in your database backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:113,
#: src/templates/wp-admin/settings/tab-addons.php:114
msgid "Anonymisation functions"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:281
msgid "For more reporting features, use the Premium version"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:277
msgid "Your email backup and a report will be sent to"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:148
msgid "See also the Premium version from our shop."
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:93
msgid "Add exclusion rule"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:89
msgid "at the end of their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:88
msgid "anywhere in their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:87
msgid "at the beginning of their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:85
msgid "these characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:83
msgid "All files/directories containing "
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:76
msgid "Select the folder in which the files or sub-directories you would like to exclude are located"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:71
msgid "All files/directories containing the given characters in their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:18
msgid "Files/Directories containing the given characters in their names"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:25
msgid "Never"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:22
msgid "Maybe later"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:18
msgid "Ok, you deserve it"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:69
msgid "Current SQL mode:"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:42
msgid "UpdraftClone image:"
msgstr ""
#: src/options.php:229
msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium."
msgstr ""
#: src/methods/s3generic.php:206
msgid "Virtual-host style"
msgstr ""
#: src/methods/s3generic.php:205
msgid "Path style"
msgstr ""
#: src/methods/s3generic.php:203
msgid "Read more about bucket access style"
msgstr ""
#: src/methods/s3generic.php:202
msgid "Bucket access style"
msgstr ""
#: src/methods/s3.php:1397
msgid "Failure: No endpoint details were given."
msgstr ""
#: src/methods/ftp.php:120
msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available in the Premium version."
msgstr ""
#: src/methods/email.php:111
msgid "For more options, use Premium"
msgstr ""
#: src/methods/dropbox.php:604
msgid "If you backup several sites into the same Dropbox and want to organize with sub-folders, then %scheck out Premium%s"
msgstr ""
#: src/methods/backup-module.php:745
msgid "Complete manual authentication"
msgstr ""
#: src/methods/backup-module.php:743
msgid "%s authentication code:"
msgstr ""
#: src/methods/backup-module.php:742
msgid "To complete manual authentication, at the orange UpdraftPlus authentication screen select the \"Having problems authenticating?\" link, then copy and paste the code given here."
msgstr ""
#: src/methods/backup-module.php:741
msgid "If you are having problems authenticating with %s you can manually authorize here."
msgstr ""
#: src/methods/backup-module.php:740
msgid "%s authentication:"
msgstr ""
#: src/includes/updraftplus-notices.php:274
msgid "The UpdraftPlus Plugin Collection Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:200
msgid "The WordPress subscription extension for WooCommerce store owners."
msgstr ""
#: src/includes/updraftplus-notices.php:199
msgid "by"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Team Updraft"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Thank you so much!"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:52
msgid "Warning: You have no clone tokens remaining and either no subscriptions or no subscription that will renew before the clone expiry date."
msgstr ""
#: src/includes/class-remote-send.php:728
msgid "The list of existing sites has been removed"
msgstr ""
#: src/includes/class-remote-send.php:724
msgid "There was an error while trying to remove the list of existing sites."
msgstr ""
#: src/includes/class-remote-send.php:672
msgid "Clear list of existing sites"
msgstr ""
#: src/includes/class-commands.php:806
msgid "Missing instance id:"
msgstr ""
#: src/includes/class-commands.php:795
msgid "Missing authentication data:"
msgstr ""
#: src/includes/class-commands.php:766
msgid "Manual authentication is not available for this remote storage method"
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "Or, if they are in remote storage, you can connect that remote storage (in the \"Settings\" tab), save your settings, and use the \"Rescan remote storage\" link."
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "If you have an existing backup that you wish to upload and restore from, then please use the \"Upload backup files\" link above."
msgstr ""
#: src/class-updraftplus.php:5522
msgid "Include all tables not listed below"
msgstr ""
#: src/class-updraftplus.php:5506
msgid "Therefore, affected tables on the current site which already exist will not be replaced by default, to avoid corrupting them (you can review this in the list of tables below)."
msgstr ""
#: src/class-updraftplus.php:5504
msgid "Therefore it is advised that you take a fresh backup on the source site, using a later version."
msgstr ""
#: src/class-updraftplus.php:5506, src/class-updraftplus.php:5504
msgid "This backup was created on a previous UpdraftPlus version (%s) which did not correctly backup tables with composite primary keys (such as the term_relationships table, which records tags and product attributes)."
msgstr ""
#: src/class-updraftplus.php:5456
msgid "This backup is of a site with an empty table prefix, which WordPress does not officially support; the results may be unreliable."
msgstr ""
#: src/class-updraftplus.php:4033
msgid "View log"
msgstr ""
#: src/class-updraftplus.php:4027
msgid "You can view the log by pressing the 'View log' button."
msgstr ""
#: src/class-updraftplus.php:3986
msgid "UpdraftPlus on %s"
msgstr ""
#: src/class-updraftplus.php:3294
msgid " Your hosting provider only allows you to take one incremental backup per day."
msgstr ""
#: src/backup.php:4042
msgid "two unsuccessful attempts were made to include it, and it will now be omitted from the backup"
msgstr ""
#: src/backup.php:4038
msgid "a second attempt is being made (upon further failure it will be skipped)"
msgstr ""
#: src/backup.php:1850
msgid "Failed to backup database table:"
msgstr ""
#: src/backup.php:1695
msgid "Failed to open directory for reading:"
msgstr ""
#: src/admin.php:6378
msgid "The download link is broken or the backup file is no longer available"
msgstr ""
#: src/admin.php:6376
msgid "The download link is broken, you may have clicked the link from untrusted source"
msgstr ""
#: src/admin.php:6361
msgid "Due to the restriction, some settings can be automatically adjusted, disabled or not available."
msgstr ""
#: src/admin.php:6359
msgid "Your website is hosted with %s (%s)."
msgstr ""
#: src/admin.php:6293
msgid "The following remote storage (%s) have only been partially configured, if you are having problems you can try to manually authorise at the UpdraftPlus settings page."
msgstr ""
#: src/admin.php:6287
msgid "The following remote storage (%s) have only been partially configured, manual authorization is not supported with this remote storage, please try again and if the problem persists contact support."
msgstr ""
#: src/admin.php:6151
msgid "more info"
msgstr ""
#: src/admin.php:5537
msgid "The following remote storage options are configured."
msgstr ""
#: src/admin.php:5534
msgid "No remote storage locations with valid options found."
msgstr ""
#: src/admin.php:5123
msgid "This may prevent the restore procedure from being able to proceed."
msgstr ""
#: src/admin.php:4330
msgid "(the asterisk character matches zero or more characters)"
msgstr ""
#: src/admin.php:1491, src/admin.php:1498
msgid "UpdraftPlus notice"
msgstr ""
#: src/admin.php:1299
msgid "Premium / Pro Support"
msgstr ""
#: src/admin.php:1153
msgid "The number of restore options that will be sent exceeds the configured maximum in your PHP configuration (max_input_vars)."
msgstr ""
#: src/admin.php:1148
msgid "is not"
msgstr ""
#: src/admin.php:1144
msgid "is"
msgstr ""
#: src/admin.php:1138
msgid "Day of the month"
msgstr ""
#: src/admin.php:1134
msgid "Day of the week"
msgstr ""
#: src/admin.php:1128
msgid "if all of the following conditions are matched:"
msgstr ""
#: src/admin.php:1124
msgid "if any of the following conditions are matched:"
msgstr ""
#: src/admin.php:1120
msgid "on every backup"
msgstr ""
#: src/admin.php:1114
msgid "Your hosting provider only allows you to take one incremental backup per day."
msgstr ""
#: src/admin.php:1114, src/class-updraftplus.php:3294
msgid "You have reached the daily limit for the number of incremental backups you can create at this time."
msgstr ""
#: src/admin.php:1113, src/admin.php:1114, src/class-updraftplus.php:3297,
#: src/class-updraftplus.php:3294
msgid "Please contact your hosting company (%s) if you require further support."
msgstr ""
#: src/admin.php:1113, src/class-updraftplus.php:3297
msgid "Your hosting provider only allows you to take one backup per month."
msgstr ""
#: src/admin.php:1113, src/class-updraftplus.php:3297
msgid "You have reached the monthly limit for the number of backups you can create at this time."
msgstr ""
#: src/admin.php:1102
msgid "Restoring stored routine: %s"
msgstr ""
#: src/admin.php:1082
msgid "Please enter part of the file name"
msgstr ""
#: src/admin.php:1013
msgid "Loading..."
msgstr ""
#: src/admin.php:969
msgid "Exit full-screen"
msgstr ""
#: src/admin.php:968, src/admin.php:5155
msgid "Full-screen"
msgstr ""
#: src/admin.php:920
msgid "You have chosen to send this backup to remote storage, but no remote storage locations have been selected"
msgstr ""
#: src/addons/wp-cli.php:1085
msgid "You successfully logged in to UpdraftPlus.Com and connected this plugin with your account"
msgstr ""
#: src/addons/wp-cli.php:1070
msgid "Please wait while connecting to UpdraftPlus.com ..."
msgstr ""
#: src/addons/wp-cli.php:1065
msgid "The attempt to open and read contents from the password file failed; please make sure the file is readable and is not being exclusively locked by another process"
msgstr ""
#: src/addons/wp-cli.php:1062
msgid "The password file you specified doesn't exist; please check the --password-file parameter."
msgstr ""
#: src/addons/wp-cli.php:1059
msgid "The email address provided appears to be invalid, please double-check your email address again and try again."
msgstr ""
#: src/addons/wp-cli.php:654
msgid "Failed to search and replace"
msgstr ""
#: src/addons/wp-cli.php:652
msgid "Search and replace successful"
msgstr ""
#: src/addons/wp-cli.php:650
msgid "Failed to search and replace:"
msgstr ""
#: src/addons/wp-cli.php:599
msgid "Failed to create UpdraftCentral key"
msgstr ""
#: src/addons/wp-cli.php:596
msgid "UpdraftCentral key created:"
msgstr ""
#: src/addons/s3-enhanced.php:439
msgid "China (Ningxia) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:437
msgid "Asia Pacific (Hong Kong)"
msgstr ""
#: src/addons/s3-enhanced.php:436
msgid "Asia Pacific (Osaka-Local) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:430
msgid "Africa (Cape Town)"
msgstr ""
#: src/addons/s3-enhanced.php:427
msgid "Europe (Milan)"
msgstr ""
#: src/addons/s3-enhanced.php:417
msgid "US East (N. Virginia) (default)"
msgstr ""
#: src/admin.php:911, src/addons/reporting.php:549
msgid "When email storage method is enabled, and an email address is entered, also send the backup"
msgstr ""
#: src/addons/reporting.php:462
msgid "Send reports"
msgstr ""
#: src/addons/morestorage.php:105
msgid "Send scheduled backups to this destination:"
msgstr ""
#: src/addons/moredatabase.php:461, src/addons/morefiles.php:902
msgid "Deselect all"
msgstr ""
#: src/addons/moredatabase.php:460
msgid "Select all (this site)"
msgstr ""
#: src/addons/googlecloud.php:1146
msgid "The specified bucket was not found."
msgstr ""
#: src/addons/anonymisation.php:44, src/addons/anonymisation.php:68,
#: src/addons/anonymisation.php:96,
#: src/templates/wp-admin/notices/horizontal-notice.php:70
msgid "Learn more"
msgstr ""
#: src/addons/anonymisation.php:44, src/addons/anonymisation.php:68,
#: src/addons/anonymisation.php:96
msgid "Anonymize personal data for all users except staff"
msgstr ""
#: src/addons/anonymisation.php:42, src/addons/anonymisation.php:66,
#: src/addons/anonymisation.php:91
msgid "Anonymize personal data for all users except the logged-in user"
msgstr ""
#: src/addons/anonymisation.php:39, src/addons/anonymisation.php:64
msgid "N.B. Anonymized information cannot be recovered; the original non-anonymized data will be absent from the backup."
msgstr ""
#: src/addons/anonymisation.php:39, src/addons/anonymisation.php:64
msgid "These options can anonymize personal data in your database backup."
msgstr ""
#: src/udaddons/options.php:543
msgid "Buy %s"
msgstr ""
#: src/udaddons/options.php:542
msgid "Get %s from the UpdraftPlus.com Store"
msgstr ""
#: src/udaddons/options.php:295
msgid "Go to your UpdraftCentral Cloud dashboard"
msgstr ""
#: src/udaddons/options.php:294
msgid "You successfully logged in to UpdraftPlus and connected this site to UpdraftCentral Cloud."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:90
msgid "Perform a backup"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:324
msgid "More great plugins by the Updraft Team"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:128
msgid "Allows you to only backup changes to your files (such as a new image) that have been made to your site since the last backup."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:126,
#: src/templates/wp-admin/settings/tab-addons.php:127
msgid "Incremental backups"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:57
msgid "Follow this link to the installation instructions (particularly step 1)."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:56
msgid "You successfully purchased UpdraftPremium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:39
msgid "Goes to updraftplus.com checkout page"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Goes to the updraftplus.com checkout page"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Get %s here"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "The higher the value, the more server resources are required to create the archive."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "to take incremental backups"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:76
msgid "Retain this many scheduled database backups"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:42
msgid "Retain this many scheduled file backups"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:18
msgid "Add an exclusion rule for %s"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:170
msgid "Use ctrl / cmd + press to select several items, or ctrl / cmd + shift + press to select all in between"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:169
msgid "Deselect all backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:168
msgid "Select all backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:167
msgid "Delete selected backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:158
msgid "Show all backups..."
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:158
msgid "Show more backups..."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:63
msgid "Choose the components to restore:"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:30
msgid "Restore files from"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:20,
#: src/templates/wp-admin/settings/backupnow-modal.php:67
msgid "Find out more about incremental backups here."
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:17
msgid "Incremental backups are a feature of %s (upgrade by following this link)."
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:13
msgid "Take an incremental backup"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:12
msgid "Take a new backup"
msgstr ""
#: src/restorer.php:4008
msgid "The Database connection has been closed and cannot be reopened."
msgstr ""
#: src/restorer.php:3661
msgid "Skipping table %s: already restored on a prior run; next table to restore: %s"
msgstr ""
#: src/restorer.php:3658
msgid "Skipping table %s: user has chosen not to restore this table"
msgstr ""
#: src/restorer.php:2557
msgid "Found and replaced existing table foreign key constraints as the table prefix has changed."
msgstr ""
#: src/restorer.php:2400
msgid "An error occurred while attempting to set a new value to the MySQL global log_bin_trust_function_creators variable %s"
msgstr ""
#: src/restorer.php:2393
msgid "An error occurred while attempting to retrieve the MySQL global log_bin_trust_function_creators variable %s"
msgstr ""
#: src/restorer.php:1255
msgid "The directory does not exist, and the attempt to create it failed"
msgstr ""
#: src/restorer.php:852
msgid "Could not delete old path."
msgstr ""
#: src/methods/updraftvault.php:527
msgid "Follow this link for help"
msgstr ""
#: src/methods/updraftvault.php:522
msgid "Please enter your %s password"
msgstr ""
#: src/methods/updraftvault.php:520
msgid "Please enter your %s email address"
msgstr ""
#: src/methods/updraftvault.php:491
msgid "Start Subscription"
msgstr ""
#: src/methods/updraftvault.php:492, src/methods/updraftvault.php:493,
#: src/methods/updraftvault.php:494
msgid "Start %s Subscription"
msgstr ""
#: src/methods/updraftvault.php:495
msgid "Start Trial"
msgstr ""
#: src/methods/updraftvault.php:496
msgid "Start %s Trial"
msgstr ""
#: src/methods/updraftvault.php:507, src/methods/updraftvault.php:508,
#: src/methods/updraftvault.php:509, src/methods/updraftvault.php:510
msgid "Start a %s UpdraftVault Subscription"
msgstr ""
#: src/methods/updraftvault.php:503
msgid "%s month %s trial"
msgstr ""
#: src/methods/updraftvault.php:498
msgid "with the option of"
msgstr ""
#: src/methods/updraftvault.php:486
msgid "Read more about %s here."
msgstr ""
#: src/methods/updraftvault.php:483
msgid "Connect to your %s account"
msgstr ""
#: src/methods/updraftvault.php:482
msgid "Already got space?"
msgstr ""
#: src/methods/updraftvault.php:480
msgid "Need to get space?"
msgstr ""
#: src/methods/s3.php:184, src/methods/s3.php:185, src/methods/s3.php:196,
#: src/methods/s3.php:197
msgid "Error: Failed to initialise"
msgstr ""
#: src/methods/ftp.php:184
msgid "upload failed"
msgstr ""
#: src/methods/ftp.php:157, src/methods/ftp.php:325
msgid "login failure"
msgstr ""
#: src/methods/cloudfiles.php:228, src/methods/cloudfiles.php:229
msgid "error - failed to upload file"
msgstr ""
#: src/methods/cloudfiles.php:221
msgid "error - failed to re-assemble chunks"
msgstr ""
#: src/methods/cloudfiles.php:113, src/methods/cloudfiles.php:358,
#: src/methods/cloudfiles.php:370
msgid "error - failed to create and access the container"
msgstr ""
#: src/methods/cloudfiles.php:105, src/methods/cloudfiles.php:109,
#: src/methods/cloudfiles.php:302, src/methods/cloudfiles.php:350,
#: src/methods/cloudfiles.php:354
msgid "authentication failed"
msgstr ""
#: src/includes/updraftplus-tour.php:189
msgid "Otherwise, you can try UpdraftVault for 1 month for only $1!"
msgstr ""
#: src/includes/updraftplus-tour.php:188
msgid "If you have a valid Premium license, you get 1GB of storage included."
msgstr ""
#: src/includes/updraftplus-tour.php:135
msgid "Try UpdraftVault for 1 month for only $1!"
msgstr ""
#: src/includes/updraftplus-notices.php:189
msgid "manages all your WordPress sites at once from one place"
msgstr ""
#: src/includes/updraftplus-notices.php:189
msgid "Many sites?"
msgstr ""
#: src/includes/updraftplus-notices.php:188
msgid "handles updates automatically as you want them"
msgstr ""
#: src/includes/updraftplus-notices.php:188
msgid "Save time"
msgstr ""
#: src/includes/updraftplus-notices.php:187
msgid "backs up automatically when you update plugins, themes or core"
msgstr ""
#: src/includes/updraftplus-notices.php:187
msgid "Be safe"
msgstr ""
#: src/includes/updraftplus-notices.php:186
msgid "Make updates easy with UpdraftPlus"
msgstr ""
#: src/includes/updraftplus-clone.php:107
msgid "Clone of %s"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "%d token"
msgid_plural "%d tokens"
msgstr[0] ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:36
msgid "%s from now"
msgstr ""
#: src/includes/class-wpadmin-commands.php:217
msgid "This backup set contains incremental backups of your files; please select the time you wish to restore your files to"
msgstr ""
#: src/includes/class-filesystem-functions.php:558
msgid "Unzip progress: %d out of %d files"
msgstr ""
#: src/includes/class-database-utility.php:675
msgid "An error occurred while attempting to retrieve the routine SQL/DDL statement (%s %s)"
msgstr ""
#: src/includes/class-database-utility.php:663
msgid "An error occurred while attempting to retrieve routine status (%s %s)"
msgstr ""
#: src/includes/class-database-utility.php:595
msgid "An error occurred while attempting to check the support of stored routines creation (%s %s)"
msgstr ""
#: src/class-updraftplus.php:5514
msgid "If you do not want to restore all your database tables, then choose some to exclude here."
msgstr ""
#: src/class-updraftplus.php:5209
msgid "You should only proceed if you have checked and are confident (or willing to risk) that your plugins/themes/etc are compatible with the new %s version."
msgstr ""
#: src/class-updraftplus.php:5209
msgid "This is older than the server which you are now restoring onto (version %s)."
msgstr ""
#: src/class-updraftplus.php:3781
msgid "Incomplete"
msgstr ""
#: src/class-updraftplus.php:2501
msgid "The backup is being aborted for a repeated failure to progress."
msgstr ""
#: src/class-updraftplus.php:698
msgid "Under Maintenance"
msgstr ""
#: src/admin.php:6304, src/admin.php:6302
msgid "You have requested saving to remote storage (%s), but without entering any settings for that storage."
msgstr ""
#: src/admin.php:6151
msgid "Clone package"
msgstr ""
#: src/admin.php:6138
msgid "An empty WordPress install"
msgstr ""
#: src/admin.php:6137
msgid "This current site"
msgstr ""
#: src/admin.php:6135
msgid "Clone:"
msgstr ""
#: src/admin.php:5161,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:96
msgid "Component selection"
msgstr ""
#: src/admin.php:5155
msgid "Activity log"
msgstr ""
#: src/admin.php:5148
msgid "Cleaning"
msgstr ""
#: src/admin.php:5139
msgid "Verifying"
msgstr ""
#: src/admin.php:5136
msgid "Restoration progress:"
msgstr ""
#: src/admin.php:5126,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:30
msgid "UpdraftPlus Restoration"
msgstr ""
#: src/admin.php:4607
msgid "(%d archive(s) in set, total %s)."
msgstr ""
#: src/admin.php:3429
msgid "Learn more about UpdraftCentral"
msgstr ""
#: src/admin.php:3429
msgid "Add this website to UpdraftCentral (remote, centralised control) - free for up to 5 sites."
msgstr ""
#: src/admin.php:2971, src/admin.php:3895, src/admin.php:5091,
#: src/admin.php:5080, src/admin.php:5068, src/admin.php:5334,
#: src/admin.php:6293, src/admin.php:6304
msgid "Return to UpdraftPlus configuration"
msgstr ""
#: src/admin.php:2465
msgid "No suitable backup set (that already contains a full backup of all the requested file component types) was found, to add increments to."
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "Service Unavailable"
msgstr ""
#: src/admin.php:1110
msgid "Please check the error log for more details"
msgstr ""
#: src/admin.php:1109
msgid "Missing pages:"
msgstr ""
#: src/admin.php:1108
msgid "Restore error:"
msgstr ""
#: src/admin.php:1107
msgid "Attempts by the browser to contact the website failed."
msgstr ""
#: src/admin.php:1106
msgid "Preparing backup files"
msgstr ""
#: src/admin.php:1105
msgid "Downloading backup files if needed"
msgstr ""
#: src/admin.php:1104
msgid "Begun"
msgstr ""
#: src/admin.php:1103, src/admin.php:5149
msgid "Finished"
msgstr ""
#: src/admin.php:1100
msgid "Restoring %s1 files out of %s2"
msgstr ""
#: src/admin.php:1099
msgid "no recent activity; will offer resumption after: %d seconds"
msgstr ""
#: src/admin.php:1098
msgid "last activity: %d seconds ago"
msgstr ""
#: src/admin.php:1095
msgid "credentials"
msgstr ""
#: src/admin.php:1093
msgid "Try it - 1 month for $1!"
msgstr ""
#: src/admin.php:1089
msgid "Try UpdraftVault!"
msgstr ""
#: src/admin.php:1088
msgid "You have not selected a restore path for your chosen backups"
msgstr ""
#: src/admin.php:1086
msgid "File backup options"
msgstr ""
#: src/admin.php:1063
msgid "Verifying one-time password..."
msgstr ""
#: src/admin.php:1058
msgid "Login successful; reloading information."
msgstr ""
#: src/admin.php:938, src/admin.php:2294,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
#: src/templates/wp-admin/settings/tab-backups.php:21,
#: src/templates/wp-admin/settings/tab-backups.php:44
msgid "Existing backups"
msgstr ""
#: src/admin.php:664
msgid "Dismiss notice"
msgstr ""
#: src/admin.php:664
msgid "You can test running your site on a different PHP (or WordPress) version using UpdraftClone credits."
msgstr ""
#: src/admin.php:652
msgid "dismiss notice"
msgstr ""
#: src/admin.php:652
msgid "go here to learn more"
msgstr ""
#: src/admin.php:652
msgid "You can test upgrading your site on an instant copy using UpdraftClone credits"
msgstr ""
#: src/addons/wp-cli.php:1020
msgid "There are no incremental backup restore points available."
msgstr ""
#: src/addons/wp-cli.php:1015
msgid "Timestamp"
msgstr ""
#: src/addons/wp-cli.php:742
msgid "No valid components found, please select different components or a backup set with components that can be restored."
msgstr ""
#: src/addons/sftp.php:238, src/methods/cloudfiles.php:199,
#: src/methods/cloudfiles.php:157, src/methods/openstack-base.php:81
msgid "Error: Failed to upload"
msgstr ""
#: src/addons/s3-enhanced.php:429
msgid "Middle East (Bahrain)"
msgstr ""
#: src/addons/s3-enhanced.php:428
msgid "Europe (Stockholm)"
msgstr ""
#: src/addons/s3-enhanced.php:80
msgid "Read more about server-side encryption"
msgstr ""
#: src/addons/s3-enhanced.php:77
msgid "Intelligent Tiering"
msgstr ""
#: src/addons/morefiles.php:1010
msgid "Restore location found for:"
msgstr ""
#: src/addons/morefiles.php:1008
msgid "Restore location does not exist on the filesystem for:"
msgstr ""
#: src/addons/morefiles.php:836
msgid "Please select the more files backups that you wish to restore:"
msgstr ""
#: src/addons/moredatabase.php:267
msgid "If you enter a table prefix, then only tables that begin with this prefix will be backed up."
msgstr ""
#: src/addons/moredatabase.php:267, src/addons/moredatabase.php:267
msgid "Enter table prefix"
msgstr ""
#: src/addons/moredatabase.php:266
msgid "Enter database"
msgstr ""
#: src/addons/moredatabase.php:266
msgid "Enter database."
msgstr ""
#: src/addons/moredatabase.php:265
msgid "Enter password"
msgstr ""
#: src/addons/moredatabase.php:265
msgid "Enter password."
msgstr ""
#: src/addons/moredatabase.php:264
msgid "Enter username"
msgstr ""
#: src/addons/moredatabase.php:264
msgid "Enter username."
msgstr ""
#: src/addons/moredatabase.php:263
msgid "Enter host"
msgstr ""
#: src/addons/moredatabase.php:263
msgid "Enter host."
msgstr ""
#: src/addons/incremental.php:297
msgid "No incremental backup of your files is possible, as no suitable existing backup was found to add increments to."
msgstr ""
#: src/addons/incremental.php:295
msgid "N.B. No backup of your database will be taken in an incremental backup; if you want a database backup as well, then take that separately."
msgstr ""
#: src/addons/incremental.php:295
msgid "Files changed since the last backup will be added as a new increment in that backup set."
msgstr ""
#: src/addons/googlecloud.php:1315
msgid "Read more about bucket locations"
msgstr ""
#: src/addons/googlecloud.php:1311, src/addons/s3-enhanced.php:72
msgid "Read more about storage classes"
msgstr ""
#: src/addons/googlecloud.php:346, src/methods/googledrive.php:1459
msgid "download: failed: file not found"
msgstr ""
#: src/addons/googlecloud.php:223, src/addons/googlecloud.php:228,
#: src/methods/cloudfiles.php:140, src/methods/googledrive.php:1287,
#: src/methods/googledrive.php:1293
msgid "Error: Failed to open local file"
msgstr ""
#: src/addons/fixtime.php:570
msgid "Start time"
msgstr ""
#: src/addons/fixtime.php:552
msgid "Day to run backups"
msgstr ""
#: src/addons/fixtime.php:310
msgid "Add an additional file retention rule"
msgstr ""
#: src/addons/fixtime.php:305
msgid "Add an additional database retention rule"
msgstr ""
#: src/addons/backblaze.php:783
msgid "This is needed if, and only if, your application key was a bucket-specific application key (not a master key)"
msgstr ""
#: src/addons/backblaze.php:782
msgid "Bucket application key ID"
msgstr ""
#: src/addons/backblaze.php:778
msgid "Master Application Key ID"
msgstr ""
#: src/addons/backblaze.php:777
msgid "For help configuring %s, including screenshots, follow this link."
msgstr ""
#: src/addons/azure.php:706
msgid "Azure China"
msgstr ""
#: src/admin.php:6121
msgid "Clone region:"
msgstr ""
#: src/udaddons/updraftplus-addons.php:334,
#: src/udaddons/updraftplus-addons.php:348
msgid "go here"
msgstr ""
#: src/udaddons/updraftplus-addons.php:334,
#: src/udaddons/updraftplus-addons.php:348
msgid "If you have already renewed, then you need to allocate a licence to this site - %s"
msgstr ""
#: src/addons/onedrive.php:924
msgid "Authentication"
msgstr ""
#: src/admin.php:1051
msgid "You must select at least one remote storage destination to upload this backup set to."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:367
msgid "Read more about Easy Updates Manager"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:73
msgid "You can find out more about clone keys here."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:62
msgid "Or, use an UpdraftClone key"
msgstr ""
#: src/restorer.php:3350
msgid "Found SET NAMES %s, but changing to %s as suggested by WPDB::determine_charset()."
msgstr ""
#: src/admin.php:1084
msgid "UpdraftClone key is required."
msgstr ""
#: src/admin.php:1073
msgid "The preparation of the clone data has been aborted."
msgstr ""
#: src/addons/azure.php:705
msgid "Azure Government"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:367
msgid "Ask WordPress to automatically update UpdraftPlus when it finds an available update."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:366
msgid "Automatic updates"
msgstr ""
#: src/restorer.php:2959, src/restorer.php:2908
msgid "Your database user does not have permission to drop tables"
msgstr ""
#: src/admin.php:3418
msgid "Ask WordPress to update UpdraftPlus automatically when an update is available"
msgstr ""
#: src/addons/googlecloud.php:1289
msgid "You must add the following as the authorized redirect URI (under \"More Options\") when asked"
msgstr ""
#: src/addons/googlecloud.php:62
msgid "Frankfurt"
msgstr ""
#: src/addons/googlecloud.php:61
msgid "London"
msgstr ""
#: src/addons/googlecloud.php:60
msgid "Belgium"
msgstr ""
#: src/addons/googlecloud.php:59
msgid "Sydney"
msgstr ""
#: src/addons/googlecloud.php:58
msgid "Singapore"
msgstr ""
#: src/addons/googlecloud.php:57
msgid "Tokyo"
msgstr ""
#: src/addons/googlecloud.php:56
msgid "Taiwan"
msgstr ""
#: src/addons/googlecloud.php:55
msgid "Oregon"
msgstr ""
#: src/addons/googlecloud.php:54
msgid "North Virginia"
msgstr ""
#: src/addons/googlecloud.php:53
msgid "South Carolina"
msgstr ""
#: src/addons/googlecloud.php:52
msgid "Iowa"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Confirm change"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:18,
#: src/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php:3
msgid "Add an exclusion rule"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:62
msgid "Type a file prefix"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:59,
#: src/templates/wp-admin/settings/exclude-modal.php:61
msgid "All files beginning with these characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:50
msgid "Type an extension like zip"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:31
msgid "Select a file/folder which you would like to exclude"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:15
msgid "All files beginning with given characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:12,
#: src/templates/wp-admin/settings/exclude-modal.php:47,
#: src/templates/wp-admin/settings/exclude-modal.php:49
msgid "All files with this extension"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:9,
#: src/templates/wp-admin/settings/exclude-modal.php:25
msgid "File/directory"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:6
msgid "Select a way to exclude files or directories from the backup"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:2
msgid "Exclude files/directories"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:420
msgid "To read FAQs/documentation about UpdraftClone, go here."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "your UpdraftPlus.com account"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "You can check the progress here or in %s"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "Your UpdraftClone is still setting up."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:376
msgid "%s archives remain"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:376
msgid "The site data has all been received, and its import has begun."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:367
msgid "WordPress installed; now awaiting the site data to be sent."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:94
msgid "Clone ready"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:86
msgid "Site data has been deployed"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:84,
#: src/includes/updraftclone/temporary-clone-status.php:347
msgid "Deploying site data"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:75
msgid "Site data received"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:73,
#: src/includes/updraftclone/temporary-clone-status.php:344
msgid "Receiving site data"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:66,
#: src/includes/updraftclone/temporary-clone-status.php:341
msgid "WordPress installed"
msgstr ""
#: src/admin.php:6226
msgid "Your clone has started, network information is not yet available but will be displayed here and at your updraftplus.com account once it is ready."
msgstr ""
#: src/admin.php:4330
msgid "Exclude these from"
msgstr ""
#: src/admin.php:1083
msgid "The exclusion rule which you are trying to add already exists"
msgstr ""
#: src/admin.php:1081
msgid "Please enter a valid file name prefix"
msgstr ""
#: src/admin.php:1080
msgid "Please enter characters that begin the filename which you would like to exclude"
msgstr ""
#: src/admin.php:1079
msgid "Please enter a valid file extension"
msgstr ""
#: src/admin.php:1078
msgid "Please enter a file extension, like zip"
msgstr ""
#: src/admin.php:1076
msgid "Please select a file/folder which you would like to exclude"
msgstr ""
#: src/admin.php:1075
msgid "Are you sure you want to remove this exclusion rule?"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:122
msgid "log results to console"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:46
msgid "To create a temporary clone you need credit in your account."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Read FAQs here."
msgstr ""
#: src/methods/dropbox.php:351, src/methods/dropbox.php:336
msgid "failed to upload file to %s (see log file for more)"
msgstr ""
#: src/admin.php:6222
msgid "Dashboard:"
msgstr ""
#: src/admin.php:6221
msgid "Front page:"
msgstr ""
#: src/admin.php:6220
msgid "Your clone has started and will be available at the following URLs once it is ready."
msgstr ""
#: src/includes/class-commands.php:1093
msgid "manage"
msgstr ""
#: src/includes/class-commands.php:1093
msgid "Current clones"
msgstr ""
#: src/class-updraftplus.php:3679
msgid "Your clone will now deploy this data to re-create your site."
msgstr ""
#: src/addons/migrator.php:541
msgid "Site key"
msgstr ""
#: src/includes/class-remote-send.php:667
msgid "Add a site"
msgstr ""
#: src/admin.php:1159, src/addons/migrator.php:206,
#: src/addons/migrator.php:528, src/addons/migrator.php:548
msgid "back"
msgstr ""
#: src/addons/migrator.php:172
msgid "Read this article to see step-by-step how it's done."
msgstr ""
#: src/addons/migrator.php:166,
#: src/templates/wp-admin/settings/migrator-no-migrator.php:6
msgid "Migrate (create a copy of a site on hosting you control)"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "Manage your clones"
msgstr ""
#: src/methods/dreamobjects.php:28
msgid "Closing 1st October 2018"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:46
msgid "Your clone will renew on:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:32
msgid "Unable to get renew date"
msgstr ""
#: src/admin.php:1029
msgid "The backup was aborted"
msgstr ""
#: src/addons/onedrive.php:1326
msgid "OneDrive Germany"
msgstr ""
#: src/addons/onedrive.php:1325
msgid "OneDrive International"
msgstr ""
#: src/addons/onedrive.php:1323
msgid "Account type"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:61,
#: src/templates/wp-admin/settings/temporary-clone.php:81
msgid "I accept the UpdraftClone terms and conditions"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:61
msgid "Not got an account? Get one by buying some tokens here."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27,
#: src/templates/wp-admin/settings/temporary-clone.php:46,
#: src/templates/wp-admin/settings/temporary-clone.php:59
msgid "You can buy UpdraftClone tokens from our shop, here."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:59
msgid "To create a temporary clone you need: 1) credit in your account and 2) to connect to your account, below."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:37
msgid "If you want, test upgrading to a different PHP or WP version."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:37
msgid "Flexible"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:36
msgid "Takes just the time needed to create a backup and send it."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:36
msgid "Fast"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:35
msgid "One VPS (Virtual Private Server) per clone, shared with nobody."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:35
msgid "Secure"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:34
msgid "Runs on capacity from a leading cloud computing provider."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:34
msgid "Reliable"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "Easy"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:15,
#: src/templates/wp-admin/settings/temporary-clone.php:44
msgid "Create a temporary clone on our servers (UpdraftClone)"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:30
msgid "WooCommerce plugins"
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:14
msgid "Reset tour"
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:13
msgid "Press this button to take a tour of the plugin."
msgstr ""
#: src/includes/updraftplus-tour.php:256
msgid "Take Tour"
msgstr ""
#: src/includes/updraftplus-tour.php:206
msgid "Log in here to enable all the features you have access to."
msgstr ""
#: src/includes/updraftplus-tour.php:205
msgid "Connect to updraftplus.com"
msgstr ""
#: src/includes/updraftplus-tour.php:169
msgctxt "Translators: UpdraftVault is a product name and should not be translated."
msgid "To get started with UpdraftVault, select one of the options below:"
msgstr ""
#: src/includes/updraftplus-tour.php:165,
#: src/includes/updraftplus-tour.php:209, src/includes/updraftplus-tour.php:198
msgid "Finish"
msgstr ""
#: src/includes/updraftplus-tour.php:162
msgid "UpdraftPlus Premium has many more exciting features!"
msgstr ""
#: src/includes/updraftplus-tour.php:161
msgid "UpdraftPlus Premium and addons"
msgstr ""
#: src/includes/updraftplus-tour.php:159,
#: src/includes/updraftplus-tour.php:203, src/includes/updraftplus-tour.php:196
msgid "Thank you for taking the tour."
msgstr ""
#: src/includes/updraftplus-tour.php:154
msgid "Do you have a few more WordPress sites you want to backup? If yes you can save hours by controlling all your backups in one place from UpdraftCentral."
msgstr ""
#: src/includes/updraftplus-tour.php:153
msgid "Control all your backups in one place"
msgstr ""
#: src/includes/updraftplus-tour.php:148
msgid "Congratulations, your settings have successfully been saved."
msgstr ""
#: src/includes/updraftplus-tour.php:144
msgid "Press here to save your settings."
msgstr ""
#: src/includes/updraftplus-tour.php:143, src/includes/updraftplus-tour.php:147
msgid "Save"
msgstr ""
#: src/includes/updraftplus-tour.php:140
msgid "Look through the other settings here, making any changes you’d like."
msgstr ""
#: src/includes/updraftplus-tour.php:139
msgid "More settings"
msgstr ""
#: src/admin.php:1091, src/includes/updraftplus-tour.php:134,
#: src/includes/updraftplus-tour.php:162,
#: src/includes/updraftplus-tour.php:186,
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Find out more here."
msgstr ""
#: src/admin.php:1090, src/includes/updraftplus-tour.php:133,
#: src/includes/updraftplus-tour.php:185
msgid "UpdraftVault is our remote storage which works seamlessly with UpdraftPlus."
msgstr ""
#: src/includes/updraftplus-tour.php:126
msgid "Choose the schedule that you want your backups to run on."
msgstr ""
#: src/includes/updraftplus-tour.php:125
msgid "Choose your backup schedule"
msgstr ""
#: src/includes/updraftplus-tour.php:121
msgid "Congratulations! Your first backup is running."
msgstr ""
#: src/includes/updraftplus-tour.php:117, src/includes/updraftplus-tour.php:122
msgid "Go to settings"
msgstr ""
#: src/includes/updraftplus-tour.php:116, src/includes/updraftplus-tour.php:121
msgctxt "Translators: %s is a bold tag."
msgid "But to avoid server-wide threats backup regularly to remote cloud storage in %s settings %s"
msgstr ""
#: src/includes/updraftplus-tour.php:116
msgid "Press here to run a manual backup."
msgstr ""
#: src/includes/updraftplus-tour.php:115, src/includes/updraftplus-tour.php:120
msgid "Creating your first backup"
msgstr ""
#: src/includes/updraftplus-tour.php:112
msgid "Select what you want to backup"
msgstr ""
#: src/includes/updraftplus-tour.php:111
msgid "Manual backup options"
msgstr ""
#: src/includes/updraftplus-tour.php:108
msgctxt "updraftplus"
msgid "To make a simple backup to your server, press this button. Or to setup regular backups and remote storage, go to %s settings %s"
msgstr ""
#: src/includes/updraftplus-tour.php:107
msgid "Your first backup"
msgstr ""
#: src/includes/updraftplus-tour.php:103
msgid "Press here to start!"
msgstr ""
#: src/includes/updraftplus-tour.php:100
msgid "the world’s most trusted backup plugin!"
msgstr ""
#: src/includes/updraftplus-tour.php:100
msgid "Welcome to UpdraftPlus"
msgstr ""
#: src/includes/updraftplus-tour.php:99
msgid "UpdraftPlus settings"
msgstr ""
#: src/includes/updraftplus-tour.php:96
msgid "End tour"
msgstr ""
#: src/includes/updraftplus-tour.php:95
msgid "Skip this step"
msgstr ""
#: src/includes/updraftplus-tour.php:94
msgid "Back"
msgstr ""
#: src/includes/class-commands.php:1074
msgid "You can buy more temporary clone tokens here."
msgstr ""
#: src/admin.php:6174
msgid "Forbid non-administrators to login to WordPress on your clone"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:299
msgid "Premium / Find out more"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:29
msgid "Other great plugins"
msgstr ""
#: src/includes/class-commands.php:1144
msgid "The creation of your data for creating the clone should now begin."
msgstr ""
#: src/admin.php:6227, src/admin.php:6224
msgid "You can find your temporary clone information in your updraftplus.com account here."
msgstr ""
#: src/class-updraftplus.php:5415
msgid "Choose a default for each table"
msgstr ""
#: src/admin.php:3735
msgid "Sending files to remote site"
msgstr ""
#: src/admin.php:3729
msgid "Clone server being provisioned and booted (can take several minutes)"
msgstr ""
#: src/addons/migrator.php:210
msgid "To import a backup set, go to the \"Existing backups\" section in the \"Backup/Restore\" tab"
msgstr ""
#: src/admin.php:3210
msgid "Backup / Restore"
msgstr ""
#: src/admin.php:740, src/admin.php:5126
msgid "Backup"
msgstr ""
#: src/addons/wp-cli.php:413
msgid "Latest full backup found; identifier:"
msgstr ""
#: src/addons/wp-cli.php:412
msgid "No previous full backup found."
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:92
msgid "Remote storage: %s"
msgstr ""
#: src/addons/wp-cli.php:102
msgid "No previous backup found to add an increment to."
msgstr ""
#: src/restorer.php:3356
msgid "Requested character set (%s) is not present - changing to %s."
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:32
msgid "Allow only administrators to log in"
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:31
msgid "You can forbid non-admins logins to this cloned site by checking the checkbox below"
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:30
msgid "UpdraftPlus temporary clone user login settings:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:44
msgid "Welcome to your UpdraftClone (temporary clone)"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:43
msgid "Refresh connection"
msgstr ""
#: src/addons/reporting.php:517
msgid "Log all messages to syslog"
msgstr ""
#: src/addons/sftp.php:717, src/addons/sftp.php:718
msgid "The server's RSA key %s fingerprint: %s."
msgstr ""
#: src/addons/sftp.php:614
msgid "RSA fingerprint"
msgstr ""
#: src/addons/sftp.php:156
msgid "Fingerprints don't match."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:17
msgid "More information here."
msgstr ""
#: src/admin.php:748, src/admin.php:3211
msgid "Migrate / Clone"
msgstr ""
#: src/admin.php:4467, src/templates/wp-admin/settings/backupnow-modal.php:60,
#: src/templates/wp-admin/settings/existing-backups-table.php:79,
#: src/templates/wp-admin/settings/existing-backups-table.php:76
msgid "Only allow this backup to be deleted manually (i.e. keep it even if retention limits are hit)."
msgstr ""
#: src/restorer.php:380
msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old)."
msgstr ""
#: src/addons/wp-cli.php:850, src/addons/wp-cli.php:846
msgid "This is not an incremental backup"
msgstr ""
#: src/addons/wp-cli.php:762
msgid "Run this command to see the log file for this restoration (needed for any support requests)."
msgstr ""
#: src/admin.php:6156, src/admin.php:6200
msgid "(current version)"
msgstr ""
#: src/admin.php:4235
msgid "press here"
msgstr ""
#: src/addons/onedrive.php:1312, src/addons/pcloud.php:548,
#: src/methods/dropbox.php:601, src/methods/googledrive.php:1503
msgid "this privacy policy"
msgstr ""
#: src/addons/onedrive.php:1312, src/addons/pcloud.php:548,
#: src/methods/dropbox.php:601, src/methods/googledrive.php:1503
msgid "Please read %s for use of our %s authorization app (none of your backup data is sent to us)."
msgstr ""
#: src/addons/incremental.php:378
msgid "Tell me more"
msgstr ""
#: src/addons/incremental.php:366
msgid "And then add an incremental backup"
msgstr ""
#: src/updraftplus.php:126, src/addons/incremental.php:342
msgid "Every hour"
msgstr ""
#: src/includes/class-commands.php:1086
msgid "Create clone"
msgstr ""
#: src/includes/class-commands.php:1073, src/includes/class-commands.php:1130
msgid "Available temporary clone tokens:"
msgstr ""
#: src/admin.php:3342, src/includes/class-commands.php:1087,
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142,
#: src/methods/backup-module.php:746,
#: src/templates/wp-admin/settings/temporary-clone.php:88,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:71
msgid "Processing"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:70
msgid "Connect to UpdraftCentral Cloud"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:68
msgid "UpdraftPlus.Com account terms and policies"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:68
msgid "I consent to %s"
msgstr ""
#: src/admin.php:3455,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:56
msgid "One Time Password (check your OTP app to get this password)"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:46
msgid "Login or register with this email address"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:34
msgid "If not, then choose your details and a new account will be registered."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:33
msgid "If you already have an updraftplus.com account, then enter the details below."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:31
msgid "Add this website to your UpdraftCentral Cloud dashboard at updraftplus.com."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:29
msgid "Login or register for UpdraftCentral Cloud"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:20
msgid "Go here to connect it."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:20
msgid "Or if you prefer to self-host, then you can get the self-hosted version here."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:17
msgid "Connect this site to UpdraftCentral Cloud"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:12
msgid "Backup, update and manage all your WordPress sites from one dashboard"
msgstr ""
#: src/admin.php:6083
msgid "The file %s has a \"byte order mark\" (BOM) at its beginning."
msgid_plural "The files %s have a \"byte order mark\" (BOM) at their beginning."
msgstr[0] ""
#: src/admin.php:1069
msgid "For future control of all your UpdraftCentral connections, go to the \"Advanced Tools\" tab."
msgstr ""
#: src/admin.php:1068
msgid "You can also close this wizard."
msgstr ""
#: src/admin.php:1067
msgid "You need to read and accept the UpdraftCentral Cloud data and privacy policies before you can proceed."
msgstr ""
#: src/admin.php:1066
msgid "Please wait while you are redirected to UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1065
msgid "Please wait while the system generates and registers an encryption key for your website with UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1064
msgid "Perhaps you would want to login instead."
msgstr ""
#: src/admin.php:1062
msgid "Trouble connecting? Try using an alternative method in the advanced security options."
msgstr ""
#: src/admin.php:1061
msgid "An email is required and needs to be in a valid format."
msgstr ""
#: src/admin.php:1060
msgid "Both email and password fields are required."
msgstr ""
#: src/admin.php:1059
msgid "Registration successful."
msgstr ""
#: src/admin.php:1057, src/admin.php:1059
msgid "Please follow this link to open %s in a new window."
msgstr ""
#: src/admin.php:1057
msgid "Login successful."
msgstr ""
#: src/admin.php:1054,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:9
msgid "UpdraftCentral Cloud"
msgstr ""
#: src/admin.php:591
msgid "Are you sure you want to dismiss all UpdraftPlus news forever?"
msgstr ""
#: src/admin.php:590
msgid "Dismiss all UpdraftPlus news"
msgstr ""
#: src/admin.php:589
msgid "UpdraftPlus News"
msgstr ""
#: src/addons/wp-cli.php:538
msgid "Migration key created:"
msgstr ""
#: src/addons/wp-cli.php:528, src/addons/wp-cli.php:570,
#: src/addons/wp-cli.php:630
msgid "Missing parameters"
msgstr ""
#: src/addons/azure.php:704
msgid "Azure Germany"
msgstr ""
#: src/addons/azure.php:703
msgid "Azure Global"
msgstr ""
#: src/addons/azure.php:701
msgid "Azure Account"
msgstr ""
#: src/admin.php:1053
msgid "Please specify the Microsoft OneDrive folder name, not the URL."
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:4
msgid "Select the remote storage destinations you want to upload this backup set to"
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:3
msgid "Upload backup"
msgstr ""
#: src/admin.php:4725
msgid "After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations"
msgstr ""
#: src/admin.php:1052
msgid "(already uploaded)"
msgstr ""
#: src/admin.php:1050
msgid "Local backup upload has started; please check the log file to see the upload progress"
msgstr ""
#: src/admin.php:966, src/admin.php:4725
msgid "Upload"
msgstr ""
#: src/admin.php:914, src/addons/reporting.php:551
msgid "Only email the database backup"
msgstr ""
#: src/addons/reporting.php:551
msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive as a result UpdraftPlus will only send Database backups to email."
msgstr ""
#: src/addons/reporting.php:551
msgid "Use this option to only send database backups when sending to email, and skip other components."
msgstr ""
#: src/addons/migrator.php:252
msgid "For incremental backups, you will be able to choose which increments to restore at a later stage."
msgstr ""
#: src/addons/incremental.php:93
msgid "Increments exist at: %s"
msgstr ""
#: src/addons/incremental.php:93, src/addons/incremental.php:91
msgid "(latest increment: %s)"
msgstr ""
#: src/addons/s3-enhanced.php:425
msgid "Europe (Paris)"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:206
msgid "WP-CLI commands to take, list and delete backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:205
msgid "WP-CLI support"
msgstr "WP-CLI 支援"
#: src/templates/wp-admin/settings/tab-addons.php:204
msgid "WP CLI"
msgstr "WP CLI"
#: src/addons/wp-cli.php:272
msgid "Invalid Job Id"
msgstr ""
#: src/addons/wp-cli.php:201
msgid "Recently started backup job id: %s"
msgstr ""
#: src/addons/wp-cli.php:92, src/addons/wp-cli.php:494,
#: src/addons/wp-cli.php:737, src/addons/wp-cli.php:826,
#: src/addons/wp-cli.php:849
msgid "The given value for the '%s' option is not valid"
msgstr ""
#: src/addons/migrator.php:537
msgid "So, to get the key for the remote site, open the 'Migrate Site' window on that site, and go to that section."
msgstr ""
#: src/addons/migrator.php:537
msgid "Keys for a site are created in the section \"receive a backup from a remote site\"."
msgstr ""
#: src/includes/class-remote-send.php:555
msgid "You must copy and paste this key on the sending site now - it cannot be shown again."
msgstr ""
#: src/templates/wp-admin/advanced/lock-admin.php:14
msgid "This functionality has been disabled by the site administrator."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:340,
#: src/templates/wp-admin/settings/tab-addons.php:341
msgid "Highly efficient way to manage, optimize, update and backup multiple websites from one place."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:4
msgid "Thank you for installing UpdraftPlus!"
msgstr "多謝您安裝UpdraftPlus!"
#: src/includes/class-remote-send.php:684
msgid "No keys to allow remote sites to send backup data here have yet been created."
msgstr ""
#: src/restorer.php:860
msgid "Failed to read from the working directory."
msgstr ""
#: src/restorer.php:859
msgid "Failed to find a manifest file in the backup."
msgstr ""
#: src/restorer.php:858
msgid "Failed to read the manifest file from backup."
msgstr ""
#: src/addons/morefiles.php:82
msgid "(None configured)"
msgstr ""
#: src/addons/onedrive.php:1332, src/methods/backup-module.php:629,
#: src/methods/dropbox.php:609
msgid "Ensure you are logged into the correct account before continuing."
msgstr ""
#: src/admin.php:5724
msgid "Remote storage method and instance id are required for authentication."
msgstr ""
#: src/admin.php:5720
msgid "authentication error"
msgstr "驗證錯誤"
#: src/options.php:48, src/addons/multisite.php:49
msgid "(Nothing has been logged yet)"
msgstr ""
#: src/includes/migrator-lite.php:345
msgid "you will want to use below search and replace site location in the database (migrate) to search/replace the site address."
msgstr ""
#: src/addons/morestorage.php:197
msgid "Add another %s account..."
msgstr ""
#: src/addons/morestorage.php:85
msgid "Delete these settings"
msgstr ""
#: src/admin.php:1049, src/addons/morestorage.php:83
msgid "Currently disabled"
msgstr "已停用"
#: src/admin.php:1048, src/addons/morestorage.php:83
msgid "Currently enabled"
msgstr "已啟用"
#: src/templates/wp-admin/settings/tab-addons.php:48
msgid "If you have purchased from UpdraftPlus.Com, then follow this link to the installation instructions (particularly step 1)."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:48
msgid "You are currently using the free version of UpdraftPlus."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Get it here"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:90
msgid "remote site"
msgstr "遠端網站"
#: src/addons/backblaze.php:558
msgid "Invalid bucket name"
msgstr ""
#: src/restorer.php:2601
msgid "Requested table collation (%1$s) is not present - changing to %2$s."
msgid_plural "Requested table collations (%1$s) are not present - changing to %2$s."
msgstr[0] ""
#: src/class-updraftplus.php:5392
msgid "Your chosen replacement collation"
msgstr ""
#: src/class-updraftplus.php:5369
msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
msgstr ""
#: src/class-updraftplus.php:5369
msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
msgstr[0] ""
#: src/includes/migrator-lite.php:371
msgid "Database restoration options:"
msgstr ""
#: src/includes/migrator-lite.php:312
msgid "This looks like a migration (the backup is from a site with a different address/URL, %s)."
msgstr ""
#: src/addons/azure.php:699
msgid "%s Prefix"
msgstr ""
#: src/addons/azure.php:696
msgid "%s Container"
msgstr ""
#: src/addons/azure.php:694
msgid "%s Key"
msgstr ""
#: src/addons/azure.php:692
msgid "%s Account Name"
msgstr ""
#: src/includes/migrator-lite.php:668
msgid "Your .htaccess has an old site reference on line number %s. You should remove it manually."
msgid_plural "Your .htaccess has an old site references on line numbers %s. You should remove them manually."
msgstr[0] ""
#: src/restorer.php:2542
msgid "Requested table character set (%s) is not present - changing to %s."
msgstr ""
#: src/class-updraftplus.php:5344
msgid "Your chosen character set to use instead:"
msgstr ""
#: src/class-updraftplus.php:5334
msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
msgstr ""
#: src/class-updraftplus.php:5334
msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
msgstr[0] ""
#: src/includes/updraftplus-tour.php:93,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:100
msgid "Next"
msgstr ""
#: src/admin.php:1041
msgid "Please enter a valid URL e.g http://example.com"
msgstr "請輸入一個有效的網址 例如 http://example.com"
#: src/addons/backblaze.php:792
msgid "some/path"
msgstr ""
#: src/addons/backblaze.php:790
msgid "Bucket name"
msgstr ""
#: src/addons/backblaze.php:784
msgid "Backup path"
msgstr ""
#: src/addons/backblaze.php:780
msgid "Application key"
msgstr ""
#: src/addons/backblaze.php:779, src/addons/backblaze.php:779,
#: src/includes/updraftplus-notices.php:122
msgid "here"
msgstr ""
#: src/addons/backblaze.php:779
msgid "Get these settings from %s, or sign up %s."
msgstr ""
#: src/addons/backblaze.php:536
msgid "Account Key"
msgstr ""
#: src/addons/backblaze.php:535
msgid "Account ID"
msgstr ""
#: src/class-updraftplus.php:5159
msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
msgstr ""
#: src/methods/googledrive.php:1511
msgid "To de-authorize UpdraftPlus (all sites) from accessing your Google Drive, follow this link to your Google account settings."
msgstr ""
#: src/addons/googlecloud.php:1321, src/addons/onedrive.php:1330,
#: src/addons/pcloud.php:551, src/methods/backup-module.php:700,
#: src/methods/dropbox.php:608, src/methods/googledrive.php:1510
msgid "Follow this link to remove these settings for %s."
msgstr ""
#: src/backup.php:617, src/backup.php:2894, src/class-updraftplus.php:2565,
#: src/class-updraftplus.php:2632, src/restorer.php:713,
#: src/includes/class-search-replace.php:298,
#: src/includes/class-storage-methods-interface.php:387
msgid "A PHP fatal error (%s) has occurred: %s"
msgstr ""
#: src/backup.php:611, src/backup.php:2885, src/class-updraftplus.php:2556,
#: src/class-updraftplus.php:2625, src/restorer.php:701,
#: src/includes/class-search-replace.php:291,
#: src/includes/class-storage-methods-interface.php:378
msgid "A PHP exception (%s) has occurred: %s"
msgstr ""
#: src/addons/googlecloud.php:59
msgid "South-east Australia"
msgstr ""
#: src/addons/googlecloud.php:58
msgid "South-east Asia"
msgstr ""
#: src/addons/googlecloud.php:57
msgid "North-east Asia"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:84
msgid "Remote storage authentication"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:178
msgid "Network and multisite"
msgstr "網絡及多站台"
#: src/templates/wp-admin/settings/tab-addons.php:100
msgid "Migrator"
msgstr "轉移器"
#: src/templates/wp-admin/settings/tab-addons.php:230
msgid "Additional storage"
msgstr ""
#: src/includes/updraftplus-tour.php:129,
#: src/includes/updraftplus-tour.php:181,
#: src/templates/wp-admin/settings/tab-addons.php:87
msgid "Remote storage"
msgstr "遠端存儲"
#: src/templates/wp-admin/settings/form-contents.php:192
msgid "Select Files"
msgstr "選擇檔案"
#: src/methods/cloudfiles.php:510
msgid "Cloud Files"
msgstr "雲端檔案"
#: src/methods/updraftvault.php:122,
#: src/templates/wp-admin/settings/tab-addons.php:295
msgid "UpdraftVault"
msgstr "UpdraftVault"
#: src/includes/class-wpadmin-commands.php:637
msgid "archive"
msgstr "封裝檔"
#: src/includes/class-wpadmin-commands.php:628
msgid "Extra database"
msgstr " 額外數據庫"
#: src/admin.php:4606
msgid "Press here to download or browse"
msgstr "按這裡以下載或瀏覽"
#: src/admin.php:1620, src/admin.php:1630
msgid "Error: invalid path"
msgstr "錯誤:無效的路徑"
#: src/admin.php:1361
msgid "An error occurred when fetching storage module options: "
msgstr ""
#: src/admin.php:1038
msgid "Loading log file"
msgstr "正在載入日誌檔"
#: src/admin.php:1036
msgid "Search"
msgstr "搜尋"
#: src/admin.php:1035
msgid "Select a file to view information about it"
msgstr ""
#: src/admin.php:1034
msgid "Browsing zip file"
msgstr "正在瀏覽zip檔案"
#: src/admin.php:1000
msgid "With UpdraftPlus Premium, you can directly download individual files from here."
msgstr ""
#: src/admin.php:944
msgid "Browse contents"
msgstr "瀏覽內容"
#: src/restorer.php:3067
msgid "Skipped tables:"
msgstr "已跳過數據表:"
#: src/templates/wp-admin/settings/backupnow-modal.php:8
msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:8
msgid "All WordPress tables will be backed up."
msgstr "所有WordPresss數據表會被備份。"
#: src/admin.php:1033
msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
msgstr ""
#: src/admin.php:1033
msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
msgstr ""
#: src/admin.php:1033
msgid "The available memory on the server."
msgstr ""
#: src/admin.php:1033
msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
msgstr ""
#: src/admin.php:1032
msgid "HTTP code:"
msgstr "HTTP代碼:"
#: src/admin.php:919, src/addons/wp-cli.php:111
msgid "You have chosen to backup a database, but no tables have been selected"
msgstr ""
#: src/addons/moredatabase.php:463
msgid "tables"
msgstr ""
#: src/addons/moredatabase.php:462
msgid "WordPress database"
msgstr ""
#: src/addons/moredatabase.php:427
msgid "You should backup all tables unless you are an expert in the internals of the WordPress database."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:329,
#: src/templates/wp-admin/settings/tab-addons.php:329,
#: src/templates/wp-admin/settings/tab-addons.php:335,
#: src/templates/wp-admin/settings/tab-addons.php:335,
#: src/templates/wp-admin/settings/tab-addons.php:341,
#: src/templates/wp-admin/settings/tab-addons.php:341,
#: src/templates/wp-admin/settings/tab-addons.php:347,
#: src/templates/wp-admin/settings/tab-addons.php:347
msgid "Find out more"
msgstr "了解更多"
#: src/templates/wp-admin/settings/tab-addons.php:298
msgid "UpdraftPlus has its own embedded storage option, providing a zero-hassle way to download, store and manage all your backups from one place."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:12
msgid "UpdraftPlus Tour"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:284
msgid "Lock access to UpdraftPlus via a password so you choose which admin users can access backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:271
msgid "Some backup plugins can't restore a backup, so Premium allows you to restore backups from other plugins."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:269,
#: src/templates/wp-admin/settings/tab-addons.php:270
msgid "Importer"
msgstr "匯入器"
#: src/templates/wp-admin/settings/tab-addons.php:258
msgid "Tidy things up for clients and remove all adverts for our other products."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:256,
#: src/templates/wp-admin/settings/tab-addons.php:257
msgid "No ads"
msgstr "沒有廣吿"
#: src/templates/wp-admin/settings/tab-addons.php:245
msgid "Sophisticated reporting and emailing capabilities."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:219
msgid "Encrypt your sensitive databases (e.g. customer information or passwords); Backup external databases too."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:217,
#: src/templates/wp-admin/settings/tab-addons.php:218
msgid "More database options"
msgstr "更多數據庫選項"
#: src/templates/wp-admin/settings/tab-addons.php:193
msgid "Set exact times to create or delete backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:191,
#: src/templates/wp-admin/settings/tab-addons.php:192
msgid "Backup time and scheduling"
msgstr "備份時間及排程"
#: src/templates/wp-admin/settings/tab-addons.php:180
msgid "Backup WordPress multisites (i.e, networks), securely."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:179
msgid "Network / multisite"
msgstr "網絡 / 多站台"
#: src/templates/wp-admin/settings/tab-addons.php:167
msgid "Backup WordPress core and non-WP files and databases."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:154
msgid "Automatically backs up your website before any updates to plugins, themes and WordPress core."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:152,
#: src/templates/wp-admin/settings/tab-addons.php:153
msgid "Pre-update backups"
msgstr "預先更新備份"
#: src/templates/wp-admin/settings/tab-addons.php:141
msgid "Provides expert help and support from the developers whenever you need it."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:140
msgid "Fast, personal support"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:102
msgid "UpdraftPlus Migrator clones your WordPress site and moves it to a new domain directly and simply."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:101
msgid "Cloning and migration"
msgstr "克隆及轉移"
#: src/templates/wp-admin/settings/tab-addons.php:232
msgid "Get enhanced versions of the free remote storage options (Dropbox, Google Drive & S3) and even more remote storage options like OneDrive, SFTP, Azure, WebDAV, Backblaze and more with UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:231
msgid "Additional and enhanced remote storage locations"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:88
msgid "Backup to remote storage locations"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:82,
#: src/templates/wp-admin/settings/tab-addons.php:316
msgid "Upgrade now"
msgstr "現在升級"
#: src/templates/wp-admin/settings/tab-addons.php:79,
#: src/templates/wp-admin/settings/tab-addons.php:313
msgid "Installed"
msgstr "已安裝"
#: src/templates/wp-admin/settings/tab-addons.php:69
msgid "Free"
msgstr "免費"
#: src/admin.php:588
msgid "UpdraftPlus"
msgstr "UpdraftPlus"
#: src/templates/wp-admin/settings/form-contents.php:216
msgid "Recommended: optimize your database with WP-Optimize."
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:31,
#: src/templates/wp-admin/notices/horizontal-notice.php:74,
#: src/templates/wp-admin/notices/report-plain.php:33,
#: src/templates/wp-admin/notices/report.php:30
msgid "Read more"
msgstr "閱讀更多"
#: src/includes/updraftplus-notices.php:210
msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
msgstr ""
#: src/addons/morefiles.php:1057
msgid "Please choose a file or directory"
msgstr ""
#: src/addons/morefiles.php:1035, src/methods/backup-module.php:90
msgid "Confirm"
msgstr ""
#: src/addons/morefiles.php:1030, src/addons/morefiles.php:1030
msgid "Go up a directory"
msgstr ""
#: src/addons/morefiles.php:1027
msgid "Add directory..."
msgstr ""
#: src/addons/morefiles.php:334, src/addons/morefiles.php:1013,
#: src/addons/morefiles.php:1055,
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Edit"
msgstr ""
#: src/addons/morefiles.php:317
msgid "If using it, select a path from the directory tree below and then press confirm selection."
msgstr ""
#: src/addons/s3-enhanced.php:426
msgid "Europe (Frankfurt)"
msgstr "歐洲 (法蘭克福)"
#: src/addons/s3-enhanced.php:424
msgid "Europe (London)"
msgstr "歐洲 (倫敦)"
#: src/addons/s3-enhanced.php:423
msgid "Europe (Ireland)"
msgstr "歐洲 (愛爾蘭)"
#: src/includes/updraftplus-tour.php:151
msgid "UpdraftCentral"
msgstr "UpdraftCentral"
#: src/templates/wp-admin/notices/autobackup-notice.php:6,
#: src/templates/wp-admin/notices/horizontal-notice.php:38,
#: src/templates/wp-admin/notices/horizontal-notice.php:8
msgid "notice image"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:29,
#: src/templates/wp-admin/notices/horizontal-notice.php:72,
#: src/templates/wp-admin/notices/report-plain.php:31,
#: src/templates/wp-admin/notices/report.php:28
msgid "Go there"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:27,
#: src/templates/wp-admin/notices/horizontal-notice.php:68,
#: src/templates/wp-admin/notices/report-plain.php:29,
#: src/templates/wp-admin/notices/report.php:26
msgid "Sign up"
msgstr "註冊"
#: src/templates/wp-admin/notices/bottom-notice.php:25,
#: src/templates/wp-admin/notices/horizontal-notice.php:66,
#: src/templates/wp-admin/notices/report-plain.php:27,
#: src/templates/wp-admin/notices/report.php:24
msgid "Get Premium"
msgstr "取得高級版"
#: src/templates/wp-admin/notices/bottom-notice.php:23,
#: src/templates/wp-admin/notices/report-plain.php:25,
#: src/templates/wp-admin/notices/report.php:22
msgid "Review UpdraftPlus"
msgstr "評價 UpdraftPlus"
#: src/templates/wp-admin/notices/bottom-notice.php:21,
#: src/templates/wp-admin/notices/horizontal-notice.php:64,
#: src/templates/wp-admin/notices/report-plain.php:23,
#: src/templates/wp-admin/notices/report.php:20
msgid "Get UpdraftCentral"
msgstr "取得 UpdraftCentral"
#: src/templates/wp-admin/advanced/site-info.php:109
msgid "Apache modules"
msgstr "Apache 模組"
#: src/includes/updraftplus-notices.php:166,
#: src/includes/updraftplus-notices.php:176
msgid "UpdraftPlus Blog - get up-to-date news and offers"
msgstr "UpdraftPlus 部落格-取得最新情報和著數"
#: src/includes/updraftplus-notices.php:155
msgid "UpdraftPlus Newsletter"
msgstr ""
#: src/includes/updraftplus-notices.php:114
msgid "Control all your WordPress installations from one place using UpdraftCentral remote site management!"
msgstr ""
#: src/includes/updraftplus-notices.php:113
msgid "Do you use UpdraftPlus on multiple sites?"
msgstr ""
#: src/includes/updraftplus-notices.php:104
msgid "UpdraftCentral is a highly efficient way to manage, update and backup multiple websites from one place."
msgstr ""
#: src/includes/updraftplus-notices.php:103
msgid "Introducing UpdraftCentral"
msgstr "為你送上 UpdraftCentral"
#: src/includes/updraftplus-notices.php:92
msgid "easily migrate or clone your site in minutes"
msgstr ""
#: src/includes/updraftplus-notices.php:82
msgid "Add SFTP to send your data securely, lock settings and encrypt your database backups for extra security."
msgstr ""
#: src/includes/updraftplus-notices.php:81
msgid "secure your backups"
msgstr ""
#: src/includes/updraftplus-notices.php:71
msgid "Secure multisite installation, advanced reporting and much more."
msgstr ""
#: src/includes/updraftplus-notices.php:70
msgid "advanced options"
msgstr "高級設定"
#: src/includes/updraftplus-notices.php:59
msgid "enhanced remote storage options"
msgstr ""
#: src/includes/updraftplus-notices.php:49
msgid "The ultimately secure and convenient place to store your backups."
msgstr ""
#: src/includes/updraftplus-notices.php:48,
#: src/templates/wp-admin/settings/tab-addons.php:296
msgid "UpdraftVault storage"
msgstr "UpdraftVault 存儲"
#: src/includes/updraftplus-notices.php:38
msgid "Enjoy professional, fast, and friendly help whenever you need it with Premium."
msgstr ""
#: src/includes/updraftplus-notices.php:36,
#: src/includes/updraftplus-notices.php:47,
#: src/includes/updraftplus-notices.php:58,
#: src/includes/updraftplus-notices.php:69,
#: src/includes/updraftplus-notices.php:80,
#: src/includes/updraftplus-notices.php:91
msgid "UpdraftPlus Premium:"
msgstr "UpdraftPlus 高級版:"
#: src/addons/s3-enhanced.php:422
msgid "Canada (Central)"
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:24
msgid "Site size"
msgstr "網站大小"
#: src/templates/wp-admin/advanced/tools-menu.php:12,
#: src/templates/wp-admin/settings/tab-addons.php:282,
#: src/templates/wp-admin/settings/tab-addons.php:283
msgid "Lock settings"
msgstr "鎖定設定"
#: src/templates/wp-admin/advanced/site-info.php:5,
#: src/templates/wp-admin/advanced/tools-menu.php:8
msgid "Site information"
msgstr "網站資訊"
#: src/templates/wp-admin/advanced/search-replace.php:9
msgid "For the ability to migrate websites, upgrade to UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:15
msgid "Import settings"
msgstr "匯入設定"
#: src/templates/wp-admin/advanced/export-settings.php:9
msgid "Export settings"
msgstr "匯出設定"
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "including any passwords"
msgstr "包含任何密碼"
#: src/templates/wp-admin/advanced/export-settings.php:5,
#: src/templates/wp-admin/advanced/tools-menu.php:32
msgid "Export / import settings"
msgstr "匯出/匯入設定"
#: src/restorer.php:2603
msgid "Processing table (%s)"
msgstr ""
#: src/restorer.php:3034
msgid "Backup of: %s"
msgstr "備份:%s"
#: src/methods/dropbox.php:887
msgid "%s de-authentication"
msgstr ""
#: src/methods/dropbox.php:610
msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
msgstr ""
#: src/backup.php:2113
msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:85
msgid "You have selected a remote storage option which has an authorization step to complete:"
msgstr ""
#: src/admin.php:2232
msgid "Remote files deleted:"
msgstr "已刪除遠端檔案:"
#: src/admin.php:2231
msgid "Local files deleted:"
msgstr "已刪除本地檔案:"
#: src/methods/backup-module.php:637
msgid "Follow this link to authorize access to your %s account (you will not be able to backup to %s without it)."
msgstr ""
#: src/admin.php:1031
msgid "remote files deleted"
msgstr "遠端檔案已刪除"
#: src/admin.php:1027
msgid "Complete"
msgstr "完成"
#: src/admin.php:1026
msgid "Do you want to carry out the import?"
msgstr ""
#: src/admin.php:1025
msgid "Which was exported on:"
msgstr ""
#: src/admin.php:1024
msgid "This will import data from:"
msgstr ""
#: src/admin.php:1023
msgid "Importing..."
msgstr "匯入中..."
#: src/admin.php:1019
msgid "You have not yet selected a file to import."
msgstr "你未選擇一個要匯入的檔案。"
#: src/admin.php:1002
msgid "Your export file will be of your displayed settings, not your saved ones."
msgstr ""
#: src/admin.php:99
msgid "template not found"
msgstr "找不到模板"
#: src/addons/s3-enhanced.php:418
msgid "US East (Ohio)"
msgstr ""
#: src/addons/onedrive.php:793
msgid "Account is not authorized (%s)."
msgstr ""
#: src/addons/onedrive.php:754, src/udaddons/updraftplus-addons.php:1040
msgid "Your IP address:"
msgstr ""
#: src/addons/onedrive.php:754, src/udaddons/updraftplus-addons.php:1040,
#: src/udaddons/updraftplus-addons.php:1053
msgid "To remove any block, please go here."
msgstr ""
#: src/addons/onedrive.php:741, src/udaddons/updraftplus-addons.php:1027
msgid "An error response was received; HTTP code:"
msgstr ""
#: src/includes/class-commands.php:444
msgid "%s add-on not found"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "or to restore manually"
msgstr ""
#: src/admin.php:3008
msgid "To fix this problem go here."
msgstr ""
#: src/admin.php:3008
msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
msgstr ""
#: src/admin.php:986
msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
msgstr ""
#: src/addons/webdav.php:437
msgid "Path"
msgstr ""
#: src/addons/webdav.php:436
msgid "Leave this blank to use the default (80 for webdav, 443 for webdavs)"
msgstr ""
#: src/addons/webdav.php:434
msgid "Enter any path in the field below."
msgstr ""
#: src/addons/webdav.php:434
msgid "A host name cannot contain a slash."
msgstr ""
#: src/addons/webdav.php:429
msgid "Protocol (SSL or not)"
msgstr ""
#: src/udaddons/updraftplus-addons.php:1056
msgid "This usually indicates a network connectivity issue (e.g. an outgoing firewall or overloaded network) between this site and UpdraftPlus.com."
msgstr ""
#: src/methods/s3.php:1440
msgid "The AWS access key looks to be wrong (valid %s access keys begin with \"AK\")"
msgstr ""
#: src/methods/s3.php:155
msgid "No settings were found - please go to the Settings tab and check your settings"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:115
msgid "Backup using %s?"
msgstr "使用%s備份?"
#: src/addons/s3-enhanced.php:434
msgid "Asia Pacific (Mumbai)"
msgstr ""
#: src/addons/s3-enhanced.php:76
msgid "Standard (infrequent access)"
msgstr ""
#: src/templates/wp-admin/settings/header.php:25
msgid "FAQs"
msgstr "常見問題"
#: src/backup.php:3150
msgid "Failed to open directory (check the file permissions and ownership): %s"
msgstr "開啟目錄失敗 (檢查檔案權限和擁有者):%s"
#: src/backup.php:3128
msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
msgstr ""
#: src/addons/migrator.php:563
msgid "Create key"
msgstr ""
#: src/addons/migrator.php:560
msgid "slower, strongest"
msgstr "較慢,最穩定"
#: src/addons/migrator.php:559
msgid "recommended"
msgstr "推薦"
#: src/addons/migrator.php:559
msgid "%s bytes"
msgstr "%s 位元組"
#: src/addons/migrator.php:558
msgid "faster (possibility for slow PHP installs)"
msgstr ""
#: src/addons/migrator.php:558, src/addons/migrator.php:560
msgid "%s bits"
msgstr ""
#: src/addons/migrator.php:556
msgid "Encryption key size:"
msgstr ""
#: src/addons/migrator.php:554
msgid "Enter your chosen name"
msgstr ""
#: src/addons/migrator.php:553
msgid "Create a key: give this key a unique name (e.g. indicate the site it is for), then press \"Create key\":"
msgstr ""
#: src/methods/googledrive.php:767
msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
msgstr ""
#: src/methods/ftp.php:466
msgid "This is sometimes caused by a firewall - try turning off SSL in the expert settings, and testing again."
msgstr ""
#: src/methods/ftp.php:438
msgid "login"
msgstr "登入"
#: src/addons/reporting.php:549, src/addons/reporting.php:549,
#: src/addons/reporting.php:551, src/methods/email.php:114
msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
msgstr ""
#: src/class-updraftplus.php:2049
msgid "Size: %s MB"
msgstr "大小:%s MB"
#: src/class-updraftplus.php:5178, src/restorer.php:1882
msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:104
msgid "(tap on an icon to select or unselect)"
msgstr ""
#: src/methods/updraftvault.php:499, src/methods/updraftvault.php:504,
#: src/methods/updraftvault.php:505, src/methods/updraftvault.php:506
msgid "%s per year"
msgstr ""
#: src/methods/updraftvault.php:497
msgid "or (annual discount)"
msgstr ""
#: src/methods/updraftvault.php:336
msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
msgstr ""
#: src/class-updraftplus.php:663, src/class-updraftplus.php:745
msgid "The given file was not found, or could not be read."
msgstr ""
#: src/class-updraftplus.php:3660, src/class-updraftplus.php:3772
msgid "The backup was aborted by the user"
msgstr "備份已被使用者中止"
#: src/admin.php:5667
msgid "Your settings have been saved."
msgstr "您的設置已經保存。"
#: src/admin.php:4515
msgid "Total backup size:"
msgstr ""
#: src/admin.php:3878
msgid "stop"
msgstr "停止"
#: src/admin.php:1028, src/admin.php:3664
msgid "The backup has finished running"
msgstr "備份已執行完成"
#: src/templates/wp-admin/advanced/tools-menu.php:36,
#: src/templates/wp-admin/advanced/wipe-settings.php:5,
#: src/templates/wp-admin/advanced/wipe-settings.php:10
msgid "Wipe settings"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:120
msgid "reset"
msgstr "重設"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:14
msgid "these backup sets"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:11
msgid "this backup set"
msgstr ""
#: src/includes/class-filesystem-functions.php:112
msgid "calculate"
msgstr "計算"
#: src/admin.php:1001
msgid "You should save your changes to ensure that they are used for making your backup."
msgstr ""
#: src/admin.php:994
msgid "We requested to delete the file, but could not understand the server's response"
msgstr ""
#: src/admin.php:993
msgid "Please enter a valid URL"
msgstr "請輸入一個有效的網址"
#: src/admin.php:976
msgid "Saving..."
msgstr "儲存中..."
#: src/admin.php:934
msgid "Error: the server sent us a response which we did not understand."
msgstr ""
#: src/admin.php:926
msgid "Fetching..."
msgstr ""
#: src/addons/s3-enhanced.php:431
msgid "Asia Pacific (Seoul)"
msgstr ""
#: src/restorer.php:3057
msgid "Uploads URL:"
msgstr ""
#: src/addons/onedrive.php:91
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
msgstr ""
#: src/class-updraftplus.php:5232, src/restorer.php:3075
msgid "To import an ordinary WordPress site into a multisite installation requires %s."
msgstr ""
#: src/class-updraftplus.php:5228
msgid "Please read this link for important information on this process."
msgstr ""
#: src/class-updraftplus.php:5228
msgid "It will be imported as a new site."
msgstr ""
#: src/admin.php:3294, src/templates/wp-admin/notices/autobackup-notice.php:18,
#: src/templates/wp-admin/notices/autobackup-notice.php:16,
#: src/templates/wp-admin/notices/horizontal-notice.php:50,
#: src/templates/wp-admin/notices/horizontal-notice.php:48
msgid "Dismiss"
msgstr "屏蔽"
#: src/admin.php:1014
msgid "Please fill in the required information."
msgstr ""
#: src/addons/multisite.php:691
msgid "Read more..."
msgstr ""
#: src/addons/multisite.php:682
msgid "may include some site-wide data"
msgstr ""
#: src/addons/multisite.php:677
msgid "All sites"
msgstr ""
#: src/addons/multisite.php:673
msgid "Which site to restore"
msgstr ""
#: src/addons/migrator.php:434, src/addons/migrator.php:435
msgid "Error when creating new site at your chosen address:"
msgstr ""
#: src/addons/migrator.php:378
msgid "Required information for restoring this backup was not given (%s)"
msgstr ""
#: src/addons/migrator.php:339
msgid "Attribute imported content to user"
msgstr ""
#: src/addons/migrator.php:331, src/addons/migrator.php:329
msgid "You must use lower-case letters or numbers for the site path, only."
msgstr ""
#: src/addons/migrator.php:317
msgid "This feature is not compatible with %s"
msgstr ""
#: src/addons/migrator.php:317, src/addons/migrator.php:315
msgid "Importing a single site into a multisite install"
msgstr ""
#: src/addons/migrator.php:307
msgid "other content from wp-content"
msgstr ""
#: src/addons/migrator.php:304
msgid "WordPress core"
msgstr ""
#: src/addons/migrator.php:304, src/addons/migrator.php:307,
#: src/addons/migrator.php:310
msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:118
msgid "Call WordPress action:"
msgstr "呼叫WordPress操作:"
#: src/templates/wp-admin/settings/backupnow-modal.php:45
msgid "Your saved settings also affect what is backed up - e.g. files excluded."
msgstr ""
#: src/restorer.php:522
msgid "Skipping: this archive was already restored."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:141
msgid "File Options"
msgstr "檔案選項"
#: src/templates/wp-admin/settings/form-contents.php:94
msgid "Sending Your Backup To Remote Storage"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:58
msgid "Database backup schedule"
msgstr "數據庫備份排程"
#: src/templates/wp-admin/settings/form-contents.php:22
msgid "Files backup schedule"
msgstr "檔案備份排程"
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
msgstr ""
#: src/admin.php:5537
msgid "Send this backup to remote storage"
msgstr ""
#: src/admin.php:5530
msgid "Check out UpdraftVault."
msgstr ""
#: src/admin.php:5530
msgid "Not got any remote storage?"
msgstr ""
#: src/admin.php:5530
msgid "settings"
msgstr "設定"
#: src/admin.php:5530
msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
msgstr ""
#: src/admin.php:1085, src/templates/wp-admin/settings/backupnow-modal.php:40
msgid "Include your files in the backup"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:26
msgid "Include your database in the backup"
msgstr ""
#: src/admin.php:3293
msgid "Continue restoration"
msgstr "繼續還原"
#: src/admin.php:3287
msgid "You have an unfinished restoration operation, begun %s ago."
msgstr ""
#: src/admin.php:3286
msgid "Unfinished restoration"
msgstr "未完成的還原"
#: src/admin.php:3283
msgid "%s minutes, %s seconds"
msgstr "%s 分鐘,%s秒"
#: src/admin.php:3111
msgid "Backup Contents And Schedule"
msgstr ""
#: src/admin.php:3214
msgid "Premium / Extensions"
msgstr "進階版 / 擴充元件"
#: src/admin.php:5027, src/admin.php:5018
msgid "Sufficient information about the in-progress restoration operation could not be found."
msgstr ""
#: src/admin.php:999, src/addons/morefiles.php:86
msgctxt "(verb)"
msgid "Download"
msgstr "下載"
#: src/admin.php:918
msgid "You have chosen to backup files, but no file entities have been selected"
msgstr ""
#: src/admin.php:772
msgid "Extensions"
msgstr "擴展功能"
#: src/admin.php:764, src/admin.php:3213
msgid "Advanced Tools"
msgstr "高級工具"
#: src/addons/googlecloud.php:1314
msgid "Bucket location"
msgstr ""
#: src/addons/googlecloud.php:1313
msgid "Note that Google do not support every storage class in every location - you should read their documentation to learn about current availability."
msgstr ""
#: src/addons/googlecloud.php:1313, src/addons/googlecloud.php:1316
msgid "This setting applies only when a new bucket is being created."
msgstr ""
#: src/addons/googlecloud.php:1307
msgid "You must use a bucket name that is unique, for all %s users."
msgstr ""
#: src/addons/googlecloud.php:1295
msgid "Do not confuse %s with %s - they are separate things."
msgstr ""
#: src/addons/googlecloud.php:362
msgid "You do not have access to this bucket"
msgstr ""
#: src/addons/googlecloud.php:60, src/addons/googlecloud.php:61,
#: src/addons/googlecloud.php:62
msgid "Western Europe"
msgstr ""
#: src/addons/googlecloud.php:56
msgid "Eastern Asia-Pacific"
msgstr ""
#: src/addons/googlecloud.php:55
msgid "Western United States"
msgstr ""
#: src/addons/googlecloud.php:53, src/addons/googlecloud.php:54
msgid "Eastern United States"
msgstr ""
#: src/addons/googlecloud.php:52
msgid "Central United States"
msgstr ""
#: src/addons/googlecloud.php:51
msgid "European Union"
msgstr ""
#: src/addons/googlecloud.php:50
msgid "Asia Pacific"
msgstr ""
#: src/addons/googlecloud.php:49, src/addons/googlecloud.php:50,
#: src/addons/googlecloud.php:51
msgid "multi-region location"
msgstr ""
#: src/addons/googlecloud.php:49
msgid "United States"
msgstr ""
#: src/addons/googlecloud.php:45
msgid "Nearline"
msgstr ""
#: src/addons/googlecloud.php:44
msgid "Durable reduced availability"
msgstr ""
#: src/addons/googlecloud.php:43, src/addons/s3-enhanced.php:75
msgid "Standard"
msgstr ""
#: src/addons/azure.php:700
msgid "container"
msgstr ""
#: src/addons/azure.php:700
msgid "You can enter the path of any %s virtual folder you wish to use here."
msgstr ""
#: src/addons/azure.php:699
msgid "optional"
msgstr ""
#: src/addons/azure.php:698
msgid "See Microsoft's guidelines on container naming by following this link."
msgstr ""
#: src/addons/azure.php:697
msgid "Enter the path of the %s you wish to use here."
msgstr ""
#: src/addons/azure.php:693
msgid "This is not your Azure login - see the instructions if needing more guidance."
msgstr ""
#: src/addons/azure.php:692, src/addons/azure.php:694,
#: src/addons/azure.php:696, src/addons/azure.php:699
msgid "Azure"
msgstr ""
#: src/addons/azure.php:690, src/methods/dreamobjects.php:186
msgid "Create Azure credentials in your Azure developer console."
msgstr ""
#: src/addons/azure.php:593
msgid "Could not create the container"
msgstr ""
#: src/addons/azure.php:447
msgid "Could not access container"
msgstr ""
#: src/class-updraftplus.php:3679
msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
msgstr ""
#: src/backup.php:1901
msgid "the options table was not found"
msgstr ""
#: src/backup.php:1899
msgid "no options or sitemeta table was found"
msgstr ""
#: src/backup.php:1657
msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:74
msgid "required for some remote storage providers"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:74
msgid "Not installed"
msgstr "Not installed"
#: src/addons/googlecloud.php:1310, src/addons/s3-enhanced.php:71
msgid "Storage class"
msgstr ""
#: src/addons/googlecloud.php:1309
msgid "See Google's guidelines on bucket naming by following this link."
msgstr ""
#: src/addons/googlecloud.php:1308
msgid "Enter the name of the %s bucket you wish to use here."
msgstr ""
#: src/addons/googlecloud.php:1306
msgid "Bucket"
msgstr ""
#: src/addons/googlecloud.php:1304
msgid "Otherwise, you can leave it blank."
msgstr ""
#: src/addons/googlecloud.php:1304
msgid "N.B. This is only needed if you have not already created the bucket, and you wish UpdraftPlus to create it for you."
msgstr ""
#: src/addons/googlecloud.php:1303
msgid "Enter the ID of the %s project you wish to use here."
msgstr ""
#: src/addons/googlecloud.php:1289
msgid "Follow this link to your Google API Console, and there activate the Storage API and create a Client ID in the API Access section."
msgstr ""
#: src/addons/googlecloud.php:1105
msgid "You must enter a project ID in order to be able to create a new bucket."
msgstr ""
#: src/addons/googlecloud.php:1302
msgid "Project ID"
msgstr ""
#: src/addons/googlecloud.php:949
msgid "You must save and authenticate before you can test your settings."
msgstr ""
#: src/addons/googlecloud.php:693
msgid "Have not yet obtained an access token from Google - you need to authorize or re-authorize your connection to Google Cloud."
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:386,
#: src/addons/googlecloud.php:1094, src/addons/googlecloud.php:1144
msgid "You do not have access to this bucket."
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:362,
#: src/addons/googlecloud.php:375, src/addons/googlecloud.php:373,
#: src/addons/googlecloud.php:386, src/addons/googlecloud.php:904,
#: src/addons/googlecloud.php:1094, src/addons/googlecloud.php:1146,
#: src/addons/googlecloud.php:1144, src/addons/googlecloud.php:1284,
#: src/addons/googlecloud.php:1284, src/addons/googlecloud.php:1298,
#: src/addons/googlecloud.php:1300, src/addons/googlecloud.php:1307
msgid "Google Cloud"
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:362,
#: src/addons/googlecloud.php:386, src/addons/googlecloud.php:1094,
#: src/addons/googlecloud.php:1146, src/addons/googlecloud.php:1144
msgid "%s Service Exception."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "or to configure more complex schedules"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:11,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:14
msgid "Are you sure that you wish to remove %s from UpdraftPlus?"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:169
msgid "Deselect"
msgstr "取消選擇"
#: src/addons/moredatabase.php:459, src/addons/morefiles.php:901,
#: src/templates/wp-admin/settings/existing-backups-table.php:168
msgid "Select all"
msgstr "全選"
#: src/templates/wp-admin/settings/existing-backups-table.php:166
msgid "Actions upon selected backups"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:56,
#: src/templates/wp-admin/settings/tab-backups.php:60
msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
msgstr ""
#: src/admin.php:2230
msgid "Backup sets removed:"
msgstr ""
#: src/admin.php:1012
msgid "Processing..."
msgstr "處理中..."
#: src/admin.php:1010
msgid "For backups older than"
msgstr "備份舊過"
#: src/admin.php:1009
msgid "week(s)"
msgstr "星期"
#: src/admin.php:1008
msgid "hour(s)"
msgstr "小時"
#: src/admin.php:1007
msgid "day(s)"
msgstr "日"
#: src/admin.php:1006
msgid "in the month"
msgstr ""
#: src/admin.php:1005
msgid "day"
msgstr "天"
#: src/addons/morestorage.php:32
msgid "(as many as you like)"
msgstr ""
#: src/addons/fixtime.php:305, src/addons/fixtime.php:310
msgid "Add an additional retention rule..."
msgstr ""
#: src/restorer.php:4035
msgid "This database needs to be deployed on MySQL version %s or later."
msgstr ""
#: src/restorer.php:4035
msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
msgstr ""
#: src/methods/updraftvault.php:922
msgid "You do not currently have any UpdraftVault quota"
msgstr ""
#: src/class-updraftplus.php:5309
msgid "You must upgrade MySQL to be able to use this database."
msgstr "你必須升級MySQL以使用此數據庫。"
#: src/class-updraftplus.php:5309
msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
msgstr ""
#: src/methods/updraftvault.php:526, src/methods/updraftvault.php:527
msgid "Don't know your email address, or forgotten your password?"
msgstr ""
#: src/methods/updraftvault.php:519
msgid "Enter your UpdraftPlus.Com email / password here to connect:"
msgstr ""
#: src/methods/updraftvault.php:487
msgid "Read the %s FAQs here."
msgstr ""
#: src/addons/s3-enhanced.php:82
msgid "Check this box to use Amazon's server-side encryption"
msgstr ""
#: src/addons/s3-enhanced.php:79
msgid "Server-side encryption"
msgstr ""
#: src/methods/updraftvault.php:930
msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
msgstr ""
#: src/admin.php:1456
msgid "%s has been chosen for remote storage, but you are not currently connected."
msgstr ""
#: src/methods/updraftvault.php:518
msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
msgstr "使用信用卡或 Paypal 時,接受以美金、歐元或是英鎊作為貨幣單位。"
#: src/admin.php:982
msgid "Update quota count"
msgstr "上傳限額"
#: src/admin.php:981
msgid "Counting..."
msgstr "統計中..."
#: src/admin.php:980
msgid "Disconnecting..."
msgstr "中斷連線中..."
#: src/admin.php:978
msgid "Connecting..."
msgstr "連線中..."
#: src/methods/updraftvault.php:652, src/methods/updraftvault.php:755
msgid "Refresh current status"
msgstr "更新使用狀態"
#: src/methods/updraftvault.php:650, src/methods/updraftvault.php:667,
#: src/methods/updraftvault.php:669, src/methods/updraftvault.php:755
msgid "Get more quota"
msgstr "取得更多額度"
#: src/methods/updraftvault.php:647, src/methods/updraftvault.php:664,
#: src/methods/updraftvault.php:719
msgid "Current use:"
msgstr "現已使用:"
#: src/methods/updraftvault.php:632
msgid "You can get more quota here"
msgstr "你可以在此取得更多的使用額度"
#: src/methods/updraftvault.php:632
msgid "Error: you have insufficient storage quota available (%s) to upload this archive (%s) (%s)."
msgstr ""
#: src/admin.php:979, src/methods/updraftvault.php:533,
#: src/methods/updraftvault.php:615
msgid "Disconnect"
msgstr "中斷連線"
#: src/methods/updraftvault.php:532, src/methods/updraftvault.php:601
msgid "Quota:"
msgstr "引言:"
#: src/methods/updraftvault.php:531, src/methods/updraftvault.php:599
msgid "Vault owner"
msgstr "Vault 擁有人"
#: src/methods/updraftvault.php:530, src/methods/updraftvault.php:599
msgid "Well done - there's nothing more needed to set up."
msgstr "做得好 - 已經沒有東西需要設定了"
#: src/methods/updraftvault.php:530, src/methods/updraftvault.php:599
msgid "This site is connected to UpdraftVault."
msgstr ""
#: src/methods/updraftvault.php:534, src/methods/updraftvault.php:595
msgid "You are not connected to UpdraftVault."
msgstr ""
#: src/methods/updraftvault.php:529
msgid "Go here for help"
msgstr "到這裡尋求協助"
#: src/methods/updraftvault.php:515,
#: src/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php:4
msgid "Back..."
msgstr "返回..."
#: src/methods/updraftvault.php:518
msgid "Subscriptions can be cancelled at any time."
msgstr "可以隨時隨地取消訂閱"
#: src/methods/updraftvault.php:500, src/methods/updraftvault.php:501,
#: src/methods/updraftvault.php:502
msgid "%s per quarter"
msgstr ""
#: src/methods/updraftvault.php:485
msgid "UpdraftVault is built on top of Amazon's world-leading data-centres, with redundant data storage to achieve 99.999999999% reliability."
msgstr ""
#: src/methods/updraftvault.php:481
msgid "Show the options"
msgstr "顯示選項"
#: src/methods/updraftvault.php:479, src/methods/updraftvault.php:490
msgid "Press a button to get started."
msgstr "按下按鈕以開始"
#: src/methods/updraftvault.php:479, src/methods/updraftvault.php:490
msgid "UpdraftVault brings you storage that is reliable, easy to use and a great price."
msgstr ""
#: src/methods/updraftvault.php:155
msgid "Updraft Vault"
msgstr "更新 Vault"
#: src/addons/azure.php:477, src/addons/backblaze.php:611,
#: src/addons/googlecloud.php:1034, src/methods/s3.php:1468
msgid "Delete failed:"
msgstr "刪除失敗:"
#: src/backup.php:4383
msgid "The zip engine returned the message: %s."
msgstr "壓縮引擎回傳了以下的訊息:%s"
#: src/addons/s3-enhanced.php:456, src/addons/s3-enhanced.php:458
msgid "Without this permission, UpdraftPlus cannot delete backups - you should also set your 'retain' settings very high to prevent seeing deletion errors."
msgstr ""
#: src/addons/s3-enhanced.php:456, src/addons/s3-enhanced.php:456
msgid "Allow deletion"
msgstr ""
#: src/addons/s3-enhanced.php:452, src/addons/s3-enhanced.php:454
msgid "Without this permission, you cannot directly download or restore using UpdraftPlus, and will instead need to visit the AWS website."
msgstr ""
#: src/addons/s3-enhanced.php:452, src/addons/s3-enhanced.php:452
msgid "Allow download"
msgstr ""
#: src/includes/class-remote-send.php:429
msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
msgstr ""
#: src/admin.php:988, src/includes/class-remote-send.php:411
msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
msgstr "請確定你連得上遠端網站、並未被防火牆擋住、啟用 UpdraftPlus %s 或以上的版本而且各項欄位都已正確輸入。"
#: src/includes/class-remote-send.php:693
msgid "Existing keys"
msgstr ""
#: src/addons/migrator.php:568
msgid "Your new key:"
msgstr ""
#: src/includes/class-remote-send.php:555
msgid "Key created successfully."
msgstr ""
#: src/includes/class-remote-send.php:538
msgid "A key with this name already exists; you must use a unique name."
msgstr ""
#: src/includes/class-remote-send.php:463
msgid "Also send this backup to the active remote storage locations"
msgstr ""
#: src/includes/class-remote-send.php:359
msgid "site not found"
msgstr ""
#: src/includes/class-remote-send.php:326
msgid "Backup data will be sent to:"
msgstr ""
#: src/addons/migrator.php:207
msgid "Restore an existing backup set onto this site"
msgstr ""
#: src/addons/migrator.php:213
msgid "This site has no backups to restore from yet."
msgstr ""
#: src/addons/reporting.php:197
msgid "Backup made by %s"
msgstr ""
#: src/methods/addon-base-v2.php:222
msgid "This storage method does not allow downloading"
msgstr ""
#: src/admin.php:4657
msgid "(backup set imported from remote location)"
msgstr "(已從遠端匯入備份)"
#: src/addons/wp-cli.php:379,
#: src/templates/wp-admin/settings/existing-backups-table.php:105
msgid "Site"
msgstr "站點"
#: src/addons/wp-cli.php:377,
#: src/templates/wp-admin/settings/existing-backups-table.php:104
msgid "Backup sent to remote site - not available for download."
msgstr ""
#: src/includes/class-wpadmin-commands.php:134
msgid "You should make sure that this really is a backup set intended for use on this website, before you restore (rather than a backup set of an unrelated website)."
msgstr ""
#: src/includes/class-wpadmin-commands.php:134
msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
msgstr ""
#: src/admin.php:995, src/includes/class-remote-send.php:441
msgid "Testing connection..."
msgstr "測試連線中..."
#: src/admin.php:992,
#: src/templates/wp-admin/settings/existing-backups-table.php:173
msgid "Deleting..."
msgstr "刪除中..."
#: src/admin.php:991
msgid "key name"
msgstr ""
#: src/admin.php:989
msgid "Please give this key a name (e.g. indicate the site it is for):"
msgstr ""
#: src/admin.php:986
msgid "Creating..."
msgstr "建立中…"
#: src/addons/migrator.php:549
msgid "Receive a backup from a remote site"
msgstr ""
#: src/addons/migrator.php:541
msgid "Paste key here"
msgstr ""
#: src/addons/migrator.php:537
msgid "How do I get a site's key?"
msgstr ""
#: src/addons/migrator.php:537
msgid "To add a site as a destination for sending to, enter that site's key below."
msgstr ""
#: src/admin.php:1155, src/addons/migrator.php:529
msgid "Send a backup to another site"
msgstr ""
#: src/admin.php:996, src/includes/class-commands.php:964,
#: src/includes/class-remote-send.php:476,
#: src/includes/class-remote-send.php:662
msgid "Send"
msgstr "傳送"
#: src/admin.php:987, src/includes/class-remote-send.php:656
msgid "Send to site:"
msgstr "傳送到網站:"
#: src/includes/class-remote-send.php:654
msgid "No receiving sites have yet been added."
msgstr ""
#: src/includes/class-remote-send.php:632
msgid "It is for sending backups to the following site: "
msgstr ""
#: src/includes/class-remote-send.php:632
msgid "The key was successfully added."
msgstr ""
#: src/includes/class-remote-send.php:608
msgid "The entered key does not belong to a remote site (it belongs to this one)."
msgstr ""
#: src/includes/class-remote-send.php:603,
#: src/includes/class-remote-send.php:599,
#: src/includes/class-remote-send.php:597
msgid "The entered key was corrupt - please try again."
msgstr ""
#: src/includes/class-remote-send.php:595
msgid "The entered key was the wrong length - please try again."
msgstr ""
#: src/includes/class-remote-send.php:580
msgid "key"
msgstr ""
#: src/methods/ftp.php:129
msgid "Almost all FTP servers will want passive mode; but if you need active mode, then uncheck this."
msgstr ""
#: src/methods/ftp.php:128
msgid "Passive mode"
msgstr "被動模式"
#: src/methods/ftp.php:126
msgid "Remote path"
msgstr "遠端路徑"
#: src/methods/ftp.php:124
msgid "FTP password"
msgstr "FTP密碼"
#: src/methods/ftp.php:123
msgid "FTP login"
msgstr "FTP登入"
#: src/methods/ftp.php:122
msgid "FTP server"
msgstr "FTP伺服器"
#: src/addons/migrator.php:171
msgid "The UpdraftPlus Migrator modifies the restoration operation appropriately, to fit the backup data to the new site."
msgstr ""
#: src/addons/migrator.php:171
msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
msgstr ""
#: src/admin.php:984, src/addons/migrator.php:541
msgid "Add site"
msgstr "增加網站"
#: src/admin.php:983
msgid "Adding..."
msgstr ""
#: src/udaddons/options.php:336
msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
msgstr ""
#: src/restorer.php:4037
msgid "To use this backup, your database server needs to support the %s character set."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1089
msgid "go here to change your password on updraftplus.com."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1089
msgid "If you have forgotten your password "
msgstr ""
#: src/udaddons/updraftplus-addons.php:1088
msgid "Go here to re-enter your password."
msgstr ""
#: src/addons/migrator.php:248
msgid "After pressing this button, you will be given the option to choose which components you wish to migrate"
msgstr ""
#: src/admin.php:975, src/admin.php:1001, src/admin.php:1002
msgid "You have made changes to your settings, and not saved."
msgstr ""
#: src/addons/onedrive.php:1322
msgid "N.B. %s is not case-sensitive."
msgstr ""
#: src/addons/onedrive.php:1318
msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
msgstr ""
#: src/addons/googlecloud.php:1288, src/includes/class-remote-send.php:429,
#: src/methods/googledrive.php:1494
msgid "For longer help, including screenshots, follow this link."
msgstr ""
#: src/addons/onedrive.php:1313
msgid "Create OneDrive credentials in your OneDrive developer console."
msgstr ""
#: src/addons/onedrive.php:1316
msgid "You must add the following as the authorized redirect URI in your OneDrive console (under \"API Settings\") when asked"
msgstr ""
#: src/addons/onedrive.php:1189, src/addons/onedrive.php:1187
msgid "authorization failed:"
msgstr ""
#: src/addons/onedrive.php:1013, src/addons/onedrive.php:1317,
#: src/addons/onedrive.php:1319
msgid "OneDrive"
msgstr ""
#: src/addons/onedrive.php:784
msgid "Please re-authorize the connection to your %s account."
msgstr ""
#: src/methods/email.php:110
msgid "configure it here"
msgstr "在這裏設定"
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895
msgid "To remove the block, please go here."
msgstr ""
#: src/addons/s3-enhanced.php:538
msgid "Do remember to save your settings."
msgstr ""
#: src/addons/s3-enhanced.php:538
msgid "You are now using a IAM user account to access your bucket."
msgstr ""
#: src/addons/s3-enhanced.php:450
msgid "S3 bucket"
msgstr ""
#: src/addons/s3-enhanced.php:440
msgid "China (Beijing) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:438
msgid "South America (São Paulo)"
msgstr ""
#: src/addons/s3-enhanced.php:435
msgid "Asia Pacific (Tokyo)"
msgstr ""
#: src/addons/s3-enhanced.php:433
msgid "Asia Pacific (Sydney)"
msgstr ""
#: src/addons/s3-enhanced.php:432
msgid "Asia Pacific (Singapore)"
msgstr ""
#: src/addons/s3-enhanced.php:421
msgid "US Government West (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:420
msgid "US West (N. California)"
msgstr ""
#: src/addons/s3-enhanced.php:419
msgid "US West (Oregon)"
msgstr ""
#: src/addons/s3-enhanced.php:413
msgid "S3 storage region"
msgstr ""
#: src/addons/s3-enhanced.php:411
msgid "New IAM username"
msgstr ""
#: src/addons/s3-enhanced.php:410
msgid "Admin secret key"
msgstr ""
#: src/addons/s3-enhanced.php:409
msgid "Admin access key"
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "Then, these lower-powered access credentials can be used, instead of storing your administrative keys."
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "These will be used to create a new user and key pair with an IAM policy attached which will only allow it to access the indicated bucket."
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "Enter your administrative Amazon S3 access/secret keys (this needs to be a key pair with enough rights to create new users and buckets), and a new (unique) username for the new user and a bucket name."
msgstr ""
#: src/addons/s3-enhanced.php:488
msgid "Create new IAM user and S3 bucket"
msgstr ""
#: src/addons/s3-enhanced.php:388
msgid "Secret Key: %s"
msgstr ""
#: src/addons/s3-enhanced.php:388
msgid "Access Key: %s"
msgstr ""
#: src/addons/s3-enhanced.php:378
msgid "Failed to apply User Policy"
msgstr ""
#: src/addons/s3-enhanced.php:315, src/addons/s3-enhanced.php:319
msgid "Operation to create user Access Key failed"
msgstr ""
#: src/addons/s3-enhanced.php:296, src/addons/s3-enhanced.php:306
msgid "IAM operation failed (%s)"
msgstr ""
#: src/addons/s3-enhanced.php:302
msgid "Conflict: that user already exists"
msgstr ""
#: src/addons/s3-enhanced.php:240
msgid "AWS authentication failed"
msgstr ""
#: src/addons/s3-enhanced.php:233
msgid "Cannot create new AWS user, since an unknown AWS toolkit is being used."
msgstr ""
#: src/addons/s3-enhanced.php:204
msgid "You need to enter a bucket"
msgstr ""
#: src/addons/s3-enhanced.php:200
msgid "You need to enter a new IAM username"
msgstr ""
#: src/addons/s3-enhanced.php:196
msgid "You need to enter an admin secret key"
msgstr ""
#: src/addons/s3-enhanced.php:192
msgid "You need to enter an admin access key"
msgstr ""
#: src/addons/s3-enhanced.php:70
msgid "If you have an AWS admin user, then you can use this wizard to quickly create a new AWS (IAM) user with access to only this bucket (rather than your whole account)"
msgstr ""
#: src/addons/s3-enhanced.php:69, src/methods/s3.php:1031
msgid "To create a new IAM sub-user and access key that has access only to this bucket, upgrade to Premium."
msgstr ""
#: src/addons/onedrive.php:754, src/addons/onedrive.php:777,
#: src/includes/updraftplus-login.php:55, src/methods/updraftvault.php:895,
#: src/udaddons/updraftplus-addons.php:1040,
#: src/udaddons/updraftplus-addons.php:1053
msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
msgstr ""
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895, src/udaddons/updraftplus-addons.php:1053
msgid "It appears that your web server's IP Address (%s) is blocked."
msgstr ""
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895, src/udaddons/updraftplus-addons.php:1053
msgid "UpdraftPlus.com has responded with 'Access Denied'."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:40
msgid "Premium WooCommerce plugins"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:40
msgid "Free two-factor security plugin"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:39
msgid "More quality plugins"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:18,
#: src/templates/wp-admin/settings/tab-addons.php:72
msgid "UpdraftPlus Premium"
msgstr "UpdraftPlus 進階版"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:2,
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:43
msgid "Dismiss (for %s months)"
msgstr ""
#: src/addons/fixtime.php:447
msgid "(at same time as files backup)"
msgstr ""
#: src/admin.php:4190
msgid "No backup has been completed"
msgstr ""
#: src/templates/wp-admin/settings/header.php:21
msgid "Newsletter sign-up"
msgstr ""
#: src/includes/updraftplus-notices.php:156
msgid "Follow this link to sign up for the UpdraftPlus newsletter."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:165,
#: src/templates/wp-admin/settings/tab-addons.php:166
msgid "Backup non-WordPress files and databases"
msgstr "備份WordPress檔案和數據庫"
#: src/templates/wp-admin/settings/tab-addons.php:27
msgid "Ask a pre-sales question"
msgstr "詢問售前問題"
#: src/templates/wp-admin/settings/tab-addons.php:26
msgid "Pre-sales FAQs"
msgstr "售前常見問答集"
#: src/templates/wp-admin/settings/tab-addons.php:25
msgid "Full feature list"
msgstr "完整功能清單"
#: src/addons/autobackup.php:1188
msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
msgstr ""
#: src/methods/s3.php:186, src/methods/s3.php:198
msgid "%s Error: Failed to initialise"
msgstr "%s 錯誤:初始化失敗"
#: src/templates/wp-admin/settings/form-contents.php:191
msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - or - Select Files"
msgid "or"
msgstr "或"
#: src/addons/sftp.php:618
msgctxt "Do not translate BEGIN RSA PRIVATE KEY. PCKS1, XML, PEM and PuTTY are also technical acronyms which should not be translated."
msgid "PKCS1 (PEM header: BEGIN RSA PRIVATE KEY), XML and PuTTY format keys are accepted."
msgstr ""
#: src/methods/openstack2.php:125
msgctxt "\"tenant\" is a term used with OpenStack storage - Google for \"OpenStack tenant\" to get more help on its meaning"
msgid "tenant"
msgstr ""
#: src/methods/openstack2.php:248
msgctxt "Keystone and swauth are technical terms which cannot be translated"
msgid "This needs to be a v2 (Keystone) authentication URI; v1 (Swauth) is not supported."
msgstr "這需要使用 v2 (Keystone) 認證方式; 現時未有支援 v1 (Swauth) 認證方式"
#: src/templates/wp-admin/settings/form-contents.php:274,
#: src/templates/wp-admin/settings/form-contents.php:277
msgid "your site's admin address"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:274
msgid "Check this box to have a basic report sent to"
msgstr "勾選此選項,每次工作完成後將會把簡述報告寄送給你"
#: src/admin.php:4220
msgctxt "i.e. Non-automatic"
msgid "Manual"
msgstr "手動"
#: src/restorer.php:3990
msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
msgid "An error (%s) occurred:"
msgstr "發生錯誤 (%s):"
#: src/addons/lockadmin.php:198
msgid "Change Lock Settings"
msgstr ""
#: src/addons/morefiles.php:293
msgid "Any other file/directory on your server that you wish to backup"
msgstr ""
#: src/admin.php:3010
msgid "For even more features and personal support, check out "
msgstr "如果需要更多功能和個人支援, 留意這裡"
#: src/addons/moredatabase.php:61
msgid "Database decryption phrase"
msgstr ""
#: src/admin.php:974, src/addons/autobackup.php:161,
#: src/addons/autobackup.php:1131
msgid "Automatic backup before update"
msgstr "升級前自動備份"
#: src/addons/autobackup.php:126
msgid "WordPress core (only)"
msgstr ""
#: src/addons/lockadmin.php:250
msgid "For unlocking support, please contact whoever manages UpdraftPlus for you."
msgstr ""
#: src/addons/lockadmin.php:241
msgid "To access the UpdraftPlus settings, please enter your unlock password"
msgstr ""
#: src/addons/lockadmin.php:238
msgid "Password incorrect"
msgstr ""
#: src/addons/lockadmin.php:226, src/addons/lockadmin.php:232
msgid "Unlock"
msgstr ""
#: src/addons/lockadmin.php:196
msgid "Otherwise, the default link will be shown."
msgstr ""
#: src/addons/lockadmin.php:196
msgid "Anyone seeing the lock screen will be shown this URL for support - enter a website address or an email address."
msgstr ""
#: src/addons/lockadmin.php:196
msgid "Support URL"
msgstr ""
#: src/addons/lockadmin.php:194
msgid "Require password again after"
msgstr ""
#: src/addons/lockadmin.php:185, src/addons/lockadmin.php:186
msgid "%s weeks"
msgstr ""
#: src/addons/lockadmin.php:184
msgid "1 week"
msgstr ""
#: src/addons/lockadmin.php:182, src/addons/lockadmin.php:183
msgid "%s hours"
msgstr ""
#: src/addons/lockadmin.php:181
msgid "1 hour"
msgstr ""
#: src/addons/lockadmin.php:170
msgid "Please make sure that you have made a note of the password!"
msgstr ""
#: src/addons/lockadmin.php:163,
#: src/templates/wp-admin/advanced/lock-admin.php:8
msgid "Lock access to the UpdraftPlus settings page"
msgstr ""
#: src/addons/lockadmin.php:136
msgid "The admin password has been changed."
msgstr ""
#: src/addons/lockadmin.php:134
msgid "An admin password has been set."
msgstr ""
#: src/addons/lockadmin.php:132
msgid "The admin password has now been removed."
msgstr ""
#: src/addons/morefiles.php:156
msgid "(learn more about this significant option)"
msgstr ""
#: src/udaddons/options.php:271
msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
msgstr ""
#: src/admin.php:3664, src/admin.php:4758
msgid "View Log"
msgstr "檢視記錄"
#: src/templates/wp-admin/settings/existing-backups-table.php:18,
#: src/templates/wp-admin/settings/existing-backups-table.php:100
msgid "Backup data (click to download)"
msgstr "備份資料 (點擊下載)"
#: src/templates/wp-admin/settings/existing-backups-table.php:17,
#: src/templates/wp-admin/settings/existing-backups-table.php:67
msgid "Backup date"
msgstr "備份時間"
#: src/templates/wp-admin/settings/form-contents.php:42,
#: src/templates/wp-admin/settings/form-contents.php:76
msgid "and retain this many scheduled backups"
msgstr "和保留這個數量的排程備份"
#: src/admin.php:4160
msgid "incremental backup; base backup: %s"
msgstr "增量備份; 基層備份: %s"
#: src/templates/wp-admin/advanced/lock-admin.php:19
msgid "For the ability to lock access to UpdraftPlus settings with a password, upgrade to UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:69,
#: src/templates/wp-admin/settings/tab-backups.php:71
msgid "Upload files into UpdraftPlus."
msgstr "把檔案上傳到UpdraftPlus。"
#: src/admin.php:1366, src/includes/class-commands.php:505,
#: src/templates/wp-admin/settings/take-backup.php:13
msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
msgstr "未能進行 \"立即備份\", 這可能是由於備份目錄為不可寫入狀態 (請前往 \"設定\" 頁檢視及修改相關的選項)"
#: src/class-updraftplus.php:5217
msgid "Backup label:"
msgstr "備份標籤:"
#: src/admin.php:2539, src/addons/backblaze.php:240
msgid "Error: unexpected file read fail"
msgstr "未預期的檔案讀取失敗"
#: src/backup.php:4389
msgid "check your log for more details."
msgstr "檢視記錄以獲取更多資訊"
#: src/backup.php:4385
msgid "A zip error occurred"
msgstr "發生 zip 錯誤"
#: src/addons/reporting.php:92
msgid "Your label for this backup (optional)"
msgstr ""
#: src/methods/updraftvault.php:933, src/udaddons/updraftplus-addons.php:1092
msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
msgstr ""
#: src/methods/updraftvault.php:930, src/udaddons/updraftplus-addons.php:1088
msgid "Your email address was valid, but your password was not recognised by UpdraftPlus.Com."
msgstr "你的電郵地址是有效的, 但密碼未能在 UpdraftPlus.Com 驗證"
#: src/methods/updraftvault.php:870, src/udaddons/updraftplus-addons.php:957
msgid "You need to supply both an email address and a password"
msgstr "你需要提供電子郵件和密碼"
#: src/class-updraftplus.php:5236
msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
msgstr ""
#: src/includes/migrator-lite.php:986
msgid "already done"
msgstr ""
#: src/includes/migrator-lite.php:946
msgid "skipped (not in list)"
msgstr ""
#: src/includes/class-search-replace.php:99,
#: src/includes/migrator-lite.php:946, src/includes/migrator-lite.php:986
msgid "Search and replacing table:"
msgstr ""
#: src/includes/migrator-lite.php:293
msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
msgstr ""
#: src/includes/migrator-lite.php:293
msgid "These tables only"
msgstr ""
#: src/includes/migrator-lite.php:292
msgid "Rows per batch"
msgstr ""
#: src/udaddons/options.php:122
msgid "You have not yet connected with your UpdraftPlus.Com account."
msgstr ""
#: src/udaddons/options.php:122, src/udaddons/options.php:120
msgid "You need to connect to receive future updates to UpdraftPlus."
msgstr ""
#: src/class-updraftplus.php:5209, src/class-updraftplus.php:5207
msgid "Any support requests to do with %s should be raised with your web hosting company."
msgstr ""
#: src/class-updraftplus.php:5207
msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc are compatible with the older %s version."
msgstr ""
#: src/class-updraftplus.php:5207
msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
msgstr ""
#: src/class-updraftplus.php:5209, src/class-updraftplus.php:5207
msgid "The site in this backup was running on a webserver with version %s of %s."
msgstr ""
#: src/includes/updraftplus-notices.php:146,
#: src/includes/updraftplus-notices.php:148
msgid "Facebook"
msgstr "Facebook"
#: src/includes/updraftplus-notices.php:144,
#: src/includes/updraftplus-notices.php:147,
#: src/templates/wp-admin/settings/header.php:16
msgid "Twitter"
msgstr "Twitter"
#: src/includes/updraftplus-notices.php:143
msgid "UpdraftPlus is on social media - check us out!"
msgstr ""
#: src/addons/wp-cli.php:979, src/includes/class-filesystem-functions.php:83
msgid "Why am I seeing this?"
msgstr "為甚麼我會見到這個?"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "The location of this directory is set in the expert settings, in the Settings tab."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
msgstr ""
#: src/admin.php:2458, src/admin.php:2481, src/includes/class-commands.php:992
msgid "Start backup"
msgstr "開始備份"
#: src/class-updraftplus.php:5178, src/restorer.php:1882
msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
msgstr ""
#: src/admin.php:4048
msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
msgstr ""
#: src/templates/wp-admin/advanced/advanced-tools.php:6
msgid "Unless you have a problem, you can completely ignore everything here."
msgstr "除非你遇到問題, 否則你可以略過這些內容"
#: src/admin.php:2722
msgid "This file could not be uploaded"
msgstr ""
#: src/admin.php:2685
msgid "You will find more information about this in the Settings section."
msgstr ""
#: src/addons/importer.php:78
msgid "Supported backup plugins: %s"
msgstr ""
#: src/addons/importer.php:78
msgid "Was this a backup created by a different backup plugin? If so, then you might first need to rename it so that it can be recognized - please follow this link."
msgstr ""
#: src/addons/incremental.php:378
msgid "Tell me more about incremental backups"
msgstr "更多有關增量備份"
#: src/templates/wp-admin/advanced/site-info.php:57
msgid "Memory limit"
msgstr "記憶體限額"
#: src/restorer.php:2800, src/includes/class-filesystem-functions.php:304
msgid "restoration"
msgstr "還原"
#: src/class-updraftplus.php:3767
msgid "Incremental"
msgstr "增量"
#: src/class-updraftplus.php:3767
msgid "Full backup"
msgstr "完整備份"
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "now proceeding with the updates..."
msgstr ""
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "(view log...)"
msgstr ""
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "Backup succeeded"
msgstr ""
#: src/updraftplus.php:122, src/addons/incremental.php:343,
#: src/addons/incremental.php:344, src/addons/incremental.php:345,
#: src/addons/incremental.php:346
msgid "Every %s hours"
msgstr "每 %s 小時"
#: src/restorer.php:4382, src/restorer.php:4380,
#: src/includes/migrator-lite.php:629, src/includes/migrator-lite.php:627
msgid "search and replace"
msgstr ""
#: src/includes/migrator-lite.php:295
msgid "Go"
msgstr ""
#: src/includes/migrator-lite.php:284
msgid "A search/replace cannot be undone - are you sure you want to do this?"
msgstr ""
#: src/includes/migrator-lite.php:283
msgid "This can easily destroy your site; so, use it with care!"
msgstr ""
#: src/includes/migrator-lite.php:238, src/includes/migrator-lite.php:291
msgid "Replace with"
msgstr ""
#: src/includes/migrator-lite.php:237, src/includes/migrator-lite.php:290
msgid "Search for"
msgstr ""
#: src/includes/migrator-lite.php:236, src/includes/migrator-lite.php:282,
#: src/templates/wp-admin/advanced/search-replace.php:7,
#: src/templates/wp-admin/advanced/tools-menu.php:20
msgid "Search / replace database"
msgstr "搜尋/取代數據庫"
#: src/includes/migrator-lite.php:242
msgid "search term"
msgstr ""
#: src/restorer.php:4049
msgid "Too many database errors have occurred - aborting"
msgstr "發生過多的數據庫錯誤 - 中斷中"
#: src/class-updraftplus.php:3839
msgid "read more at %s"
msgstr "在 %s 閱覽更多"
#: src/class-updraftplus.php:3839
msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
msgstr "UpdraftPlus (免費版本) 製作的電郵報告將會提供最近 UpdraftPlus.com 的消息"
#: src/methods/googledrive.php:1500
msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "You have not yet made any backups."
msgstr "你未有任何已製作的備份"
#: src/templates/wp-admin/settings/form-contents.php:153
msgid "Database Options"
msgstr "數據庫選項"
#: src/templates/wp-admin/advanced/site-info.php:92
msgid "%s (%s used)"
msgstr "%s (%s 已使用)"
#: src/templates/wp-admin/advanced/site-info.php:92
msgid "Free disk space in account:"
msgstr "可用磁碟空間:"
#: src/admin.php:5638, src/templates/wp-admin/settings/take-backup.php:52
msgid "This button is disabled because your backup directory is not writable (see the settings)."
msgstr "按鍵已停用, 因為你的備份資料夾未能寫入檔案 (請檢查設定)。"
#: src/admin.php:1371
msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
msgstr ""
#: src/admin.php:1371
msgid "To make a backup, just press the Backup Now button."
msgstr "製作備份, 只需按一下 \"立即備份\"。"
#: src/admin.php:1371
msgid "Welcome to UpdraftPlus!"
msgstr "歡迎使用 UpdraftPlus!"
#: src/addons/moredatabase.php:281
msgid "Testing..."
msgstr ""
#: src/addons/moredatabase.php:268
msgid "Test connection..."
msgstr ""
#: src/addons/moredatabase.php:267
msgid "Table prefix"
msgstr ""
#: src/addons/moredatabase.php:261
msgid "Backup external database"
msgstr ""
#: src/addons/moredatabase.php:201
msgid "Add an external database to backup..."
msgstr ""
#: src/addons/moredatabase.php:197
msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
msgstr ""
#: src/addons/moredatabase.php:196
msgid "Backup non-WordPress tables contained in the same database as WordPress"
msgstr ""
#: src/addons/moredatabase.php:196
msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
msgstr ""
#: src/addons/moredatabase.php:181
msgid "Connection failed."
msgstr ""
#: src/addons/moredatabase.php:179
msgid "Connection succeeded."
msgstr ""
#: src/addons/moredatabase.php:161
msgid "%s total table(s) found; %s with the indicated prefix."
msgstr ""
#: src/addons/moredatabase.php:155
msgid "%s table(s) found."
msgstr ""
#: src/addons/moredatabase.php:128
msgid "database connection attempt failed"
msgstr ""
#: src/addons/moredatabase.php:117
msgid "database name"
msgstr ""
#: src/addons/moredatabase.php:115
msgid "host"
msgstr ""
#: src/addons/moredatabase.php:113
msgid "user"
msgstr ""
#: src/class-updraftplus.php:2046
msgid "External database (%s)"
msgstr ""
#: src/methods/googledrive.php:1496
msgid "Follow this link to your Google API Console, and there activate the Drive API and create a Client ID in the API Access section."
msgstr ""
#: src/methods/googledrive.php:717
msgid "failed to access parent folder"
msgstr "未能存取父層資料夾"
#: src/addons/googlecloud.php:884, src/addons/onedrive.php:981,
#: src/addons/onedrive.php:992, src/methods/googledrive.php:638,
#: src/methods/googledrive.php:651
msgid "However, subsequent access attempts failed:"
msgstr ""
#: src/admin.php:4540, src/addons/wp-cli.php:440
msgid "External database"
msgstr "外部數據庫"
#: src/templates/wp-admin/settings/form-contents.php:321
msgid "This will also cause debugging output from all plugins to be shown upon this screen - please do not be surprised to see these."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:234
msgid "Backup more databases"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:193
msgid "First, enter the decryption key"
msgstr "首先請輸入解密金鑰"
#: src/templates/wp-admin/settings/form-contents.php:176
msgid "You can manually decrypt an encrypted database here."
msgstr "你可以在這裡把已加密的數據庫解密"
#: src/templates/wp-admin/settings/form-contents.php:162
msgid "It can also backup external databases."
msgstr "它亦可以備份外部數據庫"
#: src/templates/wp-admin/settings/form-contents.php:162
msgid "Don't want to be spied on? UpdraftPlus Premium can encrypt your database backup."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "use UpdraftPlus Premium"
msgstr "使用 UpdraftPlus Premium"
#: src/includes/class-wpadmin-commands.php:146
msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
msgstr ""
#: src/restorer.php:3214, src/restorer.php:3947, src/restorer.php:4037,
#: src/restorer.php:4020
msgid "An error occurred on the first %s command - aborting run"
msgstr ""
#: src/backup.php:1593, src/addons/moredatabase.php:136
msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
msgstr ""
#: src/backup.php:1593
msgid "database connection attempt failed."
msgstr ""
#: src/includes/migrator-lite.php:877
msgid "Warning: the database's home URL (%s) is different to what we expected (%s)"
msgstr ""
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:111,
#: src/addons/google-enhanced.php:128, src/addons/google-enhanced.php:134
msgid "In %s, path names are case sensitive."
msgstr ""
#: src/addons/azure.php:700, src/addons/google-enhanced.php:110,
#: src/addons/google-enhanced.php:128, src/addons/onedrive.php:1322
msgid "If you leave it blank, then the backup will be placed in the root of your %s"
msgstr ""
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:128,
#: src/addons/googlecloud.php:1308, src/addons/onedrive.php:1322
msgid "e.g. %s"
msgstr ""
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:128,
#: src/addons/onedrive.php:1322
msgid "Enter the path of the %s folder you wish to use here."
msgstr ""
#: src/methods/openstack2.php:257
msgid "Container"
msgstr "容器"
#: src/methods/openstack2.php:253
msgid "Leave this blank, and a default will be chosen."
msgstr "留空將會使用預設值"
#: src/methods/openstack2.php:249
msgid "Tenant"
msgstr ""
#: src/admin.php:1109, src/admin.php:6083, src/restorer.php:392,
#: src/restorer.php:390, src/methods/openstack2.php:251,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "Follow this link for more information"
msgstr ""
#: src/methods/openstack2.php:130
msgid "authentication URI"
msgstr ""
#: src/methods/addon-base-v2.php:239, src/methods/addon-base-v2.php:259
msgid "Failed to download %s"
msgstr ""
#: src/methods/addon-base-v2.php:253
msgid "Failed to download"
msgstr ""
#: src/methods/addon-base-v2.php:138
msgid "failed to list files"
msgstr ""
#: src/methods/addon-base-v2.php:100, src/methods/addon-base-v2.php:105
msgid "Failed to upload %s"
msgstr ""
#: src/addons/pcloud.php:710, src/methods/dropbox.php:910,
#: src/methods/dropbox.php:912
msgid "Success:"
msgstr "成功:"
#: src/addons/googlecloud.php:1318, src/addons/onedrive.php:1333,
#: src/methods/googledrive.php:1506
msgid "After you have saved your settings (by clicking 'Save Changes' below), then come back here once and follow this link to complete authentication with %s."
msgstr ""
#: src/methods/dropbox.php:605
msgid "Dropbox"
msgstr "Dropbox"
#: src/addons/onedrive.php:1328, src/addons/pcloud.php:549,
#: src/methods/dropbox.php:605
msgid "Authenticate with %s"
msgstr "以 %s 作認證"
#: src/methods/cloudfiles.php:415, src/methods/openstack-base.php:460
msgid "Error downloading remote file: Failed to download"
msgstr "下載遠端檔案時發生錯誤:無法下載"
#: src/methods/openstack-base.php:531, src/methods/openstack-base.php:536
msgid "Region: %s"
msgstr "地區%s"
#: src/methods/openstack-base.php:530
msgid "%s error - we accessed the container, but failed to create a file within it"
msgstr ""
#: src/methods/openstack-base.php:446
msgid "The %s object was not found"
msgstr ""
#: src/methods/openstack-base.php:56, src/methods/openstack-base.php:369,
#: src/methods/openstack-base.php:438
msgid "Could not access %s container"
msgstr "未能存取 %s 容器"
#: src/methods/openstack-base.php:48, src/methods/openstack-base.php:122,
#: src/methods/openstack-base.php:129, src/methods/openstack-base.php:361,
#: src/methods/openstack-base.php:426
msgid "%s error - failed to access the container"
msgstr ""
#: src/addons/googlecloud.php:1341, src/addons/onedrive.php:1355,
#: src/addons/pcloud.php:568, src/methods/dropbox.php:750
msgid "Account holder's name: %s."
msgstr ""
#: src/methods/googledrive.php:1502
msgid "To be able to set a custom folder name, use UpdraftPlus Premium."
msgstr ""
#: src/methods/googledrive.php:1501
msgid "It is an ID number internal to Google Drive"
msgstr ""
#: src/methods/googledrive.php:1501
msgid "This is NOT a folder name."
msgstr ""
#: src/addons/google-enhanced.php:126, src/methods/googledrive.php:1493
msgid "Folder"
msgstr "資料夾"
#: src/addons/onedrive.php:526
msgid "%s download: failed: file not found"
msgstr "%s下載:失敗:找不到檔案"
#: src/addons/googlecloud.php:904, src/methods/googledrive.php:674
msgid "Name: %s."
msgstr "名稱:%s。"
#: src/methods/googledrive.php:339
msgid "Google Drive list files: failed to access parent folder"
msgstr "Google 雲端硬碟列出檔案:無法存取主資料夾"
#: src/methods/insufficient.php:121
msgid "Your %s version: %s."
msgstr "你的%s版本:%s。"
#: src/methods/addon-not-yet-present.php:127, src/methods/insufficient.php:120
msgid "You will need to ask your web hosting company to upgrade."
msgstr ""
#: src/methods/addon-not-yet-present.php:27, src/methods/insufficient.php:21
msgid "This remote storage method (%s) requires PHP %s or later."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:118
msgid "Call"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:116,
#: src/templates/wp-admin/advanced/site-info.php:116
msgid "Fetch"
msgstr ""
#: src/addons/migrator.php:315,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:72,
#: src/templates/wp-admin/settings/form-contents.php:183,
#: src/templates/wp-admin/settings/tab-backups.php:74
msgid "This feature requires %s version %s or later"
msgstr ""
#: src/restorer.php:857
msgid "Failed to unpack the archive"
msgstr ""
#: src/class-updraftplus.php:1638, src/methods/cloudfiles.php:428
msgid "Error - failed to download the file"
msgstr "錯誤 - 無法下載檔案"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "Rescan local folder for new backup sets"
msgstr "重新掃描在本機資料夾的備份集"
#: src/udaddons/updraftplus-addons.php:325
msgid "You should update UpdraftPlus to make sure that you have a version that has been tested for compatibility."
msgstr ""
#: src/udaddons/updraftplus-addons.php:325
msgid "It has been tested up to version %s."
msgstr ""
#: src/udaddons/updraftplus-addons.php:325
msgid "The installed version of UpdraftPlus Backup/Restore has not been tested on your version of WordPress (%s)."
msgstr ""
#: src/addons/sftp.php:646
msgid "password/key"
msgstr ""
#: src/admin.php:990, src/addons/migrator.php:554, src/addons/sftp.php:613,
#: src/templates/wp-admin/settings/temporary-clone.php:68
msgid "Key"
msgstr ""
#: src/addons/sftp.php:616
msgid "Your login may be either password or key-based - you only need to enter one, not both."
msgstr ""
#: src/addons/sftp.php:428
msgid "The key provided was not in a valid format, or was corrupt."
msgstr ""
#: src/addons/sftp.php:124
msgid "SCP/SFTP password/key"
msgstr ""
#: src/admin.php:4584, src/addons/wp-cli.php:451
msgid "Files backup (created by %s)"
msgstr ""
#: src/admin.php:4584, src/addons/wp-cli.php:451
msgid "Files and database WordPress backup (created by %s)"
msgstr ""
#: src/admin.php:4578, src/addons/importer.php:278,
#: src/includes/class-backup-history.php:534
msgid "Backup created by: %s."
msgstr ""
#: src/admin.php:4538, src/addons/wp-cli.php:434
msgid "Database (created by %s)"
msgstr "數據庫 (由%s建立)"
#: src/admin.php:4532, src/admin.php:4580, src/addons/wp-cli.php:432
msgid "unknown source"
msgstr "未知的來源"
#: src/templates/wp-admin/advanced/site-info.php:122,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:56,
#: src/templates/wp-admin/settings/tab-backups.php:60
msgid "Rescan remote storage"
msgstr "重新掃描遠端儲存空間"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:51,
#: src/templates/wp-admin/settings/tab-backups.php:55
msgid "Upload backup files"
msgstr "上傳備份檔案"
#: src/admin.php:2737
msgid "This backup was created by %s, and can be imported."
msgstr ""
#: src/admin.php:1429
msgid "Read this page for a guide to possible causes and how to fix it."
msgstr ""
#: src/admin.php:951, src/includes/class-backup-history.php:541
msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
msgstr ""
#: src/admin.php:950
msgid "However, UpdraftPlus archives are standard zip/SQL files - so if you are sure that your file has the right format, then you can rename it to match that pattern."
msgstr ""
#: src/includes/class-backup-history.php:541
msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
msgstr ""
#: src/admin.php:4581, src/restorer.php:2769,
#: src/includes/class-wpadmin-commands.php:159
msgid "Backup created by unknown source (%s) - cannot be restored."
msgstr ""
#: src/restorer.php:1742, src/restorer.php:1694
msgid "The WordPress content folder (wp-content) was not found in this zip file."
msgstr "在zip檔中找不到WordPress內容目錄(wp-content)。"
#: src/restorer.php:1587
msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
msgstr ""
#: src/methods/dropbox.php:406
msgid "%s returned an unexpected HTTP response: %s"
msgstr ""
#: src/addons/sftp.php:1180
msgid "The UpdraftPlus module for this file access method (%s) does not support listing files"
msgstr ""
#: src/addons/backblaze.php:665, src/methods/cloudfiles.php:244,
#: src/methods/dropbox.php:388, src/methods/openstack-base.php:117
msgid "No settings were found"
msgstr "未找到任何設定"
#: src/includes/class-backup-history.php:729
msgid "One or more backups has been added from scanning remote storage; note that these backups will not be automatically deleted through the \"retain\" settings; if/when you wish to delete them then you must do so manually."
msgstr ""
#: src/admin.php:915
msgid "Rescanning remote and local storage for backup sets..."
msgstr "重新掃描遠端和本地空間的備份集..."
#: src/addons/googlecloud.php:1312, src/addons/s3-enhanced.php:73,
#: src/addons/s3-enhanced.php:81, src/methods/s3generic.php:203,
#: src/methods/s3generic.php:209
msgid "(Read more)"
msgstr ""
#: src/addons/reporting.php:518
msgid "Log all messages to syslog (only server admins are likely to want this)"
msgstr ""
#: src/addons/morefiles.php:433
msgid "No backup of location: there was nothing found to back up"
msgstr ""
#: src/addons/moredatabase.php:260, src/addons/morefiles.php:334,
#: src/addons/morefiles.php:1056, src/addons/reporting.php:543
msgid "Remove"
msgstr ""
#: src/methods/s3.php:940, src/methods/s3.php:1084
msgid "Other %s FAQs."
msgstr "其他 %s 的常見問題。"
#: src/templates/wp-admin/settings/form-contents.php:321
msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
msgstr ""
#: src/includes/class-filesystem-functions.php:304, src/methods/ftp.php:116
msgid "Your hosting company must enable these functions before %s can work."
msgstr ""
#: src/includes/class-filesystem-functions.php:304, src/methods/ftp.php:116
msgid "Your web server's PHP installation has these functions disabled: %s."
msgstr ""
#: src/methods/ftp.php:113
msgid "encrypted FTP (explicit encryption)"
msgstr ""
#: src/methods/ftp.php:112
msgid "encrypted FTP (implicit encryption)"
msgstr ""
#: src/methods/ftp.php:111
msgid "regular non-encrypted FTP"
msgstr "一般未加密的FTP"
#: src/restorer.php:3041
msgid "Backup created by:"
msgstr "備份建立者:"
#: src/udaddons/options.php:536
msgid "Available to claim on this site"
msgstr ""
#: src/udaddons/updraftplus-addons.php:357
msgid "To maintain your access to support, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:357
msgid "Your paid access to UpdraftPlus support will soon expire."
msgstr ""
#: src/udaddons/updraftplus-addons.php:355
msgid "To regain your access, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:355
msgid "Your paid access to UpdraftPlus support has expired."
msgstr ""
#: src/udaddons/updraftplus-addons.php:346
msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
msgstr ""
#: src/udaddons/updraftplus-addons.php:346,
#: src/udaddons/updraftplus-addons.php:344
msgid "To retain your access, and maintain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:344
msgid "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this site will soon expire."
msgstr ""
#: src/udaddons/updraftplus-addons.php:338
msgid "Your paid access to UpdraftPlus updates for %s add-ons on this site has expired."
msgstr ""
#: src/udaddons/updraftplus-addons.php:338,
#: src/udaddons/updraftplus-addons.php:332
msgid "To regain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:294
msgid "Dismiss from main dashboard (for %s weeks)"
msgstr ""
#: src/includes/class-filesystem-functions.php:355
msgid "The attempt to undo the double-compression succeeded."
msgstr ""
#: src/includes/class-filesystem-functions.php:353,
#: src/includes/class-filesystem-functions.php:331
msgid "The attempt to undo the double-compression failed."
msgstr ""
#: src/includes/class-filesystem-functions.php:324
msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
msgstr ""
#: src/includes/class-wpadmin-commands.php:399
msgid "Constants"
msgstr ""
#: src/backup.php:1972
msgid "Failed to open database file for reading:"
msgstr ""
#: src/backup.php:1645
msgid "No database tables found"
msgstr ""
#: src/backup.php:1643
msgid "please wait for the rescheduled attempt"
msgstr ""
#: src/addons/onedrive.php:147
msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
msgstr ""
#: src/udaddons/updraftplus-addons.php:658,
#: src/udaddons/updraftplus-addons.php:564
msgid "Errors occurred:"
msgstr ""
#: src/admin.php:5152, src/addons/wp-cli.php:761
msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "See this FAQ also."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:36
msgid "Retrieving (if necessary) and preparing backup files..."
msgstr ""
#: src/restorer.php:1579
msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete old folders\" button to delete them before trying again): %s"
msgstr ""
#: src/admin.php:1375, src/class-updraftplus.php:1030
msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
msgstr ""
#: src/includes/migrator-lite.php:209
msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
msgstr ""
#: src/addons/sftp.php:946, src/addons/sftp.php:943,
#: src/includes/ftp.class.php:61, src/includes/ftp.class.php:58
msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
msgstr ""
#: src/admin.php:1934, src/addons/moredatabase.php:168
msgid "Messages:"
msgstr "訊息:"
#: src/restorer.php:3821
msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
msgstr ""
#: src/restorer.php:1258
msgid "The directory does not exist"
msgstr "該目錄不存在"
#: src/addons/cloudfiles-enhanced.php:298
msgid "New User's Email Address"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:295
msgid "New User's Username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:292
msgid "Admin API Key"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:289
msgid "Admin Username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:284
msgid "US or UK Rackspace Account"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:276
msgid "Enter your Rackspace admin username/API key (so that Rackspace can authenticate your permission to create new users), and enter a new (unique) username and email address for the new user and a container name."
msgstr ""
#: src/addons/cloudfiles-enhanced.php:273
msgid "Create new API user and container"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:205
msgid "API Key: %s"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:205
msgid "Password: %s"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:205, src/addons/s3-enhanced.php:388
msgid "Username: %s"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:164,
#: src/addons/cloudfiles-enhanced.php:167,
#: src/addons/cloudfiles-enhanced.php:171,
#: src/addons/cloudfiles-enhanced.php:183,
#: src/addons/cloudfiles-enhanced.php:190,
#: src/addons/cloudfiles-enhanced.php:194
msgid "Cloud Files operation failed (%s)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:162
msgid "Conflict: that user or email address already exists"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:94
msgid "You need to enter a valid new email address"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:90
msgid "You need to enter a container"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:87
msgid "You need to enter a new username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:84
msgid "You need to enter an admin API key"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:81
msgid "You need to enter an admin username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:67
msgid "Create a new API user with access to only this container (rather than your whole account)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:305, src/methods/cloudfiles-new.php:129,
#: src/methods/cloudfiles-new.php:298, src/methods/cloudfiles.php:507
msgid "Cloud Files Container"
msgstr ""
#: src/methods/cloudfiles-new.php:124, src/methods/cloudfiles-new.php:296,
#: src/methods/cloudfiles.php:502
msgid "Cloud Files API Key"
msgstr ""
#: src/methods/cloudfiles-new.php:119, src/methods/cloudfiles-new.php:295
msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use Premium."
msgstr ""
#: src/methods/cloudfiles-new.php:116, src/methods/cloudfiles-new.php:294
msgid "Cloud Files Username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:54, src/methods/cloudfiles-new.php:148
msgid "London (LON)"
msgstr "倫敦 (LON)"
#: src/addons/cloudfiles-enhanced.php:53, src/methods/cloudfiles-new.php:147
msgid "Hong Kong (HKG)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:52, src/methods/cloudfiles-new.php:146
msgid "Northern Virginia (IAD)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:51, src/methods/cloudfiles-new.php:145
msgid "Chicago (ORD)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:50, src/methods/cloudfiles-new.php:144
msgid "Sydney (SYD)"
msgstr "悉尼 (SYD)"
#: src/addons/cloudfiles-enhanced.php:49, src/methods/cloudfiles-new.php:143
msgid "Dallas (DFW) (default)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:301, src/methods/cloudfiles-new.php:106,
#: src/methods/cloudfiles-new.php:293
msgid "Cloud Files Storage Region"
msgstr ""
#: src/methods/cloudfiles-new.php:99
msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
msgstr ""
#: src/methods/cloudfiles-new.php:97, src/methods/cloudfiles-new.php:287
msgid "US or UK-based Rackspace Account"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:285, src/methods/cloudfiles-new.php:97,
#: src/methods/cloudfiles-new.php:288
msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
msgstr ""
#: src/addons/cloudfiles-enhanced.php:160, src/addons/s3-enhanced.php:300,
#: src/methods/cloudfiles-new.php:37, src/methods/openstack-base.php:491,
#: src/methods/openstack-base.php:489, src/methods/openstack-base.php:512,
#: src/methods/openstack2.php:33
msgid "Authorisation failed (check your credentials)"
msgstr "授權錯誤 (檢查你輸入的資料)"
#: src/addons/wp-cli.php:1082, src/includes/class-commands.php:908,
#: src/methods/updraftvault.php:844, src/udaddons/options.php:244
msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
msgstr "嘗試連接 UpdraftPlus.Com 時, 出現未知的錯誤"
#: src/admin.php:965
msgid "Create"
msgstr "建立"
#: src/admin.php:925
msgid "Trying..."
msgstr "正在嘗試..."
#: src/admin.php:924
msgid "The new user's RackSpace console password is (this will not be shown again):"
msgstr ""
#: src/admin.php:935, src/restorer.php:386
msgid "Error data:"
msgstr "錯誤資訊:"
#: src/admin.php:5245
msgid "Backup does not exist in the backup history"
msgstr ""
#: src/restorer.php:3183
msgid "Split line to avoid exceeding maximum packet size"
msgstr ""
#: src/restorer.php:851
msgid "Could not move old files out of the way."
msgstr ""
#: src/restorer.php:847
msgid "Moving old data out of the way..."
msgstr ""
#: src/addons/reporting.php:503
msgid "Add another address..."
msgstr ""
#: src/addons/reporting.php:488
msgid "Enter addresses here to have a report sent to them when a backup job finishes."
msgstr ""
#: src/class-updraftplus.php:2054, src/class-updraftplus.php:2059
msgid "%s checksum: %s"
msgstr ""
#: src/class-updraftplus.php:1988, src/class-updraftplus.php:1986
msgid "files: %s"
msgstr "檔案:%s"
#: src/addons/reporting.php:414
msgid "Use the \"Reporting\" section to configure the email addresses to be used."
msgstr ""
#: src/addons/reporting.php:293
msgid "Debugging information"
msgstr ""
#: src/admin.php:4498, src/addons/reporting.php:248
msgid "Uploaded to:"
msgstr "已上載到:"
#: src/addons/reporting.php:247
msgid "Time taken:"
msgstr ""
#: src/addons/reporting.php:238
msgid "Warnings"
msgstr ""
#: src/addons/reporting.php:223
msgid "Errors"
msgstr ""
#: src/addons/reporting.php:220
msgid "Errors / warnings:"
msgstr ""
#: src/addons/morefiles.php:144, src/addons/morefiles.php:145,
#: src/addons/reporting.php:209
msgid "Contains:"
msgstr ""
#: src/addons/reporting.php:208
msgid "Backup began:"
msgstr ""
#: src/addons/reporting.php:196
msgid "Backup Report"
msgstr ""
#: src/addons/reporting.php:191
msgid "%d hours, %d minutes, %d seconds"
msgstr ""
#: src/addons/reporting.php:175
msgid "%d errors, %d warnings"
msgstr ""
#: src/methods/dropbox.php:816, src/methods/dropbox.php:873
msgid "%s authentication"
msgstr "%s 認證"
#: src/class-updraftplus.php:611, src/addons/onedrive.php:924,
#: src/addons/pcloud.php:705, src/methods/dropbox.php:816,
#: src/methods/dropbox.php:873, src/methods/dropbox.php:887,
#: src/methods/dropbox.php:907, src/methods/dropbox.php:1073
msgid "%s error: %s"
msgstr "%s 錯誤: %s"
#: src/addons/googlecloud.php:1294, src/methods/dropbox.php:599
msgid "%s logo"
msgstr ""
#: src/methods/dropbox.php:316
msgid "did not return the expected response - check your log file for more details"
msgstr ""
#: src/methods/s3.php:336
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it"
msgstr "未有安裝必需的 %s PHP 組件 - 請向你的網頁寄存公司查詢以開啟此功能"
#: src/methods/email.php:110
msgid "Your site's admin email address (%s) will be used."
msgstr "將會使用網站的管理員電郵 (%s)"
#: src/admin.php:977, src/admin.php:3332, src/methods/updraftvault.php:484,
#: src/methods/updraftvault.php:525,
#: src/templates/wp-admin/settings/temporary-clone.php:87
msgid "Connect"
msgstr "連接"
#: src/class-updraftplus.php:5140
msgid "(version: %s)"
msgstr "(版本: %s)"
#: src/admin.php:912
msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
msgstr ""
#: src/class-updraftplus.php:3874, src/addons/reporting.php:207
msgid "Latest status:"
msgstr "最近狀態:"
#: src/class-updraftplus.php:3873
msgid "Backup contains:"
msgstr "備份內含:"
#: src/class-updraftplus.php:3830
msgid "Backed up: %s"
msgstr "已備份: %s"
#: src/class-updraftplus.php:3824, src/class-updraftplus.php:3999,
#: src/addons/reporting.php:290
msgid "The log file has been attached to this email."
msgstr "紀錄檔已附件在這封電郵內。"
#: src/class-updraftplus.php:3784
msgid "Unknown/unexpected error - please raise a support request"
msgstr "未知或未預期的錯誤 - 請尋求我們的支援"
#: src/class-updraftplus.php:3779
msgid "Database only (files were not part of this particular schedule)"
msgstr ""
#: src/class-updraftplus.php:3779
msgid "Database (files backup has not completed)"
msgstr ""
#: src/class-updraftplus.php:3776
msgid "Files only (database was not part of this particular schedule)"
msgstr "只限檔案 (排程不包括數據庫)"
#: src/class-updraftplus.php:3776
msgid "Files (database backup has not completed)"
msgstr ""
#: src/admin.php:431, src/class-updraftplus.php:3774
msgid "Files and database"
msgstr ""
#: src/options.php:229
msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
msgstr ""
#: src/options.php:229
msgid "Without upgrading, UpdraftPlus allows every blog admin who can modify plugin settings to backup (and hence access the data, including passwords, from) and restore (including with customized modifications, e.g. changed passwords) the entire network."
msgstr ""
#: src/options.php:229
msgid "This is a WordPress multi-site (a.k.a. network) installation."
msgstr ""
#: src/options.php:229
msgid "UpdraftPlus warning:"
msgstr "UpdraftPlus 警告:"
#: src/udaddons/options.php:542, src/udaddons/options.php:542
msgid "(or connect using the form on this page if you have already purchased it)"
msgstr ""
#: src/udaddons/options.php:530
msgid "please follow this link to update the plugin in order to activate it"
msgstr ""
#: src/udaddons/options.php:527
msgid "please follow this link to update the plugin in order to get it"
msgstr ""
#: src/udaddons/options.php:519, src/udaddons/options.php:517
msgid "latest"
msgstr ""
#: src/udaddons/options.php:515
msgid "Your version: %s"
msgstr ""
#: src/udaddons/options.php:513, src/udaddons/options.php:513
msgid "You've got it"
msgstr ""
#: src/udaddons/options.php:468
msgid "UpdraftPlus Support"
msgstr ""
#: src/udaddons/options.php:406
msgid "An update containing your addons is available for UpdraftPlus - please follow this link to get it."
msgstr ""
#: src/udaddons/options.php:395, src/udaddons/updraftplus-addons.php:384
msgid "UpdraftPlus Addons"
msgstr ""
#: src/udaddons/options.php:110
msgid "An update is available for UpdraftPlus - please follow this link to get it."
msgstr ""
#: src/methods/updraftvault.php:924, src/methods/updraftvault.php:947,
#: src/methods/updraftvault.php:950, src/udaddons/updraftplus-addons.php:1099
msgid "UpdraftPlus.Com returned a response, but we could not understand it"
msgstr ""
#: src/methods/updraftvault.php:936, src/udaddons/updraftplus-addons.php:1095
msgid "Your email address and password were not recognised by UpdraftPlus.Com"
msgstr ""
#: src/includes/updraftplus-login.php:57, src/methods/updraftvault.php:897,
#: src/udaddons/updraftplus-addons.php:1058
msgid "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
msgstr "UpdraftPlus.Com 回傳了一個我們無法明白的回應 (數據:%s)"
#: src/udaddons/updraftplus-addons.php:984
msgid "UpdraftPlus.Com responded, but we did not understand the response"
msgstr ""
#: src/udaddons/updraftplus-addons.php:982
msgid "We failed to successfully connect to UpdraftPlus.Com"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:244,
#: src/templates/wp-admin/settings/tab-addons.php:243,
#: src/templates/wp-admin/settings/tab-addons.php:244
msgid "Reporting"
msgstr "報告"
#: src/admin.php:5927
msgid "Options (raw)"
msgstr ""
#: src/admin.php:910, src/addons/reporting.php:547
msgid "Send a report only when there are warnings/errors"
msgstr ""
#: src/restorer.php:3052
msgid "Content URL:"
msgstr "內容URL:"
#: src/restorer.php:851
msgid "You should check the file ownerships and permissions in your WordPress installation"
msgstr ""
#: src/backup.php:4376, src/class-updraftplus.php:1043
msgid "Your free space in your hosting account is very low - only %s Mb remain"
msgstr ""
#: src/class-updraftplus.php:1027
msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
msgstr ""
#: src/udaddons/options.php:562
msgid "Manage Addons"
msgstr ""
#: src/udaddons/options.php:543
msgid "Buy It"
msgstr ""
#: src/udaddons/options.php:542
msgid "Get it from the UpdraftPlus.Com Store"
msgstr ""
#: src/udaddons/options.php:538, src/udaddons/options.php:536
msgid "activate it on this site"
msgstr ""
#: src/udaddons/options.php:538
msgid "You have an inactive purchase"
msgstr ""
#: src/udaddons/options.php:530
msgid "Assigned to this site"
msgstr ""
#: src/udaddons/options.php:527
msgid "Available for this site (via your all-addons purchase)"
msgstr ""
#: src/udaddons/options.php:521
msgid "(apparently a pre-release or withdrawn release)"
msgstr ""
#: src/udaddons/options.php:470, src/udaddons/options.php:470
msgid "Go here"
msgstr ""
#: src/udaddons/options.php:470, src/udaddons/options.php:470
msgid "Need to get support?"
msgstr ""
#: src/udaddons/options.php:452
msgid "An error occurred when trying to retrieve your add-ons."
msgstr ""
#: src/udaddons/options.php:337
msgid "Claim not granted - your account login details were wrong"
msgstr ""
#: src/udaddons/options.php:335
msgid "Please wait whilst we make the claim..."
msgstr ""
#: src/udaddons/options.php:283
msgid "Errors occurred when trying to connect to UpdraftPlus.Com:"
msgstr ""
#: src/udaddons/options.php:278
msgid "You are presently not connected to an UpdraftPlus.Com account."
msgstr ""
#: src/udaddons/options.php:270
msgid "If you bought new add-ons, then follow this link to refresh your connection"
msgstr ""
#: src/udaddons/options.php:263
msgid "You are presently connected to an UpdraftPlus.Com account."
msgstr ""
#: src/admin.php:3330
msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
msgstr ""
#: src/admin.php:3406
msgid "Forgotten your details?"
msgstr ""
#: src/admin.php:3319
msgid "Not yet got an account (it's free)? Go get one!"
msgstr ""
#: src/admin.php:3385
msgid "Connect with your UpdraftPlus.Com account"
msgstr ""
#: src/udaddons/options.php:134
msgid "You do seem to have the obsolete Updraft plugin installed - perhaps you got them confused?"
msgstr ""
#: src/udaddons/options.php:133
msgid "Go here to begin installing it."
msgstr ""
#: src/udaddons/options.php:133
msgid "UpdraftPlus is not yet installed."
msgstr ""
#: src/udaddons/options.php:130
msgid "Go here to activate it."
msgstr ""
#: src/udaddons/options.php:129
msgid "UpdraftPlus is not yet activated."
msgstr ""
#: src/udaddons/options.php:122, src/udaddons/options.php:120
msgid "Go here to connect."
msgstr ""
#: src/udaddons/options.php:120
msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
msgstr ""
#: src/addons/moredatabase.php:337,
#: src/includes/class-updraftplus-encryption.php:148
msgid "Without it, encryption will be a lot slower."
msgstr ""
#: src/addons/moredatabase.php:337,
#: src/includes/class-updraftplus-encryption.php:148
msgid "Your web-server does not have the %s module installed."
msgstr ""
#: src/methods/googledrive.php:1508
msgid "(You appear to be already authenticated, though you can authenticate again to refresh your access if you've had a problem)."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:78
msgid "Drop backup files here"
msgstr ""
#: src/admin.php:923
msgid "The web server returned an error code (try again, or check your web server logs)"
msgstr ""
#: src/admin.php:917, src/addons/wp-cli.php:117
msgid "If you exclude both the database and the files, then you have excluded everything!"
msgstr ""
#: src/restorer.php:3046
msgid "Site home:"
msgstr "網站主目錄:"
#: src/addons/morestorage.php:231
msgid "Remote Storage Options"
msgstr ""
#: src/addons/autobackup.php:371, src/addons/autobackup.php:465
msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
msgstr ""
#: src/addons/autobackup.php:330, src/addons/autobackup.php:1193
msgid "Remember this choice for next time (you will still have the chance to change it)"
msgstr ""
#: src/addons/azure.php:454
msgid "Upload failed"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:126
msgid "You can send a backup to more than one destination with Premium."
msgstr ""
#: src/addons/autobackup.php:331, src/addons/autobackup.php:1198,
#: src/addons/lockadmin.php:167
msgid "Read more about how this works..."
msgstr ""
#: src/addons/sftp.php:723
msgid "Failed: We were able to log in, but failed to successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:721
msgid "Failed: We were able to log in and move to the indicated directory, but failed to successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:622
msgid "Use SCP instead of SFTP"
msgstr ""
#: src/addons/sftp.php:123
msgid "SCP/SFTP user setting"
msgstr ""
#: src/addons/sftp.php:122
msgid "SCP/SFTP host setting"
msgstr ""
#: src/methods/email.php:80
msgid "The attempt to send the backup via email failed (probably the backup was too large for this method)"
msgstr ""
#: src/methods/email.php:57
msgid "Backup is of: %s."
msgstr ""
#: src/admin.php:1017
msgid "%s settings test result:"
msgstr "%s設定測試結果:"
#: src/admin.php:4632, src/admin.php:4630
msgid "(Not finished)"
msgstr "(未完成)"
#: src/admin.php:4632
msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "Do not place it inside your uploads or plugins directory, as that will cause recursion (backups of backups of backups of...)."
msgstr ""
#: src/admin.php:3843
msgid "Job ID: %s"
msgstr "工作 ID: %s"
#: src/admin.php:3823
msgid "last activity: %ss ago"
msgstr "最近活動: %ss 之前"
#: src/admin.php:3805, src/methods/updraftvault.php:557,
#: src/methods/updraftvault.php:604, src/methods/updraftvault.php:724
msgid "Unknown"
msgstr "未知"
#: src/admin.php:3756
msgid "Backup finished"
msgstr "復份已完成"
#: src/admin.php:3751
msgid "Waiting until scheduled time to retry because of errors"
msgstr ""
#: src/admin.php:3747
msgid "Pruning old backup sets"
msgstr ""
#: src/admin.php:3734
msgid "Uploading files to remote storage"
msgstr "上傳檔案到遠端存儲"
#: src/admin.php:3803
msgid "Encrypted database"
msgstr "已加密的數據庫"
#: src/admin.php:3795
msgid "Encrypting database"
msgstr ""
#: src/admin.php:3769
msgid "Created database backup"
msgstr "已建立數據庫備份"
#: src/admin.php:3782
msgid "table: %s"
msgstr "數據表:%s"
#: src/admin.php:3780
msgid "Creating database backup"
msgstr "正在建立數據庫備份"
#: src/admin.php:3724
msgid "Created file backup zips"
msgstr "已建立備份zip檔案"
#: src/admin.php:3711
msgid "Creating file backup zips"
msgstr "正在建立備份zip檔案"
#: src/admin.php:3706
msgid "Backup begun"
msgstr "備份已開始"
#: src/restorer.php:1563
msgid "file"
msgstr "檔案"
#: src/restorer.php:1555, src/addons/onedrive.php:1321
msgid "folder"
msgstr "資料夾"
#: src/restorer.php:1555, src/restorer.php:1563
msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
msgstr ""
#: src/class-updraftplus.php:3694
msgid "The backup has not finished; a resumption is scheduled"
msgstr ""
#: src/class-updraftplus.php:2388
msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
msgstr ""
#: src/admin.php:970, src/addons/autobackup.php:1212
msgid "Proceed with update"
msgstr ""
#: src/addons/autobackup.php:1205
msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
msgstr ""
#: src/addons/autobackup.php:143, src/addons/autobackup.php:1154
msgid "UpdraftPlus Automatic Backups"
msgstr ""
#: src/addons/autobackup.php:558
msgid "Errors have occurred:"
msgstr ""
#: src/addons/autobackup.php:529
msgid "Creating backup with UpdraftPlus..."
msgstr ""
#: src/addons/autobackup.php:474, src/addons/autobackup.php:605,
#: src/addons/autobackup.php:656
msgid "Automatic Backup"
msgstr ""
#: src/addons/autobackup.php:465
msgid "Creating database backup with UpdraftPlus..."
msgstr ""
#: src/addons/autobackup.php:431
msgid "themes"
msgstr ""
#: src/addons/autobackup.php:424
msgid "plugins"
msgstr ""
#: src/addons/autobackup.php:375, src/addons/autobackup.php:472
msgid "Starting automatic backup..."
msgstr ""
#: src/addons/autobackup.php:371
msgid "Creating %s and database backup with UpdraftPlus..."
msgstr ""
#: src/addons/autobackup.php:328
msgid "Automatically backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
msgstr ""
#: src/addons/morefiles.php:271, src/addons/morefiles.php:272
msgid "If you are not sure then you should stop; otherwise you may destroy this WordPress installation."
msgstr ""
#: src/addons/morefiles.php:271, src/addons/morefiles.php:272
msgid "This does not look like a valid WordPress core backup - the file %s was missing."
msgstr ""
#: src/addons/morefiles.php:213
msgid "Unable to open zip file (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/addons/morefiles.php:203
msgid "Unable to read zip file (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/templates/wp-admin/settings/header.php:25
msgid "More plugins"
msgstr "更多插件"
#: src/includes/updraftplus-notices.php:37,
#: src/templates/wp-admin/settings/header.php:17,
#: src/templates/wp-admin/settings/tab-addons.php:28,
#: src/templates/wp-admin/settings/tab-addons.php:139
msgid "Support"
msgstr "支援"
#: src/class-updraftplus.php:5481
msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
msgstr ""
#: src/class-updraftplus.php:5473
msgid "This database backup is missing core WordPress tables: %s"
msgstr ""
#: src/class-updraftplus.php:5068
msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
msgstr ""
#: src/addons/autobackup.php:326, src/addons/autobackup.php:1180
msgid "Be safe with an automatic backup"
msgstr ""
#: src/admin.php:2990
msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
msgstr ""
#: src/admin.php:960
msgid "The file was uploaded."
msgstr ""
#: src/admin.php:959
msgid "Unknown server response status:"
msgstr ""
#: src/admin.php:958
msgid "Unknown server response:"
msgstr ""
#: src/admin.php:957
msgid "This decryption key will be attempted:"
msgstr ""
#: src/admin.php:956
msgid "Follow this link to attempt decryption and download the database file to your computer."
msgstr ""
#: src/admin.php:955
msgid "Upload error"
msgstr "上傳錯誤"
#: src/admin.php:954
msgid "This file is not an UpdraftPlus encrypted database archive (such files are .gz.crypt files which have a name like: backup_(time)_(site name)_(code)_db.crypt.gz)."
msgstr ""
#: src/admin.php:953
msgid "Upload error:"
msgstr "上傳錯誤:"
#: src/admin.php:952
msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
msgstr ""
#: src/admin.php:943
msgid "Download to your computer"
msgstr "下載到你的電腦"
#: src/admin.php:942
msgid "Delete from your web server"
msgstr "從網頁伺服器刪除"
#: src/methods/s3generic.php:191
msgid "Examples of S3-compatible storage providers:"
msgstr ""
#: src/admin.php:4608
msgid "You are missing one or more archives from this multi-archive set."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:325
msgid "Split archives every:"
msgstr ""
#: src/addons/moredatabase.php:297
msgid "Error: the server sent us a response (JSON) which we did not understand."
msgstr ""
#: src/admin.php:932
msgid "Warnings:"
msgstr "警告:"
#: src/admin.php:931
msgid "Error: the server sent an empty response."
msgstr ""
#: src/includes/class-wpadmin-commands.php:205
msgid "This multi-archive backup set appears to have the following archives missing: %s"
msgstr ""
#: src/includes/class-wpadmin-commands.php:190
msgid "File (%s) was found, but has a different size (%s) from what was expected (%s) - it may be corrupt."
msgstr ""
#: src/includes/class-wpadmin-commands.php:185
msgid "File was found, but is zero-sized (you need to re-upload it): %s"
msgstr ""
#: src/includes/class-wpadmin-commands.php:183
msgid "File not found (you need to upload it): %s"
msgstr ""
#: src/addons/wp-cli.php:718, src/includes/class-wpadmin-commands.php:111
msgid "No such backup set exists"
msgstr ""
#: src/restorer.php:848
msgid "Moving unpacked backup into place..."
msgstr ""
#: src/backup.php:3998, src/backup.php:4329
msgid "Failed to open the zip file (%s) - %s"
msgstr "無法開啟zip檔案 (%s) - %s"
#: src/addons/morefiles.php:183
msgid "WordPress root directory server path: %s"
msgstr ""
#: src/methods/dreamobjects.php:193, src/methods/s3generic.php:201
msgid "%s end-point"
msgstr ""
#: src/methods/s3generic.php:191
msgid "... and many more!"
msgstr "...以及更多!"
#: src/methods/s3generic.php:80
msgid "S3 (Compatible)"
msgstr "S3 (相容)"
#: src/includes/class-storage-methods-interface.php:301
msgid "File is not locally present - needs retrieving from remote storage"
msgstr ""
#: src/restorer.php:519
msgid "Looking for %s archive: file name: %s"
msgstr ""
#: src/restorer.php:635
msgid "Final checks"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:331
msgid "Check this to delete any superfluous backup files from your server after the backup run finishes (i.e. if you uncheck, then any files despatched remotely will also remain locally, and any files being kept locally will not be subject to the retention limits)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:190
msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
msgstr ""
#: src/admin.php:4319
msgid "Your wp-content directory server path: %s"
msgstr ""
#: src/admin.php:949
msgid "Raw backup history"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:122
msgid "Show raw backup and file list"
msgstr ""
#: src/admin.php:930
msgid "Processing files - please wait..."
msgstr ""
#: src/class-updraftplus.php:5082
msgid "Failed to open database file."
msgstr "無法開啟數據庫檔案。"
#: src/admin.php:5892
msgid "Known backups (raw)"
msgstr ""
#: src/restorer.php:1835
msgid "Files found:"
msgstr "找到檔案:"
#: src/admin.php:1101
msgid "Restoring table: %s"
msgstr ""
#: src/restorer.php:2528
msgid "Requested table engine (%s) is not present - changing to MyISAM."
msgstr ""
#: src/restorer.php:539
msgid "file is size:"
msgstr ""
#: src/admin.php:1380, src/admin.php:1398, src/admin.php:2995,
#: src/admin.php:5124, src/backup.php:4383, src/class-updraftplus.php:5334,
#: src/class-updraftplus.php:5334, src/updraftplus.php:226,
#: src/addons/googlecloud.php:1305, src/addons/migrator.php:304,
#: src/addons/migrator.php:307, src/addons/migrator.php:310,
#: src/templates/wp-admin/advanced/db-size.php:19
msgid "Go here for more information."
msgstr ""
#: src/admin.php:5123
msgid "Warning: If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
msgstr ""
#: src/admin.php:929
msgid "Some files are still downloading or being processed - please wait."
msgstr ""
#: src/addons/fixtime.php:570
msgid "The time zone used is that from your WordPress settings, in Settings -> General."
msgstr ""
#: src/addons/fixtime.php:570
msgid "Enter in format HH:MM (e.g. 14:22)."
msgstr ""
#: src/methods/ftp.php:208
msgid "%s login failure"
msgstr "%s 登入失敗"
#: src/addons/pcloud.php:339, src/addons/pcloud.php:440,
#: src/methods/dropbox.php:490
msgid "Failed to access %s when deleting (see log file for more)"
msgstr ""
#: src/methods/cloudfiles.php:424
msgid "Error - no such file exists."
msgstr ""
#: src/addons/azure.php:301, src/addons/webdav.php:788,
#: src/addons/webdav.php:795, src/addons/webdav.php:815,
#: src/methods/addon-base-v2.php:253, src/methods/openstack-base.php:460
msgid "%s Error"
msgstr "%s錯誤"
#: src/methods/openstack-base.php:86
msgid "%s error - failed to upload file"
msgstr "%s 錯誤:上載檔案失敗"
#: src/class-updraftplus.php:1527
msgid "%s error - failed to re-assemble chunks"
msgstr ""
#: src/methods/cloudfiles.php:250, src/methods/openstack-base.php:44,
#: src/methods/openstack-base.php:357, src/methods/openstack-base.php:422,
#: src/methods/openstack-base.php:495, src/methods/openstack-base.php:498,
#: src/methods/openstack-base.php:516, src/methods/openstack-base.php:521
msgid "%s authentication failed"
msgstr ""
#: src/admin.php:2722, src/admin.php:2751, src/admin.php:2743,
#: src/class-updraftplus.php:1230, src/class-updraftplus.php:1236,
#: src/class-updraftplus.php:5051, src/class-updraftplus.php:5049,
#: src/class-updraftplus.php:5309, src/class-updraftplus.php:5232,
#: src/addons/googlecloud.php:512, src/addons/migrator.php:390,
#: src/methods/googledrive.php:592, src/methods/s3.php:370
msgid "Error: %s"
msgstr "錯誤:%s"
#: src/admin.php:4233
msgid "Backup directory specified exists, but is not writable."
msgstr "指定的備份目錄存在,但不能寫入。"
#: src/admin.php:4231
msgid "Backup directory specified does not exist."
msgstr ""
#: src/admin.php:3857, src/admin.php:4172
msgid "Warning: %s"
msgstr "警告:%s"
#: src/backup.php:4032
msgid "A very large file was encountered: %s (size: %s Mb)"
msgstr ""
#: src/includes/class-wpadmin-commands.php:586
msgid "Failed to open directory: %s."
msgstr ""
#: src/backup.php:3217
msgid "%s: unreadable file - could not be backed up"
msgstr "%s:無法讀取的檔案 - 無法被備份"
#: src/backup.php:2113
msgid "Table %s has very many rows (%s) - we hope your web hosting company gives you enough resources to dump out that table in the backup."
msgstr ""
#: src/backup.php:2066
msgid "An error occurred whilst closing the final database file"
msgstr ""
#: src/class-updraftplus.php:3814
msgid "Warnings encountered:"
msgstr ""
#: src/class-updraftplus.php:3673
msgid "The backup succeeded (with warnings) and is now complete"
msgstr ""
#: src/class-updraftplus.php:1056
msgid "Your free disk space is very low - only %s Mb remain"
msgstr "你只剩下很少的磁碟空間 - 只剩下 %s MB"
#: src/addons/migrator.php:398
msgid "New site:"
msgstr ""
#: src/addons/migrator.php:375
msgid "Migrated site (from UpdraftPlus)"
msgstr ""
#: src/addons/migrator.php:324
msgid "Enter details for where this new site is to live within your multisite install:"
msgstr ""
#: src/addons/migrator.php:323
msgid "Information needed to continue:"
msgstr ""
#: src/addons/migrator.php:266
msgid "Network activating theme:"
msgstr ""
#: src/includes/migrator-lite.php:350
msgid "Processed plugin:"
msgstr ""
#: src/addons/sftp.php:149
msgid "Check your file permissions: Could not successfully create and enter directory:"
msgstr ""
#: src/methods/s3.php:1461
msgid "Please check your access credentials."
msgstr ""
#: src/addons/s3-enhanced.php:286, src/methods/s3.php:1438
msgid "The error reported by %s was:"
msgstr ""
#: src/restorer.php:2323
msgid "Please supply the requested information, and then continue."
msgstr ""
#: src/class-updraftplus.php:5243, src/restorer.php:3081
msgid "Site information:"
msgstr "網站資訊:"
#: src/admin.php:1109, src/admin.php:2990, src/class-updraftplus.php:5236,
#: src/restorer.php:3821
msgid "Warning:"
msgstr "警告:"
#: src/class-updraftplus.php:5228, src/restorer.php:856
msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
msgstr ""
#: src/admin.php:971, src/admin.php:1163, src/includes/updraftplus-tour.php:97
msgid "Close"
msgstr "關閉"
#: src/admin.php:922, src/addons/autobackup.php:377,
#: src/addons/autobackup.php:469, src/methods/remotesend.php:75,
#: src/methods/remotesend.php:83, src/methods/remotesend.php:245,
#: src/methods/remotesend.php:261
msgid "Unexpected response:"
msgstr ""
#: src/admin.php:916, src/addons/reporting.php:545
msgid "To send to more than one address, separate each address with a comma."
msgstr ""
#: src/admin.php:947
msgid "PHP information"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:88
msgid "zip executable found:"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:58
msgid "show PHP information (phpinfo)"
msgstr "顯示 PHP 資訊 (phpinfo)"
#: src/templates/wp-admin/settings/migrator-no-migrator.php:9
msgid "Do you want to migrate or clone/duplicate a site?"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:173
msgid "Please allow time for the communications with the remote storage to complete."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:23
msgid "Also delete from remote storage"
msgstr ""
#: src/admin.php:3526
msgid "Latest UpdraftPlus.com news:"
msgstr ""
#: src/templates/wp-admin/settings/header.php:11,
#: src/templates/wp-admin/settings/tab-addons.php:73
msgid "Premium"
msgstr "高級版"
#: src/templates/wp-admin/settings/header.php:15
msgid "News"
msgstr "新聞"
#: src/admin.php:2000, src/includes/class-wpadmin-commands.php:614
msgid "Backup set not found"
msgstr "找不到備份集"
#: src/backup.php:290
msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
msgstr ""
#: src/includes/updraftplus-notices.php:167,
#: src/includes/updraftplus-notices.php:168,
#: src/includes/updraftplus-notices.php:177,
#: src/includes/updraftplus-notices.php:178
msgid "RSS link"
msgstr "RSS 連結"
#: src/includes/updraftplus-notices.php:167,
#: src/includes/updraftplus-notices.php:168,
#: src/includes/updraftplus-notices.php:177,
#: src/includes/updraftplus-notices.php:178
msgid "Blog link"
msgstr "Blog 連結"
#: src/admin.php:1016
msgid "Testing %s Settings..."
msgstr "正在測試 %s 設定..."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:69,
#: src/templates/wp-admin/settings/tab-backups.php:71
msgid "Or, you can place them manually into your UpdraftPlus directory (usually wp-content/updraft), e.g. via FTP, and then use the \"rescan\" link above."
msgstr "或者你可以手動放置在 UpdraftPlus 目錄 (通常位於wp-content/updraft),例如,從 FTP,然後進行 \"重新掃描\"。"
#: src/admin.php:1402, src/admin.php:1484
msgid "Notice"
msgstr ""
#: src/class-updraftplus.php:3793
msgid "Errors encountered:"
msgstr ""
#: src/admin.php:913
msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
msgstr "重新掃描(正尋找手動上傳的備份至備份集)..."
#: src/admin.php:928
msgid "Begun looking for this entity"
msgstr ""
#: src/addons/dropbox-folders.php:38, src/addons/pcloud.php:511
msgid "Store at"
msgstr ""
#: src/includes/class-search-replace.php:333
msgid "\"%s\" has no primary key, manual change needed on row %s."
msgstr ""
#: src/includes/class-search-replace.php:140
msgid "rows: %d"
msgstr ""
#: src/includes/migrator-lite.php:1037
msgid "Time taken (seconds):"
msgstr ""
#: src/admin.php:933, src/includes/migrator-lite.php:1036
msgid "Errors:"
msgstr "錯誤:"
#: src/includes/migrator-lite.php:1035
msgid "SQL update commands run:"
msgstr ""
#: src/includes/migrator-lite.php:1034
msgid "Changes made:"
msgstr ""
#: src/includes/migrator-lite.php:1033
msgid "Rows examined:"
msgstr ""
#: src/includes/migrator-lite.php:1032
msgid "Tables examined:"
msgstr ""
#: src/includes/migrator-lite.php:924
msgid "Could not get list of tables"
msgstr ""
#: src/includes/migrator-lite.php:869
msgid "Warning: the database's site URL (%s) is different to what we expected (%s)"
msgstr ""
#: src/includes/migrator-lite.php:858
msgid "Nothing to do: the site URL is already: %s"
msgstr ""
#: src/includes/migrator-lite.php:821, src/includes/migrator-lite.php:825,
#: src/includes/migrator-lite.php:829, src/includes/migrator-lite.php:834,
#: src/includes/migrator-lite.php:838, src/includes/migrator-lite.php:843
msgid "Error: unexpected empty parameter (%s, %s)"
msgstr ""
#: src/includes/migrator-lite.php:779
msgid "Database: search and replace site URL"
msgstr ""
#: src/restorer.php:4382, src/includes/migrator-lite.php:629,
#: src/includes/migrator-lite.php:1018
msgid "Failed: we did not understand the result returned by the %s operation."
msgstr ""
#: src/restorer.php:4380, src/includes/migrator-lite.php:627,
#: src/includes/migrator-lite.php:1016
msgid "Failed: the %s operation was not able to start."
msgstr ""
#: src/includes/migrator-lite.php:372
msgid "Search and replace site location in the database (migrate)"
msgstr ""
#: src/includes/migrator-lite.php:372
msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
msgstr ""
#: src/addons/multisite.php:779
msgid "Blog uploads"
msgstr ""
#: src/class-updraftplus.php:2093, src/addons/migrator.php:310
msgid "Must-use plugins"
msgstr ""
#: src/addons/multisite.php:229
msgid "Multisite Install"
msgstr ""
#: src/addons/fixtime.php:570
msgid "starting from next time it is"
msgstr ""
#: src/addons/sftp.php:713
msgid "However, we were able to log in and move to the indicated directory and successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:651
msgid "Failure: Port must be an integer."
msgstr ""
#: src/methods/ftp.php:442, src/methods/openstack2.php:120
msgid "password"
msgstr "密碼"
#: src/addons/sftp.php:642, src/methods/openstack2.php:115
msgid "username"
msgstr "帳戶名稱"
#: src/addons/sftp.php:638
msgid "host name"
msgstr ""
#: src/addons/sftp.php:621
msgid "Where to change directory to after logging in - often this is relative to your home directory."
msgstr ""
#: src/addons/sftp.php:615
msgid "Directory path"
msgstr ""
#: src/admin.php:1097, src/admin.php:3401, src/addons/lockadmin.php:178,
#: src/addons/moredatabase.php:265, src/addons/sftp.php:612,
#: src/addons/webdav.php:431, src/methods/openstack2.php:255,
#: src/methods/updraftvault.php:523,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:50
msgid "Password"
msgstr "密碼"
#: src/addons/sftp.php:610, src/addons/webdav.php:435
msgid "Port"
msgstr ""
#: src/addons/moredatabase.php:263, src/addons/sftp.php:609,
#: src/addons/webdav.php:433
msgid "Host"
msgstr ""
#: src/addons/sftp.php:375
msgid "Error: Failed to download"
msgstr ""
#: src/addons/sftp.php:683
msgid "Check your file permissions: Could not successfully create and enter:"
msgstr ""
#: src/addons/sftp.php:122, src/addons/sftp.php:123, src/addons/sftp.php:124
msgid "No %s found"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:19
msgid "more"
msgstr ""
#: src/addons/morefiles.php:606
msgid "No backup of %s directories: there was nothing found to back up"
msgstr ""
#: src/admin.php:4333, src/addons/morefiles.php:371
msgid "If entering multiple files/directories, then separate them with commas."
msgstr ""
#: src/addons/morefiles.php:319
msgid "Be careful what you select - if you select / then it really will try to create a zip containing your entire webserver."
msgstr ""
#: src/addons/morefiles.php:317
msgid "If you are not sure what this option is for, then you will not want it, and should turn it off."
msgstr ""
#: src/addons/morefiles.php:294
msgid "More Files"
msgstr ""
#: src/addons/morefiles.php:182
msgid "WordPress core (including any additions to your WordPress root directory)"
msgstr ""
#: src/addons/morefiles.php:175
msgid "The above files comprise everything in a WordPress installation."
msgstr ""
#: src/addons/morefiles.php:156
msgid "Over-write wp-config.php"
msgstr ""
#: src/addons/morefiles.php:152, src/includes/class-wpadmin-commands.php:631
msgid "WordPress Core"
msgstr "WordPress 核心"
#: src/addons/webdav.php:503, src/methods/addon-base-v2.php:361
msgid "Failed: We were not able to place a file in that directory - please check your credentials."
msgstr ""
#: src/admin.php:3928, src/admin.php:3946, src/admin.php:3987,
#: src/admin.php:3977, src/backup.php:2051, src/addons/googlecloud.php:967,
#: src/addons/googlecloud.php:1007, src/addons/googlecloud.php:1001,
#: src/addons/sftp.php:669, src/methods/addon-base-v2.php:344
msgid "Failed"
msgstr "失敗"
#: src/addons/webdav.php:427
msgid "WebDAV URL"
msgstr ""
#: src/addons/webdav.php:815
msgid "Local write failed: Failed to download"
msgstr ""
#: src/addons/webdav.php:795
msgid "Error opening remote file: Failed to download"
msgstr ""
#: src/addons/googlecloud.php:375, src/addons/googlecloud.php:373,
#: src/addons/pcloud.php:293, src/addons/sftp.php:120,
#: src/addons/webdav.php:526, src/addons/webdav.php:689,
#: src/addons/webdav.php:695, src/addons/webdav.php:727,
#: src/addons/webdav.php:769, src/methods/addon-base-v2.php:81,
#: src/methods/addon-base-v2.php:129, src/methods/addon-base-v2.php:170,
#: src/methods/addon-base-v2.php:229, src/methods/addon-base-v2.php:318,
#: src/methods/ftp.php:42, src/methods/googledrive.php:324,
#: src/methods/googledrive.php:322
msgid "No %s settings were found"
msgstr "沒有找到%s設定"
#: src/methods/ftp.php:464
msgid "Failure: we successfully logged in, but were not able to create a file in the given directory."
msgstr ""
#: src/methods/ftp.php:461
msgid "Success: we successfully logged in, and confirmed our ability to create a file in the given directory (login type:"
msgstr ""
#: src/methods/ftp.php:452
msgid "Failure: we did not successfully log in with those credentials."
msgstr ""
#: src/methods/ftp.php:434
msgid "Failure: No server details were given."
msgstr ""
#: src/methods/ftp.php:127
msgid "Needs to already exist"
msgstr "需要已存在"
#: src/addons/onedrive.php:975, src/addons/pcloud.php:720,
#: src/methods/dropbox.php:934
msgid "Your %s account name: %s"
msgstr "你的 %s 帳戶名字:%s"
#: src/addons/pcloud.php:710, src/methods/dropbox.php:910,
#: src/methods/dropbox.php:912
msgid "you have authenticated your %s account"
msgstr ""
#: src/methods/dropbox.php:603
msgid "Backups are saved in %s."
msgstr ""
#: src/methods/dropbox.php:602
msgid "Need to use sub-folders?"
msgstr ""
#: src/methods/dropbox.php:313
msgid "error: failed to upload file to %s (see log file for more)"
msgstr ""
#: src/addons/pcloud.php:147, src/addons/pcloud.php:707,
#: src/methods/dropbox.php:216
msgid "error: %s (see log file for more)"
msgstr ""
#: src/methods/s3.php:1456
msgid "The communication with %s was not encrypted."
msgstr ""
#: src/methods/s3.php:1454
msgid "The communication with %s was encrypted."
msgstr ""
#: src/addons/googlecloud.php:1030, src/methods/s3.php:1451
msgid "We accessed the bucket, and were able to create files within it."
msgstr ""
#: src/addons/googlecloud.php:1024, src/addons/googlecloud.php:1038,
#: src/methods/s3.php:1449, src/methods/s3.php:1461
msgid "We successfully accessed the bucket, but the attempt to create a file in it failed."
msgstr ""
#: src/addons/googlecloud.php:1024, src/addons/googlecloud.php:1038,
#: src/methods/s3.php:1449, src/methods/s3.php:1461
msgid "Failure"
msgstr "失敗"
#: src/methods/openstack2.php:252, src/methods/s3.php:1430
msgid "Region"
msgstr ""
#: src/addons/googlecloud.php:140, src/addons/googlecloud.php:984,
#: src/methods/s3.php:1392
msgid "Failure: No bucket details were given."
msgstr ""
#: src/methods/s3.php:1370
msgid "API secret"
msgstr "API密鑰"
#: src/methods/dreamobjects.php:191, src/methods/s3.php:1048,
#: src/methods/s3.php:1088, src/methods/s3generic.php:199
msgid "%s location"
msgstr "%s 位置"
#: src/methods/dreamobjects.php:189, src/methods/s3.php:1044,
#: src/methods/s3.php:1086, src/methods/s3generic.php:197
msgid "%s secret key"
msgstr "%s 密鑰"
#: src/methods/dreamobjects.php:188, src/methods/s3.php:1040,
#: src/methods/s3.php:1085, src/methods/s3generic.php:196
msgid "%s access key"
msgstr ""
#: src/methods/dreamobjects.php:185, src/methods/s3.php:938,
#: src/methods/s3.php:1083, src/methods/s3generic.php:195
msgid "If you see errors about SSL certificates, then please go here for help."
msgstr ""
#: src/methods/s3.php:520
msgid "%s re-assembly error (%s): (see log file for more)"
msgstr ""
#: src/methods/s3.php:516
msgid "upload (%s): re-assembly failed (see log for more details)"
msgstr ""
#: src/methods/s3.php:500
msgid "chunk %s: upload failed"
msgstr ""
#: src/methods/s3.php:472
msgid "error: file %s was shortened unexpectedly"
msgstr ""
#: src/methods/s3.php:450
msgid "%s upload: getting uploadID for multipart upload failed - see log file for more details"
msgstr ""
#: src/methods/email.php:106
msgid "Note:"
msgstr "注意:"
#: src/methods/email.php:46
msgid "WordPress Backup"
msgstr "WordPress 備份"
#: src/methods/cloudfiles.php:590, src/methods/openstack-base.php:535
msgid "We accessed the container, and were able to create files within it."
msgstr ""
#: src/methods/cloudfiles.php:586
msgid "Cloud Files error - we accessed the container, but failed to create a file within it"
msgstr ""
#: src/methods/cloudfiles.php:559, src/methods/openstack-base.php:477
msgid "Failure: No container details were given."
msgstr ""
#: src/admin.php:1096, src/addons/moredatabase.php:264,
#: src/addons/sftp.php:611, src/addons/webdav.php:430,
#: src/methods/cloudfiles-new.php:171, src/methods/cloudfiles.php:539,
#: src/methods/openstack2.php:254
msgid "Username"
msgstr "使用者名稱"
#: src/methods/cloudfiles-new.php:166, src/methods/cloudfiles.php:534,
#: src/methods/s3.php:1366
msgid "API key"
msgstr "API金鑰"
#: src/admin.php:991, src/addons/moredatabase.php:113,
#: src/addons/moredatabase.php:115, src/addons/moredatabase.php:117,
#: src/addons/sftp.php:638, src/addons/sftp.php:642, src/addons/sftp.php:646,
#: src/addons/webdav.php:482, src/includes/class-remote-send.php:580,
#: src/includes/migrator-lite.php:242, src/methods/addon-base-v2.php:336,
#: src/methods/cloudfiles-new.php:166, src/methods/cloudfiles-new.php:171,
#: src/methods/cloudfiles.php:534, src/methods/cloudfiles.php:539,
#: src/methods/ftp.php:438, src/methods/ftp.php:442,
#: src/methods/openstack2.php:115, src/methods/openstack2.php:120,
#: src/methods/openstack2.php:125, src/methods/openstack2.php:130,
#: src/methods/s3.php:1366, src/methods/s3.php:1370
msgid "Failure: No %s was given."
msgstr ""
#: src/methods/cloudfiles.php:498
msgid "Cloud Files username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:45, src/methods/cloudfiles-new.php:101,
#: src/methods/cloudfiles-new.php:291, src/methods/cloudfiles.php:482
msgid "UK"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:44, src/methods/cloudfiles-new.php:100,
#: src/methods/cloudfiles-new.php:290, src/methods/cloudfiles.php:481
msgid "US (default)"
msgstr ""
#: src/methods/cloudfiles.php:478
msgid "US or UK Cloud"
msgstr ""
#: src/methods/cloudfiles-new.php:285, src/methods/cloudfiles.php:461,
#: src/methods/openstack2.php:245
msgid "Also, you should read this important FAQ."
msgstr ""
#: src/methods/cloudfiles.php:461
msgid "Get your API key from your Rackspace Cloud console (read instructions here), then pick a container name to use for storage."
msgstr ""
#: src/admin.php:1015, src/addons/azure.php:708, src/addons/backblaze.php:793,
#: src/addons/sftp.php:623, src/addons/webdav.php:440,
#: src/methods/backup-module.php:404, src/methods/cloudfiles-new.php:299,
#: src/methods/dreamobjects.php:194, src/methods/ftp.php:130,
#: src/methods/openstack2.php:258, src/methods/s3.php:1090,
#: src/methods/s3generic.php:214
msgid "Test %s Settings"
msgstr "測試 %s 設定"
#: src/class-updraftplus.php:1570, src/class-updraftplus.php:1614,
#: src/addons/webdav.php:788, src/methods/cloudfiles.php:398
msgid "Error opening local file: Failed to download"
msgstr ""
#: src/addons/sftp.php:250, src/methods/openstack-base.php:314,
#: src/methods/s3.php:408, src/methods/s3.php:420, src/methods/s3.php:421
msgid "%s Error: Failed to upload"
msgstr "%s 錯誤:上載失敗"
#: src/class-updraftplus.php:1412
msgid "%s Error: Failed to open local file"
msgstr "%s 錯誤:無法開啟本地檔案"
#: src/addons/cloudfiles-enhanced.php:120,
#: src/addons/cloudfiles-enhanced.php:133,
#: src/addons/cloudfiles-enhanced.php:137, src/methods/cloudfiles.php:569,
#: src/methods/cloudfiles.php:572, src/methods/cloudfiles.php:575
msgid "Cloud Files authentication failed"
msgstr "雲端檔案驗證失敗"
#: src/addons/pcloud.php:552, src/methods/backup-module.php:634,
#: src/methods/dropbox.php:607
msgid "After you have saved your settings (by clicking 'Save Changes' below), then come back here and follow this link to complete authentication with %s."
msgstr ""
#: src/addons/googlecloud.php:1317, src/methods/googledrive.php:1505
msgid "Authenticate with Google"
msgstr "Google 認證"
#: src/addons/googlecloud.php:1300, src/addons/onedrive.php:1319,
#: src/methods/googledrive.php:1491
msgid "Client Secret"
msgstr "用戶端密碼"
#: src/addons/googlecloud.php:1299, src/methods/googledrive.php:1490
msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
msgstr ""
#: src/addons/googlecloud.php:1298, src/addons/onedrive.php:1317,
#: src/methods/googledrive.php:1489
msgid "Client ID"
msgstr "客戶端 ID"
#: src/methods/googledrive.php:1498
msgid "You must add the following as the authorised redirect URI (under \"More Options\") when asked"
msgstr ""
#: src/addons/googlecloud.php:1289, src/methods/googledrive.php:1497
msgid "Select 'Web Application' as the application type."
msgstr ""
#: src/addons/googlecloud.php:590, src/addons/googlecloud.php:591,
#: src/addons/googlecloud.php:1062, src/addons/googlecloud.php:1060,
#: src/methods/googledrive.php:832, src/methods/googledrive.php:833,
#: src/methods/googledrive.php:821, src/methods/googledrive.php:822
msgid "Account is not authorized."
msgstr "帳戶未被授權。"
#: src/addons/webdav.php:743, src/methods/googledrive.php:717,
#: src/methods/googledrive.php:779, src/methods/googledrive.php:797,
#: src/methods/googledrive.php:795
msgid "Failed to upload to %s"
msgstr "無法上傳至%s"
#: src/methods/googledrive.php:760
msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded is %d bytes"
msgstr ""
#: src/methods/googledrive.php:868, src/methods/googledrive.php:904
msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
msgstr ""
#: src/addons/googlecloud.php:904, src/addons/onedrive.php:1013,
#: src/methods/googledrive.php:674
msgid "you have authenticated your %s account."
msgstr ""
#: src/addons/googlecloud.php:904, src/addons/googlecloud.php:1030,
#: src/addons/onedrive.php:1013, src/addons/sftp.php:711,
#: src/addons/sftp.php:707, src/addons/wp-cli.php:500,
#: src/methods/addon-base-v2.php:358, src/methods/cloudfiles.php:590,
#: src/methods/googledrive.php:674, src/methods/openstack-base.php:535,
#: src/methods/s3.php:1451
msgid "Success"
msgstr "成功"
#: src/addons/onedrive.php:967, src/addons/pcloud.php:722,
#: src/methods/dropbox.php:964, src/methods/dropbox.php:955,
#: src/methods/googledrive.php:635
msgid "Your %s quota usage: %s %% used, %s available"
msgstr "你的 %s 限額使用量:%s %% 已使用,%s 可用"
#: src/methods/googledrive.php:598
msgid "%s authorization failed"
msgstr ""
#: src/methods/addon-not-yet-present.php:124
msgid "follow this link to get it"
msgstr ""
#: src/methods/addon-not-yet-present.php:125
msgid "%s support is available as an add-on"
msgstr ""
#: src/methods/addon-not-yet-present.php:34,
#: src/methods/addon-not-yet-present.php:76,
#: src/methods/addon-not-yet-present.php:83
msgid "You do not have the UpdraftPlus %s add-on installed - get it from %s"
msgstr ""
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:137
msgid "You need to re-authenticate with %s, as your existing credentials are not working."
msgstr ""
#: src/admin.php:3932, src/admin.php:3943, src/admin.php:3984,
#: src/admin.php:3980, src/restorer.php:537, src/restorer.php:4329,
#: src/restorer.php:4188, src/includes/class-remote-send.php:441,
#: src/includes/class-storage-methods-interface.php:329
msgid "OK"
msgstr "OK"
#: src/restorer.php:4293, src/restorer.php:4182
msgid "Table prefix has changed: changing %s table field(s) accordingly:"
msgstr ""
#: src/restorer.php:3990, src/includes/class-search-replace.php:519
msgid "the database query being run was:"
msgstr "執行數據庫查詢: "
#: src/restorer.php:2607
msgid "will restore as:"
msgstr "將還原為:"
#: src/restorer.php:2436, src/restorer.php:3064, src/restorer.php:3244
msgid "Old table prefix:"
msgstr ""
#: src/class-updraftplus.php:3871, src/class-updraftplus.php:5140,
#: src/addons/reporting.php:97, src/addons/reporting.php:206
msgid "Backup of:"
msgstr "備份"
#: src/restorer.php:2806
msgid "Failed to open database file"
msgstr "開啟數據庫檔案失敗"
#: src/restorer.php:2785
msgid "Failed to find database file"
msgstr "尋找數據庫檔案失敗"
#: src/restorer.php:1174
msgid "Failed to write out the decrypted database to the filesystem"
msgstr ""
#: src/restorer.php:1158
msgid "Failed to create a temporary directory"
msgstr "無法建立一個暫時目錄"
#: src/restorer.php:855
msgid "Failed to delete working directory after restoring."
msgstr ""
#: src/restorer.php:850
msgid "Cleaning up rubbish..."
msgstr "清理無用的檔案..."
#: src/restorer.php:849
msgid "Restoring the database (on a large site this can take a long time - if it times out (which can happen if your web hosting company has configured your hosting to limit resources) then you should use a different method, such as phpMyAdmin)..."
msgstr ""
#: src/restorer.php:846
msgid "Database successfully decrypted."
msgstr "數據庫已成功解密。"
#: src/restorer.php:845
msgid "Decrypting database (can take a while)..."
msgstr "正在解密數據庫 (需要一段時間) ..."
#: src/restorer.php:844
msgid "Unpacking backup..."
msgstr "正在解開備份..."
#: src/restorer.php:843
msgid "Copying this entity failed."
msgstr ""
#: src/restorer.php:842
msgid "Backup file not available."
msgstr ""
#: src/restorer.php:545, src/restorer.php:546
msgid "Could not read one of the files for restoration"
msgstr ""
#: src/restorer.php:725
msgid "Error message"
msgstr "錯誤訊息"
#: src/restorer.php:542
msgid "The backup records do not contain information about the proper size of this file."
msgstr ""
#: src/restorer.php:534
msgid "Archive is expected to be size:"
msgstr ""
#: src/admin.php:5286
msgid "If making a request for support, please include this information:"
msgstr "如需尋找支援, 請包含以下資訊"
#: src/admin.php:5286
msgid "ABORT: Could not find the information on which entities to restore."
msgstr "中斷: 找不到還原項目的資訊"
#: src/addons/wp-cli.php:747
msgid "UpdraftPlus Restoration: Progress"
msgstr "UpdraftPlus 還原設定: 過程"
#: src/admin.php:5244
msgid "This backup does not exist in the backup history - restoration aborted."
msgstr ""
#: src/admin.php:4660
msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
msgstr ""
#: src/admin.php:4745
msgid "Delete this backup set"
msgstr "刪除備份集"
#: src/admin.php:1162, src/templates/wp-admin/settings/form-contents.php:390
msgid "Save Changes"
msgstr "儲存變更"
#: src/templates/wp-admin/settings/form-contents.php:361
msgid "Disable SSL entirely where possible"
msgstr "如果可以, 完全禁止使用 SSL"
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "Note that not all cloud backup methods are necessarily using SSL authentication."
msgstr "注意並非所有雲端備份方法都需要使用 SSL 認證"
#: src/templates/wp-admin/settings/form-contents.php:356
msgid "Do not verify SSL certificates"
msgstr "不要驗證 SSL 憑證"
#: src/templates/wp-admin/settings/form-contents.php:351
msgid "Use the server's SSL certificates"
msgstr "使用伺服器的 SSL 證書"
#: src/admin.php:4235
msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
msgstr "如果不成功, 請檢查伺服器權限或使用伺服器上其他可寫入的目錄"
#: src/admin.php:4235
msgid "or, to reset this option"
msgstr "或者, 重設此選項"
#: src/admin.php:4235
msgid "Follow this link to attempt to create the directory and set the permissions"
msgstr ""
#: src/admin.php:4227
msgid "Backup directory specified is writable, which is good."
msgstr "指定的備份資料夾可以寫入, 非常好"
#: src/templates/wp-admin/settings/form-contents.php:335
msgid "Backup directory"
msgstr "備份資料夾"
#: src/templates/wp-admin/settings/form-contents.php:330
msgid "Delete local backup"
msgstr "刪除本機備份"
#: src/templates/wp-admin/settings/form-contents.php:310
msgid "open this to show some further options; don't bother with this unless you have a problem or are curious."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:310
msgid "Show expert settings"
msgstr "顯示進階設定"
#: src/templates/wp-admin/settings/form-contents.php:309
msgid "Expert settings"
msgstr "進階設定"
#: src/templates/wp-admin/settings/form-contents.php:320
msgid "Debug mode"
msgstr "除錯模式"
#: src/templates/wp-admin/settings/form-contents.php:305
msgid "Advanced / Debugging Settings"
msgstr "進階/除錯設定"
#: src/admin.php:946
msgid "Requesting start of backup..."
msgstr "正在請求開始備份"
#: src/admin.php:963, src/addons/morefiles.php:1034,
#: src/methods/backup-module.php:91,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:94
msgid "Cancel"
msgstr "取消"
#: src/admin.php:4510, src/addons/incremental.php:341,
#: src/addons/incremental.php:333, src/addons/reporting.php:270
msgid "None"
msgstr "無"
#: src/templates/wp-admin/settings/form-contents.php:104
msgid "Choose your remote storage"
msgstr "選擇你的遠端儲存空間"
#: src/templates/wp-admin/settings/form-contents.php:179
msgid "Manually decrypt a database backup file"
msgstr "手動解密數據庫備份檔"
#: src/templates/wp-admin/settings/form-contents.php:158
msgid "Database encryption phrase"
msgstr "數據庫加密短語 (phrase)"
#: src/admin.php:3391, src/methods/updraftvault.php:521,
#: src/templates/wp-admin/settings/form-contents.php:256,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:44
msgid "Email"
msgstr "電郵"
#: src/templates/wp-admin/settings/form-contents.php:148
msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
msgstr "以上的資料夾為所有的網站項目, 除了 WordPress 核心檔案, 因為你可以從 WordPress.org 下載"
#: src/addons/morefiles.php:368
msgid "Exclude these:"
msgstr "除了這些:"
#: src/admin.php:4319
msgid "Any other directories found inside wp-content"
msgstr "任何在 wp-content 內找尋到的資料夾"
#: src/templates/wp-admin/settings/form-contents.php:145
msgid "Include in files backup"
msgstr "包含在資料備份"
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "e.g. if your server is busy at day and you want to run overnight"
msgstr "e.g. 當你的伺服器平日很繁忙, 而你希望在午夜進行"
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "To fix the time at which a backup should take place,"
msgstr "修復備份開始時間"
#: src/templates/wp-admin/settings/form-contents.php:62
msgid "Database backup interval"
msgstr ""
#: src/addons/incremental.php:350, src/addons/incremental.php:337
msgid "Monthly"
msgstr "每月"
#: src/addons/incremental.php:349, src/addons/incremental.php:336
msgid "Fortnightly"
msgstr "每兩星期"
#: src/addons/incremental.php:348, src/addons/incremental.php:335
msgid "Weekly"
msgstr "每星期"
#: src/addons/incremental.php:347, src/addons/incremental.php:334
msgid "Daily"
msgstr "每日"
#: src/templates/wp-admin/settings/form-contents.php:25
msgid "Files backup interval"
msgstr ""
#: src/admin.php:973, src/admin.php:4186
msgid "Download log file"
msgstr "下載紀錄檔案"
#: src/admin.php:4048
msgid "The folder exists, but your webserver does not have permission to write to it."
msgstr "資料夾已存在, 但你的網頁伺服器未有寫入權限"
#: src/admin.php:4029
msgid "The request to the filesystem to create the directory failed."
msgstr "在檔案系統建立資料夾的請求失敗"
#: src/admin.php:964, src/admin.php:3925, src/admin.php:3940,
#: src/admin.php:3972, src/admin.php:4745,
#: src/includes/class-remote-send.php:696,
#: src/templates/wp-admin/settings/existing-backups-table.php:167,
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Delete"
msgstr "刪除"
#: src/admin.php:3877
msgid "show log"
msgstr "顯示紀錄"
#: src/templates/wp-admin/advanced/wipe-settings.php:10
msgid "This will delete all your UpdraftPlus settings - are you sure you want to do this?"
msgstr "這會刪除 UpdraftPlus 所有的設定 - 你確定要這樣做?"
#: src/templates/wp-admin/advanced/total-size.php:19
msgid "count"
msgstr "統計"
#: src/templates/wp-admin/advanced/total-size.php:9
msgid "N.B. This count is based upon what was, or was not, excluded the last time you saved the options."
msgstr "留意: 這個統計建基於是或者不是, 除了你上一次儲存的選項以外"
#: src/templates/wp-admin/advanced/total-size.php:6
msgid "Total (uncompressed) on-disk data:"
msgstr "磁碟數據總計 (未經壓縮)"
#: src/templates/wp-admin/advanced/site-info.php:84,
#: src/templates/wp-admin/settings/tab-addons.php:105,
#: src/templates/wp-admin/settings/tab-addons.php:118,
#: src/templates/wp-admin/settings/tab-addons.php:131,
#: src/templates/wp-admin/settings/tab-addons.php:144,
#: src/templates/wp-admin/settings/tab-addons.php:157,
#: src/templates/wp-admin/settings/tab-addons.php:170,
#: src/templates/wp-admin/settings/tab-addons.php:183,
#: src/templates/wp-admin/settings/tab-addons.php:196,
#: src/templates/wp-admin/settings/tab-addons.php:209,
#: src/templates/wp-admin/settings/tab-addons.php:222,
#: src/templates/wp-admin/settings/tab-addons.php:235,
#: src/templates/wp-admin/settings/tab-addons.php:248,
#: src/templates/wp-admin/settings/tab-addons.php:261,
#: src/templates/wp-admin/settings/tab-addons.php:274,
#: src/templates/wp-admin/settings/tab-addons.php:287,
#: src/templates/wp-admin/settings/tab-addons.php:304
msgid "No"
msgstr "否"
#: src/addons/webdav.php:439, src/templates/wp-admin/advanced/site-info.php:84,
#: src/templates/wp-admin/advanced/site-info.php:81,
#: src/templates/wp-admin/settings/tab-addons.php:79,
#: src/templates/wp-admin/settings/tab-addons.php:92,
#: src/templates/wp-admin/settings/tab-addons.php:95,
#: src/templates/wp-admin/settings/tab-addons.php:108,
#: src/templates/wp-admin/settings/tab-addons.php:121,
#: src/templates/wp-admin/settings/tab-addons.php:134,
#: src/templates/wp-admin/settings/tab-addons.php:147,
#: src/templates/wp-admin/settings/tab-addons.php:160,
#: src/templates/wp-admin/settings/tab-addons.php:173,
#: src/templates/wp-admin/settings/tab-addons.php:186,
#: src/templates/wp-admin/settings/tab-addons.php:199,
#: src/templates/wp-admin/settings/tab-addons.php:212,
#: src/templates/wp-admin/settings/tab-addons.php:225,
#: src/templates/wp-admin/settings/tab-addons.php:238,
#: src/templates/wp-admin/settings/tab-addons.php:251,
#: src/templates/wp-admin/settings/tab-addons.php:264,
#: src/templates/wp-admin/settings/tab-addons.php:277,
#: src/templates/wp-admin/settings/tab-addons.php:290,
#: src/templates/wp-admin/settings/tab-addons.php:307,
#: src/templates/wp-admin/settings/tab-addons.php:313
msgid "Yes"
msgstr "是"
#: src/admin.php:6113, src/admin.php:6117,
#: src/templates/wp-admin/advanced/site-info.php:58,
#: src/templates/wp-admin/advanced/site-info.php:64,
#: src/templates/wp-admin/advanced/site-info.php:76,
#: src/templates/wp-admin/advanced/site-info.php:77
msgid "%s version:"
msgstr "%s 版本:"
#: src/templates/wp-admin/advanced/site-info.php:56
msgid "Current memory usage"
msgstr "目前記憶體使用量"
#: src/templates/wp-admin/advanced/site-info.php:55
msgid "Peak memory usage"
msgstr "高峰記憶體使用量"
#: src/templates/wp-admin/advanced/site-info.php:35
msgid "Web server:"
msgstr "網頁伺服器:"
#: src/templates/wp-admin/settings/take-backup.php:99
msgid "Do you need WordPress Multisite support?"
msgstr "你需要 WordPress 多站點支援嗎?"
#: src/templates/wp-admin/settings/take-backup.php:95
msgid "Multisite"
msgstr "多站點"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:45
msgid "Do read this helpful article of useful things to know before restoring."
msgstr "在還原之前, 請先閱讀這篇文章以取得更多資訊"
#: src/addons/morefiles.php:152,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:82
msgid "%s restoration options:"
msgstr "%s 還原過程選項"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:75
msgid "You will need to restore it manually."
msgstr "你將需要手動進行還原"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:75
msgid "The following entity cannot be restored automatically: \"%s\"."
msgstr "以下實體未能自動還原: \"%s\""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "Your web server has PHP's so-called safe_mode active."
msgstr "你的網頁伺服器的 PHP 已啟用 的 safe_mode"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:44
msgid "Choose the components to restore"
msgstr "選擇組件以還原"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:44
msgid "Restoring will replace this site's themes, plugins, uploads, database and/or other content directories (according to what is contained in the backup set, and your selection)."
msgstr "還原將會取代這個網站的佈景主題, 插件, 上傳, 數據庫 及/或 其他內容的資料夾 (基於備份集和你選擇的內容)"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:32
msgid "Restore backup"
msgstr "還原備份"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:8
msgid "Delete backup set"
msgstr "刪除備份集"
#: src/admin.php:945
msgid "Download error: the server sent us a response which we did not understand."
msgstr "下載錯誤: 伺服器返回了一個未知的回應"
#: src/admin.php:99, src/admin.php:936, src/restorer.php:539,
#: src/restorer.php:567, src/restorer.php:2328, src/restorer.php:4369,
#: src/addons/backblaze.php:247, src/addons/backblaze.php:272,
#: src/addons/cloudfiles-enhanced.php:123, src/addons/s3-enhanced.php:236,
#: src/addons/s3-enhanced.php:241, src/addons/s3-enhanced.php:243,
#: src/addons/sftp.php:1040, src/addons/webdav.php:434,
#: src/includes/class-remote-send.php:359,
#: src/includes/class-remote-send.php:411,
#: src/includes/class-remote-send.php:405,
#: src/includes/class-remote-send.php:480,
#: src/includes/class-remote-send.php:538,
#: src/includes/class-remote-send.php:565,
#: src/includes/class-remote-send.php:620,
#: src/includes/class-remote-send.php:608,
#: src/includes/class-remote-send.php:603,
#: src/includes/class-remote-send.php:593,
#: src/includes/class-search-replace.php:333,
#: src/includes/class-search-replace.php:519,
#: src/includes/migrator-lite.php:614, src/includes/migrator-lite.php:924,
#: src/includes/migrator-lite.php:1002, src/methods/remotesend.php:80,
#: src/methods/remotesend.php:258, src/methods/updraftvault.php:722
msgid "Error:"
msgstr "錯誤:"
#: src/admin.php:927
msgid "calculating..."
msgstr "計算中..."
#: src/templates/wp-admin/settings/downloading-and-restoring.php:68,
#: src/templates/wp-admin/settings/tab-backups.php:70
msgid "UpdraftPlus - Upload backup files"
msgstr "UpdraftPlus - 上傳備份檔案"
#: src/includes/class-filesystem-functions.php:105,
#: src/templates/wp-admin/advanced/site-info.php:51
msgid "refresh"
msgstr "重新整理"
#: src/includes/class-filesystem-functions.php:126,
#: src/templates/wp-admin/advanced/site-info.php:51
msgid "Web-server disk space in use by UpdraftPlus"
msgstr "UpdraftPlus 已佔用的空間"
#: src/includes/class-filesystem-functions.php:126
msgid "This is a count of the contents of your Updraft directory"
msgstr "這是你 Updraft 資料夾的內容總計"
#: src/addons/google-enhanced.php:126, src/methods/googledrive.php:324,
#: src/methods/googledrive.php:322, src/methods/googledrive.php:674,
#: src/methods/googledrive.php:717, src/methods/googledrive.php:760,
#: src/methods/googledrive.php:767, src/methods/googledrive.php:779,
#: src/methods/googledrive.php:797, src/methods/googledrive.php:795,
#: src/methods/googledrive.php:1488, src/methods/googledrive.php:1489,
#: src/methods/googledrive.php:1491, src/methods/googledrive.php:1493,
#: src/methods/googledrive.php:1515, src/methods/googledrive.php:1515
msgid "Google Drive"
msgstr "Google 雲端硬碟"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:59,
#: src/templates/wp-admin/settings/tab-backups.php:63
msgid "If you are using this, then turn Turbo/Road mode off."
msgstr "如果你正在使用它, 請關閉 Turbo/Road 模式"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:59,
#: src/templates/wp-admin/settings/tab-backups.php:63
msgid "Opera web browser"
msgstr "Opera 瀏覽器"
#: src/templates/wp-admin/settings/downloading-and-restoring.php:47,
#: src/templates/wp-admin/settings/tab-backups.php:51
msgid "More tasks:"
msgstr "更多任務:"
#: src/admin.php:3553
msgid "Download most recently modified log file"
msgstr "下載最近修改過的紀錄"
#: src/admin.php:3515, src/admin.php:3509, src/addons/autobackup.php:372,
#: src/addons/autobackup.php:467,
#: src/templates/wp-admin/settings/take-backup.php:72
msgid "Last log message"
msgstr "最近紀錄訊息"
#: src/admin.php:740, src/admin.php:972, src/admin.php:4660,
#: src/addons/migrator.php:248
msgid "Restore"
msgstr "還原"
#: src/admin.php:962, src/templates/wp-admin/settings/take-backup.php:52
msgid "Backup Now"
msgstr "立即備份"
#: src/templates/wp-admin/settings/take-backup.php:47
msgid "Time now"
msgstr ""
#: src/admin.php:441, src/admin.php:4485, src/admin.php:4538,
#: src/admin.php:5142, src/restorer.php:677, src/addons/moredatabase.php:266,
#: src/addons/reporting.php:285, src/addons/wp-cli.php:434,
#: src/includes/class-remote-send.php:445,
#: src/includes/class-wpadmin-commands.php:154,
#: src/includes/class-wpadmin-commands.php:629,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:81,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
#: src/templates/wp-admin/settings/take-backup.php:34
msgid "Database"
msgstr "數據庫"
#: src/admin.php:431, src/admin.php:5899,
#: src/templates/wp-admin/settings/take-backup.php:24
msgid "Files"
msgstr "檔案"
#: src/templates/wp-admin/settings/take-backup.php:19
msgid "Next scheduled backups"
msgstr "下次排程備份"
#: src/admin.php:410
msgid "At the same time as the files backup"
msgstr "在檔案備份期間同時進行"
#: src/admin.php:400, src/admin.php:421, src/admin.php:428, src/admin.php:471,
#: src/admin.php:502
msgid "Nothing currently scheduled"
msgstr "目前未有排程任務"
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "JavaScript warning"
msgstr "JavaScript 警告"
#: src/admin.php:948
msgid "Delete Old Directories"
msgstr "刪除舊有資料夾"
#: src/admin.php:3050
msgid "Current limit is:"
msgstr "目前限制為:"
#: src/admin.php:3012
msgid "Your backup has been restored."
msgstr "你的備份已還原"
#: src/templates/wp-admin/settings/header.php:25
msgid "Version"
msgstr "版本"
#: src/templates/wp-admin/settings/header.php:25
msgid "Lead developer's homepage"
msgstr "主要開發者網頁"
#: src/admin.php:5793
msgid "Your settings have been wiped."
msgstr "你的設定已被抹除"
#: src/admin.php:2969
msgid "Backup directory successfully created."
msgstr "備份資料夾已成功建立"
#: src/admin.php:2962
msgid "Backup directory could not be created"
msgstr "無法建立備份資料夾"
#: src/admin.php:3888
msgid "Remove old directories"
msgstr "移除舊資料夾"
#: src/includes/migrator-lite.php:245, src/includes/migrator-lite.php:261
msgid "Return to UpdraftPlus Configuration"
msgstr "返回 UpdraftPlus 設定"
#: src/admin.php:941, src/admin.php:2971, src/admin.php:3895,
#: src/admin.php:5091, src/admin.php:5080, src/admin.php:5068,
#: src/templates/wp-admin/settings/existing-backups-table.php:19,
#: src/templates/wp-admin/settings/existing-backups-table.php:142
msgid "Actions"
msgstr "動作"
#: src/admin.php:2854
msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
msgstr "錯誤的檔案格式 - 似乎這個已加密的數據庫檔案不是由 UpdraftPlus 建立的"
#: src/admin.php:2743
msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
msgstr "錯誤的檔案格式 - 似乎這個檔案不是由 UpdraftPlus 建立的"
#: src/admin.php:2631
msgid "No local copy present."
msgstr "未有本機副本"
#: src/admin.php:2628
msgid "Download in progress"
msgstr "正在下載中"
#: src/admin.php:939, src/admin.php:2617
msgid "File ready."
msgstr "檔案已預備"
#: src/admin.php:2598
msgid "Download failed"
msgstr "下載失敗"
#: src/admin.php:937, src/class-updraftplus.php:1570,
#: src/class-updraftplus.php:1614, src/restorer.php:4326,
#: src/restorer.php:4184, src/restorer.php:4209, src/updraftplus.php:226,
#: src/addons/webdav.php:743, src/addons/wp-cli.php:503,
#: src/includes/class-filesystem-functions.php:439,
#: src/includes/class-storage-methods-interface.php:338,
#: src/methods/addon-base-v2.php:100, src/methods/addon-base-v2.php:105,
#: src/methods/addon-base-v2.php:239, src/methods/addon-base-v2.php:259,
#: src/methods/googledrive.php:1416, src/udaddons/options.php:250
msgid "Error"
msgstr "錯誤"
#: src/admin.php:2342
msgid "Could not find that job - perhaps it has already finished?"
msgstr "無法找到任務 - 或許它已經完成?"
#: src/admin.php:2335
msgid "Job deleted"
msgstr "任務已刪除"
#: src/admin.php:2458, src/includes/class-commands.php:992
msgid "You should soon see activity in the \"Last log message\" field below."
msgstr ""
#: src/admin.php:1018
msgid "Nothing yet logged"
msgstr "未有任何紀錄"
#: src/admin.php:1394
msgid "Please consult this FAQ if you have problems backing up."
msgstr "如果你有任何備份的問題, 請查閱這份 FAQ"
#: src/admin.php:1394
msgid "Your website is hosted using the %s web server."
msgstr "你的網頁使用 %s 網頁伺服器"
#: src/admin.php:1375, src/admin.php:1380, src/admin.php:1386,
#: src/admin.php:1390, src/admin.php:1394, src/admin.php:1398,
#: src/admin.php:1416, src/admin.php:1429, src/admin.php:4426,
#: src/admin.php:4424, src/admin.php:4417, src/admin.php:6083,
#: src/admin.php:6363, src/addons/azure.php:689,
#: src/includes/migrator-lite.php:668, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/dreamobjects.php:182,
#: src/methods/ftp.php:116, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:926,
#: src/methods/s3.php:930, src/methods/s3.php:1080, src/methods/s3.php:1081,
#: src/methods/s3generic.php:192, src/methods/s3generic.php:193,
#: src/methods/updraftvault.php:477, src/udaddons/updraftplus-addons.php:325,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "Warning"
msgstr "警告"
#: src/admin.php:756, src/admin.php:1297, src/admin.php:3212
msgid "Settings"
msgstr "設定"
#: src/backup.php:3093
msgid "Infinite recursion: consult your log for more information"
msgstr "無限遞迴: 查閱紀錄以取得更多資訊"
#: src/class-updraftplus.php:4836, src/addons/azure.php:301,
#: src/methods/googledrive.php:1416, src/methods/s3.php:370
msgid "File not found"
msgstr "無法找到檔案"
#: src/includes/class-updraftplus-encryption.php:354
msgid "The decryption key used:"
msgstr "使用的密碼:"
#: src/backup.php:2934
msgid "Could not open the backup file for writing"
msgstr "無法寫入備份檔案"
#: src/class-updraftplus.php:4533
msgid "Could not read the directory"
msgstr "無法讀取資料夾"
#: src/admin.php:2685, src/backup.php:1340
msgid "Backup directory (%s) is not writable, or does not exist."
msgstr "備份資料夾 (%s) 可能未有寫入權限, 或資料夾不存在"
#: src/class-updraftplus.php:3872
msgid "WordPress backup is complete"
msgstr "WordPress 備份已完成"
#: src/class-updraftplus.php:3690
msgid "The backup attempt has finished, apparently unsuccessfully"
msgstr "備份工作已完成, 但似乎不成功"
#: src/class-updraftplus.php:2109
msgid "Others"
msgstr "其他"
#: src/class-updraftplus.php:2092, src/addons/multisite.php:526
msgid "Uploads"
msgstr "上傳檔案"
#: src/class-updraftplus.php:2091
msgid "Themes"
msgstr "佈景主題"
#: src/class-updraftplus.php:2090
msgid "Plugins"
msgstr "外掛"
#: src/class-updraftplus.php:740
msgid "No log files were found."
msgstr "沒有找到紀錄檔"
#: src/admin.php:2551, src/admin.php:2547, src/class-updraftplus.php:735
msgid "The log file could not be read."
msgstr "無法讀取紀錄檔"
#: src/admin.php:1456, src/admin.php:1477, src/admin.php:1515,
#: src/class-updraftplus.php:663, src/class-updraftplus.php:735,
#: src/class-updraftplus.php:740, src/class-updraftplus.php:745
msgid "UpdraftPlus notice:"
msgstr "UpdraftPlus 提醒:"
#: src/options.php:92, src/addons/multisite.php:116,
#: src/addons/multisite.php:815
msgid "UpdraftPlus Backups"
msgstr "UpdraftPlus 備份" languages/updraftplus-ko_KR.po 0000644 00001120627 14740035567 0012452 0 ustar 00 # Translation of UpdraftPlus in Korean
# This file is distributed under the same license as the UpdraftPlus package.
msgid ""
msgstr ""
"PO-Revision-Date: 2021-04-05 14:33:28+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: ko_KR\n"
"Project-Id-Version: UpdraftPlus\n"
#: src/addons/googlecloud.php:518
msgid "%s suthorization failed"
msgstr ""
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Turning off any debugging settings may also help."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "It's free to use or try up to 5 sites."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "If you have a few sites, it'll save hours."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:40
msgid "See our documentation on how to carry out a normal migration here"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:40
msgid "Temporary clones of WordPress subdomain multisite installations are not yet supported."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "UpdraftClone does the work."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "Press the buttons..."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Rather than test things on your live site, you can UpdraftClone it, and then throw away your clone when done."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "A temporary clone is an instant copy of this website, running on our servers."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "You either need to activate it within your browser, or to use a JavaScript-capable browser."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "This admin interface uses JavaScript heavily."
msgstr ""
#: src/templates/wp-admin/settings/tab-backups.php:80
msgid "Drop your backup files"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:346,
#: src/templates/wp-admin/settings/tab-addons.php:347
msgid "Keeps your WordPress site up to date and bug free."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:334,
#: src/templates/wp-admin/settings/tab-addons.php:335
msgid "A comprehensive and easy to use security plugin and site scanning service."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:330,
#: src/templates/wp-admin/settings/tab-addons.php:330,
#: src/templates/wp-admin/settings/tab-addons.php:336,
#: src/templates/wp-admin/settings/tab-addons.php:336,
#: src/templates/wp-admin/settings/tab-addons.php:342,
#: src/templates/wp-admin/settings/tab-addons.php:342,
#: src/templates/wp-admin/settings/tab-addons.php:348,
#: src/templates/wp-admin/settings/tab-addons.php:348
msgid "Demo in WP Playground"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:328,
#: src/templates/wp-admin/settings/tab-addons.php:329
msgid "It cleans the database, compresses images and caches pages for ultimate speed."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:328,
#: src/templates/wp-admin/settings/tab-addons.php:329
msgid "Makes your site fast and efficient."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:89
msgid "UpdraftPlus free includes Dropbox, Google Drive, Amazon S3, Rackspace and more."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:89
msgid "To avoid server-wide risks, always backup to remote cloud storage."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:13
msgid "After using it once, you'll have saved the purchase price compared to the time needed to copy a site by hand."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:13
msgid "Then, try out our \"Migrator\" add-on which can perform a direct site-to-site migration."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "Note that some cloud storage providers do not allow this (e.g. Dropbox), so with those providers this setting will have no effect."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "Choosing this option lowers your security by stopping UpdraftPlus from using SSL for authentication and encrypted transport at all, where possible."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "It means that UpdraftPlus will be using SSL only for encryption of traffic, and not for authentication."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "Choosing this option lowers your security by stopping UpdraftPlus from verifying the identity of encrypted sites that it connects to (e.g. Dropbox, Google Drive)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "However, if you get an SSL error, then choosing this option (which causes UpdraftPlus to use your web server's collection instead) may help."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "We keep these up to date."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:352
msgid "By default UpdraftPlus uses its own store of SSL certificates to verify the identity of remote sites (i.e. to make sure it is talking to the real Dropbox, Amazon S3, etc., and not an attacker)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "It is relative to your content directory (which by default is called wp-content)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "This directory must be writable by your web server."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "This is where UpdraftPlus will write the zip files it creates initially."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "Be careful to leave some margin if your web-server has a hard size limit (e.g. the 2 GB / 2048 MB limit on some 32-bit servers/file systems)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "The default value is %s megabytes."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "UpdraftPlus will split up backup archives when they exceed this file size."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:135
msgid "This is not recommended (unless you plan to manually copy them to your computer), as losing the web-server would mean losing both your website and the backups in one event."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:135
msgid "If you choose no remote storage, then the backups remain on the web-server."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "This can corrupt backups that you download from here."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "Your WordPress installation has a problem with outputting extra whitespace."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "You are recommended to turn safe_mode off, or to restore only one entity at a time"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "This makes time-outs much more likely."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "Designed to optimize your store, enhance user experience and increase revenue!"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "Quality add-ons for WooCommerce."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:35
msgid "WP Overnight"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "You don’t need to be an SEO expert to use this plugin."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Save time and boost SEO!"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Automate the building of internal links on your WordPress website."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:31
msgid "Internal Link Juicer"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid " Comprehensive, cost-effective, 5* rated and easy to use."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "Secure your WordPress website with AIOS."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "Still on the fence?"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:27
msgid "All-In-One Security (AIOS)"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:24
msgid "Cache your site, clean the database and compress images."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:24
msgid "Speed up and optimize your WordPress website."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:18
msgid " Upgrade for automatic backups before updates, incremental backups, more remote storage locations, premium support and"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:10
msgid "Protect your WordPress investment with premium features, or check out our other 5* rated plugins below:"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:12
msgid "All 5* rated and actively installed on millions of WordPress websites:"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:12
msgid "If you like UpdraftPlus, you'll love our other plugins."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "You can also do this before deactivating/deinstalling UpdraftPlus if you wish."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "You will then need to enter all your settings again."
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:28
msgid "Database size"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:66
msgid "Database maximum packet size:"
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:12
msgid "This tool will replace all your saved settings."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:12
msgid "You can also import previously-exported settings."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "This tool will export what is currently in the settings tab."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "Here, you can export your UpdraftPlus settings (%s), either for using on another site, or to keep as a backup."
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:35
msgid "Type"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:34
msgid "Index size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:33
msgid "Data size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:32
msgid "Records"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:31
msgid "Table name"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:25
msgid "Refresh"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:24
msgid "Clear"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:19
msgid "Reducing your database size with WP-Optimize helps to maintain a fast, efficient, and user-friendly website."
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:10
msgid "Total Size"
msgstr ""
#: src/templates/wp-admin/advanced/db-size.php:6
msgid "Search for table"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:371
msgid "So far %s data archives totalling %s have been received"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:371
msgid "The sending of the site data has begun."
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "You can shut this clone down at the following link:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "Each time your clone renews (weekly) it costs %s."
msgstr ""
#: src/central/modules/updates.php:715
msgid "If installing, then proceed with caution by first doing a backup."
msgstr ""
#: src/central/modules/updates.php:715
msgid "This % does not provide information to allow determining whether the latest version is compatible with your WordPress or PHP installation."
msgstr ""
#: src/central/modules/updates.php:706
msgid "The latest update for this %s has not been tested with the WordPress version installed on the remote site and may have compatibility issues when used."
msgstr ""
#: src/central/modules/updates.php:696
msgid "The minimum PHP version supported by this %s is %s."
msgstr ""
#: src/central/modules/updates.php:696
msgid "The latest update for this %s is not compatible with the PHP version installed on the remote site."
msgstr ""
#: src/central/modules/updates.php:686
msgid "The minimum WordPress version supported by this %s is %s."
msgstr ""
#: src/central/modules/updates.php:686
msgid "The latest update for this %s is not compatible with the WordPress version installed on the remote site."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1056
msgid "No response data was received."
msgstr ""
#: src/udaddons/updraftplus-addons.php:332
msgid "You will no longer receive updates to UpdraftPlus."
msgstr ""
#: src/udaddons/updraftplus-addons.php:332
msgid "Your paid access to UpdraftPlus updates for this site has expired."
msgstr ""
#: src/udaddons/options.php:536
msgid "Follow this link to activate this licence"
msgstr ""
#: src/udaddons/options.php:536
msgid "%s available to claim on this site."
msgstr ""
#: src/udaddons/options.php:339
msgid "You can now use your purchase!"
msgstr ""
#: src/udaddons/options.php:339
msgid "The claim and installation was successful."
msgstr ""
#: src/udaddons/options.php:338
msgid "Response was:"
msgstr ""
#: src/udaddons/options.php:338
msgid "An unknown response was received."
msgstr ""
#: src/udaddons/options.php:259
msgid "This ensures %s can connect and update."
msgstr ""
#: src/udaddons/options.php:259
msgid "Please list %s in the %s constant."
msgstr ""
#: src/udaddons/options.php:254
msgid "Please make sure that %s is not set to \"true\" in your wp-config file - this ensures UpdraftPlus can connect and update."
msgstr ""
#: src/udaddons/options.php:250
msgid "This is incompatible with WordPress's updates mechanism; you will not be able to receive updates."
msgstr ""
#: src/udaddons/options.php:250
msgid "You have installed this plugin in your plugins folder (%s) with a non-default name %s which is different to %s."
msgstr ""
#: src/udaddons/options.php:143
msgid "To fix this problem, contact your web hosting company."
msgstr ""
#: src/udaddons/options.php:143
msgid "You can try it, but don't be surprised if it does not work."
msgstr ""
#: src/udaddons/options.php:143
msgid "Your web server's version of PHP is too old (%s) - UpdraftPlus expects at least %s."
msgstr ""
#: src/methods/updraftvault.php:943
msgid "An unknown error occurred while connecting to Vault."
msgstr ""
#: src/methods/updraftvault.php:477
msgid "Your web server's PHP installation does not include a required (for %s) module (%s)."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "If you do not wish this to happen, then you should renew as soon as possible."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "In a few days' time, your stored data will be permanently removed."
msgstr ""
#: src/methods/updraftvault.php:331
msgid "You have an UpdraftPlus Vault subscription that has not been renewed, and the grace period has expired."
msgstr ""
#: src/methods/updraftvault.php:328
msgid "Please renew as soon as possible!"
msgstr ""
#: src/methods/updraftvault.php:328
msgid "You are within the few days of grace period before it will be suspended, and you will lose your quota and access to data stored within it."
msgstr ""
#: src/methods/updraftvault.php:328
msgid "You have an UpdraftPlus Vault subscription with overdue payment."
msgstr ""
#: src/methods/updraftvault.php:325
msgid "You should renew immediately to avoid losing the 12 months of free storage allowance that you get for being a current UpdraftPlus Premium customer."
msgstr ""
#: src/methods/updraftvault.php:325
msgid "Your UpdraftPlus Premium purchase is over a year ago."
msgstr ""
#: src/methods/updraftvault.php:257
msgid "Please try again after a few minutes."
msgstr ""
#: src/methods/updraftvault.php:257, src/methods/updraftvault.php:941
msgid "An error occurred while fetching your Vault credentials."
msgstr ""
#: src/methods/s3generic.php:212
msgid "SigV2"
msgstr ""
#: src/methods/s3generic.php:211
msgid "SigV4"
msgstr ""
#: src/methods/s3generic.php:209
msgid "Read more about signature version"
msgstr ""
#: src/methods/s3generic.php:208
msgid "Signature version"
msgstr ""
#: src/methods/s3.php:826, src/methods/s3.php:871
msgid "Error: Failed to download %s."
msgstr ""
#: src/methods/s3.php:542, src/methods/s3.php:736, src/methods/s3.php:846,
#: src/methods/s3.php:826, src/methods/s3.php:871
msgid "Check your permissions and credentials."
msgstr ""
#: src/methods/s3.php:542, src/methods/s3.php:736, src/methods/s3.php:846
msgid "Error: Failed to access bucket %s."
msgstr ""
#: src/methods/openstack2.php:247
msgid "Authentication URI"
msgstr ""
#: src/methods/openstack2.php:244
msgid "Get your access credentials from your OpenStack Swift provider, and then pick a container name to use for storage."
msgstr ""
#: src/methods/googledrive.php:1515
msgid "%s does not allow authorisation of sites hosted on direct IP addresses."
msgstr ""
#: src/methods/googledrive.php:1512
msgid "Account holder's name"
msgstr ""
#: src/methods/googledrive.php:859
msgid "%s for %s"
msgstr ""
#: src/methods/googledrive.php:423
msgid "Please create a new Google Drive project and reconnect with UpdraftPlus."
msgstr ""
#: src/methods/googledrive.php:423
msgid "The client has been deleted from the Google Drive API console."
msgstr ""
#: src/methods/email.php:30
msgid "If so, you should switch to using a different remote storage method."
msgstr ""
#: src/methods/email.php:30
msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size)."
msgstr ""
#: src/methods/dropbox.php:612
msgid "Your Dropbox App Secret"
msgstr ""
#: src/methods/dropbox.php:611
msgid "Your Dropbox App Key"
msgstr ""
#: src/methods/dropbox.php:528
msgid "You are not authenticated with %s"
msgstr ""
#: src/methods/dropbox.php:482
msgid "You are not authenticated with %s (whilst deleting)"
msgstr ""
#: src/methods/dropbox.php:194, src/methods/dropbox.php:211
msgid "You are not authenticated with Dropbox"
msgstr ""
#: src/methods/dreamobjects.php:192, src/methods/s3.php:1049,
#: src/methods/s3.php:1089, src/methods/s3generic.php:200
msgid "Examples: mybucket, mybucket/mypath"
msgstr ""
#: src/methods/dreamobjects.php:192, src/methods/s3.php:1049,
#: src/methods/s3.php:1089, src/methods/s3generic.php:200
msgid "Enter only a bucket name or a bucket and path."
msgstr ""
#: src/methods/dreamobjects.php:183, src/methods/s3.php:936,
#: src/methods/s3.php:1079
msgid "This bucket will be created for you if it does not already exist."
msgstr ""
#: src/methods/dreamobjects.php:183, src/methods/s3.php:936,
#: src/methods/s3.php:1079
msgid "Get your access key and secret key from your %s console, then pick a (globally unique - all %s users) bucket name (letters and numbers) (and optionally a path) to use for storage."
msgstr ""
#: src/methods/cloudfiles.php:455, src/methods/dreamobjects.php:181,
#: src/methods/dreamobjects.php:182, src/methods/openstack-base.php:577,
#: src/methods/s3.php:926, src/methods/s3.php:930
msgid "Your web server's PHP installation does not included a required module (%s)."
msgstr ""
#: src/methods/cloudfiles-new.php:284, src/methods/cloudfiles.php:461,
#: src/methods/openstack2.php:244
msgid "This container will be created for you if it does not already exist."
msgstr ""
#: src/methods/cloudfiles-new.php:284
msgid "Get your API key from your Rackspace Cloud console (read instructions here), then pick a container name to use for storage."
msgstr ""
#: src/methods/cloudfiles-new.php:281, src/methods/cloudfiles-new.php:282,
#: src/methods/cloudfiles.php:455, src/methods/dreamobjects.php:181,
#: src/methods/openstack-base.php:577, src/methods/openstack2.php:242,
#: src/methods/s3.php:930, src/methods/s3.php:1081,
#: src/methods/s3generic.php:193
msgid "UpdraftPlus's %s module requires %s."
msgstr ""
#: src/methods/cloudfiles-new.php:281, src/methods/cloudfiles-new.php:282,
#: src/methods/openstack2.php:242, src/methods/s3.php:1080,
#: src/methods/s3.php:1081, src/methods/s3generic.php:192,
#: src/methods/s3generic.php:193
msgid "Your web server's PHP installation does not include a required module (%s)."
msgstr ""
#: src/methods/backup-module.php:89
msgid "Select existing folder"
msgstr ""
#: src/methods/addon-not-yet-present.php:126
msgid "Your PHP version: %s."
msgstr ""
#: src/includes/updraftplus-tour.php:196
msgid "You are now all set to use UpdraftPlus!"
msgstr ""
#: src/includes/updraftplus-tour.php:130, src/includes/updraftplus-tour.php:182
msgid "If not, your backups remain on the same server as your site."
msgstr ""
#: src/includes/updraftplus-tour.php:130, src/includes/updraftplus-tour.php:182
msgid "Now select a remote storage destination to protect against server-wide threats."
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "30 September"
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "Be quick, offer ends %s."
msgstr ""
#: src/includes/updraftplus-notices.php:275
msgid "Visit any of our websites and use code %s at checkout to get 20%% off all our plugins."
msgstr ""
#: src/includes/updraftplus-notices.php:262
msgid "31 July"
msgstr ""
#: src/includes/updraftplus-notices.php:261
msgid "Summer Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:249
msgid "31 May"
msgstr ""
#: src/includes/updraftplus-notices.php:248
msgid "Spring Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:236
msgid "28 January"
msgstr ""
#: src/includes/updraftplus-notices.php:235
msgid "New Year Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:223
msgid "3 December"
msgstr ""
#: src/includes/updraftplus-notices.php:223,
#: src/includes/updraftplus-notices.php:236,
#: src/includes/updraftplus-notices.php:249,
#: src/includes/updraftplus-notices.php:262
msgid "Offer ends %s"
msgstr ""
#: src/includes/updraftplus-notices.php:223,
#: src/includes/updraftplus-notices.php:236,
#: src/includes/updraftplus-notices.php:249,
#: src/includes/updraftplus-notices.php:262
msgid "Save 20%% with code %s."
msgstr ""
#: src/includes/updraftplus-notices.php:222
msgid "Black Friday Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Or if you have any issues or questions please leave us a support message"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "If you like us, please consider leaving a positive review to spread the word."
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Hey - We noticed UpdraftPlus has kept your site safe for a while."
msgstr ""
#: src/includes/updraftplus-notices.php:93
msgid "Includes find-and-replace tool for database references."
msgstr ""
#: src/includes/updraftplus-notices.php:93
msgid "Copy your site to another domain directly."
msgstr ""
#: src/includes/updraftplus-notices.php:60
msgid "Plus many more options."
msgstr ""
#: src/includes/updraftplus-notices.php:60
msgid "Enhanced storage options for Dropbox, Google Drive and S3."
msgstr ""
#: src/includes/updraftplus-notices.php:29
msgid "Backup incremental changes instead of full backups (saving server resources), clone or migrate your site with ease, get more remote storage locations, premium support and more."
msgstr ""
#: src/includes/updraftplus-notices.php:28
msgid "Backup, migrate and restore with Premium."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "Please try again later."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "The server might be busy or you have lost your connection to the internet at the time of the request."
msgstr ""
#: src/includes/updraftcentral.php:21, src/includes/updraftplus-clone.php:21
msgid "An error has occurred while processing your request."
msgstr ""
#: src/includes/S3.php:1927
msgid "Please ask your webserver support how to upgrade your PHP and cURL library versions to use non-obsolete TLS versions."
msgstr ""
#: src/includes/S3.php:1927
msgid "Your PHP installation failed a TLS v1.2 connection test, which is the minimum version required by Amazon."
msgstr ""
#: src/includes/S3.php:1927
msgid "Connecting to Amazon S3 failed."
msgstr ""
#: src/includes/migrator-lite.php:334
msgid "If that is not yet set up, then you should set it up, or use below search and replace so that the non-https links are automatically replaced."
msgstr ""
#: src/includes/migrator-lite.php:334
msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem."
msgstr ""
#: src/includes/migrator-lite.php:323
msgid "Otherwise, you will want to use below search and replace to search/replace the site address so that the site can be visited without https."
msgstr ""
#: src/includes/migrator-lite.php:323
msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site."
msgstr ""
#: src/includes/class-wpadmin-commands.php:586
msgid "This is normally caused by file permissions."
msgstr ""
#: src/includes/class-wpadmin-commands.php:261
msgid "Now press Restore again to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:263
msgid "If all is well, then now press Restore again to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:236
msgid "Now press Restore to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:236,
#: src/includes/class-wpadmin-commands.php:261
msgid "The backup archive files have been successfully processed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238,
#: src/includes/class-wpadmin-commands.php:263
msgid "Otherwise, cancel and correct any problems first."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238
msgid "If all is well, then press Restore to proceed."
msgstr ""
#: src/includes/class-wpadmin-commands.php:238,
#: src/includes/class-wpadmin-commands.php:263
msgid "The backup archive files have been processed, but with some warnings."
msgstr ""
#: src/includes/class-wpadmin-commands.php:240,
#: src/includes/class-wpadmin-commands.php:265
msgid "You will need to cancel and correct any problems before retrying."
msgstr ""
#: src/includes/class-wpadmin-commands.php:240,
#: src/includes/class-wpadmin-commands.php:265
msgid "The backup archive files have been processed, but with some errors."
msgstr ""
#: src/includes/class-wpadmin-commands.php:130
msgid "If you have a lot of data to import, and if the restore operation times out, then you will need to ask your web hosting company for ways to raise this limit (or attempt the restoration piece-by-piece)."
msgstr ""
#: src/includes/class-wpadmin-commands.php:130
msgid "The PHP setup on this webserver allows only %s seconds for PHP to run, and does not allow this limit to be raised."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:103
msgid "No, please don't."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:103
msgid "Yes, show me the news."
msgstr ""
#: src/includes/class-updraft-dashboard-news-offer.php:102
msgid "Do you want to see official news from this plugin in this Events and News section?"
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "The remote storage method in use (%s) does not allow us to retrieve files."
msgstr ""
#: src/includes/class-storage-methods-interface.php:392
msgid "The backup archive for this file could not be found."
msgstr ""
#: src/includes/class-remote-send.php:671
msgid "This action cannot be undone."
msgstr ""
#: src/includes/class-remote-send.php:671
msgid "You are about to permanently delete the list of existing sites."
msgstr ""
#: src/includes/class-remote-send.php:565
msgid "It is deprecated, causes encryption to malfunction, and should be turned off."
msgstr ""
#: src/includes/class-remote-send.php:565
msgid "The setting %s is turned on in your PHP settings."
msgstr ""
#: src/includes/class-remote-send.php:425
msgid "If you are sending from an external network, it is likely that a firewall will be blocking this."
msgstr ""
#: src/includes/class-remote-send.php:425
msgid "The site URL you are sending to (%s) looks like a local development website."
msgstr ""
#. translators: Deleted long text.
#: src/includes/class-manipulation-functions.php:509
msgid "This content was deleted in order to anonymize it."
msgstr ""
#. translators: Deleted text.
#: src/includes/class-manipulation-functions.php:505
msgid "[deleted]"
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "Intended for use by intercepting proxies used to control access to the network (e.g., \"captive portals\" used to require agreement to Terms of Service before granting full Internet access via a Wi-Fi hotspot)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "The client needs to authenticate to gain network access"
msgstr ""
#: src/includes/class-http-error-descriptions.php:79
msgid "Network Authentication Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:78
msgid "Further extensions to the request are required for the server to fulfil it."
msgstr ""
#: src/includes/class-http-error-descriptions.php:78
msgid "Not Extended"
msgstr ""
#: src/includes/class-http-error-descriptions.php:77
msgid "The server detected an infinite loop while processing the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:77
msgid "Loop Detected"
msgstr ""
#: src/includes/class-http-error-descriptions.php:76
msgid "The server is unable to store the representation needed to complete the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:76
msgid "Insufficient Storage"
msgstr ""
#: src/includes/class-http-error-descriptions.php:75
msgid "Transparent content negotiation for the request results in a circular reference."
msgstr ""
#: src/includes/class-http-error-descriptions.php:75
msgid "Variant Also Negotiates"
msgstr ""
#: src/includes/class-http-error-descriptions.php:74
msgid "The server does not support the HTTP protocol version used in the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:74
msgid "HTTP Version Not Supported"
msgstr ""
#: src/includes/class-http-error-descriptions.php:73
msgid "The server was acting as a gateway or proxy and did not receive a timely response from the upstream server."
msgstr ""
#: src/includes/class-http-error-descriptions.php:73
msgid "Gateway Timeout"
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "Generally, this is a temporary state."
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "The server cannot handle the request (because it is overloaded or down for maintenance)"
msgstr ""
#: src/includes/class-http-error-descriptions.php:71
msgid "The server was acting as a gateway or proxy and received an invalid response from the upstream server."
msgstr ""
#: src/includes/class-http-error-descriptions.php:71
msgid "Bad Gateway"
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "Usually this implies future availability (e.g., a new feature of a web-service API)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "The server either does not recognize the request method, or it lacks the ability to fulfil the request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:70
msgid "Not Implemented"
msgstr ""
#: src/includes/class-http-error-descriptions.php:69
msgid "A generic error message, given when an unexpected condition was encountered and no more specific message is suitable."
msgstr ""
#: src/includes/class-http-error-descriptions.php:69
msgid "Internal Server Error"
msgstr ""
#: src/includes/class-http-error-descriptions.php:63
msgid "A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the requested resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:63
msgid "Unavailable For Legal Reasons"
msgstr ""
#: src/includes/class-http-error-descriptions.php:62
msgid "The server is unwilling to process the request because either an individual header field, or all the header fields collectively, are too large."
msgstr ""
#: src/includes/class-http-error-descriptions.php:62
msgid "Request Header Fields Too Large"
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "Intended for use with rate-limiting schemes."
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "The user has sent too many requests in a given amount of time"
msgstr ""
#: src/includes/class-http-error-descriptions.php:61
msgid "Too Many Requests"
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "Intended to prevent the 'lost update' problem, where a client GETs a resource's state, modifies it, and PUTs it back to the server, when meanwhile a third party has modified the state on the server, leading to a conflict."
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "The origin server requires the request to be conditional"
msgstr ""
#: src/includes/class-http-error-descriptions.php:60
msgid "Precondition Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:59
msgid "The client should switch to a different protocol such as TLS/1.3, given in the Upgrade header field."
msgstr ""
#: src/includes/class-http-error-descriptions.php:59
msgid "Upgrade Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:58
msgid "Indicates that the server is unwilling to risk processing a request that might be replayed."
msgstr ""
#: src/includes/class-http-error-descriptions.php:58
msgid "Too Early"
msgstr ""
#: src/includes/class-http-error-descriptions.php:57
msgid "The request failed because it depended on another request and that request failed (e.g., a PROPPATCH)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:57
msgid "Failed Dependency"
msgstr ""
#: src/includes/class-http-error-descriptions.php:56
msgid "The resource that is being accessed is locked."
msgstr ""
#: src/includes/class-http-error-descriptions.php:56
msgid "Locked"
msgstr ""
#: src/includes/class-http-error-descriptions.php:55
msgid "The request was well-formed but was unable to be followed due to semantic errors."
msgstr ""
#: src/includes/class-http-error-descriptions.php:55
msgid "Unprocessable Entity"
msgstr ""
#: src/includes/class-http-error-descriptions.php:54
msgid "The request was directed at a server that is not able to produce a response (for example because of connection reuse)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:54
msgid "Misdirected Request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:53
msgid "The server cannot meet the requirements of the Expect request-header field."
msgstr ""
#: src/includes/class-http-error-descriptions.php:53
msgid "Expectation Failed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "For example, if the client asked for a part of the file that lies beyond the end of the file."
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "The client has asked for a portion of the file (byte serving), but the server cannot supply that portion"
msgstr ""
#: src/includes/class-http-error-descriptions.php:52
msgid "Range Not Satisfiable"
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "For example, the client uploads an image as image/svg+xml, but the server requires that images use a different format."
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "The request entity has a media type which the server or resource does not support"
msgstr ""
#: src/includes/class-http-error-descriptions.php:51
msgid "Unsupported Media Type"
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "Often the result of too much data being encoded as a query-string of a GET request, in which it should be converted to a POST request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "The URI provided was too long for the server to process"
msgstr ""
#: src/includes/class-http-error-descriptions.php:50
msgid "URI Too Long"
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "Previously called \"Request Entity Too Large\"."
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "The request is larger than the server is willing or able to process"
msgstr ""
#: src/includes/class-http-error-descriptions.php:49
msgid "Payload Too Large"
msgstr ""
#: src/includes/class-http-error-descriptions.php:48
msgid "The server does not meet one of the preconditions that the requester put on the request header fields."
msgstr ""
#: src/includes/class-http-error-descriptions.php:48
msgid "Precondition Failed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:47
msgid "The request did not specify the length of its content, which is required by the requested resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:47
msgid "Length Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:46
msgid "Indicates that the resource requested is no longer available and will not be available again."
msgstr ""
#: src/includes/class-http-error-descriptions.php:46
msgid "Gone"
msgstr ""
#: src/includes/class-http-error-descriptions.php:45
msgid "Indicates that the request could not be processed because of conflict in the current state of the resource, such as an edit conflict between multiple simultaneous updates."
msgstr ""
#: src/includes/class-http-error-descriptions.php:45
msgid "Conflict"
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "The client MAY repeat the request without modifications at any later time."
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "The server timed out waiting for the request"
msgstr ""
#: src/includes/class-http-error-descriptions.php:44
msgid "Request Timeout"
msgstr ""
#: src/includes/class-http-error-descriptions.php:43
msgid "The client must first authenticate itself with the proxy."
msgstr ""
#: src/includes/class-http-error-descriptions.php:43
msgid "Proxy Authentication Required"
msgstr ""
#: src/includes/class-http-error-descriptions.php:42
msgid "The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:42
msgid "Not Acceptable"
msgstr ""
#: src/includes/class-http-error-descriptions.php:41
msgid "A request method is not supported for the requested resource; for example, a GET request on a form that requires data to be presented via POST, or a PUT request on a read-only resource."
msgstr ""
#: src/includes/class-http-error-descriptions.php:41
msgid "Method Not Allowed"
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "Subsequent requests by the client are permissible."
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "The requested resource could not be found but may be available in the future"
msgstr ""
#: src/includes/class-http-error-descriptions.php:40
msgid "Not Found."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "This may be due to the user not having the necessary permissions for a resource or needing an account of some sort, or attempting a prohibited action (e.g. creating a duplicate record where only one is allowed)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "The request contained valid data and was understood by the server, but the server is refusing action."
msgstr ""
#: src/includes/class-http-error-descriptions.php:39
msgid "Forbidden."
msgstr ""
#: src/includes/class-http-error-descriptions.php:38
msgid "Authentication is required and has failed or has not yet been provided."
msgstr ""
#: src/includes/class-http-error-descriptions.php:38
msgid "Unauthorized."
msgstr ""
#: src/includes/class-http-error-descriptions.php:37
msgid "The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, size too large, invalid request message framing, or deceptive request routing)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:37
msgid "Bad Request."
msgstr ""
#: src/includes/class-http-error-descriptions.php:31
msgid "Permanent Redirect."
msgstr ""
#: src/includes/class-http-error-descriptions.php:30
msgid "In this case, the request should be repeated with another URI; however, future requests should still use the original URI."
msgstr ""
#: src/includes/class-http-error-descriptions.php:30
msgid "Temporary Redirect."
msgstr ""
#: src/includes/class-http-error-descriptions.php:29
msgid "The requested resource is available only through a proxy, the address for which is provided in the response."
msgstr ""
#: src/includes/class-http-error-descriptions.php:29
msgid "Use Proxy."
msgstr ""
#: src/includes/class-http-error-descriptions.php:28
msgid "Indicates that the resource has not been modified since the version specified by the request headers If-Modified-Since or If-None-Match."
msgstr ""
#: src/includes/class-http-error-descriptions.php:28
msgid "Not Modified."
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "When received in response to a POST (or PUT/DELETE), the client should presume that the server has received the data and should issue a new GET request to the given URI"
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "The response to the request can be found under another URI using the GET method."
msgstr ""
#: src/includes/class-http-error-descriptions.php:27
msgid "See Other."
msgstr ""
#: src/includes/class-http-error-descriptions.php:26
msgid "Tells the client to look at (browse to) another URL."
msgstr ""
#: src/includes/class-http-error-descriptions.php:26
msgid "Found (Previously \"Moved temporarily\")."
msgstr ""
#: src/includes/class-http-error-descriptions.php:25,
#: src/includes/class-http-error-descriptions.php:31
msgid "This and all future requests should be directed to the given URI."
msgstr ""
#: src/includes/class-http-error-descriptions.php:25
msgid "Moved Permanently."
msgstr ""
#: src/includes/class-http-error-descriptions.php:24
msgid "Indicates multiple options for the resource from which the client may choose (via agent-driven content negotiation)."
msgstr ""
#: src/includes/class-http-error-descriptions.php:24
msgid "Multiple Choices."
msgstr ""
#: src/includes/class-filesystem-functions.php:678
msgid "Could not copy files."
msgstr ""
#: src/includes/class-database-utility.php:726
msgid "Follow this link to install the WP-Optimize plugin."
msgstr ""
#: src/includes/class-database-utility.php:722
msgid "Follow this link to activate the WP-Optimize plugin."
msgstr ""
#: src/includes/class-database-utility.php:722
msgid "WP-Optimize is installed but currently inactive."
msgstr ""
#: src/includes/class-commands.php:1142
msgid "The creation of your clone should now begin, and your WordPress username and password will be displayed below when ready."
msgstr ""
#: src/includes/class-commands.php:1142
msgid "No backup will be started."
msgstr ""
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142
msgid "If the clone fails to boot, then the token will be released within an hour."
msgstr ""
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142
msgid "N.B. You will be charged one token once the clone is ready."
msgstr ""
#: src/includes/class-commands.php:954
msgid "Backup:"
msgstr ""
#: src/includes/class-commands.php:967
msgid "You have no local backups to send."
msgstr ""
#: src/central/bootstrap.php:757
msgid "Follow this link to read about how to set browser permission"
msgstr ""
#: src/central/bootstrap.php:757
msgid "Your web browser prevented the copy operation."
msgstr ""
#: src/central/bootstrap.php:755
msgid "Copy to clipboard"
msgstr ""
#: src/addons/wp-cli.php:1232
msgid "The creation of your data for creating the clone should now begin, and you will receive an email when it completes."
msgstr ""
#: src/addons/wp-cli.php:1232
msgid "The UpdraftClone boot process has started."
msgstr ""
#: src/addons/wp-cli.php:1206
msgid "You will receive an email when it completes."
msgstr ""
#: src/addons/wp-cli.php:1206
msgid "The UpdraftClone boot process for an empty WordPress install has begun."
msgstr ""
#: src/addons/wp-cli.php:1202
msgid "Failed to boot clone:"
msgstr ""
#: src/addons/wp-cli.php:1150
msgid "Failed to connect to UpdraftPlus.Com:"
msgstr ""
#: src/addons/wp-cli.php:1133
msgid "You can create a clone key at %s"
msgstr ""
#: src/addons/wp-cli.php:1133
msgid "No clone key provided."
msgstr ""
#: src/addons/wp-cli.php:1056
msgid "Please make sure these two parameters are set."
msgstr ""
#: src/addons/wp-cli.php:1056
msgid "An email and password are required to connect to UpdraftPlus.com."
msgstr ""
#: src/addons/wp-cli.php:897
msgid "Get the \"%s\" addon: %s"
msgstr ""
#: src/addons/wp-cli.php:897
msgid "The %s is working with \"%s\" addon."
msgstr ""
#: src/addons/wp-cli.php:897
msgid "You have given the %s option."
msgstr ""
#: src/addons/wp-cli.php:211
msgid "You can see the last log message by running the following command: \"%s\""
msgstr ""
#: src/addons/wp-cli.php:211
msgid "Backup has been started successfully."
msgstr ""
#: src/addons/webdav.php:1125
msgid "WebDAV server returned 501; probably does not support Content-Range (chunks)"
msgstr ""
#: src/addons/webdav.php:1114
msgid "WebDAV server returned 400; probably does not support Content-Range (chunks)"
msgstr ""
#: src/addons/webdav.php:1119, src/addons/webdav.php:1131
msgid "Unexpected HTTP response code (%s): %s"
msgstr ""
#: src/addons/webdav.php:496
msgid "We successfully accessed the directory, and were able to create files within it"
msgstr ""
#: src/addons/webdav.php:438
msgid "Split uploads into chunks"
msgstr ""
#: src/addons/webdav.php:428
msgid "If you do not know the details, then you will need to ask your WebDAV provider."
msgstr ""
#: src/addons/webdav.php:428
msgid "This WebDAV URL is generated by filling in the options below."
msgstr ""
#: src/addons/sftp.php:713
msgid "Failed: We are unable to match the fingerprint."
msgstr ""
#: src/addons/sftp.php:619, src/addons/sftp.php:620
msgid "MITM attacks"
msgstr ""
#: src/addons/sftp.php:608
msgid "Thus, if using SCP then you will need to ensure that your webserver allows PHP processes to run long enough to upload your largest backup file."
msgstr ""
#: src/addons/sftp.php:608
msgid "Resuming partial uploads is supported for SFTP, but not for SCP."
msgstr ""
#: src/addons/sftp.php:606
msgid "Using a fingerprint is not essential, but you are not secure against %s if you do not use one"
msgstr ""
#: src/addons/sftp.php:606
msgid "MD5 (128-bit) fingerprint, in hex format - should have the same length and general appearance as this (colons optional): 73:51:43:b1:b5:fc:8b:b7:0a:3a:a9:b1:0f:69:73:a8."
msgstr ""
#: src/addons/sftp.php:426
msgid "You need to provide the unencrypted key (see: https://updraftplus.com/faqs/why-must-i-use-a-non-encrypted-sftp-key/)."
msgstr ""
#: src/addons/sftp.php:426
msgid "The key provided is encrypted."
msgstr ""
#: src/addons/sftp.php:61
msgid "Explicit encryption is used by default."
msgstr ""
#: src/addons/sftp.php:61
msgid "If you find this happening, then go into the \"Expert Options\" (below) and turn off SSL there."
msgstr ""
#: src/addons/sftp.php:61
msgid "Some servers advertise encrypted FTP as available, but then time-out (after a long time) when you attempt to use it."
msgstr ""
#: src/addons/sftp.php:61
msgid "The 'Test FTP Login' button will tell you what type of connection is in use."
msgstr ""
#: src/addons/sftp.php:61
msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options."
msgstr ""
#: src/addons/s3-enhanced.php:285
msgid "Please check your access credentials, and if those are correct then try another bucket name (as another AWS user may already have taken your name)."
msgstr ""
#: src/addons/s3-enhanced.php:285, src/methods/s3.php:1436
msgid "Failure: We could not successfully access or create such a bucket."
msgstr ""
#: src/addons/reporting.php:243
msgid "Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
msgstr ""
#: src/addons/reporting.php:243
msgid "Note that warning messages are advisory - the backup process does not stop for them."
msgstr ""
#: src/addons/pcloud.php:724, src/methods/dropbox.php:944,
#: src/methods/dropbox.php:915
msgid "though part of the returned information was not as expected - whether this indicates a real problem cannot be determined"
msgstr ""
#: src/addons/pcloud.php:383
msgid "You are not authenticated with pCloud"
msgstr ""
#: src/addons/pcloud.php:297
msgid "Listing the files failed:"
msgstr ""
#: src/addons/pcloud.php:256
msgid "Chunked upload failed"
msgstr ""
#: src/addons/onedrive.php:1329, src/addons/pcloud.php:550,
#: src/methods/dropbox.php:606
msgid "(You are already authenticated)."
msgstr ""
#: src/addons/onedrive.php:1315
msgid "As such, you must use the main %s %s App to authenticate with your account."
msgstr ""
#: src/addons/onedrive.php:1315
msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL."
msgstr ""
#: src/addons/onedrive.php:1121, src/addons/pcloud.php:653,
#: src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "The %s authentication could not go ahead, because something else on your site is breaking it."
msgstr ""
#: src/addons/morefiles.php:907
msgid "Restore all %s not listed below"
msgstr ""
#: src/addons/morefiles.php:905
msgid "This option will ensure all %s files not found will be restored."
msgstr ""
#: src/addons/morefiles.php:905
msgid "The amount of %1$s files scanned is near or over the php_max_input_vars value so some %1$s files maybe truncated."
msgstr ""
#: src/addons/morefiles.php:897
msgid "Files not chosen will not be replaced."
msgstr ""
#: src/addons/morefiles.php:897
msgid "If you do not want to restore all your %s files, then de-select the unwanted ones here."
msgstr ""
#: src/addons/morefiles.php:834
msgid "Please select where you want these backups to be restored to."
msgstr ""
#: src/addons/morefiles.php:834
msgid "The original filesystem location for some of the following items was not found."
msgstr ""
#: src/addons/morefiles.php:221
msgid "Zip error: (%s)"
msgstr ""
#: src/addons/morefiles.php:221
msgid "Unable to read any files from the zip (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/addons/moredatabase.php:411
msgid "Encryption aborted."
msgstr ""
#: src/addons/moredatabase.php:411
msgid "Encryption error occurred when encrypting database."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "Do make a separate record of it and do not lose it, or all your backups will be useless."
msgstr ""
#: src/addons/moredatabase.php:342
msgid "If you enter text here, it is used to encrypt database backups (Rijndael)."
msgstr ""
#: src/addons/migrator.php:551
msgid "When you are shown the key, then press the 'Migrate' button on the other (sending) site, and copy-and-paste the key over there (in the 'Send a backup to another site' section)."
msgstr ""
#: src/addons/migrator.php:551
msgid "To allow another site to send a backup to this site, create a key below."
msgstr ""
#: src/addons/googlecloud.php:1320
msgid "(You are already authenticated, though you can authenticate again to refresh your access if you've had a problem)."
msgstr ""
#: src/addons/googlecloud.php:1308
msgid "Bucket names have to be globally unique."
msgstr ""
#: src/addons/googlecloud.php:1284, src/methods/googledrive.php:1515
msgid "You will need to change your site's address (%s) before you can use %s for storage."
msgstr ""
#: src/addons/googlecloud.php:1284
msgid "%s does not allow authorization of sites hosted on direct IP addresses."
msgstr ""
#: src/addons/googlecloud.php:1288, src/methods/googledrive.php:1494
msgid "The description below is sufficient for more expert users."
msgstr ""
#: src/addons/googlecloud.php:876
msgid "Please complete all fields in %s settings and save the settings."
msgstr ""
#: src/addons/googlecloud.php:876
msgid "But no %s settings were found."
msgstr ""
#: src/addons/googlecloud.php:879, src/addons/googlecloud.php:874
msgid "Please enter a bucket name in the %s settings and save settings."
msgstr ""
#: src/addons/googlecloud.php:879, src/addons/googlecloud.php:874
msgid "But no bucket was defined, so backups may not complete."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "Finally, if that does not work, then use expert mode to wipe all your settings, create a new Google client ID/secret, and start again."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "Re-check it, then follow the link to authenticate again."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "This often means that you entered your client secret wrongly, or that you have not yet re-authenticated (below) since correcting it."
msgstr ""
#: src/addons/googlecloud.php:510, src/methods/googledrive.php:590
msgid "No refresh token was received from Google."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490
msgid "Turning off any debugging settings may also help)."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins."
msgstr ""
#: src/addons/googlecloud.php:464, src/addons/onedrive.php:1121,
#: src/addons/pcloud.php:653, src/methods/googledrive.php:490,
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:129
msgid "Try disabling your other plugins and switching to a default theme."
msgstr ""
#: src/addons/googlecloud.php:464
msgid "Authentication could not go ahead, because something else on your site is breaking it."
msgstr ""
#: src/addons/backblaze.php:847
msgid "Error: unable to set object lock for file: %s"
msgstr ""
#: src/addons/backblaze.php:791
msgid "Spaces are not allowed."
msgstr ""
#: src/addons/backblaze.php:791
msgid "There are limits upon which path-names are valid."
msgstr ""
#: src/addons/backblaze.php:789
msgid "A file which is locked cannot be deleted by any means until the lock time duration has expired."
msgstr ""
#: src/addons/backblaze.php:788
msgid "Read more about the Backblaze Object Lock"
msgstr ""
#: src/addons/backblaze.php:787
msgid "0 days means no lock is applied."
msgstr ""
#: src/addons/backblaze.php:787
msgid "Use this to protect your data from hackers or for regulatory compliance reasons."
msgstr ""
#: src/addons/backblaze.php:787
msgid "Object lock is a Backblaze B2 feature that prevents data from being changed or deleted for a given number of days."
msgstr ""
#: src/addons/backblaze.php:786
msgid "Object lock duration (days)"
msgstr ""
#: src/addons/backblaze.php:580, src/methods/s3.php:1436
msgid "Please check your access credentials, and if those are correct then try another bucket name (as another %s user may already have taken your name)."
msgstr ""
#: src/addons/backblaze.php:580
msgid "Failure: We could not successfully access or create such a bucket"
msgstr ""
#: src/addons/backblaze.php:118
msgid "Error: unable to set object lock for bucket: %s"
msgstr ""
#: src/addons/azure.php:691, src/addons/onedrive.php:1314,
#: src/methods/dreamobjects.php:187
msgid "For more detailed instructions, follow this link."
msgstr ""
#: src/addons/anonymisation.php:48, src/addons/anonymisation.php:71,
#: src/addons/anonymisation.php:101
msgid "Anonymize WooCommerce order data"
msgstr ""
#: src/updraftplus.php:226
msgid "Most likely, WordPress malfunctioned when copying the plugin files."
msgstr ""
#: src/updraftplus.php:226
msgid "You do not have UpdraftPlus completely installed - please de-install and install it again."
msgstr ""
#: src/updraftplus.php:97
msgid "Most likely, WordPress did not correctly unpack the plugin when installing it."
msgstr ""
#: src/updraftplus.php:97
msgid "The expected file %s is missing from your UpdraftPlus installation."
msgstr ""
#: src/restorer.php:3101
msgid "UpdraftPlus plugin slug:"
msgstr ""
#: src/restorer.php:2911
msgid "We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
msgstr ""
#: src/restorer.php:2911
msgid "Your database user does not have permission to create tables."
msgstr ""
#: src/restorer.php:2964
msgid "We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
msgstr ""
#: src/restorer.php:2964
msgid "Your database user does not have permission to drop tables."
msgstr ""
#: src/restorer.php:2762
msgid "If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
msgstr ""
#: src/restorer.php:2762
msgid "Timeouts are much more likely."
msgstr ""
#: src/restorer.php:2762
msgid "Warning: PHP safe_mode is active on your server."
msgstr ""
#: src/restorer.php:854
msgid "Check your file permissions."
msgstr ""
#: src/restorer.php:854
msgid "Could not move the files into place."
msgstr ""
#: src/restorer.php:853
msgid "Check your wp-content/upgrade folder."
msgstr ""
#: src/restorer.php:853
msgid "Could not move new files into place."
msgstr ""
#: src/restorer.php:841
msgid "It must be restored manually."
msgstr ""
#: src/restorer.php:841
msgid "UpdraftPlus is not able to directly restore this kind of entity."
msgstr ""
#: src/restorer.php:508
msgid "If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
msgstr ""
#: src/restorer.php:508
msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation."
msgstr ""
#: src/class-updraftplus.php:6318
msgid "Future releases of UpdraftPlus will require a more recent PHP version to use these features; we recommend that you speak to your web hosting company about updating to version %s or higher."
msgstr ""
#: src/class-updraftplus.php:6318
msgid "Your site is running on PHP version %s and has feature(s) currently enabled (%s) which are deprecated upon this PHP version."
msgstr ""
#: src/class-updraftplus.php:5511
msgid "UpdraftPlus was unable to find any tables when scanning the database backup; it maybe corrupt."
msgstr ""
#: src/class-updraftplus.php:5525
msgid "Deselect All"
msgstr ""
#: src/class-updraftplus.php:5525
msgid "Select All"
msgstr ""
#: src/class-updraftplus.php:5520
msgid "The amount of database tables scanned is near or over the php_max_input_vars value so some tables maybe truncated."
msgstr ""
#: src/class-updraftplus.php:5519, src/class-updraftplus.php:5520
msgid "This option will ensure all tables not found will be backed up."
msgstr ""
#: src/class-updraftplus.php:5519
msgid "The database scan was taking too long and consequently the list of all tables in the database could not be completed."
msgstr ""
#: src/class-updraftplus.php:5476
msgid "This database backup has the following non-core WordPress database tables excluded: %s"
msgstr ""
#: src/class-updraftplus.php:5154
msgid "This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
msgstr ""
#: src/class-updraftplus.php:5154
msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s)."
msgstr ""
#: src/class-updraftplus.php:5191, src/class-updraftplus.php:5173
msgid "You need the Migrator add-on in order to make this work."
msgstr ""
#: src/class-updraftplus.php:5191, src/class-updraftplus.php:5173
msgid "This backup set is from a different site (%s) - this is not a restoration, but a migration."
msgstr ""
#: src/class-updraftplus.php:5201
msgid "There are no guarantees that WordPress can handle this."
msgstr ""
#: src/class-updraftplus.php:5201
msgid "You are importing from a newer version of WordPress (%s) into an older one (%s)."
msgstr ""
#: src/class-updraftplus.php:5236
msgid "Only the first site of the network will be accessible."
msgstr ""
#: src/class-updraftplus.php:5236
msgid "Your backup is of a WordPress multisite install; but this site is not."
msgstr ""
#: src/class-updraftplus.php:5061, src/restorer.php:1179,
#: src/includes/class-updraftplus-encryption.php:354
msgid "The most likely cause is that you used the wrong key."
msgstr ""
#: src/class-updraftplus.php:5049, src/restorer.php:1166,
#: src/includes/class-updraftplus-encryption.php:336
msgid "The database file is encrypted, but you have no encryption key entered."
msgstr ""
#: src/class-updraftplus.php:5051
msgid "The database file is encrypted."
msgstr ""
#: src/class-updraftplus.php:5051, src/class-updraftplus.php:5049,
#: src/class-updraftplus.php:5061, src/restorer.php:1166,
#: src/restorer.php:1179, src/includes/class-updraftplus-encryption.php:354,
#: src/includes/class-updraftplus-encryption.php:336
msgid "Decryption failed."
msgstr ""
#: src/class-updraftplus.php:4549
msgid "Backup probably failed."
msgstr ""
#: src/class-updraftplus.php:4549
msgid "Could not save backup history because we have no backup array."
msgstr ""
#: src/class-updraftplus.php:3812
msgid "Warnings encountered (note: this is for information; the backup has completed successfully)"
msgstr ""
#: src/class-updraftplus.php:3667
msgid "The backup succeeded and is now complete"
msgstr ""
#: src/class-updraftplus.php:3313
msgid "Please check the backup directory and ensure it is writable so that backups may continue."
msgstr ""
#: src/class-updraftplus.php:3313
msgid "UpdraftPlus is unable to perform backups as your backup directory is not writable or the disk space is full."
msgstr ""
#: src/class-updraftplus.php:3312
msgid "Backup aborted - check your UpdraftPlus settings."
msgstr ""
#: src/class-updraftplus.php:3312
msgid "Could not create files in the backup directory."
msgstr ""
#: src/class-updraftplus.php:2091
msgid "Theme"
msgstr ""
#: src/class-updraftplus.php:2090
msgid "Plugin"
msgstr ""
#: src/class-updraftplus.php:698
msgid "Check back in a minute."
msgstr ""
#: src/class-updraftplus.php:698
msgid "Briefly unavailable for scheduled maintenance."
msgstr ""
#: src/class-updraftplus.php:245
msgid "So, go to the \"Plugins\" page, de-activate and de-install UpdraftPlus, and then try again."
msgstr ""
#: src/class-updraftplus.php:245
msgid "That is safe - all your settings and backups will be retained."
msgstr ""
#: src/class-updraftplus.php:245
msgid "WordPress will only allow you to install your new version after first de-installing the existing one."
msgstr ""
#: src/class-updraftplus.php:245
msgid "A version of UpdraftPlus is already installed."
msgstr ""
#: src/backup.php:4387
msgid "your web hosting account is full; please see: %s"
msgstr ""
#: src/backup.php:3163
msgid "Possible causes include that the link points to an invalid or inaccessible location."
msgstr ""
#: src/backup.php:3163
msgid "%s: unfollowable link - could not be followed to back up (readlink=%s)."
msgstr ""
#: src/backup.php:2051
msgid "To be able to backup the routines, you must be the user named as the routine DEFINER(s), have the SHOW_ROUTINE privilege (for MySQL 8.0.20+ users), have the SELECT privilege at the global level, or have the CREATE ROUTINE, ALTER ROUTINE, or EXECUTE privilege granted at a scope that includes the routines."
msgstr ""
#: src/backup.php:2051
msgid "Your WordPress database user doesn't have sufficient privileges to read these stored routines."
msgstr ""
#: src/backup.php:2051
msgid "Dumping routines: "
msgstr ""
#: src/backup.php:1901, src/backup.php:1899
msgid "The database backup has failed"
msgstr ""
#: src/backup.php:365
msgid "Consult the log file for more information."
msgstr ""
#: src/backup.php:365
msgid "Could not create %s zip."
msgstr ""
#: src/admin.php:6360
msgid "Thus, we recommend you choose a full backup when performing a manual backup and to use that option when creating a scheduled backup."
msgstr ""
#: src/admin.php:6360
msgid "%s permits UpdraftPlus to perform only one backup per month."
msgstr ""
#: src/admin.php:5672
msgid "Please refresh the settings page and try again"
msgstr ""
#: src/admin.php:5672
msgid "Your settings failed to save."
msgstr ""
#: src/admin.php:5631
msgid "Please reload the settings page before trying to save settings."
msgstr ""
#: src/admin.php:5631
msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded."
msgstr ""
#: src/admin.php:5244
msgid "Timestamp:"
msgstr ""
#: src/admin.php:5163,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:98
msgid "Restoration"
msgstr ""
#: src/admin.php:5162,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:97
msgid "Verifications"
msgstr ""
#: src/admin.php:5135
msgid "Do not close this page until it reports itself as having finished."
msgstr ""
#: src/admin.php:5135
msgid "The restore operation has begun (%s)."
msgstr ""
#: src/admin.php:4417, src/addons/azure.php:689,
#: src/methods/dreamobjects.php:182, src/methods/s3.php:926,
#: src/methods/s3.php:1080, src/methods/s3generic.php:192,
#: src/methods/updraftvault.php:477
msgid "Please contact your web hosting provider's support and ask for them to enable it."
msgstr ""
#: src/admin.php:4417, src/addons/azure.php:689
msgid "Your web server's PHP installation does not included a required (for %s) module (%s)."
msgstr ""
#: src/admin.php:4424
msgid "Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
msgstr ""
#: src/admin.php:4424
msgid "Communications with %s will be unencrypted."
msgstr ""
#: src/admin.php:4426, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:930,
#: src/methods/s3.php:1081, src/methods/s3generic.php:193
msgid "Please do not file any support requests; there is no alternative."
msgstr ""
#: src/admin.php:4426
msgid "%s requires Curl+https."
msgstr ""
#: src/admin.php:4426, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:930,
#: src/methods/s3.php:1081, src/methods/s3generic.php:193
msgid "Please contact your web hosting provider's support."
msgstr ""
#: src/admin.php:4426
msgid "We cannot access %s without this support."
msgstr ""
#: src/admin.php:4426, src/admin.php:4424
msgid "Your web server's PHP/Curl installation does not support https access."
msgstr ""
#: src/admin.php:4429
msgid "If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
msgstr ""
#: src/admin.php:4429
msgid "Good news: Your site's communications with %s can be encrypted."
msgstr ""
#: src/admin.php:4333, src/addons/morefiles.php:371
msgid "For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
msgstr ""
#: src/admin.php:4364
msgid "none present"
msgstr ""
#: src/admin.php:4043
msgid "You should check with your hosting provider that this will not cause any problems"
msgstr ""
#: src/admin.php:4043
msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it."
msgstr ""
#: src/admin.php:3891
msgid "Old folders successfully removed."
msgstr ""
#: src/admin.php:3893
msgid "You may want to do this manually."
msgstr ""
#: src/admin.php:3893
msgid "Old folder removal failed for some reason."
msgstr ""
#: src/admin.php:3888
msgid "Remove old folders"
msgstr ""
#: src/admin.php:3878
msgid "Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
msgstr ""
#: src/admin.php:3878
msgid "Note: the progress bar below is based on stages, NOT time."
msgstr ""
#: src/admin.php:3602
msgid "Delete old folders"
msgstr ""
#: src/admin.php:3596
msgid "You should press this button to delete them as soon as you have verified that the restoration worked."
msgstr ""
#: src/admin.php:3596
msgid "Your WordPress install has old folders from its state before you restored/migrated (technical information: these are suffixed with -old)."
msgstr ""
#: src/admin.php:3050
msgid "This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
msgstr ""
#: src/admin.php:3050
msgid "UpdraftPlus attempted to raise it but was unsuccessful."
msgstr ""
#: src/admin.php:3050
msgid "Your PHP memory limit (set by your web hosting company) is very low."
msgstr ""
#: src/admin.php:2993
msgid "You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
msgstr ""
#: src/admin.php:2993
msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this."
msgstr ""
#: src/admin.php:2889
msgid "We really appreciate your support!"
msgstr ""
#: src/admin.php:2889
msgid "Enjoyed %s? Please leave us a %s rating on %s or %s"
msgstr ""
#: src/admin.php:2751
msgid "Perhaps you need to install an add-on?"
msgstr ""
#: src/admin.php:2751
msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s."
msgstr ""
#: src/admin.php:2465
msgid "Aborting this backup."
msgstr ""
#: src/admin.php:2458, src/includes/class-commands.php:992
msgid "OK."
msgstr ""
#: src/admin.php:1674
msgid "Therefore, please download the attachment from the original backup email and upload it using the \"Upload backup files\" facility in the \"Existing Backups\" tab."
msgstr ""
#: src/admin.php:1674
msgid "The email protocol does not allow a remote backup to be retrieved from an email that has been sent."
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "For more information, please see: %s"
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "You will need to migrate to the Global endpoint in your UpdraftPlus settings."
msgstr ""
#: src/admin.php:1491, src/admin.php:1498, src/addons/azure.php:61,
#: src/addons/onedrive.php:105
msgid "Due to the shutdown of the %1$s endpoint, support for %1$s will be ending soon."
msgstr ""
#: src/admin.php:1484
msgid "However, we were not able to register this site with %1$s, as there are no available %1$s licences on the account."
msgstr ""
#: src/admin.php:1484
msgid "Connection to your %s account was successful."
msgstr ""
#: src/admin.php:1477
msgid "You will need to switch to a different end-point and migrate your data before that date."
msgstr ""
#: src/admin.php:1477
msgid "The %s endpoint is scheduled to shut down on the 1st October 2018."
msgstr ""
#: src/admin.php:1456
msgid "Go here to complete your settings for %s."
msgstr ""
#: src/admin.php:1429
msgid "Unless this is a development site, this means that the scheduler in your WordPress install is not working properly."
msgstr ""
#: src/admin.php:1429
msgid "WordPress has a number (%d) of scheduled tasks which are overdue."
msgstr ""
#: src/admin.php:1402
msgid "Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
msgstr ""
#: src/admin.php:1402
msgid "You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed."
msgstr ""
#: src/admin.php:1402
msgid "UpdraftPlus's debug mode is on."
msgstr ""
#: src/admin.php:1398
msgid "To get faster backups, ask your web hosting provider how to turn on the PHP zip module on your hosting."
msgstr ""
#: src/admin.php:1398
msgid "Consequently, UpdraftPlus will use a built-in zip module (PclZip); this is significantly slower."
msgstr ""
#: src/admin.php:1398
msgid "Neither the PHP zip module nor a zip executable are available on your webserver."
msgstr ""
#: src/admin.php:1390
msgid "It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
msgstr ""
#: src/admin.php:1390
msgid "UpdraftPlus does not officially support versions of WordPress before %s."
msgstr ""
#: src/admin.php:1386
msgid "Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
msgstr ""
#: src/admin.php:1386
msgid "UpdraftPlus could well run out of space."
msgstr ""
#: src/admin.php:1386
msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups."
msgstr ""
#: src/admin.php:1380
msgid "No backups can run (even "Backup Now") unless either you have set up a facility to call the scheduler manually, or until it is enabled."
msgstr ""
#: src/admin.php:1380
msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting."
msgstr ""
#: src/admin.php:1161
msgid "Therefore, please reload the page."
msgstr ""
#: src/admin.php:1160
msgid "This is usually caused by your dashboard page having been open a long time, and the included security tokens having since expired."
msgstr ""
#: src/admin.php:1158
msgid "Searching for backups..."
msgstr ""
#: src/admin.php:1157
msgid "Send a new backup"
msgstr ""
#: src/admin.php:1156
msgid "Send existing backup"
msgstr ""
#: src/admin.php:1154
msgid "You can send an existing local backup to the remote site or create a new backup"
msgstr ""
#: src/admin.php:1153
msgid "See the browser console log for more information."
msgstr ""
#: src/admin.php:1153
msgid "If you proceed with the restoration then some of the restore options will be lost and you may get unexpected results."
msgstr ""
#: src/admin.php:1109
msgid "This could mean that your .htaccess file has incorrect contents, is missing, or that your webserver is missing an equivalent mechanism."
msgstr ""
#: src/admin.php:1109
msgid "Attempts by the browser to access some pages have returned a \"not found (404)\" error."
msgstr ""
#: src/admin.php:1094
msgid "No UpdraftCentral licences were available."
msgstr ""
#: src/admin.php:1087
msgid "You may have a security module on your webserver blocking the restoration operation."
msgstr ""
#: src/admin.php:1087
msgid "HTML was detected in the response."
msgstr ""
#: src/admin.php:1072
msgid "Once the clone has finished deploying it, you will receive an email."
msgstr ""
#: src/admin.php:1072
msgid "The clone has been provisioned, and its data has been sent to it."
msgstr ""
#: src/admin.php:1071
msgid "This may fail if you have components that are incompatible with earlier versions."
msgstr ""
#: src/admin.php:1071
msgid "Warning: you have selected a lower version than your currently installed version."
msgstr ""
#: src/admin.php:1056
msgid "Adding site to UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1056
msgid "Key created."
msgstr ""
#: src/admin.php:1055
msgid "Requesting UpdraftCentral Key."
msgstr ""
#: src/admin.php:1055
msgid "Connected."
msgstr ""
#: src/admin.php:1037
msgid "It would be best to download the zip to your computer."
msgstr ""
#: src/admin.php:1037
msgid "This could be caused by a timeout."
msgstr ""
#: src/admin.php:1037
msgid "Unable to download file."
msgstr ""
#: src/admin.php:1033
msgid "Please check the following:"
msgstr ""
#: src/admin.php:1033
msgid "The file failed to upload."
msgstr ""
#: src/admin.php:1020
msgid "Please choose a valid UpdraftPlus export file."
msgstr ""
#: src/admin.php:1020
msgid "Error: The chosen file is corrupt."
msgstr ""
#: src/admin.php:967
msgid "Please select at least one, and then try again."
msgstr ""
#: src/admin.php:967
msgid "You did not select any components to restore."
msgstr ""
#: src/admin.php:950, src/admin.php:951
msgid "This file is not an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
msgstr ""
#: src/admin.php:940
msgid "File size"
msgstr ""
#: src/admin.php:921
msgid "Do not close your browser until it reports itself as having finished."
msgstr ""
#: src/admin.php:921
msgid "The restore operation has begun."
msgstr ""
#: src/admin.php:3742
msgid "file %d of %d"
msgstr ""
#: src/addons/googlecloud.php:626
msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Cloud."
msgstr ""
#: src/addons/googlecloud.php:1319, src/addons/googlecloud.php:1372,
#: src/methods/googledrive.php:1507, src/methods/googledrive.php:1684
msgid "Sign in with %s"
msgstr ""
#: src/admin.php:3822
msgid "(after %ss)"
msgstr ""
#: src/admin.php:3822
msgid "next resumption: %d"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:113
msgid "Install debugging plugins:"
msgstr ""
#: src/restorer.php:3095
msgid "Old ABSPATH:"
msgstr ""
#: src/udaddons/options.php:112
msgid "An update is available for UpdraftPlus - please connect here to gain access to it."
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:17
msgid "already uploaded"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:99
msgid "Please check out UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:115
msgid "Anonymise personal data in your database backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:113,
#: src/templates/wp-admin/settings/tab-addons.php:114
msgid "Anonymisation functions"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:281
msgid "For more reporting features, use the Premium version"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:277
msgid "Your email backup and a report will be sent to"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:148
msgid "See also the Premium version from our shop."
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:93
msgid "Add exclusion rule"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:89
msgid "at the end of their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:88
msgid "anywhere in their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:87
msgid "at the beginning of their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:85
msgid "these characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:83
msgid "All files/directories containing "
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:76
msgid "Select the folder in which the files or sub-directories you would like to exclude are located"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:71
msgid "All files/directories containing the given characters in their names"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:18
msgid "Files/Directories containing the given characters in their names"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:25
msgid "Never"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:22
msgid "Maybe later"
msgstr ""
#: src/templates/wp-admin/notices/horizontal-notice.php:18
msgid "Ok, you deserve it"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:69
msgid "Current SQL mode:"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:42
msgid "UpdraftClone image:"
msgstr ""
#: src/options.php:229
msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium."
msgstr ""
#: src/methods/s3generic.php:206
msgid "Virtual-host style"
msgstr ""
#: src/methods/s3generic.php:205
msgid "Path style"
msgstr ""
#: src/methods/s3generic.php:203
msgid "Read more about bucket access style"
msgstr ""
#: src/methods/s3generic.php:202
msgid "Bucket access style"
msgstr ""
#: src/methods/s3.php:1397
msgid "Failure: No endpoint details were given."
msgstr ""
#: src/methods/ftp.php:120
msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available in the Premium version."
msgstr ""
#: src/methods/email.php:111
msgid "For more options, use Premium"
msgstr ""
#: src/methods/dropbox.php:604
msgid "If you backup several sites into the same Dropbox and want to organize with sub-folders, then %scheck out Premium%s"
msgstr ""
#: src/methods/backup-module.php:745
msgid "Complete manual authentication"
msgstr ""
#: src/methods/backup-module.php:743
msgid "%s authentication code:"
msgstr ""
#: src/methods/backup-module.php:742
msgid "To complete manual authentication, at the orange UpdraftPlus authentication screen select the \"Having problems authenticating?\" link, then copy and paste the code given here."
msgstr ""
#: src/methods/backup-module.php:741
msgid "If you are having problems authenticating with %s you can manually authorize here."
msgstr ""
#: src/methods/backup-module.php:740
msgid "%s authentication:"
msgstr ""
#: src/includes/updraftplus-notices.php:274
msgid "The UpdraftPlus Plugin Collection Sale"
msgstr ""
#: src/includes/updraftplus-notices.php:200
msgid "The WordPress subscription extension for WooCommerce store owners."
msgstr ""
#: src/includes/updraftplus-notices.php:199
msgid "by"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Team Updraft"
msgstr ""
#: src/includes/updraftplus-notices.php:122
msgid "Thank you so much!"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:52
msgid "Warning: You have no clone tokens remaining and either no subscriptions or no subscription that will renew before the clone expiry date."
msgstr ""
#: src/includes/class-remote-send.php:728
msgid "The list of existing sites has been removed"
msgstr ""
#: src/includes/class-remote-send.php:724
msgid "There was an error while trying to remove the list of existing sites."
msgstr ""
#: src/includes/class-remote-send.php:672
msgid "Clear list of existing sites"
msgstr ""
#: src/includes/class-commands.php:806
msgid "Missing instance id:"
msgstr ""
#: src/includes/class-commands.php:795
msgid "Missing authentication data:"
msgstr ""
#: src/includes/class-commands.php:766
msgid "Manual authentication is not available for this remote storage method"
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "Or, if they are in remote storage, you can connect that remote storage (in the \"Settings\" tab), save your settings, and use the \"Rescan remote storage\" link."
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "If you have an existing backup that you wish to upload and restore from, then please use the \"Upload backup files\" link above."
msgstr ""
#: src/class-updraftplus.php:5522
msgid "Include all tables not listed below"
msgstr ""
#: src/class-updraftplus.php:5506
msgid "Therefore, affected tables on the current site which already exist will not be replaced by default, to avoid corrupting them (you can review this in the list of tables below)."
msgstr ""
#: src/class-updraftplus.php:5504
msgid "Therefore it is advised that you take a fresh backup on the source site, using a later version."
msgstr ""
#: src/class-updraftplus.php:5506, src/class-updraftplus.php:5504
msgid "This backup was created on a previous UpdraftPlus version (%s) which did not correctly backup tables with composite primary keys (such as the term_relationships table, which records tags and product attributes)."
msgstr ""
#: src/class-updraftplus.php:5456
msgid "This backup is of a site with an empty table prefix, which WordPress does not officially support; the results may be unreliable."
msgstr ""
#: src/class-updraftplus.php:4033
msgid "View log"
msgstr ""
#: src/class-updraftplus.php:4027
msgid "You can view the log by pressing the 'View log' button."
msgstr ""
#: src/class-updraftplus.php:3986
msgid "UpdraftPlus on %s"
msgstr ""
#: src/class-updraftplus.php:3294
msgid " Your hosting provider only allows you to take one incremental backup per day."
msgstr ""
#: src/backup.php:4042
msgid "two unsuccessful attempts were made to include it, and it will now be omitted from the backup"
msgstr ""
#: src/backup.php:4038
msgid "a second attempt is being made (upon further failure it will be skipped)"
msgstr ""
#: src/backup.php:1850
msgid "Failed to backup database table:"
msgstr ""
#: src/backup.php:1695
msgid "Failed to open directory for reading:"
msgstr ""
#: src/admin.php:6378
msgid "The download link is broken or the backup file is no longer available"
msgstr ""
#: src/admin.php:6376
msgid "The download link is broken, you may have clicked the link from untrusted source"
msgstr ""
#: src/admin.php:6361
msgid "Due to the restriction, some settings can be automatically adjusted, disabled or not available."
msgstr ""
#: src/admin.php:6359
msgid "Your website is hosted with %s (%s)."
msgstr ""
#: src/admin.php:6293
msgid "The following remote storage (%s) have only been partially configured, if you are having problems you can try to manually authorise at the UpdraftPlus settings page."
msgstr ""
#: src/admin.php:6287
msgid "The following remote storage (%s) have only been partially configured, manual authorization is not supported with this remote storage, please try again and if the problem persists contact support."
msgstr ""
#: src/admin.php:6151
msgid "more info"
msgstr ""
#: src/admin.php:5537
msgid "The following remote storage options are configured."
msgstr ""
#: src/admin.php:5534
msgid "No remote storage locations with valid options found."
msgstr ""
#: src/admin.php:5123
msgid "This may prevent the restore procedure from being able to proceed."
msgstr ""
#: src/admin.php:4330
msgid "(the asterisk character matches zero or more characters)"
msgstr ""
#: src/admin.php:1491, src/admin.php:1498
msgid "UpdraftPlus notice"
msgstr ""
#: src/admin.php:1299
msgid "Premium / Pro Support"
msgstr ""
#: src/admin.php:1153
msgid "The number of restore options that will be sent exceeds the configured maximum in your PHP configuration (max_input_vars)."
msgstr ""
#: src/admin.php:1148
msgid "is not"
msgstr ""
#: src/admin.php:1144
msgid "is"
msgstr ""
#: src/admin.php:1138
msgid "Day of the month"
msgstr ""
#: src/admin.php:1134
msgid "Day of the week"
msgstr ""
#: src/admin.php:1128
msgid "if all of the following conditions are matched:"
msgstr ""
#: src/admin.php:1124
msgid "if any of the following conditions are matched:"
msgstr ""
#: src/admin.php:1120
msgid "on every backup"
msgstr ""
#: src/admin.php:1114
msgid "Your hosting provider only allows you to take one incremental backup per day."
msgstr ""
#: src/admin.php:1114, src/class-updraftplus.php:3294
msgid "You have reached the daily limit for the number of incremental backups you can create at this time."
msgstr ""
#: src/admin.php:1113, src/admin.php:1114, src/class-updraftplus.php:3297,
#: src/class-updraftplus.php:3294
msgid "Please contact your hosting company (%s) if you require further support."
msgstr ""
#: src/admin.php:1113, src/class-updraftplus.php:3297
msgid "Your hosting provider only allows you to take one backup per month."
msgstr ""
#: src/admin.php:1113, src/class-updraftplus.php:3297
msgid "You have reached the monthly limit for the number of backups you can create at this time."
msgstr ""
#: src/admin.php:1102
msgid "Restoring stored routine: %s"
msgstr ""
#: src/admin.php:1082
msgid "Please enter part of the file name"
msgstr ""
#: src/admin.php:1013
msgid "Loading..."
msgstr ""
#: src/admin.php:969
msgid "Exit full-screen"
msgstr ""
#: src/admin.php:968, src/admin.php:5155
msgid "Full-screen"
msgstr ""
#: src/admin.php:920
msgid "You have chosen to send this backup to remote storage, but no remote storage locations have been selected"
msgstr ""
#: src/addons/wp-cli.php:1085
msgid "You successfully logged in to UpdraftPlus.Com and connected this plugin with your account"
msgstr ""
#: src/addons/wp-cli.php:1070
msgid "Please wait while connecting to UpdraftPlus.com ..."
msgstr ""
#: src/addons/wp-cli.php:1065
msgid "The attempt to open and read contents from the password file failed; please make sure the file is readable and is not being exclusively locked by another process"
msgstr ""
#: src/addons/wp-cli.php:1062
msgid "The password file you specified doesn't exist; please check the --password-file parameter."
msgstr ""
#: src/addons/wp-cli.php:1059
msgid "The email address provided appears to be invalid, please double-check your email address again and try again."
msgstr ""
#: src/addons/wp-cli.php:654
msgid "Failed to search and replace"
msgstr ""
#: src/addons/wp-cli.php:652
msgid "Search and replace successful"
msgstr ""
#: src/addons/wp-cli.php:650
msgid "Failed to search and replace:"
msgstr ""
#: src/addons/wp-cli.php:599
msgid "Failed to create UpdraftCentral key"
msgstr ""
#: src/addons/wp-cli.php:596
msgid "UpdraftCentral key created:"
msgstr ""
#: src/addons/s3-enhanced.php:439
msgid "China (Ningxia) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:437
msgid "Asia Pacific (Hong Kong)"
msgstr ""
#: src/addons/s3-enhanced.php:436
msgid "Asia Pacific (Osaka-Local) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:430
msgid "Africa (Cape Town)"
msgstr ""
#: src/addons/s3-enhanced.php:427
msgid "Europe (Milan)"
msgstr ""
#: src/addons/s3-enhanced.php:417
msgid "US East (N. Virginia) (default)"
msgstr ""
#: src/admin.php:911, src/addons/reporting.php:549
msgid "When email storage method is enabled, and an email address is entered, also send the backup"
msgstr ""
#: src/addons/reporting.php:462
msgid "Send reports"
msgstr ""
#: src/addons/morestorage.php:105
msgid "Send scheduled backups to this destination:"
msgstr ""
#: src/addons/moredatabase.php:461, src/addons/morefiles.php:902
msgid "Deselect all"
msgstr ""
#: src/addons/moredatabase.php:460
msgid "Select all (this site)"
msgstr ""
#: src/addons/googlecloud.php:1146
msgid "The specified bucket was not found."
msgstr ""
#: src/addons/anonymisation.php:44, src/addons/anonymisation.php:68,
#: src/addons/anonymisation.php:96,
#: src/templates/wp-admin/notices/horizontal-notice.php:70
msgid "Learn more"
msgstr ""
#: src/addons/anonymisation.php:44, src/addons/anonymisation.php:68,
#: src/addons/anonymisation.php:96
msgid "Anonymize personal data for all users except staff"
msgstr ""
#: src/addons/anonymisation.php:42, src/addons/anonymisation.php:66,
#: src/addons/anonymisation.php:91
msgid "Anonymize personal data for all users except the logged-in user"
msgstr ""
#: src/addons/anonymisation.php:39, src/addons/anonymisation.php:64
msgid "N.B. Anonymized information cannot be recovered; the original non-anonymized data will be absent from the backup."
msgstr ""
#: src/addons/anonymisation.php:39, src/addons/anonymisation.php:64
msgid "These options can anonymize personal data in your database backup."
msgstr ""
#: src/udaddons/options.php:543
msgid "Buy %s"
msgstr ""
#: src/udaddons/options.php:542
msgid "Get %s from the UpdraftPlus.com Store"
msgstr ""
#: src/udaddons/options.php:295
msgid "Go to your UpdraftCentral Cloud dashboard"
msgstr ""
#: src/udaddons/options.php:294
msgid "You successfully logged in to UpdraftPlus and connected this site to UpdraftCentral Cloud."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:90
msgid "Perform a backup"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:324
msgid "More great plugins by the Updraft Team"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:128
msgid "Allows you to only backup changes to your files (such as a new image) that have been made to your site since the last backup."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:126,
#: src/templates/wp-admin/settings/tab-addons.php:127
msgid "Incremental backups"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:57
msgid "Follow this link to the installation instructions (particularly step 1)."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:56
msgid "You successfully purchased UpdraftPremium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:39
msgid "Goes to updraftplus.com checkout page"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Goes to the updraftplus.com checkout page"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Get %s here"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:326
msgid "The higher the value, the more server resources are required to create the archive."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "to take incremental backups"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:76
msgid "Retain this many scheduled database backups"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:42
msgid "Retain this many scheduled file backups"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:18
msgid "Add an exclusion rule for %s"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:170
msgid "Use ctrl / cmd + press to select several items, or ctrl / cmd + shift + press to select all in between"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:169
msgid "Deselect all backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:168
msgid "Select all backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:167
msgid "Delete selected backups"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:158
msgid "Show all backups..."
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:158
msgid "Show more backups..."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:63
msgid "Choose the components to restore:"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:30
msgid "Restore files from"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:20,
#: src/templates/wp-admin/settings/backupnow-modal.php:67
msgid "Find out more about incremental backups here."
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:17
msgid "Incremental backups are a feature of %s (upgrade by following this link)."
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:13
msgid "Take an incremental backup"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:12
msgid "Take a new backup"
msgstr ""
#: src/restorer.php:4008
msgid "The Database connection has been closed and cannot be reopened."
msgstr ""
#: src/restorer.php:3661
msgid "Skipping table %s: already restored on a prior run; next table to restore: %s"
msgstr ""
#: src/restorer.php:3658
msgid "Skipping table %s: user has chosen not to restore this table"
msgstr ""
#: src/restorer.php:2557
msgid "Found and replaced existing table foreign key constraints as the table prefix has changed."
msgstr ""
#: src/restorer.php:2400
msgid "An error occurred while attempting to set a new value to the MySQL global log_bin_trust_function_creators variable %s"
msgstr ""
#: src/restorer.php:2393
msgid "An error occurred while attempting to retrieve the MySQL global log_bin_trust_function_creators variable %s"
msgstr ""
#: src/restorer.php:1255
msgid "The directory does not exist, and the attempt to create it failed"
msgstr ""
#: src/restorer.php:852
msgid "Could not delete old path."
msgstr ""
#: src/methods/updraftvault.php:527
msgid "Follow this link for help"
msgstr ""
#: src/methods/updraftvault.php:522
msgid "Please enter your %s password"
msgstr ""
#: src/methods/updraftvault.php:520
msgid "Please enter your %s email address"
msgstr ""
#: src/methods/updraftvault.php:491
msgid "Start Subscription"
msgstr ""
#: src/methods/updraftvault.php:492, src/methods/updraftvault.php:493,
#: src/methods/updraftvault.php:494
msgid "Start %s Subscription"
msgstr ""
#: src/methods/updraftvault.php:495
msgid "Start Trial"
msgstr ""
#: src/methods/updraftvault.php:496
msgid "Start %s Trial"
msgstr ""
#: src/methods/updraftvault.php:507, src/methods/updraftvault.php:508,
#: src/methods/updraftvault.php:509, src/methods/updraftvault.php:510
msgid "Start a %s UpdraftVault Subscription"
msgstr ""
#: src/methods/updraftvault.php:503
msgid "%s month %s trial"
msgstr ""
#: src/methods/updraftvault.php:498
msgid "with the option of"
msgstr ""
#: src/methods/updraftvault.php:486
msgid "Read more about %s here."
msgstr ""
#: src/methods/updraftvault.php:483
msgid "Connect to your %s account"
msgstr ""
#: src/methods/updraftvault.php:482
msgid "Already got space?"
msgstr ""
#: src/methods/updraftvault.php:480
msgid "Need to get space?"
msgstr ""
#: src/methods/s3.php:184, src/methods/s3.php:185, src/methods/s3.php:196,
#: src/methods/s3.php:197
msgid "Error: Failed to initialise"
msgstr ""
#: src/methods/ftp.php:184
msgid "upload failed"
msgstr ""
#: src/methods/ftp.php:157, src/methods/ftp.php:325
msgid "login failure"
msgstr ""
#: src/methods/cloudfiles.php:228, src/methods/cloudfiles.php:229
msgid "error - failed to upload file"
msgstr ""
#: src/methods/cloudfiles.php:221
msgid "error - failed to re-assemble chunks"
msgstr ""
#: src/methods/cloudfiles.php:113, src/methods/cloudfiles.php:358,
#: src/methods/cloudfiles.php:370
msgid "error - failed to create and access the container"
msgstr ""
#: src/methods/cloudfiles.php:105, src/methods/cloudfiles.php:109,
#: src/methods/cloudfiles.php:302, src/methods/cloudfiles.php:350,
#: src/methods/cloudfiles.php:354
msgid "authentication failed"
msgstr ""
#: src/includes/updraftplus-tour.php:189
msgid "Otherwise, you can try UpdraftVault for 1 month for only $1!"
msgstr ""
#: src/includes/updraftplus-tour.php:188
msgid "If you have a valid Premium license, you get 1GB of storage included."
msgstr ""
#: src/includes/updraftplus-tour.php:135
msgid "Try UpdraftVault for 1 month for only $1!"
msgstr ""
#: src/includes/updraftplus-notices.php:189
msgid "manages all your WordPress sites at once from one place"
msgstr ""
#: src/includes/updraftplus-notices.php:189
msgid "Many sites?"
msgstr ""
#: src/includes/updraftplus-notices.php:188
msgid "handles updates automatically as you want them"
msgstr ""
#: src/includes/updraftplus-notices.php:188
msgid "Save time"
msgstr ""
#: src/includes/updraftplus-notices.php:187
msgid "backs up automatically when you update plugins, themes or core"
msgstr ""
#: src/includes/updraftplus-notices.php:187
msgid "Be safe"
msgstr ""
#: src/includes/updraftplus-notices.php:186
msgid "Make updates easy with UpdraftPlus"
msgstr ""
#: src/includes/updraftplus-clone.php:107
msgid "Clone of %s"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "%d token"
msgid_plural "%d tokens"
msgstr[0] ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:36
msgid "%s from now"
msgstr ""
#: src/includes/class-wpadmin-commands.php:217
msgid "This backup set contains incremental backups of your files; please select the time you wish to restore your files to"
msgstr ""
#: src/includes/class-filesystem-functions.php:558
msgid "Unzip progress: %d out of %d files"
msgstr ""
#: src/includes/class-database-utility.php:675
msgid "An error occurred while attempting to retrieve the routine SQL/DDL statement (%s %s)"
msgstr ""
#: src/includes/class-database-utility.php:663
msgid "An error occurred while attempting to retrieve routine status (%s %s)"
msgstr ""
#: src/includes/class-database-utility.php:595
msgid "An error occurred while attempting to check the support of stored routines creation (%s %s)"
msgstr ""
#: src/class-updraftplus.php:5514
msgid "If you do not want to restore all your database tables, then choose some to exclude here."
msgstr ""
#: src/class-updraftplus.php:5209
msgid "You should only proceed if you have checked and are confident (or willing to risk) that your plugins/themes/etc are compatible with the new %s version."
msgstr ""
#: src/class-updraftplus.php:5209
msgid "This is older than the server which you are now restoring onto (version %s)."
msgstr ""
#: src/class-updraftplus.php:3781
msgid "Incomplete"
msgstr ""
#: src/class-updraftplus.php:2501
msgid "The backup is being aborted for a repeated failure to progress."
msgstr ""
#: src/class-updraftplus.php:698
msgid "Under Maintenance"
msgstr ""
#: src/admin.php:6304, src/admin.php:6302
msgid "You have requested saving to remote storage (%s), but without entering any settings for that storage."
msgstr ""
#: src/admin.php:6151
msgid "Clone package"
msgstr ""
#: src/admin.php:6138
msgid "An empty WordPress install"
msgstr ""
#: src/admin.php:6137
msgid "This current site"
msgstr ""
#: src/admin.php:6135
msgid "Clone:"
msgstr ""
#: src/admin.php:5161,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:96
msgid "Component selection"
msgstr ""
#: src/admin.php:5155
msgid "Activity log"
msgstr ""
#: src/admin.php:5148
msgid "Cleaning"
msgstr ""
#: src/admin.php:5139
msgid "Verifying"
msgstr ""
#: src/admin.php:5136
msgid "Restoration progress:"
msgstr ""
#: src/admin.php:5126,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:30
msgid "UpdraftPlus Restoration"
msgstr ""
#: src/admin.php:4607
msgid "(%d archive(s) in set, total %s)."
msgstr ""
#: src/admin.php:3429
msgid "Learn more about UpdraftCentral"
msgstr ""
#: src/admin.php:3429
msgid "Add this website to UpdraftCentral (remote, centralised control) - free for up to 5 sites."
msgstr ""
#: src/admin.php:2971, src/admin.php:3895, src/admin.php:5091,
#: src/admin.php:5080, src/admin.php:5068, src/admin.php:5334,
#: src/admin.php:6293, src/admin.php:6304
msgid "Return to UpdraftPlus configuration"
msgstr ""
#: src/admin.php:2465
msgid "No suitable backup set (that already contains a full backup of all the requested file component types) was found, to add increments to."
msgstr ""
#: src/includes/class-http-error-descriptions.php:72
msgid "Service Unavailable"
msgstr ""
#: src/admin.php:1110
msgid "Please check the error log for more details"
msgstr ""
#: src/admin.php:1109
msgid "Missing pages:"
msgstr ""
#: src/admin.php:1108
msgid "Restore error:"
msgstr ""
#: src/admin.php:1107
msgid "Attempts by the browser to contact the website failed."
msgstr ""
#: src/admin.php:1106
msgid "Preparing backup files"
msgstr ""
#: src/admin.php:1105
msgid "Downloading backup files if needed"
msgstr ""
#: src/admin.php:1104
msgid "Begun"
msgstr ""
#: src/admin.php:1103, src/admin.php:5149
msgid "Finished"
msgstr ""
#: src/admin.php:1100
msgid "Restoring %s1 files out of %s2"
msgstr ""
#: src/admin.php:1099
msgid "no recent activity; will offer resumption after: %d seconds"
msgstr ""
#: src/admin.php:1098
msgid "last activity: %d seconds ago"
msgstr ""
#: src/admin.php:1095
msgid "credentials"
msgstr ""
#: src/admin.php:1093
msgid "Try it - 1 month for $1!"
msgstr ""
#: src/admin.php:1089
msgid "Try UpdraftVault!"
msgstr ""
#: src/admin.php:1088
msgid "You have not selected a restore path for your chosen backups"
msgstr ""
#: src/admin.php:1086
msgid "File backup options"
msgstr ""
#: src/admin.php:1063
msgid "Verifying one-time password..."
msgstr ""
#: src/admin.php:1058
msgid "Login successful; reloading information."
msgstr ""
#: src/admin.php:938, src/admin.php:2294,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
#: src/templates/wp-admin/settings/tab-backups.php:21,
#: src/templates/wp-admin/settings/tab-backups.php:44
msgid "Existing backups"
msgstr ""
#: src/admin.php:664
msgid "Dismiss notice"
msgstr ""
#: src/admin.php:664
msgid "You can test running your site on a different PHP (or WordPress) version using UpdraftClone credits."
msgstr ""
#: src/admin.php:652
msgid "dismiss notice"
msgstr ""
#: src/admin.php:652
msgid "go here to learn more"
msgstr ""
#: src/admin.php:652
msgid "You can test upgrading your site on an instant copy using UpdraftClone credits"
msgstr ""
#: src/addons/wp-cli.php:1020
msgid "There are no incremental backup restore points available."
msgstr ""
#: src/addons/wp-cli.php:1015
msgid "Timestamp"
msgstr ""
#: src/addons/wp-cli.php:742
msgid "No valid components found, please select different components or a backup set with components that can be restored."
msgstr ""
#: src/addons/sftp.php:238, src/methods/cloudfiles.php:199,
#: src/methods/cloudfiles.php:157, src/methods/openstack-base.php:81
msgid "Error: Failed to upload"
msgstr ""
#: src/addons/s3-enhanced.php:429
msgid "Middle East (Bahrain)"
msgstr ""
#: src/addons/s3-enhanced.php:428
msgid "Europe (Stockholm)"
msgstr ""
#: src/addons/s3-enhanced.php:80
msgid "Read more about server-side encryption"
msgstr ""
#: src/addons/s3-enhanced.php:77
msgid "Intelligent Tiering"
msgstr ""
#: src/addons/morefiles.php:1010
msgid "Restore location found for:"
msgstr ""
#: src/addons/morefiles.php:1008
msgid "Restore location does not exist on the filesystem for:"
msgstr ""
#: src/addons/morefiles.php:836
msgid "Please select the more files backups that you wish to restore:"
msgstr ""
#: src/addons/moredatabase.php:267
msgid "If you enter a table prefix, then only tables that begin with this prefix will be backed up."
msgstr ""
#: src/addons/moredatabase.php:267, src/addons/moredatabase.php:267
msgid "Enter table prefix"
msgstr ""
#: src/addons/moredatabase.php:266
msgid "Enter database"
msgstr ""
#: src/addons/moredatabase.php:266
msgid "Enter database."
msgstr ""
#: src/addons/moredatabase.php:265
msgid "Enter password"
msgstr ""
#: src/addons/moredatabase.php:265
msgid "Enter password."
msgstr ""
#: src/addons/moredatabase.php:264
msgid "Enter username"
msgstr ""
#: src/addons/moredatabase.php:264
msgid "Enter username."
msgstr ""
#: src/addons/moredatabase.php:263
msgid "Enter host"
msgstr ""
#: src/addons/moredatabase.php:263
msgid "Enter host."
msgstr ""
#: src/addons/incremental.php:297
msgid "No incremental backup of your files is possible, as no suitable existing backup was found to add increments to."
msgstr ""
#: src/addons/incremental.php:295
msgid "N.B. No backup of your database will be taken in an incremental backup; if you want a database backup as well, then take that separately."
msgstr ""
#: src/addons/incremental.php:295
msgid "Files changed since the last backup will be added as a new increment in that backup set."
msgstr ""
#: src/addons/googlecloud.php:1315
msgid "Read more about bucket locations"
msgstr ""
#: src/addons/googlecloud.php:1311, src/addons/s3-enhanced.php:72
msgid "Read more about storage classes"
msgstr ""
#: src/addons/googlecloud.php:346, src/methods/googledrive.php:1459
msgid "download: failed: file not found"
msgstr ""
#: src/addons/googlecloud.php:223, src/addons/googlecloud.php:228,
#: src/methods/cloudfiles.php:140, src/methods/googledrive.php:1287,
#: src/methods/googledrive.php:1293
msgid "Error: Failed to open local file"
msgstr ""
#: src/addons/fixtime.php:570
msgid "Start time"
msgstr ""
#: src/addons/fixtime.php:552
msgid "Day to run backups"
msgstr ""
#: src/addons/fixtime.php:310
msgid "Add an additional file retention rule"
msgstr ""
#: src/addons/fixtime.php:305
msgid "Add an additional database retention rule"
msgstr ""
#: src/addons/backblaze.php:783
msgid "This is needed if, and only if, your application key was a bucket-specific application key (not a master key)"
msgstr ""
#: src/addons/backblaze.php:782
msgid "Bucket application key ID"
msgstr ""
#: src/addons/backblaze.php:778
msgid "Master Application Key ID"
msgstr ""
#: src/addons/backblaze.php:777
msgid "For help configuring %s, including screenshots, follow this link."
msgstr ""
#: src/addons/azure.php:706
msgid "Azure China"
msgstr ""
#: src/admin.php:6121
msgid "Clone region:"
msgstr ""
#: src/udaddons/updraftplus-addons.php:334,
#: src/udaddons/updraftplus-addons.php:348
msgid "go here"
msgstr ""
#: src/udaddons/updraftplus-addons.php:334,
#: src/udaddons/updraftplus-addons.php:348
msgid "If you have already renewed, then you need to allocate a licence to this site - %s"
msgstr ""
#: src/addons/onedrive.php:924
msgid "Authentication"
msgstr ""
#: src/admin.php:1051
msgid "You must select at least one remote storage destination to upload this backup set to."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:367
msgid "Read more about Easy Updates Manager"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:73
msgid "You can find out more about clone keys here."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:62
msgid "Or, use an UpdraftClone key"
msgstr ""
#: src/restorer.php:3350
msgid "Found SET NAMES %s, but changing to %s as suggested by WPDB::determine_charset()."
msgstr ""
#: src/admin.php:1084
msgid "UpdraftClone key is required."
msgstr ""
#: src/admin.php:1073
msgid "The preparation of the clone data has been aborted."
msgstr ""
#: src/addons/azure.php:705
msgid "Azure Government"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:367
msgid "Ask WordPress to automatically update UpdraftPlus when it finds an available update."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:366
msgid "Automatic updates"
msgstr ""
#: src/restorer.php:2959, src/restorer.php:2908
msgid "Your database user does not have permission to drop tables"
msgstr ""
#: src/admin.php:3418
msgid "Ask WordPress to update UpdraftPlus automatically when an update is available"
msgstr ""
#: src/addons/googlecloud.php:1289
msgid "You must add the following as the authorized redirect URI (under \"More Options\") when asked"
msgstr ""
#: src/addons/googlecloud.php:62
msgid "Frankfurt"
msgstr ""
#: src/addons/googlecloud.php:61
msgid "London"
msgstr ""
#: src/addons/googlecloud.php:60
msgid "Belgium"
msgstr ""
#: src/addons/googlecloud.php:59
msgid "Sydney"
msgstr ""
#: src/addons/googlecloud.php:58
msgid "Singapore"
msgstr ""
#: src/addons/googlecloud.php:57
msgid "Tokyo"
msgstr ""
#: src/addons/googlecloud.php:56
msgid "Taiwan"
msgstr ""
#: src/addons/googlecloud.php:55
msgid "Oregon"
msgstr ""
#: src/addons/googlecloud.php:54
msgid "North Virginia"
msgstr ""
#: src/addons/googlecloud.php:53
msgid "South Carolina"
msgstr ""
#: src/addons/googlecloud.php:52
msgid "Iowa"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Confirm change"
msgstr ""
#: src/templates/wp-admin/settings/file-backup-exclude.php:18,
#: src/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php:3
msgid "Add an exclusion rule"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:62
msgid "Type a file prefix"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:59,
#: src/templates/wp-admin/settings/exclude-modal.php:61
msgid "All files beginning with these characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:50
msgid "Type an extension like zip"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:31
msgid "Select a file/folder which you would like to exclude"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:15
msgid "All files beginning with given characters"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:12,
#: src/templates/wp-admin/settings/exclude-modal.php:47,
#: src/templates/wp-admin/settings/exclude-modal.php:49
msgid "All files with this extension"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:9,
#: src/templates/wp-admin/settings/exclude-modal.php:25
msgid "File/directory"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:6
msgid "Select a way to exclude files or directories from the backup"
msgstr ""
#: src/templates/wp-admin/settings/exclude-modal.php:2
msgid "Exclude files/directories"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:420
msgid "To read FAQs/documentation about UpdraftClone, go here."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "your UpdraftPlus.com account"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "You can check the progress here or in %s"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:419
msgid "Your UpdraftClone is still setting up."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:376
msgid "%s archives remain"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:376
msgid "The site data has all been received, and its import has begun."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:367
msgid "WordPress installed; now awaiting the site data to be sent."
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:94
msgid "Clone ready"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:86
msgid "Site data has been deployed"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:84,
#: src/includes/updraftclone/temporary-clone-status.php:347
msgid "Deploying site data"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:75
msgid "Site data received"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:73,
#: src/includes/updraftclone/temporary-clone-status.php:344
msgid "Receiving site data"
msgstr ""
#: src/includes/updraftclone/temporary-clone-status.php:66,
#: src/includes/updraftclone/temporary-clone-status.php:341
msgid "WordPress installed"
msgstr ""
#: src/admin.php:6226
msgid "Your clone has started, network information is not yet available but will be displayed here and at your updraftplus.com account once it is ready."
msgstr ""
#: src/admin.php:4330
msgid "Exclude these from"
msgstr ""
#: src/admin.php:1083
msgid "The exclusion rule which you are trying to add already exists"
msgstr ""
#: src/admin.php:1081
msgid "Please enter a valid file name prefix"
msgstr ""
#: src/admin.php:1080
msgid "Please enter characters that begin the filename which you would like to exclude"
msgstr ""
#: src/admin.php:1079
msgid "Please enter a valid file extension"
msgstr ""
#: src/admin.php:1078
msgid "Please enter a file extension, like zip"
msgstr ""
#: src/admin.php:1076
msgid "Please select a file/folder which you would like to exclude"
msgstr ""
#: src/admin.php:1075
msgid "Are you sure you want to remove this exclusion rule?"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:122
msgid "log results to console"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:46
msgid "To create a temporary clone you need credit in your account."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Read FAQs here."
msgstr ""
#: src/methods/dropbox.php:351, src/methods/dropbox.php:336
msgid "failed to upload file to %s (see log file for more)"
msgstr ""
#: src/admin.php:6222
msgid "Dashboard:"
msgstr ""
#: src/admin.php:6221
msgid "Front page:"
msgstr ""
#: src/admin.php:6220
msgid "Your clone has started and will be available at the following URLs once it is ready."
msgstr ""
#: src/includes/class-commands.php:1093
msgid "manage"
msgstr ""
#: src/includes/class-commands.php:1093
msgid "Current clones"
msgstr ""
#: src/class-updraftplus.php:3679
msgid "Your clone will now deploy this data to re-create your site."
msgstr ""
#: src/addons/migrator.php:541
msgid "Site key"
msgstr ""
#: src/includes/class-remote-send.php:667
msgid "Add a site"
msgstr ""
#: src/admin.php:1159, src/addons/migrator.php:206,
#: src/addons/migrator.php:528, src/addons/migrator.php:548
msgid "back"
msgstr ""
#: src/addons/migrator.php:172
msgid "Read this article to see step-by-step how it's done."
msgstr ""
#: src/addons/migrator.php:166,
#: src/templates/wp-admin/settings/migrator-no-migrator.php:6
msgid "Migrate (create a copy of a site on hosting you control)"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:47
msgid "Manage your clones"
msgstr ""
#: src/methods/dreamobjects.php:28
msgid "Closing 1st October 2018"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:46
msgid "Your clone will renew on:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:32
msgid "Unable to get renew date"
msgstr ""
#: src/admin.php:1029
msgid "The backup was aborted"
msgstr ""
#: src/addons/onedrive.php:1326
msgid "OneDrive Germany"
msgstr ""
#: src/addons/onedrive.php:1325
msgid "OneDrive International"
msgstr ""
#: src/addons/onedrive.php:1323
msgid "Account type"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:61,
#: src/templates/wp-admin/settings/temporary-clone.php:81
msgid "I accept the UpdraftClone terms and conditions"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:61
msgid "Not got an account? Get one by buying some tokens here."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:27,
#: src/templates/wp-admin/settings/temporary-clone.php:46,
#: src/templates/wp-admin/settings/temporary-clone.php:59
msgid "You can buy UpdraftClone tokens from our shop, here."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:59
msgid "To create a temporary clone you need: 1) credit in your account and 2) to connect to your account, below."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:37
msgid "If you want, test upgrading to a different PHP or WP version."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:37
msgid "Flexible"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:36
msgid "Takes just the time needed to create a backup and send it."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:36
msgid "Fast"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:35
msgid "One VPS (Virtual Private Server) per clone, shared with nobody."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:35
msgid "Secure"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:34
msgid "Runs on capacity from a leading cloud computing provider."
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:34
msgid "Reliable"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:33
msgid "Easy"
msgstr ""
#: src/templates/wp-admin/settings/temporary-clone.php:15,
#: src/templates/wp-admin/settings/temporary-clone.php:44
msgid "Create a temporary clone on our servers (UpdraftClone)"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:30
msgid "WooCommerce plugins"
msgstr "우커머스 플러그인"
#: src/templates/wp-admin/advanced/wipe-settings.php:14
msgid "Reset tour"
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:13
msgid "Press this button to take a tour of the plugin."
msgstr ""
#: src/includes/updraftplus-tour.php:256
msgid "Take Tour"
msgstr ""
#: src/includes/updraftplus-tour.php:206
msgid "Log in here to enable all the features you have access to."
msgstr ""
#: src/includes/updraftplus-tour.php:205
msgid "Connect to updraftplus.com"
msgstr ""
#: src/includes/updraftplus-tour.php:169
msgctxt "Translators: UpdraftVault is a product name and should not be translated."
msgid "To get started with UpdraftVault, select one of the options below:"
msgstr ""
#: src/includes/updraftplus-tour.php:165,
#: src/includes/updraftplus-tour.php:209, src/includes/updraftplus-tour.php:198
msgid "Finish"
msgstr ""
#: src/includes/updraftplus-tour.php:162
msgid "UpdraftPlus Premium has many more exciting features!"
msgstr ""
#: src/includes/updraftplus-tour.php:161
msgid "UpdraftPlus Premium and addons"
msgstr ""
#: src/includes/updraftplus-tour.php:159,
#: src/includes/updraftplus-tour.php:203, src/includes/updraftplus-tour.php:196
msgid "Thank you for taking the tour."
msgstr ""
#: src/includes/updraftplus-tour.php:154
msgid "Do you have a few more WordPress sites you want to backup? If yes you can save hours by controlling all your backups in one place from UpdraftCentral."
msgstr ""
#: src/includes/updraftplus-tour.php:153
msgid "Control all your backups in one place"
msgstr ""
#: src/includes/updraftplus-tour.php:148
msgid "Congratulations, your settings have successfully been saved."
msgstr ""
#: src/includes/updraftplus-tour.php:144
msgid "Press here to save your settings."
msgstr ""
#: src/includes/updraftplus-tour.php:143, src/includes/updraftplus-tour.php:147
msgid "Save"
msgstr ""
#: src/includes/updraftplus-tour.php:140
msgid "Look through the other settings here, making any changes you’d like."
msgstr ""
#: src/includes/updraftplus-tour.php:139
msgid "More settings"
msgstr ""
#: src/admin.php:1091, src/includes/updraftplus-tour.php:134,
#: src/includes/updraftplus-tour.php:162,
#: src/includes/updraftplus-tour.php:186,
#: src/templates/wp-admin/settings/temporary-clone.php:27
msgid "Find out more here."
msgstr ""
#: src/admin.php:1090, src/includes/updraftplus-tour.php:133,
#: src/includes/updraftplus-tour.php:185
msgid "UpdraftVault is our remote storage which works seamlessly with UpdraftPlus."
msgstr ""
#: src/includes/updraftplus-tour.php:126
msgid "Choose the schedule that you want your backups to run on."
msgstr ""
#: src/includes/updraftplus-tour.php:125
msgid "Choose your backup schedule"
msgstr ""
#: src/includes/updraftplus-tour.php:121
msgid "Congratulations! Your first backup is running."
msgstr ""
#: src/includes/updraftplus-tour.php:117, src/includes/updraftplus-tour.php:122
msgid "Go to settings"
msgstr ""
#: src/includes/updraftplus-tour.php:116, src/includes/updraftplus-tour.php:121
msgctxt "Translators: %s is a bold tag."
msgid "But to avoid server-wide threats backup regularly to remote cloud storage in %s settings %s"
msgstr ""
#: src/includes/updraftplus-tour.php:116
msgid "Press here to run a manual backup."
msgstr ""
#: src/includes/updraftplus-tour.php:115, src/includes/updraftplus-tour.php:120
msgid "Creating your first backup"
msgstr ""
#: src/includes/updraftplus-tour.php:112
msgid "Select what you want to backup"
msgstr ""
#: src/includes/updraftplus-tour.php:111
msgid "Manual backup options"
msgstr ""
#: src/includes/updraftplus-tour.php:108
msgctxt "updraftplus"
msgid "To make a simple backup to your server, press this button. Or to setup regular backups and remote storage, go to %s settings %s"
msgstr ""
#: src/includes/updraftplus-tour.php:107
msgid "Your first backup"
msgstr ""
#: src/includes/updraftplus-tour.php:103
msgid "Press here to start!"
msgstr ""
#: src/includes/updraftplus-tour.php:100
msgid "the world’s most trusted backup plugin!"
msgstr ""
#: src/includes/updraftplus-tour.php:100
msgid "Welcome to UpdraftPlus"
msgstr ""
#: src/includes/updraftplus-tour.php:99
msgid "UpdraftPlus settings"
msgstr ""
#: src/includes/updraftplus-tour.php:96
msgid "End tour"
msgstr ""
#: src/includes/updraftplus-tour.php:95
msgid "Skip this step"
msgstr ""
#: src/includes/updraftplus-tour.php:94
msgid "Back"
msgstr ""
#: src/includes/class-commands.php:1074
msgid "You can buy more temporary clone tokens here."
msgstr ""
#: src/admin.php:6174
msgid "Forbid non-administrators to login to WordPress on your clone"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:299
msgid "Premium / Find out more"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:29
msgid "Other great plugins"
msgstr ""
#: src/includes/class-commands.php:1144
msgid "The creation of your data for creating the clone should now begin."
msgstr ""
#: src/admin.php:6227, src/admin.php:6224
msgid "You can find your temporary clone information in your updraftplus.com account here."
msgstr ""
#: src/class-updraftplus.php:5415
msgid "Choose a default for each table"
msgstr ""
#: src/admin.php:3735
msgid "Sending files to remote site"
msgstr ""
#: src/admin.php:3729
msgid "Clone server being provisioned and booted (can take several minutes)"
msgstr ""
#: src/addons/migrator.php:210
msgid "To import a backup set, go to the \"Existing backups\" section in the \"Backup/Restore\" tab"
msgstr ""
#: src/admin.php:3210
msgid "Backup / Restore"
msgstr ""
#: src/admin.php:740, src/admin.php:5126
msgid "Backup"
msgstr ""
#: src/addons/wp-cli.php:413
msgid "Latest full backup found; identifier:"
msgstr ""
#: src/addons/wp-cli.php:412
msgid "No previous full backup found."
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:92
msgid "Remote storage: %s"
msgstr ""
#: src/addons/wp-cli.php:102
msgid "No previous backup found to add an increment to."
msgstr ""
#: src/restorer.php:3356
msgid "Requested character set (%s) is not present - changing to %s."
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:32
msgid "Allow only administrators to log in"
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:31
msgid "You can forbid non-admins logins to this cloned site by checking the checkbox below"
msgstr ""
#: src/includes/updraftclone/temporary-clone-user-notice.php:30
msgid "UpdraftPlus temporary clone user login settings:"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:44
msgid "Welcome to your UpdraftClone (temporary clone)"
msgstr ""
#: src/includes/updraftclone/temporary-clone-dash-notice.php:43
msgid "Refresh connection"
msgstr ""
#: src/addons/reporting.php:517
msgid "Log all messages to syslog"
msgstr ""
#: src/addons/sftp.php:717, src/addons/sftp.php:718
msgid "The server's RSA key %s fingerprint: %s."
msgstr ""
#: src/addons/sftp.php:614
msgid "RSA fingerprint"
msgstr ""
#: src/addons/sftp.php:156
msgid "Fingerprints don't match."
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:17
msgid "More information here."
msgstr ""
#: src/admin.php:748, src/admin.php:3211
msgid "Migrate / Clone"
msgstr ""
#: src/admin.php:4467, src/templates/wp-admin/settings/backupnow-modal.php:60,
#: src/templates/wp-admin/settings/existing-backups-table.php:79,
#: src/templates/wp-admin/settings/existing-backups-table.php:76
msgid "Only allow this backup to be deleted manually (i.e. keep it even if retention limits are hit)."
msgstr ""
#: src/restorer.php:380
msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old)."
msgstr ""
#: src/addons/wp-cli.php:850, src/addons/wp-cli.php:846
msgid "This is not an incremental backup"
msgstr ""
#: src/addons/wp-cli.php:762
msgid "Run this command to see the log file for this restoration (needed for any support requests)."
msgstr ""
#: src/admin.php:6156, src/admin.php:6200
msgid "(current version)"
msgstr ""
#: src/admin.php:4235
msgid "press here"
msgstr ""
#: src/addons/onedrive.php:1312, src/addons/pcloud.php:548,
#: src/methods/dropbox.php:601, src/methods/googledrive.php:1503
msgid "this privacy policy"
msgstr ""
#: src/addons/onedrive.php:1312, src/addons/pcloud.php:548,
#: src/methods/dropbox.php:601, src/methods/googledrive.php:1503
msgid "Please read %s for use of our %s authorization app (none of your backup data is sent to us)."
msgstr ""
#: src/addons/incremental.php:378
msgid "Tell me more"
msgstr ""
#: src/addons/incremental.php:366
msgid "And then add an incremental backup"
msgstr ""
#: src/updraftplus.php:126, src/addons/incremental.php:342
msgid "Every hour"
msgstr ""
#: src/includes/class-commands.php:1086
msgid "Create clone"
msgstr ""
#: src/includes/class-commands.php:1073, src/includes/class-commands.php:1130
msgid "Available temporary clone tokens:"
msgstr ""
#: src/admin.php:3342, src/includes/class-commands.php:1087,
#: src/includes/class-commands.php:1144, src/includes/class-commands.php:1142,
#: src/methods/backup-module.php:746,
#: src/templates/wp-admin/settings/temporary-clone.php:88,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:71
msgid "Processing"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:70
msgid "Connect to UpdraftCentral Cloud"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:68
msgid "UpdraftPlus.Com account terms and policies"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:68
msgid "I consent to %s"
msgstr ""
#: src/admin.php:3455,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:56
msgid "One Time Password (check your OTP app to get this password)"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:46
msgid "Login or register with this email address"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:34
msgid "If not, then choose your details and a new account will be registered."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:33
msgid "If you already have an updraftplus.com account, then enter the details below."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:31
msgid "Add this website to your UpdraftCentral Cloud dashboard at updraftplus.com."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:29
msgid "Login or register for UpdraftCentral Cloud"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:20
msgid "Go here to connect it."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:20
msgid "Or if you prefer to self-host, then you can get the self-hosted version here."
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:17
msgid "Connect this site to UpdraftCentral Cloud"
msgstr ""
#: src/templates/wp-admin/settings/updraftcentral-connect.php:12
msgid "Backup, update and manage all your WordPress sites from one dashboard"
msgstr ""
#: src/admin.php:6083
msgid "The file %s has a \"byte order mark\" (BOM) at its beginning."
msgid_plural "The files %s have a \"byte order mark\" (BOM) at their beginning."
msgstr[0] ""
#: src/admin.php:1069
msgid "For future control of all your UpdraftCentral connections, go to the \"Advanced Tools\" tab."
msgstr ""
#: src/admin.php:1068
msgid "You can also close this wizard."
msgstr ""
#: src/admin.php:1067
msgid "You need to read and accept the UpdraftCentral Cloud data and privacy policies before you can proceed."
msgstr ""
#: src/admin.php:1066
msgid "Please wait while you are redirected to UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1065
msgid "Please wait while the system generates and registers an encryption key for your website with UpdraftCentral Cloud."
msgstr ""
#: src/admin.php:1064
msgid "Perhaps you would want to login instead."
msgstr ""
#: src/admin.php:1062
msgid "Trouble connecting? Try using an alternative method in the advanced security options."
msgstr ""
#: src/admin.php:1061
msgid "An email is required and needs to be in a valid format."
msgstr ""
#: src/admin.php:1060
msgid "Both email and password fields are required."
msgstr ""
#: src/admin.php:1059
msgid "Registration successful."
msgstr ""
#: src/admin.php:1057, src/admin.php:1059
msgid "Please follow this link to open %s in a new window."
msgstr ""
#: src/admin.php:1057
msgid "Login successful."
msgstr ""
#: src/admin.php:1054,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:9
msgid "UpdraftCentral Cloud"
msgstr ""
#: src/admin.php:591
msgid "Are you sure you want to dismiss all UpdraftPlus news forever?"
msgstr ""
#: src/admin.php:590
msgid "Dismiss all UpdraftPlus news"
msgstr ""
#: src/admin.php:589
msgid "UpdraftPlus News"
msgstr ""
#: src/addons/wp-cli.php:538
msgid "Migration key created:"
msgstr ""
#: src/addons/wp-cli.php:528, src/addons/wp-cli.php:570,
#: src/addons/wp-cli.php:630
msgid "Missing parameters"
msgstr ""
#: src/addons/azure.php:704
msgid "Azure Germany"
msgstr ""
#: src/addons/azure.php:703
msgid "Azure Global"
msgstr ""
#: src/addons/azure.php:701
msgid "Azure Account"
msgstr ""
#: src/admin.php:1053
msgid "Please specify the Microsoft OneDrive folder name, not the URL."
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:4
msgid "Select the remote storage destinations you want to upload this backup set to"
msgstr ""
#: src/templates/wp-admin/settings/upload-backups-modal.php:3
msgid "Upload backup"
msgstr ""
#: src/admin.php:4725
msgid "After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations"
msgstr ""
#: src/admin.php:1052
msgid "(already uploaded)"
msgstr ""
#: src/admin.php:1050
msgid "Local backup upload has started; please check the log file to see the upload progress"
msgstr ""
#: src/admin.php:966, src/admin.php:4725
msgid "Upload"
msgstr ""
#: src/admin.php:914, src/addons/reporting.php:551
msgid "Only email the database backup"
msgstr ""
#: src/addons/reporting.php:551
msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive as a result UpdraftPlus will only send Database backups to email."
msgstr ""
#: src/addons/reporting.php:551
msgid "Use this option to only send database backups when sending to email, and skip other components."
msgstr ""
#: src/addons/migrator.php:252
msgid "For incremental backups, you will be able to choose which increments to restore at a later stage."
msgstr ""
#: src/addons/incremental.php:93
msgid "Increments exist at: %s"
msgstr ""
#: src/addons/incremental.php:93, src/addons/incremental.php:91
msgid "(latest increment: %s)"
msgstr ""
#: src/addons/s3-enhanced.php:425
msgid "Europe (Paris)"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:206
msgid "WP-CLI commands to take, list and delete backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:205
msgid "WP-CLI support"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:204
msgid "WP CLI"
msgstr ""
#: src/addons/wp-cli.php:272
msgid "Invalid Job Id"
msgstr ""
#: src/addons/wp-cli.php:201
msgid "Recently started backup job id: %s"
msgstr ""
#: src/addons/wp-cli.php:92, src/addons/wp-cli.php:494,
#: src/addons/wp-cli.php:737, src/addons/wp-cli.php:826,
#: src/addons/wp-cli.php:849
msgid "The given value for the '%s' option is not valid"
msgstr ""
#: src/addons/migrator.php:537
msgid "So, to get the key for the remote site, open the 'Migrate Site' window on that site, and go to that section."
msgstr ""
#: src/addons/migrator.php:537
msgid "Keys for a site are created in the section \"receive a backup from a remote site\"."
msgstr ""
#: src/includes/class-remote-send.php:555
msgid "You must copy and paste this key on the sending site now - it cannot be shown again."
msgstr ""
#: src/templates/wp-admin/advanced/lock-admin.php:14
msgid "This functionality has been disabled by the site administrator."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:340,
#: src/templates/wp-admin/settings/tab-addons.php:341
msgid "Highly efficient way to manage, optimize, update and backup multiple websites from one place."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:4
msgid "Thank you for installing UpdraftPlus!"
msgstr ""
#: src/includes/class-remote-send.php:684
msgid "No keys to allow remote sites to send backup data here have yet been created."
msgstr ""
#: src/restorer.php:860
msgid "Failed to read from the working directory."
msgstr ""
#: src/restorer.php:859
msgid "Failed to find a manifest file in the backup."
msgstr ""
#: src/restorer.php:858
msgid "Failed to read the manifest file from backup."
msgstr ""
#: src/addons/morefiles.php:82
msgid "(None configured)"
msgstr ""
#: src/addons/onedrive.php:1332, src/methods/backup-module.php:629,
#: src/methods/dropbox.php:609
msgid "Ensure you are logged into the correct account before continuing."
msgstr ""
#: src/admin.php:5724
msgid "Remote storage method and instance id are required for authentication."
msgstr ""
#: src/admin.php:5720
msgid "authentication error"
msgstr ""
#: src/options.php:48, src/addons/multisite.php:49
msgid "(Nothing has been logged yet)"
msgstr ""
#: src/includes/migrator-lite.php:345
msgid "you will want to use below search and replace site location in the database (migrate) to search/replace the site address."
msgstr ""
#: src/addons/morestorage.php:197
msgid "Add another %s account..."
msgstr ""
#: src/addons/morestorage.php:85
msgid "Delete these settings"
msgstr ""
#: src/admin.php:1049, src/addons/morestorage.php:83
msgid "Currently disabled"
msgstr ""
#: src/admin.php:1048, src/addons/morestorage.php:83
msgid "Currently enabled"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:48
msgid "If you have purchased from UpdraftPlus.Com, then follow this link to the installation instructions (particularly step 1)."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:48
msgid "You are currently using the free version of UpdraftPlus."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:38
msgid "Get it here"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:90
msgid "remote site"
msgstr ""
#: src/addons/backblaze.php:558
msgid "Invalid bucket name"
msgstr ""
#: src/restorer.php:2601
msgid "Requested table collation (%1$s) is not present - changing to %2$s."
msgid_plural "Requested table collations (%1$s) are not present - changing to %2$s."
msgstr[0] ""
#: src/class-updraftplus.php:5392
msgid "Your chosen replacement collation"
msgstr ""
#: src/class-updraftplus.php:5369
msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
msgstr ""
#: src/class-updraftplus.php:5369
msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
msgstr[0] ""
#: src/includes/migrator-lite.php:371
msgid "Database restoration options:"
msgstr ""
#: src/includes/migrator-lite.php:312
msgid "This looks like a migration (the backup is from a site with a different address/URL, %s)."
msgstr ""
#: src/addons/azure.php:699
msgid "%s Prefix"
msgstr ""
#: src/addons/azure.php:696
msgid "%s Container"
msgstr ""
#: src/addons/azure.php:694
msgid "%s Key"
msgstr ""
#: src/addons/azure.php:692
msgid "%s Account Name"
msgstr ""
#: src/includes/migrator-lite.php:668
msgid "Your .htaccess has an old site reference on line number %s. You should remove it manually."
msgid_plural "Your .htaccess has an old site references on line numbers %s. You should remove them manually."
msgstr[0] ""
#: src/restorer.php:2542
msgid "Requested table character set (%s) is not present - changing to %s."
msgstr ""
#: src/class-updraftplus.php:5344
msgid "Your chosen character set to use instead:"
msgstr ""
#: src/class-updraftplus.php:5334
msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
msgstr ""
#: src/class-updraftplus.php:5334
msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
msgstr[0] ""
#: src/includes/updraftplus-tour.php:93,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:100
msgid "Next"
msgstr ""
#: src/admin.php:1041
msgid "Please enter a valid URL e.g http://example.com"
msgstr ""
#: src/addons/backblaze.php:792
msgid "some/path"
msgstr ""
#: src/addons/backblaze.php:790
msgid "Bucket name"
msgstr ""
#: src/addons/backblaze.php:784
msgid "Backup path"
msgstr ""
#: src/addons/backblaze.php:780
msgid "Application key"
msgstr ""
#: src/addons/backblaze.php:779, src/addons/backblaze.php:779,
#: src/includes/updraftplus-notices.php:122
msgid "here"
msgstr ""
#: src/addons/backblaze.php:779
msgid "Get these settings from %s, or sign up %s."
msgstr ""
#: src/addons/backblaze.php:536
msgid "Account Key"
msgstr ""
#: src/addons/backblaze.php:535
msgid "Account ID"
msgstr ""
#: src/class-updraftplus.php:5159
msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
msgstr ""
#: src/methods/googledrive.php:1511
msgid "To de-authorize UpdraftPlus (all sites) from accessing your Google Drive, follow this link to your Google account settings."
msgstr ""
#: src/addons/googlecloud.php:1321, src/addons/onedrive.php:1330,
#: src/addons/pcloud.php:551, src/methods/backup-module.php:700,
#: src/methods/dropbox.php:608, src/methods/googledrive.php:1510
msgid "Follow this link to remove these settings for %s."
msgstr ""
#: src/backup.php:617, src/backup.php:2894, src/class-updraftplus.php:2565,
#: src/class-updraftplus.php:2632, src/restorer.php:713,
#: src/includes/class-search-replace.php:298,
#: src/includes/class-storage-methods-interface.php:387
msgid "A PHP fatal error (%s) has occurred: %s"
msgstr ""
#: src/backup.php:611, src/backup.php:2885, src/class-updraftplus.php:2556,
#: src/class-updraftplus.php:2625, src/restorer.php:701,
#: src/includes/class-search-replace.php:291,
#: src/includes/class-storage-methods-interface.php:378
msgid "A PHP exception (%s) has occurred: %s"
msgstr ""
#: src/addons/googlecloud.php:59
msgid "South-east Australia"
msgstr ""
#: src/addons/googlecloud.php:58
msgid "South-east Asia"
msgstr ""
#: src/addons/googlecloud.php:57
msgid "North-east Asia"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:84
msgid "Remote storage authentication"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:178
msgid "Network and multisite"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:100
msgid "Migrator"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:230
msgid "Additional storage"
msgstr ""
#: src/includes/updraftplus-tour.php:129,
#: src/includes/updraftplus-tour.php:181,
#: src/templates/wp-admin/settings/tab-addons.php:87
msgid "Remote storage"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:192
msgid "Select Files"
msgstr ""
#: src/methods/cloudfiles.php:510
msgid "Cloud Files"
msgstr ""
#: src/methods/updraftvault.php:122,
#: src/templates/wp-admin/settings/tab-addons.php:295
msgid "UpdraftVault"
msgstr ""
#: src/includes/class-wpadmin-commands.php:637
msgid "archive"
msgstr ""
#: src/includes/class-wpadmin-commands.php:628
msgid "Extra database"
msgstr ""
#: src/admin.php:4606
msgid "Press here to download or browse"
msgstr ""
#: src/admin.php:1620, src/admin.php:1630
msgid "Error: invalid path"
msgstr ""
#: src/admin.php:1361
msgid "An error occurred when fetching storage module options: "
msgstr ""
#: src/admin.php:1038
msgid "Loading log file"
msgstr ""
#: src/admin.php:1036
msgid "Search"
msgstr ""
#: src/admin.php:1035
msgid "Select a file to view information about it"
msgstr ""
#: src/admin.php:1034
msgid "Browsing zip file"
msgstr ""
#: src/admin.php:1000
msgid "With UpdraftPlus Premium, you can directly download individual files from here."
msgstr ""
#: src/admin.php:944
msgid "Browse contents"
msgstr ""
#: src/restorer.php:3067
msgid "Skipped tables:"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:8
msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:8
msgid "All WordPress tables will be backed up."
msgstr ""
#: src/admin.php:1033
msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
msgstr ""
#: src/admin.php:1033
msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
msgstr ""
#: src/admin.php:1033
msgid "The available memory on the server."
msgstr ""
#: src/admin.php:1033
msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
msgstr ""
#: src/admin.php:1032
msgid "HTTP code:"
msgstr ""
#: src/admin.php:919, src/addons/wp-cli.php:111
msgid "You have chosen to backup a database, but no tables have been selected"
msgstr ""
#: src/addons/moredatabase.php:463
msgid "tables"
msgstr ""
#: src/addons/moredatabase.php:462
msgid "WordPress database"
msgstr ""
#: src/addons/moredatabase.php:427
msgid "You should backup all tables unless you are an expert in the internals of the WordPress database."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:329,
#: src/templates/wp-admin/settings/tab-addons.php:329,
#: src/templates/wp-admin/settings/tab-addons.php:335,
#: src/templates/wp-admin/settings/tab-addons.php:335,
#: src/templates/wp-admin/settings/tab-addons.php:341,
#: src/templates/wp-admin/settings/tab-addons.php:341,
#: src/templates/wp-admin/settings/tab-addons.php:347,
#: src/templates/wp-admin/settings/tab-addons.php:347
msgid "Find out more"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:298
msgid "UpdraftPlus has its own embedded storage option, providing a zero-hassle way to download, store and manage all your backups from one place."
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:12
msgid "UpdraftPlus Tour"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:284
msgid "Lock access to UpdraftPlus via a password so you choose which admin users can access backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:271
msgid "Some backup plugins can't restore a backup, so Premium allows you to restore backups from other plugins."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:269,
#: src/templates/wp-admin/settings/tab-addons.php:270
msgid "Importer"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:258
msgid "Tidy things up for clients and remove all adverts for our other products."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:256,
#: src/templates/wp-admin/settings/tab-addons.php:257
msgid "No ads"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:245
msgid "Sophisticated reporting and emailing capabilities."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:219
msgid "Encrypt your sensitive databases (e.g. customer information or passwords); Backup external databases too."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:217,
#: src/templates/wp-admin/settings/tab-addons.php:218
msgid "More database options"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:193
msgid "Set exact times to create or delete backups."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:191,
#: src/templates/wp-admin/settings/tab-addons.php:192
msgid "Backup time and scheduling"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:180
msgid "Backup WordPress multisites (i.e, networks), securely."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:179
msgid "Network / multisite"
msgstr "네트워크 / 멀티사이트"
#: src/templates/wp-admin/settings/tab-addons.php:167
msgid "Backup WordPress core and non-WP files and databases."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:154
msgid "Automatically backs up your website before any updates to plugins, themes and WordPress core."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:152,
#: src/templates/wp-admin/settings/tab-addons.php:153
msgid "Pre-update backups"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:141
msgid "Provides expert help and support from the developers whenever you need it."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:140
msgid "Fast, personal support"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:102
msgid "UpdraftPlus Migrator clones your WordPress site and moves it to a new domain directly and simply."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:101
msgid "Cloning and migration"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:232
msgid "Get enhanced versions of the free remote storage options (Dropbox, Google Drive & S3) and even more remote storage options like OneDrive, SFTP, Azure, WebDAV, Backblaze and more with UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:231
msgid "Additional and enhanced remote storage locations"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:88
msgid "Backup to remote storage locations"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:82,
#: src/templates/wp-admin/settings/tab-addons.php:316
msgid "Upgrade now"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:79,
#: src/templates/wp-admin/settings/tab-addons.php:313
msgid "Installed"
msgstr "설치했습니다"
#: src/templates/wp-admin/settings/tab-addons.php:69
msgid "Free"
msgstr ""
#: src/admin.php:588
msgid "UpdraftPlus"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:216
msgid "Recommended: optimize your database with WP-Optimize."
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:31,
#: src/templates/wp-admin/notices/horizontal-notice.php:74,
#: src/templates/wp-admin/notices/report-plain.php:33,
#: src/templates/wp-admin/notices/report.php:30
msgid "Read more"
msgstr ""
#: src/includes/updraftplus-notices.php:210
msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
msgstr ""
#: src/addons/morefiles.php:1057
msgid "Please choose a file or directory"
msgstr ""
#: src/addons/morefiles.php:1035, src/methods/backup-module.php:90
msgid "Confirm"
msgstr ""
#: src/addons/morefiles.php:1030, src/addons/morefiles.php:1030
msgid "Go up a directory"
msgstr ""
#: src/addons/morefiles.php:1027
msgid "Add directory..."
msgstr ""
#: src/addons/morefiles.php:334, src/addons/morefiles.php:1013,
#: src/addons/morefiles.php:1055,
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Edit"
msgstr ""
#: src/addons/morefiles.php:317
msgid "If using it, select a path from the directory tree below and then press confirm selection."
msgstr ""
#: src/addons/s3-enhanced.php:426
msgid "Europe (Frankfurt)"
msgstr ""
#: src/addons/s3-enhanced.php:424
msgid "Europe (London)"
msgstr ""
#: src/addons/s3-enhanced.php:423
msgid "Europe (Ireland)"
msgstr ""
#: src/includes/updraftplus-tour.php:151
msgid "UpdraftCentral"
msgstr ""
#: src/templates/wp-admin/notices/autobackup-notice.php:6,
#: src/templates/wp-admin/notices/horizontal-notice.php:38,
#: src/templates/wp-admin/notices/horizontal-notice.php:8
msgid "notice image"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:29,
#: src/templates/wp-admin/notices/horizontal-notice.php:72,
#: src/templates/wp-admin/notices/report-plain.php:31,
#: src/templates/wp-admin/notices/report.php:28
msgid "Go there"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:27,
#: src/templates/wp-admin/notices/horizontal-notice.php:68,
#: src/templates/wp-admin/notices/report-plain.php:29,
#: src/templates/wp-admin/notices/report.php:26
msgid "Sign up"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:25,
#: src/templates/wp-admin/notices/horizontal-notice.php:66,
#: src/templates/wp-admin/notices/report-plain.php:27,
#: src/templates/wp-admin/notices/report.php:24
msgid "Get Premium"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:23,
#: src/templates/wp-admin/notices/report-plain.php:25,
#: src/templates/wp-admin/notices/report.php:22
msgid "Review UpdraftPlus"
msgstr ""
#: src/templates/wp-admin/notices/bottom-notice.php:21,
#: src/templates/wp-admin/notices/horizontal-notice.php:64,
#: src/templates/wp-admin/notices/report-plain.php:23,
#: src/templates/wp-admin/notices/report.php:20
msgid "Get UpdraftCentral"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:109
msgid "Apache modules"
msgstr ""
#: src/includes/updraftplus-notices.php:166,
#: src/includes/updraftplus-notices.php:176
msgid "UpdraftPlus Blog - get up-to-date news and offers"
msgstr ""
#: src/includes/updraftplus-notices.php:155
msgid "UpdraftPlus Newsletter"
msgstr ""
#: src/includes/updraftplus-notices.php:114
msgid "Control all your WordPress installations from one place using UpdraftCentral remote site management!"
msgstr ""
#: src/includes/updraftplus-notices.php:113
msgid "Do you use UpdraftPlus on multiple sites?"
msgstr ""
#: src/includes/updraftplus-notices.php:104
msgid "UpdraftCentral is a highly efficient way to manage, update and backup multiple websites from one place."
msgstr ""
#: src/includes/updraftplus-notices.php:103
msgid "Introducing UpdraftCentral"
msgstr ""
#: src/includes/updraftplus-notices.php:92
msgid "easily migrate or clone your site in minutes"
msgstr ""
#: src/includes/updraftplus-notices.php:82
msgid "Add SFTP to send your data securely, lock settings and encrypt your database backups for extra security."
msgstr ""
#: src/includes/updraftplus-notices.php:81
msgid "secure your backups"
msgstr ""
#: src/includes/updraftplus-notices.php:71
msgid "Secure multisite installation, advanced reporting and much more."
msgstr ""
#: src/includes/updraftplus-notices.php:70
msgid "advanced options"
msgstr ""
#: src/includes/updraftplus-notices.php:59
msgid "enhanced remote storage options"
msgstr ""
#: src/includes/updraftplus-notices.php:49
msgid "The ultimately secure and convenient place to store your backups."
msgstr ""
#: src/includes/updraftplus-notices.php:48,
#: src/templates/wp-admin/settings/tab-addons.php:296
msgid "UpdraftVault storage"
msgstr ""
#: src/includes/updraftplus-notices.php:38
msgid "Enjoy professional, fast, and friendly help whenever you need it with Premium."
msgstr ""
#: src/includes/updraftplus-notices.php:36,
#: src/includes/updraftplus-notices.php:47,
#: src/includes/updraftplus-notices.php:58,
#: src/includes/updraftplus-notices.php:69,
#: src/includes/updraftplus-notices.php:80,
#: src/includes/updraftplus-notices.php:91
msgid "UpdraftPlus Premium:"
msgstr ""
#: src/addons/s3-enhanced.php:422
msgid "Canada (Central)"
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:24
msgid "Site size"
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:12,
#: src/templates/wp-admin/settings/tab-addons.php:282,
#: src/templates/wp-admin/settings/tab-addons.php:283
msgid "Lock settings"
msgstr "잠금 설정"
#: src/templates/wp-admin/advanced/site-info.php:5,
#: src/templates/wp-admin/advanced/tools-menu.php:8
msgid "Site information"
msgstr ""
#: src/templates/wp-admin/advanced/search-replace.php:9
msgid "For the ability to migrate websites, upgrade to UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:15
msgid "Import settings"
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:9
msgid "Export settings"
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:7
msgid "including any passwords"
msgstr ""
#: src/templates/wp-admin/advanced/export-settings.php:5,
#: src/templates/wp-admin/advanced/tools-menu.php:32
msgid "Export / import settings"
msgstr ""
#: src/restorer.php:2603
msgid "Processing table (%s)"
msgstr ""
#: src/restorer.php:3034
msgid "Backup of: %s"
msgstr ""
#: src/methods/dropbox.php:887
msgid "%s de-authentication"
msgstr ""
#: src/methods/dropbox.php:610
msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
msgstr ""
#: src/backup.php:2113
msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:85
msgid "You have selected a remote storage option which has an authorization step to complete:"
msgstr ""
#: src/admin.php:2232
msgid "Remote files deleted:"
msgstr ""
#: src/admin.php:2231
msgid "Local files deleted:"
msgstr ""
#: src/methods/backup-module.php:637
msgid "Follow this link to authorize access to your %s account (you will not be able to backup to %s without it)."
msgstr ""
#: src/admin.php:1031
msgid "remote files deleted"
msgstr ""
#: src/admin.php:1027
msgid "Complete"
msgstr ""
#: src/admin.php:1026
msgid "Do you want to carry out the import?"
msgstr ""
#: src/admin.php:1025
msgid "Which was exported on:"
msgstr ""
#: src/admin.php:1024
msgid "This will import data from:"
msgstr ""
#: src/admin.php:1023
msgid "Importing..."
msgstr ""
#: src/admin.php:1019
msgid "You have not yet selected a file to import."
msgstr ""
#: src/admin.php:1002
msgid "Your export file will be of your displayed settings, not your saved ones."
msgstr ""
#: src/admin.php:99
msgid "template not found"
msgstr ""
#: src/addons/s3-enhanced.php:418
msgid "US East (Ohio)"
msgstr ""
#: src/addons/onedrive.php:793
msgid "Account is not authorized (%s)."
msgstr ""
#: src/addons/onedrive.php:754, src/udaddons/updraftplus-addons.php:1040
msgid "Your IP address:"
msgstr ""
#: src/addons/onedrive.php:754, src/udaddons/updraftplus-addons.php:1040,
#: src/udaddons/updraftplus-addons.php:1053
msgid "To remove any block, please go here."
msgstr ""
#: src/addons/onedrive.php:741, src/udaddons/updraftplus-addons.php:1027
msgid "An error response was received; HTTP code:"
msgstr ""
#: src/includes/class-commands.php:444
msgid "%s add-on not found"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "or to restore manually"
msgstr ""
#: src/admin.php:3008
msgid "To fix this problem go here."
msgstr ""
#: src/admin.php:3008
msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
msgstr ""
#: src/admin.php:986
msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
msgstr ""
#: src/addons/webdav.php:437
msgid "Path"
msgstr ""
#: src/addons/webdav.php:436
msgid "Leave this blank to use the default (80 for webdav, 443 for webdavs)"
msgstr ""
#: src/addons/webdav.php:434
msgid "Enter any path in the field below."
msgstr ""
#: src/addons/webdav.php:434
msgid "A host name cannot contain a slash."
msgstr ""
#: src/addons/webdav.php:429
msgid "Protocol (SSL or not)"
msgstr ""
#: src/udaddons/updraftplus-addons.php:1056
msgid "This usually indicates a network connectivity issue (e.g. an outgoing firewall or overloaded network) between this site and UpdraftPlus.com."
msgstr ""
#: src/methods/s3.php:1440
msgid "The AWS access key looks to be wrong (valid %s access keys begin with \"AK\")"
msgstr ""
#: src/methods/s3.php:155
msgid "No settings were found - please go to the Settings tab and check your settings"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:115
msgid "Backup using %s?"
msgstr ""
#: src/addons/s3-enhanced.php:434
msgid "Asia Pacific (Mumbai)"
msgstr ""
#: src/addons/s3-enhanced.php:76
msgid "Standard (infrequent access)"
msgstr ""
#: src/templates/wp-admin/settings/header.php:25
msgid "FAQs"
msgstr ""
#: src/backup.php:3150
msgid "Failed to open directory (check the file permissions and ownership): %s"
msgstr ""
#: src/backup.php:3128
msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
msgstr ""
#: src/addons/migrator.php:563
msgid "Create key"
msgstr ""
#: src/addons/migrator.php:560
msgid "slower, strongest"
msgstr ""
#: src/addons/migrator.php:559
msgid "recommended"
msgstr ""
#: src/addons/migrator.php:559
msgid "%s bytes"
msgstr ""
#: src/addons/migrator.php:558
msgid "faster (possibility for slow PHP installs)"
msgstr ""
#: src/addons/migrator.php:558, src/addons/migrator.php:560
msgid "%s bits"
msgstr ""
#: src/addons/migrator.php:556
msgid "Encryption key size:"
msgstr ""
#: src/addons/migrator.php:554
msgid "Enter your chosen name"
msgstr ""
#: src/addons/migrator.php:553
msgid "Create a key: give this key a unique name (e.g. indicate the site it is for), then press \"Create key\":"
msgstr ""
#: src/methods/googledrive.php:767
msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
msgstr ""
#: src/methods/ftp.php:466
msgid "This is sometimes caused by a firewall - try turning off SSL in the expert settings, and testing again."
msgstr ""
#: src/methods/ftp.php:438
msgid "login"
msgstr "로그인"
#: src/addons/reporting.php:549, src/addons/reporting.php:549,
#: src/addons/reporting.php:551, src/methods/email.php:114
msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
msgstr ""
#: src/class-updraftplus.php:2049
msgid "Size: %s MB"
msgstr ""
#: src/class-updraftplus.php:5178, src/restorer.php:1882
msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:104
msgid "(tap on an icon to select or unselect)"
msgstr ""
#: src/methods/updraftvault.php:499, src/methods/updraftvault.php:504,
#: src/methods/updraftvault.php:505, src/methods/updraftvault.php:506
msgid "%s per year"
msgstr ""
#: src/methods/updraftvault.php:497
msgid "or (annual discount)"
msgstr ""
#: src/methods/updraftvault.php:336
msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
msgstr ""
#: src/class-updraftplus.php:663, src/class-updraftplus.php:745
msgid "The given file was not found, or could not be read."
msgstr ""
#: src/class-updraftplus.php:3660, src/class-updraftplus.php:3772
msgid "The backup was aborted by the user"
msgstr ""
#: src/admin.php:5667
msgid "Your settings have been saved."
msgstr "설정이 저장되었습니다."
#: src/admin.php:4515
msgid "Total backup size:"
msgstr ""
#: src/admin.php:3878
msgid "stop"
msgstr "중지"
#: src/admin.php:1028, src/admin.php:3664
msgid "The backup has finished running"
msgstr ""
#: src/templates/wp-admin/advanced/tools-menu.php:36,
#: src/templates/wp-admin/advanced/wipe-settings.php:5,
#: src/templates/wp-admin/advanced/wipe-settings.php:10
msgid "Wipe settings"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:120
msgid "reset"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:14
msgid "these backup sets"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:11
msgid "this backup set"
msgstr ""
#: src/includes/class-filesystem-functions.php:112
msgid "calculate"
msgstr ""
#: src/admin.php:1001
msgid "You should save your changes to ensure that they are used for making your backup."
msgstr ""
#: src/admin.php:994
msgid "We requested to delete the file, but could not understand the server's response"
msgstr ""
#: src/admin.php:993
msgid "Please enter a valid URL"
msgstr ""
#: src/admin.php:976
msgid "Saving..."
msgstr "저장 중..."
#: src/admin.php:934
msgid "Error: the server sent us a response which we did not understand."
msgstr ""
#: src/admin.php:926
msgid "Fetching..."
msgstr ""
#: src/addons/s3-enhanced.php:431
msgid "Asia Pacific (Seoul)"
msgstr ""
#: src/restorer.php:3057
msgid "Uploads URL:"
msgstr ""
#: src/addons/onedrive.php:91
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
msgstr ""
#: src/class-updraftplus.php:5232, src/restorer.php:3075
msgid "To import an ordinary WordPress site into a multisite installation requires %s."
msgstr ""
#: src/class-updraftplus.php:5228
msgid "Please read this link for important information on this process."
msgstr ""
#: src/class-updraftplus.php:5228
msgid "It will be imported as a new site."
msgstr ""
#: src/admin.php:3294, src/templates/wp-admin/notices/autobackup-notice.php:18,
#: src/templates/wp-admin/notices/autobackup-notice.php:16,
#: src/templates/wp-admin/notices/horizontal-notice.php:50,
#: src/templates/wp-admin/notices/horizontal-notice.php:48
msgid "Dismiss"
msgstr "무시하기"
#: src/admin.php:1014
msgid "Please fill in the required information."
msgstr ""
#: src/addons/multisite.php:691
msgid "Read more..."
msgstr ""
#: src/addons/multisite.php:682
msgid "may include some site-wide data"
msgstr ""
#: src/addons/multisite.php:677
msgid "All sites"
msgstr ""
#: src/addons/multisite.php:673
msgid "Which site to restore"
msgstr ""
#: src/addons/migrator.php:434, src/addons/migrator.php:435
msgid "Error when creating new site at your chosen address:"
msgstr ""
#: src/addons/migrator.php:378
msgid "Required information for restoring this backup was not given (%s)"
msgstr ""
#: src/addons/migrator.php:339
msgid "Attribute imported content to user"
msgstr ""
#: src/addons/migrator.php:331, src/addons/migrator.php:329
msgid "You must use lower-case letters or numbers for the site path, only."
msgstr ""
#: src/addons/migrator.php:317
msgid "This feature is not compatible with %s"
msgstr ""
#: src/addons/migrator.php:317, src/addons/migrator.php:315
msgid "Importing a single site into a multisite install"
msgstr ""
#: src/addons/migrator.php:307
msgid "other content from wp-content"
msgstr ""
#: src/addons/migrator.php:304
msgid "WordPress core"
msgstr ""
#: src/addons/migrator.php:304, src/addons/migrator.php:307,
#: src/addons/migrator.php:310
msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:118
msgid "Call WordPress action:"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:45
msgid "Your saved settings also affect what is backed up - e.g. files excluded."
msgstr ""
#: src/restorer.php:522
msgid "Skipping: this archive was already restored."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:141
msgid "File Options"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:94
msgid "Sending Your Backup To Remote Storage"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:58
msgid "Database backup schedule"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:22
msgid "Files backup schedule"
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:6
msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
msgstr ""
#: src/admin.php:5537
msgid "Send this backup to remote storage"
msgstr ""
#: src/admin.php:5530
msgid "Check out UpdraftVault."
msgstr ""
#: src/admin.php:5530
msgid "Not got any remote storage?"
msgstr ""
#: src/admin.php:5530
msgid "settings"
msgstr "설정"
#: src/admin.php:5530
msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
msgstr ""
#: src/admin.php:1085, src/templates/wp-admin/settings/backupnow-modal.php:40
msgid "Include your files in the backup"
msgstr ""
#: src/templates/wp-admin/settings/backupnow-modal.php:26
msgid "Include your database in the backup"
msgstr ""
#: src/admin.php:3293
msgid "Continue restoration"
msgstr ""
#: src/admin.php:3287
msgid "You have an unfinished restoration operation, begun %s ago."
msgstr ""
#: src/admin.php:3286
msgid "Unfinished restoration"
msgstr ""
#: src/admin.php:3283
msgid "%s minutes, %s seconds"
msgstr ""
#: src/admin.php:3111
msgid "Backup Contents And Schedule"
msgstr ""
#: src/admin.php:3214
msgid "Premium / Extensions"
msgstr ""
#: src/admin.php:5027, src/admin.php:5018
msgid "Sufficient information about the in-progress restoration operation could not be found."
msgstr ""
#: src/admin.php:999, src/addons/morefiles.php:86
msgctxt "(verb)"
msgid "Download"
msgstr ""
#: src/admin.php:918
msgid "You have chosen to backup files, but no file entities have been selected"
msgstr ""
#: src/admin.php:772
msgid "Extensions"
msgstr "추가기능"
#: src/admin.php:764, src/admin.php:3213
msgid "Advanced Tools"
msgstr ""
#: src/addons/googlecloud.php:1314
msgid "Bucket location"
msgstr ""
#: src/addons/googlecloud.php:1313
msgid "Note that Google do not support every storage class in every location - you should read their documentation to learn about current availability."
msgstr ""
#: src/addons/googlecloud.php:1313, src/addons/googlecloud.php:1316
msgid "This setting applies only when a new bucket is being created."
msgstr ""
#: src/addons/googlecloud.php:1307
msgid "You must use a bucket name that is unique, for all %s users."
msgstr ""
#: src/addons/googlecloud.php:1295
msgid "Do not confuse %s with %s - they are separate things."
msgstr ""
#: src/addons/googlecloud.php:362
msgid "You do not have access to this bucket"
msgstr ""
#: src/addons/googlecloud.php:60, src/addons/googlecloud.php:61,
#: src/addons/googlecloud.php:62
msgid "Western Europe"
msgstr ""
#: src/addons/googlecloud.php:56
msgid "Eastern Asia-Pacific"
msgstr ""
#: src/addons/googlecloud.php:55
msgid "Western United States"
msgstr ""
#: src/addons/googlecloud.php:53, src/addons/googlecloud.php:54
msgid "Eastern United States"
msgstr ""
#: src/addons/googlecloud.php:52
msgid "Central United States"
msgstr ""
#: src/addons/googlecloud.php:51
msgid "European Union"
msgstr ""
#: src/addons/googlecloud.php:50
msgid "Asia Pacific"
msgstr ""
#: src/addons/googlecloud.php:49, src/addons/googlecloud.php:50,
#: src/addons/googlecloud.php:51
msgid "multi-region location"
msgstr ""
#: src/addons/googlecloud.php:49
msgid "United States"
msgstr ""
#: src/addons/googlecloud.php:45
msgid "Nearline"
msgstr ""
#: src/addons/googlecloud.php:44
msgid "Durable reduced availability"
msgstr ""
#: src/addons/googlecloud.php:43, src/addons/s3-enhanced.php:75
msgid "Standard"
msgstr ""
#: src/addons/azure.php:700
msgid "container"
msgstr ""
#: src/addons/azure.php:700
msgid "You can enter the path of any %s virtual folder you wish to use here."
msgstr ""
#: src/addons/azure.php:699
msgid "optional"
msgstr ""
#: src/addons/azure.php:698
msgid "See Microsoft's guidelines on container naming by following this link."
msgstr ""
#: src/addons/azure.php:697
msgid "Enter the path of the %s you wish to use here."
msgstr ""
#: src/addons/azure.php:693
msgid "This is not your Azure login - see the instructions if needing more guidance."
msgstr ""
#: src/addons/azure.php:692, src/addons/azure.php:694,
#: src/addons/azure.php:696, src/addons/azure.php:699
msgid "Azure"
msgstr ""
#: src/addons/azure.php:690, src/methods/dreamobjects.php:186
msgid "Create Azure credentials in your Azure developer console."
msgstr ""
#: src/addons/azure.php:593
msgid "Could not create the container"
msgstr ""
#: src/addons/azure.php:447
msgid "Could not access container"
msgstr ""
#: src/class-updraftplus.php:3679
msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
msgstr ""
#: src/backup.php:1901
msgid "the options table was not found"
msgstr ""
#: src/backup.php:1899
msgid "no options or sitemeta table was found"
msgstr ""
#: src/backup.php:1657
msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:74
msgid "required for some remote storage providers"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:74
msgid "Not installed"
msgstr "인스톨되지 않음"
#: src/addons/googlecloud.php:1310, src/addons/s3-enhanced.php:71
msgid "Storage class"
msgstr ""
#: src/addons/googlecloud.php:1309
msgid "See Google's guidelines on bucket naming by following this link."
msgstr ""
#: src/addons/googlecloud.php:1308
msgid "Enter the name of the %s bucket you wish to use here."
msgstr ""
#: src/addons/googlecloud.php:1306
msgid "Bucket"
msgstr ""
#: src/addons/googlecloud.php:1304
msgid "Otherwise, you can leave it blank."
msgstr ""
#: src/addons/googlecloud.php:1304
msgid "N.B. This is only needed if you have not already created the bucket, and you wish UpdraftPlus to create it for you."
msgstr ""
#: src/addons/googlecloud.php:1303
msgid "Enter the ID of the %s project you wish to use here."
msgstr ""
#: src/addons/googlecloud.php:1289
msgid "Follow this link to your Google API Console, and there activate the Storage API and create a Client ID in the API Access section."
msgstr ""
#: src/addons/googlecloud.php:1105
msgid "You must enter a project ID in order to be able to create a new bucket."
msgstr ""
#: src/addons/googlecloud.php:1302
msgid "Project ID"
msgstr ""
#: src/addons/googlecloud.php:949
msgid "You must save and authenticate before you can test your settings."
msgstr ""
#: src/addons/googlecloud.php:693
msgid "Have not yet obtained an access token from Google - you need to authorize or re-authorize your connection to Google Cloud."
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:386,
#: src/addons/googlecloud.php:1094, src/addons/googlecloud.php:1144
msgid "You do not have access to this bucket."
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:362,
#: src/addons/googlecloud.php:375, src/addons/googlecloud.php:373,
#: src/addons/googlecloud.php:386, src/addons/googlecloud.php:904,
#: src/addons/googlecloud.php:1094, src/addons/googlecloud.php:1146,
#: src/addons/googlecloud.php:1144, src/addons/googlecloud.php:1284,
#: src/addons/googlecloud.php:1284, src/addons/googlecloud.php:1298,
#: src/addons/googlecloud.php:1300, src/addons/googlecloud.php:1307
msgid "Google Cloud"
msgstr ""
#: src/addons/googlecloud.php:309, src/addons/googlecloud.php:362,
#: src/addons/googlecloud.php:386, src/addons/googlecloud.php:1094,
#: src/addons/googlecloud.php:1146, src/addons/googlecloud.php:1144
msgid "%s Service Exception."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "or to configure more complex schedules"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:11,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:14
msgid "Are you sure that you wish to remove %s from UpdraftPlus?"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:169
msgid "Deselect"
msgstr ""
#: src/addons/moredatabase.php:459, src/addons/morefiles.php:901,
#: src/templates/wp-admin/settings/existing-backups-table.php:168
msgid "Select all"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:166
msgid "Actions upon selected backups"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:56,
#: src/templates/wp-admin/settings/tab-backups.php:60
msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
msgstr ""
#: src/admin.php:2230
msgid "Backup sets removed:"
msgstr ""
#: src/admin.php:1012
msgid "Processing..."
msgstr ""
#: src/admin.php:1010
msgid "For backups older than"
msgstr ""
#: src/admin.php:1009
msgid "week(s)"
msgstr ""
#: src/admin.php:1008
msgid "hour(s)"
msgstr ""
#: src/admin.php:1007
msgid "day(s)"
msgstr ""
#: src/admin.php:1006
msgid "in the month"
msgstr ""
#: src/admin.php:1005
msgid "day"
msgstr ""
#: src/addons/morestorage.php:32
msgid "(as many as you like)"
msgstr ""
#: src/addons/fixtime.php:305, src/addons/fixtime.php:310
msgid "Add an additional retention rule..."
msgstr ""
#: src/restorer.php:4035
msgid "This database needs to be deployed on MySQL version %s or later."
msgstr ""
#: src/restorer.php:4035
msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
msgstr ""
#: src/methods/updraftvault.php:922
msgid "You do not currently have any UpdraftVault quota"
msgstr ""
#: src/class-updraftplus.php:5309
msgid "You must upgrade MySQL to be able to use this database."
msgstr ""
#: src/class-updraftplus.php:5309
msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
msgstr ""
#: src/methods/updraftvault.php:526, src/methods/updraftvault.php:527
msgid "Don't know your email address, or forgotten your password?"
msgstr ""
#: src/methods/updraftvault.php:519
msgid "Enter your UpdraftPlus.Com email / password here to connect:"
msgstr ""
#: src/methods/updraftvault.php:487
msgid "Read the %s FAQs here."
msgstr ""
#: src/addons/s3-enhanced.php:82
msgid "Check this box to use Amazon's server-side encryption"
msgstr ""
#: src/addons/s3-enhanced.php:79
msgid "Server-side encryption"
msgstr ""
#: src/methods/updraftvault.php:930
msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
msgstr ""
#: src/admin.php:1456
msgid "%s has been chosen for remote storage, but you are not currently connected."
msgstr ""
#: src/methods/updraftvault.php:518
msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
msgstr ""
#: src/admin.php:982
msgid "Update quota count"
msgstr ""
#: src/admin.php:981
msgid "Counting..."
msgstr ""
#: src/admin.php:980
msgid "Disconnecting..."
msgstr ""
#: src/admin.php:978
msgid "Connecting..."
msgstr ""
#: src/methods/updraftvault.php:652, src/methods/updraftvault.php:755
msgid "Refresh current status"
msgstr ""
#: src/methods/updraftvault.php:650, src/methods/updraftvault.php:667,
#: src/methods/updraftvault.php:669, src/methods/updraftvault.php:755
msgid "Get more quota"
msgstr ""
#: src/methods/updraftvault.php:647, src/methods/updraftvault.php:664,
#: src/methods/updraftvault.php:719
msgid "Current use:"
msgstr ""
#: src/methods/updraftvault.php:632
msgid "You can get more quota here"
msgstr ""
#: src/methods/updraftvault.php:632
msgid "Error: you have insufficient storage quota available (%s) to upload this archive (%s) (%s)."
msgstr ""
#: src/admin.php:979, src/methods/updraftvault.php:533,
#: src/methods/updraftvault.php:615
msgid "Disconnect"
msgstr ""
#: src/methods/updraftvault.php:532, src/methods/updraftvault.php:601
msgid "Quota:"
msgstr ""
#: src/methods/updraftvault.php:531, src/methods/updraftvault.php:599
msgid "Vault owner"
msgstr ""
#: src/methods/updraftvault.php:530, src/methods/updraftvault.php:599
msgid "Well done - there's nothing more needed to set up."
msgstr ""
#: src/methods/updraftvault.php:530, src/methods/updraftvault.php:599
msgid "This site is connected to UpdraftVault."
msgstr ""
#: src/methods/updraftvault.php:534, src/methods/updraftvault.php:595
msgid "You are not connected to UpdraftVault."
msgstr ""
#: src/methods/updraftvault.php:529
msgid "Go here for help"
msgstr ""
#: src/methods/updraftvault.php:515,
#: src/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php:4
msgid "Back..."
msgstr ""
#: src/methods/updraftvault.php:518
msgid "Subscriptions can be cancelled at any time."
msgstr ""
#: src/methods/updraftvault.php:500, src/methods/updraftvault.php:501,
#: src/methods/updraftvault.php:502
msgid "%s per quarter"
msgstr ""
#: src/methods/updraftvault.php:485
msgid "UpdraftVault is built on top of Amazon's world-leading data-centres, with redundant data storage to achieve 99.999999999% reliability."
msgstr ""
#: src/methods/updraftvault.php:481
msgid "Show the options"
msgstr ""
#: src/methods/updraftvault.php:479, src/methods/updraftvault.php:490
msgid "Press a button to get started."
msgstr ""
#: src/methods/updraftvault.php:479, src/methods/updraftvault.php:490
msgid "UpdraftVault brings you storage that is reliable, easy to use and a great price."
msgstr ""
#: src/methods/updraftvault.php:155
msgid "Updraft Vault"
msgstr ""
#: src/addons/azure.php:477, src/addons/backblaze.php:611,
#: src/addons/googlecloud.php:1034, src/methods/s3.php:1468
msgid "Delete failed:"
msgstr ""
#: src/backup.php:4383
msgid "The zip engine returned the message: %s."
msgstr ""
#: src/addons/s3-enhanced.php:456, src/addons/s3-enhanced.php:458
msgid "Without this permission, UpdraftPlus cannot delete backups - you should also set your 'retain' settings very high to prevent seeing deletion errors."
msgstr ""
#: src/addons/s3-enhanced.php:456, src/addons/s3-enhanced.php:456
msgid "Allow deletion"
msgstr ""
#: src/addons/s3-enhanced.php:452, src/addons/s3-enhanced.php:454
msgid "Without this permission, you cannot directly download or restore using UpdraftPlus, and will instead need to visit the AWS website."
msgstr ""
#: src/addons/s3-enhanced.php:452, src/addons/s3-enhanced.php:452
msgid "Allow download"
msgstr ""
#: src/includes/class-remote-send.php:429
msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
msgstr ""
#: src/admin.php:988, src/includes/class-remote-send.php:411
msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
msgstr ""
#: src/includes/class-remote-send.php:693
msgid "Existing keys"
msgstr ""
#: src/addons/migrator.php:568
msgid "Your new key:"
msgstr ""
#: src/includes/class-remote-send.php:555
msgid "Key created successfully."
msgstr ""
#: src/includes/class-remote-send.php:538
msgid "A key with this name already exists; you must use a unique name."
msgstr ""
#: src/includes/class-remote-send.php:463
msgid "Also send this backup to the active remote storage locations"
msgstr ""
#: src/includes/class-remote-send.php:359
msgid "site not found"
msgstr ""
#: src/includes/class-remote-send.php:326
msgid "Backup data will be sent to:"
msgstr ""
#: src/addons/migrator.php:207
msgid "Restore an existing backup set onto this site"
msgstr ""
#: src/addons/migrator.php:213
msgid "This site has no backups to restore from yet."
msgstr ""
#: src/addons/reporting.php:197
msgid "Backup made by %s"
msgstr ""
#: src/methods/addon-base-v2.php:222
msgid "This storage method does not allow downloading"
msgstr ""
#: src/admin.php:4657
msgid "(backup set imported from remote location)"
msgstr ""
#: src/addons/wp-cli.php:379,
#: src/templates/wp-admin/settings/existing-backups-table.php:105
msgid "Site"
msgstr ""
#: src/addons/wp-cli.php:377,
#: src/templates/wp-admin/settings/existing-backups-table.php:104
msgid "Backup sent to remote site - not available for download."
msgstr ""
#: src/includes/class-wpadmin-commands.php:134
msgid "You should make sure that this really is a backup set intended for use on this website, before you restore (rather than a backup set of an unrelated website)."
msgstr ""
#: src/includes/class-wpadmin-commands.php:134
msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
msgstr ""
#: src/admin.php:995, src/includes/class-remote-send.php:441
msgid "Testing connection..."
msgstr ""
#: src/admin.php:992,
#: src/templates/wp-admin/settings/existing-backups-table.php:173
msgid "Deleting..."
msgstr ""
#: src/admin.php:991
msgid "key name"
msgstr ""
#: src/admin.php:989
msgid "Please give this key a name (e.g. indicate the site it is for):"
msgstr ""
#: src/admin.php:986
msgid "Creating..."
msgstr ""
#: src/addons/migrator.php:549
msgid "Receive a backup from a remote site"
msgstr ""
#: src/addons/migrator.php:541
msgid "Paste key here"
msgstr ""
#: src/addons/migrator.php:537
msgid "How do I get a site's key?"
msgstr ""
#: src/addons/migrator.php:537
msgid "To add a site as a destination for sending to, enter that site's key below."
msgstr ""
#: src/admin.php:1155, src/addons/migrator.php:529
msgid "Send a backup to another site"
msgstr ""
#: src/admin.php:996, src/includes/class-commands.php:964,
#: src/includes/class-remote-send.php:476,
#: src/includes/class-remote-send.php:662
msgid "Send"
msgstr ""
#: src/admin.php:987, src/includes/class-remote-send.php:656
msgid "Send to site:"
msgstr ""
#: src/includes/class-remote-send.php:654
msgid "No receiving sites have yet been added."
msgstr ""
#: src/includes/class-remote-send.php:632
msgid "It is for sending backups to the following site: "
msgstr ""
#: src/includes/class-remote-send.php:632
msgid "The key was successfully added."
msgstr ""
#: src/includes/class-remote-send.php:608
msgid "The entered key does not belong to a remote site (it belongs to this one)."
msgstr ""
#: src/includes/class-remote-send.php:603,
#: src/includes/class-remote-send.php:599,
#: src/includes/class-remote-send.php:597
msgid "The entered key was corrupt - please try again."
msgstr ""
#: src/includes/class-remote-send.php:595
msgid "The entered key was the wrong length - please try again."
msgstr ""
#: src/includes/class-remote-send.php:580
msgid "key"
msgstr ""
#: src/methods/ftp.php:129
msgid "Almost all FTP servers will want passive mode; but if you need active mode, then uncheck this."
msgstr ""
#: src/methods/ftp.php:128
msgid "Passive mode"
msgstr ""
#: src/methods/ftp.php:126
msgid "Remote path"
msgstr ""
#: src/methods/ftp.php:124
msgid "FTP password"
msgstr ""
#: src/methods/ftp.php:123
msgid "FTP login"
msgstr ""
#: src/methods/ftp.php:122
msgid "FTP server"
msgstr ""
#: src/addons/migrator.php:171
msgid "The UpdraftPlus Migrator modifies the restoration operation appropriately, to fit the backup data to the new site."
msgstr ""
#: src/addons/migrator.php:171
msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
msgstr ""
#: src/admin.php:984, src/addons/migrator.php:541
msgid "Add site"
msgstr ""
#: src/admin.php:983
msgid "Adding..."
msgstr ""
#: src/udaddons/options.php:336
msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
msgstr ""
#: src/restorer.php:4037
msgid "To use this backup, your database server needs to support the %s character set."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1089
msgid "go here to change your password on updraftplus.com."
msgstr ""
#: src/udaddons/updraftplus-addons.php:1089
msgid "If you have forgotten your password "
msgstr ""
#: src/udaddons/updraftplus-addons.php:1088
msgid "Go here to re-enter your password."
msgstr ""
#: src/addons/migrator.php:248
msgid "After pressing this button, you will be given the option to choose which components you wish to migrate"
msgstr ""
#: src/admin.php:975, src/admin.php:1001, src/admin.php:1002
msgid "You have made changes to your settings, and not saved."
msgstr ""
#: src/addons/onedrive.php:1322
msgid "N.B. %s is not case-sensitive."
msgstr ""
#: src/addons/onedrive.php:1318
msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
msgstr ""
#: src/addons/googlecloud.php:1288, src/includes/class-remote-send.php:429,
#: src/methods/googledrive.php:1494
msgid "For longer help, including screenshots, follow this link."
msgstr ""
#: src/addons/onedrive.php:1313
msgid "Create OneDrive credentials in your OneDrive developer console."
msgstr ""
#: src/addons/onedrive.php:1316
msgid "You must add the following as the authorized redirect URI in your OneDrive console (under \"API Settings\") when asked"
msgstr ""
#: src/addons/onedrive.php:1189, src/addons/onedrive.php:1187
msgid "authorization failed:"
msgstr ""
#: src/addons/onedrive.php:1013, src/addons/onedrive.php:1317,
#: src/addons/onedrive.php:1319
msgid "OneDrive"
msgstr ""
#: src/addons/onedrive.php:784
msgid "Please re-authorize the connection to your %s account."
msgstr ""
#: src/methods/email.php:110
msgid "configure it here"
msgstr ""
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895
msgid "To remove the block, please go here."
msgstr ""
#: src/addons/s3-enhanced.php:538
msgid "Do remember to save your settings."
msgstr ""
#: src/addons/s3-enhanced.php:538
msgid "You are now using a IAM user account to access your bucket."
msgstr ""
#: src/addons/s3-enhanced.php:450
msgid "S3 bucket"
msgstr ""
#: src/addons/s3-enhanced.php:440
msgid "China (Beijing) (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:438
msgid "South America (São Paulo)"
msgstr ""
#: src/addons/s3-enhanced.php:435
msgid "Asia Pacific (Tokyo)"
msgstr ""
#: src/addons/s3-enhanced.php:433
msgid "Asia Pacific (Sydney)"
msgstr ""
#: src/addons/s3-enhanced.php:432
msgid "Asia Pacific (Singapore)"
msgstr ""
#: src/addons/s3-enhanced.php:421
msgid "US Government West (restricted)"
msgstr ""
#: src/addons/s3-enhanced.php:420
msgid "US West (N. California)"
msgstr ""
#: src/addons/s3-enhanced.php:419
msgid "US West (Oregon)"
msgstr ""
#: src/addons/s3-enhanced.php:413
msgid "S3 storage region"
msgstr ""
#: src/addons/s3-enhanced.php:411
msgid "New IAM username"
msgstr ""
#: src/addons/s3-enhanced.php:410
msgid "Admin secret key"
msgstr ""
#: src/addons/s3-enhanced.php:409
msgid "Admin access key"
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "Then, these lower-powered access credentials can be used, instead of storing your administrative keys."
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "These will be used to create a new user and key pair with an IAM policy attached which will only allow it to access the indicated bucket."
msgstr ""
#: src/addons/s3-enhanced.php:402
msgid "Enter your administrative Amazon S3 access/secret keys (this needs to be a key pair with enough rights to create new users and buckets), and a new (unique) username for the new user and a bucket name."
msgstr ""
#: src/addons/s3-enhanced.php:488
msgid "Create new IAM user and S3 bucket"
msgstr ""
#: src/addons/s3-enhanced.php:388
msgid "Secret Key: %s"
msgstr ""
#: src/addons/s3-enhanced.php:388
msgid "Access Key: %s"
msgstr ""
#: src/addons/s3-enhanced.php:378
msgid "Failed to apply User Policy"
msgstr ""
#: src/addons/s3-enhanced.php:315, src/addons/s3-enhanced.php:319
msgid "Operation to create user Access Key failed"
msgstr ""
#: src/addons/s3-enhanced.php:296, src/addons/s3-enhanced.php:306
msgid "IAM operation failed (%s)"
msgstr ""
#: src/addons/s3-enhanced.php:302
msgid "Conflict: that user already exists"
msgstr ""
#: src/addons/s3-enhanced.php:240
msgid "AWS authentication failed"
msgstr ""
#: src/addons/s3-enhanced.php:233
msgid "Cannot create new AWS user, since an unknown AWS toolkit is being used."
msgstr ""
#: src/addons/s3-enhanced.php:204
msgid "You need to enter a bucket"
msgstr ""
#: src/addons/s3-enhanced.php:200
msgid "You need to enter a new IAM username"
msgstr ""
#: src/addons/s3-enhanced.php:196
msgid "You need to enter an admin secret key"
msgstr ""
#: src/addons/s3-enhanced.php:192
msgid "You need to enter an admin access key"
msgstr ""
#: src/addons/s3-enhanced.php:70
msgid "If you have an AWS admin user, then you can use this wizard to quickly create a new AWS (IAM) user with access to only this bucket (rather than your whole account)"
msgstr ""
#: src/addons/s3-enhanced.php:69, src/methods/s3.php:1031
msgid "To create a new IAM sub-user and access key that has access only to this bucket, upgrade to Premium."
msgstr ""
#: src/addons/onedrive.php:754, src/addons/onedrive.php:777,
#: src/includes/updraftplus-login.php:55, src/methods/updraftvault.php:895,
#: src/udaddons/updraftplus-addons.php:1040,
#: src/udaddons/updraftplus-addons.php:1053
msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
msgstr ""
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895, src/udaddons/updraftplus-addons.php:1053
msgid "It appears that your web server's IP Address (%s) is blocked."
msgstr ""
#: src/addons/onedrive.php:777, src/includes/updraftplus-login.php:55,
#: src/methods/updraftvault.php:895, src/udaddons/updraftplus-addons.php:1053
msgid "UpdraftPlus.com has responded with 'Access Denied'."
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:40
msgid "Premium WooCommerce plugins"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:40
msgid "Free two-factor security plugin"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:39
msgid "More quality plugins"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:18,
#: src/templates/wp-admin/settings/tab-addons.php:72
msgid "UpdraftPlus Premium"
msgstr "UpdraftPlus 프리미엄"
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:2,
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:43
msgid "Dismiss (for %s months)"
msgstr ""
#: src/addons/fixtime.php:447
msgid "(at same time as files backup)"
msgstr ""
#: src/admin.php:4190
msgid "No backup has been completed"
msgstr ""
#: src/templates/wp-admin/settings/header.php:21
msgid "Newsletter sign-up"
msgstr ""
#: src/includes/updraftplus-notices.php:156
msgid "Follow this link to sign up for the UpdraftPlus newsletter."
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:165,
#: src/templates/wp-admin/settings/tab-addons.php:166
msgid "Backup non-WordPress files and databases"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:27
msgid "Ask a pre-sales question"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:26
msgid "Pre-sales FAQs"
msgstr ""
#: src/templates/wp-admin/settings/tab-addons.php:25
msgid "Full feature list"
msgstr ""
#: src/addons/autobackup.php:1188
msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
msgstr ""
#: src/methods/s3.php:186, src/methods/s3.php:198
msgid "%s Error: Failed to initialise"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:191
msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - or - Select Files"
msgid "or"
msgstr ""
#: src/addons/sftp.php:618
msgctxt "Do not translate BEGIN RSA PRIVATE KEY. PCKS1, XML, PEM and PuTTY are also technical acronyms which should not be translated."
msgid "PKCS1 (PEM header: BEGIN RSA PRIVATE KEY), XML and PuTTY format keys are accepted."
msgstr ""
#: src/methods/openstack2.php:125
msgctxt "\"tenant\" is a term used with OpenStack storage - Google for \"OpenStack tenant\" to get more help on its meaning"
msgid "tenant"
msgstr ""
#: src/methods/openstack2.php:248
msgctxt "Keystone and swauth are technical terms which cannot be translated"
msgid "This needs to be a v2 (Keystone) authentication URI; v1 (Swauth) is not supported."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:274,
#: src/templates/wp-admin/settings/form-contents.php:277
msgid "your site's admin address"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:274
msgid "Check this box to have a basic report sent to"
msgstr ""
#: src/admin.php:4220
msgctxt "i.e. Non-automatic"
msgid "Manual"
msgstr ""
#: src/restorer.php:3990
msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
msgid "An error (%s) occurred:"
msgstr ""
#: src/addons/lockadmin.php:198
msgid "Change Lock Settings"
msgstr ""
#: src/addons/morefiles.php:293
msgid "Any other file/directory on your server that you wish to backup"
msgstr ""
#: src/admin.php:3010
msgid "For even more features and personal support, check out "
msgstr ""
#: src/addons/moredatabase.php:61
msgid "Database decryption phrase"
msgstr ""
#: src/admin.php:974, src/addons/autobackup.php:161,
#: src/addons/autobackup.php:1131
msgid "Automatic backup before update"
msgstr ""
#: src/addons/autobackup.php:126
msgid "WordPress core (only)"
msgstr ""
#: src/addons/lockadmin.php:250
msgid "For unlocking support, please contact whoever manages UpdraftPlus for you."
msgstr ""
#: src/addons/lockadmin.php:241
msgid "To access the UpdraftPlus settings, please enter your unlock password"
msgstr ""
#: src/addons/lockadmin.php:238
msgid "Password incorrect"
msgstr ""
#: src/addons/lockadmin.php:226, src/addons/lockadmin.php:232
msgid "Unlock"
msgstr ""
#: src/addons/lockadmin.php:196
msgid "Otherwise, the default link will be shown."
msgstr ""
#: src/addons/lockadmin.php:196
msgid "Anyone seeing the lock screen will be shown this URL for support - enter a website address or an email address."
msgstr ""
#: src/addons/lockadmin.php:196
msgid "Support URL"
msgstr ""
#: src/addons/lockadmin.php:194
msgid "Require password again after"
msgstr ""
#: src/addons/lockadmin.php:185, src/addons/lockadmin.php:186
msgid "%s weeks"
msgstr ""
#: src/addons/lockadmin.php:184
msgid "1 week"
msgstr ""
#: src/addons/lockadmin.php:182, src/addons/lockadmin.php:183
msgid "%s hours"
msgstr ""
#: src/addons/lockadmin.php:181
msgid "1 hour"
msgstr ""
#: src/addons/lockadmin.php:170
msgid "Please make sure that you have made a note of the password!"
msgstr ""
#: src/addons/lockadmin.php:163,
#: src/templates/wp-admin/advanced/lock-admin.php:8
msgid "Lock access to the UpdraftPlus settings page"
msgstr ""
#: src/addons/lockadmin.php:136
msgid "The admin password has been changed."
msgstr ""
#: src/addons/lockadmin.php:134
msgid "An admin password has been set."
msgstr ""
#: src/addons/lockadmin.php:132
msgid "The admin password has now been removed."
msgstr ""
#: src/addons/morefiles.php:156
msgid "(learn more about this significant option)"
msgstr ""
#: src/udaddons/options.php:271
msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
msgstr ""
#: src/admin.php:3664, src/admin.php:4758
msgid "View Log"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:18,
#: src/templates/wp-admin/settings/existing-backups-table.php:100
msgid "Backup data (click to download)"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:17,
#: src/templates/wp-admin/settings/existing-backups-table.php:67
msgid "Backup date"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:42,
#: src/templates/wp-admin/settings/form-contents.php:76
msgid "and retain this many scheduled backups"
msgstr ""
#: src/admin.php:4160
msgid "incremental backup; base backup: %s"
msgstr ""
#: src/templates/wp-admin/advanced/lock-admin.php:19
msgid "For the ability to lock access to UpdraftPlus settings with a password, upgrade to UpdraftPlus Premium."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:69,
#: src/templates/wp-admin/settings/tab-backups.php:71
msgid "Upload files into UpdraftPlus."
msgstr ""
#: src/admin.php:1366, src/includes/class-commands.php:505,
#: src/templates/wp-admin/settings/take-backup.php:13
msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
msgstr ""
#: src/class-updraftplus.php:5217
msgid "Backup label:"
msgstr ""
#: src/admin.php:2539, src/addons/backblaze.php:240
msgid "Error: unexpected file read fail"
msgstr ""
#: src/backup.php:4389
msgid "check your log for more details."
msgstr ""
#: src/backup.php:4385
msgid "A zip error occurred"
msgstr ""
#: src/addons/reporting.php:92
msgid "Your label for this backup (optional)"
msgstr ""
#: src/methods/updraftvault.php:933, src/udaddons/updraftplus-addons.php:1092
msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
msgstr ""
#: src/methods/updraftvault.php:930, src/udaddons/updraftplus-addons.php:1088
msgid "Your email address was valid, but your password was not recognised by UpdraftPlus.Com."
msgstr ""
#: src/methods/updraftvault.php:870, src/udaddons/updraftplus-addons.php:957
msgid "You need to supply both an email address and a password"
msgstr ""
#: src/class-updraftplus.php:5236
msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
msgstr ""
#: src/includes/migrator-lite.php:986
msgid "already done"
msgstr ""
#: src/includes/migrator-lite.php:946
msgid "skipped (not in list)"
msgstr ""
#: src/includes/class-search-replace.php:99,
#: src/includes/migrator-lite.php:946, src/includes/migrator-lite.php:986
msgid "Search and replacing table:"
msgstr ""
#: src/includes/migrator-lite.php:293
msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
msgstr ""
#: src/includes/migrator-lite.php:293
msgid "These tables only"
msgstr ""
#: src/includes/migrator-lite.php:292
msgid "Rows per batch"
msgstr ""
#: src/udaddons/options.php:122
msgid "You have not yet connected with your UpdraftPlus.Com account."
msgstr ""
#: src/udaddons/options.php:122, src/udaddons/options.php:120
msgid "You need to connect to receive future updates to UpdraftPlus."
msgstr ""
#: src/class-updraftplus.php:5209, src/class-updraftplus.php:5207
msgid "Any support requests to do with %s should be raised with your web hosting company."
msgstr ""
#: src/class-updraftplus.php:5207
msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc are compatible with the older %s version."
msgstr ""
#: src/class-updraftplus.php:5207
msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
msgstr ""
#: src/class-updraftplus.php:5209, src/class-updraftplus.php:5207
msgid "The site in this backup was running on a webserver with version %s of %s."
msgstr ""
#: src/includes/updraftplus-notices.php:146,
#: src/includes/updraftplus-notices.php:148
msgid "Facebook"
msgstr "Facebook"
#: src/includes/updraftplus-notices.php:144,
#: src/includes/updraftplus-notices.php:147,
#: src/templates/wp-admin/settings/header.php:16
msgid "Twitter"
msgstr "트위터"
#: src/includes/updraftplus-notices.php:143
msgid "UpdraftPlus is on social media - check us out!"
msgstr ""
#: src/addons/wp-cli.php:979, src/includes/class-filesystem-functions.php:83
msgid "Why am I seeing this?"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "The location of this directory is set in the expert settings, in the Settings tab."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
msgstr ""
#: src/admin.php:2458, src/admin.php:2481, src/includes/class-commands.php:992
msgid "Start backup"
msgstr ""
#: src/class-updraftplus.php:5178, src/restorer.php:1882
msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
msgstr ""
#: src/admin.php:4048
msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
msgstr ""
#: src/templates/wp-admin/advanced/advanced-tools.php:6
msgid "Unless you have a problem, you can completely ignore everything here."
msgstr ""
#: src/admin.php:2722
msgid "This file could not be uploaded"
msgstr ""
#: src/admin.php:2685
msgid "You will find more information about this in the Settings section."
msgstr ""
#: src/addons/importer.php:78
msgid "Supported backup plugins: %s"
msgstr ""
#: src/addons/importer.php:78
msgid "Was this a backup created by a different backup plugin? If so, then you might first need to rename it so that it can be recognized - please follow this link."
msgstr ""
#: src/addons/incremental.php:378
msgid "Tell me more about incremental backups"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:57
msgid "Memory limit"
msgstr ""
#: src/restorer.php:2800, src/includes/class-filesystem-functions.php:304
msgid "restoration"
msgstr ""
#: src/class-updraftplus.php:3767
msgid "Incremental"
msgstr ""
#: src/class-updraftplus.php:3767
msgid "Full backup"
msgstr ""
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "now proceeding with the updates..."
msgstr ""
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "(view log...)"
msgstr ""
#: src/addons/autobackup.php:579, src/addons/autobackup.php:577
msgid "Backup succeeded"
msgstr ""
#: src/updraftplus.php:122, src/addons/incremental.php:343,
#: src/addons/incremental.php:344, src/addons/incremental.php:345,
#: src/addons/incremental.php:346
msgid "Every %s hours"
msgstr ""
#: src/restorer.php:4382, src/restorer.php:4380,
#: src/includes/migrator-lite.php:629, src/includes/migrator-lite.php:627
msgid "search and replace"
msgstr ""
#: src/includes/migrator-lite.php:295
msgid "Go"
msgstr ""
#: src/includes/migrator-lite.php:284
msgid "A search/replace cannot be undone - are you sure you want to do this?"
msgstr ""
#: src/includes/migrator-lite.php:283
msgid "This can easily destroy your site; so, use it with care!"
msgstr ""
#: src/includes/migrator-lite.php:238, src/includes/migrator-lite.php:291
msgid "Replace with"
msgstr ""
#: src/includes/migrator-lite.php:237, src/includes/migrator-lite.php:290
msgid "Search for"
msgstr ""
#: src/includes/migrator-lite.php:236, src/includes/migrator-lite.php:282,
#: src/templates/wp-admin/advanced/search-replace.php:7,
#: src/templates/wp-admin/advanced/tools-menu.php:20
msgid "Search / replace database"
msgstr ""
#: src/includes/migrator-lite.php:242
msgid "search term"
msgstr ""
#: src/restorer.php:4049
msgid "Too many database errors have occurred - aborting"
msgstr ""
#: src/class-updraftplus.php:3839
msgid "read more at %s"
msgstr ""
#: src/class-updraftplus.php:3839
msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
msgstr ""
#: src/methods/googledrive.php:1500
msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
msgstr ""
#: src/includes/class-backup-history.php:133
msgid "You have not yet made any backups."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:153
msgid "Database Options"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:92
msgid "%s (%s used)"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:92
msgid "Free disk space in account:"
msgstr ""
#: src/admin.php:5638, src/templates/wp-admin/settings/take-backup.php:52
msgid "This button is disabled because your backup directory is not writable (see the settings)."
msgstr ""
#: src/admin.php:1371
msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
msgstr ""
#: src/admin.php:1371
msgid "To make a backup, just press the Backup Now button."
msgstr ""
#: src/admin.php:1371
msgid "Welcome to UpdraftPlus!"
msgstr ""
#: src/addons/moredatabase.php:281
msgid "Testing..."
msgstr ""
#: src/addons/moredatabase.php:268
msgid "Test connection..."
msgstr ""
#: src/addons/moredatabase.php:267
msgid "Table prefix"
msgstr ""
#: src/addons/moredatabase.php:261
msgid "Backup external database"
msgstr ""
#: src/addons/moredatabase.php:201
msgid "Add an external database to backup..."
msgstr ""
#: src/addons/moredatabase.php:197
msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
msgstr ""
#: src/addons/moredatabase.php:196
msgid "Backup non-WordPress tables contained in the same database as WordPress"
msgstr ""
#: src/addons/moredatabase.php:196
msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
msgstr ""
#: src/addons/moredatabase.php:181
msgid "Connection failed."
msgstr ""
#: src/addons/moredatabase.php:179
msgid "Connection succeeded."
msgstr ""
#: src/addons/moredatabase.php:161
msgid "%s total table(s) found; %s with the indicated prefix."
msgstr ""
#: src/addons/moredatabase.php:155
msgid "%s table(s) found."
msgstr ""
#: src/addons/moredatabase.php:128
msgid "database connection attempt failed"
msgstr ""
#: src/addons/moredatabase.php:117
msgid "database name"
msgstr ""
#: src/addons/moredatabase.php:115
msgid "host"
msgstr ""
#: src/addons/moredatabase.php:113
msgid "user"
msgstr ""
#: src/class-updraftplus.php:2046
msgid "External database (%s)"
msgstr ""
#: src/methods/googledrive.php:1496
msgid "Follow this link to your Google API Console, and there activate the Drive API and create a Client ID in the API Access section."
msgstr ""
#: src/methods/googledrive.php:717
msgid "failed to access parent folder"
msgstr ""
#: src/addons/googlecloud.php:884, src/addons/onedrive.php:981,
#: src/addons/onedrive.php:992, src/methods/googledrive.php:638,
#: src/methods/googledrive.php:651
msgid "However, subsequent access attempts failed:"
msgstr ""
#: src/admin.php:4540, src/addons/wp-cli.php:440
msgid "External database"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:321
msgid "This will also cause debugging output from all plugins to be shown upon this screen - please do not be surprised to see these."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:234
msgid "Backup more databases"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:193
msgid "First, enter the decryption key"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:176
msgid "You can manually decrypt an encrypted database here."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:162
msgid "It can also backup external databases."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:162
msgid "Don't want to be spied on? UpdraftPlus Premium can encrypt your database backup."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "use UpdraftPlus Premium"
msgstr ""
#: src/includes/class-wpadmin-commands.php:146
msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
msgstr ""
#: src/restorer.php:3214, src/restorer.php:3947, src/restorer.php:4037,
#: src/restorer.php:4020
msgid "An error occurred on the first %s command - aborting run"
msgstr ""
#: src/backup.php:1593, src/addons/moredatabase.php:136
msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
msgstr ""
#: src/backup.php:1593
msgid "database connection attempt failed."
msgstr ""
#: src/includes/migrator-lite.php:877
msgid "Warning: the database's home URL (%s) is different to what we expected (%s)"
msgstr ""
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:111,
#: src/addons/google-enhanced.php:128, src/addons/google-enhanced.php:134
msgid "In %s, path names are case sensitive."
msgstr ""
#: src/addons/azure.php:700, src/addons/google-enhanced.php:110,
#: src/addons/google-enhanced.php:128, src/addons/onedrive.php:1322
msgid "If you leave it blank, then the backup will be placed in the root of your %s"
msgstr ""
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:128,
#: src/addons/googlecloud.php:1308, src/addons/onedrive.php:1322
msgid "e.g. %s"
msgstr ""
#: src/addons/google-enhanced.php:110, src/addons/google-enhanced.php:128,
#: src/addons/onedrive.php:1322
msgid "Enter the path of the %s folder you wish to use here."
msgstr ""
#: src/methods/openstack2.php:257
msgid "Container"
msgstr ""
#: src/methods/openstack2.php:253
msgid "Leave this blank, and a default will be chosen."
msgstr ""
#: src/methods/openstack2.php:249
msgid "Tenant"
msgstr ""
#: src/admin.php:1109, src/admin.php:6083, src/restorer.php:392,
#: src/restorer.php:390, src/methods/openstack2.php:251,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:14
msgid "Follow this link for more information"
msgstr ""
#: src/methods/openstack2.php:130
msgid "authentication URI"
msgstr ""
#: src/methods/addon-base-v2.php:239, src/methods/addon-base-v2.php:259
msgid "Failed to download %s"
msgstr ""
#: src/methods/addon-base-v2.php:253
msgid "Failed to download"
msgstr ""
#: src/methods/addon-base-v2.php:138
msgid "failed to list files"
msgstr ""
#: src/methods/addon-base-v2.php:100, src/methods/addon-base-v2.php:105
msgid "Failed to upload %s"
msgstr ""
#: src/addons/pcloud.php:710, src/methods/dropbox.php:910,
#: src/methods/dropbox.php:912
msgid "Success:"
msgstr ""
#: src/addons/googlecloud.php:1318, src/addons/onedrive.php:1333,
#: src/methods/googledrive.php:1506
msgid "After you have saved your settings (by clicking 'Save Changes' below), then come back here once and follow this link to complete authentication with %s."
msgstr ""
#: src/methods/dropbox.php:605
msgid "Dropbox"
msgstr ""
#: src/addons/onedrive.php:1328, src/addons/pcloud.php:549,
#: src/methods/dropbox.php:605
msgid "Authenticate with %s"
msgstr ""
#: src/methods/cloudfiles.php:415, src/methods/openstack-base.php:460
msgid "Error downloading remote file: Failed to download"
msgstr ""
#: src/methods/openstack-base.php:531, src/methods/openstack-base.php:536
msgid "Region: %s"
msgstr ""
#: src/methods/openstack-base.php:530
msgid "%s error - we accessed the container, but failed to create a file within it"
msgstr ""
#: src/methods/openstack-base.php:446
msgid "The %s object was not found"
msgstr ""
#: src/methods/openstack-base.php:56, src/methods/openstack-base.php:369,
#: src/methods/openstack-base.php:438
msgid "Could not access %s container"
msgstr ""
#: src/methods/openstack-base.php:48, src/methods/openstack-base.php:122,
#: src/methods/openstack-base.php:129, src/methods/openstack-base.php:361,
#: src/methods/openstack-base.php:426
msgid "%s error - failed to access the container"
msgstr ""
#: src/addons/googlecloud.php:1341, src/addons/onedrive.php:1355,
#: src/addons/pcloud.php:568, src/methods/dropbox.php:750
msgid "Account holder's name: %s."
msgstr ""
#: src/methods/googledrive.php:1502
msgid "To be able to set a custom folder name, use UpdraftPlus Premium."
msgstr ""
#: src/methods/googledrive.php:1501
msgid "It is an ID number internal to Google Drive"
msgstr ""
#: src/methods/googledrive.php:1501
msgid "This is NOT a folder name."
msgstr ""
#: src/addons/google-enhanced.php:126, src/methods/googledrive.php:1493
msgid "Folder"
msgstr ""
#: src/addons/onedrive.php:526
msgid "%s download: failed: file not found"
msgstr ""
#: src/addons/googlecloud.php:904, src/methods/googledrive.php:674
msgid "Name: %s."
msgstr ""
#: src/methods/googledrive.php:339
msgid "Google Drive list files: failed to access parent folder"
msgstr ""
#: src/methods/insufficient.php:121
msgid "Your %s version: %s."
msgstr ""
#: src/methods/addon-not-yet-present.php:127, src/methods/insufficient.php:120
msgid "You will need to ask your web hosting company to upgrade."
msgstr ""
#: src/methods/addon-not-yet-present.php:27, src/methods/insufficient.php:21
msgid "This remote storage method (%s) requires PHP %s or later."
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:118
msgid "Call"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:116,
#: src/templates/wp-admin/advanced/site-info.php:116
msgid "Fetch"
msgstr ""
#: src/addons/migrator.php:315,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:72,
#: src/templates/wp-admin/settings/form-contents.php:183,
#: src/templates/wp-admin/settings/tab-backups.php:74
msgid "This feature requires %s version %s or later"
msgstr ""
#: src/restorer.php:857
msgid "Failed to unpack the archive"
msgstr ""
#: src/class-updraftplus.php:1638, src/methods/cloudfiles.php:428
msgid "Error - failed to download the file"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:55,
#: src/templates/wp-admin/settings/tab-backups.php:59
msgid "Rescan local folder for new backup sets"
msgstr ""
#: src/udaddons/updraftplus-addons.php:325
msgid "You should update UpdraftPlus to make sure that you have a version that has been tested for compatibility."
msgstr ""
#: src/udaddons/updraftplus-addons.php:325
msgid "It has been tested up to version %s."
msgstr ""
#: src/udaddons/updraftplus-addons.php:325
msgid "The installed version of UpdraftPlus Backup/Restore has not been tested on your version of WordPress (%s)."
msgstr ""
#: src/addons/sftp.php:646
msgid "password/key"
msgstr ""
#: src/admin.php:990, src/addons/migrator.php:554, src/addons/sftp.php:613,
#: src/templates/wp-admin/settings/temporary-clone.php:68
msgid "Key"
msgstr ""
#: src/addons/sftp.php:616
msgid "Your login may be either password or key-based - you only need to enter one, not both."
msgstr ""
#: src/addons/sftp.php:428
msgid "The key provided was not in a valid format, or was corrupt."
msgstr ""
#: src/addons/sftp.php:124
msgid "SCP/SFTP password/key"
msgstr ""
#: src/admin.php:4584, src/addons/wp-cli.php:451
msgid "Files backup (created by %s)"
msgstr ""
#: src/admin.php:4584, src/addons/wp-cli.php:451
msgid "Files and database WordPress backup (created by %s)"
msgstr ""
#: src/admin.php:4578, src/addons/importer.php:278,
#: src/includes/class-backup-history.php:534
msgid "Backup created by: %s."
msgstr ""
#: src/admin.php:4538, src/addons/wp-cli.php:434
msgid "Database (created by %s)"
msgstr ""
#: src/admin.php:4532, src/admin.php:4580, src/addons/wp-cli.php:432
msgid "unknown source"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:122,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:56,
#: src/templates/wp-admin/settings/tab-backups.php:60
msgid "Rescan remote storage"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:51,
#: src/templates/wp-admin/settings/tab-backups.php:55
msgid "Upload backup files"
msgstr ""
#: src/admin.php:2737
msgid "This backup was created by %s, and can be imported."
msgstr ""
#: src/admin.php:1429
msgid "Read this page for a guide to possible causes and how to fix it."
msgstr ""
#: src/admin.php:951, src/includes/class-backup-history.php:541
msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
msgstr ""
#: src/admin.php:950
msgid "However, UpdraftPlus archives are standard zip/SQL files - so if you are sure that your file has the right format, then you can rename it to match that pattern."
msgstr ""
#: src/includes/class-backup-history.php:541
msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
msgstr ""
#: src/admin.php:4581, src/restorer.php:2769,
#: src/includes/class-wpadmin-commands.php:159
msgid "Backup created by unknown source (%s) - cannot be restored."
msgstr ""
#: src/restorer.php:1742, src/restorer.php:1694
msgid "The WordPress content folder (wp-content) was not found in this zip file."
msgstr ""
#: src/restorer.php:1587
msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
msgstr ""
#: src/methods/dropbox.php:406
msgid "%s returned an unexpected HTTP response: %s"
msgstr ""
#: src/addons/sftp.php:1180
msgid "The UpdraftPlus module for this file access method (%s) does not support listing files"
msgstr ""
#: src/addons/backblaze.php:665, src/methods/cloudfiles.php:244,
#: src/methods/dropbox.php:388, src/methods/openstack-base.php:117
msgid "No settings were found"
msgstr ""
#: src/includes/class-backup-history.php:729
msgid "One or more backups has been added from scanning remote storage; note that these backups will not be automatically deleted through the \"retain\" settings; if/when you wish to delete them then you must do so manually."
msgstr ""
#: src/admin.php:915
msgid "Rescanning remote and local storage for backup sets..."
msgstr ""
#: src/addons/googlecloud.php:1312, src/addons/s3-enhanced.php:73,
#: src/addons/s3-enhanced.php:81, src/methods/s3generic.php:203,
#: src/methods/s3generic.php:209
msgid "(Read more)"
msgstr ""
#: src/addons/reporting.php:518
msgid "Log all messages to syslog (only server admins are likely to want this)"
msgstr ""
#: src/addons/morefiles.php:433
msgid "No backup of location: there was nothing found to back up"
msgstr ""
#: src/addons/moredatabase.php:260, src/addons/morefiles.php:334,
#: src/addons/morefiles.php:1056, src/addons/reporting.php:543
msgid "Remove"
msgstr ""
#: src/methods/s3.php:940, src/methods/s3.php:1084
msgid "Other %s FAQs."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:321
msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
msgstr ""
#: src/includes/class-filesystem-functions.php:304, src/methods/ftp.php:116
msgid "Your hosting company must enable these functions before %s can work."
msgstr ""
#: src/includes/class-filesystem-functions.php:304, src/methods/ftp.php:116
msgid "Your web server's PHP installation has these functions disabled: %s."
msgstr ""
#: src/methods/ftp.php:113
msgid "encrypted FTP (explicit encryption)"
msgstr ""
#: src/methods/ftp.php:112
msgid "encrypted FTP (implicit encryption)"
msgstr ""
#: src/methods/ftp.php:111
msgid "regular non-encrypted FTP"
msgstr ""
#: src/restorer.php:3041
msgid "Backup created by:"
msgstr ""
#: src/udaddons/options.php:536
msgid "Available to claim on this site"
msgstr ""
#: src/udaddons/updraftplus-addons.php:357
msgid "To maintain your access to support, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:357
msgid "Your paid access to UpdraftPlus support will soon expire."
msgstr ""
#: src/udaddons/updraftplus-addons.php:355
msgid "To regain your access, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:355
msgid "Your paid access to UpdraftPlus support has expired."
msgstr ""
#: src/udaddons/updraftplus-addons.php:346
msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
msgstr ""
#: src/udaddons/updraftplus-addons.php:346,
#: src/udaddons/updraftplus-addons.php:344
msgid "To retain your access, and maintain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:344
msgid "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this site will soon expire."
msgstr ""
#: src/udaddons/updraftplus-addons.php:338
msgid "Your paid access to UpdraftPlus updates for %s add-ons on this site has expired."
msgstr ""
#: src/udaddons/updraftplus-addons.php:338,
#: src/udaddons/updraftplus-addons.php:332
msgid "To regain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
msgstr ""
#: src/udaddons/updraftplus-addons.php:294
msgid "Dismiss from main dashboard (for %s weeks)"
msgstr ""
#: src/includes/class-filesystem-functions.php:355
msgid "The attempt to undo the double-compression succeeded."
msgstr ""
#: src/includes/class-filesystem-functions.php:353,
#: src/includes/class-filesystem-functions.php:331
msgid "The attempt to undo the double-compression failed."
msgstr ""
#: src/includes/class-filesystem-functions.php:324
msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
msgstr ""
#: src/includes/class-wpadmin-commands.php:399
msgid "Constants"
msgstr ""
#: src/backup.php:1972
msgid "Failed to open database file for reading:"
msgstr ""
#: src/backup.php:1645
msgid "No database tables found"
msgstr ""
#: src/backup.php:1643
msgid "please wait for the rescheduled attempt"
msgstr ""
#: src/addons/onedrive.php:147
msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
msgstr ""
#: src/udaddons/updraftplus-addons.php:658,
#: src/udaddons/updraftplus-addons.php:564
msgid "Errors occurred:"
msgstr ""
#: src/admin.php:5152, src/addons/wp-cli.php:761
msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:362
msgid "See this FAQ also."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:36
msgid "Retrieving (if necessary) and preparing backup files..."
msgstr ""
#: src/restorer.php:1579
msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete old folders\" button to delete them before trying again): %s"
msgstr ""
#: src/admin.php:1375, src/class-updraftplus.php:1030
msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
msgstr ""
#: src/includes/migrator-lite.php:209
msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
msgstr ""
#: src/addons/sftp.php:946, src/addons/sftp.php:943,
#: src/includes/ftp.class.php:61, src/includes/ftp.class.php:58
msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
msgstr ""
#: src/admin.php:1934, src/addons/moredatabase.php:168
msgid "Messages:"
msgstr ""
#: src/restorer.php:3821
msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
msgstr ""
#: src/restorer.php:1258
msgid "The directory does not exist"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:298
msgid "New User's Email Address"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:295
msgid "New User's Username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:292
msgid "Admin API Key"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:289
msgid "Admin Username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:284
msgid "US or UK Rackspace Account"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:276
msgid "Enter your Rackspace admin username/API key (so that Rackspace can authenticate your permission to create new users), and enter a new (unique) username and email address for the new user and a container name."
msgstr ""
#: src/addons/cloudfiles-enhanced.php:273
msgid "Create new API user and container"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:205
msgid "API Key: %s"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:205
msgid "Password: %s"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:205, src/addons/s3-enhanced.php:388
msgid "Username: %s"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:164,
#: src/addons/cloudfiles-enhanced.php:167,
#: src/addons/cloudfiles-enhanced.php:171,
#: src/addons/cloudfiles-enhanced.php:183,
#: src/addons/cloudfiles-enhanced.php:190,
#: src/addons/cloudfiles-enhanced.php:194
msgid "Cloud Files operation failed (%s)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:162
msgid "Conflict: that user or email address already exists"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:94
msgid "You need to enter a valid new email address"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:90
msgid "You need to enter a container"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:87
msgid "You need to enter a new username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:84
msgid "You need to enter an admin API key"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:81
msgid "You need to enter an admin username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:67
msgid "Create a new API user with access to only this container (rather than your whole account)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:305, src/methods/cloudfiles-new.php:129,
#: src/methods/cloudfiles-new.php:298, src/methods/cloudfiles.php:507
msgid "Cloud Files Container"
msgstr ""
#: src/methods/cloudfiles-new.php:124, src/methods/cloudfiles-new.php:296,
#: src/methods/cloudfiles.php:502
msgid "Cloud Files API Key"
msgstr ""
#: src/methods/cloudfiles-new.php:119, src/methods/cloudfiles-new.php:295
msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use Premium."
msgstr ""
#: src/methods/cloudfiles-new.php:116, src/methods/cloudfiles-new.php:294
msgid "Cloud Files Username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:54, src/methods/cloudfiles-new.php:148
msgid "London (LON)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:53, src/methods/cloudfiles-new.php:147
msgid "Hong Kong (HKG)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:52, src/methods/cloudfiles-new.php:146
msgid "Northern Virginia (IAD)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:51, src/methods/cloudfiles-new.php:145
msgid "Chicago (ORD)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:50, src/methods/cloudfiles-new.php:144
msgid "Sydney (SYD)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:49, src/methods/cloudfiles-new.php:143
msgid "Dallas (DFW) (default)"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:301, src/methods/cloudfiles-new.php:106,
#: src/methods/cloudfiles-new.php:293
msgid "Cloud Files Storage Region"
msgstr ""
#: src/methods/cloudfiles-new.php:99
msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
msgstr ""
#: src/methods/cloudfiles-new.php:97, src/methods/cloudfiles-new.php:287
msgid "US or UK-based Rackspace Account"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:285, src/methods/cloudfiles-new.php:97,
#: src/methods/cloudfiles-new.php:288
msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
msgstr ""
#: src/addons/cloudfiles-enhanced.php:160, src/addons/s3-enhanced.php:300,
#: src/methods/cloudfiles-new.php:37, src/methods/openstack-base.php:491,
#: src/methods/openstack-base.php:489, src/methods/openstack-base.php:512,
#: src/methods/openstack2.php:33
msgid "Authorisation failed (check your credentials)"
msgstr ""
#: src/addons/wp-cli.php:1082, src/includes/class-commands.php:908,
#: src/methods/updraftvault.php:844, src/udaddons/options.php:244
msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
msgstr ""
#: src/admin.php:965
msgid "Create"
msgstr ""
#: src/admin.php:925
msgid "Trying..."
msgstr ""
#: src/admin.php:924
msgid "The new user's RackSpace console password is (this will not be shown again):"
msgstr ""
#: src/admin.php:935, src/restorer.php:386
msgid "Error data:"
msgstr ""
#: src/admin.php:5245
msgid "Backup does not exist in the backup history"
msgstr ""
#: src/restorer.php:3183
msgid "Split line to avoid exceeding maximum packet size"
msgstr ""
#: src/restorer.php:851
msgid "Could not move old files out of the way."
msgstr ""
#: src/restorer.php:847
msgid "Moving old data out of the way..."
msgstr ""
#: src/addons/reporting.php:503
msgid "Add another address..."
msgstr ""
#: src/addons/reporting.php:488
msgid "Enter addresses here to have a report sent to them when a backup job finishes."
msgstr ""
#: src/class-updraftplus.php:2054, src/class-updraftplus.php:2059
msgid "%s checksum: %s"
msgstr ""
#: src/class-updraftplus.php:1988, src/class-updraftplus.php:1986
msgid "files: %s"
msgstr ""
#: src/addons/reporting.php:414
msgid "Use the \"Reporting\" section to configure the email addresses to be used."
msgstr ""
#: src/addons/reporting.php:293
msgid "Debugging information"
msgstr ""
#: src/admin.php:4498, src/addons/reporting.php:248
msgid "Uploaded to:"
msgstr ""
#: src/addons/reporting.php:247
msgid "Time taken:"
msgstr ""
#: src/addons/reporting.php:238
msgid "Warnings"
msgstr ""
#: src/addons/reporting.php:223
msgid "Errors"
msgstr ""
#: src/addons/reporting.php:220
msgid "Errors / warnings:"
msgstr ""
#: src/addons/morefiles.php:144, src/addons/morefiles.php:145,
#: src/addons/reporting.php:209
msgid "Contains:"
msgstr ""
#: src/addons/reporting.php:208
msgid "Backup began:"
msgstr ""
#: src/addons/reporting.php:196
msgid "Backup Report"
msgstr ""
#: src/addons/reporting.php:191
msgid "%d hours, %d minutes, %d seconds"
msgstr ""
#: src/addons/reporting.php:175
msgid "%d errors, %d warnings"
msgstr ""
#: src/methods/dropbox.php:816, src/methods/dropbox.php:873
msgid "%s authentication"
msgstr ""
#: src/class-updraftplus.php:611, src/addons/onedrive.php:924,
#: src/addons/pcloud.php:705, src/methods/dropbox.php:816,
#: src/methods/dropbox.php:873, src/methods/dropbox.php:887,
#: src/methods/dropbox.php:907, src/methods/dropbox.php:1073
msgid "%s error: %s"
msgstr ""
#: src/addons/googlecloud.php:1294, src/methods/dropbox.php:599
msgid "%s logo"
msgstr ""
#: src/methods/dropbox.php:316
msgid "did not return the expected response - check your log file for more details"
msgstr ""
#: src/methods/s3.php:336
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it"
msgstr ""
#: src/methods/email.php:110
msgid "Your site's admin email address (%s) will be used."
msgstr ""
#: src/admin.php:977, src/admin.php:3332, src/methods/updraftvault.php:484,
#: src/methods/updraftvault.php:525,
#: src/templates/wp-admin/settings/temporary-clone.php:87
msgid "Connect"
msgstr ""
#: src/class-updraftplus.php:5140
msgid "(version: %s)"
msgstr ""
#: src/admin.php:912
msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
msgstr ""
#: src/class-updraftplus.php:3874, src/addons/reporting.php:207
msgid "Latest status:"
msgstr ""
#: src/class-updraftplus.php:3873
msgid "Backup contains:"
msgstr ""
#: src/class-updraftplus.php:3830
msgid "Backed up: %s"
msgstr ""
#: src/class-updraftplus.php:3824, src/class-updraftplus.php:3999,
#: src/addons/reporting.php:290
msgid "The log file has been attached to this email."
msgstr ""
#: src/class-updraftplus.php:3784
msgid "Unknown/unexpected error - please raise a support request"
msgstr ""
#: src/class-updraftplus.php:3779
msgid "Database only (files were not part of this particular schedule)"
msgstr ""
#: src/class-updraftplus.php:3779
msgid "Database (files backup has not completed)"
msgstr ""
#: src/class-updraftplus.php:3776
msgid "Files only (database was not part of this particular schedule)"
msgstr ""
#: src/class-updraftplus.php:3776
msgid "Files (database backup has not completed)"
msgstr ""
#: src/admin.php:431, src/class-updraftplus.php:3774
msgid "Files and database"
msgstr ""
#: src/options.php:229
msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
msgstr ""
#: src/options.php:229
msgid "Without upgrading, UpdraftPlus allows every blog admin who can modify plugin settings to backup (and hence access the data, including passwords, from) and restore (including with customized modifications, e.g. changed passwords) the entire network."
msgstr ""
#: src/options.php:229
msgid "This is a WordPress multi-site (a.k.a. network) installation."
msgstr ""
#: src/options.php:229
msgid "UpdraftPlus warning:"
msgstr ""
#: src/udaddons/options.php:542, src/udaddons/options.php:542
msgid "(or connect using the form on this page if you have already purchased it)"
msgstr ""
#: src/udaddons/options.php:530
msgid "please follow this link to update the plugin in order to activate it"
msgstr ""
#: src/udaddons/options.php:527
msgid "please follow this link to update the plugin in order to get it"
msgstr ""
#: src/udaddons/options.php:519, src/udaddons/options.php:517
msgid "latest"
msgstr ""
#: src/udaddons/options.php:515
msgid "Your version: %s"
msgstr ""
#: src/udaddons/options.php:513, src/udaddons/options.php:513
msgid "You've got it"
msgstr ""
#: src/udaddons/options.php:468
msgid "UpdraftPlus Support"
msgstr ""
#: src/udaddons/options.php:406
msgid "An update containing your addons is available for UpdraftPlus - please follow this link to get it."
msgstr ""
#: src/udaddons/options.php:395, src/udaddons/updraftplus-addons.php:384
msgid "UpdraftPlus Addons"
msgstr ""
#: src/udaddons/options.php:110
msgid "An update is available for UpdraftPlus - please follow this link to get it."
msgstr ""
#: src/methods/updraftvault.php:924, src/methods/updraftvault.php:947,
#: src/methods/updraftvault.php:950, src/udaddons/updraftplus-addons.php:1099
msgid "UpdraftPlus.Com returned a response, but we could not understand it"
msgstr ""
#: src/methods/updraftvault.php:936, src/udaddons/updraftplus-addons.php:1095
msgid "Your email address and password were not recognised by UpdraftPlus.Com"
msgstr ""
#: src/includes/updraftplus-login.php:57, src/methods/updraftvault.php:897,
#: src/udaddons/updraftplus-addons.php:1058
msgid "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
msgstr ""
#: src/udaddons/updraftplus-addons.php:984
msgid "UpdraftPlus.Com responded, but we did not understand the response"
msgstr ""
#: src/udaddons/updraftplus-addons.php:982
msgid "We failed to successfully connect to UpdraftPlus.Com"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:244,
#: src/templates/wp-admin/settings/tab-addons.php:243,
#: src/templates/wp-admin/settings/tab-addons.php:244
msgid "Reporting"
msgstr ""
#: src/admin.php:5927
msgid "Options (raw)"
msgstr ""
#: src/admin.php:910, src/addons/reporting.php:547
msgid "Send a report only when there are warnings/errors"
msgstr ""
#: src/restorer.php:3052
msgid "Content URL:"
msgstr ""
#: src/restorer.php:851
msgid "You should check the file ownerships and permissions in your WordPress installation"
msgstr ""
#: src/backup.php:4376, src/class-updraftplus.php:1043
msgid "Your free space in your hosting account is very low - only %s Mb remain"
msgstr ""
#: src/class-updraftplus.php:1027
msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
msgstr ""
#: src/udaddons/options.php:562
msgid "Manage Addons"
msgstr ""
#: src/udaddons/options.php:543
msgid "Buy It"
msgstr ""
#: src/udaddons/options.php:542
msgid "Get it from the UpdraftPlus.Com Store"
msgstr ""
#: src/udaddons/options.php:538, src/udaddons/options.php:536
msgid "activate it on this site"
msgstr ""
#: src/udaddons/options.php:538
msgid "You have an inactive purchase"
msgstr ""
#: src/udaddons/options.php:530
msgid "Assigned to this site"
msgstr ""
#: src/udaddons/options.php:527
msgid "Available for this site (via your all-addons purchase)"
msgstr ""
#: src/udaddons/options.php:521
msgid "(apparently a pre-release or withdrawn release)"
msgstr ""
#: src/udaddons/options.php:470, src/udaddons/options.php:470
msgid "Go here"
msgstr ""
#: src/udaddons/options.php:470, src/udaddons/options.php:470
msgid "Need to get support?"
msgstr ""
#: src/udaddons/options.php:452
msgid "An error occurred when trying to retrieve your add-ons."
msgstr ""
#: src/udaddons/options.php:337
msgid "Claim not granted - your account login details were wrong"
msgstr ""
#: src/udaddons/options.php:335
msgid "Please wait whilst we make the claim..."
msgstr ""
#: src/udaddons/options.php:283
msgid "Errors occurred when trying to connect to UpdraftPlus.Com:"
msgstr ""
#: src/udaddons/options.php:278
msgid "You are presently not connected to an UpdraftPlus.Com account."
msgstr ""
#: src/udaddons/options.php:270
msgid "If you bought new add-ons, then follow this link to refresh your connection"
msgstr ""
#: src/udaddons/options.php:263
msgid "You are presently connected to an UpdraftPlus.Com account."
msgstr ""
#: src/admin.php:3330
msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
msgstr ""
#: src/admin.php:3406
msgid "Forgotten your details?"
msgstr ""
#: src/admin.php:3319
msgid "Not yet got an account (it's free)? Go get one!"
msgstr ""
#: src/admin.php:3385
msgid "Connect with your UpdraftPlus.Com account"
msgstr ""
#: src/udaddons/options.php:134
msgid "You do seem to have the obsolete Updraft plugin installed - perhaps you got them confused?"
msgstr ""
#: src/udaddons/options.php:133
msgid "Go here to begin installing it."
msgstr ""
#: src/udaddons/options.php:133
msgid "UpdraftPlus is not yet installed."
msgstr ""
#: src/udaddons/options.php:130
msgid "Go here to activate it."
msgstr ""
#: src/udaddons/options.php:129
msgid "UpdraftPlus is not yet activated."
msgstr ""
#: src/udaddons/options.php:122, src/udaddons/options.php:120
msgid "Go here to connect."
msgstr ""
#: src/udaddons/options.php:120
msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
msgstr ""
#: src/addons/moredatabase.php:337,
#: src/includes/class-updraftplus-encryption.php:148
msgid "Without it, encryption will be a lot slower."
msgstr ""
#: src/addons/moredatabase.php:337,
#: src/includes/class-updraftplus-encryption.php:148
msgid "Your web-server does not have the %s module installed."
msgstr ""
#: src/methods/googledrive.php:1508
msgid "(You appear to be already authenticated, though you can authenticate again to refresh your access if you've had a problem)."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:78
msgid "Drop backup files here"
msgstr ""
#: src/admin.php:923
msgid "The web server returned an error code (try again, or check your web server logs)"
msgstr ""
#: src/admin.php:917, src/addons/wp-cli.php:117
msgid "If you exclude both the database and the files, then you have excluded everything!"
msgstr ""
#: src/restorer.php:3046
msgid "Site home:"
msgstr ""
#: src/addons/morestorage.php:231
msgid "Remote Storage Options"
msgstr ""
#: src/addons/autobackup.php:371, src/addons/autobackup.php:465
msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
msgstr ""
#: src/addons/autobackup.php:330, src/addons/autobackup.php:1193
msgid "Remember this choice for next time (you will still have the chance to change it)"
msgstr ""
#: src/addons/azure.php:454
msgid "Upload failed"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:126
msgid "You can send a backup to more than one destination with Premium."
msgstr ""
#: src/addons/autobackup.php:331, src/addons/autobackup.php:1198,
#: src/addons/lockadmin.php:167
msgid "Read more about how this works..."
msgstr ""
#: src/addons/sftp.php:723
msgid "Failed: We were able to log in, but failed to successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:721
msgid "Failed: We were able to log in and move to the indicated directory, but failed to successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:622
msgid "Use SCP instead of SFTP"
msgstr ""
#: src/addons/sftp.php:123
msgid "SCP/SFTP user setting"
msgstr ""
#: src/addons/sftp.php:122
msgid "SCP/SFTP host setting"
msgstr ""
#: src/methods/email.php:80
msgid "The attempt to send the backup via email failed (probably the backup was too large for this method)"
msgstr ""
#: src/methods/email.php:57
msgid "Backup is of: %s."
msgstr ""
#: src/admin.php:1017
msgid "%s settings test result:"
msgstr ""
#: src/admin.php:4632, src/admin.php:4630
msgid "(Not finished)"
msgstr ""
#: src/admin.php:4632
msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:345
msgid "Do not place it inside your uploads or plugins directory, as that will cause recursion (backups of backups of backups of...)."
msgstr ""
#: src/admin.php:3843
msgid "Job ID: %s"
msgstr ""
#: src/admin.php:3823
msgid "last activity: %ss ago"
msgstr ""
#: src/admin.php:3805, src/methods/updraftvault.php:557,
#: src/methods/updraftvault.php:604, src/methods/updraftvault.php:724
msgid "Unknown"
msgstr ""
#: src/admin.php:3756
msgid "Backup finished"
msgstr ""
#: src/admin.php:3751
msgid "Waiting until scheduled time to retry because of errors"
msgstr ""
#: src/admin.php:3747
msgid "Pruning old backup sets"
msgstr ""
#: src/admin.php:3734
msgid "Uploading files to remote storage"
msgstr ""
#: src/admin.php:3803
msgid "Encrypted database"
msgstr ""
#: src/admin.php:3795
msgid "Encrypting database"
msgstr ""
#: src/admin.php:3769
msgid "Created database backup"
msgstr ""
#: src/admin.php:3782
msgid "table: %s"
msgstr ""
#: src/admin.php:3780
msgid "Creating database backup"
msgstr ""
#: src/admin.php:3724
msgid "Created file backup zips"
msgstr ""
#: src/admin.php:3711
msgid "Creating file backup zips"
msgstr ""
#: src/admin.php:3706
msgid "Backup begun"
msgstr ""
#: src/restorer.php:1563
msgid "file"
msgstr ""
#: src/restorer.php:1555, src/addons/onedrive.php:1321
msgid "folder"
msgstr ""
#: src/restorer.php:1555, src/restorer.php:1563
msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
msgstr ""
#: src/class-updraftplus.php:3694
msgid "The backup has not finished; a resumption is scheduled"
msgstr ""
#: src/class-updraftplus.php:2388
msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
msgstr ""
#: src/admin.php:970, src/addons/autobackup.php:1212
msgid "Proceed with update"
msgstr ""
#: src/addons/autobackup.php:1205
msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
msgstr ""
#: src/addons/autobackup.php:143, src/addons/autobackup.php:1154
msgid "UpdraftPlus Automatic Backups"
msgstr ""
#: src/addons/autobackup.php:558
msgid "Errors have occurred:"
msgstr ""
#: src/addons/autobackup.php:529
msgid "Creating backup with UpdraftPlus..."
msgstr ""
#: src/addons/autobackup.php:474, src/addons/autobackup.php:605,
#: src/addons/autobackup.php:656
msgid "Automatic Backup"
msgstr ""
#: src/addons/autobackup.php:465
msgid "Creating database backup with UpdraftPlus..."
msgstr ""
#: src/addons/autobackup.php:431
msgid "themes"
msgstr ""
#: src/addons/autobackup.php:424
msgid "plugins"
msgstr ""
#: src/addons/autobackup.php:375, src/addons/autobackup.php:472
msgid "Starting automatic backup..."
msgstr ""
#: src/addons/autobackup.php:371
msgid "Creating %s and database backup with UpdraftPlus..."
msgstr ""
#: src/addons/autobackup.php:328
msgid "Automatically backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
msgstr ""
#: src/addons/morefiles.php:271, src/addons/morefiles.php:272
msgid "If you are not sure then you should stop; otherwise you may destroy this WordPress installation."
msgstr ""
#: src/addons/morefiles.php:271, src/addons/morefiles.php:272
msgid "This does not look like a valid WordPress core backup - the file %s was missing."
msgstr ""
#: src/addons/morefiles.php:213
msgid "Unable to open zip file (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/addons/morefiles.php:203
msgid "Unable to read zip file (%s) - could not pre-scan it to check its integrity."
msgstr ""
#: src/templates/wp-admin/settings/header.php:25
msgid "More plugins"
msgstr ""
#: src/includes/updraftplus-notices.php:37,
#: src/templates/wp-admin/settings/header.php:17,
#: src/templates/wp-admin/settings/tab-addons.php:28,
#: src/templates/wp-admin/settings/tab-addons.php:139
msgid "Support"
msgstr "지원"
#: src/class-updraftplus.php:5481
msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
msgstr ""
#: src/class-updraftplus.php:5473
msgid "This database backup is missing core WordPress tables: %s"
msgstr ""
#: src/class-updraftplus.php:5068
msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
msgstr ""
#: src/addons/autobackup.php:326, src/addons/autobackup.php:1180
msgid "Be safe with an automatic backup"
msgstr ""
#: src/admin.php:2990
msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
msgstr ""
#: src/admin.php:960
msgid "The file was uploaded."
msgstr ""
#: src/admin.php:959
msgid "Unknown server response status:"
msgstr ""
#: src/admin.php:958
msgid "Unknown server response:"
msgstr ""
#: src/admin.php:957
msgid "This decryption key will be attempted:"
msgstr ""
#: src/admin.php:956
msgid "Follow this link to attempt decryption and download the database file to your computer."
msgstr ""
#: src/admin.php:955
msgid "Upload error"
msgstr ""
#: src/admin.php:954
msgid "This file is not an UpdraftPlus encrypted database archive (such files are .gz.crypt files which have a name like: backup_(time)_(site name)_(code)_db.crypt.gz)."
msgstr ""
#: src/admin.php:953
msgid "Upload error:"
msgstr ""
#: src/admin.php:952
msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
msgstr ""
#: src/admin.php:943
msgid "Download to your computer"
msgstr ""
#: src/admin.php:942
msgid "Delete from your web server"
msgstr ""
#: src/methods/s3generic.php:191
msgid "Examples of S3-compatible storage providers:"
msgstr ""
#: src/admin.php:4608
msgid "You are missing one or more archives from this multi-archive set."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:325
msgid "Split archives every:"
msgstr ""
#: src/addons/moredatabase.php:297
msgid "Error: the server sent us a response (JSON) which we did not understand."
msgstr ""
#: src/admin.php:932
msgid "Warnings:"
msgstr ""
#: src/admin.php:931
msgid "Error: the server sent an empty response."
msgstr ""
#: src/includes/class-wpadmin-commands.php:205
msgid "This multi-archive backup set appears to have the following archives missing: %s"
msgstr ""
#: src/includes/class-wpadmin-commands.php:190
msgid "File (%s) was found, but has a different size (%s) from what was expected (%s) - it may be corrupt."
msgstr ""
#: src/includes/class-wpadmin-commands.php:185
msgid "File was found, but is zero-sized (you need to re-upload it): %s"
msgstr ""
#: src/includes/class-wpadmin-commands.php:183
msgid "File not found (you need to upload it): %s"
msgstr ""
#: src/addons/wp-cli.php:718, src/includes/class-wpadmin-commands.php:111
msgid "No such backup set exists"
msgstr ""
#: src/restorer.php:848
msgid "Moving unpacked backup into place..."
msgstr ""
#: src/backup.php:3998, src/backup.php:4329
msgid "Failed to open the zip file (%s) - %s"
msgstr ""
#: src/addons/morefiles.php:183
msgid "WordPress root directory server path: %s"
msgstr ""
#: src/methods/dreamobjects.php:193, src/methods/s3generic.php:201
msgid "%s end-point"
msgstr ""
#: src/methods/s3generic.php:191
msgid "... and many more!"
msgstr ""
#: src/methods/s3generic.php:80
msgid "S3 (Compatible)"
msgstr ""
#: src/includes/class-storage-methods-interface.php:301
msgid "File is not locally present - needs retrieving from remote storage"
msgstr ""
#: src/restorer.php:519
msgid "Looking for %s archive: file name: %s"
msgstr ""
#: src/restorer.php:635
msgid "Final checks"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:331
msgid "Check this to delete any superfluous backup files from your server after the backup run finishes (i.e. if you uncheck, then any files despatched remotely will also remain locally, and any files being kept locally will not be subject to the retention limits)."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:190
msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
msgstr ""
#: src/admin.php:4319
msgid "Your wp-content directory server path: %s"
msgstr ""
#: src/admin.php:949
msgid "Raw backup history"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:122
msgid "Show raw backup and file list"
msgstr ""
#: src/admin.php:930
msgid "Processing files - please wait..."
msgstr ""
#: src/class-updraftplus.php:5082
msgid "Failed to open database file."
msgstr ""
#: src/admin.php:5892
msgid "Known backups (raw)"
msgstr ""
#: src/restorer.php:1835
msgid "Files found:"
msgstr ""
#: src/admin.php:1101
msgid "Restoring table: %s"
msgstr ""
#: src/restorer.php:2528
msgid "Requested table engine (%s) is not present - changing to MyISAM."
msgstr ""
#: src/restorer.php:539
msgid "file is size:"
msgstr ""
#: src/admin.php:1380, src/admin.php:1398, src/admin.php:2995,
#: src/admin.php:5124, src/backup.php:4383, src/class-updraftplus.php:5334,
#: src/class-updraftplus.php:5334, src/updraftplus.php:226,
#: src/addons/googlecloud.php:1305, src/addons/migrator.php:304,
#: src/addons/migrator.php:307, src/addons/migrator.php:310,
#: src/templates/wp-admin/advanced/db-size.php:19
msgid "Go here for more information."
msgstr ""
#: src/admin.php:5123
msgid "Warning: If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
msgstr ""
#: src/admin.php:929
msgid "Some files are still downloading or being processed - please wait."
msgstr ""
#: src/addons/fixtime.php:570
msgid "The time zone used is that from your WordPress settings, in Settings -> General."
msgstr ""
#: src/addons/fixtime.php:570
msgid "Enter in format HH:MM (e.g. 14:22)."
msgstr ""
#: src/methods/ftp.php:208
msgid "%s login failure"
msgstr ""
#: src/addons/pcloud.php:339, src/addons/pcloud.php:440,
#: src/methods/dropbox.php:490
msgid "Failed to access %s when deleting (see log file for more)"
msgstr ""
#: src/methods/cloudfiles.php:424
msgid "Error - no such file exists."
msgstr ""
#: src/addons/azure.php:301, src/addons/webdav.php:788,
#: src/addons/webdav.php:795, src/addons/webdav.php:815,
#: src/methods/addon-base-v2.php:253, src/methods/openstack-base.php:460
msgid "%s Error"
msgstr ""
#: src/methods/openstack-base.php:86
msgid "%s error - failed to upload file"
msgstr ""
#: src/class-updraftplus.php:1527
msgid "%s error - failed to re-assemble chunks"
msgstr ""
#: src/methods/cloudfiles.php:250, src/methods/openstack-base.php:44,
#: src/methods/openstack-base.php:357, src/methods/openstack-base.php:422,
#: src/methods/openstack-base.php:495, src/methods/openstack-base.php:498,
#: src/methods/openstack-base.php:516, src/methods/openstack-base.php:521
msgid "%s authentication failed"
msgstr ""
#: src/admin.php:2722, src/admin.php:2751, src/admin.php:2743,
#: src/class-updraftplus.php:1230, src/class-updraftplus.php:1236,
#: src/class-updraftplus.php:5051, src/class-updraftplus.php:5049,
#: src/class-updraftplus.php:5309, src/class-updraftplus.php:5232,
#: src/addons/googlecloud.php:512, src/addons/migrator.php:390,
#: src/methods/googledrive.php:592, src/methods/s3.php:370
msgid "Error: %s"
msgstr ""
#: src/admin.php:4233
msgid "Backup directory specified exists, but is not writable."
msgstr ""
#: src/admin.php:4231
msgid "Backup directory specified does not exist."
msgstr ""
#: src/admin.php:3857, src/admin.php:4172
msgid "Warning: %s"
msgstr ""
#: src/backup.php:4032
msgid "A very large file was encountered: %s (size: %s Mb)"
msgstr ""
#: src/includes/class-wpadmin-commands.php:586
msgid "Failed to open directory: %s."
msgstr ""
#: src/backup.php:3217
msgid "%s: unreadable file - could not be backed up"
msgstr ""
#: src/backup.php:2113
msgid "Table %s has very many rows (%s) - we hope your web hosting company gives you enough resources to dump out that table in the backup."
msgstr ""
#: src/backup.php:2066
msgid "An error occurred whilst closing the final database file"
msgstr ""
#: src/class-updraftplus.php:3814
msgid "Warnings encountered:"
msgstr ""
#: src/class-updraftplus.php:3673
msgid "The backup succeeded (with warnings) and is now complete"
msgstr ""
#: src/class-updraftplus.php:1056
msgid "Your free disk space is very low - only %s Mb remain"
msgstr ""
#: src/addons/migrator.php:398
msgid "New site:"
msgstr ""
#: src/addons/migrator.php:375
msgid "Migrated site (from UpdraftPlus)"
msgstr ""
#: src/addons/migrator.php:324
msgid "Enter details for where this new site is to live within your multisite install:"
msgstr ""
#: src/addons/migrator.php:323
msgid "Information needed to continue:"
msgstr ""
#: src/addons/migrator.php:266
msgid "Network activating theme:"
msgstr ""
#: src/includes/migrator-lite.php:350
msgid "Processed plugin:"
msgstr ""
#: src/addons/sftp.php:149
msgid "Check your file permissions: Could not successfully create and enter directory:"
msgstr ""
#: src/methods/s3.php:1461
msgid "Please check your access credentials."
msgstr ""
#: src/addons/s3-enhanced.php:286, src/methods/s3.php:1438
msgid "The error reported by %s was:"
msgstr ""
#: src/restorer.php:2323
msgid "Please supply the requested information, and then continue."
msgstr ""
#: src/class-updraftplus.php:5243, src/restorer.php:3081
msgid "Site information:"
msgstr ""
#: src/admin.php:1109, src/admin.php:2990, src/class-updraftplus.php:5236,
#: src/restorer.php:3821
msgid "Warning:"
msgstr "경고:"
#: src/class-updraftplus.php:5228, src/restorer.php:856
msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
msgstr ""
#: src/admin.php:971, src/admin.php:1163, src/includes/updraftplus-tour.php:97
msgid "Close"
msgstr ""
#: src/admin.php:922, src/addons/autobackup.php:377,
#: src/addons/autobackup.php:469, src/methods/remotesend.php:75,
#: src/methods/remotesend.php:83, src/methods/remotesend.php:245,
#: src/methods/remotesend.php:261
msgid "Unexpected response:"
msgstr ""
#: src/admin.php:916, src/addons/reporting.php:545
msgid "To send to more than one address, separate each address with a comma."
msgstr ""
#: src/admin.php:947
msgid "PHP information"
msgstr "PHP 정보"
#: src/templates/wp-admin/advanced/site-info.php:88
msgid "zip executable found:"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:58
msgid "show PHP information (phpinfo)"
msgstr ""
#: src/templates/wp-admin/settings/migrator-no-migrator.php:9
msgid "Do you want to migrate or clone/duplicate a site?"
msgstr ""
#: src/templates/wp-admin/settings/existing-backups-table.php:173
msgid "Please allow time for the communications with the remote storage to complete."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:23
msgid "Also delete from remote storage"
msgstr ""
#: src/admin.php:3526
msgid "Latest UpdraftPlus.com news:"
msgstr ""
#: src/templates/wp-admin/settings/header.php:11,
#: src/templates/wp-admin/settings/tab-addons.php:73
msgid "Premium"
msgstr "프리미엄"
#: src/templates/wp-admin/settings/header.php:15
msgid "News"
msgstr ""
#: src/admin.php:2000, src/includes/class-wpadmin-commands.php:614
msgid "Backup set not found"
msgstr ""
#: src/backup.php:290
msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
msgstr ""
#: src/includes/updraftplus-notices.php:167,
#: src/includes/updraftplus-notices.php:168,
#: src/includes/updraftplus-notices.php:177,
#: src/includes/updraftplus-notices.php:178
msgid "RSS link"
msgstr ""
#: src/includes/updraftplus-notices.php:167,
#: src/includes/updraftplus-notices.php:168,
#: src/includes/updraftplus-notices.php:177,
#: src/includes/updraftplus-notices.php:178
msgid "Blog link"
msgstr ""
#: src/admin.php:1016
msgid "Testing %s Settings..."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:69,
#: src/templates/wp-admin/settings/tab-backups.php:71
msgid "Or, you can place them manually into your UpdraftPlus directory (usually wp-content/updraft), e.g. via FTP, and then use the \"rescan\" link above."
msgstr ""
#: src/admin.php:1402, src/admin.php:1484
msgid "Notice"
msgstr ""
#: src/class-updraftplus.php:3793
msgid "Errors encountered:"
msgstr ""
#: src/admin.php:913
msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
msgstr ""
#: src/admin.php:928
msgid "Begun looking for this entity"
msgstr ""
#: src/addons/dropbox-folders.php:38, src/addons/pcloud.php:511
msgid "Store at"
msgstr ""
#: src/includes/class-search-replace.php:333
msgid "\"%s\" has no primary key, manual change needed on row %s."
msgstr ""
#: src/includes/class-search-replace.php:140
msgid "rows: %d"
msgstr ""
#: src/includes/migrator-lite.php:1037
msgid "Time taken (seconds):"
msgstr ""
#: src/admin.php:933, src/includes/migrator-lite.php:1036
msgid "Errors:"
msgstr ""
#: src/includes/migrator-lite.php:1035
msgid "SQL update commands run:"
msgstr ""
#: src/includes/migrator-lite.php:1034
msgid "Changes made:"
msgstr ""
#: src/includes/migrator-lite.php:1033
msgid "Rows examined:"
msgstr ""
#: src/includes/migrator-lite.php:1032
msgid "Tables examined:"
msgstr ""
#: src/includes/migrator-lite.php:924
msgid "Could not get list of tables"
msgstr ""
#: src/includes/migrator-lite.php:869
msgid "Warning: the database's site URL (%s) is different to what we expected (%s)"
msgstr ""
#: src/includes/migrator-lite.php:858
msgid "Nothing to do: the site URL is already: %s"
msgstr ""
#: src/includes/migrator-lite.php:821, src/includes/migrator-lite.php:825,
#: src/includes/migrator-lite.php:829, src/includes/migrator-lite.php:834,
#: src/includes/migrator-lite.php:838, src/includes/migrator-lite.php:843
msgid "Error: unexpected empty parameter (%s, %s)"
msgstr ""
#: src/includes/migrator-lite.php:779
msgid "Database: search and replace site URL"
msgstr ""
#: src/restorer.php:4382, src/includes/migrator-lite.php:629,
#: src/includes/migrator-lite.php:1018
msgid "Failed: we did not understand the result returned by the %s operation."
msgstr ""
#: src/restorer.php:4380, src/includes/migrator-lite.php:627,
#: src/includes/migrator-lite.php:1016
msgid "Failed: the %s operation was not able to start."
msgstr ""
#: src/includes/migrator-lite.php:372
msgid "Search and replace site location in the database (migrate)"
msgstr ""
#: src/includes/migrator-lite.php:372
msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
msgstr ""
#: src/addons/multisite.php:779
msgid "Blog uploads"
msgstr ""
#: src/class-updraftplus.php:2093, src/addons/migrator.php:310
msgid "Must-use plugins"
msgstr ""
#: src/addons/multisite.php:229
msgid "Multisite Install"
msgstr ""
#: src/addons/fixtime.php:570
msgid "starting from next time it is"
msgstr ""
#: src/addons/sftp.php:713
msgid "However, we were able to log in and move to the indicated directory and successfully create a file in that location."
msgstr ""
#: src/addons/sftp.php:651
msgid "Failure: Port must be an integer."
msgstr ""
#: src/methods/ftp.php:442, src/methods/openstack2.php:120
msgid "password"
msgstr ""
#: src/addons/sftp.php:642, src/methods/openstack2.php:115
msgid "username"
msgstr ""
#: src/addons/sftp.php:638
msgid "host name"
msgstr ""
#: src/addons/sftp.php:621
msgid "Where to change directory to after logging in - often this is relative to your home directory."
msgstr ""
#: src/addons/sftp.php:615
msgid "Directory path"
msgstr ""
#: src/admin.php:1097, src/admin.php:3401, src/addons/lockadmin.php:178,
#: src/addons/moredatabase.php:265, src/addons/sftp.php:612,
#: src/addons/webdav.php:431, src/methods/openstack2.php:255,
#: src/methods/updraftvault.php:523,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:50
msgid "Password"
msgstr ""
#: src/addons/sftp.php:610, src/addons/webdav.php:435
msgid "Port"
msgstr ""
#: src/addons/moredatabase.php:263, src/addons/sftp.php:609,
#: src/addons/webdav.php:433
msgid "Host"
msgstr ""
#: src/addons/sftp.php:375
msgid "Error: Failed to download"
msgstr ""
#: src/addons/sftp.php:683
msgid "Check your file permissions: Could not successfully create and enter:"
msgstr ""
#: src/addons/sftp.php:122, src/addons/sftp.php:123, src/addons/sftp.php:124
msgid "No %s found"
msgstr ""
#: src/templates/wp-admin/notices/thanks-for-using-main-dash.php:19
msgid "more"
msgstr ""
#: src/addons/morefiles.php:606
msgid "No backup of %s directories: there was nothing found to back up"
msgstr ""
#: src/admin.php:4333, src/addons/morefiles.php:371
msgid "If entering multiple files/directories, then separate them with commas."
msgstr ""
#: src/addons/morefiles.php:319
msgid "Be careful what you select - if you select / then it really will try to create a zip containing your entire webserver."
msgstr ""
#: src/addons/morefiles.php:317
msgid "If you are not sure what this option is for, then you will not want it, and should turn it off."
msgstr ""
#: src/addons/morefiles.php:294
msgid "More Files"
msgstr ""
#: src/addons/morefiles.php:182
msgid "WordPress core (including any additions to your WordPress root directory)"
msgstr ""
#: src/addons/morefiles.php:175
msgid "The above files comprise everything in a WordPress installation."
msgstr ""
#: src/addons/morefiles.php:156
msgid "Over-write wp-config.php"
msgstr ""
#: src/addons/morefiles.php:152, src/includes/class-wpadmin-commands.php:631
msgid "WordPress Core"
msgstr ""
#: src/addons/webdav.php:503, src/methods/addon-base-v2.php:361
msgid "Failed: We were not able to place a file in that directory - please check your credentials."
msgstr ""
#: src/admin.php:3928, src/admin.php:3946, src/admin.php:3987,
#: src/admin.php:3977, src/backup.php:2051, src/addons/googlecloud.php:967,
#: src/addons/googlecloud.php:1007, src/addons/googlecloud.php:1001,
#: src/addons/sftp.php:669, src/methods/addon-base-v2.php:344
msgid "Failed"
msgstr ""
#: src/addons/webdav.php:427
msgid "WebDAV URL"
msgstr ""
#: src/addons/webdav.php:815
msgid "Local write failed: Failed to download"
msgstr ""
#: src/addons/webdav.php:795
msgid "Error opening remote file: Failed to download"
msgstr ""
#: src/addons/googlecloud.php:375, src/addons/googlecloud.php:373,
#: src/addons/pcloud.php:293, src/addons/sftp.php:120,
#: src/addons/webdav.php:526, src/addons/webdav.php:689,
#: src/addons/webdav.php:695, src/addons/webdav.php:727,
#: src/addons/webdav.php:769, src/methods/addon-base-v2.php:81,
#: src/methods/addon-base-v2.php:129, src/methods/addon-base-v2.php:170,
#: src/methods/addon-base-v2.php:229, src/methods/addon-base-v2.php:318,
#: src/methods/ftp.php:42, src/methods/googledrive.php:324,
#: src/methods/googledrive.php:322
msgid "No %s settings were found"
msgstr ""
#: src/methods/ftp.php:464
msgid "Failure: we successfully logged in, but were not able to create a file in the given directory."
msgstr ""
#: src/methods/ftp.php:461
msgid "Success: we successfully logged in, and confirmed our ability to create a file in the given directory (login type:"
msgstr ""
#: src/methods/ftp.php:452
msgid "Failure: we did not successfully log in with those credentials."
msgstr ""
#: src/methods/ftp.php:434
msgid "Failure: No server details were given."
msgstr ""
#: src/methods/ftp.php:127
msgid "Needs to already exist"
msgstr ""
#: src/addons/onedrive.php:975, src/addons/pcloud.php:720,
#: src/methods/dropbox.php:934
msgid "Your %s account name: %s"
msgstr ""
#: src/addons/pcloud.php:710, src/methods/dropbox.php:910,
#: src/methods/dropbox.php:912
msgid "you have authenticated your %s account"
msgstr ""
#: src/methods/dropbox.php:603
msgid "Backups are saved in %s."
msgstr ""
#: src/methods/dropbox.php:602
msgid "Need to use sub-folders?"
msgstr ""
#: src/methods/dropbox.php:313
msgid "error: failed to upload file to %s (see log file for more)"
msgstr ""
#: src/addons/pcloud.php:147, src/addons/pcloud.php:707,
#: src/methods/dropbox.php:216
msgid "error: %s (see log file for more)"
msgstr ""
#: src/methods/s3.php:1456
msgid "The communication with %s was not encrypted."
msgstr ""
#: src/methods/s3.php:1454
msgid "The communication with %s was encrypted."
msgstr ""
#: src/addons/googlecloud.php:1030, src/methods/s3.php:1451
msgid "We accessed the bucket, and were able to create files within it."
msgstr ""
#: src/addons/googlecloud.php:1024, src/addons/googlecloud.php:1038,
#: src/methods/s3.php:1449, src/methods/s3.php:1461
msgid "We successfully accessed the bucket, but the attempt to create a file in it failed."
msgstr ""
#: src/addons/googlecloud.php:1024, src/addons/googlecloud.php:1038,
#: src/methods/s3.php:1449, src/methods/s3.php:1461
msgid "Failure"
msgstr ""
#: src/methods/openstack2.php:252, src/methods/s3.php:1430
msgid "Region"
msgstr ""
#: src/addons/googlecloud.php:140, src/addons/googlecloud.php:984,
#: src/methods/s3.php:1392
msgid "Failure: No bucket details were given."
msgstr ""
#: src/methods/s3.php:1370
msgid "API secret"
msgstr ""
#: src/methods/dreamobjects.php:191, src/methods/s3.php:1048,
#: src/methods/s3.php:1088, src/methods/s3generic.php:199
msgid "%s location"
msgstr ""
#: src/methods/dreamobjects.php:189, src/methods/s3.php:1044,
#: src/methods/s3.php:1086, src/methods/s3generic.php:197
msgid "%s secret key"
msgstr ""
#: src/methods/dreamobjects.php:188, src/methods/s3.php:1040,
#: src/methods/s3.php:1085, src/methods/s3generic.php:196
msgid "%s access key"
msgstr ""
#: src/methods/dreamobjects.php:185, src/methods/s3.php:938,
#: src/methods/s3.php:1083, src/methods/s3generic.php:195
msgid "If you see errors about SSL certificates, then please go here for help."
msgstr ""
#: src/methods/s3.php:520
msgid "%s re-assembly error (%s): (see log file for more)"
msgstr ""
#: src/methods/s3.php:516
msgid "upload (%s): re-assembly failed (see log for more details)"
msgstr ""
#: src/methods/s3.php:500
msgid "chunk %s: upload failed"
msgstr ""
#: src/methods/s3.php:472
msgid "error: file %s was shortened unexpectedly"
msgstr ""
#: src/methods/s3.php:450
msgid "%s upload: getting uploadID for multipart upload failed - see log file for more details"
msgstr ""
#: src/methods/email.php:106
msgid "Note:"
msgstr ""
#: src/methods/email.php:46
msgid "WordPress Backup"
msgstr ""
#: src/methods/cloudfiles.php:590, src/methods/openstack-base.php:535
msgid "We accessed the container, and were able to create files within it."
msgstr ""
#: src/methods/cloudfiles.php:586
msgid "Cloud Files error - we accessed the container, but failed to create a file within it"
msgstr ""
#: src/methods/cloudfiles.php:559, src/methods/openstack-base.php:477
msgid "Failure: No container details were given."
msgstr ""
#: src/admin.php:1096, src/addons/moredatabase.php:264,
#: src/addons/sftp.php:611, src/addons/webdav.php:430,
#: src/methods/cloudfiles-new.php:171, src/methods/cloudfiles.php:539,
#: src/methods/openstack2.php:254
msgid "Username"
msgstr "회원 아이디"
#: src/methods/cloudfiles-new.php:166, src/methods/cloudfiles.php:534,
#: src/methods/s3.php:1366
msgid "API key"
msgstr ""
#: src/admin.php:991, src/addons/moredatabase.php:113,
#: src/addons/moredatabase.php:115, src/addons/moredatabase.php:117,
#: src/addons/sftp.php:638, src/addons/sftp.php:642, src/addons/sftp.php:646,
#: src/addons/webdav.php:482, src/includes/class-remote-send.php:580,
#: src/includes/migrator-lite.php:242, src/methods/addon-base-v2.php:336,
#: src/methods/cloudfiles-new.php:166, src/methods/cloudfiles-new.php:171,
#: src/methods/cloudfiles.php:534, src/methods/cloudfiles.php:539,
#: src/methods/ftp.php:438, src/methods/ftp.php:442,
#: src/methods/openstack2.php:115, src/methods/openstack2.php:120,
#: src/methods/openstack2.php:125, src/methods/openstack2.php:130,
#: src/methods/s3.php:1366, src/methods/s3.php:1370
msgid "Failure: No %s was given."
msgstr ""
#: src/methods/cloudfiles.php:498
msgid "Cloud Files username"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:45, src/methods/cloudfiles-new.php:101,
#: src/methods/cloudfiles-new.php:291, src/methods/cloudfiles.php:482
msgid "UK"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:44, src/methods/cloudfiles-new.php:100,
#: src/methods/cloudfiles-new.php:290, src/methods/cloudfiles.php:481
msgid "US (default)"
msgstr ""
#: src/methods/cloudfiles.php:478
msgid "US or UK Cloud"
msgstr ""
#: src/methods/cloudfiles-new.php:285, src/methods/cloudfiles.php:461,
#: src/methods/openstack2.php:245
msgid "Also, you should read this important FAQ."
msgstr ""
#: src/methods/cloudfiles.php:461
msgid "Get your API key from your Rackspace Cloud console (read instructions here), then pick a container name to use for storage."
msgstr ""
#: src/admin.php:1015, src/addons/azure.php:708, src/addons/backblaze.php:793,
#: src/addons/sftp.php:623, src/addons/webdav.php:440,
#: src/methods/backup-module.php:404, src/methods/cloudfiles-new.php:299,
#: src/methods/dreamobjects.php:194, src/methods/ftp.php:130,
#: src/methods/openstack2.php:258, src/methods/s3.php:1090,
#: src/methods/s3generic.php:214
msgid "Test %s Settings"
msgstr ""
#: src/class-updraftplus.php:1570, src/class-updraftplus.php:1614,
#: src/addons/webdav.php:788, src/methods/cloudfiles.php:398
msgid "Error opening local file: Failed to download"
msgstr ""
#: src/addons/sftp.php:250, src/methods/openstack-base.php:314,
#: src/methods/s3.php:408, src/methods/s3.php:420, src/methods/s3.php:421
msgid "%s Error: Failed to upload"
msgstr ""
#: src/class-updraftplus.php:1412
msgid "%s Error: Failed to open local file"
msgstr ""
#: src/addons/cloudfiles-enhanced.php:120,
#: src/addons/cloudfiles-enhanced.php:133,
#: src/addons/cloudfiles-enhanced.php:137, src/methods/cloudfiles.php:569,
#: src/methods/cloudfiles.php:572, src/methods/cloudfiles.php:575
msgid "Cloud Files authentication failed"
msgstr ""
#: src/addons/pcloud.php:552, src/methods/backup-module.php:634,
#: src/methods/dropbox.php:607
msgid "After you have saved your settings (by clicking 'Save Changes' below), then come back here and follow this link to complete authentication with %s."
msgstr ""
#: src/addons/googlecloud.php:1317, src/methods/googledrive.php:1505
msgid "Authenticate with Google"
msgstr ""
#: src/addons/googlecloud.php:1300, src/addons/onedrive.php:1319,
#: src/methods/googledrive.php:1491
msgid "Client Secret"
msgstr ""
#: src/addons/googlecloud.php:1299, src/methods/googledrive.php:1490
msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
msgstr ""
#: src/addons/googlecloud.php:1298, src/addons/onedrive.php:1317,
#: src/methods/googledrive.php:1489
msgid "Client ID"
msgstr ""
#: src/methods/googledrive.php:1498
msgid "You must add the following as the authorised redirect URI (under \"More Options\") when asked"
msgstr ""
#: src/addons/googlecloud.php:1289, src/methods/googledrive.php:1497
msgid "Select 'Web Application' as the application type."
msgstr ""
#: src/addons/googlecloud.php:590, src/addons/googlecloud.php:591,
#: src/addons/googlecloud.php:1062, src/addons/googlecloud.php:1060,
#: src/methods/googledrive.php:832, src/methods/googledrive.php:833,
#: src/methods/googledrive.php:821, src/methods/googledrive.php:822
msgid "Account is not authorized."
msgstr ""
#: src/addons/webdav.php:743, src/methods/googledrive.php:717,
#: src/methods/googledrive.php:779, src/methods/googledrive.php:797,
#: src/methods/googledrive.php:795
msgid "Failed to upload to %s"
msgstr ""
#: src/methods/googledrive.php:760
msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded is %d bytes"
msgstr ""
#: src/methods/googledrive.php:868, src/methods/googledrive.php:904
msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
msgstr ""
#: src/addons/googlecloud.php:904, src/addons/onedrive.php:1013,
#: src/methods/googledrive.php:674
msgid "you have authenticated your %s account."
msgstr ""
#: src/addons/googlecloud.php:904, src/addons/googlecloud.php:1030,
#: src/addons/onedrive.php:1013, src/addons/sftp.php:711,
#: src/addons/sftp.php:707, src/addons/wp-cli.php:500,
#: src/methods/addon-base-v2.php:358, src/methods/cloudfiles.php:590,
#: src/methods/googledrive.php:674, src/methods/openstack-base.php:535,
#: src/methods/s3.php:1451
msgid "Success"
msgstr ""
#: src/addons/onedrive.php:967, src/addons/pcloud.php:722,
#: src/methods/dropbox.php:964, src/methods/dropbox.php:955,
#: src/methods/googledrive.php:635
msgid "Your %s quota usage: %s %% used, %s available"
msgstr ""
#: src/methods/googledrive.php:598
msgid "%s authorization failed"
msgstr ""
#: src/methods/addon-not-yet-present.php:124
msgid "follow this link to get it"
msgstr ""
#: src/methods/addon-not-yet-present.php:125
msgid "%s support is available as an add-on"
msgstr ""
#: src/methods/addon-not-yet-present.php:34,
#: src/methods/addon-not-yet-present.php:76,
#: src/methods/addon-not-yet-present.php:83
msgid "You do not have the UpdraftPlus %s add-on installed - get it from %s"
msgstr ""
#: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:137
msgid "You need to re-authenticate with %s, as your existing credentials are not working."
msgstr ""
#: src/admin.php:3932, src/admin.php:3943, src/admin.php:3984,
#: src/admin.php:3980, src/restorer.php:537, src/restorer.php:4329,
#: src/restorer.php:4188, src/includes/class-remote-send.php:441,
#: src/includes/class-storage-methods-interface.php:329
msgid "OK"
msgstr ""
#: src/restorer.php:4293, src/restorer.php:4182
msgid "Table prefix has changed: changing %s table field(s) accordingly:"
msgstr ""
#: src/restorer.php:3990, src/includes/class-search-replace.php:519
msgid "the database query being run was:"
msgstr ""
#: src/restorer.php:2607
msgid "will restore as:"
msgstr ""
#: src/restorer.php:2436, src/restorer.php:3064, src/restorer.php:3244
msgid "Old table prefix:"
msgstr ""
#: src/class-updraftplus.php:3871, src/class-updraftplus.php:5140,
#: src/addons/reporting.php:97, src/addons/reporting.php:206
msgid "Backup of:"
msgstr ""
#: src/restorer.php:2806
msgid "Failed to open database file"
msgstr ""
#: src/restorer.php:2785
msgid "Failed to find database file"
msgstr ""
#: src/restorer.php:1174
msgid "Failed to write out the decrypted database to the filesystem"
msgstr ""
#: src/restorer.php:1158
msgid "Failed to create a temporary directory"
msgstr ""
#: src/restorer.php:855
msgid "Failed to delete working directory after restoring."
msgstr ""
#: src/restorer.php:850
msgid "Cleaning up rubbish..."
msgstr ""
#: src/restorer.php:849
msgid "Restoring the database (on a large site this can take a long time - if it times out (which can happen if your web hosting company has configured your hosting to limit resources) then you should use a different method, such as phpMyAdmin)..."
msgstr ""
#: src/restorer.php:846
msgid "Database successfully decrypted."
msgstr ""
#: src/restorer.php:845
msgid "Decrypting database (can take a while)..."
msgstr ""
#: src/restorer.php:844
msgid "Unpacking backup..."
msgstr ""
#: src/restorer.php:843
msgid "Copying this entity failed."
msgstr ""
#: src/restorer.php:842
msgid "Backup file not available."
msgstr ""
#: src/restorer.php:545, src/restorer.php:546
msgid "Could not read one of the files for restoration"
msgstr ""
#: src/restorer.php:725
msgid "Error message"
msgstr ""
#: src/restorer.php:542
msgid "The backup records do not contain information about the proper size of this file."
msgstr ""
#: src/restorer.php:534
msgid "Archive is expected to be size:"
msgstr ""
#: src/admin.php:5286
msgid "If making a request for support, please include this information:"
msgstr ""
#: src/admin.php:5286
msgid "ABORT: Could not find the information on which entities to restore."
msgstr ""
#: src/addons/wp-cli.php:747
msgid "UpdraftPlus Restoration: Progress"
msgstr ""
#: src/admin.php:5244
msgid "This backup does not exist in the backup history - restoration aborted."
msgstr ""
#: src/admin.php:4660
msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
msgstr ""
#: src/admin.php:4745
msgid "Delete this backup set"
msgstr ""
#: src/admin.php:1162, src/templates/wp-admin/settings/form-contents.php:390
msgid "Save Changes"
msgstr "변경 사항 저장"
#: src/templates/wp-admin/settings/form-contents.php:361
msgid "Disable SSL entirely where possible"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:357
msgid "Note that not all cloud backup methods are necessarily using SSL authentication."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:356
msgid "Do not verify SSL certificates"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:351
msgid "Use the server's SSL certificates"
msgstr ""
#: src/admin.php:4235
msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
msgstr ""
#: src/admin.php:4235
msgid "or, to reset this option"
msgstr ""
#: src/admin.php:4235
msgid "Follow this link to attempt to create the directory and set the permissions"
msgstr ""
#: src/admin.php:4227
msgid "Backup directory specified is writable, which is good."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:335
msgid "Backup directory"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:330
msgid "Delete local backup"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:310
msgid "open this to show some further options; don't bother with this unless you have a problem or are curious."
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:310
msgid "Show expert settings"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:309
msgid "Expert settings"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:320
msgid "Debug mode"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:305
msgid "Advanced / Debugging Settings"
msgstr ""
#: src/admin.php:946
msgid "Requesting start of backup..."
msgstr ""
#: src/admin.php:963, src/addons/morefiles.php:1034,
#: src/methods/backup-module.php:91,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:94
msgid "Cancel"
msgstr "취소"
#: src/admin.php:4510, src/addons/incremental.php:341,
#: src/addons/incremental.php:333, src/addons/reporting.php:270
msgid "None"
msgstr "없음"
#: src/templates/wp-admin/settings/form-contents.php:104
msgid "Choose your remote storage"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:179
msgid "Manually decrypt a database backup file"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:158
msgid "Database encryption phrase"
msgstr ""
#: src/admin.php:3391, src/methods/updraftvault.php:521,
#: src/templates/wp-admin/settings/form-contents.php:256,
#: src/templates/wp-admin/settings/updraftcentral-connect.php:44
msgid "Email"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:148
msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
msgstr ""
#: src/addons/morefiles.php:368
msgid "Exclude these:"
msgstr ""
#: src/admin.php:4319
msgid "Any other directories found inside wp-content"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:145
msgid "Include in files backup"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "e.g. if your server is busy at day and you want to run overnight"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:88
msgid "To fix the time at which a backup should take place,"
msgstr ""
#: src/templates/wp-admin/settings/form-contents.php:62
msgid "Database backup interval"
msgstr ""
#: src/addons/incremental.php:350, src/addons/incremental.php:337
msgid "Monthly"
msgstr "월간"
#: src/addons/incremental.php:349, src/addons/incremental.php:336
msgid "Fortnightly"
msgstr ""
#: src/addons/incremental.php:348, src/addons/incremental.php:335
msgid "Weekly"
msgstr "주간"
#: src/addons/incremental.php:347, src/addons/incremental.php:334
msgid "Daily"
msgstr "일간"
#: src/templates/wp-admin/settings/form-contents.php:25
msgid "Files backup interval"
msgstr ""
#: src/admin.php:973, src/admin.php:4186
msgid "Download log file"
msgstr ""
#: src/admin.php:4048
msgid "The folder exists, but your webserver does not have permission to write to it."
msgstr ""
#: src/admin.php:4029
msgid "The request to the filesystem to create the directory failed."
msgstr ""
#: src/admin.php:964, src/admin.php:3925, src/admin.php:3940,
#: src/admin.php:3972, src/admin.php:4745,
#: src/includes/class-remote-send.php:696,
#: src/templates/wp-admin/settings/existing-backups-table.php:167,
#: src/templates/wp-admin/settings/file-backup-exclude.php:11
msgid "Delete"
msgstr "지우기"
#: src/admin.php:3877
msgid "show log"
msgstr ""
#: src/templates/wp-admin/advanced/wipe-settings.php:10
msgid "This will delete all your UpdraftPlus settings - are you sure you want to do this?"
msgstr ""
#: src/templates/wp-admin/advanced/total-size.php:19
msgid "count"
msgstr ""
#: src/templates/wp-admin/advanced/total-size.php:9
msgid "N.B. This count is based upon what was, or was not, excluded the last time you saved the options."
msgstr ""
#: src/templates/wp-admin/advanced/total-size.php:6
msgid "Total (uncompressed) on-disk data:"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:84,
#: src/templates/wp-admin/settings/tab-addons.php:105,
#: src/templates/wp-admin/settings/tab-addons.php:118,
#: src/templates/wp-admin/settings/tab-addons.php:131,
#: src/templates/wp-admin/settings/tab-addons.php:144,
#: src/templates/wp-admin/settings/tab-addons.php:157,
#: src/templates/wp-admin/settings/tab-addons.php:170,
#: src/templates/wp-admin/settings/tab-addons.php:183,
#: src/templates/wp-admin/settings/tab-addons.php:196,
#: src/templates/wp-admin/settings/tab-addons.php:209,
#: src/templates/wp-admin/settings/tab-addons.php:222,
#: src/templates/wp-admin/settings/tab-addons.php:235,
#: src/templates/wp-admin/settings/tab-addons.php:248,
#: src/templates/wp-admin/settings/tab-addons.php:261,
#: src/templates/wp-admin/settings/tab-addons.php:274,
#: src/templates/wp-admin/settings/tab-addons.php:287,
#: src/templates/wp-admin/settings/tab-addons.php:304
msgid "No"
msgstr "아니오"
#: src/addons/webdav.php:439, src/templates/wp-admin/advanced/site-info.php:84,
#: src/templates/wp-admin/advanced/site-info.php:81,
#: src/templates/wp-admin/settings/tab-addons.php:79,
#: src/templates/wp-admin/settings/tab-addons.php:92,
#: src/templates/wp-admin/settings/tab-addons.php:95,
#: src/templates/wp-admin/settings/tab-addons.php:108,
#: src/templates/wp-admin/settings/tab-addons.php:121,
#: src/templates/wp-admin/settings/tab-addons.php:134,
#: src/templates/wp-admin/settings/tab-addons.php:147,
#: src/templates/wp-admin/settings/tab-addons.php:160,
#: src/templates/wp-admin/settings/tab-addons.php:173,
#: src/templates/wp-admin/settings/tab-addons.php:186,
#: src/templates/wp-admin/settings/tab-addons.php:199,
#: src/templates/wp-admin/settings/tab-addons.php:212,
#: src/templates/wp-admin/settings/tab-addons.php:225,
#: src/templates/wp-admin/settings/tab-addons.php:238,
#: src/templates/wp-admin/settings/tab-addons.php:251,
#: src/templates/wp-admin/settings/tab-addons.php:264,
#: src/templates/wp-admin/settings/tab-addons.php:277,
#: src/templates/wp-admin/settings/tab-addons.php:290,
#: src/templates/wp-admin/settings/tab-addons.php:307,
#: src/templates/wp-admin/settings/tab-addons.php:313
msgid "Yes"
msgstr "네"
#: src/admin.php:6113, src/admin.php:6117,
#: src/templates/wp-admin/advanced/site-info.php:58,
#: src/templates/wp-admin/advanced/site-info.php:64,
#: src/templates/wp-admin/advanced/site-info.php:76,
#: src/templates/wp-admin/advanced/site-info.php:77
msgid "%s version:"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:56
msgid "Current memory usage"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:55
msgid "Peak memory usage"
msgstr ""
#: src/templates/wp-admin/advanced/site-info.php:35
msgid "Web server:"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:99
msgid "Do you need WordPress Multisite support?"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:95
msgid "Multisite"
msgstr "다중사이트"
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:45
msgid "Do read this helpful article of useful things to know before restoring."
msgstr ""
#: src/addons/morefiles.php:152,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:82
msgid "%s restoration options:"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:75
msgid "You will need to restore it manually."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:75
msgid "The following entity cannot be restored automatically: \"%s\"."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:60
msgid "Your web server has PHP's so-called safe_mode active."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:44
msgid "Choose the components to restore"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:44
msgid "Restoring will replace this site's themes, plugins, uploads, database and/or other content directories (according to what is contained in the backup set, and your selection)."
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:32
msgid "Restore backup"
msgstr ""
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:8
msgid "Delete backup set"
msgstr ""
#: src/admin.php:945
msgid "Download error: the server sent us a response which we did not understand."
msgstr ""
#: src/admin.php:99, src/admin.php:936, src/restorer.php:539,
#: src/restorer.php:567, src/restorer.php:2328, src/restorer.php:4369,
#: src/addons/backblaze.php:247, src/addons/backblaze.php:272,
#: src/addons/cloudfiles-enhanced.php:123, src/addons/s3-enhanced.php:236,
#: src/addons/s3-enhanced.php:241, src/addons/s3-enhanced.php:243,
#: src/addons/sftp.php:1040, src/addons/webdav.php:434,
#: src/includes/class-remote-send.php:359,
#: src/includes/class-remote-send.php:411,
#: src/includes/class-remote-send.php:405,
#: src/includes/class-remote-send.php:480,
#: src/includes/class-remote-send.php:538,
#: src/includes/class-remote-send.php:565,
#: src/includes/class-remote-send.php:620,
#: src/includes/class-remote-send.php:608,
#: src/includes/class-remote-send.php:603,
#: src/includes/class-remote-send.php:593,
#: src/includes/class-search-replace.php:333,
#: src/includes/class-search-replace.php:519,
#: src/includes/migrator-lite.php:614, src/includes/migrator-lite.php:924,
#: src/includes/migrator-lite.php:1002, src/methods/remotesend.php:80,
#: src/methods/remotesend.php:258, src/methods/updraftvault.php:722
msgid "Error:"
msgstr "에러:"
#: src/admin.php:927
msgid "calculating..."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:68,
#: src/templates/wp-admin/settings/tab-backups.php:70
msgid "UpdraftPlus - Upload backup files"
msgstr ""
#: src/includes/class-filesystem-functions.php:105,
#: src/templates/wp-admin/advanced/site-info.php:51
msgid "refresh"
msgstr ""
#: src/includes/class-filesystem-functions.php:126,
#: src/templates/wp-admin/advanced/site-info.php:51
msgid "Web-server disk space in use by UpdraftPlus"
msgstr ""
#: src/includes/class-filesystem-functions.php:126
msgid "This is a count of the contents of your Updraft directory"
msgstr ""
#: src/addons/google-enhanced.php:126, src/methods/googledrive.php:324,
#: src/methods/googledrive.php:322, src/methods/googledrive.php:674,
#: src/methods/googledrive.php:717, src/methods/googledrive.php:760,
#: src/methods/googledrive.php:767, src/methods/googledrive.php:779,
#: src/methods/googledrive.php:797, src/methods/googledrive.php:795,
#: src/methods/googledrive.php:1488, src/methods/googledrive.php:1489,
#: src/methods/googledrive.php:1491, src/methods/googledrive.php:1493,
#: src/methods/googledrive.php:1515, src/methods/googledrive.php:1515
msgid "Google Drive"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:59,
#: src/templates/wp-admin/settings/tab-backups.php:63
msgid "If you are using this, then turn Turbo/Road mode off."
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:59,
#: src/templates/wp-admin/settings/tab-backups.php:63
msgid "Opera web browser"
msgstr ""
#: src/templates/wp-admin/settings/downloading-and-restoring.php:47,
#: src/templates/wp-admin/settings/tab-backups.php:51
msgid "More tasks:"
msgstr ""
#: src/admin.php:3553
msgid "Download most recently modified log file"
msgstr ""
#: src/admin.php:3515, src/admin.php:3509, src/addons/autobackup.php:372,
#: src/addons/autobackup.php:467,
#: src/templates/wp-admin/settings/take-backup.php:72
msgid "Last log message"
msgstr ""
#: src/admin.php:740, src/admin.php:972, src/admin.php:4660,
#: src/addons/migrator.php:248
msgid "Restore"
msgstr ""
#: src/admin.php:962, src/templates/wp-admin/settings/take-backup.php:52
msgid "Backup Now"
msgstr "지금 백업하기"
#: src/templates/wp-admin/settings/take-backup.php:47
msgid "Time now"
msgstr ""
#: src/admin.php:441, src/admin.php:4485, src/admin.php:4538,
#: src/admin.php:5142, src/restorer.php:677, src/addons/moredatabase.php:266,
#: src/addons/reporting.php:285, src/addons/wp-cli.php:434,
#: src/includes/class-remote-send.php:445,
#: src/includes/class-wpadmin-commands.php:154,
#: src/includes/class-wpadmin-commands.php:629,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:81,
#: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
#: src/templates/wp-admin/settings/take-backup.php:34
msgid "Database"
msgstr ""
#: src/admin.php:431, src/admin.php:5899,
#: src/templates/wp-admin/settings/take-backup.php:24
msgid "Files"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:19
msgid "Next scheduled backups"
msgstr ""
#: src/admin.php:410
msgid "At the same time as the files backup"
msgstr ""
#: src/admin.php:400, src/admin.php:421, src/admin.php:428, src/admin.php:471,
#: src/admin.php:502
msgid "Nothing currently scheduled"
msgstr ""
#: src/templates/wp-admin/settings/take-backup.php:6
msgid "JavaScript warning"
msgstr ""
#: src/admin.php:948
msgid "Delete Old Directories"
msgstr ""
#: src/admin.php:3050
msgid "Current limit is:"
msgstr ""
#: src/admin.php:3012
msgid "Your backup has been restored."
msgstr ""
#: src/templates/wp-admin/settings/header.php:25
msgid "Version"
msgstr "버전"
#: src/templates/wp-admin/settings/header.php:25
msgid "Lead developer's homepage"
msgstr ""
#: src/admin.php:5793
msgid "Your settings have been wiped."
msgstr ""
#: src/admin.php:2969
msgid "Backup directory successfully created."
msgstr ""
#: src/admin.php:2962
msgid "Backup directory could not be created"
msgstr ""
#: src/admin.php:3888
msgid "Remove old directories"
msgstr ""
#: src/includes/migrator-lite.php:245, src/includes/migrator-lite.php:261
msgid "Return to UpdraftPlus Configuration"
msgstr ""
#: src/admin.php:941, src/admin.php:2971, src/admin.php:3895,
#: src/admin.php:5091, src/admin.php:5080, src/admin.php:5068,
#: src/templates/wp-admin/settings/existing-backups-table.php:19,
#: src/templates/wp-admin/settings/existing-backups-table.php:142
msgid "Actions"
msgstr ""
#: src/admin.php:2854
msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
msgstr ""
#: src/admin.php:2743
msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
msgstr ""
#: src/admin.php:2631
msgid "No local copy present."
msgstr ""
#: src/admin.php:2628
msgid "Download in progress"
msgstr ""
#: src/admin.php:939, src/admin.php:2617
msgid "File ready."
msgstr ""
#: src/admin.php:2598
msgid "Download failed"
msgstr ""
#: src/admin.php:937, src/class-updraftplus.php:1570,
#: src/class-updraftplus.php:1614, src/restorer.php:4326,
#: src/restorer.php:4184, src/restorer.php:4209, src/updraftplus.php:226,
#: src/addons/webdav.php:743, src/addons/wp-cli.php:503,
#: src/includes/class-filesystem-functions.php:439,
#: src/includes/class-storage-methods-interface.php:338,
#: src/methods/addon-base-v2.php:100, src/methods/addon-base-v2.php:105,
#: src/methods/addon-base-v2.php:239, src/methods/addon-base-v2.php:259,
#: src/methods/googledrive.php:1416, src/udaddons/options.php:250
msgid "Error"
msgstr "오류"
#: src/admin.php:2342
msgid "Could not find that job - perhaps it has already finished?"
msgstr ""
#: src/admin.php:2335
msgid "Job deleted"
msgstr ""
#: src/admin.php:2458, src/includes/class-commands.php:992
msgid "You should soon see activity in the \"Last log message\" field below."
msgstr ""
#: src/admin.php:1018
msgid "Nothing yet logged"
msgstr ""
#: src/admin.php:1394
msgid "Please consult this FAQ if you have problems backing up."
msgstr ""
#: src/admin.php:1394
msgid "Your website is hosted using the %s web server."
msgstr ""
#: src/admin.php:1375, src/admin.php:1380, src/admin.php:1386,
#: src/admin.php:1390, src/admin.php:1394, src/admin.php:1398,
#: src/admin.php:1416, src/admin.php:1429, src/admin.php:4426,
#: src/admin.php:4424, src/admin.php:4417, src/admin.php:6083,
#: src/admin.php:6363, src/addons/azure.php:689,
#: src/includes/migrator-lite.php:668, src/methods/cloudfiles-new.php:281,
#: src/methods/cloudfiles-new.php:282, src/methods/cloudfiles.php:455,
#: src/methods/dreamobjects.php:181, src/methods/dreamobjects.php:182,
#: src/methods/ftp.php:116, src/methods/openstack-base.php:577,
#: src/methods/openstack2.php:242, src/methods/s3.php:926,
#: src/methods/s3.php:930, src/methods/s3.php:1080, src/methods/s3.php:1081,
#: src/methods/s3generic.php:192, src/methods/s3generic.php:193,
#: src/methods/updraftvault.php:477, src/udaddons/updraftplus-addons.php:325,
#: src/templates/wp-admin/settings/downloading-and-restoring.php:27,
#: src/templates/wp-admin/settings/tab-backups.php:27
msgid "Warning"
msgstr ""
#: src/admin.php:756, src/admin.php:1297, src/admin.php:3212
msgid "Settings"
msgstr "설정"
#: src/backup.php:3093
msgid "Infinite recursion: consult your log for more information"
msgstr ""
#: src/class-updraftplus.php:4836, src/addons/azure.php:301,
#: src/methods/googledrive.php:1416, src/methods/s3.php:370
msgid "File not found"
msgstr ""
#: src/includes/class-updraftplus-encryption.php:354
msgid "The decryption key used:"
msgstr ""
#: src/backup.php:2934
msgid "Could not open the backup file for writing"
msgstr ""
#: src/class-updraftplus.php:4533
msgid "Could not read the directory"
msgstr ""
#: src/admin.php:2685, src/backup.php:1340
msgid "Backup directory (%s) is not writable, or does not exist."
msgstr ""
#: src/class-updraftplus.php:3872
msgid "WordPress backup is complete"
msgstr ""
#: src/class-updraftplus.php:3690
msgid "The backup attempt has finished, apparently unsuccessfully"
msgstr ""
#: src/class-updraftplus.php:2109
msgid "Others"
msgstr ""
#: src/class-updraftplus.php:2092, src/addons/multisite.php:526
msgid "Uploads"
msgstr ""
#: src/class-updraftplus.php:2091
msgid "Themes"
msgstr ""
#: src/class-updraftplus.php:2090
msgid "Plugins"
msgstr ""
#: src/class-updraftplus.php:740
msgid "No log files were found."
msgstr ""
#: src/admin.php:2551, src/admin.php:2547, src/class-updraftplus.php:735
msgid "The log file could not be read."
msgstr ""
#: src/admin.php:1456, src/admin.php:1477, src/admin.php:1515,
#: src/class-updraftplus.php:663, src/class-updraftplus.php:735,
#: src/class-updraftplus.php:740, src/class-updraftplus.php:745
msgid "UpdraftPlus notice:"
msgstr ""
#: src/options.php:92, src/addons/multisite.php:116,
#: src/addons/multisite.php:815
msgid "UpdraftPlus Backups"
msgstr "" languages/updraftplus-ru_RU.mo 0000644 00000516067 14740035567 0012504 0 ustar 00 T% J J 8 J u J