| @@ -108,8 +108,23 @@ | ||
| 108 | 108 | 'resumeSubscription' => __( 'Resume Subscription', 'gvectors' ), |
| 109 | 109 | 'refreshProducts' => __( 'Refresh', 'gvectors' ), |
| 110 | 110 | 'noProducts' => __( 'No products available at this time.', 'gvectors' ), |
| 111 | 111 | 'checkoutError' => __( 'Checkout could not be opened. Please try again.', 'gvectors' ), |
| 112 | + 'downloadZip' => __( 'Download ZIP', 'gvectors' ), | |
| 113 | + 'downloadStarted' => __( 'Your download has started.', 'gvectors' ), | |
| 114 | + 'manualInstallTitle' => __( 'Manual Installation', 'gvectors' ), | |
| 115 | + 'manualInstallIntro' => __( 'WordPress can\'t install plugins on this site, so install this addon manually:', 'gvectors' ), | |
| 116 | + 'manualInstallHow' => __( 'To install this addon manually:', 'gvectors' ), | |
| 117 | + 'manualStepDownload' => __( 'Download the addon ZIP file.', 'gvectors' ), | |
| 118 | + /* translators: %s: addon folder name */ | |
| 119 | + 'manualStepUnzip' => __( 'Unzip it on your computer. You will get a folder named %s.', 'gvectors' ), | |
| 120 | + 'manualStepUpload' => __( 'Upload the whole folder to wp-content/plugins/ on your server via FTP/SFTP. Use binary transfer mode and make sure the hidden .addon-signatures.json file is uploaded too (enable "show hidden files" in your FTP client) — without it the addon is treated as modified.', 'gvectors' ), | |
| 121 | + 'manualStepActivate' => __( 'Reload this page and click "Activate" on the addon (or activate it on the Plugins page).', 'gvectors' ), | |
| 122 | + 'manualInstallNote' => __( 'The ZIP is signed for this website only.', 'gvectors' ), | |
| 123 | + 'manualUpdatesNotice' => __( 'While WordPress can\'t install plugins on this site, new addon releases can\'t be delivered through the standard WordPress update process.', 'gvectors' ), | |
| 124 | + 'manualRecommendTitle' => __( 'Recommended — get updates immediately:', 'gvectors' ), | |
| 125 | + 'manualRecommend' => __( 'restore the default WordPress permissions and let the built-in WordPress updater do the work. Remove DISALLOW_FILE_MODS from wp-config.php (or set it to false) and make sure WordPress can write to wp-content/plugins/ — your hosting provider can help with that. New versions then appear in Dashboard → Updates as soon as they are released and install with one click, like any other plugin, while your license is active.', 'gvectors' ), | |
| 126 | + 'manualRecommendTip' => __( 'Tip: if you only want to block code editing in the dashboard, DISALLOW_FILE_EDIT does that without blocking updates.', 'gvectors' ), | |
| 112 | 127 | ], |
| 113 | 128 | ] ); |
| 114 | 129 | } |
| 115 | 130 | } |