# Translation of Plugins - WP Migrate Lite – WordPress Migration Made Easy - Stable (latest release) in English (New Zealand) # This file is distributed under the same license as the Plugins - WP Migrate Lite – WordPress Migration Made Easy - Stable (latest release) package. msgid "" msgstr "" "PO-Revision-Date: 2019-04-15 07:55:10+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: GlotPress/4.0.1\n" "Language: en_NZ\n" "Project-Id-Version: Plugins - WP Migrate Lite – WordPress Migration Made Easy - Stable (latest release)\n" #: class/Common/Cli/Cli.php:794 msgid "--" msgstr "--" #: php-checker.php:67 msgid "requires PHP version %s or higher to run and has been deactivated. You are currently running version %s. Learn More »" msgstr "requires PHP version %s or higher to run and has been deactivated. You are currently running version %s. Learn More »" #: php-checker.php:26 msgid "%s requires PHP version %s or higher and cannot be activated. You are currently running version %s. Learn More »" msgstr "%s requires PHP version %s or higher and cannot be activated. You are currently running version %s. Learn More »" #: class/Common/Settings/Settings.php:46 msgid "Setting does not exist" msgstr "Setting does not exist" #: class/Common/Cli/Cli.php:427 msgid "Performing backup" msgstr "Performing backup" #: template/common/muplugin-failed-update-warning.php:4 msgid "We could not update the Compatibility Mode plugin because the mu-plugins folder is not writable. Please update the permissions of the mu-plugins folder to enable Compatibility Mode. " msgstr "We could not update the Compatibility Mode plugin because the mu-plugins folder is not writable. Please update the permissions of the mu-plugins folder to enable Compatibility Mode. " #: template/common/muplugin-failed-update-warning.php:3 msgid "Compatibility Plugin Update Failed — " msgstr "Compatibility Plugin Update Failed — " #: class/Common/Filesystem/Filesystem.php:827 msgid "
Export Failed — We can't save your export to the following folder:
%s
Please adjust the permissions on this folder. See our documentation for more information »
" msgstr "Export Failed — We can't save your export to the following folder:
%s
Please adjust the permissions on this folder. See our documentation for more information »
" #: class/Common/Util/Util.php:257 msgid "WPMDB Error: Data cannot be unserialized. %s" msgstr "WPMDB Error: Data cannot be unserialized. %s" #: template/options-tools-subsite.php:11 msgid "%1$s only runs at the Network Admin level. As there is no Tools menu in the Network Admin, the %2$s menu item is located under Settings." msgstr "%1$s only runs at the Network Admin level. As there is no Tools menu in the Network Admin, the %2$s menu item is located under Settings." #: class/Common/Sql/Table.php:841 msgid "Error creating temporary table. Table \"%s\" does not exist." msgstr "Error creating temporary table. Table \"%s\" does not exist." #: class/Common/Util/Util.php:256 msgid "Scope: %s()." msgstr "Scope: %s()." #: class/Common/Cli/Command.php:218 msgid "Find & Replace complete" msgstr "Find & Replace complete" #: class/Common/Cli/Cli.php:866 msgid "Missing find and replace values." msgstr "Missing find and replace values." #: class/Common/Cli/Cli.php:424 msgid "Running find & replace" msgstr "Running find & replace" #: class/Common/Http/RemotePost.php:284 msgid "HTTPS Connection Error: (#121 - scope: %s) This typically means that the version of OpenSSL that your local site is using to connect to the remote is incompatible or, more likely, being rejected by the remote server because it's insecure. See our documentation for possible solutions." msgstr "HTTPS Connection Error: (#121 - scope: %s) This typically means that the version of OpenSSL that your local site is using to connect to the remote is incompatible or, more likely, being rejected by the remote server because it's insecure. See our documentation for possible solutions." #: class/Common/Http/RemotePost.php:278 msgid "Couldn't connect over HTTPS. You might want to try regular HTTP instead. (#121 - scope: %s)" msgstr "Couldn't connect over HTTPS. You might want to try regular HTTP instead. (#121 - scope: %s)" #: class/Common/Plugin/Assets.php:77 msgid "The migration has been stopped and all temporary files and data have been cleaned up." msgstr "The migration has been stopped and all temporary files and data have been cleaned up." #: class/Common/UI/TemplateBase.php:88 msgctxt "Plugin extensions" msgid "Addons" msgstr "Addons" #: class/Common/Cli/Cli.php:785 msgid "unknown %s parameter" msgstr "unknown %s parameter" #: class/Common/Cli/Cli.php:783 msgid "Parameter errors: " msgstr "Parameter errors: " #: class/Common/Cli/Cli.php:174 msgid "Profile not found or unable to be generated from params." msgstr "Profile not found or unable to be generated from params." #: template/options.php:12 msgid "PHP Function Disabled — Theset_time_limit()
function is currently disabled on your server. We use this function to ensure that the migration doesn't time out. We haven't disabled the plugin however, so you're free to cross your fingers and hope for the best. You may want to contact your web host to enable this function."
msgstr "PHP Function Disabled — The set_time_limit()
function is currently disabled on your server. We use this function to ensure that the migration doesn't time out. We haven't disabled the plugin however, so you're free to cross your fingers and hope for the best. You may want to contact your web host to enable this function."
#: template/options.php:14
msgid "Your current PHP run time limit is set to %s seconds."
msgstr "Your current PHP run time limit is set to %s seconds."
#: class/Common/UI/TemplateBase.php:247
msgid "You can read more about this in our documentation, proceed with caution."
msgstr "You can read more about this in our documentation, proceed with caution."
#: class/Common/UI/TemplateBase.php:245
#: frontend/build-free/static/js/main.e1f2bdd80e44.js:1
msgid "As a result, uppercase characters in table names will be converted to lowercase during the migration."
msgstr "As a result, uppercase characters in table names will be converted to lowercase during the migration."
#: class/Common/UI/TemplateBase.php:242
msgid "Whoa! We've detected that your remote site has the MySQL setting lower_case_table_names
set to 1
."
msgstr "Whoa! We've detected that your remote site has the MySQL setting lower_case_table_names
set to 1
."
#: class/Common/UI/TemplateBase.php:240
msgid "Whoa! We've detected that your local site has the MySQL setting lower_case_table_names
set to 1
."
msgstr "Whoa! We've detected that your local site has the MySQL setting lower_case_table_names
set to 1
."
#: class/Common/UI/TemplateBase.php:237
msgid "Warning: Mixed Case Table Names"
msgstr "Warning: Mixed Case Table Names"
#: class/Common/Sql/TableHelper.php:140
msgid "The source site supports utf8mb4 data but the target does not, aborting migration to avoid possible data corruption. Please see %1$s for more information. (#148)"
msgstr "The source site supports utf8mb4 data but the target does not, aborting migration to avoid possible data corruption. Please see %1$s for more information. (#148)"
#: class/Common/BackupExport.php:91
msgid "Could not delete the MySQL export file."
msgstr "Could not delete the MySQL export file."
#: class/Common/BackupExport.php:87
msgid "MySQL export file not found."
msgstr "MySQL export file not found."
#: class/Common/Filesystem/Filesystem.php:830
msgid "Could not find the file to download:"
msgstr "Could not find the file to download:"
#: class/Common/Plugin/Assets.php:76
msgctxt "The migration has been cancelled"
msgid "Migration cancelled"
msgstr "Migration cancelled"
#: class/Common/Plugin/Assets.php:75
msgid "Looks like your remote secret key is the same as the secret key for this site. To fix this, go to the Settings tab and click \"Reset Secret Key\""
msgstr "Looks like your remote secret key is the same as the secret key for this site. To fix this, go to the Settings tab and click \"Reset Secret Key\""
#: class/Common/Plugin/Assets.php:74
msgid "It appears you've entered the URL for this website, you need to provide the URL of the remote website instead."
msgstr "It appears you've entered the URL for this website, you need to provide the URL of the remote website instead."
#: class/Common/Plugin/Assets.php:73
msgid "The secret key on the second line appears to be invalid. It should be a 40 character string that consists of letters, numbers and special characters only."
msgstr "The secret key on the second line appears to be invalid. It should be a 40 character string that consists of letters, numbers and special characters only."
#: class/Common/Plugin/Assets.php:72
msgid "The URL on the first line appears to be invalid, please check it and try again."
msgstr "The URL on the first line appears to be invalid, please check it and try again."
#: class/Common/Plugin/Assets.php:71
msgid "The connection information appears to be missing, please enter it to continue."
msgstr "The connection information appears to be missing, please enter it to continue."
#: class/Common/Sql/Table.php:1103
msgid "Failed to write the SQL data to the file. (#128)"
msgstr "Failed to write the SQL data to the file. (#128)"
#: class/Common/Sql/Table.php:1096
msgid "Failed to write the gzipped SQL data to the file. (#127)"
msgstr "Failed to write the gzipped SQL data to the file. (#127)"
#: class/Common/Sql/Table.php:1972
msgid "Database: %s"
msgstr "Database: %s"
#: class/Common/Sql/Table.php:1971
msgid "Hostname: %s"
msgstr "Hostname: %s"
#: class/Common/Sql/Table.php:1970
msgid "Generated: %s"
msgstr "Generated: %s"
#: class/Common/Sql/Table.php:1968
msgid "WordPress MySQL database migration"
msgstr "WordPress MySQL database migration"
#: class/Common/Sql/Table.php:1843
msgid "End of data contents of table %s"
msgstr "End of data contents of table %s"
#: class/Common/Sql/Table.php:969
msgid "Data contents of table %s"
msgstr "Data contents of table %s"
#: class/Common/Sql/Table.php:911
msgid "Failed to generate the create table query, please ensure your database is online. (#126)"
msgstr "Failed to generate the create table query, please ensure your database is online. (#126)"
#: class/Common/Sql/Table.php:903
msgid "Table structure of table %s"
msgstr "Table structure of table %s"
#: class/Common/Sql/Table.php:892
msgid "Delete any existing table %s"
msgstr "Delete any existing table %s"
#: class/Common/Sql/Table.php:746
msgid "Failed to retrieve table structure for table '%s', please ensure your database is online. (#125)"
msgstr "Failed to retrieve table structure for table '%s', please ensure your database is online. (#125)"
#: class/Common/UI/TemplateBase.php:92
msgctxt "Get help or contact support"
msgid "Help"
msgstr "Help"
#: class/Common/UI/TemplateBase.php:80
msgctxt "Configure a migration or export"
msgid "Migrate"
msgstr "Migrate"
#: class/Common/Sanitize.php:72
msgid "%1$s was not expecting data to be an array."
msgstr "%1$s was not expecting data to be an array."
#: class/Common/Replace.php:733
msgid "Failed attempting to do the recursive unserialize replace. Please contact support."
msgstr "Failed attempting to do the recursive unserialize replace. Please contact support."
#: class/Common/Cli/Command.php:215
msgid "Export saved to: %s"
msgstr "Export saved to: %s"
#: class/Common/Cli/Cli.php:927
msgid "Cannot write to file \"%1$s\". Please ensure that the specified directory exists and is writable."
msgstr "Cannot write to file \"%1$s\". Please ensure that the specified directory exists and is writable."
#: class/Common/Cli/Cli.php:881
msgid "%1$s and %2$s must contain the same number of values"
msgstr "%1$s and %2$s must contain the same number of values"
#: class/Common/Cli/Cli.php:799
msgid "Missing action parameter"
msgstr "Missing action parameter"
#: class/Common/Cli/Command.php:83
msgid "You must provide a destination filename."
msgstr "You must provide a destination filename."
#: class/Common/Cli/Cli.php:713
msgid "Unable to move exported file."
msgstr "Unable to move exported file."
#: class/Common/Cli/Cli.php:616
msgid "Cleaning up..."
msgstr "Cleaning up…"
#: class/Common/Cli/Cli.php:509
msgid "No tables selected for migration."
msgstr "No tables selected for migration."
#: class/Common/Cli/Cli.php:421
msgid "Exporting tables"
msgstr "Exporting tables"
#: class/Common/Cli/Cli.php:365
msgid "Initiating migration..."
msgstr "Initiating migration…"
#: class/Common/Cli/Cli.php:306
msgid "We were expecting a JSON response, instead we received: %2$s (function name: %1$s)"
msgstr "We were expecting a JSON response, instead we received: %2$s (function name: %1$s)"
#: class/Common/Cli/Cli.php:238
msgid "The following table(s) do not exist in the %1$s database: %2$s"
msgstr "The following table(s) do not exist in the %1$s database: %2$s"
#: class/Common/MigrationState/MigrationStateManager.php:124
msgid "Failed to retrieve migration state. Please contact support."
msgstr "Failed to retrieve migration state. Please contact support."
#: class/Common/MigrationState/MigrationStateManager.php:90
msgid "Failed to save migration state. Please contact support."
msgstr "Failed to save migration state. Please contact support."
#: class/Common/Http/Http.php:139
msgid "Access denied for: %s"
msgstr "Access denied for: %s"
#: class/Common/Http/Http.php:132
msgid "Invalid nonce for: %s"
msgstr "Invalid nonce for: %s"
#: class/Common/UI/TemplateBase.php:84 class/Free/Plugin/PluginManager.php:52
msgctxt "Plugin configuration and preferences"
msgid "Settings"
msgstr "Settings"
#: class/Common/Http/RemotePost.php:312 class/Common/Sql/TableHelper.php:140
msgid "our documentation"
msgstr "our documentation"
#: class/Common/Http/RemotePost.php:312
msgid "A response was expected from the remote, instead we got nothing. (#146 - scope: %1$s) Please review %2$s for possible solutions."
msgstr "A response was expected from the remote, instead we got nothing. (#146 - scope: %1$s) Please review %2$s for possible solutions."
#: class/Common/Http/RemotePost.php:302
msgid "Unable to connect to the remote server, please check the connection details - %1$s %2$s (#129 - scope: %3$s)"
msgstr "Unable to connect to the remote server, please check the connection details - %1$s %2$s (#129 - scope: %3$s)"
#: class/Common/Http/RemotePost.php:265
msgid "The connection failed, an unexpected error occurred, please contact support. (#121 - scope: %s)"
msgstr "The connection failed, an unexpected error occurred, please contact support. (#121 - scope: %s)"
#: class/Common/Http/RemotePost.php:254
msgid "We've detected that WP_HTTP_BLOCK_EXTERNAL
is enabled and the host %1$s has not been added to WP_ACCESSIBLE_HOSTS
. Please disable WP_HTTP_BLOCK_EXTERNAL
or add %1$s to WP_ACCESSIBLE_HOSTS
to continue. More information. (#147 - scope: %3$s)"
msgstr "We've detected that WP_HTTP_BLOCK_EXTERNAL
is enabled and the host %1$s has not been added to WP_ACCESSIBLE_HOSTS
. Please disable WP_HTTP_BLOCK_EXTERNAL
or add %1$s to WP_ACCESSIBLE_HOSTS
to continue. More information. (#147 - scope: %3$s)"
#: class/Common/Http/RemotePost.php:481
msgid "It appears that you might be trying to push to a local environment. This will not work if this website happens to be located on a remote server, it would be impossible for this server to contact your local environment."
msgstr "It appears that you might be trying to push to a local environment. This will not work if this website happens to be located on a remote server, it would be impossible for this server to contact your local environment."
#: class/Common/Http/RemotePost.php:479
msgid "It appears that you might be trying to pull from a local environment. This will not work if this website happens to be located on a remote server, it would be impossible for this server to contact your local environment."
msgstr "It appears that you might be trying to pull from a local environment. This will not work if this website happens to be located on a remote server, it would be impossible for this server to contact your local environment."
#: class/Common/Http/RemotePost.php:472
msgid "We could not find: %s. Are you sure this is the correct URL?"
msgstr "We could not find: %s. Are you sure this is the correct URL?"
#: class/Common/Http/RemotePost.php:270
msgid "The connection to the remote server has timed out, no changes have been committed. (#134 - scope: %s)"
msgstr "The connection to the remote server has timed out, no changes have been committed. (#134 - scope: %s)"
#: class/Common/Properties/Properties.php:70
msgid "Invalid content verification signature, please verify the connection information on the remote site and try again."
msgstr "Invalid content verification signature, please verify the connection information on the remote site and try again."
#: class/Common/Sanitize.php:181
msgid "Unknown sanitization rule \"%1$s\" supplied by %2$s"
msgstr "Unknown sanitisation rule \"%1$s\" supplied by %2$s"
#: class/Common/Http/RemotePost.php:292
msgid "The remote site is protected with Basic Authentication. Please enter the username and password above to continue. (401 Unauthorized)"
msgstr "The remote site is protected with Basic Authentication. Please enter the username and password above to continue. (401 Unauthorised)"