10956 lines
308 KiB
Plaintext
10956 lines
308 KiB
Plaintext
#, fuzzy
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Duplicator Pro\n"
|
||
"POT-Creation-Date: 2024-02-28 10:53-0500\n"
|
||
"PO-Revision-Date: 2015-10-29 14:26-0700\n"
|
||
"Last-Translator: Bob Riley <bob@easypiewp.com>\n"
|
||
"Language-Team: \n"
|
||
"Language: en\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: Poedit 3.0.1\n"
|
||
"X-Poedit-Basepath: ..\n"
|
||
"X-Poedit-SourceCharset: UTF-8\n"
|
||
"X-Poedit-KeywordsList: __;_e;esc_html__;esc_html_e;esc_attr__;esc_attr_e;"
|
||
"esc_html__;__;esc_attr__;DUP_PRO_U::esc_attr_e;esc_html_e\n"
|
||
"X-Poedit-SearchPath-0: .\n"
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3CompatibleStorage.php:44
|
||
msgid "Amazon S3 Compatible"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3CompatibleStorage.php:154
|
||
msgid "S3 Compatibility API"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3CompatibleStorage.php:198
|
||
msgid ""
|
||
"This option only works if the storage provider supports the 'bucket-owner-"
|
||
"full-control' object-level canned ACL."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:59
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:73
|
||
msgid "Access Key"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:61
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:88
|
||
msgid "Secret Key"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:63
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:112
|
||
msgid "Region"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:65
|
||
msgid "Endpoint"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:67
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:170
|
||
msgid "Bucket"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:69
|
||
msgid "Additional Settings"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:154
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:500
|
||
msgid "Amazon S3"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:232
|
||
#, php-format
|
||
msgid ""
|
||
"The Storage %s requires the PHP cURL extension and related functions to be "
|
||
"enabled."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:240
|
||
#, php-format
|
||
msgid ""
|
||
"The Storage %s requires 'curl_multi_' type functions to be enabled. One or "
|
||
"more are disabled on your server."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:248
|
||
#: src/Models/Storages/AbstractStorageEntity.php:389
|
||
#, php-format
|
||
msgid "The Storage %s is not supported on this server."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:281
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:369
|
||
#: src/Models/Storages/AbstractStorageEntity.php:675
|
||
#, php-format
|
||
msgid "Transferring to %1$s folder:<br/> <i>%2$s</i>"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:287
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:375
|
||
#: src/Models/Storages/AbstractStorageEntity.php:681
|
||
#, php-format
|
||
msgid "Transfer to %1$s folder %2$s is pending"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:293
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:381
|
||
#: src/Models/Storages/AbstractStorageEntity.php:687
|
||
#, php-format
|
||
msgid "Failed to transfer to %1$s folder %2$s"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:299
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:387
|
||
#: src/Models/Storages/AbstractStorageEntity.php:693
|
||
#, php-format
|
||
msgid "Cancelled before could transfer to %1$s folder %2$s"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:305
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:393
|
||
#: src/Models/Storages/AbstractStorageEntity.php:699
|
||
#, php-format
|
||
msgid "Transferred package to %1$s folder %2$s"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:369
|
||
msgid "Storage Updated."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:407
|
||
msgid "US East (N. Virginia)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:408
|
||
msgid "US East (Ohio)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:409
|
||
msgid "US West (N. California)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:410
|
||
msgid "US West (Oregon)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:411
|
||
msgid "Africa (Cape Town)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:412
|
||
msgid "Asia Pacific (Hong Kong)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:413
|
||
msgid "Asia Pacific (Mumbai)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:414
|
||
msgid "Asia Pacific (Tokyo)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:415
|
||
msgid "Asia Pacific (Seoul)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:416
|
||
msgid "Asia Pacific (Osaka-Local)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:417
|
||
msgid "Asia Pacific (Singapore)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:418
|
||
msgid "Asia Pacific (Sydney)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:419
|
||
msgid "Asia Pacific (Jakarta)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:420
|
||
msgid "Canada (Central)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:421
|
||
msgid "China (Beijing)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:422
|
||
msgid "China (Ningxia)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:423
|
||
msgid "EU (Frankfurt)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:424
|
||
msgid "EU (Ireland)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:425
|
||
msgid "EU (London)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:426
|
||
msgid "EU (Paris)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:427
|
||
msgid "Europe (Milan)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:428
|
||
msgid "Europe (Stockholm)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:429
|
||
msgid "Middle East (Bahrain)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:430
|
||
msgid "South America (Sao Paulo)"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:504
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:565
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:577
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:612
|
||
#: src/Models/Storages/Local/LocalStorage.php:615
|
||
#: template/admin_pages/import/step1/add-file-area.php:97
|
||
#: template/admin_pages/settings/import/import.php:32
|
||
msgid "Upload Chunk Size"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:520
|
||
msgid ""
|
||
"How much should be uploaded to Amazon S3 per attempt. Higher=faster but less "
|
||
"reliable."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/AmazonS3Storage.php:521
|
||
#, php-format
|
||
msgid "Min size %skb."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/BackblazeStorage.php:53
|
||
#: addons/amazons3addon/src/Models/DreamStorage.php:80
|
||
#: addons/amazons3addon/src/Models/VultrStorage.php:70
|
||
#: addons/amazons3addon/src/Models/WasabiStorage.php:70
|
||
msgid "Bucket List"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/BackblazeStorage.php:63
|
||
msgid "Backblaze B2"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/BackblazeStorage.php:96
|
||
#: addons/amazons3addon/src/Models/CloudflareStorage.php:82
|
||
#: addons/amazons3addon/src/Models/DreamStorage.php:92
|
||
#: views/packages/main/s2.scan3.archive.php:116
|
||
#: views/packages/main/s2.scan3.archive.php:432
|
||
msgid "Overview"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/BackblazeStorage.php:100
|
||
#: addons/amazons3addon/src/Models/CloudflareStorage.php:86
|
||
#: addons/amazons3addon/src/Models/DreamStorage.php:96
|
||
#: addons/amazons3addon/src/Models/WasabiStorage.php:86
|
||
msgid "S3 Compatible API"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/BackblazeStorage.php:117
|
||
msgid "Key ID"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/BackblazeStorage.php:119
|
||
msgid "Application Key"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/CloudflareStorage.php:30
|
||
msgid "Cloudflare R2"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/CloudflareStorage.php:50
|
||
#: addons/probase/template/licensing/activation.php:108
|
||
#: views/tools/diagnostics/support.php:57
|
||
msgid "Dashboard"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/DigitalOceanStorage.php:30
|
||
msgid "Digital Ocean Spaces"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/DigitalOceanStorage.php:82
|
||
msgid "Spaces Object Storage"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/DigitalOceanStorage.php:86
|
||
msgid "Spaces API"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/DreamStorage.php:30
|
||
msgid "Dream Objects"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/GoogleCloudStorage.php:30
|
||
msgid "Google Cloud Storage"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/GoogleCloudStorage.php:61
|
||
msgid ""
|
||
"Make sure to change the 'Access Control' to 'Fine Grained' for this setting "
|
||
"to work."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/GoogleCloudStorage.php:75
|
||
msgid "Interoperability with S3 API"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/S3StorageAdapter.php:223
|
||
msgid "Access key is empty"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/S3StorageAdapter.php:228
|
||
msgid "Secret key is empty"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/S3StorageAdapter.php:233
|
||
msgid "Region is empty"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/S3StorageAdapter.php:238
|
||
msgid "Bucket is empty"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/S3StorageAdapter.php:243
|
||
msgid "Root path is empty"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/VultrStorage.php:30
|
||
msgid "Vultr"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/VultrStorage.php:82
|
||
msgid "Vultr Object Storage"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/WasabiStorage.php:30
|
||
msgid "Wasabi"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/src/Models/WasabiStorage.php:82
|
||
msgid "Wasabi Academy"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/all_s3_compatible.php:87
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:66
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:36
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:35
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:39
|
||
msgid "Authorization"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/all_s3_compatible.php:95
|
||
msgid "Account"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/all_s3_compatible.php:164
|
||
msgid "The endpoint URL will be autofilled based on the region."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/all_s3_compatible.php:187
|
||
msgid "The region will be autodetected from the endpoint URL."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/all_s3_compatible.php:195
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:131
|
||
msgid "Storage Class"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/all_s3_compatible.php:200
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:138
|
||
msgid "Standard"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/all_s3_compatible.php:219
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:173
|
||
msgid "S3 Bucket where you want to save the backups."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/all_s3_compatible.php:227
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:147
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:129
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:129
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:162
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:145
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:168
|
||
#: template/admin_pages/storages/configs/local.php:36
|
||
msgid "Storage Folder"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/all_s3_compatible.php:239
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:158
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:138
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:141
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:161
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:188
|
||
msgid ""
|
||
"Folder where packages will be stored. This should be unique for each web-"
|
||
"site using Duplicator."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/all_s3_compatible.php:248
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:177
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:146
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:149
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:184
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:182
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:197
|
||
#: template/admin_pages/storages/configs/local.php:91
|
||
#: template/admin_pages/storages/configs/local_default.php:37
|
||
msgid "Max Packages"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/all_s3_compatible.php:264
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:193
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:161
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:164
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:189
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:197
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:207
|
||
#: template/admin_pages/storages/configs/local.php:107
|
||
msgid "Number of packages to keep in folder."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/all_s3_compatible.php:266
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:194
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:162
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:190
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:198
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:208
|
||
#: template/admin_pages/storages/configs/local.php:108
|
||
#: template/admin_pages/storages/configs/local_default.php:52
|
||
msgid ""
|
||
"When this limit is exceeded, the oldest package will be deleted. Set to 0 "
|
||
"for no limit."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/all_s3_compatible.php:284
|
||
msgid ""
|
||
"Give bucket owner full control (ACL) to all files uploaded by Duplicator Pro."
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:69
|
||
msgid "Amazon Account"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:135
|
||
msgid "Reduced Redundancy"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/configs/amazon_s3.php:141
|
||
msgid "Standard IA"
|
||
msgstr ""
|
||
|
||
#: addons/amazons3addon/template/amazons3addon/parts/s3_compatible_msg.php:27
|
||
msgid ""
|
||
"The Amazon S3 compatible storage option allows you to connect to any object "
|
||
"storage that is compatible with the S3 API."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:108
|
||
msgid "Dropbox"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:157
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:246
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:262
|
||
msgid "Authorization code is empty"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:169
|
||
msgid "Couldn't connect. Dropbox access token not found."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:180
|
||
msgid "Dropbox is connected successfully and Storage Provider Updated."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:194
|
||
msgid "Dropbox isn't authorized."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:201
|
||
msgid "DropBox can't be unauthorized."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:212
|
||
msgid "Dropbox is disconnected successfully."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:242
|
||
#, php-format
|
||
msgid "Transferring to Dropbox folder:<br/> <i>%1$s</i>"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:247
|
||
#, php-format
|
||
msgid "Transfer to Dropbox folder %1$s is pending"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:252
|
||
#, php-format
|
||
msgid "Failed to transfer to Dropbox folder %1$s"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:257
|
||
#, php-format
|
||
msgid "Cancelled before could transfer to Dropbox folder %1$s"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:262
|
||
#, php-format
|
||
msgid "Transferred package to Dropbox folder %1$s"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:309
|
||
#, php-format
|
||
msgid "Dropbox Storage Updated. Folder: %1$s"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/src/Models/DropboxStorage.php:580
|
||
msgid ""
|
||
"How much should be uploaded to Dropbox per attempt. Higher=faster but less "
|
||
"reliable."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:41
|
||
msgid "Connect to Dropbox"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:51
|
||
msgid "Getting Dropbox request token..."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:57
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:63
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:78
|
||
msgid "Step 1:"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:58
|
||
msgid " Duplicator needs to authorize at the Dropbox.com website."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:62
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:72
|
||
msgid ""
|
||
"Note: Clicking the button below will open a new tab/window. Please be sure "
|
||
"your browser does not block popups."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:65
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:75
|
||
msgid ""
|
||
"If a new tab/window does not open check your browsers address bar to allow "
|
||
"popups from this URL."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:69
|
||
msgid "Authorize Dropbox"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:74
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:84
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:101
|
||
msgid "Step 2:"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:75
|
||
msgid "Paste code from Dropbox authorization page."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:80
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:89
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:107
|
||
msgid "Step 3:"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:81
|
||
msgid "Finalize Dropbox validation by clicking the \"Finalize Setup\" button."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:84
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:97
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:115
|
||
msgid "Finalize Setup"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:91
|
||
msgid "Performing final authorization...Please wait"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:98
|
||
msgid "Dropbox Account"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:100
|
||
msgid "Duplicator has been authorized to access this user's Dropbox account"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:104
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:111
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:134
|
||
#: template/admin_pages/packages/details/detail.php:69
|
||
#: template/admin_pages/packages/details/detail.php:312
|
||
#: template/admin_pages/packages/details/detail.php:608
|
||
#: template/admin_pages/packages/details/transfer.php:104
|
||
#: template/admin_pages/schedules/schedule_edit.php:245
|
||
#: template/admin_pages/schedules/schedule_list.php:125
|
||
#: template/admin_pages/settings/package/inc_basic.php:465
|
||
#: template/admin_pages/storages/storage_edit.php:72
|
||
#: template/admin_pages/storages/storage_list.php:169
|
||
#: views/packages/main/s1.setup0.base.php:101
|
||
#: views/packages/main/s1.setup2.store.php:38
|
||
#: views/packages/main/s2.scan3.archive.php:700
|
||
#: views/settings/package/inc.brand.edit.php:157
|
||
#: views/settings/package/inc.brand.edit.php:183
|
||
#: views/settings/package/inc.brand.list.php:123
|
||
#: views/settings/package/inc.brand.list.php:166
|
||
#: views/settings/package/inc.brand.list.php:201
|
||
#: views/tools/recovery/widget/recovery-widget-details.php:90
|
||
#: views/tools/templates/template.list.php:107
|
||
msgid "Name"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:107
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:114
|
||
msgid "Email"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:111
|
||
msgid "Quota Usage"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:113
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:404
|
||
#, php-format
|
||
msgid "%1$s%% used, %2$s available"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:120
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:129
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:153
|
||
msgid "Cancel Authorization"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:123
|
||
msgid ""
|
||
"Disassociates storage provider with the Dropbox account. Will require re-"
|
||
"authorization."
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:170
|
||
msgid "Dropbox Connection Status"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:228
|
||
msgid ""
|
||
"Tried transitioning to auth button click but don't have the request token!"
|
||
msgstr ""
|
||
|
||
#: addons/dropboxaddon/template/dropboxaddon/configs/dropbox.php:275
|
||
msgid "Please enter your Dropbox authorization code!"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:168
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:454
|
||
msgid "FTP"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:215
|
||
#, php-format
|
||
msgid ""
|
||
"FTP Storage requires FTP module enabled. Please install the FTP module as "
|
||
"described in the %s."
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:265
|
||
#, php-format
|
||
msgid "Transferring to FTP server %1$s in folder:<br/> <i>%2$s</i>"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:271
|
||
#, php-format
|
||
msgid "Transfer to FTP server %1$s in folder %2$s is pending"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:277
|
||
#, php-format
|
||
msgid "Failed to transfer to FTP server %1$s in folder %2$s"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:283
|
||
#, php-format
|
||
msgid "Cancelled before could transfer to FTP server:<br/>%1$s in folder %2$s"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:289
|
||
#, php-format
|
||
msgid "Transferred package to FTP server:<br/>%1$s in folder %2$s"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:310
|
||
#: addons/ftpaddon/src/Models/SFTPStorage.php:255
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:50
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:48
|
||
msgid "Server"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:312
|
||
#: addons/ftpaddon/src/Models/SFTPStorage.php:257
|
||
#: src/Models/Storages/AbstractStorageEntity.php:611
|
||
#: template/admin_pages/packages/details/detail.php:313
|
||
#: template/admin_pages/packages/details/transfer.php:105
|
||
#: template/admin_pages/schedules/schedule_edit.php:246
|
||
#: template/admin_pages/storages/configs/local_default.php:33
|
||
#: views/packages/main/s1.setup2.store.php:39
|
||
msgid "Location"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:383
|
||
#: addons/ftpaddon/src/Models/SFTPStorage.php:350
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:120
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:100
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:153
|
||
msgid "Passwords do not match"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:397
|
||
#, php-format
|
||
msgid "Failed to connect to FTP server with message: %1$s"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:404
|
||
#, php-format
|
||
msgid "FTP Storage Updated - Server %1$s, Folder %2$s was created."
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:458
|
||
msgid "Upload Size (MB)"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:472
|
||
msgid "How much should be uploaded to the server per attempt."
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/FTPStorage.php:473
|
||
#, php-format
|
||
msgid "Min size %smb."
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/SFTPStorage.php:132
|
||
msgid "SFTP"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/SFTPStorage.php:210
|
||
#, php-format
|
||
msgid "Transferring to SFTP server %1$s in folder:<br/> <i>%2$s</i>"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/SFTPStorage.php:216
|
||
#, php-format
|
||
msgid "Transfer to SFTP server %1$s in folder %2$s is pending"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/SFTPStorage.php:222
|
||
#, php-format
|
||
msgid "Failed to transfer to SFTP server %1$s in folder %2$s"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/SFTPStorage.php:228
|
||
#, php-format
|
||
msgid "Cancelled before could transfer to SFTP server:<br/>%1$s in folder %2$s"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/SFTPStorage.php:234
|
||
#, php-format
|
||
msgid "Transferred package to SFTP server:<br/>%1$s in folder %2$s"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/SFTPStorage.php:356
|
||
msgid "Priva key Passwords do not match"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/SFTPStorage.php:367
|
||
#, php-format
|
||
msgid "Failed to connect to SFTP server with message: %1$s"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/src/Models/SFTPStorage.php:374
|
||
#, php-format
|
||
msgid "SFTP Storage Updated - Server %1$s, Folder %2$s was created."
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:47
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:45
|
||
msgid "Credentials"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:63
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:54
|
||
msgid "Port"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:80
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:68
|
||
msgid "Username"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:93
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:73
|
||
#: addons/probase/template/licensing/visibility.php:80
|
||
#: template/admin_pages/packages/setup/archive-setup-tab.php:87
|
||
#: template/admin_pages/settings/package/inc_advanced.php:233
|
||
msgid "Password"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:107
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:87
|
||
#: addons/probase/template/licensing/visibility.php:87
|
||
msgid "Retype Password"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:126
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:159
|
||
#: src/Controllers/SettingsPageController.php:83
|
||
#: src/Controllers/SettingsPageController.php:84
|
||
#: template/admin_pages/schedules/schedule_list.php:86
|
||
#: template/admin_pages/settings/general/general.php:184
|
||
#: template/admin_pages/storages/storage_list.php:80
|
||
#: views/settings/general/inc.migrate.php:204
|
||
msgid "Settings"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:165
|
||
msgid ""
|
||
"When this limit is exceeded, the oldest package will be deleted. Set to 0 "
|
||
"for no limit. "
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:171
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:196
|
||
msgid "Timeout"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:187
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:207
|
||
msgid "seconds"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:193
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:213
|
||
#: template/admin_pages/settings/general/general.php:240
|
||
#: template/admin_pages/settings/general/general.php:262
|
||
msgid ""
|
||
"Do not modify this setting unless you know the expected result or have "
|
||
"talked to support."
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:202
|
||
msgid "Explicit SSL"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:205
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:219
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:226
|
||
msgid "Enable"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:209
|
||
msgid "Passive Mode"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:223
|
||
msgid "cURL"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:227
|
||
msgid "PHP cURL. Only check if connection test recommends it."
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/ftp.php:237
|
||
msgid ""
|
||
"<b>Note:</b> This setting is for FTP and FTPS (FTP/SSL) only. \n"
|
||
" To use SFTP (SSH File Transfer Protocol) change the type "
|
||
"dropdown above."
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:106
|
||
msgid "Private Key (PuTTY)"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:123
|
||
msgid "Private Key Password"
|
||
msgstr ""
|
||
|
||
#: addons/ftpaddon/template/ftpaddon/configs/sftp.php:140
|
||
msgid "Private Key Retype Password"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveAdapter.php:100
|
||
msgid "Invalid token supplied for google drive"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveAdapter.php:104
|
||
msgid "Unable to create root directory on google drive"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:126
|
||
msgid "Google Drive"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:139
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:161
|
||
msgid "Not Authenticated"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:166
|
||
msgid ""
|
||
"Google Drive requires either the PHP CURL extension enabled or the "
|
||
"allow_url_fopen runtime configuration to be enabled."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:170
|
||
msgid "Google Drive requires the PHP CURL extension enabled."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:172
|
||
msgid ""
|
||
"Google Drive requires the allow_url_fopen runtime configuration to be "
|
||
"enabled."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:258
|
||
msgid ""
|
||
"Failed to fetch information from Google Drive. Make sure the token is valid."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:262
|
||
msgid "Couldn't connect. Google Drive scopes not found."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:268
|
||
msgid ""
|
||
"Authorization failed. You did not allow all required permissions. Try again "
|
||
"and make sure that you checked all checkboxes."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:293
|
||
msgid "Google Drive is connected successfully and Storage Provider Updated."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:307
|
||
msgid "Google Drive isn't authorized."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:339
|
||
msgid "Google Drive is disconnected successfully."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:447
|
||
msgid "Google Drive Storage Updated."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:593
|
||
msgid ""
|
||
"How much should be uploaded to Google Drive per attempt. Higher=faster but "
|
||
"less reliable. It should be multiple of 256."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:600
|
||
msgid "Transfer Mode"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:608
|
||
#: template/admin_pages/settings/package/inc_advanced.php:104
|
||
msgid "Auto"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:617
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:621
|
||
msgid "FOpen URL"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/src/Models/GDriveStorage.php:622
|
||
msgid "Not available because \"allow_url_fopen\" is turned off in the php.ini"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:47
|
||
msgid "Connect to Google Drive"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:56
|
||
msgid "Getting Google Drive Request Token..."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:66
|
||
msgid ""
|
||
"Duplicator needs to authorize Google Drive. Make sure to allow all required "
|
||
"permissions."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:79
|
||
msgid "Authorize Google Drive"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:85
|
||
msgid "Paste code from Google authorization page."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:90
|
||
msgid "Finalize Google Drive setup by clicking the \"Finalize Setup\" button."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:105
|
||
msgid "Google Drive Account"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:107
|
||
msgid ""
|
||
"Duplicator has been authorized to access this user's Google Drive account"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:117
|
||
msgid "Quota"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:121
|
||
msgid "Error retrieving user information."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:134
|
||
msgid ""
|
||
"Disassociates storage provider with the Google Drive account. Will require "
|
||
"re-authorization."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:167
|
||
msgid ""
|
||
"If the directory path above is already in Google Drive before connecting "
|
||
"then a duplicate folder name will be made in the same path."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:169
|
||
msgid "This is because the plugin only has rights to folders it creates."
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:173
|
||
msgid "Storage Folder Notice"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:208
|
||
msgid "Google Drive Authorization Error"
|
||
msgstr ""
|
||
|
||
#: addons/gdriveaddon/template/gdriveaddon/configs/google_drive.php:256
|
||
msgid "Please enter your Google Drive authorization code!"
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:150
|
||
msgid "OneDrive"
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:206
|
||
msgid "OneDrive requires the PHP CURL extension enabled."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:274
|
||
msgid ""
|
||
"Failed to fetch information from OneDrive. Make sure the token is valid."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:299
|
||
msgid "OneDrive is connected successfully and Storage Provider Updated."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:313
|
||
msgid "Onedrive isn't authorized."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:326
|
||
msgid "Onedrive is disconnected successfully."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:468
|
||
msgid "OneDrive Storage Updated."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:629
|
||
#, php-format
|
||
msgid ""
|
||
"How much should be uploaded to OneDrive per attempt. It should be multiple "
|
||
"of %dkb. Higher=faster but less reliable."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/src/Models/OneDriveStorage.php:634
|
||
#, php-format
|
||
msgid "Default size %1$dkb. Min size %2$dkb."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/src/OnedriveAdapter.php:77
|
||
msgid "Invalid token supplied for OneDrive"
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/src/OnedriveAdapter.php:81
|
||
msgid "Unable to create root directory for OneDrive"
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:44
|
||
msgid "All folders read write permission:"
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:57
|
||
msgid "There is only Apps folder permission scope by default."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:58
|
||
msgid "If your OneDrive Business is not working, Please switch on this option."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:69
|
||
msgid "Connect to OneDrive"
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:79
|
||
msgid " Duplicator needs to authorize at OneDrive."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:83
|
||
msgid ""
|
||
"Note: Clicking the button below will open a new tab/window. \n"
|
||
" Please be sure your browser does not block "
|
||
"popups. \n"
|
||
" If a new tab/window does not open check your "
|
||
"browsers address bar to allow popups from this URL."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:96
|
||
msgid "Authorize Onedrive"
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:102
|
||
msgid "Paste code from OneDrive authorization page."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:108
|
||
msgid "Finalize OneDrive validation by clicking the \"Finalize Setup\" button."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:124
|
||
msgid "OneDrive Account"
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:126
|
||
msgid "Duplicator has been authorized to access this user's OneDrive account"
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:144
|
||
msgid ""
|
||
"Please click on the \"Cancel Authorization\" button and reauthorize the "
|
||
"OneDrive storage"
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:158
|
||
msgid ""
|
||
"Disassociates storage provider with the OneDrive account. Will require re-"
|
||
"authorization."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:180
|
||
msgid ""
|
||
"The folder path shouldn't include the special character colon(\":\") or "
|
||
"shouldn't end with a dot(\".\")."
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:217
|
||
msgid "OneDrive Connection Status"
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:249
|
||
msgid "Please enter your OneDrive authorization code!"
|
||
msgstr ""
|
||
|
||
#: addons/onedriveaddon/template/onedriveaddon/configs/onedrive.php:297
|
||
msgid "Please enter your Onedrive authorization code!"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/License/License.php:244
|
||
#, php-format
|
||
msgid "%1$s site licenses are granted in batches of 500."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/License/License.php:256
|
||
msgid ""
|
||
"This process helps to ensure that licenses are not stolen or abused for "
|
||
"users."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/License/License.php:260
|
||
msgid ""
|
||
"Use the link above to login to your duplicator.com dashboard to manage your "
|
||
"licenses or upgrade to a higher license."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/License/LicenseNotices.php:91
|
||
#, php-format
|
||
msgid ""
|
||
"Your Duplicator Pro license key has expired so you aren't getting important "
|
||
"updates! %1$sRenew your license now%2$s"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:80
|
||
msgid "Error redirecting to license activation page"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:124
|
||
msgid "Licensing"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:210
|
||
#: addons/probase/src/LicensingController.php:231
|
||
msgid "Wrong password entered. Please enter the correct password."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:221
|
||
msgid "Password cannot be empty."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:226
|
||
msgid "Passwords don't match."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:237
|
||
msgid "Invalid license visibility value."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:246
|
||
msgid "License visibility changed"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:251
|
||
msgid "Couldn't change licnse vilisiblity."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:275
|
||
msgid "License key cleared"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:280
|
||
msgid "Couldn't save changes"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:294
|
||
msgid "License Deactivated"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:304
|
||
msgid "License already deactivated."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:313
|
||
#: addons/probase/src/LicensingController.php:373
|
||
msgid "Invalid license key."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:318
|
||
#: addons/probase/src/LicensingController.php:379
|
||
msgid "Error activating license."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:353
|
||
msgid "License Activated"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:358
|
||
#: addons/probase/src/LicensingController.php:362
|
||
msgid "Please enter a valid key. Key should be 32 characters long."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:440
|
||
msgid "Unlicensed"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:444
|
||
msgid "upgrade"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:450
|
||
msgid "Site Licenses"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:452
|
||
msgid ""
|
||
"Indicates the number of sites the plugin can be active on at any one time. \n"
|
||
" At any point you may deactivate/uninstall the plugin to free "
|
||
"up the license and use the plugin elsewhere if needed."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:456
|
||
msgid "Powertools"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:458
|
||
msgid ""
|
||
"Enhanced features that greatly improve the productivity of serious users. "
|
||
"Include hourly schedules, \n"
|
||
" installer branding, salt & key replacement, priority support "
|
||
"and more."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:462
|
||
msgid "Multisite Plus+"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:464
|
||
msgid ""
|
||
"Adds the ability to install a subsite as a standalone site,\n"
|
||
" insert a standalone site into a multisite, or insert a "
|
||
"subsite from the same/different multisite into a multisite."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:469
|
||
msgid "unlimited"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/LicensingController.php:517
|
||
#, php-format
|
||
msgid "<b>License data request failed.</b> (URL: %1$s)"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/Models/LicenseData.php:492
|
||
msgid "Invalid license data."
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/Models/LicenseData.php:552
|
||
msgid "Valid"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/Models/LicenseData.php:554
|
||
msgid "Invalid"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/Models/LicenseData.php:556
|
||
#: addons/probase/src/Models/LicenseData.php:562
|
||
msgid "Expired"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/Models/LicenseData.php:558
|
||
#: views/packages/main/s2.scan3.archive.php:473
|
||
#: views/packages/main/s2.scan3.archive.php:481
|
||
#: views/packages/main/s2.scan3.archive.php:715
|
||
#: views/tools/diagnostics/inc.settings.php:249
|
||
#: views/tools/templates/widget/recoveable-template-info.php:66
|
||
#: views/tools/templates/widget/template-filters-info.php:39
|
||
msgid "Disabled"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/Models/LicenseData.php:560
|
||
msgid "Site Inactive"
|
||
msgstr ""
|
||
|
||
#: addons/probase/src/Models/LicenseData.php:564
|
||
#: classes/entities/class.schedule.entity.php:789
|
||
#: classes/package/class.pack.php:2607
|
||
#: classes/package/class.pack.upload.info.php:234
|
||
#: src/Ajax/ServicesPackage.php:698 src/Models/BrandEntity.php:112
|
||
#: src/Models/Storages/UnknownStorage.php:66
|
||
#: src/Models/Storages/UnknownStorage.php:76
|
||
#: src/Models/Storages/UnknownStorage.php:86
|
||
#: template/admin_pages/packages/details/detail.php:415
|
||
#: template/admin_pages/packages/package_row_complete.php:78
|
||
#: views/tools/diagnostics/inc.settings.php:44
|
||
msgid "Unknown"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:28
|
||
#: template/admin_pages/schedules/schedule_list.php:65
|
||
msgid "Activate"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:35
|
||
#: template/admin_pages/schedules/schedule_list.php:68
|
||
msgid "Deactivate"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:40
|
||
#: addons/probase/template/licensing/activation.php:88
|
||
msgid "Status: "
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:40
|
||
#: template/admin_pages/schedules/schedule_list.php:129
|
||
msgid "Active"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:42
|
||
msgid "Expiration: "
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:47
|
||
msgid "no data"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:49
|
||
msgid "expired"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:51
|
||
msgid "no expiration"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:53
|
||
#, php-format
|
||
msgid "%d days left"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:60
|
||
#: addons/probase/template/licensing/activation.php:69
|
||
msgid "Status: Inactive"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:67
|
||
msgid "Status: Inactive (out of site licenses)."
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:102
|
||
#: views/settings/package/inc.brand.edit.php:174
|
||
#: views/settings/package/inc.brand.edit.php:224
|
||
msgid "Activation"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:113
|
||
msgid "Manage Account Online"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:119
|
||
msgid "License Type"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:128
|
||
msgid "License Key"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:156
|
||
msgid "If license activation fails please wait a few minutes and retry."
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:183
|
||
msgid "- A valid key is needed for plugin updates but not for functionality."
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:192
|
||
msgid "License Action"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/activation.php:210
|
||
msgid "Clear Key"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/activation_message.php:48
|
||
msgid "Copy error details"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/activation_message.php:57
|
||
#, php-format
|
||
msgid ""
|
||
"If the error persists please open a ticket <a href=\"%s\">here</a> and "
|
||
"attach the errors details."
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/curl_message.php:23
|
||
msgid ""
|
||
"<b>CURL isn't enabled.</b> This module is far more reliable for remote "
|
||
"communication."
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/curl_message.php:30
|
||
msgid "A possible solution to the problem could be to activate it."
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/drm_schedules_msg.php:39
|
||
msgid " Please renew your license to assure your backups are not interrupted."
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/drm_schedules_msg.php:49
|
||
msgid ""
|
||
"All automatic backups have been disabeld. Please renew your license to re-"
|
||
"enable them."
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/drm_schedules_msg.php:58
|
||
msgid "Scheduled Backups."
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/expired.php:22
|
||
msgid "Warning! Your Duplicator Pro license has expired..."
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/expired.php:24
|
||
#: addons/probase/template/licensing/notices/inactive_message.php:35
|
||
#: addons/probase/template/licensing/notices/no_activation_left.php:30
|
||
msgid "You're currently missing:"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/expired.php:26
|
||
#: addons/probase/template/licensing/notices/inactive_message.php:37
|
||
#: addons/probase/template/licensing/notices/no_activation_left.php:32
|
||
msgid "Access to Advanced Features"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/expired.php:28
|
||
#: addons/probase/template/licensing/notices/inactive_message.php:39
|
||
#: addons/probase/template/licensing/notices/no_activation_left.php:34
|
||
msgid "Storages Management"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/expired.php:29
|
||
#: addons/probase/template/licensing/notices/inactive_message.php:40
|
||
#: addons/probase/template/licensing/notices/no_activation_left.php:35
|
||
msgid "Templates Management"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/expired.php:30
|
||
#: addons/probase/template/licensing/notices/inactive_message.php:41
|
||
#: addons/probase/template/licensing/notices/no_activation_left.php:36
|
||
msgid "New Features"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/expired.php:31
|
||
#: addons/probase/template/licensing/notices/inactive_message.php:42
|
||
#: addons/probase/template/licensing/notices/no_activation_left.php:37
|
||
msgid "Important Updates for Security Patches"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/expired.php:32
|
||
#: addons/probase/template/licensing/notices/inactive_message.php:43
|
||
#: addons/probase/template/licensing/notices/no_activation_left.php:38
|
||
msgid "Bug Fixes"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/expired.php:33
|
||
#: addons/probase/template/licensing/notices/inactive_message.php:44
|
||
#: addons/probase/template/licensing/notices/no_activation_left.php:39
|
||
msgid "Support Requests"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/expired.php:36
|
||
msgid "Renew Now!"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/inactive_message.php:38
|
||
#: addons/probase/template/licensing/notices/no_activation_left.php:33
|
||
msgid "Scheduled Backups"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/notices/no_activation_left.php:28
|
||
msgid ""
|
||
"Duplicator Pro's license is deactivated because you're out of site "
|
||
"activations."
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/visibility.php:23
|
||
msgid "Key Visibility"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/visibility.php:27
|
||
msgid ""
|
||
"This is an optional setting that prevents the 'License Key' from being "
|
||
"copied. \n"
|
||
" Select the desired visibility mode, enter a password and hit the "
|
||
"'Change Visibility' button."
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/visibility.php:32
|
||
msgid ""
|
||
"Note: the password can be anything, it does not have to be the same as the "
|
||
"WordPress user password."
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/visibility.php:45
|
||
msgid "Visibility"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/visibility.php:55
|
||
msgid "License Visible"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/visibility.php:65
|
||
msgid "Info Only"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/visibility.php:75
|
||
msgid "License Invisible"
|
||
msgstr ""
|
||
|
||
#: addons/probase/template/licensing/visibility.php:108
|
||
msgid "Change Visibility"
|
||
msgstr ""
|
||
|
||
#: addons/probase/vendor/edd/EDD_SL_Plugin_Updater.php:235
|
||
#, php-format
|
||
msgid "There is a new version of %1$s available."
|
||
msgstr ""
|
||
|
||
#: addons/probase/vendor/edd/EDD_SL_Plugin_Updater.php:241
|
||
msgid "Contact your network administrator to install the update."
|
||
msgstr ""
|
||
|
||
#: addons/probase/vendor/edd/EDD_SL_Plugin_Updater.php:246
|
||
#, php-format
|
||
msgid "%1$sView version %2$s details%3$s."
|
||
msgstr ""
|
||
|
||
#: addons/probase/vendor/edd/EDD_SL_Plugin_Updater.php:254
|
||
#, php-format
|
||
msgid "%1$sView version %2$s details%3$s or %4$supdate now%5$s."
|
||
msgstr ""
|
||
|
||
#: addons/probase/vendor/edd/EDD_SL_Plugin_Updater.php:265
|
||
msgid "Update now."
|
||
msgstr ""
|
||
|
||
#: addons/probase/vendor/edd/EDD_SL_Plugin_Updater.php:497
|
||
msgid "You do not have permission to install plugin updates"
|
||
msgstr ""
|
||
|
||
#: addons/probase/vendor/edd/EDD_SL_Plugin_Updater.php:497
|
||
#: views/tools/diagnostics/phplogs.php:136
|
||
msgid "Error"
|
||
msgstr ""
|
||
|
||
#: assets/js/duplicator/dup.util.php:63
|
||
msgid "RESPONSE SUCCESS"
|
||
msgstr ""
|
||
|
||
#: assets/js/duplicator/dup.util.php:77
|
||
#: template/admin_pages/settings/general/general.php:308
|
||
#: template/admin_pages/settings/general/general.php:358
|
||
msgid "RESPONSE ERROR!"
|
||
msgstr ""
|
||
|
||
#: assets/js/duplicator/dup.util.php:86
|
||
msgid "AJAX ERROR! <br> Ajax request error"
|
||
msgstr ""
|
||
|
||
#: assets/js/javascript.php:276
|
||
msgid "Toggle Tab: "
|
||
msgstr ""
|
||
|
||
#: assets/js/javascript.php:436
|
||
msgid "Changes you made may not be saved."
|
||
msgstr ""
|
||
|
||
#: classes/class.logging.php:321
|
||
msgid "No Log"
|
||
msgstr ""
|
||
|
||
#: classes/class.server.php:174
|
||
msgid "Overview on how to enable ZipArchive"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:163
|
||
msgid "List View"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:164
|
||
msgid "Excerpt View"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:359
|
||
msgid "No items found."
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:506
|
||
msgid "Select bulk action"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:508
|
||
#: template/admin_pages/packages/toolbar.php:43
|
||
#: template/admin_pages/schedules/schedule_list.php:62
|
||
#: template/admin_pages/storages/storage_list.php:72
|
||
#: views/settings/package/inc.brand.list.php:99
|
||
#: views/tools/templates/template.list.php:88
|
||
msgid "Bulk Actions"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:515
|
||
#: template/admin_pages/packages/toolbar.php:52
|
||
#: template/admin_pages/schedules/schedule_edit.php:117
|
||
#: template/admin_pages/schedules/schedule_list.php:78
|
||
#: template/admin_pages/storages/parts/edit_toolbar.php:90
|
||
#: template/admin_pages/storages/storage_list.php:77
|
||
#: views/settings/package/inc.brand.list.php:102
|
||
#: views/tools/templates/template.edit.php:193
|
||
#: views/tools/templates/template.edit.php:196
|
||
#: views/tools/templates/template.list.php:91
|
||
msgid "Apply"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:569 classes/class.wp.list.table.php:1504
|
||
msgid "Show more details"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:632
|
||
msgid "Filter by date"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:634
|
||
msgid "All dates"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:648
|
||
#, php-format
|
||
msgid "%1$s %2$d"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:718 classes/class.wp.list.table.php:732
|
||
#: classes/class.wp.list.table.php:747
|
||
msgid "No comments"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:732
|
||
msgid "No approved comments"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:747
|
||
msgid "No pending comments"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:896
|
||
msgid "First page"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:907
|
||
msgid "Previous page"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:914 classes/class.wp.list.table.php:918
|
||
msgid "Current Page"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:941
|
||
msgid "Next page"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:952
|
||
msgid "Last page"
|
||
msgstr ""
|
||
|
||
#: classes/class.wp.list.table.php:1202
|
||
msgid "Select All"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:573
|
||
msgid "The Recovery custom path must be a folder with write permissions."
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:577
|
||
#, php-format
|
||
msgid "It is not possible to create the folder %s"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:585
|
||
msgid ""
|
||
"The custom Recovery path must be a child folder of the home path or wp-"
|
||
"content"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:589
|
||
msgid "The Recovery custom path cannot be a wordpress core folder."
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:970
|
||
#: classes/entities/class.global.entity.php:976
|
||
#, php-format
|
||
msgid "Every %1$d hours"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1015
|
||
#: classes/entities/class.global.entity.php:1064
|
||
msgid "Action required"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1016
|
||
#: classes/entities/class.global.entity.php:1065
|
||
#, php-format
|
||
msgid ""
|
||
"This email is sent by your Wordpress plugin \"Duplicator Pro\" from website: "
|
||
"%1$s. "
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1017
|
||
msgid ""
|
||
"You received this email because Cleanup mode is set to \"Email Notice\". "
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1018
|
||
msgid ""
|
||
"Cleanup routine discovered that some installer files (leftovers from "
|
||
"migration) were not removed. "
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1019
|
||
msgid "We strongly advise you to remove these files. "
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1020
|
||
#: classes/entities/class.global.entity.php:1069
|
||
msgid "Here is the list of files found on your website that you should remove:"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1025
|
||
msgid "Note: You could enable \"Auto Cleanup\" mode if you go to:"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1026
|
||
#: classes/entities/class.global.entity.php:1082
|
||
msgid "WordPress Admin > Duplicator Pro > Settings > Packages Tab > Cleanup."
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1027
|
||
msgid "That mode will do cleanup of those files automatically for you."
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1029
|
||
#: classes/entities/class.global.entity.php:1084
|
||
msgid "Best regards,"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1030
|
||
#: classes/entities/class.global.entity.php:1085
|
||
#: template/mail/email_summary.php:35
|
||
msgid "Duplicator Pro"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1066
|
||
msgid "\"Auto Cleanup\" mode is ON, "
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1067
|
||
msgid ""
|
||
"however cleanup routine discovered that some installer files (leftovers from "
|
||
"migration) could not be removed. "
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1068
|
||
msgid "We strongly advise you to remove those files manually. "
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1074
|
||
msgid "Those files probably could not be removed due to permission issues. "
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1076
|
||
#, php-format
|
||
msgid "You can find more info in FAQ %1$son this link%2$s."
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1081
|
||
msgid "Note: To edit \"Cleanup\" settings go to:"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1244
|
||
msgid "ZipArchive: multi-thread"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1245
|
||
msgid "ZipArchive: single-thread"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1249
|
||
#: template/admin_pages/packages/details/detail.php:426
|
||
#: template/admin_pages/settings/package/inc_basic.php:283
|
||
msgid "DupArchive"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.global.entity.php:1253
|
||
#: template/admin_pages/settings/package/inc_basic.php:295
|
||
msgid "Shell Zip"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.package.template.entity.php:101
|
||
msgid "New Template"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.package.template.entity.php:221
|
||
#: classes/package/class.pack.php:1738 src/Models/BrandEntity.php:173
|
||
#: src/Models/Storages/Local/DefaultLocalStorage.php:33
|
||
#: template/admin_pages/storages/storage_edit.php:76
|
||
#: views/packages/main/s1.setup4.install.php:208
|
||
#: views/packages/main/s2.scan2.server.php:57
|
||
#: views/settings/package/inc.brand.list.php:190
|
||
msgid "Default"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.package.template.entity.php:222
|
||
msgid "The default template."
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.package.template.entity.php:243
|
||
msgid "[Manual Mode]"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.package.template.entity.php:373
|
||
#: classes/package/class.pack.php:2739
|
||
msgid "Select valid secure mode"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.package.template.entity.php:414
|
||
#: views/tools/templates/template.edit.php:149
|
||
msgid "Active Build Settings"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.package.template.entity.php:415
|
||
#: classes/entities/class.schedule.entity.php:333
|
||
#: src/Models/Storages/AbstractStorageEntity.php:947
|
||
#, php-format
|
||
msgid "%1$s - Copy"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.schedule.entity.php:76
|
||
msgid "New Schedule"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.schedule.entity.php:145
|
||
msgid "Schedule name can't be empty"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.schedule.entity.php:150
|
||
msgid "Invalid template id"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.schedule.entity.php:366
|
||
#, php-format
|
||
msgid "Created by schedule %1$s"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.schedule.entity.php:701
|
||
msgid "Unscheduled"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.schedule.entity.php:720
|
||
msgid "Never Ran"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.schedule.entity.php:726
|
||
msgid "Success"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.schedule.entity.php:726
|
||
#: classes/package/class.pack.upload.info.php:242
|
||
#: src/Utils/Email/EmailSummary.php:194
|
||
msgid "Failed"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.schedule.entity.php:781
|
||
#: src/Utils/Email/EmailSummary.php:335
|
||
#: template/admin_pages/schedules/schedule_edit.php:325
|
||
msgid "Daily"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.schedule.entity.php:783
|
||
#: src/Utils/Email/EmailSummary.php:336
|
||
#: template/admin_pages/schedules/schedule_edit.php:331
|
||
msgid "Weekly"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.schedule.entity.php:785
|
||
#: src/Utils/Email/EmailSummary.php:337
|
||
#: template/admin_pages/schedules/schedule_edit.php:337
|
||
msgid "Monthly"
|
||
msgstr ""
|
||
|
||
#: classes/entities/class.schedule.entity.php:787
|
||
#: template/admin_pages/schedules/schedule_edit.php:319
|
||
msgid "Hourly"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.php:919
|
||
msgid "No large files found during this scan."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.php:1078
|
||
msgid ""
|
||
"Core WordPress directories should not be filtered. Use caution when "
|
||
"excluding files."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.php:1093
|
||
msgid "This dir is filtered."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.php:1095
|
||
msgid "This file is filtered."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.shellzip.php:31
|
||
msgid "Zip process getting killed due to limited server resources."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.shellzip.php:32
|
||
msgid "Click to switch Archive Engine DupArchive."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.shellzip.php:172
|
||
msgid ""
|
||
"Account out of space so purge large files or talk to your host about "
|
||
"increasing quota."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.shellzip.php:177
|
||
#: classes/package/class.pack.runner.php:295
|
||
msgid "See FAQ:"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.shellzip.php:178
|
||
msgid "How to resolve \"zip warning: No such file or directory\"?"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.shellzip.php:182
|
||
#: classes/package/class.pack.archive.shellzip.php:225
|
||
msgid "Click on button to switch to the DupArchive engine."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.shellzip.php:200
|
||
#, php-format
|
||
msgid "Zip file %s does not exist."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.shellzip.php:220
|
||
#, php-format
|
||
msgid "Error retrieving file count in shell zip %s."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.zip.php:114
|
||
msgid ""
|
||
"Package build appears stuck so marking package as failed. Is the PHP or Web "
|
||
"Server timeouts too low?"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.zip.php:115
|
||
#: classes/package/class.pack.archive.zip.php:457
|
||
#: src/Package/Create/DupArchive/PackageDupArchive.php:52
|
||
#: src/Package/Create/DupArchive/PackageDupArchive.php:266
|
||
msgid "Build Failure"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.zip.php:442
|
||
msgid "ZipArchive close failure during directory add phase."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.zip.php:453
|
||
msgid "Zip build appears stuck."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.zip.php:456
|
||
msgid ""
|
||
"Package build appears stuck so marking package failed. Recommend setting "
|
||
"Settings > Packages > Archive Engine to DupArchive"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.zip.php:564
|
||
msgid "ZipArchive close failure."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.archive.zip.php:636
|
||
msgid "Click to switch archive engine to DupArchive."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.database.php:597
|
||
msgid "Shell mysql dump failed. Last 10 lines of dump file below."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.database.php:602
|
||
msgid "Shell mysql dump error. Take a look at the package log for details."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.database.php:603
|
||
msgid "Change SQL engine to PHP"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.installer.php:343
|
||
#, php-format
|
||
msgid "Couldn't write to %s"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.installer.php:344
|
||
msgid "Error writing installer contents"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.installer.php:935
|
||
#, php-format
|
||
msgid "Zip archive %1s not present."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.installer.php:936
|
||
#: classes/package/class.pack.installer.php:957
|
||
#: classes/package/class.pack.php:2447
|
||
msgid "Click on button to set archive engine to DupArchive."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.installer.php:956
|
||
msgid "Problem adding installer to archive"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.installer.php:1099
|
||
#, php-format
|
||
msgid "ERROR: Cannot open created archive. Error code = %1$s"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.installer.php:1103
|
||
msgid "ERROR: Archive is not valid zip archive."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.installer.php:1106
|
||
msgid "ERROR: Archive doesn't pass consistency check."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.installer.php:1109
|
||
msgid "ERROR: Archive checksum is bad."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.installer.php:1120
|
||
#, php-format
|
||
msgid "Couldn't find %1$s in archive"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.installer.php:1126
|
||
msgid "ARCHIVE CONSISTENCY TEST: FAIL"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.installer.php:1129
|
||
msgid "ARCHIVE CONSISTENCY TEST: PASS"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:464
|
||
msgid "Validating"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:472
|
||
msgid "Building"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:708
|
||
msgid "Package name can't be empty"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:719
|
||
#, php-format
|
||
msgid ""
|
||
"Directory: <b>%1$s</b> is an invalid path. Please remove the value from the "
|
||
"Archive > Files Tab > Folders input box and apply only valid paths."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:729
|
||
#, php-format
|
||
msgid ""
|
||
"File extension: <b>%1$s</b> is an invalid extension name. Please remove the "
|
||
"value from the Archive > Files Tab > File Extensions input box and apply "
|
||
"only valid extensions. For example 'jpg'"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:739
|
||
#, php-format
|
||
msgid ""
|
||
"File: <b>%1$s</b> is an invalid file name. Please remove the value from the "
|
||
"Archive > Files Tab > Files input box and apply only valid file names."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:749
|
||
#, php-format
|
||
msgid "MySQL Server Host: <b>%1$s</b> isn't a valid host"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:1234
|
||
msgid "***THIS IS A PLACEHOLDER PACKAGE***"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:1739
|
||
#: views/packages/main/s2.scan2.server.php:58
|
||
msgid "The default content used when a brand is not defined."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:1922
|
||
#, php-format
|
||
msgid ""
|
||
"ERROR: Can't find Scanfile %s. Please ensure there no non-English characters "
|
||
"in the package or schedule name."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:1927
|
||
#, php-format
|
||
msgid ""
|
||
"ERROR: Can't find list of files %s. Please ensure there no non-English "
|
||
"characters in the package or schedule name."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:1932
|
||
#, php-format
|
||
msgid ""
|
||
"ERROR: Can't find list of directories %s. Please ensure there no non-English "
|
||
"characters in the package or schedule name."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2367
|
||
msgid "Click button to switch database engine to PHP"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2379
|
||
msgid "Click button to switch database engine to MySQLDump"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2418
|
||
#, php-format
|
||
msgid ""
|
||
"Can't find Scanfile %s. Please ensure there no non-English characters in the "
|
||
"package or schedule name."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2425
|
||
#, php-format
|
||
msgid "EXPECTED FILE/DIRECTORY COUNT: %1$s"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2426
|
||
#, php-format
|
||
msgid "ACTUAL FILE/DIRECTORY COUNT: %1$s"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2456
|
||
#, php-format
|
||
msgid "RECOMMENDATION: %s"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2518
|
||
msgid ""
|
||
"Package was cancelled because installer files from a previous migration were "
|
||
"found."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2520
|
||
msgid "Click the button to remove all installer files."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2546
|
||
msgid "BACKUP SUCCEEDED"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2563
|
||
#, php-format
|
||
msgid "Backup of %1$s (%2$s) Succeeded"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2565
|
||
msgid "BACKUP FAILED"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2567
|
||
msgid "DURING BUILD PHASE"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2568
|
||
msgid "DURING STORAGE PHASE. CHECK SITE FOR DETAILS."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2569
|
||
#, php-format
|
||
msgid "Backup of %1$s (%2$s) Failed"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2597
|
||
#: views/packages/main/s1.setup0.base.php:119
|
||
#: views/tools/templates/template.edit.php:222
|
||
#: views/tools/templates/widget/template-filters-info.php:56
|
||
#: views/tools/templates/widget/template-filters-info.php:65
|
||
msgid "Template"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2601 src/Utils/Email/EmailSummary.php:186
|
||
#: template/admin_pages/packages/package_row_complete.php:67
|
||
msgid "Manual"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2603
|
||
#: template/admin_pages/packages/package_row_complete.php:70
|
||
#: template/admin_pages/packages/package_row_complete.php:73
|
||
#: template/mail/scheduled-build.php:25
|
||
#: views/tools/templates/widget/template-filters-info.php:52
|
||
msgid "Schedule"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.php:2605
|
||
msgid "Schedule (Run Now)"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.runner.php:211
|
||
#: classes/package/class.pack.runner.php:228
|
||
msgid "Package was cancelled because it exceeded Max Build Time."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.runner.php:214
|
||
#, php-format
|
||
msgid ""
|
||
"Click button to switch to the DupArchive engine. Please see this %1$sFAQ%2$s "
|
||
"for other possible solutions."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.runner.php:231
|
||
#, php-format
|
||
msgid ""
|
||
"Click button to increase Max Build Time. Please see this %1$sFAQ%2$s for "
|
||
"other possible solutions."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.runner.php:257
|
||
msgid "Set authentication username and password"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.runner.php:258
|
||
msgid "Automatically set basic auth username and password"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.runner.php:268
|
||
#: classes/package/class.pack.runner.php:276
|
||
#: classes/package/class.pack.runner.php:284
|
||
#: classes/package/class.pack.runner.php:292
|
||
msgid "Communication to AJAX is blocked."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.runner.php:269
|
||
msgid "Click button to configure plugin to use HTTPS."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.runner.php:277
|
||
msgid "Click button to configure plugin to use HTTP."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.runner.php:285
|
||
msgid "Click button to fix the admin-ajax URL setting."
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.runner.php:296
|
||
msgid "Why is the package build stuck at 5%?"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.runner.php:514
|
||
#: template/admin_pages/packages/row_parts/package_progress_error.php:63
|
||
msgid "Requirements Failed"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.upload.info.php:236
|
||
msgid "Pending"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.upload.info.php:238
|
||
msgid "Running"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.upload.info.php:240
|
||
msgid "Succeeded"
|
||
msgstr ""
|
||
|
||
#: classes/package/class.pack.upload.info.php:244
|
||
msgid "Cancelled"
|
||
msgstr ""
|
||
|
||
#: classes/ui/class.ui.dialog.php:65
|
||
msgid "Processing please wait..."
|
||
msgstr ""
|
||
|
||
#: classes/ui/class.ui.dialog.php:68
|
||
msgid "OK"
|
||
msgstr ""
|
||
|
||
#: classes/ui/class.ui.dialog.php:69
|
||
#: template/admin_pages/import/import-step2.php:114
|
||
#: template/admin_pages/import/step1/package-row.php:98
|
||
#: views/settings/general/inc.migrate.php:231
|
||
#: views/settings/general/inc.migrate.php:248
|
||
msgid "Cancel"
|
||
msgstr ""
|
||
|
||
#: classes/utilities/class.u.php:195
|
||
#, php-format
|
||
msgid "Couldn't read %s"
|
||
msgstr ""
|
||
|
||
#: classes/utilities/class.u.php:332
|
||
msgid "You do not have called from AJAX to access this page."
|
||
msgstr ""
|
||
|
||
#: classes/utilities/class.u.string.php:77
|
||
#: views/packages/main/s2.scan2.server.php:98
|
||
msgid "True"
|
||
msgstr ""
|
||
|
||
#: classes/utilities/class.u.string.php:77
|
||
#: views/packages/main/s2.scan2.server.php:98
|
||
msgid "False"
|
||
msgstr ""
|
||
|
||
#: classes/utilities/class.u.zip.php:73
|
||
msgid "Zip executable not present"
|
||
msgstr ""
|
||
|
||
#: classes/utilities/class.u.zip.php:74
|
||
msgid "Install the zip executable and make it accessible to PHP."
|
||
msgstr ""
|
||
|
||
#: classes/utilities/class.u.zip.php:80
|
||
#, php-format
|
||
msgid ""
|
||
"Remove any of the following from the disable_functions or suhosin.executor."
|
||
"func.blacklist setting in the php.ini files: %1$s"
|
||
msgstr ""
|
||
|
||
#: classes/utilities/class.u.zip.php:85
|
||
#, php-format
|
||
msgid ""
|
||
"Remove any of the following from the disable_functions setting in the php."
|
||
"ini files: %1$s"
|
||
msgstr ""
|
||
|
||
#: classes/utilities/class.u.zip.php:93 classes/utilities/class.u.zip.php:100
|
||
msgid "Required functions disabled in the php.ini."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/FileTransfer/ImportUpload.php:119
|
||
#: src/Ajax/FileTransfer/ImportUpload.php:195
|
||
msgid "Invalid archive file name. Please use the valid archive file!"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/FileTransfer/ImportUpload.php:150
|
||
msgid "Can't rename file part to file"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/FileTransfer/ImportUpload.php:332
|
||
#, php-format
|
||
msgid "Problem on import, message: %s"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesBrand.php:65 src/Ajax/ServicesSchedule.php:77
|
||
#: src/Ajax/ServicesStorage.php:86 src/Ajax/ServicesStorage.php:152
|
||
#: src/Ajax/ServicesTools.php:85
|
||
msgid "Invalid Request."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesImport.php:112
|
||
msgid "Invalid Request!"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesImport.php:117
|
||
msgid "Can\\'t remove archvie!"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesImport.php:157
|
||
#: template/admin_pages/import/import-scripts.php:608
|
||
msgid "Invalid view mode"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesImport.php:161
|
||
msgid "Invalid current urser id"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesImport.php:168
|
||
msgid ""
|
||
"It is not possible to set the view mode to basic if the number of packages "
|
||
"is more than one."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesImport.php:171
|
||
msgid "Remove packages before performing this action."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesImport.php:177
|
||
msgid "Can't update user meta value"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:233
|
||
#, php-format
|
||
msgid "Exception occurred. Exception message: %s"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:243
|
||
#, php-format
|
||
msgid ""
|
||
"Fatal Error occurred. Error message: %1$s<br>\n"
|
||
"Trace: %2$s"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:261
|
||
#, php-format
|
||
msgid "Fatal Error occurred. Error message: %s"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:310 src/Ajax/ServicesPackage.php:583
|
||
#: src/Ajax/ServicesPackage.php:653 src/Ajax/ServicesPackage.php:796
|
||
#: src/Ajax/ServicesPackage.php:893 src/Ajax/ServicesSettings.php:288
|
||
msgid "Invalid request."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:600
|
||
msgid "File type not supported."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:604
|
||
msgid "File don\\'t exists"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:658
|
||
#, php-format
|
||
msgid "Could not get package by ID %s"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:684 src/Ajax/ServicesPackage.php:690
|
||
#: src/Utils/Email/EmailSummary.php:177 src/Utils/Email/EmailSummary.php:187
|
||
#: src/Utils/Email/EmailSummary.php:195
|
||
#: template/admin_pages/packages/package_row_incomplete.php:142
|
||
msgid "N/A"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:723
|
||
msgid "No package is building."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:734
|
||
msgid "Synchronizing with server..."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:737
|
||
msgid "Another package is presently running."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:742
|
||
msgid "Cancellation pending..."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:800
|
||
#, php-format
|
||
msgid ""
|
||
"Trying to queue a transfer for package %d but a package is already active!"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:808
|
||
#, php-format
|
||
msgid "Could not find package ID %d!"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesPackage.php:825
|
||
#, php-format
|
||
msgid "Could not find storage ID %d!"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesRecovery.php:97
|
||
#, php-format
|
||
msgid "Error: <b>%s</b>"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesRecovery.php:98
|
||
msgid ""
|
||
"The old Recovery Point was removed but this package can’t be set as the "
|
||
"Recovery Point."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesRecovery.php:99
|
||
#: template/admin_pages/import/import-message-upload-error.php:35
|
||
msgid "Possible solutions:"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesRecovery.php:110
|
||
msgid ""
|
||
"- you may still be able to to download the package manually and perform an "
|
||
"import or a classic backup installation.\n"
|
||
" If you wish to install the package on the site where it "
|
||
"was create the restore backup mode should be activated."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesRecovery.php:122 src/Ajax/ServicesRecovery.php:316
|
||
msgid "Can't get recover package"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesRecovery.php:128
|
||
msgid ""
|
||
"Copy the Link and keep it in case of need or download Disaster Recovery "
|
||
"Launcher."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesRecovery.php:256 src/Ajax/ServicesRecovery.php:373
|
||
msgid "Backup is invalid"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesRecovery.php:260
|
||
msgid "Backup isn't local"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesRecovery.php:265
|
||
msgid "Backup archive file doesn't exist"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesRecovery.php:424
|
||
msgid "Invalid package ID"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesSchedule.php:170 src/Ajax/ServicesSchedule.php:177
|
||
msgid "Invalid schedule id"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesSettings.php:383
|
||
msgid "Unable to remove installer files."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesSettings.php:467
|
||
msgid "Username or password were not set."
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesStorage.php:157
|
||
#, php-format
|
||
msgid "Unknown package %1$d"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesStorage.php:178
|
||
msgid "Retrieved storage information"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesStorage.php:223 src/Ajax/ServicesStorage.php:224
|
||
#: src/Ajax/ServicesStorage.php:275 src/Ajax/ServicesStorage.php:331
|
||
#: src/Ajax/ServicesStorage.php:384
|
||
msgid "Invalid storage"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesStorage.php:271
|
||
msgid "Invalid storage type"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesStorage.php:283 src/Ajax/ServicesStorage.php:337
|
||
msgid "Storage does not support authorization"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesStorage.php:289 src/Ajax/ServicesStorage.php:344
|
||
msgid "Failed to update storage"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesStorage.php:390
|
||
msgid "Stroage isn't OneDrive storage"
|
||
msgstr ""
|
||
|
||
#: src/Ajax/ServicesStorage.php:398
|
||
msgid "Failed to set all permissions"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/ImportInstallerPageController.php:33
|
||
#: template/admin_pages/import/import-installer.php:31
|
||
msgid "Install package"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/ImportPageController.php:41
|
||
#: src/Controllers/ImportPageController.php:42
|
||
#: src/Controllers/SettingsPageController.php:107
|
||
#: template/admin_pages/packages/toolbar.php:84
|
||
msgid "Import"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/ImportPageController.php:68
|
||
msgid "User not logged in"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/ImportPageController.php:123
|
||
msgid "100k [Slowest]"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/ImportPageController.php:129
|
||
msgid "10M [Very Fast]"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/ImportPageController.php:130
|
||
msgid "Disabled [Fastest, BUT php.ini limits archive size]"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/PackagesPageController.php:48
|
||
#: src/Controllers/PackagesPageController.php:49
|
||
#: src/Controllers/PackagesPageController.php:241
|
||
#: src/Controllers/SettingsPageController.php:104
|
||
#: template/admin_pages/packages/details/details_header.php:53
|
||
#: template/admin_pages/settings/general/general.php:207
|
||
msgid "Packages"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/PackagesPageController.php:217
|
||
msgid "Package Details » Not Found"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/PackagesPageController.php:219
|
||
#, php-format
|
||
msgid "Package Details » %1$s"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/PackagesPageController.php:234
|
||
msgid "New"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/PackagesPageController.php:238
|
||
#: src/Package/Create/BuildComponents.php:379
|
||
msgid "All"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SchedulePageController.php:41
|
||
#: src/Controllers/SchedulePageController.php:42
|
||
#: src/Controllers/SettingsPageController.php:105
|
||
#: template/admin_pages/schedules/schedule_edit.php:124
|
||
#: views/settings/general/inc.migrate.php:190
|
||
msgid "Schedules"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SchedulePageController.php:100
|
||
#: src/Controllers/SchedulePageController.php:144
|
||
msgid "Schedule not found"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SchedulePageController.php:106
|
||
#: src/Controllers/SchedulePageController.php:150
|
||
msgid "Isn't possibile update schedule settings"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SchedulePageController.php:109
|
||
msgid "Schedule saved"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SchedulePageController.php:133
|
||
msgid "Schedule to copy not found"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SchedulePageController.php:153
|
||
msgid "Schedule copied."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:103
|
||
#: src/Controllers/SettingsPageController.php:117
|
||
#: src/Controllers/ToolsPageController.php:111
|
||
#: template/admin_pages/packages/details/detail.php:61
|
||
#: template/admin_pages/packages/details/detail.php:63
|
||
#: views/tools/diagnostics/inc.settings.php:60
|
||
msgid "General"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:106
|
||
#: src/Controllers/StoragePageController.php:38
|
||
#: src/Controllers/StoragePageController.php:39
|
||
#: template/admin_pages/packages/details/detail.php:300
|
||
#: template/admin_pages/packages/details/transfer.php:93
|
||
#: template/admin_pages/schedules/schedule_edit.php:237
|
||
#: template/admin_pages/schedules/schedule_list.php:126
|
||
#: template/admin_pages/settings/storage/storage_general.php:32
|
||
#: views/packages/main/s1.setup2.store.php:23
|
||
#: views/settings/general/inc.migrate.php:194
|
||
msgid "Storage"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:108
|
||
msgid "Access"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:110
|
||
msgid "General Settings"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:111
|
||
msgid "Migrate Settings"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:113
|
||
msgid "Basic Settings"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:114
|
||
msgid "Advanced Settings"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:115
|
||
#: views/settings/package/inc.brand.list.php:49
|
||
msgid "Installer Branding"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:118
|
||
msgid "SSL"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:119
|
||
msgid "Storage Types"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:359
|
||
msgid "Can't update general settings"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:362
|
||
msgid "General settings updated."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:404
|
||
#: src/Controllers/SettingsPageController.php:431
|
||
msgid "Can't update capabilities."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:407
|
||
#: src/Controllers/SettingsPageController.php:433
|
||
msgid "Capabilities updated."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:454
|
||
#: src/Controllers/SettingsPageController.php:477
|
||
#: src/Controllers/SettingsPageController.php:498
|
||
msgid "Can't update storage settings."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:456
|
||
#: src/Controllers/SettingsPageController.php:479
|
||
#: src/Controllers/SettingsPageController.php:500
|
||
msgid "Storage settings updated."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:517
|
||
msgid "Settings reset to defaults successfully"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:520
|
||
msgid "Failed to reset settings."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:541
|
||
msgid "Trace settings have been turned off."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:548
|
||
msgid "Trace settings have been turned on."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:554
|
||
msgid "Trace mode not valid."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:627
|
||
#: src/Controllers/SettingsPageController.php:668
|
||
msgid "Can't Save Package Settings"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:630
|
||
#: src/Controllers/SettingsPageController.php:671
|
||
msgid "Package Settings Saved."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:726
|
||
msgid ""
|
||
"The custom path isn't a valid directory. Check that it exists or that access "
|
||
"to it is not restricted by PHP's open_basedir setting."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:742
|
||
msgid "Can't save settings data"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:744
|
||
msgid "Settings updated."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:835
|
||
msgid "Successfully Found"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/SettingsPageController.php:932
|
||
msgid ""
|
||
"The mysqldump program was not found at its default location. \n"
|
||
" To use mysqldump, ask your host to install it or for a "
|
||
"custom mysqldump path."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/StoragePageController.php:187
|
||
msgid "An error has occurred while trying to read a storage item! "
|
||
msgstr ""
|
||
|
||
#: src/Controllers/StoragePageController.php:188
|
||
msgid ""
|
||
"To resolve this issue delete the storage item and re-enter its information. "
|
||
msgstr ""
|
||
|
||
#: src/Controllers/StoragePageController.php:191
|
||
msgid ""
|
||
"This problem can be due to a security plugin changing keys in wp-config.php, "
|
||
"causing the storage information to become unreadable."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/StoragePageController.php:197
|
||
#, php-format
|
||
msgid ""
|
||
"If such a plugin is doing this then either disable the key changing "
|
||
"functionality \n"
|
||
" in the security plugin or go to %1$sDuplicator Pro > "
|
||
"Settings%2$s and disable settings encryption."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/StoragePageController.php:206
|
||
msgid ""
|
||
"If the problem persists after doing these things then please contact the "
|
||
"support team."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/StoragePageController.php:209
|
||
msgid "Show Details"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/StoragePageController.php:239
|
||
msgid "Unable to load storage item"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/StoragePageController.php:247
|
||
msgid "Unable to save storage item"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/StoragePageController.php:276
|
||
#: src/Controllers/StoragePageController.php:279
|
||
msgid "Unable to copy storage item"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/StoragePageController.php:283
|
||
msgid "Storage Copied Successfully."
|
||
msgstr ""
|
||
|
||
#: src/Controllers/ToolsPageController.php:55
|
||
#: src/Controllers/ToolsPageController.php:56
|
||
msgid "Tools"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/ToolsPageController.php:112
|
||
#: template/admin_pages/packages/toolbar.php:73
|
||
#: template/admin_pages/schedules/schedule_list.php:95
|
||
#: views/settings/general/inc.migrate.php:198
|
||
#: views/tools/templates/template.edit.php:202
|
||
msgid "Templates"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/ToolsPageController.php:113
|
||
#: template/admin_pages/packages/recovery_info/row_recovery_box_unavailable.php:38
|
||
#: template/admin_pages/schedules/schedule_list.php:130
|
||
#: template/admin_pages/settings/import/import.php:89
|
||
#: views/tools/templates/template.list.php:108
|
||
msgid "Recovery"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/ToolsPageController.php:115
|
||
msgid "Information"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/ToolsPageController.php:116
|
||
msgid "Duplicator Logs"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/ToolsPageController.php:117
|
||
msgid "PHP Logs"
|
||
msgstr ""
|
||
|
||
#: src/Controllers/ToolsPageController.php:118
|
||
msgid "Support"
|
||
msgstr ""
|
||
|
||
#: src/Core/Bootstrap.php:611
|
||
msgid "Manage"
|
||
msgstr ""
|
||
|
||
#: src/Core/Bootstrap.php:631
|
||
msgid "Get Help"
|
||
msgstr ""
|
||
|
||
#: src/Core/Bootstrap.php:631
|
||
msgid "Help"
|
||
msgstr ""
|
||
|
||
#: src/Core/Bootstrap.php:690 src/Core/Bootstrap.php:731
|
||
#: template/admin_pages/packages/packages_overview_help.php:402
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:108
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:185
|
||
#: template/admin_pages/packages/row_parts/download_buttons.php:37
|
||
#: template/admin_pages/packages/row_parts/download_buttons.php:83
|
||
msgid "Download"
|
||
msgstr ""
|
||
|
||
#: src/Core/Bootstrap.php:721
|
||
msgid "TRACE LOG OPTIONS"
|
||
msgstr ""
|
||
|
||
#: src/Core/Bootstrap.php:724 views/settings/package/inc.brand.list.php:156
|
||
#: views/settings/package/inc.brand.list.php:192
|
||
msgid "View"
|
||
msgstr ""
|
||
|
||
#: src/Core/Bootstrap.php:727 views/tools/diagnostics/log.php:192
|
||
msgid "Clear"
|
||
msgstr ""
|
||
|
||
#: src/Core/Bootstrap.php:737 views/tools/diagnostics/log.php:202
|
||
msgid "Turn Off"
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:535
|
||
msgid "Package Read"
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:537
|
||
msgid "The capability to read the list of packages and their characteristics."
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:540
|
||
msgid ""
|
||
"Without this capability, Duplicator is not visible. This is the basis of all "
|
||
"the other capabilities listed below."
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:546
|
||
msgid "Package Create"
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:548
|
||
msgid "The capability to create and delete packages."
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:554
|
||
msgid "Manage Schedules"
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:556
|
||
msgid "The capability to manage package schedules."
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:562
|
||
msgid "Manage Storage"
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:564
|
||
msgid ""
|
||
"The capability to create and modify storage. Those with the \"Package "
|
||
"Create\" capability can select existing storage but cannot edit it"
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:570
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:69
|
||
msgid "Restore Backup"
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:572
|
||
msgid "The capability to set up and execute a recovery point"
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:578
|
||
msgid "Package Import"
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:580
|
||
msgid "The capability to import a package and overwrite the current site."
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:586
|
||
msgid "Package Export"
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:588
|
||
msgid "The capability to download existing packages."
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:594
|
||
msgid "Manage Settings"
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:596
|
||
msgid "The capability to change settings."
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:602
|
||
msgid "Manage License Settings"
|
||
msgstr ""
|
||
|
||
#: src/Core/CapMng.php:604
|
||
msgid "The capability to change the license settings."
|
||
msgstr ""
|
||
|
||
#: src/Core/Controllers/AbstractSinglePageController.php:395
|
||
msgid "You do not have sufficient permissions to access this page."
|
||
msgstr ""
|
||
|
||
#: src/Core/MigrationMng.php:339
|
||
msgid ""
|
||
"NOTICE: Safe mode (Basic) was enabled during install, be sure to re-enable "
|
||
"all your plugins."
|
||
msgstr ""
|
||
|
||
#: src/Core/MigrationMng.php:342
|
||
msgid ""
|
||
"NOTICE: Safe mode (Advanced) was enabled during install, be sure to re-"
|
||
"enable all your plugins."
|
||
msgstr ""
|
||
|
||
#: src/Core/MigrationMng.php:419
|
||
#, php-format
|
||
msgid "Installer file <b>%s</b> removed for secority reasons"
|
||
msgstr ""
|
||
|
||
#: src/Core/MigrationMng.php:424
|
||
#, php-format
|
||
msgid ""
|
||
"Can't remove installer file <b>%s</b>, please remove it for security reasons"
|
||
msgstr ""
|
||
|
||
#: src/Core/MigrationMng.php:435
|
||
#, php-format
|
||
msgid "Installer file <b>%s</b> renamed with HASH"
|
||
msgstr ""
|
||
|
||
#: src/Core/MigrationMng.php:441
|
||
#, php-format
|
||
msgid ""
|
||
"Can't rename installer file <b>%s</b> with HASH, please remove it for "
|
||
"security reasons"
|
||
msgstr ""
|
||
|
||
#: src/Core/MigrationMng.php:474
|
||
msgid "Original files folder moved in installer backup directory"
|
||
msgstr ""
|
||
|
||
#: src/Core/MigrationMng.php:479
|
||
#, php-format
|
||
msgid "Can't move %1$s to %2$s"
|
||
msgstr ""
|
||
|
||
#: src/Core/MigrationMng.php:497
|
||
msgid "Installer log"
|
||
msgstr ""
|
||
|
||
#: src/Core/MigrationMng.php:498
|
||
msgid "Installer boot log"
|
||
msgstr ""
|
||
|
||
#: src/Core/MigrationMng.php:499
|
||
msgid "Original files folder"
|
||
msgstr ""
|
||
|
||
#: src/Libs/Snap/SnapIO.php:1295
|
||
msgid "File does not exist!"
|
||
msgstr ""
|
||
|
||
#: src/Libs/Snap/SnapIO.php:1299
|
||
#, php-format
|
||
msgid "'%s' is not a file!"
|
||
msgstr ""
|
||
|
||
#: src/Libs/Snap/SnapIO.php:1348
|
||
msgid "Content is empty!"
|
||
msgstr ""
|
||
|
||
#: src/Models/BrandEntity.php:115
|
||
msgid "Keep Plugin"
|
||
msgstr ""
|
||
|
||
#: src/Models/BrandEntity.php:118
|
||
msgid "Remove Plugin"
|
||
msgstr ""
|
||
|
||
#: src/Models/BrandEntity.php:174
|
||
msgid "The default content used when a brand is not defined"
|
||
msgstr ""
|
||
|
||
#: src/Models/BrandEntity.php:175
|
||
#, php-format
|
||
msgid "%s Duplicator Pro"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:49
|
||
msgid "New Storage"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:307
|
||
msgid "Storage name is required."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:822
|
||
#, php-format
|
||
msgid "Testing %s storage..."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:826
|
||
#, php-format
|
||
msgid "Storage %s isn't supported on current server"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:831
|
||
#, php-format
|
||
msgid "Storage %s config data isn't valid"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:845
|
||
#: src/Models/Storages/AbstractStorageEntity.php:867
|
||
#, php-format
|
||
msgid "Checking if the temporary file exists \"%1$s\"..."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:848
|
||
#, php-format
|
||
msgid ""
|
||
"File with the temporary file name already exists, please try again \"%1$s\""
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:851
|
||
msgid "File with the temporary file name already exists, please try again"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:855
|
||
#, php-format
|
||
msgid "Creating temporary file \"%1$s\"..."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:859
|
||
msgid "There was a problem when storing the temporary file"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:863
|
||
msgid "There was a problem storing the temporary file"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:870
|
||
#, php-format
|
||
msgid "The temporary file was not found \"%1$s\""
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:873
|
||
msgid "The temporary file was not found"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:877
|
||
#, php-format
|
||
msgid "Deleting temporary file \"%1$s\"..."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:880
|
||
#, php-format
|
||
msgid "There was a problem when deleting the temporary file \"%1$s\""
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:883
|
||
msgid "There was a problem deleting the temporary file"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/AbstractStorageEntity.php:887
|
||
#: src/Models/Storages/AbstractStorageEntity.php:888
|
||
msgid "Successfully stored and deleted file"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/DefaultLocalStorage.php:34
|
||
msgid "The default location for storage on this server."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/DefaultLocalStorage.php:93
|
||
msgid "Default Local"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/DefaultLocalStorage.php:172
|
||
msgid "Default local storage updated."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:95
|
||
#: template/admin_pages/packages/packages_scripts.php:94
|
||
msgid "Local"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:171
|
||
msgid "By removing this storage all backups inside it will be deleted."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:205
|
||
msgid "Copying to directory:"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:207
|
||
#, php-format
|
||
msgid "Copy to directory %1$s is pending"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:209
|
||
#, php-format
|
||
msgid "Failed to copy to directory %1$s"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:211
|
||
#, php-format
|
||
msgid "Cancelled before could copy to directory %1$s"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:213
|
||
#, php-format
|
||
msgid "Copied package to directory %1$s"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:281
|
||
#, php-format
|
||
msgid "Storage Provider Updated - Unable to init folder %1$s."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:288
|
||
#, php-format
|
||
msgid "Storage Provider Updated - Folder %1$s was created."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:309
|
||
msgid "Local storage path can't be empty."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:314
|
||
msgid ""
|
||
"This storage path can't be used because it is a core WordPress directory or "
|
||
"a sub-path of a core directory."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:321
|
||
msgid ""
|
||
"A local storage already exists or current folder is a child of another "
|
||
"existing storage folder."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:327
|
||
msgid ""
|
||
"Selected storage path already exists and isn't empty select another path."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:328
|
||
msgid "Select another folder or remove all files that are not backup archives."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:609
|
||
msgid "Local Storage"
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:632
|
||
msgid ""
|
||
"How much should be copied to Local Storages per attempt. Higher=faster but "
|
||
"less reliable."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/Local/LocalStorage.php:635
|
||
#, php-format
|
||
msgid "Default size %1$dMB. Min size %2$dMB."
|
||
msgstr ""
|
||
|
||
#: src/Models/Storages/UnknownStorage.php:132
|
||
msgid "Unknown storage type"
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/BuildComponents.php:348
|
||
#: template/admin_pages/import/import-package-details.php:168
|
||
#: template/admin_pages/packages/details/detail.php:793
|
||
#: template/admin_pages/packages/details/detail.php:864
|
||
#: template/admin_pages/packages/packages_overview_help.php:161
|
||
#: template/admin_pages/settings/package/inc_basic.php:54
|
||
#: views/packages/main/s1.setup3.archive.php:71
|
||
#: views/packages/main/s1.setup4.install.php:154
|
||
#: views/packages/main/s1.setup4.install.php:221
|
||
#: views/packages/main/s2.scan3.archive.php:385
|
||
#: views/packages/main/s2.scan3.archive.php:730
|
||
#: views/tools/templates/template.edit.php:252
|
||
#: views/tools/templates/template.edit.php:441
|
||
#: views/tools/templates/template.edit.php:500
|
||
msgid "Database"
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/BuildComponents.php:350
|
||
msgid "Core"
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/BuildComponents.php:352
|
||
msgid "Plugins"
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/BuildComponents.php:354
|
||
msgid "Only Active Plugins"
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/BuildComponents.php:356
|
||
msgid "Themes"
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/BuildComponents.php:358
|
||
msgid "Only Active Themes"
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/BuildComponents.php:360
|
||
msgid "Media"
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/BuildComponents.php:362
|
||
msgid "Other"
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/BuildComponents.php:381
|
||
#: template/admin_pages/packages/package_row_complete.php:63
|
||
#: template/admin_pages/packages/package_row_incomplete.php:66
|
||
#: views/packages/main/s1.setup3.archive.php:45
|
||
#: views/packages/main/s2.scan3.archive.php:50
|
||
msgid "Database Only"
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/BuildComponents.php:383
|
||
#: views/packages/main/s1.setup3.archive.php:50
|
||
msgid "Media Only"
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/BuildComponents.php:385
|
||
msgid "Custom"
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/DupArchive/PackageDupArchive.php:51
|
||
msgid ""
|
||
"Package build appears stuck so marking package as failed. Is the Max Worker "
|
||
"Time set too high?."
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/DupArchive/PackageDupArchive.php:187
|
||
msgid ""
|
||
"Package build failure due to building a large package on 32 bit PHP. Please "
|
||
"see "
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/DupArchive/PackageDupArchive.php:188
|
||
msgid "Tech docs"
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/DupArchive/PackageDupArchive.php:189
|
||
msgid "for instructions on how to resolve."
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/DupArchive/PackageDupArchive.php:195
|
||
msgid "Problem adding items to archive."
|
||
msgstr ""
|
||
|
||
#: src/Package/Create/DupArchive/PackageDupArchive.php:196
|
||
msgid "Problems adding items to archive."
|
||
msgstr ""
|
||
|
||
#: src/Package/Import/PackageImporter.php:151
|
||
#: src/Package/Import/PackageImporter.php:1110
|
||
#: src/Utils/ZipArchiveExtended.php:319
|
||
msgid ""
|
||
"ZipArchive PHP module is not installed/enabled. The current package cannot "
|
||
"be opened."
|
||
msgstr ""
|
||
|
||
#: src/Package/Import/PackageImporter.php:253
|
||
msgid "PHP configuration is preventing extraction of the encrypted DupArchive."
|
||
msgstr ""
|
||
|
||
#: src/Package/Import/PackageImporter.php:330
|
||
msgid "Invalid password"
|
||
msgstr ""
|
||
|
||
#: src/Package/Import/PackageImporter.php:545
|
||
msgid ""
|
||
"Duplicator cannot launch Import because on this Server it isn't possible to "
|
||
"determine installer path:"
|
||
msgstr ""
|
||
|
||
#: src/Package/Import/PackageImporter.php:567
|
||
msgid "Isn't possibile create mu-plugin for bridge insall"
|
||
msgstr ""
|
||
|
||
#: src/Package/Import/PackageImporter.php:1004
|
||
msgid ""
|
||
"The imported package is invalid. Please create another package and retry the "
|
||
"import."
|
||
msgstr ""
|
||
|
||
#: src/Package/Import/PackageImporter.php:1005
|
||
#, php-format
|
||
msgid "Error: %s"
|
||
msgstr ""
|
||
|
||
#: src/Package/Import/PackageImporter.php:1029
|
||
#, php-format
|
||
msgid ""
|
||
"Package is incompatible or too old. Only packages created with Duplicator "
|
||
"Pro v%s or higher can be imported."
|
||
msgstr ""
|
||
|
||
#: src/Package/Import/PackageImporter.php:1050
|
||
#, php-format
|
||
msgid ""
|
||
"Due to security blocks on hosting the bridge installation mode is the only "
|
||
"one available. \n"
|
||
" This mode is possibil only with packages created with "
|
||
"PRO version %s or later."
|
||
msgstr ""
|
||
|
||
#: src/Package/Import/PackageImporter.php:1060
|
||
msgid "The package lacks some of the installer files."
|
||
msgstr ""
|
||
|
||
#: src/Package/Import/PackageImporter.php:1080
|
||
#, php-format
|
||
msgid ""
|
||
"This package is importable but the installation type \"import subsite in "
|
||
"multisite\" isn't available \n"
|
||
" because it was created with a version of Duplicator "
|
||
"prior to %s"
|
||
msgstr ""
|
||
|
||
#: src/Package/Import/PackageImporter.php:1089
|
||
#, php-format
|
||
msgid ""
|
||
"To use this type of installation use a package created with version %s +"
|
||
msgstr ""
|
||
|
||
#: src/Package/Recovery/RecoveryPackage.php:84
|
||
msgid ""
|
||
"The package is missing WordPress core folder(s)! It must include wp-admin, "
|
||
"wp-content, wp-includes, uploads, plugins, and themes folders."
|
||
msgstr ""
|
||
|
||
#: src/Package/Recovery/RecoveryPackage.php:91
|
||
msgid "The package is missing some subsites."
|
||
msgstr ""
|
||
|
||
#: src/Package/Recovery/RecoveryPackage.php:96
|
||
msgid "The package is missing some of the site tables."
|
||
msgstr ""
|
||
|
||
#: src/Package/Recovery/RecoveryPackage.php:398
|
||
#, php-format
|
||
msgid ""
|
||
"Duplicator cannot set Recovery Point because on this Server it isn't "
|
||
"possible to determine installer path %s"
|
||
msgstr ""
|
||
|
||
#: src/Package/SettingsUtils.php:51
|
||
msgid "To enable this feature consider the following options:"
|
||
msgstr ""
|
||
|
||
#: src/Package/SettingsUtils.php:56
|
||
msgid ""
|
||
"Upgrade this server to PHP 7.2+ anz Libzip 1.2+ for ZIP encryption support. "
|
||
msgstr ""
|
||
|
||
#: src/Pro/Requirements.php:49
|
||
msgid "Sorry, you cannot activate the Duplicator PRO plugin "
|
||
msgstr ""
|
||
|
||
#: src/Pro/Requirements.php:50
|
||
msgid "while the Duplicator LITE version is active."
|
||
msgstr ""
|
||
|
||
#: src/Pro/Requirements.php:51
|
||
msgid ""
|
||
"Please deactivate the Duplicator LITE plugin, then reactivate the Duplicator "
|
||
"PRO Plugin from the "
|
||
msgstr ""
|
||
|
||
#: src/Pro/Requirements.php:52
|
||
msgid "plugins page"
|
||
msgstr ""
|
||
|
||
#: src/Pro/Requirements.php:132
|
||
msgid "Duplicator Pro Notice:"
|
||
msgstr ""
|
||
|
||
#: src/Pro/Requirements.php:133
|
||
msgid ""
|
||
"The \"Duplicator Lite\" and \"Duplicator Pro\" plugins cannot both be active "
|
||
"at the same time. "
|
||
msgstr ""
|
||
|
||
#: src/RESTPoints/SubsiteActions.php:66 src/RESTPoints/Versions.php:54
|
||
msgid "You cannot execute this action."
|
||
msgstr ""
|
||
|
||
#: src/Utils/CachesPurge/CacheItem.php:61
|
||
#, php-format
|
||
msgid "All caches on <b>%s</b> have been purged."
|
||
msgstr ""
|
||
|
||
#: src/Utils/CachesPurge/CacheItem.php:100
|
||
#: src/Utils/CachesPurge/CacheItem.php:104
|
||
#, php-format
|
||
msgid "Error on caches purge of <b>%s</b>."
|
||
msgstr ""
|
||
|
||
#: src/Utils/CronUtils.php:32
|
||
msgid "Once a Day"
|
||
msgstr ""
|
||
|
||
#: src/Utils/CronUtils.php:37
|
||
msgid "Once a Week"
|
||
msgstr ""
|
||
|
||
#: src/Utils/CronUtils.php:42
|
||
msgid "Once a Month"
|
||
msgstr ""
|
||
|
||
#: src/Utils/DuplicatorPhpVersionCheck.php:60
|
||
#, php-format
|
||
msgid ""
|
||
"DUPLICATOR PRO: Your system is running a very old version of PHP (%s) that "
|
||
"is no longer supported by Duplicator."
|
||
msgstr ""
|
||
|
||
#: src/Utils/DuplicatorPhpVersionCheck.php:70
|
||
#, php-format
|
||
msgid ""
|
||
"Please ask your host or server administrator to update to PHP %1s or greater."
|
||
msgstr ""
|
||
|
||
#: src/Utils/DuplicatorPhpVersionCheck.php:79
|
||
#, php-format
|
||
msgid ""
|
||
"If this is not possible, open a %1$shelp ticket%2$s and request a previous "
|
||
"version of Duplicator Pro compatible with PHP %3$s."
|
||
msgstr ""
|
||
|
||
#: src/Utils/Email/EmailSummary.php:176
|
||
msgid "[Schedule Deleted]"
|
||
msgstr ""
|
||
|
||
#: src/Utils/Email/EmailSummary.php:334 views/settings/schedule.php:49
|
||
msgid "Never"
|
||
msgstr ""
|
||
|
||
#: src/Utils/Email/EmailSummary.php:350
|
||
msgid "day"
|
||
msgstr ""
|
||
|
||
#: src/Utils/Email/EmailSummary.php:352
|
||
msgid "month"
|
||
msgstr ""
|
||
|
||
#: src/Utils/Email/EmailSummary.php:355
|
||
msgid "week"
|
||
msgstr ""
|
||
|
||
#: src/Utils/Settings/MigrateSettings.php:108
|
||
msgid "Export data file has been created!<br/>"
|
||
msgstr ""
|
||
|
||
#: src/Utils/Settings/MigrateSettings.php:172
|
||
msgid "All data has been successfully imported and updated! <br/>"
|
||
msgstr ""
|
||
|
||
#: src/Utils/Settings/MigrateSettings.php:173
|
||
#, php-format
|
||
msgid "Backup data file has been created here %s"
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:109
|
||
msgid ""
|
||
"The plugin cannot be activated due to problems during initialization. Please "
|
||
"reinstall the plugin deleting the current installation"
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:185
|
||
msgid ""
|
||
"<strong>Duplicator Pro</strong> was unable to fetch the contents of the S3 "
|
||
"bucket to remove old packages."
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:190
|
||
#, php-format
|
||
msgid ""
|
||
"<strong>RECOMMENDATION:</strong> Please make sure your S3 bucket settings "
|
||
"are aligned with our \n"
|
||
" %1$sStep-by-Step guide%2$s and %3$sUser Bucket Policy%4$s."
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:247
|
||
#, php-format
|
||
msgid "%1$sWarning! A Duplicator Pro scheduled backup has failed.%2$s"
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:250
|
||
#, php-format
|
||
msgid ""
|
||
"This message will continue to be displayed until a %1$sscheduled build%2$s "
|
||
"successfully runs. "
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:257
|
||
#, php-format
|
||
msgid "To ignore and clear this message %1$sclick here%2$s"
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:289
|
||
msgid "Duplicator Pro Errors Detected"
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:291
|
||
msgid "Package build error(s) were encountered. Click the button(s) in the"
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:292
|
||
msgid "Necessary Actions"
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:292
|
||
msgid "section to reconfigure Duplicator Pro."
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:294
|
||
msgid "Error(s):"
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:301
|
||
msgid "Necessary Action(s):"
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:310
|
||
#: template/admin_pages/packages/packages_scripts.php:232
|
||
msgid "Resolve This"
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:447
|
||
msgid "Warning!"
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:447
|
||
#: template/parts/migration/almost-complete.php:33
|
||
msgid "Migration Almost Complete!"
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:448
|
||
msgid "Plugin(s) listed here must be activated, Please activate them:"
|
||
msgstr ""
|
||
|
||
#: src/Views/AdminNotices.php:456
|
||
#, php-format
|
||
msgid "Activate %s"
|
||
msgstr ""
|
||
|
||
#: src/Views/DashboardWidget.php:51
|
||
#: template/admin_pages/import/import-package-details.php:93
|
||
msgid "Duplicator"
|
||
msgstr ""
|
||
|
||
#: src/Views/DashboardWidget.php:204
|
||
msgid "A package is currently running."
|
||
msgstr ""
|
||
|
||
#: src/Views/DashboardWidget.php:221
|
||
msgid "No packages have been created yet."
|
||
msgstr ""
|
||
|
||
#: src/Views/DashboardWidget.php:252
|
||
msgid "MonsterInsights"
|
||
msgstr ""
|
||
|
||
#: src/Views/DashboardWidget.php:258
|
||
msgid "AIOSEO"
|
||
msgstr ""
|
||
|
||
#: src/Views/DashboardWidget.php:264
|
||
msgid "SeedProd"
|
||
msgstr ""
|
||
|
||
#: src/Views/DashboardWidget.php:270
|
||
msgid "WP Mail SMTP"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/diagnostics/clean_tmp_cache_message.php:31
|
||
msgid "Build cache removed."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/diagnostics/purge_orphans_message.php:30
|
||
msgid "Cleaned up orphaned package files!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/diagnostics/purge_orphans_message.php:49
|
||
msgid "If any orphaned files didn't get removed then delete them manually"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-installer-error.php:21
|
||
msgid "Install package error"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-installer-error.php:24
|
||
msgid "Error on package prepare, please go back and try again."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-installer.php:43
|
||
msgid "Back to Import"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-installer.php:50
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:54
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:92
|
||
msgid "Copy Recovery URL to clipboard"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-installer.php:51
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:55
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:93
|
||
msgid "Recovery URL copied to clipboard"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-installer.php:52
|
||
msgid "Copy Recovery URL"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-installer.php:56
|
||
msgid "Recovery Point Not Set"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-message-upload-error.php:29
|
||
msgid "UPLOAD FILE PROBLEM"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-message-upload-error.php:32
|
||
msgid "Error message:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-message-upload-error.php:38
|
||
msgid ""
|
||
"If you are using Server to Server transfer function make sure the URL is a "
|
||
"valid URL"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-message-upload-error.php:56
|
||
#, php-format
|
||
msgid ""
|
||
"Upload the file via FTP/file manager to the \"%s\" folder and reload the "
|
||
"page."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:42
|
||
msgid "Valid password required"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:47
|
||
msgid "Submit"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:68
|
||
msgid "This package is ready to install, click the continue button to proceed."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:70
|
||
msgid ""
|
||
"The information below is related to the package and the source site where "
|
||
"the package was created."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:79
|
||
msgid "Site Details:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:82
|
||
msgid "URL"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:86
|
||
msgid "Path"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:90
|
||
msgid "Versions:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:97
|
||
#: template/admin_pages/packages/details/detail.php:122
|
||
#: template/admin_pages/packages/row_parts/details_package.php:44
|
||
#: views/packages/main/s2.scan2.server.php:234
|
||
msgid "WordPress"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:101
|
||
#: template/admin_pages/packages/details/detail.php:124
|
||
msgid "PHP"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:106
|
||
msgid "Package components:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:116
|
||
#: template/parts/recovery/exclude_data_box.php:255
|
||
msgid "included"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:118
|
||
#: template/parts/recovery/exclude_data_box.php:257
|
||
msgid "excluded"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:125
|
||
msgid "Archive:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:128
|
||
#: template/admin_pages/import/step1/packages-list.php:38
|
||
#: template/admin_pages/packages/details/detail.php:90
|
||
#: template/admin_pages/packages/packages_table_head.php:73
|
||
#: template/admin_pages/packages/screen_options.php:63
|
||
#: template/parts/recovery/package_info_mini.php:34
|
||
msgid "Created"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:132
|
||
#: template/admin_pages/import/import-package-details.php:155
|
||
#: template/admin_pages/import/step1/packages-list.php:37
|
||
#: template/admin_pages/packages/details/detail.php:665
|
||
#: template/admin_pages/packages/packages_table_head.php:79
|
||
#: template/admin_pages/packages/screen_options.php:51
|
||
#: views/packages/main/s2.scan3.archive.php:105
|
||
#: views/packages/main/s2.scan3.archive.php:437
|
||
msgid "Size"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:137
|
||
#: template/admin_pages/packages/row_parts/details_package.php:58
|
||
msgid "Folders"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:141
|
||
#: template/admin_pages/packages/details/detail.php:163
|
||
#: template/admin_pages/packages/details/detail.php:505
|
||
#: template/admin_pages/packages/row_parts/details_package.php:52
|
||
#: views/packages/main/s1.setup3.archive.php:70
|
||
#: views/packages/main/s2.scan3.archive.php:44
|
||
#: views/packages/main/s2.scan3.archive.php:106
|
||
#: views/packages/main/s2.scan3.archive.php:764
|
||
#: views/packages/main/s2.scan3.archive.php:817
|
||
#: views/tools/templates/template.edit.php:251
|
||
msgid "Files"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:146
|
||
msgid "Database:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:159
|
||
#: template/admin_pages/packages/details/detail.php:639
|
||
#: template/admin_pages/packages/row_parts/details_package.php:64
|
||
#: views/packages/main/s2.scan3.archive.php:438
|
||
msgid "Tables"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:163
|
||
msgid "Rows"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-package-details.php:169
|
||
msgid "Not Included"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-scripts.php:21
|
||
msgid "Delete Package?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-scripts.php:25
|
||
msgid "Are you sure you want to delete the selected package?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-scripts.php:31
|
||
msgid ""
|
||
"<b>Invalid archive name:</b> The archive name must follow the Duplicator "
|
||
"package name pattern\n"
|
||
" e.g. PACKAGE_NAME_[HASH]_[YYYYMMDDHHSS]_archive.zip (or with a .daf "
|
||
"extension). \n"
|
||
" <br>Please make sure not to rename the archive after downloading it "
|
||
"and try again!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-scripts.php:44
|
||
msgid "Archive file name already exists! <br>Please remove it and try again!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-scripts.php:52
|
||
msgid "Package uploaded"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-scripts.php:58
|
||
msgid "Package upload cancelled"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-scripts.php:64
|
||
msgid "Package removed"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-scripts.php:124
|
||
msgid "You have uploads pending, are you sure you want to leave this page?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-scripts.php:360
|
||
msgid "loading..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-scripts.php:424
|
||
msgid "The file size exceeds the maximum upload limit."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-step2.php:36
|
||
#, php-format
|
||
msgid "Step %s of 2: Confirmation"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-step2.php:43
|
||
#: template/admin_pages/packages/packages_scripts.php:128
|
||
#: template/admin_pages/packages/row_parts/details_package.php:114
|
||
#: template/admin_pages/packages/toolbar.php:91
|
||
#: template/admin_pages/tools/recovery/recovery.php:30
|
||
msgid "Disaster Recovery"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-step2.php:68
|
||
msgid ""
|
||
"The Recovery Point is not mandatory to perform an import. \n"
|
||
" However, it can assist in restoring this site if there "
|
||
"is a problem during install. \n"
|
||
" If you have no need to recover this site then you can "
|
||
"continue without creating the Recovery Point."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-step2.php:81
|
||
msgid "System Overview"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-step2.php:86
|
||
msgid "This site currently contains"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-step2.php:98
|
||
#: views/settings/general/inc.migrate.php:223
|
||
#: views/settings/general/inc.migrate.php:239
|
||
msgid "This process will:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-step2.php:103
|
||
msgid "Launch the interactive installer wizard to install this new package."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/import-step2.php:122
|
||
msgid "Launch Installer"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:21
|
||
#, php-format
|
||
msgid "<b>Chunk Size:</b> N/A | <b>Max Size:</b> %s"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:22
|
||
msgid ""
|
||
"If you need to upload a larger file, go to [Settings > Import] and set "
|
||
"Upload Chunk Size"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:26
|
||
#, php-format
|
||
msgid "<b>Chunk Size:</b> %s | <b>Max Size:</b> No Limit"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:32
|
||
msgid ""
|
||
"The max file size limit is ignored when chunk size is enabled. \n"
|
||
" Use a large chunk size with fast connections and a small size with "
|
||
"slower connections.\n"
|
||
" You can change the chunk size by going to [Settings > Import]."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:43
|
||
msgid ""
|
||
"Upload speeds can be affected by various server connections and setups. \n"
|
||
" Additionally, chunk size can influence the upload speed [Settings > "
|
||
"Import]. \n"
|
||
" If changing the chunk size is still slow, try uploading the archive "
|
||
"manually with these steps:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:50
|
||
msgid "1. Cancel current upload"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:51
|
||
msgid ""
|
||
"2. Manually upload archive to:<br/> <i>/wp-content/backups-dup-"
|
||
"pro/imports/</i>"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:52
|
||
msgid "3. Refresh the Import screen"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:64
|
||
msgid "Import File"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:71
|
||
msgid "Import Link"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:83
|
||
msgid "Drag & Drop Archive File Here"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:90
|
||
msgid "Select File..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:102
|
||
msgid "Improve Upload Speed"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:105
|
||
msgid "Slow Upload"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:117
|
||
msgid "Import From Link"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:122
|
||
msgid "Enter Full URL to Archive"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/add-file-area.php:124
|
||
msgid "Upload"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/import-step1.php:30
|
||
#, php-format
|
||
msgid "Step %s of 2: Upload Archive"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/package-row-no-found.php:22
|
||
msgid "No archive files found!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/package-row-no-found.php:23
|
||
msgid "Please upload a Duplicator archive.zip/daf in the area above."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/package-row-no-found.php:24
|
||
msgid "This will start the import process to overwrite the current site."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/package-row-no-found.php:27
|
||
msgid "How does this work?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/package-row.php:64
|
||
#, php-format
|
||
msgid "Total %d bytes"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/package-row.php:74
|
||
#: template/admin_pages/packages/details/details_header.php:38
|
||
msgid "Details"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/package-row.php:78
|
||
msgid "Remove"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/package-row.php:84
|
||
msgid "Continue"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/packages-list.php:36
|
||
msgid "Archives"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/packages-list.php:39
|
||
#: template/admin_pages/packages/details/transfer.php:266
|
||
#: template/admin_pages/packages/packages_table_head.php:65
|
||
#: views/tools/templates/widget/template-filters-info.php:38
|
||
msgid "Status"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/views-and-options.php:37
|
||
msgid "VIEWS"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/views-and-options.php:40
|
||
msgid "Advanced mode"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/views-and-options.php:47
|
||
msgid "View last uploaded package"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/views-and-options.php:50
|
||
msgid "TOOLS"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/views-and-options.php:54
|
||
#: template/admin_pages/settings/import/import.php:27
|
||
#: views/settings/general/inc.migrate.php:156
|
||
#: views/settings/general/inc.migrate.php:158
|
||
msgid "Import Settings"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/import/step1/views-and-options.php:61
|
||
#: template/admin_pages/packages/packages_overview_help.php:643
|
||
#: views/tools/diagnostics/support.php:53
|
||
msgid "Quick Start"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:43
|
||
msgid "- not set -"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:50
|
||
msgid "open all"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:53
|
||
msgid "close all"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:63
|
||
#: template/admin_pages/packages/details/detail.php:303
|
||
#: template/admin_pages/packages/details/detail.php:400
|
||
#: template/admin_pages/packages/details/detail.php:741
|
||
#: template/admin_pages/packages/details/transfer.php:256
|
||
#: views/packages/main/s1.setup1.reqs.php:35
|
||
#: views/packages/main/s1.setup2.store.php:25
|
||
#: views/packages/main/s1.setup3.archive.php:59
|
||
#: views/packages/main/s1.setup4.install.php:33
|
||
#: views/settings/general/inc.migrate.php:123
|
||
#: views/settings/general/inc.migrate.php:158
|
||
#: views/tools/diagnostics/inc.data.php:25
|
||
#: views/tools/diagnostics/inc.phpinfo.php:19
|
||
#: views/tools/diagnostics/inc.settings.php:54
|
||
#: views/tools/diagnostics/inc.validator.php:35
|
||
#: views/tools/templates/template.edit.php:242
|
||
#: views/tools/templates/template.edit.php:352
|
||
msgid "Toggle panel:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:76
|
||
msgid "ID"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:77
|
||
msgid "Hash"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:78
|
||
msgid "Full Name"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:86
|
||
#: template/admin_pages/storages/storage_edit.php:100
|
||
#: template/admin_pages/storages/storage_list.php:173
|
||
#: views/packages/main/s1.setup0.base.php:113
|
||
#: views/packages/main/s2.scan3.archive.php:703
|
||
#: views/settings/package/inc.brand.edit.php:161
|
||
#: views/settings/package/inc.brand.edit.php:190
|
||
#: views/settings/package/inc.brand.list.php:170
|
||
#: views/settings/package/inc.brand.list.php:205
|
||
#: views/tools/templates/template.edit.php:227
|
||
#: views/tools/templates/widget/template-filters-info.php:69
|
||
msgid "Notes"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:87
|
||
#: views/packages/main/s2.scan3.archive.php:704
|
||
#: views/tools/templates/widget/template-filters-info.php:70
|
||
msgid "- no notes -"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:103
|
||
msgid " years, "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:104
|
||
msgid " months, "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:104
|
||
#: template/admin_pages/packages/details/detail.php:105
|
||
msgid " days"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:107
|
||
msgid "Full Age"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:108
|
||
msgid "Days Old"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:111
|
||
msgid "- not set in this version -"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:116
|
||
msgid "Versions"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:123
|
||
#: template/admin_pages/packages/details/detail.php:125
|
||
#: template/admin_pages/packages/details/detail.php:127
|
||
#: template/admin_pages/packages/details/detail.php:129
|
||
#: template/admin_pages/packages/details/detail.php:133
|
||
msgid "- unknown -"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:126
|
||
msgid "OS"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:128
|
||
msgid "Mysql"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:140
|
||
msgid "Runtime"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:153
|
||
msgid "error running"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:158
|
||
#: template/admin_pages/packages/details/detail.php:311
|
||
#: template/admin_pages/packages/details/detail.php:612
|
||
#: template/admin_pages/packages/details/transfer.php:103
|
||
#: template/admin_pages/packages/details/transfer.php:267
|
||
#: template/admin_pages/schedules/schedule_edit.php:244
|
||
#: template/admin_pages/storages/storage_edit.php:106
|
||
#: template/admin_pages/storages/storage_list.php:112
|
||
#: template/admin_pages/storages/storage_list.php:177
|
||
#: views/packages/main/s1.setup2.store.php:37
|
||
#: views/tools/diagnostics/phplogs.php:135
|
||
msgid "Type"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:185
|
||
msgid "Share File Links"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:189
|
||
#: template/admin_pages/packages/details/detail.php:398
|
||
#: template/admin_pages/packages/details/detail.php:400
|
||
#: template/admin_pages/packages/row_parts/download_buttons.php:73
|
||
#: template/admin_pages/settings/package/inc_basic.php:243
|
||
#: views/packages/main/s1.setup3.archive.php:27
|
||
#: views/packages/main/s2.scan3.archive.php:29
|
||
#: views/tools/templates/template.edit.php:237
|
||
#: views/tools/templates/template.edit.php:242
|
||
msgid "Archive"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:201
|
||
#: template/admin_pages/packages/details/detail.php:729
|
||
#: template/admin_pages/packages/details/detail.php:741
|
||
#: template/admin_pages/packages/row_parts/download_buttons.php:62
|
||
#: views/packages/main/s1.setup4.install.php:31
|
||
#: views/tools/templates/template.edit.php:350
|
||
#: views/tools/templates/template.edit.php:352
|
||
msgid "Installer"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:209
|
||
#: template/admin_pages/packages/details/detail.php:240
|
||
#: template/admin_pages/packages/details/detail.php:249
|
||
msgid "Build Log"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:218
|
||
msgid "Click links to download"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:228
|
||
msgid ""
|
||
"The package files are in remote storage location(s). Please visit the "
|
||
"storage provider to download."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:247
|
||
msgid ""
|
||
"Package files were not created successfully. Please see the build log for "
|
||
"more details."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:263
|
||
msgid "Download Links"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:266
|
||
msgid "The following links contain sensitive data. Please share with caution!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:275
|
||
msgid "Select & Copy"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:284
|
||
msgid ""
|
||
"An exact copy of the database SQL and installer file can both be found "
|
||
"inside of the archive.zip/daf file. \n"
|
||
" Download and extract the archive file to get a "
|
||
"copy of the installer which will be named 'installer-backup.php'.\n"
|
||
" For details on how to extract a archive.daf file "
|
||
"please see: "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:289
|
||
msgid "How do I work with DAF files and the DupArchive extraction tool?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:303
|
||
#: views/packages/main/s1.setup2.store.php:25
|
||
msgid "Storage Options"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:385
|
||
msgid "- No storage locations associated with this package -"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:408
|
||
msgid "FILES"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:412
|
||
#: template/admin_pages/packages/details/detail.php:616
|
||
msgid "Engine"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:418
|
||
#: template/admin_pages/settings/package/inc_basic.php:307
|
||
msgid "ZipArchive"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:421
|
||
msgid "ZipArchive ST"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:424
|
||
msgid "Shell Exec"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:434
|
||
#: template/admin_pages/packages/details/detail.php:624
|
||
#: template/parts/filters/package_components.php:97
|
||
#: template/parts/filters/tables_list_filter.php:54
|
||
msgid "Filters"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:442
|
||
#: views/packages/main/s2.scan3.archive.php:753
|
||
#: views/packages/main/s2.scan3.archive.php:808
|
||
msgid "Directories"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:448
|
||
msgid "User defined filtered directories"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:456
|
||
#: template/admin_pages/packages/details/detail.php:519
|
||
#: template/admin_pages/packages/details/detail.php:647
|
||
msgid "User Defined"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:463
|
||
#: template/admin_pages/packages/details/detail.php:489
|
||
#: template/admin_pages/packages/details/detail.php:527
|
||
#: template/admin_pages/packages/details/detail.php:553
|
||
msgid "- filter type not found -"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:474
|
||
#: template/admin_pages/packages/details/detail.php:538
|
||
msgid "These paths are filtered because they are unreadable by the system"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:482
|
||
#: template/admin_pages/packages/details/detail.php:546
|
||
msgid "Unreadable"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:511
|
||
msgid "User defined filtered files"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:569
|
||
msgid "Extensions"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:578
|
||
#: template/admin_pages/packages/details/detail.php:656
|
||
msgid "- no filters -"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:586
|
||
msgid "Components: "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:603
|
||
msgid "DATABASE"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:620
|
||
#: template/admin_pages/packages/setup/archive-filter-db-tab.php:31
|
||
#: template/admin_pages/settings/package/inc_basic.php:58
|
||
msgid "SQL Mode"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:631
|
||
msgid "User defined table filters."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:669
|
||
msgid "Collations"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:681
|
||
msgid "The Database was excluded from the package."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:689
|
||
#: template/admin_pages/packages/details/detail.php:750
|
||
msgid "SETUP"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:693
|
||
#: template/admin_pages/packages/details/detail.php:763
|
||
#: template/admin_pages/packages/setup/archive-setup-tab.php:29
|
||
#: template/admin_pages/packages/setup/archive-setup-tab.php:78
|
||
#: views/packages/main/s1.setup3.archive.php:75
|
||
msgid "Security"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:698
|
||
#: template/admin_pages/packages/setup/archive-setup-tab.php:50
|
||
#: views/tools/diagnostics/phplogs.php:182
|
||
msgid "None"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:701
|
||
#: template/admin_pages/packages/setup/archive-setup-tab.php:62
|
||
msgid "Installer password"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:704
|
||
#: template/admin_pages/packages/setup/archive-setup-tab.php:75
|
||
msgid "Archive encryption"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:716
|
||
msgid ""
|
||
"Lost passwords cannot be recovered. A new archive will need to be created."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:731
|
||
msgid "Installer password protection is on for this package."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:735
|
||
msgid "Installer password protection is off for this package."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:754
|
||
#: views/packages/main/s2.scan2.server.php:57
|
||
msgid "Brand"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:765
|
||
#: template/admin_pages/settings/general/general.php:157
|
||
#: template/admin_pages/settings/package/inc_basic.php:259
|
||
#: views/tools/diagnostics/inc.settings.php:188
|
||
msgid "On"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:765
|
||
#: template/admin_pages/settings/general/general.php:154
|
||
#: template/admin_pages/settings/package/inc_basic.php:256
|
||
#: template/admin_pages/settings/package/inc_basic.php:410
|
||
#: template/admin_pages/settings/package/inc_basic.php:553
|
||
#: views/tools/diagnostics/inc.settings.php:188
|
||
#: views/tools/diagnostics/inc.settings.php:227
|
||
msgid "Off"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:772
|
||
msgid "PREFILLS"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:780
|
||
#: views/packages/main/s1.setup4.install.php:134
|
||
#: views/tools/templates/template.edit.php:423
|
||
msgid "Basic"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:781
|
||
#: views/packages/main/s1.setup4.install.php:135
|
||
#: views/tools/templates/template.edit.php:424
|
||
msgid "cPanel"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:789
|
||
#: template/admin_pages/packages/details/detail.php:821
|
||
#: template/admin_pages/packages/details/detail.php:854
|
||
#: views/packages/main/s1.setup4.install.php:150
|
||
#: views/packages/main/s1.setup4.install.php:185
|
||
#: views/packages/main/s1.setup4.install.php:217
|
||
#: views/tools/diagnostics/inc.settings.php:125
|
||
#: views/tools/templates/template.edit.php:437
|
||
#: views/tools/templates/template.edit.php:473
|
||
#: views/tools/templates/template.edit.php:496
|
||
msgid "Host"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:803
|
||
#: template/admin_pages/packages/details/detail.php:831
|
||
#: template/admin_pages/packages/details/detail.php:874
|
||
#: template/admin_pages/settings/package/inc_advanced.php:223
|
||
#: views/packages/main/s1.setup4.install.php:158
|
||
#: views/packages/main/s1.setup4.install.php:189
|
||
#: views/packages/main/s1.setup4.install.php:235
|
||
#: views/tools/diagnostics/inc.settings.php:180
|
||
#: views/tools/templates/template.edit.php:445
|
||
#: views/tools/templates/template.edit.php:477
|
||
#: views/tools/templates/template.edit.php:504
|
||
msgid "User"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:814
|
||
#: views/packages/main/s1.setup4.install.php:171
|
||
#: views/tools/templates/template.edit.php:457
|
||
msgid "cPanel Login"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:817
|
||
#: views/packages/main/s1.setup4.install.php:174
|
||
#: views/tools/templates/template.edit.php:460
|
||
msgid "Automation"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:841
|
||
#: views/packages/main/s1.setup4.install.php:142
|
||
#: views/packages/main/s1.setup4.install.php:196
|
||
#: views/tools/templates/template.edit.php:433
|
||
#: views/tools/templates/template.edit.php:482
|
||
msgid "MySQL Server"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:844
|
||
#: views/packages/main/s1.setup4.install.php:205
|
||
#: views/tools/templates/template.edit.php:486
|
||
msgid "Action"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:848
|
||
#: views/packages/main/s1.setup4.install.php:209
|
||
msgid "Create A New Database"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:849
|
||
msgid "Connect to Existing Database and Remove All Data"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:900
|
||
msgid "Package File Links"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:905
|
||
msgid "ARCHIVE"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:906
|
||
msgid "INSTALLER"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/detail.php:907
|
||
msgid "LOG"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/details_header.php:48
|
||
msgid "Transfer"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/details_header.php:61
|
||
msgid "Error encountered building package, please review "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/details_header.php:62
|
||
msgid "package log"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/details_header.php:63
|
||
msgid " for details."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/details_header.php:68
|
||
msgid "For more help read the "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/details_header.php:69
|
||
msgid "FAQ pages"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/details_header.php:70
|
||
msgid " or submit a "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/details_header.php:72
|
||
msgid "help ticket"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/details_header.php:80
|
||
#: views/tools/templates/template.edit.php:530
|
||
msgid "Transfer Error"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/details_header.php:81
|
||
msgid "No package in default location so transfer is disabled."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/no_package_found.php:22
|
||
#, php-format
|
||
msgid ""
|
||
"Unable to find package id %d. The package does not exist or was deleted."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:38
|
||
msgid "Unable to locate file"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:45
|
||
msgid "Manual Transfer"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:47
|
||
msgid "Show file details"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:58
|
||
msgid "File Overview"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:60
|
||
msgid ""
|
||
"These files will be transferred to the selected storage locations. Links are "
|
||
"sensitive. Keep them safe!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:64
|
||
#: template/admin_pages/packages/packages_overview_help.php:90
|
||
#: template/admin_pages/packages/packages_overview_help.php:99
|
||
#: template/admin_pages/packages/packages_overview_help.php:574
|
||
#: template/admin_pages/packages/packages_overview_help.php:576
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:64
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:77
|
||
msgid "Archive File"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:69
|
||
#: template/admin_pages/packages/details/transfer.php:81
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:179
|
||
msgid "Copy Name"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:76
|
||
#: template/admin_pages/packages/packages_overview_help.php:124
|
||
#: template/admin_pages/packages/packages_overview_help.php:616
|
||
#: template/admin_pages/packages/packages_overview_help.php:618
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:158
|
||
msgid "Archive Installer"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:91
|
||
msgid "Step 1: Choose Location"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:95
|
||
msgid "Quick FTP Connect"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:191
|
||
msgid "No Storage Items Found"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:199
|
||
msgid "Create New Storage"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:214
|
||
msgid "Step 2: Transfer Files"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:219
|
||
msgid "Start Transfer"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:226
|
||
#: template/admin_pages/settings/package/inc_basic.php:399
|
||
msgid "Processing"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:228
|
||
msgid "Full package percentage shown on packages screen"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:242
|
||
#: template/admin_pages/packages/package_row_building.php:72
|
||
#: template/admin_pages/packages/package_row_incomplete.php:89
|
||
msgid "Stop Transfer"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:253
|
||
#: template/admin_pages/packages/details/transfer.php:256
|
||
msgid "Transfer Log"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:264
|
||
msgid "Started"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:265
|
||
msgid "Stopped"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:268
|
||
msgid "Description"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:286
|
||
msgid "Storage Warning!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:287
|
||
msgid "At least one storage location must be checked."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:291
|
||
msgid "Transfer Failure!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:292
|
||
msgid "Transfer failure when calling duplicator_pro_manual_transfer_storage."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:296
|
||
msgid "Build Error"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:297
|
||
msgid "Failed to stop build"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:302
|
||
msgid "Failed to stop build due to ajax error."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:358
|
||
msgid "Initiating transfer. Please wait."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:575
|
||
msgid "Log Items:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/details/transfer.php:581
|
||
msgid "- No transactions found for this package -"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/no_elements_row.php:25
|
||
msgid "No Packages Found"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/no_elements_row.php:26
|
||
msgid "Click 'Create New' to Archive Site"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/no_elements_row.php:28
|
||
msgid "New to Duplicator?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/no_elements_row.php:30
|
||
msgid "Learn Duplicator in a few minutes!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/no_elements_row.php:36
|
||
msgid "Visit the 'Quick Start' guide!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/package_row_building.php:35
|
||
msgid "Building Package"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/package_row_building.php:40
|
||
msgid "Please allow it to finish before creating another one."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/package_row_building.php:47
|
||
msgid "Transferring Package"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/package_row_building.php:55
|
||
msgid "Getting Transfer State..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/package_row_building.php:74
|
||
#: template/admin_pages/packages/package_row_incomplete.php:93
|
||
msgid "Stop Build"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/package_row_building.php:76
|
||
#: template/admin_pages/packages/package_row_incomplete.php:97
|
||
msgid "Cancel Pending"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/package_row_complete.php:74
|
||
msgid "This package was started manually from the schedules page."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/package_row_incomplete.php:85
|
||
msgid "Stop"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/package_row_incomplete.php:147
|
||
msgid "Building Package Files..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:18
|
||
msgid "This site's root path is:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:22
|
||
msgid "Learn how Duplicator works in just a few minutes..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:27
|
||
#: template/admin_pages/packages/packages_overview_help.php:48
|
||
msgid "Create Backups"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:28
|
||
#: template/admin_pages/packages/packages_overview_help.php:228
|
||
#: template/admin_pages/packages/packages_overview_help.php:264
|
||
msgid "Install Backups"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:51
|
||
msgid "Backups are the heart of Duplicator, and driven by these points!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:61
|
||
msgid "Packages can be manually created or scheduled"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:83
|
||
#: template/admin_pages/packages/row_parts/details_package.php:38
|
||
msgid "Package Overview"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:86
|
||
msgid "A package is a customizable backup of your site with these two files:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:93
|
||
msgid "Archive files can be created in either .zip or .daf file formats."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:96
|
||
msgid ""
|
||
"The Duplicator archive format (daf) is a custom format designed for large "
|
||
"sites on budget hosts"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:117
|
||
msgid "Installer File"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:120
|
||
msgid ""
|
||
"In case you lose this file an exact copy of this file is also stored inside "
|
||
"the archive named installer-backup.php"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:143
|
||
msgid "Package: Archive File"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:145
|
||
msgid ""
|
||
"An archive.zip/daf file contains your WordPress site with the following "
|
||
"assets:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:149
|
||
msgid "Site Files"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:151
|
||
msgid "WordPress Site Info"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:155
|
||
msgid ""
|
||
"All site files including the WordPress core files, plugins, themes and files "
|
||
"starting at the WordPress root folder."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:163
|
||
msgid "The database is stored in a single SQL file named database.sql."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:166
|
||
msgid ""
|
||
"By default all files/database tables are included unless filters are set."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:173
|
||
msgid "Package: Installer File"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:175
|
||
msgid "The installer.php is a PHP script that does the following:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:179
|
||
msgid "Extracts Archive"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:181
|
||
msgid "Helps to restores your WordPress files at a location of your choice."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:185
|
||
msgid "Installs Database "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:188
|
||
msgid "Restores database and properly updates all URL/paths."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:192
|
||
msgid ""
|
||
"The installer file is only used for classic & overwrite standard install "
|
||
"modes"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:199
|
||
msgid "Secure Installer"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:201
|
||
msgid "A secure installer keeps the location of your install process hidden."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:206
|
||
msgid "Unsecured"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:209
|
||
msgid ""
|
||
"An unsecured installer is named \"installer.php\". This mode should only be "
|
||
"used when outside users cannot access your server."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:214
|
||
msgid "Secured"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:217
|
||
msgid ""
|
||
"A secure installer is named \"[name]_[hash]_[date]_installer.php\" and is "
|
||
"only known by you."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:220
|
||
msgid "This keeps it safe from outside threats."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:267
|
||
msgid "With Duplicator there are several ways to restore/install a backup"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:322
|
||
msgid "Standard Install Modes"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:325
|
||
msgid "Standard install modes are the most popular and support these 3 modes."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:331
|
||
msgid "Import Install"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:334
|
||
msgid "Drag-n-drop or link an archive file to any destination WordPress site"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:340
|
||
msgid "Overwrite Install"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:343
|
||
msgid "Quickly overwrite an existing WordPress site in a few clicks"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:349
|
||
msgid "Classic Install"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:352
|
||
msgid "Install to an empty server directory like a new WordPress install does"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:361
|
||
msgid "Standard: Import Install"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:364
|
||
msgid ""
|
||
"Quick steps to import archive into an existing WordPress site and overwrite "
|
||
"it."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:369
|
||
msgid "Source Site"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:370
|
||
msgid "Create Package"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:371
|
||
msgid "Choose Import"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:373
|
||
msgid "Destination Site"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:374
|
||
msgid "Check WordPress"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:375
|
||
msgid "Import Archive"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:380
|
||
msgid "Create a Package"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:381
|
||
msgid "Pro ❯ Packages ❯ Create New"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:383
|
||
msgid "On any WordPress site with Duplicator create a package"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:388
|
||
msgid "Choose An Import Method"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:389
|
||
msgid "Pro ❯ Packages ❯ Package Overview"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:391
|
||
#: template/admin_pages/packages/packages_overview_help.php:426
|
||
msgid "URL Import"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:393
|
||
#: template/admin_pages/packages/packages_overview_help.php:401
|
||
msgid "Use"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:394
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:101
|
||
msgid "Copy Link"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:395
|
||
msgid "to run import link install"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:399
|
||
#: template/admin_pages/packages/packages_overview_help.php:431
|
||
msgid "File Import"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:403
|
||
msgid "to run import file install"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:409
|
||
msgid "Install WordPress"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:411
|
||
msgid "Install WordPress if not already installed"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:414
|
||
msgid ""
|
||
"Most Hosting platforms have a one click WordPress install, this will be the "
|
||
"quickest method to get WordPress on your host or have you host do it for you"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:422
|
||
msgid "Import Archive "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:423
|
||
msgid "Pro ❯ Import "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:427
|
||
msgid "Paste Link"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:428
|
||
msgid "from source site"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:432
|
||
msgid "Drag-n-drop"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:433
|
||
msgid "archive file from source site"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:444
|
||
msgid "Standard: Overwrite Install"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:447
|
||
msgid "Quick steps to overwrite an existing WordPress site."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:451
|
||
#: template/admin_pages/packages/packages_overview_help.php:484
|
||
msgid "Create package"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:452
|
||
#: template/admin_pages/packages/packages_overview_help.php:485
|
||
msgid " Create package on source site"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:455
|
||
#: template/admin_pages/packages/packages_overview_help.php:488
|
||
msgid "Transfer package"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:456
|
||
msgid ""
|
||
"Use FTP or cPanel to copy installer & archive to destination WordPress "
|
||
"site folder"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:459
|
||
#: template/admin_pages/packages/packages_overview_help.php:502
|
||
msgid "Run Installer"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:461
|
||
msgid ""
|
||
"On destination server browse to URL of installer.php and follow install "
|
||
"steps to overwrite site"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:468
|
||
msgid ""
|
||
"Overwrite mode uses the existing wp-config.php to pre-fill database settings "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:477
|
||
msgid "Standard: Classic Install"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:480
|
||
msgid "Quick steps to install a WordPress site."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:504
|
||
msgid ""
|
||
"On destination server browse to URL of installer.php and follow the install "
|
||
"steps"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:510
|
||
msgid "Classic install works simular to installing a brand new WordPress site"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:520
|
||
msgid "Custom Install Modes"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:523
|
||
msgid "There are 3 custom install modes for site re-deployment."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:529
|
||
#: template/parts/DashboardWidget/sections-section.php:117
|
||
msgid "Recovery Point"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:533
|
||
msgid "Restore the current site to a specific snapshot in time."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:539
|
||
msgid "Database Install"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:543
|
||
msgid "Backup and restore only the database"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:549
|
||
msgid "Two-Part"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:552
|
||
msgid "Run the install process by manually moving some of the site files"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:556
|
||
msgid "Custom Install Modes are not shown in detail in this tutorial"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:566
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:43
|
||
msgid "Install Resources"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:569
|
||
msgid "Look for the Install Resources to aid with the install process."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:578
|
||
msgid ""
|
||
"An import install only requires the archive file and can be from many "
|
||
"different remote locations"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:620
|
||
msgid ""
|
||
"Secure install names are complex, quickly copy the name to improve your "
|
||
"workflow."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:625
|
||
msgid "The installer.php file can be used for overwrite/classic install modes."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:633
|
||
msgid "More information"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:636
|
||
msgid "For additional detailed information checkout our online resources"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:649
|
||
msgid "Full User Guide"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_overview_help.php:655
|
||
msgid "Technical FAQs"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:46
|
||
msgid "Storage Locations"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:47
|
||
msgid "Loading Please Wait..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:54
|
||
#: template/admin_pages/schedules/schedule_list.php:275
|
||
#: template/admin_pages/storages/storage_list.php:219
|
||
#: views/settings/package/inc.brand.list.php:236
|
||
#: views/tools/templates/template.list.php:171
|
||
msgid "Bulk Action Required"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:56
|
||
msgid ""
|
||
"No selections made! Please select an action from the \"Bulk Actions\" drop "
|
||
"down menu!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:62
|
||
#: template/admin_pages/schedules/schedule_list.php:280
|
||
#: template/admin_pages/storages/storage_list.php:225
|
||
#: views/settings/package/inc.brand.list.php:241
|
||
#: views/tools/templates/template.list.php:176
|
||
msgid "Selection Required"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:65
|
||
msgid "No selections made! Please select at least one package to delete!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:71
|
||
#: views/packages/main/s1.setup3.archive.php:93
|
||
msgid "ERROR!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:72
|
||
msgid "Got an error or a warning: undefined"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:79
|
||
msgid "Failed to get details."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:87
|
||
msgid "Download Status"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:91
|
||
msgid ""
|
||
"No package files found at the 'Default' storage location on this server."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:92
|
||
msgid "Remote"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:93
|
||
msgid ""
|
||
"For packages stored remotely check the remote storage button next to the "
|
||
"download button."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:96
|
||
msgid ""
|
||
"To enable the direct download button be sure the local 'Default' or a non-"
|
||
"default, but 'Local' storage type is enabled when creating a package."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:100
|
||
msgid ""
|
||
"Note: If the Storage ❯ Default ❯ 'Max Packages' is set then "
|
||
"packages will be removed but the entry will still be visible on the packages "
|
||
"screen."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:110
|
||
msgid "Delete Packages?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:112
|
||
msgid "Are you sure you want to delete the selected package(s)?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:115
|
||
msgid ""
|
||
"Note: This action removes only packages located on this server. If a remote "
|
||
"package was created then it will not be removed or affected."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:118
|
||
msgid "Removing Packages, Please Wait..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:135
|
||
msgid "Disaster Recovery Available"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:144
|
||
msgid "Disaster Recovery Unavailable"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:157
|
||
msgid "Duplicator Pro Tutorial"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:227
|
||
#: views/packages/main/s1.setup0.base.php:180
|
||
#: views/packages/main/s2.scan1.base.php:326
|
||
msgid "Please Wait..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:269
|
||
#: template/admin_pages/packages/packages_scripts.php:291
|
||
msgid "Unexpected Error!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:437
|
||
msgid "Cancelling..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:458
|
||
msgid "Got an error or a warning"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_scripts.php:470
|
||
msgid "[Package Build Log]"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_foot.php:26
|
||
#, php-format
|
||
msgid ""
|
||
"The number of packages to keep is set at [%d]. To change this setting go "
|
||
"to \n"
|
||
" Duplicator Pro > Storage > Default > Max Packages and change the "
|
||
"value, otherwise this note can be ignored."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_foot.php:38
|
||
msgid "Note: max package retention enabled"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_foot.php:41
|
||
msgid "Storage Packages"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head.php:26
|
||
msgid ""
|
||
"When clicking the Installer download button, the 'Save as' dialog is "
|
||
"currently defaulting the name to 'installer.php'. \n"
|
||
" To improve the security and get more information, go to: \n"
|
||
" Settings > Packages Tab > Installer > Name option or click on the "
|
||
"gear icon at the top of this page."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head.php:33
|
||
msgid ""
|
||
"When clicking the Installer download button, the 'Save as' dialog is "
|
||
"defaulting the name to '[name]_[hash]_[date]_installer.php'. \n"
|
||
" This is the secure and recommended option. \n"
|
||
" For more information, go to: Settings > Packages Tab > Installer > "
|
||
"Name or click on the gear icon at the top of this page.<br/><br/>\n"
|
||
" To quickly copy the hashed installer name, to your clipboard use the "
|
||
"copy icon link or click the installer name and manually copy the selected "
|
||
"text."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head.php:52
|
||
msgid "Select all packages"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head.php:56
|
||
msgid "Backup Name"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head.php:59
|
||
#: template/admin_pages/packages/screen_options.php:40
|
||
msgid "Note"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head.php:62
|
||
#: template/mail/scheduled-build.php:40
|
||
msgid "Storages"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head.php:68
|
||
msgid "Status Icons"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head.php:76
|
||
#: template/admin_pages/packages/screen_options.php:75
|
||
msgid "Age"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head_status_icons.php:26
|
||
#: template/admin_pages/packages/row_parts/falgs_cell.php:27
|
||
msgid "Manual Backup"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head_status_icons.php:30
|
||
#: template/admin_pages/packages/row_parts/falgs_cell.php:32
|
||
msgid "Schedule Backup"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head_status_icons.php:36
|
||
msgid "The Backup is in a Local Storage <b>[clickable]</b>"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head_status_icons.php:45
|
||
msgid "The Backup is in a Remote Storage <b>[clickable]</b>"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head_status_icons.php:52
|
||
#: template/admin_pages/packages/row_parts/falgs_cell.php:55
|
||
msgid "Database Only Backup"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head_status_icons.php:56
|
||
#: template/admin_pages/packages/row_parts/falgs_cell.php:60
|
||
msgid "Media Only Backup"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head_status_icons.php:62
|
||
msgid "This Backup is available for Disaster Recovery <b>[clickable]</b>"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head_status_icons.php:71
|
||
msgid "Disaster Recovery URL is set on this Backup <b>[clickable]</b>"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/packages_table_head_status_icons.php:78
|
||
#: template/admin_pages/packages/row_parts/falgs_cell.php:85
|
||
msgid "This Backup is created after the Last Restored Backup"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/no_recovery_set.php:23
|
||
msgid "Disaster Recovery - None Set"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/no_recovery_set.php:27
|
||
msgid ""
|
||
"The recovery point can quickly restore a site to a prior state for any "
|
||
"reason. To activate a recovery point follow these steps:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/no_recovery_set.php:35
|
||
#, php-format
|
||
msgid "Select a recovery package with the icon %s displayed*."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/no_recovery_set.php:56
|
||
msgid "Follow the prompts and choose the action to perform."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/no_recovery_set.php:61
|
||
msgid "Additional Details:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/no_recovery_set.php:64
|
||
msgid ""
|
||
"Once a recovery point is set you can save the \"Recovery Key\" URL in a safe "
|
||
"place for restoration later in the event your site goes down, gets \n"
|
||
" hacked or basically any reason you need to restore a site. In the "
|
||
"event you still have access to your site you can also launch the recover \n"
|
||
" wizard from the details menu."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/no_recovery_set.php:76
|
||
#, php-format
|
||
msgid ""
|
||
"*Note: If you do not see a recovery package %s icon in the packages list. \n"
|
||
" Then be sure to build a full package that does not exclude "
|
||
"any of the core WordPress files or database tables. \n"
|
||
" These core files and tables are required to build a valid "
|
||
"recovery point."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/row_recovery_box.php:38
|
||
msgid ""
|
||
"The <b>Disaster Recovery</b> is a streamlined Restore Backup system used to "
|
||
"rapidly restore your site from a disaster. \n"
|
||
" A functioning <b>WordPress backend is not required</b>, only the "
|
||
"LINK or the Launcher provided with the Disaster Recovery \n"
|
||
" is needed to restore the Backup."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/row_recovery_box_available.php:34
|
||
msgid "Disaster Recovery - Is Set on this Backup"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/row_recovery_box_available.php:36
|
||
msgid "Disaster Recovery - Is Available for this Backup"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/row_recovery_box_available.php:69
|
||
msgid "Set Disaster Recovery"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/row_recovery_box_available.php:72
|
||
msgid "Activate Recovery"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/row_recovery_box_available.php:73
|
||
msgid ""
|
||
"This action will set this package as the active Disaster Recovery Backup."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/row_recovery_box_unavailable.php:25
|
||
msgid ""
|
||
"A package recovery point status is not required to be enabled and in some "
|
||
"cases is desirable."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/row_recovery_box_unavailable.php:26
|
||
msgid "For example you may want to backup only your database."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/row_recovery_box_unavailable.php:28
|
||
msgid ""
|
||
"In this case you can still run a database only install, however the ability "
|
||
"to use the recovery point installer will be unavailable."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/recovery_info/row_recovery_box_unavailable.php:35
|
||
msgid "Disaster Recovery - Isn't Available for this Backup"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:36
|
||
msgid "This option requires the package to use the built-in default"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:37
|
||
msgid "storage location"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:45
|
||
msgid "Links are sensitive. Keep them safe!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:52
|
||
msgid "Storages ..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:68
|
||
#, php-format
|
||
msgid "This link is used with the <a href='%1$s'>%2$s</a> %3$s"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:70
|
||
msgid "Import Link Install"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:72
|
||
msgid ""
|
||
"feature. Use the Copy Link button to copy this URL archive file link to "
|
||
"import on another WordPress site."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:94
|
||
msgid "Archive Import Link (URL)"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:105
|
||
#: template/admin_pages/packages/row_parts/download_buttons.php:65
|
||
msgid "Download Archive"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:140
|
||
#, php-format
|
||
msgid ""
|
||
"Using standard installer name. To improve security, switch to hashed change "
|
||
"in %1$sSettings%2$s"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:151
|
||
msgid "Using more secure, hashed installer name."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:172
|
||
msgid "These links contain highly sensitive data. Share with extra caution!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_download_block.php:183
|
||
#: template/admin_pages/packages/row_parts/download_buttons.php:55
|
||
msgid "Download Installer"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_package.php:28
|
||
msgid "DB Only"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_package.php:48
|
||
msgid "Format"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_package.php:82
|
||
#: views/tools/diagnostics/log.php:170 views/tools/diagnostics/log.php:175
|
||
#: views/tools/diagnostics/phplogs.php:129
|
||
#: views/tools/diagnostics/phplogs.php:176
|
||
msgid "Options"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_package.php:85
|
||
msgid "Go to package details screen"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_package.php:89
|
||
msgid "View Details"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_package.php:94
|
||
msgid "Go to package transfer screen"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_package.php:96
|
||
#: template/admin_pages/packages/row_parts/details_package.php:101
|
||
msgid "Transfer Package"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_package.php:99
|
||
msgid "Transfer packages requires the use of built-in default storage!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/details_package.php:109
|
||
msgid "Recover this Package"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/download_buttons.php:42
|
||
msgid "Download Installer and Archive"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/download_buttons.php:43
|
||
msgid "Unable to locate both package files!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/download_buttons.php:52
|
||
msgid "Both Files"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/download_buttons.php:56
|
||
msgid "Unable to locate installer package file!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/download_buttons.php:80
|
||
msgid "No local files found for this package!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/falgs_cell.php:39
|
||
msgid "The Backup is in Local Storage"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/falgs_cell.php:48
|
||
msgid "The Backup is in Remote Storage"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/falgs_cell.php:67
|
||
msgid "Disaster Recovery URL is set on this Backup"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/falgs_cell.php:71
|
||
msgid "This Backup is available for Disaster Recovery"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/package_progress_error.php:31
|
||
msgid "Error Processing"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/package_progress_error.php:38
|
||
msgid "Build Cancelled"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/package_progress_error.php:44
|
||
msgid "Cancelling Build"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/package_progress_error.php:50
|
||
msgid "Storage Cancelled"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/restore_backup_button.php:34
|
||
msgid "Restore backup"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/restore_backup_button.php:35
|
||
msgid "Restore backup."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/restore_backup_button.php:37
|
||
msgid "Restore"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/storages_buttons.php:33
|
||
#: template/admin_pages/packages/row_parts/storages_buttons.php:43
|
||
msgid "Remote Storages"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/row_parts/storages_buttons.php:35
|
||
msgid "Error during storage transfer."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/scan/error_message.php:21
|
||
msgid "Please Retry:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/scan/error_message.php:22
|
||
msgid ""
|
||
"Unable to perform a full scan and read JSON file, please try the following "
|
||
"actions."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/scan/error_message.php:23
|
||
msgid ""
|
||
"1. Go back and create a root path directory filter to validate the site is "
|
||
"scan-able."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/scan/error_message.php:24
|
||
msgid ""
|
||
"2. Continue to add/remove filters to isolate which path is causing issues."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/scan/error_message.php:25
|
||
msgid "3. This message will go away once the correct filters are applied."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/scan/error_message.php:27
|
||
msgid "Common Issues:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/scan/error_message.php:30
|
||
msgid ""
|
||
"- On some budget hosts scanning over 30k files can lead to timeout/gateway "
|
||
"issues. \n"
|
||
" Consider scanning only your main WordPress site and avoid trying to "
|
||
"backup other external directories."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/scan/error_message.php:37
|
||
msgid ""
|
||
"- Symbolic link recursion can cause timeouts. Ask your server admin if any "
|
||
"are present in the scan path. \n"
|
||
" If they are add the full path as a filter and try running the scan again."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/scan/error_message.php:42
|
||
msgid "Details:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/scan/error_message.php:43
|
||
msgid "JSON Service:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/scan/error_message.php:44
|
||
msgid "Scan Path:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/scan/error_message.php:46
|
||
msgid "More Information:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/scan/error_message.php:50
|
||
#, php-format
|
||
msgid ""
|
||
"Please see the online FAQ titled %1$s\"How to resolve scanner warnings/"
|
||
"errors and timeout issues?\"%2$s"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-db-tab.php:27
|
||
msgid "Configuration"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-db-tab.php:40
|
||
#: template/admin_pages/packages/setup/archive-filter-db-tab.php:50
|
||
#: views/tools/templates/template.edit.php:293
|
||
msgid "Compatibility Mode"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-db-tab.php:43
|
||
msgid ""
|
||
"This is an advanced database backwards compatibility feature that should "
|
||
"ONLY be used if having problems installing packages. \n"
|
||
" If the database server version is lower than the version "
|
||
"where the package was built then these options may help generate \n"
|
||
" a script that is more compliant with the older database "
|
||
"server. It is recommended to try each option separately starting with "
|
||
"mysql40."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-db-tab.php:68
|
||
msgid "mysql40"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-db-tab.php:78
|
||
msgid "no_table_options"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-db-tab.php:82
|
||
msgid "no_key_options"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-db-tab.php:92
|
||
msgid "no_field_options"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-db-tab.php:96
|
||
msgid ""
|
||
"Compatibility mode settings are not persistent. They must be enabled with "
|
||
"every new build."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-db-tab.php:98
|
||
msgid "full overview"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-db-tab.php:102
|
||
msgid "This option is only available with mysqldump mode."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-mu-tab.php:27
|
||
msgid "Notice:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-mu-tab.php:31
|
||
#, php-format
|
||
msgid "This option isn't available at the %1$s license level."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-mu-tab.php:52
|
||
msgid "Overview:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-mu-tab.php:54
|
||
msgid ""
|
||
"When you want to move a full multisite network or convert a subsite to a "
|
||
"standalone site just \n"
|
||
" create a standard package like you would with a single site. \n"
|
||
" Then browse to the installer and choose either 'Restore entire "
|
||
"multisite network' or 'Convert subsite into a standalone site'. \n"
|
||
" These options will be present on Step 1 of the installer when "
|
||
"restoring a Multisite package."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-mu-tab.php:65
|
||
msgid "Included Sub-Sites"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-mu-tab.php:81
|
||
msgid "Excluded Sub-Sites"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-mu-tab.php:91
|
||
msgid ""
|
||
"<u><b>Important:</b></u> Full network restoration is an installer option "
|
||
"only if you include <b>all</b> subsites.\n"
|
||
" If any subsites are filtered then you may only restore "
|
||
"individual subsites as standalones sites at install-time."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-mu-tab.php:105
|
||
msgid ""
|
||
"This section allows you to control which sub-sites of a multisite network "
|
||
"you want to include within your package. \n"
|
||
" The 'Included Sub-Sites' will also be available to choose from "
|
||
"at install time."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-filter-mu-tab.php:113
|
||
msgid ""
|
||
"By default all packages are included. The ability to exclude sub-sites are "
|
||
"intended to help shrink your package if needed."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-setup-tab.php:34
|
||
#: template/admin_pages/settings/package/inc_basic.php:544
|
||
msgid "Mode"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-setup-tab.php:107
|
||
msgid ""
|
||
"Caution: Passwords are case-sensitive and if lost cannot be recovered. "
|
||
"Please keep passwords in a safe place!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-setup-tab.php:112
|
||
msgid ""
|
||
"If this password is lost then a new archive file will need to be created."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/archive-setup-tab.php:129
|
||
msgid ""
|
||
"The security mode 'Archive encryption' option above is currently disabled on "
|
||
"this server."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/security-tooltip-content.php:20
|
||
msgid ""
|
||
"When enabled the archive file will be encrypted with a password that is "
|
||
"required to open."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/security-tooltip-content.php:21
|
||
msgid "The installer will also prompt for the password at install time."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/security-tooltip-content.php:22
|
||
msgid ""
|
||
"Encryption is a general deterrent and should not be substituted for properly "
|
||
"keeping your files secure."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/security-tooltip-content.php:23
|
||
msgid ""
|
||
"Be sure to remove all installer files when the install process is completed."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/security-tooltip-content.php:29
|
||
msgid "None:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/security-tooltip-content.php:32
|
||
msgid ""
|
||
"No protection system activated! The installer or archive files can be "
|
||
"accessed by any resource that knows the full URL to either file."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/security-tooltip-content.php:38
|
||
msgid "Installer password:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/security-tooltip-content.php:41
|
||
msgid ""
|
||
"The archive is NOT encrypted. When the installer starts, it will prompt for "
|
||
"a password to prevent anyone from running the installer."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/security-tooltip-content.php:47
|
||
msgid "Archive encryption:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/security-tooltip-content.php:51
|
||
msgid ""
|
||
"The archive IS encrypted with a password, and the installer will ask for a "
|
||
"password when started."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/setup/security-tooltip-content.php:55
|
||
msgid "This option is the recommended maximum level of security."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/toolbar.php:46
|
||
msgid "Delete selected package(s)"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/toolbar.php:47
|
||
#: template/admin_pages/schedules/schedule_list.php:71
|
||
#: template/admin_pages/schedules/schedule_list.php:182
|
||
#: template/admin_pages/storages/storage_list.php:74
|
||
#: template/admin_pages/storages/storage_list.php:153
|
||
#: views/settings/package/inc.brand.list.php:100
|
||
#: views/settings/package/inc.brand.list.php:152
|
||
#: views/tools/templates/template.list.php:89
|
||
#: views/tools/templates/template.list.php:147
|
||
msgid "Delete"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/toolbar.php:58
|
||
msgid "Tutorial"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/toolbar.php:66
|
||
msgid "Package Settings"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/toolbar.php:101
|
||
#: template/parts/DashboardWidget/package-create-section.php:25
|
||
msgid ""
|
||
"This will create a new package. If a package is currently running then this "
|
||
"button will be disabled."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/toolbar.php:108
|
||
#: template/parts/DashboardWidget/package-create-section.php:23
|
||
msgid "Package creation"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/packages/toolbar.php:116
|
||
#: template/parts/DashboardWidget/package-create-section.php:58
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:69
|
||
msgid "Create New"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:47
|
||
msgid ""
|
||
"If you have a large site, it's recommended you schedule backups during lower "
|
||
"traffic periods. \n"
|
||
" If you're on a shared host then be aware that running multiple schedules "
|
||
"too close together \n"
|
||
" (i.e. every 10 minutes) may alert your host to a spike in system "
|
||
"resource usage. \n"
|
||
" Be sure that your schedules do not overlap and give them plenty of time "
|
||
"to run."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:69
|
||
#, php-format
|
||
msgid "Hourly frequency isn't available at the <b>%1$s</b> license level."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:86
|
||
#: views/packages/main/s1.setup2.store.php:13
|
||
msgid "Recovery Point Capable"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:105
|
||
#: template/admin_pages/storages/parts/edit_toolbar.php:79
|
||
#: views/tools/templates/template.edit.php:159
|
||
#: views/tools/templates/template.edit.php:195
|
||
msgid "Copy From"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:131
|
||
#: template/admin_pages/schedules/schedule_list.php:103
|
||
#: template/admin_pages/storages/parts/edit_toolbar.php:102
|
||
#: template/admin_pages/storages/storage_list.php:88
|
||
#: views/settings/package/inc.brand.edit.php:140
|
||
#: views/settings/package/inc.brand.list.php:106
|
||
#: views/tools/templates/template.edit.php:206
|
||
#: views/tools/templates/template.list.php:95
|
||
msgid "Add New"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:144
|
||
#: template/mail/email_summary.php:142
|
||
msgid "Schedule Name"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:157
|
||
msgid "Package Template"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:166
|
||
msgid "No Templates Found"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:169
|
||
msgid "<Choose A Template>"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:186
|
||
msgid "Show All Templates"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:197
|
||
#: views/packages/main/s1.setup0.base.php:128
|
||
msgid "Edit Selected Template"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:205
|
||
msgid "Add New Template"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:214
|
||
msgid "Refresh Template List"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:221
|
||
msgid "Template Details"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:224
|
||
msgid ""
|
||
"The template specifies which files and database tables should be included in "
|
||
"the archive.<br/><br/>\n"
|
||
" Choose from an existing template or "
|
||
"create a new one by clicking the \"Add New Template\" button. \n"
|
||
" To edit a template, select it and then "
|
||
"click the \"Edit Selected Template\" button."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:306
|
||
msgid "Repeats"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:349
|
||
#: template/admin_pages/schedules/schedule_edit.php:382
|
||
msgid "Every"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:367
|
||
msgid "hours"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:368
|
||
msgid "Package will build every x hours starting at 00:00."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:372
|
||
#: template/admin_pages/schedules/schedule_edit.php:393
|
||
msgid "Frequency Note"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:390
|
||
msgid "days"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:411
|
||
msgid "At least one day must be checked."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:414
|
||
msgid "Monday"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:418
|
||
msgid "Tuesday"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:422
|
||
msgid "Wednesday"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:426
|
||
msgid "Thursday"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:430
|
||
msgid "Friday"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:434
|
||
msgid "Saturday"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:438
|
||
msgid "Sunday"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:447
|
||
msgid "Day"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:458
|
||
msgid "of every"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:466
|
||
msgid "month(s)"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:473
|
||
msgid "Start Time"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:492
|
||
msgid "Current Server Time Stamp is"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:523
|
||
#: template/admin_pages/schedules/schedule_edit.php:532
|
||
#: views/tools/templates/template.edit.php:218
|
||
#: views/tools/templates/widget/recoveable-template-info.php:74
|
||
#: views/tools/templates/widget/template-filters-info.php:42
|
||
msgid "Recovery Status"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:529
|
||
msgid "Unavailable"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:533
|
||
msgid "Status is unavailable. Please save the schedule to view recovery status"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:539
|
||
msgid "Activated"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:542
|
||
msgid "Enable This Schedule"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:543
|
||
msgid "When checked this schedule will run"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_edit.php:552
|
||
msgid "Save Schedule"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:127
|
||
msgid "Runs Next"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:128
|
||
msgid "Last Ran"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:138
|
||
msgid "No Schedules Found"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:140
|
||
msgid "Create New Schedule"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:173
|
||
#: template/admin_pages/storages/storage_list.php:144
|
||
#: views/settings/package/inc.brand.list.php:151
|
||
#: views/settings/package/inc.brand.list.php:157
|
||
#: views/settings/package/inc.brand.list.php:193
|
||
msgid "Quick View"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:176
|
||
#: template/admin_pages/storages/storage_list.php:140
|
||
#: views/settings/package/inc.brand.list.php:150
|
||
#: views/tools/templates/template.list.php:139
|
||
msgid "Edit"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:179
|
||
#: template/admin_pages/storages/storage_list.php:149
|
||
#: views/tools/templates/template.list.php:140
|
||
msgid "Copy"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:185
|
||
msgid "Run Now"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:200
|
||
#: template/admin_pages/schedules/schedule_list.php:286
|
||
msgid "No Storage"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:216
|
||
#: template/admin_pages/settings/general/general.php:284
|
||
#: template/admin_pages/settings/general/general.php:295
|
||
msgid "Yes"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:218
|
||
#: template/admin_pages/settings/general/general.php:285
|
||
#: template/admin_pages/settings/general/general.php:296
|
||
msgid "No"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:233
|
||
msgid "Package Template:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:237
|
||
msgid "Summary:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:238
|
||
#, php-format
|
||
msgid "Runs %1$s"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:241
|
||
msgid "Last Ran:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:245
|
||
msgid "Times Run:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:276
|
||
#: template/admin_pages/storages/storage_list.php:220
|
||
#: views/settings/package/inc.brand.list.php:237
|
||
#: views/tools/templates/template.list.php:172
|
||
msgid "Please select an action from the \"Bulk Actions\" drop down menu!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:282
|
||
msgid "Please select at least one schedule to perform the action on!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:287
|
||
msgid ""
|
||
"All storage types associated with this schedule have been deleted. "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:288
|
||
msgid "To enable this schedule please assign a valid storage type."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:293
|
||
msgid "Delete Schedule?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:295
|
||
msgid "Are you sure you want to delete the selected schedule(s)?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:297
|
||
msgid "Note: This action removes all schedules."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:298
|
||
msgid "Removing Schedules, Please Wait..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:303
|
||
msgid "Activate Schedule?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:305
|
||
msgid "Are you sure you want to activate the selected schedule(s)?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:307
|
||
msgid "Note: This action activates all schedules."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:308
|
||
msgid "Activating Schedules, Please Wait..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:313
|
||
msgid "Deactivate Schedule?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:315
|
||
msgid "Are you sure you want to deactivate the selected schedule(s)?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:317
|
||
msgid "Note: This action deactivates all schedules."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:318
|
||
msgid "Deactivating Schedules, Please Wait..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:323
|
||
msgid "RUN SCHEDULE?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:324
|
||
msgid "Are you sure you want to run schedule now?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:325
|
||
msgid "Running Schedule, Please Wait..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:331
|
||
msgid "Are you sure you want to delete this schedule?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/schedules/schedule_list.php:356
|
||
msgid "Queueing Now - Please Wait..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/capabilities/capabilites.php:28
|
||
msgid "Roles and Permissions"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/capabilities/capabilites.php:35
|
||
msgid ""
|
||
"Select the user roles and/or users that are allowed to manage different "
|
||
"aspects of Duplicator."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/capabilities/capabilites.php:40
|
||
msgid "By default, all permissions are provided only to administrator users."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/capabilities/capabilites.php:45
|
||
msgid ""
|
||
"Some capabilities depend on others so if you select for example storage "
|
||
"capability automatically the package read and package edit capabilities are "
|
||
"assigned."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/capabilities/capabilites.php:50
|
||
msgid "It is not possible to self remove the manage settings capabilities."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/capabilities/capabilites.php:137
|
||
msgid "Update Capabilities"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/capabilities/capabilites.php:145
|
||
msgid "Reset to Default"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/capabilities/capabilites.php:153
|
||
msgid "Are you sure do you want to reset the capabilities to default?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/capabilities/capabilites.php:154
|
||
msgid ""
|
||
"This action will reassign all the capabilities of the Administrator role."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/capabilities/capabilites.php:186
|
||
msgid "Search roles or users"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/capabilities/capabilites_info_tooltip.php:26
|
||
msgid "Parent"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/capabilities/no_license_message.php:28
|
||
msgid "The current license does not allow to manage the capabilities. "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/capabilities/no_license_message.php:60
|
||
msgid ""
|
||
"It's possible to reset the capabilities to the default values with \"Reset "
|
||
"to default\" button."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:44
|
||
msgid "Plugin"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:51
|
||
#: views/tools/diagnostics/inc.settings.php:141
|
||
#: views/tools/diagnostics/inc.settings.php:172
|
||
#: views/tools/diagnostics/inc.settings.php:265
|
||
msgid "Version"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:62
|
||
msgid "Uninstall"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:71
|
||
msgid "Delete plugin settings"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:80
|
||
msgid "Delete entire storage directory"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:85
|
||
msgid "Encrypt Settings"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:94
|
||
msgid "Enable settings encryption"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:96
|
||
msgid "Only uncheck if machine doesn't support PCrypt."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:101
|
||
msgid "Usage statistics"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:105
|
||
msgid "Usage statistics are hardcoded disallowed."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:115
|
||
msgid "Enable usage tracking"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:118
|
||
msgid "Usage Tracking"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:127
|
||
msgid "Hide Announcements"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:137
|
||
msgid "Check this option to hide plugin announcements and update details."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:145
|
||
msgid "Debug"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:150
|
||
msgid "Trace Log"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:160
|
||
msgid "On (Enhanced)"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:165
|
||
msgid ""
|
||
"Turning on log initially clears it out. The enhanced setting writes to both "
|
||
"trace and PHP error logs."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:167
|
||
msgid ""
|
||
"WARNING: Only turn on this setting when asked to by support as tracing will "
|
||
"impact performance."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:172
|
||
msgid "Download Trace Log"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:180
|
||
msgid "Advanced"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:187
|
||
msgid "Reset All Settings"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:191
|
||
msgid "Reset all settings to their defaults."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:193
|
||
msgid ""
|
||
"Resets standard settings to defaults. Does not affect capabilities, license "
|
||
"key, storage or schedules."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:199
|
||
msgid "Reset Settings"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:210
|
||
msgid "Reset Incomplete Packages"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:213
|
||
msgid "Reset all packages."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:216
|
||
msgid "Reset packages"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:217
|
||
msgid "Delete all unfinished packages. So those with error and being created."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:224
|
||
msgid "Foreign JavaScript"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:233
|
||
#: template/admin_pages/settings/general/general.php:255
|
||
msgid "Disable"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:236
|
||
msgid ""
|
||
"Check this option if JavaScript from the theme or other plugins conflicts "
|
||
"with Duplicator Pro pages."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:246
|
||
msgid "Foreign CSS"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:258
|
||
msgid ""
|
||
"Check this option if CSS from the theme or other plugins conflicts with "
|
||
"Duplicator Pro pages."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:272
|
||
msgid "Save General Settings"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:279
|
||
msgid "Reset Settings?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:280
|
||
msgid "Are you sure you want to reset settings to defaults?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:281
|
||
#: template/admin_pages/settings/general/general.php:292
|
||
msgid "Resetting settings, Please Wait..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:290
|
||
msgid "Reset Packages ?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:291
|
||
msgid ""
|
||
"This will clear and reset all of the current temporary packages. Would you "
|
||
"like to continue?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:301
|
||
msgid "AJAX ERROR!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:301
|
||
msgid "Ajax request error"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/general.php:352
|
||
msgid "Packages successfully reset"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/usage_tracking_tooltip.php:20
|
||
msgid ""
|
||
"All information sent to the server is anonymous except the license key and "
|
||
"email."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/usage_tracking_tooltip.php:21
|
||
msgid "No information about storage or package's content are sent."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/usage_tracking_tooltip.php:28
|
||
msgid ""
|
||
"Usage tracking for Duplicator helps us better understand our users and their "
|
||
"website needs by looking \n"
|
||
" at a range of server and website environments."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/usage_tracking_tooltip.php:34
|
||
msgid ""
|
||
"This allows us to continuously improve our product as well as our Q&A / "
|
||
"testing process."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/general/usage_tracking_tooltip.php:36
|
||
msgid ""
|
||
"Below is the list of information that Duplicator collects as part of the "
|
||
"usage tracking:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/import/import.php:45
|
||
msgid ""
|
||
"If you have issue uploading a package start with a lower size. The "
|
||
"connection size is from slowest to fastest."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/import/import.php:51
|
||
msgid "Note: This setting only applies to the 'Import File' option."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/import/import.php:59
|
||
msgid "Import custom path"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/import/import.php:73
|
||
msgid ""
|
||
"Setting a custom path does not change the folder where packages are uploaded "
|
||
"but adds a folder to check for packages list."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/import/import.php:80
|
||
msgid ""
|
||
"This can be useful when you want to manually upload packages to another "
|
||
"location which can also be a local storage of current or other site."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/import/import.php:95
|
||
msgid "Recovery custom path"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/import/import.php:109
|
||
msgid ""
|
||
"Setting a custom path changes the location the recovery points are generated."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/import/import.php:124
|
||
msgid "Save Import Settings"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:42
|
||
msgid ""
|
||
"Do not modify advanced settings unless you know the expected result or have "
|
||
"talked to support."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:46
|
||
msgid "Thread Lock"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:52
|
||
#: views/tools/diagnostics/phplogs.php:137
|
||
msgid "File"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:57
|
||
msgid "SQL"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:61
|
||
msgid "Max Worker Time"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:71
|
||
msgid "Seconds"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:76
|
||
#, php-format
|
||
msgid ""
|
||
"Lower is more reliable but slower. Recommended max is %1$s sec based on PHP "
|
||
"setting %2$s."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:81
|
||
msgid ""
|
||
"Try a low value (30 seconds or lower) if the build fails with the "
|
||
"recommended setting."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:86
|
||
msgid "Chunk Size"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:94
|
||
msgid "Archive upload chunk size"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:99
|
||
msgid "Ajax"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:108
|
||
msgid "HTTP"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:112
|
||
msgid "HTTPS"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:116
|
||
msgid "Custom URL"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:121
|
||
msgid "Consult support before changing."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:124
|
||
msgid "Bad URL!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:127
|
||
msgid ""
|
||
"Used to kick off build worker. Only change if packages get stuck at the "
|
||
"start of a build."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:157
|
||
msgid "Abspath and home path are equivalent so this option is disabled"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:171
|
||
msgid ""
|
||
"The path of the WordPress core is different. Activate this option if you "
|
||
"want to consider ABSPATH as root path."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:181
|
||
msgid "Scan File Checks"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:187
|
||
msgid "Skip"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:191
|
||
msgid ""
|
||
"If enabled all files check on scan will be skipped before package "
|
||
"creation. \n"
|
||
" In some cases, this option can be beneficial if the "
|
||
"scan process is having issues running or returning errors."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:200
|
||
msgid "Client-side Kickoff"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:203
|
||
#: template/admin_pages/settings/package/inc_advanced.php:219
|
||
#: template/parts/DashboardWidget/sections-section.php:64
|
||
#: views/packages/main/s2.scan3.archive.php:53
|
||
#: views/packages/main/s2.scan3.archive.php:392
|
||
#: views/packages/main/s2.scan3.archive.php:472
|
||
#: views/packages/main/s2.scan3.archive.php:480
|
||
#: views/tools/diagnostics/inc.settings.php:249
|
||
msgid "Enabled"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:205
|
||
msgid ""
|
||
"Initiate package build from client. Only check this if instructed to by "
|
||
"Duplicator support."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:210
|
||
msgid "Basic Auth"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:242
|
||
msgid "Show Password"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:248
|
||
msgid "Local Installer Name"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:256
|
||
msgid ""
|
||
"The base name of the installer file. Only change if host prevents using "
|
||
"installer.php"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_advanced.php:265
|
||
msgid "Save Advanced Package Settings"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:27
|
||
msgid "Package Settings Saved"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:66
|
||
msgid "Mysqldump"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:74
|
||
msgid "PHP Code"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:87
|
||
msgid ""
|
||
"In order to use Mysqldump, one of the PHP functions has to be enabled: popen/"
|
||
"pclose, exec or shell_exec."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:91
|
||
msgid ""
|
||
"Please contact your host or server admin to enable one or more these "
|
||
"functions."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:104
|
||
msgid ""
|
||
"The \"PHP Code\" setting will be used until this issue is resolved by your "
|
||
"hosting provider."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:108
|
||
msgid "Below is a list of possible functions to activate to solve the problem."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:110
|
||
msgid "If the problem persists, look at the log for a more thorough analysis."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:114
|
||
msgid "Disabled Functions:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:141
|
||
msgid ""
|
||
"Add a custom path if the path to mysqldump is not properly detected. \n"
|
||
" For all paths use a forward slash as the path "
|
||
"seperator. \n"
|
||
" On Linux systems use mysqldump for Windows "
|
||
"systems use mysqldump.exe.\n"
|
||
" If the path tried does not work please contact "
|
||
"your hosting provider for details on the correct path."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:148
|
||
msgid "Current Path:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:154
|
||
msgid "Custom Path:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:161
|
||
msgid "/usr/bin/mypath/mysqldump"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:164
|
||
msgid "mysqldump"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:168
|
||
msgid "Switch-Options:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:188
|
||
#: template/admin_pages/settings/package/inc_basic.php:340
|
||
msgid "Process Mode"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:194
|
||
#: template/admin_pages/settings/package/inc_basic.php:344
|
||
msgid "Multi-Threaded"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:200
|
||
#: template/admin_pages/settings/package/inc_basic.php:348
|
||
msgid "Single-Threaded"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:205
|
||
msgid "PHP Code Mode"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:208
|
||
msgid ""
|
||
"Single-Threaded mode attempts to create the entire database script in one "
|
||
"request. \n"
|
||
" Multi-Threaded mode allows the database script "
|
||
"to be chunked over multiple requests.\n"
|
||
" Multi-Threaded mode is typically slower but much "
|
||
"more reliable especially for larger databases."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:218
|
||
msgid "Query Size"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:229
|
||
msgid ""
|
||
"A higher limit size will speed up the database build time, however it will "
|
||
"use more memory.\n"
|
||
" If your host has memory caps start off low."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:234
|
||
msgid "MYSQL Query Limit Size"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:251
|
||
msgid "Compression"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:261
|
||
msgid ""
|
||
"This setting controls archive compression. The setting apply to all Archive "
|
||
"Engine formats.\n"
|
||
" For ZipArchive this setting only works on PHP 7.0 or "
|
||
"higher."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:266
|
||
msgid "Archive Compression"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:272
|
||
#: views/packages/main/s2.scan3.archive.php:706
|
||
msgid "Archive Engine"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:315
|
||
msgid ""
|
||
"This option creates a custom Duplicator Archive Format (.daf) archive file."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:317
|
||
msgid ""
|
||
"This option is fully multi-threaded and recommended for large sites or "
|
||
"throttled servers."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:322
|
||
msgid ""
|
||
"For details on how to use and manually extract the DAF format please see the "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:323
|
||
msgid "online documentation."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:352
|
||
msgid "PHP ZipArchive Mode"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:355
|
||
msgid ""
|
||
"Single-Threaded mode attempts to create the entire archive in one "
|
||
"request. \n"
|
||
" Multi-Threaded mode allows the archive to be "
|
||
"chunked over multiple requests. \n"
|
||
" Multi-Threaded mode is typically slower but much "
|
||
"more reliable especially for larger sites."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:370
|
||
msgid "Buffer Size"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:377
|
||
msgid "MB"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:380
|
||
msgid ""
|
||
"Buffer size only applies to multi-threaded requests and indicates how large "
|
||
"an archive will get before a close is registered. \n"
|
||
" Higher values are faster but can be more "
|
||
"unstable based on the hosts max_execution time."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:386
|
||
msgid "PHP ZipArchive Buffer"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:403
|
||
msgid "Server Throttle"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:415
|
||
msgid "Low"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:421
|
||
msgid "Medium"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:427
|
||
msgid "High"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:430
|
||
msgid ""
|
||
"Throttle to prevent resource complaints on budget hosts. The higher the "
|
||
"value the slower the backup."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:437
|
||
msgid "Max Build Time"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:450
|
||
msgid "Minutes"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:453
|
||
msgid ""
|
||
"Max build and storage time until package is auto-cancelled. Set to 0 for no "
|
||
"limit."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:461
|
||
#: views/packages/main/s1.setup4.install.php:33
|
||
msgid "Installer Settings"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:467
|
||
msgid "Default 'Save as' name:"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:473
|
||
msgid "recommended"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:483
|
||
msgid "To understand the importance and usage of the installer name, please"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:485
|
||
msgid "read this section"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:492
|
||
msgid ""
|
||
"Using the full hashed format provides a higher level of security by helping "
|
||
"to prevent the discovery of the installer file."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:496
|
||
msgid "Hashed example"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:501
|
||
msgid ""
|
||
"The Installer 'Name' setting specifies the name of the installer used at "
|
||
"download-time.\n"
|
||
" It's recommended you choose the hashed name to "
|
||
"better protect the installer file.\n"
|
||
" Independent of the value of this setting, you "
|
||
"can always change the name in the 'Save as' file dialog at download-time. \n"
|
||
" If you choose to use a custom name, use a "
|
||
"filename that is known only to you. Installer filenames\tmust end in '.php'."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:512
|
||
msgid ""
|
||
"It's important not to leave the installer files on the destination server "
|
||
"longer than necessary. \n"
|
||
" After installing the migrated or restored site, "
|
||
"just logon as a WordPress administrator and \n"
|
||
" follow the prompts to have the plugin remove the "
|
||
"files. \n"
|
||
" Alternatively, you can remove them manually."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:524
|
||
msgid ""
|
||
"Tip: Each row on the packages screen includes a copy button that copies the "
|
||
"installer name to the clipboard. \n"
|
||
" After clicking this button, paste the installer "
|
||
"name into the URL you're using to install the destination site. \n"
|
||
" This feature is handy when using the hashed "
|
||
"installer name."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:540
|
||
msgid "Installer Cleanup"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:561
|
||
msgid "Email Notice"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:569
|
||
#: template/admin_pages/settings/package/inc_basic.php:579
|
||
msgid "Auto Cleanup"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:571
|
||
msgid ""
|
||
"Email Notice: An email will be sent daily until the installer files are "
|
||
"removed."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:574
|
||
msgid ""
|
||
"Auto Cleanup: Installer files will be cleaned up automatically based on "
|
||
"setting below."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:591
|
||
msgid "Hours"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:593
|
||
msgid "Auto cleanup will run every N hours based on value above."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:597
|
||
#: views/settings/schedule.php:74
|
||
msgid "Email Address"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:607
|
||
msgid "WordPress administration email address will be used if empty."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/package/inc_basic.php:616
|
||
msgid "Save Basic Package Settings"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/storage/storage_general.php:34
|
||
msgid "Full Path"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/storage/storage_general.php:44
|
||
msgid "Disable .htaccess File In Storage Directory"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/storage/storage_general.php:47
|
||
msgid "Disable if issues occur when downloading installer/archive files."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/storage/storage_general.php:52
|
||
msgid "Max Retries"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/storage/storage_general.php:66
|
||
msgid "Max upload/copy retries to attempt after failure encountered."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/storage/storage_general.php:77
|
||
#: template/admin_pages/settings/storage/storage_ssl.php:98
|
||
#: template/admin_pages/settings/storage/storages_global_options.php:37
|
||
msgid "Save Storage Settings"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/storage/storage_ssl.php:30
|
||
msgid ""
|
||
"Do not modify SSL settings unless you know the expected result or have "
|
||
"talked to support."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/storage/storage_ssl.php:34
|
||
msgid "Use server's SSL certificates"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/storage/storage_ssl.php:46
|
||
msgid ""
|
||
"To use server's SSL certificates please enble it. \n"
|
||
" By default Duplicator Pro uses By default uses its "
|
||
"own store of SSL certificates to verify the identity of remote storage sites."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/storage/storage_ssl.php:55
|
||
msgid "Disable verification of SSL certificates"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/storage/storage_ssl.php:66
|
||
msgid "To disable verification of a host and the peer's SSL certificate."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/storage/storage_ssl.php:72
|
||
msgid "Use IPv4 only"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/settings/storage/storage_ssl.php:84
|
||
msgid ""
|
||
"To use IPv4 only, which can help if your host has a broken IPv6 setup "
|
||
"(currently only supported by Google Drive)"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/configs/local.php:52
|
||
msgid "Server storage folder"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/configs/local.php:59
|
||
msgid "Filter Protection"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/configs/local.php:68
|
||
msgid "Filter the Storage Folder (recommended)"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/configs/local.php:74
|
||
msgid ""
|
||
"When checked this will exclude the 'Storage Folder' and all of its content "
|
||
"and sub-folders from package builds."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/configs/local.php:82
|
||
msgid ""
|
||
"Unchecking filter protection is not recommended. This setting helps to "
|
||
"prevents packages from getting bundled in other packages."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/configs/local.php:121
|
||
msgid ""
|
||
"Storage Folder should not be root directory path, content directory path and "
|
||
"upload directory path"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/configs/local_default.php:51
|
||
msgid "Number of packages to keep in folder. "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/configs/local_default.php:70
|
||
msgid "Delete associated package record when Max Packages limit is exceeded."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/configs/local_storage_folder_tooltip.php:33
|
||
msgid "Where to store on the server hosting this site."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/configs/local_storage_folder_tooltip.php:43
|
||
msgid ""
|
||
"On Linux servers start with '/' (e.g. /mypath). On Windows use drive letters "
|
||
"(e.g. E:/mypath)."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/configs/local_storage_folder_tooltip.php:44
|
||
msgid "If you are unsure of the path, contact your hosting provider."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/configs/local_storage_folder_tooltip.php:46
|
||
msgid ""
|
||
"Note: This will not store to your local computer unless that is where this "
|
||
"web-site is hosted."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/configs/unknown.php:29
|
||
msgid "Unknown Storage Type"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/parts/edit_toolbar.php:98
|
||
msgid "Providers"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/parts/remote_localtion_info.php:44
|
||
msgid "failed"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/parts/remote_localtion_info.php:47
|
||
msgid "cancelled"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/parts/remote_localtion_info.php:56
|
||
#: template/admin_pages/storages/parts/test_button.php:37
|
||
#: template/admin_pages/storages/parts/test_button.php:106
|
||
#: template/admin_pages/storages/parts/test_button.php:110
|
||
msgid "Test Storage"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/parts/storage_type_select.php:52
|
||
msgid "Unsupported storages: "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/parts/test_button.php:27
|
||
msgid "Validation"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/parts/test_button.php:40
|
||
msgid "Test creating and deleting a small file on storage."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/parts/test_button.php:48
|
||
#: template/admin_pages/storages/parts/test_button.php:54
|
||
msgid "Storage Status"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/parts/test_button.php:71
|
||
msgid "Attempting to test storage"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/parts/test_button.php:112
|
||
msgid "AJAX error while testing storage"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_edit.php:77
|
||
msgid "The \"Default\" storage type is a built in type that cannot be removed."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_edit.php:78
|
||
msgid ""
|
||
" This storage type is used by default should no other storage types be "
|
||
"available."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_edit.php:79
|
||
msgid "This storage type is always stored to the local server."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_edit.php:83
|
||
msgid "Default Storage Type"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_edit.php:131
|
||
msgid "Save Provider"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:167
|
||
#: views/settings/package/inc.brand.list.php:164
|
||
#: views/settings/package/inc.brand.list.php:199
|
||
msgid "QUICK VIEW"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:174
|
||
#: views/settings/package/inc.brand.list.php:171
|
||
#: views/settings/package/inc.brand.list.php:206
|
||
msgid "(no notes)"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:182
|
||
#: template/admin_pages/storages/storage_list.php:196
|
||
#: views/settings/package/inc.brand.list.php:177
|
||
#: views/settings/package/inc.brand.list.php:212
|
||
msgid "Close"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:209
|
||
#: views/packages/main/s2.scan3.archive.php:108
|
||
#: views/settings/package/inc.brand.list.php:225
|
||
#: views/tools/templates/template.list.php:163
|
||
msgid "Total"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:226
|
||
msgid "Please select at least one storage to delete!"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:232
|
||
msgid "Delete Storage(s)?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:233
|
||
msgid "Removing Storages, Please Wait..."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:311
|
||
msgid "Are you sure you want to delete this storage item?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:312
|
||
msgid "Are you sure you want to delete these ${storeCount} storage items?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:325
|
||
msgid "Linked Schedules"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:326
|
||
msgid "Schedules linked to the storage items above"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:329
|
||
msgid "Finding Schedule Links... Please wait"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:333
|
||
msgid "To remove storage items and unlink schedules click OK. "
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:351
|
||
msgid "- No linked schedules found -"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/storages/storage_list.php:389
|
||
msgid "Unable to get schedule data."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/tools/recovery/recovery.php:35
|
||
msgid "Quickly restore this site to a specific Backup in time."
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/tools/recovery/recovery.php:37
|
||
msgid "Need more help?"
|
||
msgstr ""
|
||
|
||
#: template/admin_pages/tools/recovery/recovery.php:43
|
||
msgid "The import function is disabled"
|
||
msgstr ""
|
||
|
||
#: template/mail/email_summary.php:23
|
||
msgid "There were new storages and schedules created!"
|
||
msgstr ""
|
||
|
||
#: template/mail/email_summary.php:25
|
||
msgid "There were new schedules created!"
|
||
msgstr ""
|
||
|
||
#: template/mail/email_summary.php:27
|
||
msgid "There were new storages created!"
|
||
msgstr ""
|
||
|
||
#: template/mail/email_summary.php:96
|
||
msgid "By"
|
||
msgstr ""
|
||
|
||
#: template/mail/email_summary.php:99 template/mail/email_summary.php:145
|
||
msgid "Storage(s)"
|
||
msgstr ""
|
||
|
||
#: template/mail/email_summary.php:102
|
||
msgid "Backups"
|
||
msgstr ""
|
||
|
||
#: template/mail/email_summary.php:127
|
||
msgid "No backups were created in the past week."
|
||
msgstr ""
|
||
|
||
#: template/mail/email_summary.php:137
|
||
msgid "New Schedules:"
|
||
msgstr ""
|
||
|
||
#: template/mail/email_summary.php:162
|
||
msgid "New Storages:"
|
||
msgstr ""
|
||
|
||
#: template/mail/email_summary.php:167
|
||
msgid "Storage Name"
|
||
msgstr ""
|
||
|
||
#: template/mail/email_summary.php:170
|
||
msgid "Provider"
|
||
msgstr ""
|
||
|
||
#: template/mail/scheduled-build.php:22
|
||
msgid "Package Name"
|
||
msgstr ""
|
||
|
||
#: template/mail/scheduled-build.php:23
|
||
msgid "Package ID"
|
||
msgstr ""
|
||
|
||
#: template/mail/scheduled-build.php:24 views/tools/diagnostics/phplogs.php:134
|
||
#: views/tools/recovery/widget/recovery-widget-details.php:94
|
||
msgid "Date"
|
||
msgstr ""
|
||
|
||
#: template/mail/scheduled-build.php:30
|
||
msgid "Number of Files"
|
||
msgstr ""
|
||
|
||
#: template/mail/scheduled-build.php:31
|
||
msgid "Package size"
|
||
msgstr ""
|
||
|
||
#: template/mail/scheduled-build.php:34
|
||
msgid "Number of tables"
|
||
msgstr ""
|
||
|
||
#: template/mail/scheduled-build.php:35
|
||
msgid "DB dump size"
|
||
msgstr ""
|
||
|
||
#: template/mail/scheduled-build.php:60
|
||
msgid "Log is attached."
|
||
msgstr ""
|
||
|
||
#: template/parts/DashboardWidget/package-create-section.php:32
|
||
msgid "Last backup:"
|
||
msgstr ""
|
||
|
||
#: template/parts/DashboardWidget/recently-packages.php:28
|
||
msgid "Recently Packages"
|
||
msgstr ""
|
||
|
||
#: template/parts/DashboardWidget/recently-packages.php:47
|
||
#, php-format
|
||
msgid "Packages: %1$d, Failures: %2$d"
|
||
msgstr ""
|
||
|
||
#: template/parts/DashboardWidget/recommended-section.php:38
|
||
msgid "Recommended Plugin:"
|
||
msgstr ""
|
||
|
||
#: template/parts/DashboardWidget/recommended-section.php:44
|
||
msgid "Install"
|
||
msgstr ""
|
||
|
||
#: template/parts/DashboardWidget/recommended-section.php:47
|
||
msgid "Learn More"
|
||
msgstr ""
|
||
|
||
#: template/parts/DashboardWidget/recommended-section.php:52
|
||
msgid "Dismiss recommended plugin"
|
||
msgstr ""
|
||
|
||
#: template/parts/DashboardWidget/sections-section.php:69
|
||
#: views/packages/main/s1.setup0.base.php:165
|
||
msgid "Next"
|
||
msgstr ""
|
||
|
||
#: template/parts/DashboardWidget/sections-section.php:123
|
||
msgid "Not set"
|
||
msgstr ""
|
||
|
||
#: template/parts/DashboardWidget/sections-section.php:125
|
||
msgid "Set On"
|
||
msgstr ""
|
||
|
||
#: template/parts/Notifications/main.php:20 views/settings/schedule.php:36
|
||
msgid "Notifications"
|
||
msgstr ""
|
||
|
||
#: template/parts/Notifications/main.php:24
|
||
msgid "Dismiss this message"
|
||
msgstr ""
|
||
|
||
#: template/parts/Notifications/main.php:29
|
||
msgid "Previous message"
|
||
msgstr ""
|
||
|
||
#: template/parts/Notifications/main.php:33
|
||
msgid "Next message"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:34
|
||
msgid "File filters allow you to exclude files and folders from the package."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:35
|
||
msgid "To enable path and extension filters check the checkbox."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:36
|
||
msgid ""
|
||
"Enter the full path of the files and folders you want to exclude from the "
|
||
"package as a semicolon (;) seperated list."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:38
|
||
msgid ""
|
||
"File extension filters allow you to exclude files with certain file "
|
||
"extensions from the package e.g. zip;rar;pdf etc."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:40
|
||
msgid ""
|
||
"Enter the file extensions you want to exclude from the package as a "
|
||
"semicolon (;) seperated list."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:47
|
||
msgid "Components"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:49
|
||
#: template/parts/recovery/exclude_data_box.php:245
|
||
msgid "Package Components"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:105
|
||
#: views/packages/main/s2.scan3.archive.php:743
|
||
msgid "File Filters"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:134
|
||
#: template/parts/filters/package_components.php:136
|
||
msgid "File Extensions"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:152
|
||
msgid ""
|
||
"<b>Overview:</b><br> This advanced option excludes all files from the "
|
||
"archive. \n"
|
||
" Only the database and a copy of the installer.php will "
|
||
"be included in the archive.zip file. \n"
|
||
" The option can be used for backing up and moving only "
|
||
"the database."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:166
|
||
msgid ""
|
||
"<b><i class='fa fa-exclamation-circle'></i> Notice:</b><br/> \n"
|
||
" Installing only the database over an existing site may "
|
||
"have unintended consequences. \n"
|
||
" Be sure to know the state of your system before "
|
||
"installing the database without the associated files."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:179
|
||
msgid ""
|
||
"For example, if you have WordPress 5.6 on this site and you copy this site's "
|
||
"database to a host that has WordPress 5.8 files \n"
|
||
" then the source code of the files will not be in sync with "
|
||
"the database causing possible errors. \n"
|
||
" This can also be true of plugins and themes. \n"
|
||
" When moving only the database be sure to know the database "
|
||
"will be compatible with ALL source code files. \n"
|
||
" Please use this advanced feature with caution!"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:190
|
||
msgid ""
|
||
"<b>Install Time:</b><br> When installing a database only package please "
|
||
"visit the "
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:198
|
||
msgid "database only quick start"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:205
|
||
msgid ""
|
||
"The directories, extensions and files above will be be exclude from the "
|
||
"archive file if enable is checked."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:207
|
||
msgid "Use full path for directories or specific files."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:209
|
||
msgid ""
|
||
"Use filenames without paths to filter same-named files across multiple "
|
||
"directories."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:212
|
||
msgid "Use semicolons to separate all items. Use # to comment a line."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components.php:249
|
||
msgid "Please select at least one component."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components_tootip.php:23
|
||
msgid ""
|
||
"Package components allow you to include/exclude differents part of your "
|
||
"WordPress installation in the package."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components_tootip.php:28
|
||
msgid "Include the database in the package."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components_tootip.php:32
|
||
msgid ""
|
||
"Includes WordPress core files in the package (e.g. wp-include, wp-admin wp-"
|
||
"login.php and other."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components_tootip.php:64
|
||
msgid "Include the 'uploads' folder."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/package_components_tootip.php:68
|
||
msgid "Include non-WordPress files and folders in the root directory."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:33
|
||
#, php-format
|
||
msgid ""
|
||
"By enabling this option all tables that do not start with the prefix "
|
||
"<b>\"%s\"</b> are excluded from the package."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:39
|
||
msgid ""
|
||
"This option is useful for multiple WordPress installs in the same database "
|
||
"or if several applications are installed in the same database."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:44
|
||
msgid ""
|
||
"Enabling this option excludes all tables associated with deleted sites from "
|
||
"the package."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:46
|
||
msgid ""
|
||
"When deleting a site in a multisite; WordPress deletes the tables of items "
|
||
"related to the core, however it is not assumed that the tables of third "
|
||
"party plugins are removed."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:49
|
||
msgid ""
|
||
"With a multisite with a large number of deleted sites the database may be "
|
||
"full of unused tables."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:50
|
||
msgid ""
|
||
"With this option only the tables of currently existing sites will be "
|
||
"included in the backup."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:59
|
||
msgid "Enable Filters"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:64
|
||
msgid "Allow database tables to be excluded"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:68
|
||
msgid ""
|
||
"Table filters allow you to ignore specific tables from a database. \n"
|
||
" When creating a package only include the data you want and "
|
||
"need. \n"
|
||
" This helps to speed up the build process and keep your backups "
|
||
"simple and clean. \n"
|
||
" Tables that are checked will be excluded. \n"
|
||
" Tables with an * in red are core WordPress tables and should "
|
||
"typically not be excluded."
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:77
|
||
msgid "Database Table Filters"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:86
|
||
msgid "Table Prefixes"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:98
|
||
msgid "Filter tables without current WordPress prefix"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:103
|
||
msgid "WordPress Prefix Filters"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:112
|
||
msgid "Subsites"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:123
|
||
msgid "Filter/Hide Tables of Deleted Multisite-Subsites"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:126
|
||
msgid "Multisite-Subsite Filters"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:136
|
||
msgid "Uncheck All Checkboxes"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:139
|
||
msgid "Check All Checkboxes"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:198
|
||
msgid "- Table Filters Disabled -"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:205
|
||
msgid "Checked tables will be <u>excluded</u> from the database script. "
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:206
|
||
msgid ""
|
||
"Excluding certain tables can cause your site or plugins to not work "
|
||
"correctly after install!"
|
||
msgstr ""
|
||
|
||
#: template/parts/filters/tables_list_filter.php:210
|
||
msgid ""
|
||
"Use caution when excluding tables! It is highly recommended to not exclude "
|
||
"WordPress core tables in red with an *, \n"
|
||
" unless you know the impact."
|
||
msgstr ""
|
||
|
||
#: template/parts/help/main.php:203
|
||
msgid "Search"
|
||
msgstr ""
|
||
|
||
#: template/parts/help/main.php:205
|
||
msgid "No results found"
|
||
msgstr ""
|
||
|
||
#: template/parts/help/main.php:209
|
||
msgid "Related Articles"
|
||
msgstr ""
|
||
|
||
#: template/parts/help/main.php:219
|
||
msgid "View Documentation"
|
||
msgstr ""
|
||
|
||
#: template/parts/help/main.php:221
|
||
msgid "Browse documentation, reference material, and tutorials for Duplicator."
|
||
msgstr ""
|
||
|
||
#: template/parts/help/main.php:228
|
||
msgid "View All Documentation"
|
||
msgstr ""
|
||
|
||
#: template/parts/help/main.php:233 template/parts/help/main.php:240
|
||
msgid "Get Support"
|
||
msgstr ""
|
||
|
||
#: template/parts/help/main.php:234
|
||
msgid "You can access our world-class support below."
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/almost-complete.php:31
|
||
msgid "Restore Backup Almost Complete!"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/almost-complete.php:40
|
||
msgid ""
|
||
"Reserved Duplicator Pro installation files have been detected in the root "
|
||
"directory. \n"
|
||
" Please delete these installation files to avoid security issues."
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/almost-complete.php:46
|
||
msgid ""
|
||
"Go to: Tools > General > Information > Stored Data > and click the \"Remove "
|
||
"Installation Files\" button"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/almost-complete.php:48
|
||
#: views/packages/main/packages.php:95
|
||
msgid "Take me there now!"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/almost-complete.php:59
|
||
msgid ""
|
||
"If an archive.zip/daf file was intentially added to the root directory \n"
|
||
" to perform an overwrite install of this site then you can "
|
||
"ignore this message."
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/clean-installation-files.php:26
|
||
msgid "Installation cleanup ran!"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/clean-installation-files.php:32
|
||
msgid "No Duplicator files were found on this WordPress Site."
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/clean-installation-files.php:38
|
||
msgid "Removed"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/clean-installation-files.php:42
|
||
msgid "Found"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/clean-installation-files.php:59
|
||
msgid "Some of the installer files did not get removed, "
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/clean-installation-files.php:61
|
||
msgid "please retry the installer cleanup process"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/clean-installation-files.php:63
|
||
msgid " If this process continues please see the previous FAQ link."
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/clean-installation-files.php:70
|
||
msgid "Security Notes"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/clean-installation-files.php:73
|
||
msgid ""
|
||
"If the installer files do not successfully get removed with this action, \n"
|
||
" then they WILL need to be removed manually through your "
|
||
"hosts control panel or FTP. \n"
|
||
" Please remove all installer files to avoid any security "
|
||
"issues on this site."
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/clean-installation-files.php:92
|
||
msgid "Help Support Duplicator"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/clean-installation-files.php:95
|
||
msgid ""
|
||
"The Duplicator team has worked many years to make moving a WordPress site a "
|
||
"much easier process. "
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/migration-message.php:33
|
||
msgid "This site has been successfully restored!"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/migration-message.php:35
|
||
msgid "This site has been successfully migrated!"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/migration-message.php:43
|
||
#, php-format
|
||
msgid "The following installation files are stored in the folder %s"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/migration-message.php:64
|
||
msgid "Security actions:"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/migration-message.php:76
|
||
msgid "Final step:"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/migration-message.php:78
|
||
msgid "Remove Installation Files Now!"
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/migration-message.php:90
|
||
msgid ""
|
||
"Note: This message will be removed after all installer files are removed.\n"
|
||
" Installer files must be removed to maintain a secure "
|
||
"site.\n"
|
||
" Click the link above to remove all installer files and "
|
||
"complete the migration."
|
||
msgstr ""
|
||
|
||
#: template/parts/migration/migration-message.php:99
|
||
msgid ""
|
||
"If an archive.zip/daf file was intentially added to the root directory to "
|
||
"perform an overwrite install \n"
|
||
" of this site then you can ignore this message."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:53
|
||
msgid "REQUIREMENTS"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:70
|
||
msgid "Local Server Storage"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:76
|
||
msgid ""
|
||
"Recovery points require one of the following 'Local Server' storage types:"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:85
|
||
msgid "[Local Default]"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:86
|
||
msgid "This is the default built-in local storage type."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:96
|
||
msgid "[Local Non-Default]"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:97
|
||
msgid "This is a custom directory on this server."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:104
|
||
#: template/parts/recovery/exclude_data_box.php:146
|
||
#: template/parts/recovery/exclude_data_box.php:215
|
||
msgid "STATUS"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:108
|
||
msgid ""
|
||
"Templates do not control storage locations, only schedules and new package "
|
||
"creation control this process."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:112
|
||
msgid "No changes can be made to affect this test."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:115
|
||
msgid "At least one local server storage is associated with this "
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:119
|
||
msgid "No local server storage found for this "
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:136
|
||
msgid "WordPress Core Folders"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:141
|
||
msgid ""
|
||
"A recovery point needs all WordPress core folders included in the package "
|
||
"(wp-admin, wp-content & wp-includes)."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:150
|
||
msgid ""
|
||
"Package is setup as a database only configuration, the core WordPress "
|
||
"folders have been excluded automatically."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:156
|
||
msgid "WordPress core folders being filtered."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:163
|
||
msgid "No WordPress core folder filters set"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:180
|
||
#: views/packages/main/s1.setup3.archive.php:73
|
||
#: views/tools/templates/template.edit.php:254
|
||
msgid "Multisite"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:184
|
||
msgid "Some subisites are filterd."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:200
|
||
msgid "Primary Database Tables"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:207
|
||
msgid "All database tables with the prefix"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:209
|
||
msgid "must be included in the"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:211
|
||
msgid "for this to be an eligible recovery point."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:217
|
||
msgid "Filtered table list"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:229
|
||
msgid "No table filters set on this package."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:248
|
||
msgid "Required components:"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:268
|
||
msgid "NOTES"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:277
|
||
msgid ""
|
||
"To create a recovery-point enabled package change the conditions of the "
|
||
"package build or template to meet the requirements listed above."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:294
|
||
msgid ""
|
||
"To change the recovery status visit the template link above and make sure "
|
||
"that it passes the recovery status test."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:298
|
||
msgid ""
|
||
"If the local storage test does not pass check the schedule storage types and "
|
||
"make sure the local server storage type is selected."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:302
|
||
msgid ""
|
||
"These steps are optional and only required if you want to enable this "
|
||
"schedule as an active recovery point."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/exclude_data_box.php:309
|
||
msgid ""
|
||
"To change a template recovery point status to enabled, edit the template and "
|
||
"make sure that it passes the recovery status test."
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/launcher_content.php:27
|
||
msgid "Recovery package launcher"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/launcher_content.php:30
|
||
#, php-format
|
||
msgid "Recovery package launcher created on %s"
|
||
msgstr ""
|
||
|
||
#: template/parts/recovery/package_info_mini.php:30
|
||
#: views/packages/main/s1.setup0.base.php:101
|
||
#: views/packages/main/s2.scan3.archive.php:698
|
||
msgid "Package"
|
||
msgstr ""
|
||
|
||
#: template/parts/settings/email_summary.php:19
|
||
msgid "Email Summary"
|
||
msgstr ""
|
||
|
||
#: template/parts/settings/email_summary.php:23
|
||
msgid "Frequency"
|
||
msgstr ""
|
||
|
||
#: template/parts/settings/email_summary.php:48
|
||
msgid "Recipients"
|
||
msgstr ""
|
||
|
||
#: template/parts/settings/email_summary.php:62
|
||
msgid "No recipients entered. Email summary won't be send."
|
||
msgstr ""
|
||
|
||
#: template/parts/settings/email_summary.php:75
|
||
msgid "Enter email addresses"
|
||
msgstr ""
|
||
|
||
#: template/parts/settings/shellZipMessage.php:17
|
||
msgid ""
|
||
"The \"Shell Zip\" mode allows Duplicator to use the server's internal zip "
|
||
"command."
|
||
msgstr ""
|
||
|
||
#: template/parts/settings/shellZipMessage.php:21
|
||
msgid ""
|
||
"When available this mode is recommended over the PHP \"ZipArchive\" mode."
|
||
msgstr ""
|
||
|
||
#: template/parts/settings/shellZipMessage.php:29
|
||
#: template/parts/settings/shellZipMessage.php:34
|
||
msgid ""
|
||
"This server is not configured for the Shell Zip engine - please use a "
|
||
"different engine mode."
|
||
msgstr ""
|
||
|
||
#: template/parts/settings/shellZipMessage.php:62
|
||
msgid "To make 'Shell Zip' available, ask your host to:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/packages.php:89
|
||
#, php-format
|
||
msgid ""
|
||
"There are currently (%1$s) orphaned package files taking up %2$s of space. \n"
|
||
" These package files are no longer visible in the packages "
|
||
"list below and are safe to remove."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/packages.php:93
|
||
msgid ""
|
||
"Go to: Tools > General > Information > Stored Data > look for the [Delete "
|
||
"Package Orphans] button for more details."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/packages.php:145
|
||
msgid "Paging disabled during build..."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/packages.php:156
|
||
msgid "items"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:18
|
||
msgid "Package settings have been reset."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:70
|
||
#: views/packages/main/s1.setup4.install.php:53
|
||
#: views/packages/main/s2.scan1.base.php:291
|
||
#: views/packages/main/s2.scan2.server.php:34
|
||
#: views/tools/templates/template.edit.php:256
|
||
#: views/tools/templates/template.edit.php:374
|
||
msgid "Setup"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:71
|
||
#: views/packages/main/s2.scan1.base.php:292
|
||
msgid "Scan"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:72
|
||
#: views/packages/main/s2.scan1.base.php:293
|
||
#: views/packages/main/s2.scan1.base.php:390
|
||
msgid "Build"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:75
|
||
msgid "Step 1: Package Setup"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:102
|
||
msgid "Toggle a default name"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:104
|
||
msgid "Add Notes"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:121
|
||
msgid "Apply Template"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:122
|
||
msgid ""
|
||
"An optional template configuration that can be applied to this package "
|
||
"setup. An [Unassigned] template will retain the settings from the last scan/"
|
||
"build."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:125
|
||
msgid "List All Templates"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:136
|
||
msgid "Unassigned"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:139
|
||
msgid "No Templates"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:161
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:102
|
||
msgid "Reset"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:178
|
||
msgid "Would you like to continue"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup0.base.php:179
|
||
msgid "This will clear all of the current package settings."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:33
|
||
#: views/packages/main/s1.setup1.reqs.php:35
|
||
msgid "Requirements:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:40
|
||
msgid ""
|
||
"System requirements must pass for the Duplicator to work properly. Click "
|
||
"each link for details."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:46
|
||
msgid "PHP Support"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:52
|
||
msgid "PHP Version"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:61
|
||
msgid "Function"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:64
|
||
msgid "Class"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:77
|
||
msgid "Pass"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:79
|
||
msgid "Fail"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:81
|
||
msgid "Warning"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:95
|
||
#, php-format
|
||
msgid ""
|
||
"PHP versions %s+ including the listed functions are required for the plugin "
|
||
"to create a package. \n"
|
||
" For additional information see our online "
|
||
"technical FAQs."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:109
|
||
msgid "Permissions"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:112
|
||
msgid "Required Paths"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:124
|
||
msgid ""
|
||
"Permissions can be difficult to resolve on some systems. If the plugin can "
|
||
"not read the above paths here \n"
|
||
" are a few things to try. 1) Set the above paths to "
|
||
"have permissions of 755 for directories and 644 for files. \n"
|
||
" You can temporarily try 777 however, be sure you "
|
||
"don’t leave them this way. 2) Check the owner/group settings for both files "
|
||
"and directories. \n"
|
||
" The PHP script owner and the process owner are "
|
||
"different. The script owner owns the PHP script but the process owner \n"
|
||
" is the user the script is running as, thus "
|
||
"determining its capabilities/privileges in the file system. \n"
|
||
" For more details contact your host or server "
|
||
"administrator or visit the 'Help' menu under Duplicator for additional "
|
||
"online resources."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:140
|
||
msgid "Server Support"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:146
|
||
msgid "MySQL Version"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:152
|
||
msgid ""
|
||
"MySQL version 5.0+ or better is required. Contact your server administrator "
|
||
"and request MySQL Server 5.0+ be installed."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:165
|
||
msgid ""
|
||
"The function mysqli_real_escape_string is not working properly. \n"
|
||
" Please consult host support and ask them to "
|
||
"switch to a different PHP version or configuration."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:176
|
||
msgid "Installation Files"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:181
|
||
msgid ""
|
||
"No reserved installation files where found from a previous install. You are "
|
||
"clear to create a new package."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:187
|
||
msgid ""
|
||
"An installer file(s) was found in the WordPress root directory.\n"
|
||
" To archive your data correctly please remove "
|
||
"any of these files and try creating your package again."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:192
|
||
msgid "Installer file names include"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:200
|
||
msgid "Remove Files Now"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:211
|
||
msgid "For additional help please see the "
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup1.reqs.php:212
|
||
msgid "online FAQs"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup2.store.php:31
|
||
msgid ""
|
||
"Choose the storage location(s) where the archive and installer files will be "
|
||
"saved."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup2.store.php:101
|
||
msgid "Unable to load storage type. Please validate the setup."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup2.store.php:111
|
||
msgid "Add Storage"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup3.archive.php:32
|
||
msgid "Folder/File Filter Enabled"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup3.archive.php:37
|
||
msgid "Database Table Filter Enabled"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup3.archive.php:42
|
||
msgid "Archive Only the Database"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup3.archive.php:47
|
||
msgid "Archive Only Media files"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup3.archive.php:52
|
||
msgid "Archive password protection is on"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup3.archive.php:55
|
||
msgid "Requires Password"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup3.archive.php:59
|
||
msgid "Archive Settings"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup3.archive.php:94
|
||
msgid "You can't exclude all sites."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:38
|
||
#: views/tools/templates/template.edit.php:358
|
||
msgid "All values in this section are"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:38
|
||
#: views/tools/templates/template.edit.php:358
|
||
msgid "optional"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:40
|
||
#: views/tools/templates/template.edit.php:360
|
||
msgid "Setup/Prefills"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:43
|
||
msgid ""
|
||
"All values in this section are OPTIONAL! If you know ahead of time the "
|
||
"database input fields the installer will use, \n"
|
||
" then you can optionally enter them here and they will be "
|
||
"prefilled at install time. \n"
|
||
" Otherwise you can just enter them in at install time and "
|
||
"ignore all these options in the Installer section."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:56
|
||
#: views/tools/templates/template.edit.php:377
|
||
msgid "Branding"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:102
|
||
#: views/tools/templates/template.edit.php:397
|
||
msgid "Preview"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:105
|
||
#: views/tools/templates/template.edit.php:400
|
||
msgid "Choose Brand"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:106
|
||
msgid ""
|
||
"This option changes the branding of the installer file. Click the preview "
|
||
"button to see the selected style."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:116
|
||
#: views/tools/templates/template.edit.php:404
|
||
msgid "Enable Branding"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:126
|
||
#: views/tools/templates/template.edit.php:415
|
||
msgid "Prefills"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:151
|
||
#: views/packages/main/s1.setup4.install.php:218
|
||
msgid "example: localhost (value is optional)"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:155
|
||
#: views/packages/main/s1.setup4.install.php:229
|
||
msgid "example: DatabaseName (value is optional)"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:159
|
||
msgid "example: DatabaseUser (value is optional)"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:177
|
||
#: views/packages/main/s1.setup4.install.php:179
|
||
msgid "Auto Select cPanel"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:180
|
||
#: views/tools/templates/template.edit.php:467
|
||
msgid ""
|
||
"Enabling this options will automatically select the cPanel tab when step one "
|
||
"of the installer is shown."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:186
|
||
msgid "example: cpanelHost (value is optional)"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:190
|
||
msgid "example: cpanelUser (value is optional)"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:210
|
||
msgid "Connect and Delete Any Existing Data"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:211
|
||
msgid "Connect and Backup Any Existing Data"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:212
|
||
msgid "Skip Database Extraction"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:243
|
||
msgid "example: DatabaseUserName (value is optional)"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s1.setup4.install.php:253
|
||
msgid "Additional inputs can be entered at install time."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:257
|
||
msgid "Input fields not valid"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:258
|
||
#: views/packages/main/s2.scan1.base.php:351
|
||
msgid "Please try again!"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:260
|
||
#: views/packages/main/s2.scan1.base.php:353
|
||
msgid "Server Status:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:262
|
||
#: views/packages/main/s2.scan1.base.php:355
|
||
msgid "Error Message:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:274
|
||
#: views/packages/main/s2.scan1.base.php:386
|
||
msgid "Back"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:296
|
||
msgid "Step 2: System Scan"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:318
|
||
msgid "Scanning Site"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:327
|
||
msgid "Keep this window open during the scan process."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:328
|
||
msgid "This can take several minutes."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:334
|
||
msgid "Scan Complete"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:336
|
||
msgid "Process Time:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:350
|
||
msgid "Scan Error"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:365
|
||
msgid ""
|
||
"Scan checks are not required to pass, however they could cause issues on "
|
||
"some systems."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:367
|
||
msgid ""
|
||
"Please review the details for each section by clicking on the detail title."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:374
|
||
msgid "Do you want to continue?"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:376
|
||
msgid "At least one or more checkboxes were checked in \"Quick Filters\"."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:378
|
||
msgid "To apply a \"Quick Filter\" click the \"Add Filters & Rescan\" button"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:380
|
||
msgid "Yes. Continue without applying any file filters."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:389
|
||
msgid "Rescan"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:498
|
||
msgid ""
|
||
"WARNING! Logo images no longer can be found inside brand. Please edit this "
|
||
"brand and place new images. After that you can build your package with this "
|
||
"brand."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:538
|
||
msgid "Unable to report on any tables"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan1.base.php:564
|
||
msgid "Unable to report on database stats"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:36
|
||
msgid "Show Diagnostics"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:39
|
||
msgid "Site Health"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:47
|
||
msgid "System"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:53
|
||
msgid "General Checks"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:64
|
||
#: views/tools/diagnostics/inc.settings.php:88
|
||
msgid "Web Server"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:66
|
||
msgid "Supported Web Servers:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:71
|
||
msgid "MySQLi"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:73
|
||
msgid ""
|
||
"Creating the package does not require the mysqli module. However the "
|
||
"installer file requires that the PHP module mysqli be installed on the "
|
||
"server it is deployed on."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:74
|
||
#: views/packages/main/s2.scan2.server.php:85
|
||
#: views/packages/main/s2.scan2.server.php:94
|
||
#: views/packages/main/s2.scan2.server.php:102
|
||
#: views/packages/main/s2.scan2.server.php:121
|
||
#: views/packages/main/s2.scan2.server.php:130
|
||
#: views/packages/main/s2.scan2.server.php:146
|
||
#: views/packages/main/s2.scan2.server.php:309
|
||
msgid "details"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:81
|
||
msgid "Open SSL - Dropbox"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:83
|
||
msgid ""
|
||
"Dropbox storage requires an HTTPS connection. On windows systems enable "
|
||
"\"extension=php_openssl.dll\" in the php.ini configuration file. "
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:84
|
||
msgid "On Linux based systems check for the --with-openssl[=DIR] flag."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:91
|
||
msgid "Allow URL Fopen"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:93
|
||
msgid ""
|
||
"Dropbox communications requires that [allow_url_fopen] be set to 1 in the "
|
||
"php.ini file."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:99
|
||
msgid "cURL - Dropbox"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:101
|
||
msgid ""
|
||
"Dropbox communications requires that extension=php_curl.dll be present in "
|
||
"the php.ini file."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:108
|
||
msgid "PHP Checks"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:111
|
||
msgid "PHP Version: "
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:115
|
||
#, php-format
|
||
msgid ""
|
||
"The minimum PHP version supported by Duplicator is %1$s, however it is "
|
||
"highly recommended to use PHP %2$s or higher for improved stability."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:127
|
||
msgid "PHP Open Base Dir"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:129
|
||
msgid ""
|
||
"Issues might occur when [open_basedir] is enabled. Work with your server "
|
||
"admin or hosting provider to disable this value in the php.ini file if "
|
||
"you’re having issues building a package."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:135
|
||
msgid "PHP Max Execution Time"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:139
|
||
#, php-format
|
||
msgid ""
|
||
"Issues might occur for larger packages when the [max_execution_time] value "
|
||
"in the php.ini is too low. \n"
|
||
" The minimum recommended timeout is \"%1$s\" seconds or "
|
||
"higher. \n"
|
||
" An attempt is made to override this value if the server "
|
||
"allows it. A value of 0 (recommended) indicates that PHP has no time limits."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:151
|
||
msgid "PHP Memory Limit"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:155
|
||
#, php-format
|
||
msgid ""
|
||
"Issues might occur for larger packages when the [memory_limit] value in the "
|
||
"php.ini is too low. \n"
|
||
" The minimum recommended memory limit is \"%1$s\" or higher. "
|
||
"An attempt is made to override this value if the server allows it. \n"
|
||
" To manually increase the memory limit have a look at this "
|
||
"%2$s[FAQ item]%3$s"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:168
|
||
msgid "PHP 64 Bit Architecture"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:172
|
||
#, php-format
|
||
msgid ""
|
||
"Servers that run a PHP 32-bit architecture are not capable of creating "
|
||
"packages larger than 2GB. \n"
|
||
" If you need to create a package that is larger than 2GB in "
|
||
"size talk with your host or server admin to change your version of PHP to 64-"
|
||
"bit. %1$s[FAQ item]%2$s"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:240
|
||
msgid "WordPress Version"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:244
|
||
#, php-format
|
||
msgid ""
|
||
"It is recommended to have a version of WordPress that is greater than "
|
||
"%1$s. \n"
|
||
" Older version of WordPress can lead to migration issues and are "
|
||
"a security risk. \n"
|
||
" If possible please update your WordPress site to the latest "
|
||
"version."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:254
|
||
msgid "Core Files"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:259
|
||
msgid ""
|
||
"The core WordPress paths below will <u>not</u> be included in the archive. "
|
||
"These paths are required for WordPress to function!"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:271
|
||
msgid ""
|
||
"The core WordPress file below will <u>not</u> be included in the archive. "
|
||
"This file is required for WordPress to function!"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:284
|
||
#, php-format
|
||
msgid ""
|
||
"Note: Please change the %1$s filters if you wish to include the WordPress "
|
||
"core files \n"
|
||
" otherwise the data will have to be manually copied to the "
|
||
"new location for the site to function properly."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:297
|
||
msgid ""
|
||
"If the scanner is unable to locate the wp-config.php file in the root "
|
||
"directory, then you will need to manually copy it to its new location. \n"
|
||
" This check will also look for core WordPress paths that should "
|
||
"be included in the archive for WordPress to work correctly."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:306
|
||
msgid "Multisite: N/A"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:308
|
||
msgid ""
|
||
"Multisite was not detected on this site. It is currently configured as a "
|
||
"standard WordPress site."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:313
|
||
#: views/packages/main/s2.scan2.server.php:320
|
||
msgid "Multisite: Detected"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:315
|
||
msgid "This license level has full access to all Multisite Plus+ features."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:324
|
||
#, php-format
|
||
msgid ""
|
||
"Duplicator Pro is at the %1$s license level which allows for backups and "
|
||
"migrations of an entire Multisite network. "
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:330
|
||
msgid ""
|
||
"To unlock all <b>Multisite Plus</b> features please upgrade the license "
|
||
"before building a package."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:332
|
||
msgid "Upgrade Here"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:334
|
||
msgid "Multisite Plus Feature Overview"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:345
|
||
msgid "Import Status"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:356
|
||
msgid "This package is not be compatible with"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:357
|
||
msgid "Drag and Drop Import"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:358
|
||
msgid ""
|
||
"The Drag and Drop import method is a new way to migrate packages you can "
|
||
"find under Duplicator Pro > Tools > Import."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:359
|
||
msgid "Drag and Drop import"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:361
|
||
msgid "However it can still be used it to perform a database migration."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:367
|
||
msgid ""
|
||
"Database only packages can only be installed via the installer.php file. \n"
|
||
" The Drag and Drop interface only "
|
||
"processes packages that have all WordPress core directories and all database "
|
||
"tables."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:373
|
||
msgid ""
|
||
"To make the package compatible with Drag and Drop import don't filter any "
|
||
"tables or core directories."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:378
|
||
msgid "FILTERED CORE DIRS:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:387
|
||
msgid "FILTERED SITE TABLES:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan2.server.php:397
|
||
msgid ""
|
||
"The package you are about to create is compatible with Drag and Drop import."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:15
|
||
msgid "Compatibility Mode Enabled"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:32
|
||
msgid "Requires Password to Extract"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:37
|
||
msgid "Show Scan Details"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:60
|
||
msgid "File Size:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:63
|
||
msgid ""
|
||
"The files size represents only the included files before compression is "
|
||
"applied. \n"
|
||
" It does not include the size of the database script and "
|
||
"in most cases the package size \n"
|
||
" once completed will be smaller than this number unless "
|
||
"shell execution zip with no compression is enabled."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:68
|
||
#: views/packages/main/s2.scan3.archive.php:406
|
||
msgid "uncompressed"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:74
|
||
msgid "Database only"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:75
|
||
#: views/packages/main/s2.scan3.archive.php:85
|
||
#: views/packages/main/s2.scan3.archive.php:522
|
||
msgid "Notice"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:78
|
||
msgid ""
|
||
"Only the database and a copy of the installer.php will be included in the "
|
||
"archive.zip file."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:84
|
||
msgid "File checks skipped"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:88
|
||
msgid ""
|
||
"All file checks are skipped. This could cause problems during extraction if "
|
||
"problematic files are included."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:90
|
||
msgid ""
|
||
"To enable, uncheck Packages > Advanced Settings > Scan File Checks > "
|
||
"\"Skip\" to enable."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:101
|
||
msgid "Size Checks"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:107
|
||
msgid "Directories "
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:111
|
||
msgid ""
|
||
"Compressing larger sites on <i>some budget hosts</i> may cause timeouts. "
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:112
|
||
msgid "more details..."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:123
|
||
#, php-format
|
||
msgid ""
|
||
"This notice is triggered at <b>%s</b> and can be ignored on most hosts. \n"
|
||
" If the build process hangs or is unable to complete "
|
||
"then this host has strict processing limits. \n"
|
||
" Below are some options you can take to overcome "
|
||
"constraints setup on this host."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:133
|
||
msgid "Timeout Options"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:135
|
||
msgid ""
|
||
"Apply the \"Quick Filters\" below or click the back button to apply on "
|
||
"previous page."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:137
|
||
msgid "See the FAQ link to adjust this hosts timeout limits: "
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:139
|
||
msgid "What can I try for Timeout Issues?"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:145
|
||
#, php-format
|
||
msgid ""
|
||
"Files over %1$s are listed below. Larger files such as movies or zipped "
|
||
"content can cause timeout issues on some budget hosts.\n"
|
||
" If you are having issues creating a package try "
|
||
"excluding the directory paths below or go back to Step 1 and add them."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:151
|
||
msgid "Right click on tree node to open the bulk actions menu"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:158
|
||
#: views/packages/main/s2.scan3.archive.php:215
|
||
msgid "Quick Filters"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:159
|
||
msgid "Large Files"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:162
|
||
msgid "Hide All"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:163
|
||
msgid "Show All"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:178
|
||
#: views/packages/main/s2.scan3.archive.php:237
|
||
msgid "*Checking a directory will exclude all items in that path recursively."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:181
|
||
#: views/packages/main/s2.scan3.archive.php:240
|
||
#: views/packages/main/s2.scan3.archive.php:893
|
||
msgid "Add Filters & Rescan"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:183
|
||
msgid "Copy Paths to Clipboard"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:195
|
||
msgid "Addon Sites"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:203
|
||
msgid ""
|
||
"An \"Addon Site\" is a separate WordPress site(s) residing in subdirectories "
|
||
"within this site. \n"
|
||
" If you confirm these to be separate sites, then it "
|
||
"is recommended that you exclude them by checking the corresponding boxes "
|
||
"below and clicking the 'Add Filters & Rescan' button. \n"
|
||
" To backup the other sites install the plugin on the "
|
||
"sites needing to be backed-up."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:230
|
||
msgid "No add on sites found."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:252
|
||
msgid "Read Checks"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:259
|
||
msgid ""
|
||
"PHP is unable to read the following items and they will <u>not</u> be "
|
||
"included in the package. \n"
|
||
" Please work with your host to adjust the permissions or "
|
||
"resolve the symbolic-link(s) shown in the lists below. \n"
|
||
" If these items are not needed then this notice can be "
|
||
"ignored."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:270
|
||
msgid "Unreadable Items:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:279
|
||
msgid "No unreadable items found."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:285
|
||
msgid "Recursive Links:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:294
|
||
msgid "No recursive sym-links found."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:311
|
||
msgid "Network Site Filters"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:322
|
||
msgid ""
|
||
"Some sites have been excluded from the network. \n"
|
||
" With this package it will not be possible to "
|
||
"restore the network but only perform subsite to standalone conversions."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:328
|
||
msgid "EXCLUDED SITES"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:335
|
||
msgid "No network sites has been excluded from the package."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:341
|
||
msgid ""
|
||
"Tables and/or paths have been manually excluded from some sites so the "
|
||
"package will not be compatible with the Drag and Drop import. \n"
|
||
" An install using the installer.php can still be "
|
||
"performed, however."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:352
|
||
msgid "Tables:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:360
|
||
msgid "Paths:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:399
|
||
msgid "Database Size:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:402
|
||
msgid ""
|
||
"The database size represents only the included tables. The process for "
|
||
"gathering the size uses the query SHOW TABLE STATUS. \n"
|
||
" The overall size of the database file can impact the "
|
||
"final size of the package."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:416
|
||
msgid "Database excluded"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:422
|
||
msgid ""
|
||
"The database is excluded from the package build process. \n"
|
||
" To include it make sure to check the \"Database\" "
|
||
"package component checkbox at Step 1 of the build process."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:436
|
||
msgid "TOTAL SIZE"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:439
|
||
msgid "Records"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:443
|
||
#, php-format
|
||
msgid ""
|
||
"Total size and row count are approximate values. The thresholds that trigger "
|
||
"warnings are <i>%1$s OR %2$s records</i> total for the entire database. \n"
|
||
" Large databases take time to process and can cause "
|
||
"issues with server timeout and memory settings on some budget hosts. \n"
|
||
" If your server supports popen or exec and mysqldump "
|
||
"you can try to enable Shell Execution from the settings menu."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:457
|
||
msgid "TABLE DETAILS:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:460
|
||
#, php-format
|
||
msgid ""
|
||
"The notices for tables are <i>%1$s, %2$s records or names with upper-case "
|
||
"characters</i>. \n"
|
||
" Individual tables will not trigger a notice message, "
|
||
"but can help narrow down issues if they occur later on."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:469
|
||
#, php-format
|
||
msgid "Exclude all tables without prefix \"%s\""
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:477
|
||
msgid "Exclude not existing subsite filter"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:494
|
||
#: views/packages/main/s2.scan3.archive.php:559
|
||
msgid "RECOMMENDATIONS:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:495
|
||
msgid ""
|
||
"The following recommendations are not needed unless you are having issues "
|
||
"building or installing the package."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:497
|
||
msgid "repair and optimization"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:498
|
||
#, php-format
|
||
msgid "1. Run a %1$s on the table to improve the overall size and performance."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:500
|
||
msgid ""
|
||
"2. Remove post revisions and stale data from tables. Tables such as logs, "
|
||
"statistical or other non-critical data should be cleared."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:502
|
||
msgid "Enable mysqldump"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:503
|
||
#, php-format
|
||
msgid "3. %1$s if this host supports the option."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:506
|
||
#, php-format
|
||
msgid ""
|
||
"4. Restoring mixed-case tables can cause problems on some servers. If you "
|
||
"experience a problem installing the package change the %1$s system variable "
|
||
"on the destination site's MySQL Server."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:516
|
||
msgid "Mysqldump memory check"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:520
|
||
msgid "Good"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:529
|
||
msgid "The database size is within the allowed mysqldump size limit."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:547
|
||
msgid "The database size exceeds the allowed mysqldump size limit."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:551
|
||
msgid ""
|
||
"The database size is larger than the PHP memory_limit value.\n"
|
||
" This can lead into issues when building a "
|
||
"package, during which the system can run out of memory. \n"
|
||
" To fix this issue please consider doing one of "
|
||
"the below mentioned recommendations."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:600
|
||
msgid "Object Access"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:610
|
||
msgid ""
|
||
"The database user for this WordPress site has sufficient permissions to "
|
||
"write stored procedures and functions to the sql file of the archive. \n"
|
||
" [The commands SHOW CREATE PROCEDURE/FUNCTION "
|
||
"will work.]"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:618
|
||
msgid ""
|
||
"The database user for this WordPress site does NOT have sufficient "
|
||
"permissions to write stored procedures to the sql file of the archive. \n"
|
||
" [The command SHOW CREATE FUNCTION will "
|
||
"NOT work.]"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:637
|
||
msgid "Triggers"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:647
|
||
msgid ""
|
||
"The database contains triggers which will have to be manually imported at "
|
||
"install time. No action needs to be performed at this time. \n"
|
||
" During the install process you will "
|
||
"be presented with the proper trigger SQL statements that you can optionally "
|
||
"run."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:671
|
||
msgid "Scan Details"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:678
|
||
msgid "Copy Quick Filter Paths"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:683
|
||
msgid "WARNING!"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:684
|
||
msgid "Manual copy of selected text required on this browser."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:689
|
||
msgid ""
|
||
"Error applying filters. Please go back to Step 1 to add filter manually!"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:711
|
||
msgid "Encryption"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:718
|
||
msgid "Installer password (Password Required)"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:721
|
||
msgid "Archive encryption (Password Required)"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:732
|
||
msgid "Name:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:733
|
||
msgid "Host:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:734
|
||
msgid "SQL Mode:"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:745
|
||
msgid "Is currently enabled"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:745
|
||
msgid "Is currently disabled"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:760
|
||
msgid "No custom directory filters set."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:771
|
||
msgid "No custom file filters set."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:775
|
||
msgid "Auto Filters"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:786
|
||
msgid "Excluded File Extensions"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:791
|
||
msgid "No file extension filters have been set."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:797
|
||
msgid "Path filters will be skipped during the archive process when enabled."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:799
|
||
msgid "[view json result report]"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:811
|
||
#: views/packages/main/s2.scan3.archive.php:820
|
||
msgid "Click to Copy"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:825
|
||
msgid ""
|
||
"Copy the paths above and apply them as needed on Step 1 > Archive > "
|
||
"Files section."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:874
|
||
msgid "Directory applied filter set."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:888
|
||
msgid "Initializing Please Wait..."
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:910
|
||
msgid "No directories have been selected!"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:914
|
||
msgid "No files have been selected!"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:952
|
||
msgid "Copied to Clipboard!"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:1052
|
||
msgid "Select all childs files and folders"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:1064
|
||
msgid "Select only all childs files"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:1076
|
||
msgid "Unselect all childs elements"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:1170
|
||
#: views/packages/main/s2.scan3.archive.php:1204
|
||
msgid "show all"
|
||
msgstr ""
|
||
|
||
#: views/packages/main/s2.scan3.archive.php:1179
|
||
msgid "show warning only"
|
||
msgstr ""
|
||
|
||
#: views/parts/ajax-loader.php:6
|
||
msgid "wait ..."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:13
|
||
msgid ""
|
||
"The migrate settings screen allows you to import or export Duplicator Pro "
|
||
"settings from one site to another."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:19
|
||
msgid ""
|
||
"For example, if you have several storage locations that you use on multiple "
|
||
"WordPress sites such as Google Drive or \n"
|
||
" Dropbox and you simply want to copy the profiles from this "
|
||
"instance of Duplicator Pro to another instance then simply \n"
|
||
" export the data here and import it on the other instance of "
|
||
"Duplicator Pro."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:29
|
||
#: views/settings/package/inc.brand.list.php:65
|
||
#, php-format
|
||
msgid "This option isn't available at the <b>%1$s</b> license level."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:103
|
||
msgid ""
|
||
"The migrate settings screen allows you to import or export Duplicator Pro "
|
||
"settings from one site to another. \n"
|
||
" For example if you have several storage locations \n"
|
||
" that you use on multiple WordPress sites such as Google Drive or "
|
||
"Dropbox and you simply want to copy \n"
|
||
" the profiles from this instance of Duplicator Pro to another "
|
||
"instance \n"
|
||
" then simply export the data here and import it on the other instance "
|
||
"of Duplicator Pro."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:121
|
||
#: views/settings/general/inc.migrate.php:123
|
||
msgid "Export Settings"
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:129
|
||
msgid ""
|
||
"Exports all schedules, storage locations, templates and settings from this "
|
||
"Duplicator Pro instance into a downloadable export file."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:136
|
||
msgid ""
|
||
"The export file can then be used to import data settings from this instance "
|
||
"of Duplicator Pro into another plugin instance of Duplicator Pro."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:142
|
||
#: views/settings/general/inc.migrate.php:263
|
||
msgid "Export Data"
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:162
|
||
msgid ""
|
||
"Import settings from another Duplicator Pro plugin into this instance of "
|
||
"Duplicator Pro."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:164
|
||
msgid ""
|
||
"Schedule, storage and template data will be appended to current data, while "
|
||
"existing settings will be replaced."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:167
|
||
msgid ""
|
||
"For security reasons, capabilities, license data and license visibility will "
|
||
"not be imported."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:173
|
||
msgid ""
|
||
"Schedules depend on storage and templates so importing schedules will "
|
||
"require that storage and templates be checked."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:181
|
||
msgid "Choose Duplicator Data File"
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:185
|
||
msgid "Include in Import"
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:210
|
||
#: views/settings/general/inc.migrate.php:275
|
||
msgid "Import Data"
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:221
|
||
msgid "Export Duplicator Pro Data?"
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:224
|
||
msgid ""
|
||
"Export schedules, storage and templates to a file for import into another "
|
||
"Duplicator instance."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:225
|
||
msgid ""
|
||
"For security purposes, restrict access to this file and delete after use."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:227
|
||
msgid "Click the 'Run Export' button to generate and download the export file."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:230
|
||
msgid "Run Export"
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:237
|
||
msgid "Import Duplicator Pro Data?"
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:240
|
||
msgid "Append schedules, storage and templates if those options are checked."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:241
|
||
msgid "Overwrite current settings data if the settings option is checked."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:242
|
||
msgid ""
|
||
"Review templates and local storages after import to ensure correct path "
|
||
"values."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:244
|
||
msgid "Click the 'Run Import' button to process the import file."
|
||
msgstr ""
|
||
|
||
#: views/settings/general/inc.migrate.php:247
|
||
msgid "Run Import"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:42
|
||
#: views/settings/package/inc.brand.edit.php:77
|
||
msgid "New Brand"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:62
|
||
msgid "This brand is not found or deleted. Please create new one."
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:138
|
||
msgid "Brands"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:165
|
||
#: views/settings/package/inc.brand.edit.php:194
|
||
#: views/settings/package/inc.brand.list.php:174
|
||
#: views/settings/package/inc.brand.list.php:209
|
||
msgid "Logo"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:168
|
||
#: views/settings/package/inc.brand.edit.php:197
|
||
msgid "Style Guide"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:175
|
||
#: views/settings/package/inc.brand.edit.php:226
|
||
msgid ""
|
||
"This brand can be activated by using the installer brand drop-down during "
|
||
"the package creation process. It can also be set via a template."
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:178
|
||
msgid "The default brand cannot be changed"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:186
|
||
msgid "Displayed as the page title of the installer."
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:234
|
||
msgid "Preview Area:"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:243
|
||
msgid "version: "
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:245
|
||
msgid "info"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:245
|
||
msgid "help"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:250
|
||
msgid "Mode: Standard Install"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:252
|
||
msgid "Step <b>1</b> of 4: Deployment"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:257
|
||
msgid "Note: Be sure to validate the final results in the installer.php file."
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:275
|
||
msgid "Save Brand"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:282
|
||
msgid ""
|
||
"The brandable area allows for a loose set of html and custom styling. Below "
|
||
"is a general guide."
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:284
|
||
msgid ""
|
||
"- <b>Embed Image:</b><br/> <img src=\"/wp-content/uploads/image.png /> "
|
||
"<br/><br/>"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:285
|
||
msgid "- <b>Text Only:</b><br/> My Installer Name <br/><br/>"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:287
|
||
msgid ""
|
||
"- <b>Text & Font-Awesome:</b><br/> <i class=\"fa fa-cube\"></"
|
||
"i> \n"
|
||
" My Company <br/><small>Note: <a href=\"http://fontawesome.io/icons/"
|
||
"\" target=\"_blank\">Font-Awesome 4.7</a> \n"
|
||
" is the referenced library</small><br/><br/>"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:294
|
||
msgid "Branding Guide"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:301
|
||
msgid "Brand Name"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:302
|
||
msgid ""
|
||
"WARNING: Brand name cannot be named like <strong>Default</strong> because is "
|
||
"a reserved name."
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:306
|
||
msgid "Brand Logo"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.edit.php:307
|
||
msgid "WARNING: Brand logo have a wrong URL."
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.list.php:55
|
||
msgid ""
|
||
"Create your own WordPress distribution by adding a custom name and logo to "
|
||
"the installer! \n"
|
||
" Installer branding lets you create multiple brands for your "
|
||
"installers and then choose \n"
|
||
" which one you want when the package is built (example shown "
|
||
"below)."
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.list.php:100
|
||
msgid "Delete selected brand endpoint(s)"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.list.php:242
|
||
msgid "Please select at least one brand to delete!"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.list.php:246
|
||
#: views/settings/package/inc.brand.list.php:255
|
||
msgid "Delete Brand?"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.list.php:247
|
||
#: views/settings/package/inc.brand.list.php:256
|
||
msgid "Are you sure you want to delete the selected brand(s)?"
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.list.php:249
|
||
msgid "Note: This action removes all brands."
|
||
msgstr ""
|
||
|
||
#: views/settings/package/inc.brand.list.php:250
|
||
#: views/settings/package/inc.brand.list.php:257
|
||
msgid "Removing Brands, Please Wait..."
|
||
msgstr ""
|
||
|
||
#: views/settings/schedule.php:9
|
||
msgid "Schedule Settings Saved"
|
||
msgstr ""
|
||
|
||
#: views/settings/schedule.php:40
|
||
msgid "Send Build Email"
|
||
msgstr ""
|
||
|
||
#: views/settings/schedule.php:57
|
||
msgid "On Failure"
|
||
msgstr ""
|
||
|
||
#: views/settings/schedule.php:65
|
||
msgid "Always"
|
||
msgstr ""
|
||
|
||
#: views/settings/schedule.php:68
|
||
msgid "When to send emails after a scheduled build."
|
||
msgstr ""
|
||
|
||
#: views/settings/schedule.php:84
|
||
msgid "Admin email will be used if empty."
|
||
msgstr ""
|
||
|
||
#: views/settings/schedule.php:92
|
||
msgid "Save Schedule Settings"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/diagnostic.php:24
|
||
msgid "Are you sure you want to delete?"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/diagnostic.php:25
|
||
msgid "Delete this option value."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/diagnostic.php:26
|
||
msgid "Removing, Please Wait..."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/diagnostic.php:31
|
||
msgid "This process will remove all build cache files."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/diagnostic.php:32
|
||
msgid ""
|
||
"Be sure no packages are currently building or else they will be cancelled."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.data.php:23
|
||
msgid "Data Cleanup"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.data.php:25
|
||
msgid "Stored Data"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.data.php:38
|
||
msgid "Delete Installation Files"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.data.php:42
|
||
msgid "Removes all reserved installation files."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.data.php:43
|
||
#: views/tools/diagnostics/inc.data.php:86
|
||
msgid "more info"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.data.php:49
|
||
msgid ""
|
||
"Clicking on the 'Remove Installation Files' button will remove the following "
|
||
"installation files. \n"
|
||
" These files are typically from a previous "
|
||
"Duplicator install. \n"
|
||
" If you are unsure of the source, please "
|
||
"validate the files. \n"
|
||
" These files should never be left on "
|
||
"production systems for security reasons. \n"
|
||
" Below is a list of all the installation "
|
||
"files used by Duplicator. \n"
|
||
" Please be sure these are removed from your "
|
||
"server."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.data.php:81
|
||
msgid "Delete Package Orphans"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.data.php:85
|
||
msgid "Removes all package files NOT found in the packages screen."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.data.php:92
|
||
msgid ""
|
||
"Clicking on the 'Delete Package Orphans' button will remove the following "
|
||
"files. \n"
|
||
" Orphaned files are typically generated from "
|
||
"previous installations of Duplicator. \n"
|
||
" They may also exist if they did not get "
|
||
"properly removed when they were selected from the main packages screen. \n"
|
||
" The files below are no longer associated "
|
||
"with active packages in the main Packages screen and should be safe to "
|
||
"remove. \n"
|
||
" <b>IMPORTANT: Don't click button if you want "
|
||
"to retain any of the following files:</b>"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.data.php:105
|
||
msgid "No orphaned package files found."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.data.php:114
|
||
msgid "Clear Build Cache"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.data.php:117
|
||
msgid "Removes all build data from:"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.phpinfo.php:17
|
||
#: views/tools/diagnostics/inc.phpinfo.php:19
|
||
msgid "PHP Information"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:30
|
||
#: views/tools/diagnostics/inc.settings.php:31
|
||
msgid "unknow"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:52
|
||
#: views/tools/diagnostics/inc.settings.php:54
|
||
msgid "Server Settings"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:63
|
||
msgid "Duplicator Version"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:69
|
||
msgid "Check WordPress updates"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:76
|
||
msgid "Operating System"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:80
|
||
msgid "Timezone"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:84
|
||
msgid "Server Time"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:92
|
||
msgid "Loaded PHP INI"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:96
|
||
msgid "Server IP"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:103
|
||
#: views/tools/diagnostics/inc.settings.php:114
|
||
msgid "Can't detect"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:109
|
||
msgid "Outbound IP"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:120
|
||
msgid "Client IP"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:126
|
||
msgid "version scope"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:145
|
||
msgid "Langugage"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:149
|
||
#: views/tools/diagnostics/inc.settings.php:269
|
||
msgid "Charset"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:153
|
||
msgid "Memory Limit "
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:155
|
||
msgid "Max"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:160
|
||
msgid "Managed hosting "
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:163
|
||
msgid "No managed hosting detected"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:184
|
||
msgid "Safe Mode"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:193
|
||
msgid "Memory Limit"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:200
|
||
msgid "Memory In Use"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:204
|
||
#: views/tools/diagnostics/inc.settings.php:218
|
||
msgid "Max Execution Time"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:212
|
||
msgid ""
|
||
"If the value shows dynamic then this means its possible for PHP to run "
|
||
"longer than the default. \n"
|
||
" If the value is fixed then PHP will not be allowed "
|
||
"to run longer than the default."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:223
|
||
msgid "open_basedir"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:232
|
||
msgid "Shell (shell_exec)"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:233
|
||
#: views/tools/diagnostics/inc.settings.php:237
|
||
#: views/tools/diagnostics/inc.settings.php:241
|
||
#: views/tools/diagnostics/inc.settings.php:245
|
||
msgid "Is Supported"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:233
|
||
#: views/tools/diagnostics/inc.settings.php:237
|
||
#: views/tools/diagnostics/inc.settings.php:241
|
||
#: views/tools/diagnostics/inc.settings.php:245
|
||
msgid "Not Supported"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:236
|
||
msgid "Shell (popen)"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:240
|
||
msgid "Shell (exec)"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:244
|
||
msgid "Shell Exec Zip"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:248
|
||
msgid "Suhosin Extension"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:258
|
||
msgid "Error Log File "
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:273
|
||
msgid "Wait Timeout"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:277
|
||
msgid "Max Allowed Packets"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:281
|
||
msgid "msyqldump Path"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:285
|
||
msgid "Paths info"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:288
|
||
msgid "Target root path"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:296
|
||
msgid "Scan path"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:308
|
||
msgid "Original "
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:320
|
||
msgid "Archive "
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:326
|
||
msgid "URLs info"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:333
|
||
msgid "URL "
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:340
|
||
msgid "Server Disk"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:343
|
||
msgid "Free space"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:348
|
||
msgid "Note: This value is the physical servers hard-drive allocation."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.settings.php:349
|
||
msgid ""
|
||
"On shared hosts check your control panel for the 'TRUE' disk space quota "
|
||
"value."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:20
|
||
msgid "Run Validator"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:21
|
||
msgid ""
|
||
"This will run the scan validation check. This may take several minutes. Do "
|
||
"you want to Continue?"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:32
|
||
#: views/tools/diagnostics/inc.validator.php:35
|
||
msgid "Scan Validator"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:42
|
||
msgid ""
|
||
"This utility will help to find unreadable files and sys-links in your "
|
||
"environment that can lead to issues during the scan process."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:47
|
||
msgid ""
|
||
"The utility will also shows how many files and directories you have in your "
|
||
"system. This process may take several minutes to run."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:52
|
||
msgid ""
|
||
"If there is a recursive loop on your system then the process has a built in "
|
||
"check to stop after a large set \n"
|
||
" of files and directories have been scanned."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:58
|
||
msgid ""
|
||
"A message will show indicated that that a scan depth has been reached. \n"
|
||
" If you have issues with the package scanner (step 2) during "
|
||
"the build process then try to add \n"
|
||
" The paths below to your file filters to allow the scanner to "
|
||
"finish."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:68
|
||
#: views/tools/diagnostics/inc.validator.php:191
|
||
msgid "Run Scan Integrity Validation"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:72
|
||
msgid "Scan Paths:"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:78
|
||
msgid "Empty scan path"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:81
|
||
msgid "Scan Results"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:84
|
||
msgid "Files:"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:87
|
||
msgid "Dirs:"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:99
|
||
msgid "No Unreadable items found"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:103
|
||
msgid "Symbolic Links:"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:110
|
||
msgid "Note: Symlinks are not discoverable on Windows OS with PHP"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:120
|
||
#: views/tools/diagnostics/inc.validator.php:130
|
||
msgid "No name check warnings located for directory paths"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/inc.validator.php:160
|
||
msgid "Scanning Environment... This may take a few minutes."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/log.php:158
|
||
msgid "Log file not found or unreadable"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/log.php:159
|
||
msgid ""
|
||
"Try to create a package, since no log files were found in the snapshots "
|
||
"directory ending in *_log.txt"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/log.php:160
|
||
msgid "Reasons for log file not showing"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/log.php:161
|
||
msgid "The web server does not support returning .txt file extensions"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/log.php:162
|
||
msgid ""
|
||
"The snapshots directory does not have the correct permissions to write "
|
||
"files. Try setting the permissions to 755"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/log.php:163
|
||
msgid ""
|
||
"The process that PHP runs under does not have enough permissions to create "
|
||
"files. Please contact your hosting provider for more details"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/log.php:178 views/tools/diagnostics/phplogs.php:198
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:53
|
||
msgid "Refresh"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/log.php:182 views/tools/diagnostics/phplogs.php:202
|
||
msgid "Auto Refresh"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/log.php:188
|
||
msgid "Trace Log:"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/log.php:199
|
||
msgid "Turn On"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/log.php:220
|
||
msgid "No trace log found"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/log.php:234
|
||
msgid "Package Logs"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/log.php:235
|
||
msgid "Top 20"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:26
|
||
#, php-format
|
||
msgid ""
|
||
"PHP error log is available on location %s but is not readable. Try setting "
|
||
"the permissions to 755."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:35
|
||
#, php-format
|
||
msgid ""
|
||
"PHP error log is available on location %1$s but can't be read because file "
|
||
"size is over %2$s. You must open this file manualy."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:44
|
||
#, php-format
|
||
msgid ""
|
||
"PHP error log is available on location %s but can't be read because some "
|
||
"unexpected error. Try to open file manually and investigate all problems "
|
||
"what can cause this error."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:53
|
||
msgid "This can be good for you because there is no errors."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:57
|
||
#, php-format
|
||
msgid ""
|
||
"But if you in any case experience some errors and not see log here, \n"
|
||
" that mean your error log file is placed on some unusual location "
|
||
"or can't be created because some %1$s setup. \n"
|
||
" In that case you must open %2$s file and define %3$s or call "
|
||
"your system administrator to setup it properly."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:69
|
||
#, php-format
|
||
msgid ""
|
||
"It would be great if you define new error log path to be inside root of your "
|
||
"WordPress installation ( %1$s ) and name of file to be %2$s. That will solve "
|
||
"this problem."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:79
|
||
msgid "Log file is found but have error or is unreadable"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:81
|
||
msgid "PHP error log not found"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:138
|
||
msgid "Line"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:144
|
||
msgid "PHP Error Log is empty."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:159
|
||
msgid "Stack trace:"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:180
|
||
msgid "PHP Error Filter:"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:186
|
||
msgid "Warnings"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:187
|
||
msgid "Notices"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:188
|
||
msgid "Fatal Error"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:189
|
||
msgid "Syntax Error"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:190
|
||
msgid "Exceptions"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:219
|
||
#, php-format
|
||
msgid "You see only last %1$s logs inside %2$s file."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:225
|
||
msgid "Clear Log"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:234
|
||
msgid "Clear PHP Log?"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:235
|
||
msgid "Are you sure you want to clear PHP log??"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:237
|
||
msgid "Note: This action will delete all data and can't be stopped."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/phplogs.php:238
|
||
msgid "Clear PHP log, Please Wait..."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:47
|
||
msgid "Knowledgebase"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:50
|
||
msgid "Complete Online Documentation"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:52
|
||
msgid "Choose A Section"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:54
|
||
msgid "User Guide"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:55
|
||
msgid "FAQs"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:56
|
||
msgid "Change Log"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:68
|
||
msgid "Submit Help Ticket"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:71
|
||
msgid "Submit support ticket to Duplicator Pro support."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:73
|
||
msgid "Please have your"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:75
|
||
msgid "license key"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:77
|
||
msgid "ready to enter ticket."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:86
|
||
msgid "Get Support!"
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:97
|
||
msgid "Thanks, we'll get back to you shortly."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:99
|
||
msgid ""
|
||
"*Contact support@duplicator.com if you don't get a confirmation email within "
|
||
"an hour."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:103
|
||
msgid "There was a problem sending the email."
|
||
msgstr ""
|
||
|
||
#: views/tools/diagnostics/support.php:105
|
||
msgid ""
|
||
"We had a problem sending the support email. Instead, send your problem or "
|
||
"question to"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-message-reset-error.php:5
|
||
msgid "Recovery Point reset issue!"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-message-reset-ok.php:5
|
||
msgid ""
|
||
"The Recovery Point has been reset, all previously copied Recovery URLs are "
|
||
"no longer valid."
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-message-set-error.php:5
|
||
msgid "Recovery Package Issue Detected!"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-details.php:39
|
||
msgid "Disaster Recovery Backup is Not Set"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-details.php:42
|
||
#: views/tools/recovery/widget/recovery-widget-details.php:74
|
||
msgid "Backup Age:"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-details.php:43
|
||
msgid "not set"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-details.php:49
|
||
msgid ""
|
||
"A Disaster Recovery feathure allows one to quickly restore the site to a "
|
||
"prior state. \n"
|
||
" To use this, mark a Backup as the Disaster Recovery Backup, "
|
||
"then copy and save off the associated Disaster Recovery URL. \n"
|
||
" Then, if a problem occurs, browse to the URL to launch a "
|
||
"streamlined installer to quickly restore the site."
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-details.php:71
|
||
msgid "Disaster Recovery Backup is Set"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-details.php:109
|
||
msgid "Invalid view mode."
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:35
|
||
msgid ""
|
||
"The recovery point URL is the link to the recovery point package "
|
||
"installer. \n"
|
||
" The link will run the installer wizard used to re-install and "
|
||
"recover the site. \n"
|
||
" Copy this link and keep it in a safe location to easily restore this "
|
||
"site."
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:41
|
||
msgid "This URL is valid until another recovery point is set."
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:46
|
||
msgid "Recovery Point URL"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:50
|
||
msgid "Step 2 "
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:50
|
||
msgid "Copy Recovery URL & Store in Safe Place"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:57
|
||
msgid "Please set the Recovery Point to generate the Recovery URL"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:67
|
||
msgid "Initiates system recovery using the Recovery Point URL."
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:75
|
||
msgid ""
|
||
"This button downloads a recovery launcher that allows you to perform the "
|
||
"recovery with a simple click of the downloaded file."
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:84
|
||
msgid "Download Launcher"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-link-actions.php:94
|
||
msgid "Copy LINK"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-scripts.php:114
|
||
msgid "Can't update recovery widget"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:37
|
||
msgid "Would you like to create a Recovery Point before running this import?"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:39
|
||
msgid "How to create:"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:42
|
||
msgid "Open the "
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:44
|
||
msgid "packages screen"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:47
|
||
msgid "and create a valid recovery package."
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:50
|
||
msgid ""
|
||
"On the packages screen click the package's Hamburger menu and select \"Set "
|
||
"Recovery Point\"."
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:54
|
||
msgid "this page to show and choose the recovery point"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:60
|
||
msgid ""
|
||
"A Recovery Point allows one to quickly restore the site to a prior state. \n"
|
||
" To use this, mark a package as the Recovery Point, then copy and "
|
||
"save off the associated URL. \n"
|
||
" Then, if a problem occurs, browse to the URL to launch a "
|
||
"streamlined installer to quickly restore the site."
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:74
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:77
|
||
msgid "Choose Recovery Point Archive"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:77
|
||
msgid "Step 1 "
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:81
|
||
msgid "Not selected"
|
||
msgstr ""
|
||
|
||
#: views/tools/recovery/widget/recovery-widget-selector.php:103
|
||
msgid "Set"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:131
|
||
msgid "Template Updated"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:164
|
||
msgid "General Templates"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:180
|
||
msgid "Existing Templates"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:295
|
||
msgid "Legacy Support"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:298
|
||
msgid ""
|
||
"This option is not available as a template setting. \n"
|
||
" It can only be used when creating a new "
|
||
"package. Please see the FAQ for a full overview of using this feature."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:309
|
||
msgid "FAQ details"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:310
|
||
#, php-format
|
||
msgid "Not enabled for template settings. Please see the full %s"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:321
|
||
msgid ""
|
||
"Support for multisite filters is only available when creating a new package."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:322
|
||
msgid ""
|
||
"To create a new package goto the Packages screen and click the 'Create New' "
|
||
"button."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:363
|
||
msgid ""
|
||
"All values in this section are OPTIONAL! If you know ahead of time the "
|
||
"database input fields the installer will use, \n"
|
||
" then you can optionally enter them here and they will be "
|
||
"prefilled at install time. \n"
|
||
" Otherwise you can just enter them in at install time and "
|
||
"ignore all these options in the Installer section."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:401
|
||
msgid ""
|
||
"This option changes the branding of the installer file. Click the preview "
|
||
"button to see the selected style."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:442
|
||
#: views/tools/templates/template.edit.php:501
|
||
msgid "valid database name"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:446
|
||
#: views/tools/templates/template.edit.php:505
|
||
msgid "valid database user"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:474
|
||
msgid "valid cpanel host address"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:478
|
||
msgid "valid cpanel user login"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:497
|
||
msgid "localhost"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:510
|
||
msgid "All other inputs can be entered at install time."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:521
|
||
msgid "Save Template"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.edit.php:531
|
||
msgid "You can't exclude all sites!"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.list.php:177
|
||
msgid "Please select at least one template to delete!"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.list.php:182
|
||
msgid "Delete the selected templates?"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.list.php:183
|
||
#: views/tools/templates/template.list.php:193
|
||
msgid ""
|
||
"All schedules using this template will be reassigned to the \"Default\" "
|
||
"Template."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.list.php:185
|
||
msgid "Note: This action removes all selected custom templates."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.list.php:186
|
||
msgid "Removing Templates, Please Wait..."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.list.php:192
|
||
msgid "Are you sure you want to delete this template?"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.list.php:231
|
||
msgid "There currently are"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.list.php:232
|
||
msgid "schedule(s) using this template."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/template.list.php:233
|
||
msgid ""
|
||
"All schedules using this template will be reassigned to the \\\"Default\\\" "
|
||
"template."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/widget/recoveable-template-info.php:33
|
||
msgid "Schedule: Recovery Point"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/widget/recoveable-template-info.php:34
|
||
msgid "Template: Recovery Point"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/widget/recoveable-template-info.php:59
|
||
msgid "Available"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/widget/recoveable-template-info.php:78
|
||
msgid ""
|
||
"The Recovery Status can be either 'Available' or 'Disabled'. \n"
|
||
" An 'Available' status allows the templates archive to be "
|
||
"restored through the recovery point wizard. \n"
|
||
" A 'Disabled' status means the archive can still be used "
|
||
"but just not ran as a rapid recovery point."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/widget/recoveable-template-info.php:85
|
||
msgid ""
|
||
"The Recovery Status can be either 'Available' or 'Disabled'. \n"
|
||
" An 'Available' status allows the schedules archive to be "
|
||
"restored through the recovery point wizard. \n"
|
||
" A 'Disabled' status means the archive can still be used "
|
||
"but just not ran as a rapid recovery point."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/widget/template-filters-info.php:19
|
||
msgid "Template not found"
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/widget/template-filters-info.php:22
|
||
msgid ""
|
||
"A Schedule is not required to have a recovery point. For example if a "
|
||
"schedule is backing up\n"
|
||
" only a database then the recovery will always be disabled and may be "
|
||
"desirable."
|
||
msgstr ""
|
||
|
||
#: views/tools/templates/widget/template-filters-info.php:31
|
||
msgid ""
|
||
"A Template is not required to have a recovery point. For example if backing "
|
||
"up only a database \n"
|
||
" then the recovery will always be disabled and may be desirable."
|
||
msgstr ""
|