Changeset 3434313
- Timestamp:
- 01/07/2026 11:59:30 AM (3 months ago)
- Location:
- wc-key-manager
- Files:
-
- 174 added
- 10 deleted
- 24 edited
- 1 copied
-
tags/1.3.3 (copied) (copied from wc-key-manager/trunk)
-
tags/1.3.3/assets/build (added)
-
tags/1.3.3/assets/build/css (added)
-
tags/1.3.3/assets/build/css/admin-rtl.css (added)
-
tags/1.3.3/assets/build/css/admin.asset.php (added)
-
tags/1.3.3/assets/build/css/admin.css (added)
-
tags/1.3.3/assets/build/css/frontend-rtl.css (added)
-
tags/1.3.3/assets/build/css/frontend.asset.php (added)
-
tags/1.3.3/assets/build/css/frontend.css (added)
-
tags/1.3.3/assets/build/images (added)
-
tags/1.3.3/assets/build/images/add-generator.png (added)
-
tags/1.3.3/assets/build/images/card-image-01.png (added)
-
tags/1.3.3/assets/build/images/card-image-02.png (added)
-
tags/1.3.3/assets/build/images/card-image-03.png (added)
-
tags/1.3.3/assets/build/images/card-image-04.png (added)
-
tags/1.3.3/assets/build/images/card-image-05.png (added)
-
tags/1.3.3/assets/build/images/card-image-06.png (added)
-
tags/1.3.3/assets/build/images/card-image-07.png (added)
-
tags/1.3.3/assets/build/images/card-image-08.png (added)
-
tags/1.3.3/assets/build/images/card-image-09.png (added)
-
tags/1.3.3/assets/build/images/card-image-10.png (added)
-
tags/1.3.3/assets/build/images/card-image-11.png (added)
-
tags/1.3.3/assets/build/images/card-image-12.png (added)
-
tags/1.3.3/assets/build/images/check-circle.svg (added)
-
tags/1.3.3/assets/build/images/plugin-icon.png (added)
-
tags/1.3.3/assets/build/images/qr-barcode-settings.png (added)
-
tags/1.3.3/assets/build/images/sales-chart.png (added)
-
tags/1.3.3/assets/build/images/sms-settings.png (added)
-
tags/1.3.3/assets/build/js (added)
-
tags/1.3.3/assets/build/js/admin.asset.php (added)
-
tags/1.3.3/assets/build/js/admin.js (added)
-
tags/1.3.3/assets/build/js/chart.asset.php (added)
-
tags/1.3.3/assets/build/js/chart.js (added)
-
tags/1.3.3/assets/build/js/frontend.asset.php (added)
-
tags/1.3.3/assets/build/js/frontend.js (added)
-
tags/1.3.3/assets/css (deleted)
-
tags/1.3.3/assets/images (deleted)
-
tags/1.3.3/assets/js (deleted)
-
tags/1.3.3/composer.json (added)
-
tags/1.3.3/includes/Admin/Notices.php (modified) (1 diff)
-
tags/1.3.3/includes/Admin/views/notices/black-friday.php (deleted)
-
tags/1.3.3/includes/Plugin.php (modified) (1 diff)
-
tags/1.3.3/languages/wc-key-manager.pot (modified) (78 diffs)
-
tags/1.3.3/libraries (deleted)
-
tags/1.3.3/readme.txt (modified) (4 diffs)
-
tags/1.3.3/vendor/autoload.php (modified) (1 diff)
-
tags/1.3.3/vendor/byteever (added)
-
tags/1.3.3/vendor/byteever/bytekit-models (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/composer.json (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src/Model.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src/Post.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src/Query.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src/Relations (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src/Relations/BelongsTo.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src/Relations/BelongsToMany.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src/Relations/HasMany.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src/Relations/HasOne.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src/Relations/Relation.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src/Traits (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src/Traits/HasAttributes.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src/Traits/HasMetaData.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-models/src/Traits/HasRelations.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/composer.json (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/Admin (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/Admin/Flash.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/Admin/Notices.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/Interfaces (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/Interfaces/Pluginable.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/Interfaces/Scriptable.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/Plugin.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/Scripts.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/Services.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/Traits (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/Traits/HasPlugin.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/assets (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/assets/css (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/assets/css/bytekit-components-rtl.css (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/assets/css/bytekit-components.asset.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/assets/css/bytekit-components.css (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/assets/css/bytekit-layout-rtl.css (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/assets/css/bytekit-layout.asset.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/assets/css/bytekit-layout.css (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/assets/js (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/assets/js/bytekit-admin.asset.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-plugin/src/assets/js/bytekit-admin.js (added)
-
tags/1.3.3/vendor/byteever/bytekit-settings (added)
-
tags/1.3.3/vendor/byteever/bytekit-settings/composer.json (added)
-
tags/1.3.3/vendor/byteever/bytekit-settings/src (added)
-
tags/1.3.3/vendor/byteever/bytekit-settings/src/Admin (added)
-
tags/1.3.3/vendor/byteever/bytekit-settings/src/Admin/Settings.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-settings/src/assets (added)
-
tags/1.3.3/vendor/byteever/bytekit-settings/src/assets/js (added)
-
tags/1.3.3/vendor/byteever/bytekit-settings/src/assets/js/settings.asset.php (added)
-
tags/1.3.3/vendor/byteever/bytekit-settings/src/assets/js/settings.js (added)
-
tags/1.3.3/vendor/composer/autoload_aliases.php (added)
-
tags/1.3.3/vendor/composer/autoload_classmap.php (modified) (1 diff)
-
tags/1.3.3/vendor/composer/autoload_psr4.php (modified) (1 diff)
-
tags/1.3.3/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/1.3.3/vendor/composer/autoload_static.php (modified) (4 diffs)
-
tags/1.3.3/vendor/composer/installed.json (modified) (4 diffs)
-
tags/1.3.3/vendor/composer/installed.php (modified) (5 diffs)
-
tags/1.3.3/wc-key-manager.php (modified) (1 diff)
-
trunk/assets/build (added)
-
trunk/assets/build/css (added)
-
trunk/assets/build/css/admin-rtl.css (added)
-
trunk/assets/build/css/admin.asset.php (added)
-
trunk/assets/build/css/admin.css (added)
-
trunk/assets/build/css/frontend-rtl.css (added)
-
trunk/assets/build/css/frontend.asset.php (added)
-
trunk/assets/build/css/frontend.css (added)
-
trunk/assets/build/images (added)
-
trunk/assets/build/images/add-generator.png (added)
-
trunk/assets/build/images/card-image-01.png (added)
-
trunk/assets/build/images/card-image-02.png (added)
-
trunk/assets/build/images/card-image-03.png (added)
-
trunk/assets/build/images/card-image-04.png (added)
-
trunk/assets/build/images/card-image-05.png (added)
-
trunk/assets/build/images/card-image-06.png (added)
-
trunk/assets/build/images/card-image-07.png (added)
-
trunk/assets/build/images/card-image-08.png (added)
-
trunk/assets/build/images/card-image-09.png (added)
-
trunk/assets/build/images/card-image-10.png (added)
-
trunk/assets/build/images/card-image-11.png (added)
-
trunk/assets/build/images/card-image-12.png (added)
-
trunk/assets/build/images/check-circle.svg (added)
-
trunk/assets/build/images/plugin-icon.png (added)
-
trunk/assets/build/images/qr-barcode-settings.png (added)
-
trunk/assets/build/images/sales-chart.png (added)
-
trunk/assets/build/images/sms-settings.png (added)
-
trunk/assets/build/js (added)
-
trunk/assets/build/js/admin.asset.php (added)
-
trunk/assets/build/js/admin.js (added)
-
trunk/assets/build/js/chart.asset.php (added)
-
trunk/assets/build/js/chart.js (added)
-
trunk/assets/build/js/frontend.asset.php (added)
-
trunk/assets/build/js/frontend.js (added)
-
trunk/assets/css (deleted)
-
trunk/assets/images (deleted)
-
trunk/assets/js (deleted)
-
trunk/composer.json (added)
-
trunk/includes/Admin/Notices.php (modified) (1 diff)
-
trunk/includes/Admin/views/notices/black-friday.php (deleted)
-
trunk/includes/Plugin.php (modified) (1 diff)
-
trunk/languages/wc-key-manager.pot (modified) (78 diffs)
-
trunk/libraries (deleted)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/byteever (added)
-
trunk/vendor/byteever/bytekit-models (added)
-
trunk/vendor/byteever/bytekit-models/composer.json (added)
-
trunk/vendor/byteever/bytekit-models/src (added)
-
trunk/vendor/byteever/bytekit-models/src/Model.php (added)
-
trunk/vendor/byteever/bytekit-models/src/Post.php (added)
-
trunk/vendor/byteever/bytekit-models/src/Query.php (added)
-
trunk/vendor/byteever/bytekit-models/src/Relations (added)
-
trunk/vendor/byteever/bytekit-models/src/Relations/BelongsTo.php (added)
-
trunk/vendor/byteever/bytekit-models/src/Relations/BelongsToMany.php (added)
-
trunk/vendor/byteever/bytekit-models/src/Relations/HasMany.php (added)
-
trunk/vendor/byteever/bytekit-models/src/Relations/HasOne.php (added)
-
trunk/vendor/byteever/bytekit-models/src/Relations/Relation.php (added)
-
trunk/vendor/byteever/bytekit-models/src/Traits (added)
-
trunk/vendor/byteever/bytekit-models/src/Traits/HasAttributes.php (added)
-
trunk/vendor/byteever/bytekit-models/src/Traits/HasMetaData.php (added)
-
trunk/vendor/byteever/bytekit-models/src/Traits/HasRelations.php (added)
-
trunk/vendor/byteever/bytekit-plugin (added)
-
trunk/vendor/byteever/bytekit-plugin/composer.json (added)
-
trunk/vendor/byteever/bytekit-plugin/src (added)
-
trunk/vendor/byteever/bytekit-plugin/src/Admin (added)
-
trunk/vendor/byteever/bytekit-plugin/src/Admin/Flash.php (added)
-
trunk/vendor/byteever/bytekit-plugin/src/Admin/Notices.php (added)
-
trunk/vendor/byteever/bytekit-plugin/src/Interfaces (added)
-
trunk/vendor/byteever/bytekit-plugin/src/Interfaces/Pluginable.php (added)
-
trunk/vendor/byteever/bytekit-plugin/src/Interfaces/Scriptable.php (added)
-
trunk/vendor/byteever/bytekit-plugin/src/Plugin.php (added)
-
trunk/vendor/byteever/bytekit-plugin/src/Scripts.php (added)
-
trunk/vendor/byteever/bytekit-plugin/src/Services.php (added)
-
trunk/vendor/byteever/bytekit-plugin/src/Traits (added)
-
trunk/vendor/byteever/bytekit-plugin/src/Traits/HasPlugin.php (added)
-
trunk/vendor/byteever/bytekit-plugin/src/assets (added)
-
trunk/vendor/byteever/bytekit-plugin/src/assets/css (added)
-
trunk/vendor/byteever/bytekit-plugin/src/assets/css/bytekit-components-rtl.css (added)
-
trunk/vendor/byteever/bytekit-plugin/src/assets/css/bytekit-components.asset.php (added)
-
trunk/vendor/byteever/bytekit-plugin/src/assets/css/bytekit-components.css (added)
-
trunk/vendor/byteever/bytekit-plugin/src/assets/css/bytekit-layout-rtl.css (added)
-
trunk/vendor/byteever/bytekit-plugin/src/assets/css/bytekit-layout.asset.php (added)
-
trunk/vendor/byteever/bytekit-plugin/src/assets/css/bytekit-layout.css (added)
-
trunk/vendor/byteever/bytekit-plugin/src/assets/js (added)
-
trunk/vendor/byteever/bytekit-plugin/src/assets/js/bytekit-admin.asset.php (added)
-
trunk/vendor/byteever/bytekit-plugin/src/assets/js/bytekit-admin.js (added)
-
trunk/vendor/byteever/bytekit-settings (added)
-
trunk/vendor/byteever/bytekit-settings/composer.json (added)
-
trunk/vendor/byteever/bytekit-settings/src (added)
-
trunk/vendor/byteever/bytekit-settings/src/Admin (added)
-
trunk/vendor/byteever/bytekit-settings/src/Admin/Settings.php (added)
-
trunk/vendor/byteever/bytekit-settings/src/assets (added)
-
trunk/vendor/byteever/bytekit-settings/src/assets/js (added)
-
trunk/vendor/byteever/bytekit-settings/src/assets/js/settings.asset.php (added)
-
trunk/vendor/byteever/bytekit-settings/src/assets/js/settings.js (added)
-
trunk/vendor/composer/autoload_aliases.php (added)
-
trunk/vendor/composer/autoload_classmap.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_psr4.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (4 diffs)
-
trunk/vendor/composer/installed.json (modified) (4 diffs)
-
trunk/vendor/composer/installed.php (modified) (5 diffs)
-
trunk/wc-key-manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-key-manager/tags/1.3.3/includes/Admin/Notices.php
r3401574 r3434313 30 30 $current_time = absint( wp_date( 'U' ) ); 31 31 32 // phpcs:disable33 // TODO: Uncomment the below code when black friday offer is over.34 /*35 32 if ( ! defined( 'WCKM_PRO_VERSION' ) ) { 36 33 WCKM()->notices->add( 37 34 array( 38 35 'message' => __DIR__ . '/views/notices/upgrade.php', 39 'notice_id' => 'wckm_upgrade ',36 'notice_id' => 'wckm_upgrade_2026', 40 37 'style' => 'border-left-color: #0542fa;', 41 38 'dismissible' => false, 42 )43 );44 }45 */46 // phpcs:enable47 48 // Black Friday offer notice.49 $black_friday_end_time = date_i18n( strtotime( '2025-12-05 00:00:00' ) );50 if ( ! defined( 'WCKM_PRO_VERSION' ) && $current_time < $black_friday_end_time ) {51 WCKM()->notices->add(52 array(53 'message' => __DIR__ . '/views/notices/black-friday.php',54 'dismissible' => false,55 'notice_id' => 'wckm_black_friday_promo_2025',56 'style' => 'border-left-color: #000000;',57 'class' => 'notice-black-friday',58 39 ) 59 40 ); -
wc-key-manager/tags/1.3.3/includes/Plugin.php
r3313723 r3434313 159 159 } 160 160 } 161 162 /**163 * Get assets path.164 *165 * @param string $file Optional. File name.166 *167 * @since 1.0.0168 * @return string169 */170 public function get_assets_path( $file = '' ) {171 return $this->get_dir_path( 'assets/' . $file );172 }173 174 /**175 * Get assets url.176 *177 * @param string $file Optional. File name.178 *179 * @since 1.0.0180 * @return string181 */182 public function get_assets_url( $file = '' ) {183 return $this->get_dir_url( 'assets/' . $file );184 }185 161 } -
wc-key-manager/tags/1.3.3/languages/wc-key-manager.pot
r3416401 r3434313 1 # Copyright (C) 202 5PluginEver2 # This file is distributed under the GPL -2.0-or-later.1 # Copyright (C) 2026 PluginEver 2 # This file is distributed under the GPL v2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Key Manager 1.3.2\n" 6 "Report-Msgid-Bugs-To: https://wckeymanager.com/\n" 7 "POT-Creation-Date: 2025-12-10 12:30:10+00:00\n" 8 "MIME-Version: 1.0\n" 9 "Content-Type: text/plain; charset=utf-8\n" 10 "Content-Transfer-Encoding: 8bit\n" 11 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n" 5 "Project-Id-Version: Key Manager 1.3.3\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-key-manager\n" 12 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13 8 "Language-Team: LANGUAGE <LL@li.org>\n" 14 "Language: en\n" 15 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 16 "X-Poedit-Country: United States\n" 17 "X-Poedit-SourceCharset: UTF-8\n" 18 "X-Poedit-KeywordsList: " 19 "__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_" 20 "attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n" 21 "X-Poedit-Basepath: ../\n" 22 "X-Poedit-SearchPath-0: .\n" 23 "X-Poedit-Bookmarks: \n" 24 "X-Textdomain-Support: yes\n" 25 "X-Generator: grunt-wp-i18n 1.0.4\n" 26 27 #: includes/API/Activations.php:62 includes/API/Keys.php:64 28 msgid "Unique identifier for the account." 29 msgstr "" 30 31 #: includes/API/Activations.php:143 includes/API/Keys.php:145 32 msgid "Cannot create existing item." 33 msgstr "" 34 35 #: includes/API/Activations.php:183 includes/API/Activations.php:216 36 msgid "The activation was not found." 37 msgstr "" 38 39 #: includes/API/Activations.php:226 includes/API/Keys.php:227 40 msgid "The key cannot be deleted." 41 msgstr "" 42 43 #: includes/API/Activations.php:310 includes/API/Keys.php:313 44 msgid "Unique identifier for the item." 45 msgstr "" 46 47 #: includes/API/Activations.php:319 48 msgid "Instance." 49 msgstr "" 50 51 #: includes/API/Activations.php:327 52 msgid "Key identifier." 53 msgstr "" 54 55 #: includes/API/Activations.php:335 includes/API/Keys.php:322 56 msgid "Unique key." 57 msgstr "" 58 59 #: includes/API/Activations.php:341 60 msgid "IP address." 61 msgstr "" 62 63 #: includes/API/Activations.php:349 64 msgid "User agent." 65 msgstr "" 66 67 #: includes/API/Activations.php:357 includes/API/Keys.php:394 68 #: includes/API/Keys.php:497 69 msgid "Key status." 70 msgstr "" 71 72 #: includes/API/Activations.php:365 includes/API/Keys.php:453 73 msgid "The date the item was created." 74 msgstr "" 75 76 #: includes/API/Activations.php:372 includes/API/Keys.php:460 77 msgid "The date the item was last updated." 78 msgstr "" 79 80 #: includes/API/Activations.php:391 81 msgid "Unique key identifier." 82 msgstr "" 83 84 #: includes/API/Activations.php:396 85 msgid "Activation status." 86 msgstr "" 87 88 #: includes/API/Controller.php:275 89 msgid "Sorry, you are not allowed to view items." 90 msgstr "" 91 92 #: includes/API/Controller.php:295 93 msgid "Sorry, you are not allowed to create item." 94 msgstr "" 95 96 #: includes/API/Controller.php:315 97 msgid "Sorry, you are not allowed to view item." 98 msgstr "" 99 100 #: includes/API/Controller.php:335 101 msgid "Sorry, you are not allowed to update item." 102 msgstr "" 103 104 #: includes/API/Controller.php:355 105 msgid "Sorry, you are not allowed to delete item." 106 msgstr "" 107 108 #: includes/API/Controller.php:394 109 msgid "Current page of the collection." 110 msgstr "" 111 112 #: includes/API/Controller.php:402 113 msgid "Maximum number of items to be returned in result set." 114 msgstr "" 115 116 #: includes/API/Controller.php:411 117 msgid "Limit results to those matching a string." 118 msgstr "" 119 120 #: includes/API/Controller.php:417 121 msgid "Limit result set to specific ids." 122 msgstr "" 123 124 #: includes/API/Controller.php:424 125 msgid "Order sort attribute ascending or descending." 126 msgstr "" 127 128 #: includes/API/Controller.php:431 129 msgid "Sort collection by object attribute." 130 msgstr "" 131 132 #: includes/API/Keys.php:184 includes/API/Keys.php:256 133 msgid "Invalid item ID." 134 msgstr "" 135 136 #: includes/API/Keys.php:217 137 msgid "The key was not found." 138 msgstr "" 139 140 #: includes/API/Keys.php:330 includes/API/Keys.php:479 141 msgid "Product ID." 142 msgstr "" 143 144 #: includes/API/Keys.php:338 includes/API/Keys.php:485 145 msgid "Order ID." 146 msgstr "" 147 148 #: includes/API/Keys.php:346 149 msgid "Order item ID." 150 msgstr "" 151 152 #: includes/API/Keys.php:354 153 msgid "Subscription ID." 154 msgstr "" 155 156 #: includes/API/Keys.php:362 157 msgid "Vendor ID." 158 msgstr "" 159 160 #: includes/API/Keys.php:370 includes/API/Keys.php:491 161 msgid "Customer ID." 162 msgstr "" 163 164 #: includes/API/Keys.php:378 165 msgid "Order price." 166 msgstr "" 167 168 #: includes/API/Keys.php:386 169 msgid "Key source." 170 msgstr "" 171 172 #: includes/API/Keys.php:402 173 msgid "Key validity." 174 msgstr "" 175 176 #: includes/API/Keys.php:410 177 msgid "Key UUID." 178 msgstr "" 179 180 #: includes/API/Keys.php:419 181 msgid "Key activation limit." 182 msgstr "" 183 184 #: includes/API/Keys.php:427 185 msgid "Key activation count." 186 msgstr "" 187 188 #: includes/API/Keys.php:436 189 msgid "Order date." 190 msgstr "" 191 192 #: includes/API/Keys.php:445 193 msgid "Key expiration date." 9 "MIME-Version: 1.0\n" 10 "Content-Type: text/plain; charset=UTF-8\n" 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2026-01-07T11:54:59+00:00\n" 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.12.0\n" 15 "X-Domain: wc-key-manager\n" 16 17 #. Plugin Name of the plugin 18 #: wc-key-manager.php 19 #: includes/Admin/Menus.php:76 20 #: includes/Admin/Menus.php:77 21 #: includes/Admin/Products.php:162 22 msgid "Key Manager" 23 msgstr "" 24 25 #. Plugin URI of the plugin 26 #. Author URI of the plugin 27 #: wc-key-manager.php 28 msgid "https://wckeymanager.com/" 29 msgstr "" 30 31 #. Description of the plugin 32 #: wc-key-manager.php 33 msgid "Key Manager is a WooCommerce plugin for selling and managing license keys, game keys, pin codes, gift cards, serial numbers, and other items." 34 msgstr "" 35 36 #. Author of the plugin 37 #: wc-key-manager.php 38 msgid "PluginEver" 194 39 msgstr "" 195 40 … … 206 51 msgstr "" 207 52 53 #. translators: %s: Plugin name 208 54 #: includes/Admin/Admin.php:98 55 #, php-format 56 msgid "Thank you for using %s!" 57 msgstr "" 58 209 59 #. translators: %s: Plugin name 210 msgid "Thank you for using %s!"211 msgstr ""212 213 60 #: includes/Admin/Admin.php:104 214 # . translators: %s: Plugin name61 #, php-format 215 62 msgid " Share your appreciation with a five-star review %s." 216 63 msgstr "" 217 64 65 #. translators: 1: Plugin version 218 66 #: includes/Admin/Admin.php:124 219 # . translators: 1: Plugin version67 #, php-format 220 68 msgid "Version %s" 221 69 msgstr "" … … 225 73 msgstr "" 226 74 75 #. translators: %s: number of accounts. 227 76 #: includes/Admin/ListTables/ActivationsTable.php:118 77 #, php-format 78 msgid "%s activations(s) deleted successfully." 79 msgstr "" 80 228 81 #. translators: %s: number of accounts. 229 msgid "%s activations(s) deleted successfully."230 msgstr ""231 232 82 #: includes/Admin/ListTables/ActivationsTable.php:143 83 #, php-format 84 msgid "%s activations(s) activated successfully." 85 msgstr "" 86 233 87 #. translators: %s: number of accounts. 234 msgid "%s activations(s) activated successfully."235 msgstr ""236 237 88 #: includes/Admin/ListTables/ActivationsTable.php:168 238 # . translators: %s: number of accounts.89 #, php-format 239 90 msgid "%s activations(s) deactivated successfully." 240 91 msgstr "" … … 289 140 #: includes/Admin/views/activations/edit.php:33 290 141 #: includes/Admin/views/keys/edit/activations.php:28 291 #: includes/Handlers/Account.php:229 templates/key/activations.php:103 142 #: includes/Handlers/Account.php:229 143 #: templates/key/activations.php:103 292 144 msgid "Instance" 293 145 msgstr "" 294 146 295 147 #: includes/Admin/ListTables/ActivationsTable.php:266 296 #: includes/Admin/ListTables/KeysTable.php:198 includes/Admin/Orders.php:269 297 #: includes/Admin/Settings.php:247 includes/Admin/views/activations/add.php:27 148 #: includes/Admin/ListTables/KeysTable.php:198 149 #: includes/Admin/Orders.php:269 150 #: includes/Admin/Settings.php:247 151 #: includes/Admin/views/activations/add.php:27 298 152 #: includes/Admin/views/keys/activate.php:24 299 #: includes/Admin/views/keys/add.php:34 includes/Handlers/Account.php:162 300 #: includes/Handlers/Emails.php:44 includes/Handlers/Orders.php:204 301 #: includes/Handlers/Shortcodes.php:47 includes/Models/Key.php:579 153 #: includes/Admin/views/keys/add.php:34 302 154 #: includes/functions.php:860 155 #: includes/Handlers/Account.php:162 156 #: includes/Handlers/Emails.php:44 157 #: includes/Handlers/Orders.php:204 158 #: includes/Handlers/Shortcodes.php:47 159 #: includes/Models/Key.php:579 303 160 msgid "Key" 304 161 msgstr "" 305 162 306 163 #: includes/Admin/ListTables/ActivationsTable.php:267 307 #: includes/Admin/ListTables/KeysTable.php:199 includes/Admin/Settings.php:248 164 #: includes/Admin/ListTables/KeysTable.php:199 165 #: includes/Admin/Settings.php:248 308 166 #: includes/Admin/views/dashboard/product-stocks.php:50 309 167 #: includes/Admin/views/dashboard/top-products.php:24 310 168 #: includes/Admin/views/keys/add.php:48 311 #: includes/Admin/views/tools/import.php:110 includes/Handlers/Account.php:161 312 #: includes/Handlers/Emails.php:43 includes/Handlers/Orders.php:203 313 #: includes/Models/Key.php:572 includes/functions.php:853 169 #: includes/Admin/views/tools/import.php:110 170 #: includes/functions.php:853 171 #: includes/Handlers/Account.php:161 172 #: includes/Handlers/Emails.php:43 173 #: includes/Handlers/Orders.php:203 174 #: includes/Models/Key.php:572 314 175 msgid "Product" 315 176 msgstr "" … … 319 180 #: includes/Admin/views/dashboard/recent-orders.php:27 320 181 #: includes/Admin/views/keys/add.php:132 321 #: includes/Admin/views/keys/edit/order.php:29 templates/myaccount/keys.php:67 182 #: includes/Admin/views/keys/edit/order.php:29 183 #: templates/myaccount/keys.php:67 322 184 msgid "Order" 323 185 msgstr "" … … 334 196 335 197 #: includes/Admin/ListTables/ActivationsTable.php:350 336 #: templates/myaccount/keys.php:66 templates/order/keys.php:74 198 #: templates/myaccount/keys.php:66 199 #: templates/order/keys.php:74 337 200 msgid "View" 338 201 msgstr "" 339 202 203 #. translators: %s: product price 340 204 #: includes/Admin/ListTables/ActivationsTable.php:374 341 205 #: includes/Admin/ListTables/KeysTable.php:302 342 # . translators: %s: product price206 #, php-format 343 207 msgid "Price: %s" 344 208 msgstr "" … … 350 214 msgstr "" 351 215 216 #. translators: %s: number of accounts. 352 217 #: includes/Admin/ListTables/GeneratorsTable.php:102 218 #, php-format 219 msgid "%s generator(s) deleted successfully." 220 msgstr "" 221 353 222 #. translators: %s: number of accounts. 354 msgid "%s generator(s) deleted successfully."355 msgstr ""356 357 223 #: includes/Admin/ListTables/GeneratorsTable.php:127 224 #, php-format 225 msgid "%s generator(s) activated successfully." 226 msgstr "" 227 358 228 #. translators: %s: number of accounts. 359 msgid "%s generator(s) activated successfully."360 msgstr ""361 362 229 #: includes/Admin/ListTables/GeneratorsTable.php:152 363 # . translators: %s: number of accounts.230 #, php-format 364 231 msgid "%s generator(s) deactivated successfully." 365 232 msgstr "" … … 377 244 378 245 #: includes/Admin/ListTables/GeneratorsTable.php:227 379 #: includes/Admin/Settings.php:311 includes/Admin/views/generators/form.php:38 246 #: includes/Admin/Settings.php:311 247 #: includes/Admin/views/generators/form.php:38 380 248 msgid "Pattern" 381 249 msgstr "" … … 389 257 #: includes/Admin/views/activations/edit/key.php:44 390 258 #: includes/Admin/views/generators/form.php:73 391 #: includes/Admin/views/keys/add.php:74 includes/Admin/views/keys/edit.php:78 259 #: includes/Admin/views/keys/add.php:74 260 #: includes/Admin/views/keys/edit.php:78 392 261 msgid "Activation Limit" 393 262 msgstr "" … … 397 266 msgstr "" 398 267 268 #. translators: %d: number of days. 269 #: includes/Admin/ListTables/GeneratorsTable.php:317 270 #: includes/Models/Key.php:517 271 #, php-format 272 msgctxt "valid for days" 273 msgid "%d day <small>After Purchase</small>" 274 msgid_plural "%d days <small>After Purchase</small>" 275 msgstr[0] "" 276 msgstr[1] "" 277 399 278 #: includes/Admin/ListTables/GeneratorsTable.php:332 400 279 msgid "Unlimited" 401 280 msgstr "" 402 281 282 #. translators: %s: number of accounts. 403 283 #: includes/Admin/ListTables/KeysTable.php:103 404 # . translators: %s: number of accounts.284 #, php-format 405 285 msgid "%s key(s) deleted successfully." 406 286 msgstr "" … … 410 290 msgstr "" 411 291 412 #: includes/Admin/ListTables/KeysTable.php:201 includes/Admin/Orders.php:275 292 #: includes/Admin/ListTables/KeysTable.php:201 293 #: includes/Admin/Orders.php:275 413 294 #: includes/Admin/Settings.php:249 414 295 #: includes/Admin/views/activations/edit/key.php:40 415 #: includes/Handlers/Account.php:163 includes/Handlers/Emails.php:45416 #: includes/Handlers/Orders.php:205 includes/Models/Key.php:586417 296 #: includes/functions.php:867 297 #: includes/Handlers/Account.php:163 298 #: includes/Handlers/Emails.php:45 299 #: includes/Handlers/Orders.php:205 300 #: includes/Models/Key.php:586 418 301 msgid "Expires" 419 302 msgstr "" 420 303 421 #: includes/Admin/ListTables/KeysTable.php:202 includes/Admin/Orders.php:280 422 #: includes/Admin/Utilities.php:31 includes/Admin/views/activations/list.php:12 423 #: includes/Models/Key.php:593 includes/functions.php:874 304 #: includes/Admin/ListTables/KeysTable.php:202 305 #: includes/Admin/Orders.php:280 306 #: includes/Admin/Utilities.php:31 307 #: includes/Admin/views/activations/list.php:12 308 #: includes/functions.php:874 309 #: includes/Models/Key.php:593 424 310 #: templates/key/activations.php:31 425 311 msgid "Activations" 426 312 msgstr "" 427 313 314 #. translators: %s: activation date 428 315 #: includes/Admin/ListTables/KeysTable.php:336 429 # . translators: %s: activation date316 #, php-format 430 317 msgid "Activated at: %s" 431 318 msgstr "" … … 451 338 msgstr "" 452 339 453 #. Plugin Name of the plugin/theme 454 msgid "Key Manager" 455 msgstr "" 456 457 #: includes/Admin/Menus.php:88 includes/Admin/Menus.php:89 340 #: includes/Admin/Menus.php:88 341 #: includes/Admin/Menus.php:89 458 342 #: includes/Admin/views/dashboard.php:14 459 343 msgid "Dashboard" 460 344 msgstr "" 461 345 462 #: includes/Admin/Menus.php:148 includes/Admin/Settings.php:387 346 #: includes/Admin/Menus.php:148 347 #: includes/Admin/Settings.php:387 463 348 msgid "Upgrade to Pro" 464 349 msgstr "" … … 476 361 msgstr "" 477 362 478 #: includes/Admin/Menus.php:389 includes/Admin/views/keys/activate.php:40 363 #: includes/Admin/Menus.php:389 364 #: includes/Admin/views/keys/activate.php:40 479 365 #: includes/Admin/views/keys/edit/customer.php:34 480 366 #: includes/Handlers/Shortcodes.php:50 … … 508 394 msgstr "" 509 395 510 #: includes/Admin/Menus.php:431 includes/Admin/Products.php:49 396 #: includes/Admin/Menus.php:431 397 #: includes/Admin/Products.php:49 511 398 #: includes/Admin/views/products/software-options.php:24 512 399 msgid "Yes" … … 553 440 msgstr "" 554 441 442 #. translators: %d: order ID %d: user ID. 555 443 #: includes/Admin/Orders.php:132 556 # . translators: %d: order ID %d: user ID.444 #, php-format 557 445 msgid "Manually adding keys to order #%1$d by user #%2$d." 558 446 msgstr "" 559 447 448 #. translators: %s: number of keys added. 560 449 #: includes/Admin/Orders.php:144 561 # . translators: %s: number of keys added.450 #, php-format 562 451 msgid "Added %s keys to the order." 563 452 msgstr "" … … 567 456 msgstr "" 568 457 458 #. translators: %d: order ID %d: user ID. 569 459 #: includes/Admin/Orders.php:169 570 # . translators: %d: order ID %d: user ID.460 #, php-format 571 461 msgid "Manually removing keys from order #%1$d by user #%2$d." 572 462 msgstr "" 573 463 464 #. translators: %s: number of keys removed. 574 465 #: includes/Admin/Orders.php:181 575 # . translators: %s: number of keys removed.466 #, php-format 576 467 msgid "Removed %s keys from the order." 577 468 msgstr "" … … 593 484 msgstr "" 594 485 486 #. translators: %s: number of keys pending. 595 487 #: includes/Admin/Orders.php:259 596 # . translators: %s: number of keys pending.488 #, php-format 597 489 msgid "Alert: There are %s key(s) pending for this item." 598 490 msgstr "" 599 491 600 #: includes/Admin/Orders.php:285 includes/Admin/Settings.php:250 492 #: includes/Admin/Orders.php:285 493 #: includes/Admin/Settings.php:250 601 494 #: includes/Admin/views/activations/edit.php:77 602 495 #: includes/Admin/views/generators/form.php:89 … … 610 503 msgstr "" 611 504 612 #: includes/Admin/Products.php:45 includes/Admin/Products.php:98 613 #: includes/Admin/Products.php:100 includes/Admin/Products.php:140 614 #: includes/Admin/Utilities.php:24 includes/Admin/Utilities.php:25 615 #: includes/Admin/Utilities.php:29 includes/Admin/views/keys/list.php:12 616 #: includes/Handlers/Account.php:78 includes/Handlers/Account.php:118 505 #: includes/Admin/Products.php:45 506 #: includes/Admin/Products.php:98 507 #: includes/Admin/Products.php:100 508 #: includes/Admin/Products.php:140 509 #: includes/Admin/Utilities.php:24 510 #: includes/Admin/Utilities.php:25 511 #: includes/Admin/Utilities.php:29 512 #: includes/Admin/views/keys/list.php:12 513 #: includes/Handlers/Account.php:78 514 #: includes/Handlers/Account.php:118 617 515 #: templates/order/keys.php:32 618 516 msgid "Keys" 619 517 msgstr "" 620 518 621 #: includes/Admin/Products.php:48 includes/Admin/Products.php:58 519 #: includes/Admin/Products.php:48 520 #: includes/Admin/Products.php:58 622 521 msgid "— No change —" 623 522 msgstr "" … … 633 532 msgstr "" 634 533 635 #: includes/Admin/Products.php:59 includes/Models/Key.php:191 534 #: includes/Admin/Products.php:59 535 #: includes/Models/Key.php:191 636 536 msgid "Automatic" 637 537 msgstr "" 638 538 639 #: includes/Admin/Products.php:60 includes/Models/Key.php:192 539 #: includes/Admin/Products.php:60 540 #: includes/Models/Key.php:192 640 541 msgid "Preset" 641 542 msgstr "" … … 653 554 msgstr "" 654 555 556 #. translators: $1: customer name, $2 customer id, $3: customer email 655 557 #: includes/Admin/Requests.php:162 656 # . translators: $1: customer name, $2 customer id, $3: customer email558 #, php-format 657 559 msgid "%1$s (#%2$s - %3$s)" 658 560 msgstr "" 659 561 660 #: includes/Admin/Requests.php:223 includes/Admin/Requests.php:356 661 #: includes/Admin/Requests.php:406 includes/Admin/Requests.php:456 662 #: includes/Admin/Requests.php:501 includes/Admin/Requests.php:547 663 #: includes/Admin/Requests.php:597 includes/Admin/Requests.php:749 562 #: includes/Admin/Requests.php:223 563 #: includes/Admin/Requests.php:356 564 #: includes/Admin/Requests.php:406 565 #: includes/Admin/Requests.php:456 566 #: includes/Admin/Requests.php:501 567 #: includes/Admin/Requests.php:547 568 #: includes/Admin/Requests.php:597 569 #: includes/Admin/Requests.php:749 664 570 msgid "You do not have permission to perform this action." 665 571 msgstr "" 666 572 667 #: includes/Admin/Requests.php:276 includes/Models/Key.php:691 573 #: includes/Admin/Requests.php:276 574 #: includes/Models/Key.php:691 668 575 msgid "Order item not found." 669 576 msgstr "" … … 677 584 msgstr "" 678 585 586 #. translators: %s: order id 679 587 #: includes/Admin/Requests.php:331 680 # . translators: %s: order id588 #, php-format 681 589 msgid "Key has been created and added to order #%s." 682 590 msgstr "" … … 710 618 msgstr "" 711 619 620 #. Translators: %s: number of keys generated. 712 621 #: includes/Admin/Requests.php:580 713 # . Translators: %s: number of keys generated.622 #, php-format 714 623 msgid "%s keys have been generated successfully." 715 624 msgstr "" 716 625 717 #: includes/Admin/Requests.php:606 includes/Admin/Requests.php:767 626 #: includes/Admin/Requests.php:606 627 #: includes/Admin/Requests.php:767 718 628 msgid "Error: No file uploaded." 719 629 msgstr "" … … 723 633 msgstr "" 724 634 725 #: includes/Admin/Requests.php:619 includes/Admin/Requests.php:780 635 #: includes/Admin/Requests.php:619 636 #: includes/Admin/Requests.php:780 726 637 msgid "Error: File is not readable." 727 638 msgstr "" 728 639 729 #: includes/Admin/Requests.php:625 includes/Admin/Requests.php:786 640 #: includes/Admin/Requests.php:625 641 #: includes/Admin/Requests.php:786 730 642 msgid "Error: File is empty." 731 643 msgstr "" … … 735 647 msgstr "" 736 648 649 #. Translators: %s is the missing column name. 737 650 #: includes/Admin/Requests.php:656 738 # . Translators: %s is the missing column name.651 #, php-format 739 652 msgid "Error: Required column \"%s\" is missing." 740 653 msgstr "" 741 654 742 #: includes/Admin/Requests.php:693 includes/Admin/Requests.php:796 655 #: includes/Admin/Requests.php:693 656 #: includes/Admin/Requests.php:796 743 657 msgid "Error: No records found." 744 658 msgstr "" 745 659 660 #. Translators: %1$d: total records, %2$d: success, %3$d: failed. 746 661 #: includes/Admin/Requests.php:733 747 # . Translators: %1$d: total records, %2$d: success, %3$d: failed.662 #, php-format 748 663 msgid "CSV import completed. Total records: %1$d, Success: %2$d, Failed: %3$d" 749 664 msgstr "" … … 757 672 msgstr "" 758 673 674 #. translators: %1$d: total records, %2$d: success, %3$d: failed. 759 675 #: includes/Admin/Requests.php:836 760 # . translators: %1$d: total records, %2$d: success, %3$d: failed.676 #, php-format 761 677 msgid "TXT import completed. Total records: %1$d, Success: %2$d, Failed: %3$d" 762 678 msgstr "" 763 679 764 #: includes/Admin/Settings.php:37 includes/Admin/Utilities.php:43 680 #: includes/Admin/Settings.php:37 681 #: includes/Admin/Utilities.php:43 765 682 msgid "General" 766 683 msgstr "" … … 811 728 812 729 #: includes/Admin/Settings.php:89 813 msgid "" 814 "This will enable using \"?wckm-api={action}\" endpoint for performing " 815 "software licensing operations." 730 msgid "This will enable using \"?wckm-api={action}\" endpoint for performing software licensing operations." 816 731 msgstr "" 817 732 … … 833 748 834 749 #: includes/Admin/Settings.php:124 835 msgid "" 836 "Enabling this option will allow keys from cancelled, refunded, or failed " 837 "orders to be reused for new orders." 750 msgid "Enabling this option will allow keys from cancelled, refunded, or failed orders to be reused for new orders." 838 751 msgstr "" 839 752 … … 847 760 848 761 #: includes/Admin/Settings.php:132 849 msgid "" 850 "By default, creating duplicate keys is disabled. Enabling this option will " 851 "allow the generation of duplicate keys. This is generally not recommended " 852 "as it can cause issues with software licensing." 762 msgid "By default, creating duplicate keys is disabled. Enabling this option will allow the generation of duplicate keys. This is generally not recommended as it can cause issues with software licensing." 853 763 msgstr "" 854 764 … … 870 780 871 781 #: includes/Admin/Settings.php:150 872 msgid "" 873 "This option will send the key to the customer once the payment is " 874 "completed. If disabled, you will need to deliver the key manually." 782 msgid "This option will send the key to the customer once the payment is completed. If disabled, you will need to deliver the key manually." 875 783 msgstr "" 876 784 … … 884 792 885 793 #: includes/Admin/Settings.php:158 886 msgid "" 887 "This will deliver the key when the order status is processing. If disabled, " 888 "the key will be delivered when the order status is completed." 794 msgid "This will deliver the key when the order status is processing. If disabled, the key will be delivered when the order status is completed." 889 795 msgstr "" 890 796 … … 894 800 895 801 #: includes/Admin/Settings.php:165 896 msgid "" 897 "Order details page. If checked, keys will not be shown on the order details " 898 "page." 802 msgid "Order details page. If checked, keys will not be shown on the order details page." 899 803 msgstr "" 900 804 901 805 #: includes/Admin/Settings.php:172 902 msgid "" 903 "Order processing email notifications. If checked, keys will not be shown in " 904 "order processing email notifications." 806 msgid "Order processing email notifications. If checked, keys will not be shown in order processing email notifications." 905 807 msgstr "" 906 808 907 809 #: includes/Admin/Settings.php:179 908 msgid "" 909 "Order completed email notifications. If checked, keys will not be shown in " 910 "order completed email notifications." 810 msgid "Order completed email notifications. If checked, keys will not be shown in order completed email notifications." 911 811 msgstr "" 912 812 … … 928 828 929 829 #: includes/Admin/Settings.php:199 930 msgid "" 931 "To use this function, you need to enable the following settings at the " 932 "product level:<br>1: WooCommerce → Settings → Products → Inventory " 933 "management<br>2: Product → Key Manager → Key Source → Preset" 830 msgid "To use this function, you need to enable the following settings at the product level:<br>1: WooCommerce → Settings → Products → Inventory management<br>2: Product → Key Manager → Key Source → Preset" 934 831 msgstr "" 935 832 … … 975 872 976 873 #: includes/Admin/Settings.php:233 977 msgid "" 978 "This will add a keys page in the My Account section where customers can " 979 "view their keys." 874 msgid "This will add a keys page in the My Account section where customers can view their keys." 980 875 msgstr "" 981 876 … … 985 880 986 881 #: includes/Admin/Settings.php:240 987 msgid "" 988 "Select the columns to display on the keys page. Leave blank to show all " 989 "columns." 882 msgid "Select the columns to display on the keys page. Leave blank to show all columns." 990 883 msgstr "" 991 884 … … 1027 920 1028 921 #: includes/Admin/Settings.php:277 1029 msgid "" 1030 "This will enable customers to deactivate their keys from the My Account " 1031 "page." 922 msgid "This will enable customers to deactivate their keys from the My Account page." 1032 923 msgstr "" 1033 924 … … 1041 932 1042 933 #: includes/Admin/Settings.php:289 1043 msgid "" 1044 "This will add a key validation page where customers can validate their " 1045 "keys. Must use the shortcode [wckm_validate_key]." 934 msgid "This will add a key validation page where customers can validate their keys. Must use the shortcode [wckm_validate_key]." 1046 935 msgstr "" 1047 936 … … 1051 940 1052 941 #: includes/Admin/Settings.php:307 1053 msgid "" 1054 "Configure how automatic keys will be generated. You can override these " 1055 "settings in the product edit page." 942 msgid "Configure how automatic keys will be generated. You can override these settings in the product edit page." 1056 943 msgstr "" 1057 944 1058 945 #: includes/Admin/Settings.php:312 1059 msgid "" 1060 "The pattern will be used to generate keys. Hashes (#) will be replaced by " 1061 "random characters. You can use the following placeholders " 1062 "too:<br>{product_id} - Product ID<br>{product_sku} - Product SKU<br>{y} - " 1063 "Year<br>{m} - Month<br>{d} - Day<br>{h} - Hour<br>{i} - Minute<br>{s} - " 1064 "Second" 1065 msgstr "" 1066 1067 #: includes/Admin/Settings.php:319 includes/Admin/views/generators/form.php:52 946 msgid "The pattern will be used to generate keys. Hashes (#) will be replaced by random characters. You can use the following placeholders too:<br>{product_id} - Product ID<br>{product_sku} - Product SKU<br>{y} - Year<br>{m} - Month<br>{d} - Day<br>{h} - Hour<br>{i} - Minute<br>{s} - Second" 947 msgstr "" 948 949 #: includes/Admin/Settings.php:319 950 #: includes/Admin/views/generators/form.php:52 1068 951 msgid "Charset" 1069 952 msgstr "" … … 1073 956 msgstr "" 1074 957 1075 #: includes/Admin/Settings.php:327 includes/Admin/views/generators/form.php:63 1076 #: includes/Admin/views/keys/add.php:58 includes/Admin/views/keys/edit.php:59 958 #: includes/Admin/Settings.php:327 959 #: includes/Admin/views/generators/form.php:63 960 #: includes/Admin/views/keys/add.php:58 961 #: includes/Admin/views/keys/edit.php:59 1077 962 #: includes/Admin/views/tools/import.php:128 1078 963 msgid "Valid For (days)" … … 1080 965 1081 966 #: includes/Admin/Settings.php:328 1082 msgid "" 1083 "Relative expiration date in number from the date of purchase. Leave blank " 1084 "for no expiration." 967 msgid "Relative expiration date in number from the date of purchase. Leave blank for no expiration." 1085 968 msgstr "" 1086 969 … … 1090 973 1091 974 #: includes/Admin/Settings.php:384 1092 #: libraries/byteever/bytekit-plugin/src/Traits/HasPlugin.php:2161093 975 msgid "Documentation" 1094 976 msgstr "" 1095 977 1096 #: includes/Admin/Utilities.php:30 includes/Admin/views/generators/list.php:12 978 #: includes/Admin/Utilities.php:30 979 #: includes/Admin/views/generators/list.php:12 1097 980 msgid "Generators" 1098 981 msgstr "" 1099 982 1100 #: includes/Admin/Utilities.php:37 includes/Admin/Utilities.php:38 983 #: includes/Admin/Utilities.php:37 984 #: includes/Admin/Utilities.php:38 1101 985 msgid "Tools" 1102 986 msgstr "" 1103 987 1104 #: includes/Admin/Utilities.php:44 includes/Admin/views/keys/list.php:17 988 #: includes/Admin/Utilities.php:44 989 #: includes/Admin/views/keys/list.php:17 1105 990 #: includes/Admin/views/tools/import.php:84 1106 991 #: includes/Admin/views/tools/import.php:150 … … 1108 993 msgstr "" 1109 994 1110 #: includes/Admin/Utilities.php:49 includes/Admin/Utilities.php:501111 #: libraries/byteever/bytekit-plugin/src/Traits/HasPlugin.php:255995 #: includes/Admin/Utilities.php:49 996 #: includes/Admin/Utilities.php:50 1112 997 msgid "Settings" 1113 998 msgstr "" 1114 999 1115 1000 #: includes/Admin/views/activations/add.php:15 1116 #: includes/Admin/views/keys/activate.php:15 templates/key/activations.php:89 1001 #: includes/Admin/views/keys/activate.php:15 1002 #: templates/key/activations.php:89 1117 1003 msgid "Activate Key" 1118 1004 msgstr "" … … 1122 1008 #: includes/Admin/views/generators/add.php:15 1123 1009 #: includes/Admin/views/generators/edit.php:16 1124 #: includes/Admin/views/keys/add.php:18 includes/Admin/views/keys/edit.php:18 1010 #: includes/Admin/views/keys/add.php:18 1011 #: includes/Admin/views/keys/edit.php:18 1125 1012 msgid "Go Back" 1126 1013 msgstr "" … … 1134 1021 #: includes/Admin/views/activations/edit.php:37 1135 1022 #: includes/Admin/views/keys/activate.php:64 1136 msgid "" 1137 "Anything you want to use to reference this activation. It could be a " 1138 "number, domain, or anything else but it must be unique per key." 1023 msgid "Anything you want to use to reference this activation. It could be a number, domain, or anything else but it must be unique per key." 1139 1024 msgstr "" 1140 1025 1141 1026 #: includes/Admin/views/activations/add.php:57 1142 1027 #: includes/Admin/views/keys/activate.php:74 1143 #: includes/Admin/views/keys/add.php:16 includes/Admin/views/keys/add.php:146 1028 #: includes/Admin/views/keys/add.php:16 1029 #: includes/Admin/views/keys/add.php:146 1144 1030 msgid "Add Key" 1145 msgstr ""1146 1147 #: includes/Admin/views/activations/edit/key.php:161148 msgid "Key details"1149 msgstr ""1150 1151 #: includes/Admin/views/activations/edit/key.php:311152 #: includes/Handlers/Account.php:821153 msgid "View Key"1154 msgstr ""1155 1156 #: includes/Admin/views/activations/edit/key.php:41 includes/Models/Key.php:5201157 msgid "Never"1158 msgstr ""1159 1160 #: includes/Admin/views/activations/edit/key.php:481161 #: includes/Admin/views/keys/edit.php:891162 msgid "Activation Count"1163 1031 msgstr "" 1164 1032 … … 1194 1062 msgstr "" 1195 1063 1064 #. translators: %s: activation creation date. 1196 1065 #: includes/Admin/views/activations/edit.php:65 1197 # . translators: %s: activation creation date.1066 #, php-format 1198 1067 msgid "The activation was created on %s" 1199 1068 msgstr "" 1200 1069 1070 #. translators: %s: activation update date. 1071 #. translators: %s: key update date. 1201 1072 #: includes/Admin/views/activations/edit.php:68 1202 1073 #: includes/Admin/views/keys/edit.php:115 1203 #. translators: %s: activation update date. 1204 #. translators: %s: key update date. 1074 #, php-format 1205 1075 msgid " and last updated on %s" 1206 1076 msgstr "" … … 1213 1083 msgstr "" 1214 1084 1085 #: includes/Admin/views/activations/edit/key.php:16 1086 msgid "Key details" 1087 msgstr "" 1088 1089 #: includes/Admin/views/activations/edit/key.php:31 1090 #: includes/Handlers/Account.php:82 1091 msgid "View Key" 1092 msgstr "" 1093 1094 #: includes/Admin/views/activations/edit/key.php:41 1095 #: includes/Models/Key.php:520 1096 msgid "Never" 1097 msgstr "" 1098 1099 #: includes/Admin/views/activations/edit/key.php:48 1100 #: includes/Admin/views/keys/edit.php:89 1101 msgid "Activation Count" 1102 msgstr "" 1103 1104 #. translators: %s: search query. 1215 1105 #: includes/Admin/views/activations/list.php:15 1216 1106 #: includes/Admin/views/generators/list.php:15 1217 1107 #: includes/Admin/views/keys/list.php:21 1218 # . translators: %s: search query.1108 #, php-format 1219 1109 msgid "Search results for \"%s\"" 1220 1110 msgstr "" … … 1292 1182 msgstr "" 1293 1183 1184 #. translators: %d: order id. 1294 1185 #: includes/Admin/views/dashboard/recent-orders.php:38 1295 # . translators: %d: order id.1186 #, php-format 1296 1187 msgid "Order #%d" 1297 1188 msgstr "" … … 1334 1225 1335 1226 #: includes/Admin/views/generators/form.php:46 1336 msgid "" 1337 "{d}, {m}, {y}, {h}, {i}, {s} will be replaced with the current date and " 1338 "time." 1227 msgid "{d}, {m}, {y}, {h}, {i}, {s} will be replaced with the current date and time." 1339 1228 msgstr "" 1340 1229 … … 1344 1233 1345 1234 #: includes/Admin/views/generators/form.php:67 1346 msgid "" 1347 "Relative expiration date in number from the time of purchase. Leave it " 1348 "blank for lifetime validity." 1235 msgid "Relative expiration date in number from the time of purchase. Leave it blank for lifetime validity." 1349 1236 msgstr "" 1350 1237 1351 1238 #: includes/Admin/views/generators/form.php:77 1352 1239 #: includes/Admin/views/keys/edit.php:82 1353 msgid "" 1354 "Number of times the key can be activated. Leave it blank for unlimited " 1355 "activations." 1240 msgid "Number of times the key can be activated. Leave it blank for unlimited activations." 1356 1241 msgstr "" 1357 1242 … … 1365 1250 1366 1251 #: includes/Admin/views/keys/add.php:22 1367 msgid "" 1368 "You can create a new key here. This form will create a key for the user, " 1369 "and optionally an associated order. Created orders will be marked as " 1370 "pending payment." 1252 msgid "You can create a new key here. This form will create a key for the user, and optionally an associated order. Created orders will be marked as pending payment." 1371 1253 msgstr "" 1372 1254 1373 1255 #: includes/Admin/views/keys/add.php:43 1374 msgid "" 1375 "Enter the key, It's will be sent to the customer when they purchase the " 1376 "associated product." 1256 msgid "Enter the key, It's will be sent to the customer when they purchase the associated product." 1377 1257 msgstr "" 1378 1258 … … 1389 1269 1390 1270 #: includes/Admin/views/keys/add.php:53 1391 msgid "" 1392 "Select the product associated with the key. When customer purchase this " 1393 "product, the key will be sent to them." 1271 msgid "Select the product associated with the key. When customer purchase this product, the key will be sent to them." 1394 1272 msgstr "" 1395 1273 1396 1274 #: includes/Admin/views/keys/add.php:61 1397 1275 #: includes/Admin/views/tools/import.php:131 1398 msgid "" 1399 "Relative expiration dates from the date of purchase. Leave empty for no " 1400 "expiration." 1401 msgstr "" 1402 1403 #: includes/Admin/views/keys/add.php:66 includes/Admin/views/keys/edit.php:69 1276 msgid "Relative expiration dates from the date of purchase. Leave empty for no expiration." 1277 msgstr "" 1278 1279 #: includes/Admin/views/keys/add.php:66 1280 #: includes/Admin/views/keys/edit.php:69 1404 1281 msgid "Date Expires" 1405 1282 msgstr "" … … 1410 1287 1411 1288 #: includes/Admin/views/keys/add.php:77 1412 msgid "" 1413 "Enter the number of times the key can be activated. Leave empty for " 1414 "unlimited activations." 1289 msgid "Enter the number of times the key can be activated. Leave empty for unlimited activations." 1415 1290 msgstr "" 1416 1291 … … 1428 1303 1429 1304 #: includes/Admin/views/keys/add.php:104 1430 msgid "" 1431 "This will first create a new key and then create a corresponding order with " 1432 "the selected product and assign the key to that order." 1305 msgid "This will first create a new key and then create a corresponding order with the selected product and assign the key to that order." 1433 1306 msgstr "" 1434 1307 … … 1438 1311 1439 1312 #: includes/Admin/views/keys/add.php:111 1440 msgid "" 1441 "This will check the existing order and if the selected product is found " 1442 "without a key, it will assign the key to that item otherwise it will add a " 1443 "new product to the order and assign the key." 1444 msgstr "" 1445 1446 #: includes/Admin/views/keys/add.php:119 includes/Admin/views/keys/add.php:120 1313 msgid "This will check the existing order and if the selected product is found without a key, it will assign the key to that item otherwise it will add a new product to the order and assign the key." 1314 msgstr "" 1315 1316 #: includes/Admin/views/keys/add.php:119 1317 #: includes/Admin/views/keys/add.php:120 1447 1318 msgid "Select a customer..." 1448 1319 msgstr "" … … 1456 1327 msgstr "" 1457 1328 1458 #: includes/Admin/views/keys/add.php:133 includes/Admin/views/keys/add.php:134 1329 #: includes/Admin/views/keys/add.php:133 1330 #: includes/Admin/views/keys/add.php:134 1459 1331 msgid "Select an order..." 1460 1332 msgstr "" … … 1462 1334 #: includes/Admin/views/keys/add.php:137 1463 1335 msgid "Select the order to which the key should be assigned." 1336 msgstr "" 1337 1338 #: includes/Admin/views/keys/edit.php:13 1339 msgid "Edit Key" 1340 msgstr "" 1341 1342 #: includes/Admin/views/keys/edit.php:35 1343 msgid "Key Attributes" 1344 msgstr "" 1345 1346 #: includes/Admin/views/keys/edit.php:48 1347 msgid "key" 1348 msgstr "" 1349 1350 #: includes/Admin/views/keys/edit.php:53 1351 msgid "The key that will be sent to the customer." 1352 msgstr "" 1353 1354 #: includes/Admin/views/keys/edit.php:63 1355 msgid "Relative expiration date in number from the time of purchase. Leave it blank for lifetime validity. Use either \"Valid For\" or \"Date Expires\"." 1356 msgstr "" 1357 1358 #: includes/Admin/views/keys/edit.php:73 1359 msgid "Specific expiration date for the key. Leave empty for no expiration. Use either \"Valid For\" or \"Date Expires\"." 1360 msgstr "" 1361 1362 #: includes/Admin/views/keys/edit.php:93 1363 msgid "Number of times the key has been activated." 1364 msgstr "" 1365 1366 #. translators: %s: key creation date. 1367 #: includes/Admin/views/keys/edit.php:112 1368 #, php-format 1369 msgid "The key was created on %s" 1464 1370 msgstr "" 1465 1371 … … 1530 1436 msgstr "" 1531 1437 1532 #: includes/Admin/views/keys/edit.php:131533 msgid "Edit Key"1534 msgstr ""1535 1536 #: includes/Admin/views/keys/edit.php:351537 msgid "Key Attributes"1538 msgstr ""1539 1540 #: includes/Admin/views/keys/edit.php:481541 msgid "key"1542 msgstr ""1543 1544 #: includes/Admin/views/keys/edit.php:531545 msgid "The key that will be sent to the customer."1546 msgstr ""1547 1548 #: includes/Admin/views/keys/edit.php:631549 msgid ""1550 "Relative expiration date in number from the time of purchase. Leave it "1551 "blank for lifetime validity. Use either \"Valid For\" or \"Date Expires\"."1552 msgstr ""1553 1554 #: includes/Admin/views/keys/edit.php:731555 msgid ""1556 "Specific expiration date for the key. Leave empty for no expiration. Use "1557 "either \"Valid For\" or \"Date Expires\"."1558 msgstr ""1559 1560 #: includes/Admin/views/keys/edit.php:931561 msgid "Number of times the key has been activated."1562 msgstr ""1563 1564 #: includes/Admin/views/keys/edit.php:1121565 #. translators: %s: key creation date.1566 msgid "The key was created on %s"1567 msgstr ""1568 1569 #: includes/Admin/views/notices/black-friday.php:191570 msgid "Black Friday Mega Sale! Get Flat 40% OFF on Key Manager Pro !!"1571 msgstr ""1572 1573 #: includes/Admin/views/notices/black-friday.php:261574 #. translators: 1. Offer Percentage, 2. Coupon Code.1575 msgid ""1576 "Unlock premium features at an unbeatable price this Black Friday! Enjoy "1577 "%1$s on Key Manager Pro with code %2$s. Hurry, this deal ends soon!"1578 msgstr ""1579 1580 #: includes/Admin/views/notices/black-friday.php:381581 msgid "Claim your discount !!"1582 msgstr ""1583 1584 #: includes/Admin/views/notices/black-friday.php:421585 msgid "Remind me later"1586 msgstr ""1587 1588 #: includes/Admin/views/notices/black-friday.php:461589 msgid "Never show this again!"1590 msgstr ""1591 1592 1438 #: includes/Admin/views/notices/review.php:19 1593 1439 msgid "Enjoying Key Manager?" 1594 1440 msgstr "" 1595 1441 1442 #. translators: %1$s: Key Manager Pro link, %2$s: Coupon code. 1596 1443 #: includes/Admin/views/notices/review.php:26 1597 #. translators: %1$s: Key Manager Pro link, %2$s: Coupon code. 1598 msgid "" 1599 "We hope you had a wonderful experience using %1$s. Please take a moment to " 1600 "show us your support by leaving a review on <a href=\"%2$s\" " 1601 "target=\"_blank\"><strong>WordPress.org</strong></a>. Thank you! 😊" 1444 #, php-format 1445 msgid "We hope you had a wonderful experience using %1$s. Please take a moment to show us your support by leaving a review on <a href=\"%2$s\" target=\"_blank\"><strong>WordPress.org</strong></a>. Thank you! 😊" 1602 1446 msgstr "" 1603 1447 … … 1619 1463 msgstr "" 1620 1464 1465 #. translators: %1$s: Key Manager Pro link, %2$s: Coupon code. 1621 1466 #: includes/Admin/views/notices/upgrade.php:24 1622 #. translators: %1$s: Key Manager Pro link, %2$s: Coupon code. 1623 msgid "" 1624 "Enjoy <strong>10%% discount</strong> on %1$s! Use coupon code %2$s at " 1625 "checkout to grab the deal. Don’t miss out — this offer won’t last forever!" 1467 #, php-format 1468 msgid "Enjoy <strong>10%% discount</strong> on %1$s! Use coupon code %2$s at checkout to grab the deal. Don’t miss out — this offer won’t last forever!" 1626 1469 msgstr "" 1627 1470 … … 1684 1527 msgstr "" 1685 1528 1529 #. translators: %s: Number of keys. 1686 1530 #: includes/Admin/views/products/source-options.php:60 1687 # . translators: %s: Number of keys.1531 #, php-format 1688 1532 msgid "You have %s preset keys for this product." 1689 1533 msgstr "" … … 1909 1753 1910 1754 #: includes/Admin/views/tools/general.php:19 1911 msgid "" 1912 "Generate keys in bulk for a product. You can generate keys in bulk for a " 1913 "product using this tool." 1914 msgstr "" 1915 1755 msgid "Generate keys in bulk for a product. You can generate keys in bulk for a product using this tool." 1756 msgstr "" 1757 1758 #. Translators: %1$s and %2$s are HTML tags. 1916 1759 #: includes/Admin/views/tools/general.php:22 1917 #. Translators: %1$s and %2$s are HTML tags. 1918 msgid "" 1919 "%1$sNote%2$s: Product key source will be automatically change to \"Preset\" " 1920 "if it is not already set & Generated keys will be treated as preset keys." 1760 #, php-format 1761 msgid "%1$sNote%2$s: Product key source will be automatically change to \"Preset\" if it is not already set & Generated keys will be treated as preset keys." 1921 1762 msgstr "" 1922 1763 … … 1962 1803 1963 1804 #: includes/Admin/views/tools/import.php:14 1964 msgid "" 1965 "The keys remains valid for the number of days from the date of purchase. " 1966 "Optional field. Default is 0." 1805 msgid "The keys remains valid for the number of days from the date of purchase. Optional field. Default is 0." 1967 1806 msgstr "" 1968 1807 … … 1979 1818 msgstr "" 1980 1819 1820 #. translators: %1$s: opening anchor tag, %2$s: closing anchor tag. 1981 1821 #: includes/Admin/views/tools/import.php:29 1982 #. translators: %1$s: opening anchor tag, %2$s: closing anchor tag. 1983 msgid "" 1984 "Import keys from a CSV file. Download %1$s this sample file %2$s to learn " 1985 "how to format your CSV file. Please note that only the initial 1000 keys " 1986 "from the CSV file will be imported." 1822 #, php-format 1823 msgid "Import keys from a CSV file. Download %1$s this sample file %2$s to learn how to format your CSV file. Please note that only the initial 1000 keys from the CSV file will be imported." 1987 1824 msgstr "" 1988 1825 … … 2004 1841 2005 1842 #: includes/Admin/views/tools/import.php:61 2006 msgid "" 2007 "To import custom fields, you must add the custom field name as the column " 2008 "header in the CSV file. The custom field name should be prefixed with " 2009 "\"__\" (e.g. __custom_field)." 1843 msgid "To import custom fields, you must add the custom field name as the column header in the CSV file. The custom field name should be prefixed with \"__\" (e.g. __custom_field)." 2010 1844 msgstr "" 2011 1845 … … 2022 1856 msgstr "" 2023 1857 1858 #. translators: %1$s: opening anchor tag, %2$s: closing anchor tag. 2024 1859 #: includes/Admin/views/tools/import.php:101 2025 #. translators: %1$s: opening anchor tag, %2$s: closing anchor tag. 2026 msgid "" 2027 "Import keys from a TXT file. Download %1$s this sample file %2$s to learn " 2028 "how to format your TXT file." 1860 #, php-format 1861 msgid "Import keys from a TXT file. Download %1$s this sample file %2$s to learn how to format your TXT file." 2029 1862 msgstr "" 2030 1863 … … 2038 1871 2039 1872 #: includes/Admin/views/tools/import.php:124 2040 msgid "" 2041 "Maximum number of times the key can be used to activate the software. 0 for " 2042 "unlimited. If the product is not software, keep it blank." 1873 msgid "Maximum number of times the key can be used to activate the software. 0 for unlimited. If the product is not software, keep it blank." 2043 1874 msgstr "" 2044 1875 … … 2051 1882 msgstr "" 2052 1883 1884 #: includes/API/Activations.php:62 1885 #: includes/API/Keys.php:64 1886 msgid "Unique identifier for the account." 1887 msgstr "" 1888 1889 #: includes/API/Activations.php:143 1890 #: includes/API/Keys.php:145 1891 msgid "Cannot create existing item." 1892 msgstr "" 1893 1894 #: includes/API/Activations.php:183 1895 #: includes/API/Activations.php:216 1896 msgid "The activation was not found." 1897 msgstr "" 1898 1899 #: includes/API/Activations.php:226 1900 #: includes/API/Keys.php:227 1901 msgid "The key cannot be deleted." 1902 msgstr "" 1903 1904 #: includes/API/Activations.php:310 1905 #: includes/API/Keys.php:313 1906 msgid "Unique identifier for the item." 1907 msgstr "" 1908 1909 #: includes/API/Activations.php:319 1910 msgid "Instance." 1911 msgstr "" 1912 1913 #: includes/API/Activations.php:327 1914 msgid "Key identifier." 1915 msgstr "" 1916 1917 #: includes/API/Activations.php:335 1918 #: includes/API/Keys.php:322 1919 msgid "Unique key." 1920 msgstr "" 1921 1922 #: includes/API/Activations.php:341 1923 msgid "IP address." 1924 msgstr "" 1925 1926 #: includes/API/Activations.php:349 1927 msgid "User agent." 1928 msgstr "" 1929 1930 #: includes/API/Activations.php:357 1931 #: includes/API/Keys.php:394 1932 #: includes/API/Keys.php:497 1933 msgid "Key status." 1934 msgstr "" 1935 1936 #: includes/API/Activations.php:365 1937 #: includes/API/Keys.php:453 1938 msgid "The date the item was created." 1939 msgstr "" 1940 1941 #: includes/API/Activations.php:372 1942 #: includes/API/Keys.php:460 1943 msgid "The date the item was last updated." 1944 msgstr "" 1945 1946 #: includes/API/Activations.php:391 1947 msgid "Unique key identifier." 1948 msgstr "" 1949 1950 #: includes/API/Activations.php:396 1951 msgid "Activation status." 1952 msgstr "" 1953 1954 #: includes/API/Controller.php:275 1955 msgid "Sorry, you are not allowed to view items." 1956 msgstr "" 1957 1958 #: includes/API/Controller.php:295 1959 msgid "Sorry, you are not allowed to create item." 1960 msgstr "" 1961 1962 #: includes/API/Controller.php:315 1963 msgid "Sorry, you are not allowed to view item." 1964 msgstr "" 1965 1966 #: includes/API/Controller.php:335 1967 msgid "Sorry, you are not allowed to update item." 1968 msgstr "" 1969 1970 #: includes/API/Controller.php:355 1971 msgid "Sorry, you are not allowed to delete item." 1972 msgstr "" 1973 1974 #: includes/API/Controller.php:394 1975 msgid "Current page of the collection." 1976 msgstr "" 1977 1978 #: includes/API/Controller.php:402 1979 msgid "Maximum number of items to be returned in result set." 1980 msgstr "" 1981 1982 #: includes/API/Controller.php:411 1983 msgid "Limit results to those matching a string." 1984 msgstr "" 1985 1986 #: includes/API/Controller.php:417 1987 msgid "Limit result set to specific ids." 1988 msgstr "" 1989 1990 #: includes/API/Controller.php:424 1991 msgid "Order sort attribute ascending or descending." 1992 msgstr "" 1993 1994 #: includes/API/Controller.php:431 1995 msgid "Sort collection by object attribute." 1996 msgstr "" 1997 1998 #: includes/API/Keys.php:184 1999 #: includes/API/Keys.php:256 2000 msgid "Invalid item ID." 2001 msgstr "" 2002 2003 #: includes/API/Keys.php:217 2004 msgid "The key was not found." 2005 msgstr "" 2006 2007 #: includes/API/Keys.php:330 2008 #: includes/API/Keys.php:479 2009 msgid "Product ID." 2010 msgstr "" 2011 2012 #: includes/API/Keys.php:338 2013 #: includes/API/Keys.php:485 2014 msgid "Order ID." 2015 msgstr "" 2016 2017 #: includes/API/Keys.php:346 2018 msgid "Order item ID." 2019 msgstr "" 2020 2021 #: includes/API/Keys.php:354 2022 msgid "Subscription ID." 2023 msgstr "" 2024 2025 #: includes/API/Keys.php:362 2026 msgid "Vendor ID." 2027 msgstr "" 2028 2029 #: includes/API/Keys.php:370 2030 #: includes/API/Keys.php:491 2031 msgid "Customer ID." 2032 msgstr "" 2033 2034 #: includes/API/Keys.php:378 2035 msgid "Order price." 2036 msgstr "" 2037 2038 #: includes/API/Keys.php:386 2039 msgid "Key source." 2040 msgstr "" 2041 2042 #: includes/API/Keys.php:402 2043 msgid "Key validity." 2044 msgstr "" 2045 2046 #: includes/API/Keys.php:410 2047 msgid "Key UUID." 2048 msgstr "" 2049 2050 #: includes/API/Keys.php:419 2051 msgid "Key activation limit." 2052 msgstr "" 2053 2054 #: includes/API/Keys.php:427 2055 msgid "Key activation count." 2056 msgstr "" 2057 2058 #: includes/API/Keys.php:436 2059 msgid "Order date." 2060 msgstr "" 2061 2062 #: includes/API/Keys.php:445 2063 msgid "Key expiration date." 2064 msgstr "" 2065 2053 2066 #: includes/Emails/CustomerKeys.php:37 2054 2067 msgid "Keys Details" … … 2056 2069 2057 2070 #: includes/Emails/CustomerKeys.php:38 2058 msgid "" 2059 "This email is sent to the customer when an order containing keys is " 2060 "completed." 2061 msgstr "" 2062 2063 #: includes/Emails/CustomerKeys.php:39 includes/Emails/CustomerKeys.php:40 2071 msgid "This email is sent to the customer when an order containing keys is completed." 2072 msgstr "" 2073 2074 #: includes/Emails/CustomerKeys.php:39 2075 #: includes/Emails/CustomerKeys.php:40 2064 2076 msgid "Your Key(s) from {site_title}" 2065 2077 msgstr "" 2066 2078 2079 #. translators: 1: Email subject 2067 2080 #: includes/Emails/CustomerKeys.php:151 2068 #. translators: 1: Email subject 2069 msgid "" 2070 "This controls the email subject line. Leave blank to use the default " 2071 "subject: %s." 2072 msgstr "" 2073 2081 #, php-format 2082 msgid "This controls the email subject line. Leave blank to use the default subject: %s." 2083 msgstr "" 2084 2085 #. translators: 1: Email heading 2074 2086 #: includes/Emails/CustomerKeys.php:159 2075 #. translators: 1: Email heading 2076 msgid "" 2077 "This controls the main heading contained within the email notification. " 2078 "Leave blank to use the default heading: %s." 2087 #, php-format 2088 msgid "This controls the main heading contained within the email notification. Leave blank to use the default heading: %s." 2079 2089 msgstr "" 2080 2090 … … 2084 2094 2085 2095 #: includes/Emails/CustomerKeys.php:166 2086 msgid "" 2087 "Text to appear below the main email content. Available placeholders: " 2088 "{site_title}, {site_address}, {site_url}, {order_date}, {order_number}" 2096 msgid "Text to appear below the main email content. Available placeholders: {site_title}, {site_address}, {site_url}, {order_date}, {order_number}" 2089 2097 msgstr "" 2090 2098 … … 2097 2105 msgstr "" 2098 2106 2107 #. translators: %d: order ID. 2108 #: includes/functions.php:480 2109 #, php-format 2110 msgid "Processing of order #%d is not allowed." 2111 msgstr "" 2112 2113 #. translators: %d: order ID. 2114 #: includes/functions.php:492 2115 #, php-format 2116 msgid "Order #%d does not contain keyed products. Skipping processing order." 2117 msgstr "" 2118 2119 #. translators: %d: order item ID. 2120 #: includes/functions.php:521 2121 #, php-format 2122 msgid "Processing order item #%d" 2123 msgstr "" 2124 2125 #. translators: %d: product ID. 2126 #: includes/functions.php:533 2127 #, php-format 2128 msgid "Product #%d is not a keyed product. Skipping processing." 2129 msgstr "" 2130 2131 #. translators: %d: item ID %d: delivery quantity. 2132 #: includes/functions.php:546 2133 #, php-format 2134 msgid "Delivery quantity for order item #%1$d was set previously. Using the saved delivery quantity %2$d." 2135 msgstr "" 2136 2137 #. translators: %d: item ID %d: delivery quantity. 2138 #: includes/functions.php:559 2139 #, php-format 2140 msgid "Delivery quantity for order item #%1$d was not set. Saved delivery quantity as %2$d." 2141 msgstr "" 2142 2143 #. translators: %d: total quantity. 2144 #: includes/functions.php:571 2145 #, php-format 2146 msgid "The item should have %d keys in total." 2147 msgstr "" 2148 2149 #. translators: %d: total quantity, %d: added count. 2150 #: includes/functions.php:589 2151 #, php-format 2152 msgid "The item already has %2$d keys. Total keys needed %1$d. Skipping processing." 2153 msgstr "" 2154 2155 #. translators: %d: total quantity, %d: added count. 2156 #: includes/functions.php:602 2157 #, php-format 2158 msgid "Previously added %1$d keys for the item. Need to add %2$d more keys." 2159 msgstr "" 2160 2161 #. translators: %d: total quantity, %d: added count. 2162 #: includes/functions.php:631 2163 #, php-format 2164 msgid "Found %1$d available keys for the item." 2165 msgstr "" 2166 2167 #. translators: %d: key ID. 2168 #: includes/functions.php:653 2169 #, php-format 2170 msgid "Key #%1$d added to the order item %2$d." 2171 msgstr "" 2172 2173 #. translators: %1$s: product name, %2$d: total quantity, %3$d: needed count. 2174 #: includes/functions.php:668 2175 #: includes/functions.php:674 2176 #, php-format 2177 msgid "Not enough keys available for product %1$s. Needed %2$d, but only %3$d available." 2178 msgstr "" 2179 2180 #. translators: %d: order item ID. 2181 #: includes/functions.php:693 2182 #, php-format 2183 msgid "All keys added for order item #%1$d." 2184 msgstr "" 2185 2186 #. translators: %d: order ID. 2187 #: includes/functions.php:731 2188 #, php-format 2189 msgid "Order #%d is not a keyed order. Skipping revoking keys." 2190 msgstr "" 2191 2192 #. translators: %d: order item ID. 2193 #: includes/functions.php:762 2194 #, php-format 2195 msgid "Revoking keys for order item #%d." 2196 msgstr "" 2197 2198 #. translators: %d: order item ID. 2199 #: includes/functions.php:773 2200 #, php-format 2201 msgid "No keys found for order item #%d." 2202 msgstr "" 2203 2204 #. translators: %d: key ID %s: action, %d: order item ID. 2205 #: includes/functions.php:786 2206 #, php-format 2207 msgid "Key #%1$d %2$s from the order item %3$d." 2208 msgstr "" 2209 2210 #: includes/functions.php:788 2211 msgid "revoked" 2212 msgstr "" 2213 2214 #: includes/functions.php:788 2215 msgid "deleted" 2216 msgstr "" 2217 2099 2218 #: includes/Handlers/Account.php:82 2100 2219 msgid "Edit Keys" … … 2105 2224 msgstr "" 2106 2225 2107 #: includes/Handlers/Account.php:265 includes/Handlers/Account.php:303 2108 #: includes/Handlers/Account.php:310 includes/Handlers/Account.php:360 2226 #: includes/Handlers/Account.php:265 2227 #: includes/Handlers/Account.php:303 2228 #: includes/Handlers/Account.php:310 2229 #: includes/Handlers/Account.php:360 2109 2230 #: includes/Handlers/Account.php:369 2110 2231 msgid "Something went wrong, please try again." … … 2119 2240 msgstr "" 2120 2241 2121 #: includes/Handlers/Account.php:318 includes/Handlers/Account.php:377 2242 #: includes/Handlers/Account.php:318 2243 #: includes/Handlers/Account.php:377 2122 2244 msgid "Invalid key. The key does not exist." 2123 2245 msgstr "" … … 2143 2265 msgstr "" 2144 2266 2267 #. translators: %d: order ID %s: order status. 2145 2268 #: includes/Handlers/Orders.php:84 2146 # . translators: %d: order ID %s: order status.2269 #, php-format 2147 2270 msgid "Order #%1$d status changed to %2$s. Maybe we need to process the order." 2148 2271 msgstr "" 2149 2272 2273 #. translators: %d: order ID. 2150 2274 #: includes/Handlers/Orders.php:95 2275 #, php-format 2276 msgid "Order #%d is not paid or does not contain keyed products. Skipping processing order." 2277 msgstr "" 2278 2151 2279 #. translators: %d: order ID. 2152 msgid ""2153 "Order #%d is not paid or does not contain keyed products. Skipping "2154 "processing order."2155 msgstr ""2156 2157 2280 #: includes/Handlers/Orders.php:108 2281 #, php-format 2282 msgid "Automatic delivery is disabled. Skipping processing order #%d." 2283 msgstr "" 2284 2158 2285 #. translators: %d: order ID. 2159 msgid "Automatic delivery is disabled. Skipping processing order #%d."2160 msgstr ""2161 2162 2286 #: includes/Handlers/Orders.php:119 2287 #, php-format 2288 msgid "Processing order #%d. The order is paid and contains keyed products." 2289 msgstr "" 2290 2291 #. translators: %1$d: order ID. 2292 #: includes/Handlers/Orders.php:130 2293 #, php-format 2294 msgid "Completed processing order #%1$d." 2295 msgstr "" 2296 2163 2297 #. translators: %d: order ID. 2164 msgid "Processing order #%d. The order is paid and contains keyed products."2165 msgstr ""2166 2167 #: includes/Handlers/Orders.php:1302168 #. translators: %1$d: order ID.2169 msgid "Completed processing order #%1$d."2170 msgstr ""2171 2172 2298 #: includes/Handlers/Orders.php:155 2299 #, php-format 2300 msgid "Revoking keys for order #%d" 2301 msgstr "" 2302 2173 2303 #. translators: %d: order ID. 2174 msgid "Revoking keys for order #%d"2175 msgstr ""2176 2177 2304 #: includes/Handlers/Orders.php:164 2178 # . translators: %d: order ID.2305 #, php-format 2179 2306 msgid "Order #%d does not contain keyed products. Skipping revoking keys." 2180 2307 msgstr "" 2181 2308 2309 #. translators: %1$d: order ID, %2$d: number of keys revoked. 2182 2310 #: includes/Handlers/Orders.php:177 2183 # . translators: %1$d: order ID, %2$d: number of keys revoked.2311 #, php-format 2184 2312 msgid "Revoked %2$d keys from order #%1$d" 2185 2313 msgstr "" … … 2201 2329 msgstr "" 2202 2330 2203 #: includes/Handlers/SoftwareAPI.php:121 includes/Handlers/SoftwareAPI.php:132 2204 #: includes/Handlers/SoftwareAPI.php:226 includes/Handlers/SoftwareAPI.php:300 2331 #: includes/Handlers/SoftwareAPI.php:121 2332 #: includes/Handlers/SoftwareAPI.php:132 2333 #: includes/Handlers/SoftwareAPI.php:226 2334 #: includes/Handlers/SoftwareAPI.php:300 2205 2335 msgid "Invalid key, please provide a valid key." 2206 2336 msgstr "" 2207 2337 2208 #: includes/Handlers/SoftwareAPI.php:143 includes/Handlers/SoftwareAPI.php:550 2338 #: includes/Handlers/SoftwareAPI.php:143 2339 #: includes/Handlers/SoftwareAPI.php:550 2209 2340 msgid "Key is expired." 2210 2341 msgstr "" … … 2226 2357 msgstr "" 2227 2358 2228 #: includes/Handlers/SoftwareAPI.php:390 includes/Handlers/SoftwareAPI.php:506 2359 #: includes/Handlers/SoftwareAPI.php:390 2360 #: includes/Handlers/SoftwareAPI.php:506 2229 2361 msgid "Invalid product, product not found." 2230 2362 msgstr "" … … 2270 2402 msgstr "" 2271 2403 2272 #: includes/Models/Activation.php:110 includes/Models/Generator.php:108 2404 #: includes/Models/Activation.php:110 2405 #: includes/Models/Generator.php:108 2273 2406 msgid "Active" 2274 2407 msgstr "" 2275 2408 2276 #: includes/Models/Activation.php:111 includes/Models/Generator.php:109 2409 #: includes/Models/Activation.php:111 2410 #: includes/Models/Generator.php:109 2277 2411 msgid "Inactive" 2278 2412 msgstr "" … … 2390 2524 msgstr "" 2391 2525 2392 #: includes/functions.php:480 2393 #. translators: %d: order ID. 2394 msgid "Processing of order #%d is not allowed." 2395 msgstr "" 2396 2397 #: includes/functions.php:492 2398 #. translators: %d: order ID. 2399 msgid "Order #%d does not contain keyed products. Skipping processing order." 2400 msgstr "" 2401 2402 #: includes/functions.php:521 2403 #. translators: %d: order item ID. 2404 msgid "Processing order item #%d" 2405 msgstr "" 2406 2407 #: includes/functions.php:533 2408 #. translators: %d: product ID. 2409 msgid "Product #%d is not a keyed product. Skipping processing." 2410 msgstr "" 2411 2412 #: includes/functions.php:546 2413 #. translators: %d: item ID %d: delivery quantity. 2414 msgid "" 2415 "Delivery quantity for order item #%1$d was set previously. Using the saved " 2416 "delivery quantity %2$d." 2417 msgstr "" 2418 2419 #: includes/functions.php:559 2420 #. translators: %d: item ID %d: delivery quantity. 2421 msgid "" 2422 "Delivery quantity for order item #%1$d was not set. Saved delivery quantity " 2423 "as %2$d." 2424 msgstr "" 2425 2426 #: includes/functions.php:571 2427 #. translators: %d: total quantity. 2428 msgid "The item should have %d keys in total." 2429 msgstr "" 2430 2431 #: includes/functions.php:589 2432 #. translators: %d: total quantity, %d: added count. 2433 msgid "The item already has %2$d keys. Total keys needed %1$d. Skipping processing." 2434 msgstr "" 2435 2436 #: includes/functions.php:602 2437 #. translators: %d: total quantity, %d: added count. 2438 msgid "Previously added %1$d keys for the item. Need to add %2$d more keys." 2439 msgstr "" 2440 2441 #: includes/functions.php:631 2442 #. translators: %d: total quantity, %d: added count. 2443 msgid "Found %1$d available keys for the item." 2444 msgstr "" 2445 2446 #: includes/functions.php:653 2447 #. translators: %d: key ID. 2448 msgid "Key #%1$d added to the order item %2$d." 2449 msgstr "" 2450 2451 #: includes/functions.php:668 includes/functions.php:674 2452 #. translators: %1$s: product name, %2$d: total quantity, %3$d: needed count. 2453 msgid "" 2454 "Not enough keys available for product %1$s. Needed %2$d, but only %3$d " 2455 "available." 2456 msgstr "" 2457 2458 #: includes/functions.php:693 2459 #. translators: %d: order item ID. 2460 msgid "All keys added for order item #%1$d." 2461 msgstr "" 2462 2463 #: includes/functions.php:731 2464 #. translators: %d: order ID. 2465 msgid "Order #%d is not a keyed order. Skipping revoking keys." 2466 msgstr "" 2467 2468 #: includes/functions.php:762 2469 #. translators: %d: order item ID. 2470 msgid "Revoking keys for order item #%d." 2471 msgstr "" 2472 2473 #: includes/functions.php:773 2474 #. translators: %d: order item ID. 2475 msgid "No keys found for order item #%d." 2476 msgstr "" 2477 2478 #: includes/functions.php:786 2479 #. translators: %d: key ID %s: action, %d: order item ID. 2480 msgid "Key #%1$d %2$s from the order item %3$d." 2481 msgstr "" 2482 2483 #: includes/functions.php:788 2484 msgid "revoked" 2485 msgstr "" 2486 2487 #: includes/functions.php:788 2488 msgid "deleted" 2489 msgstr "" 2490 2491 #: libraries/byteever/bytekit-plugin/src/Admin/Notices.php:130 2492 msgid "Dismiss this notice" 2493 msgstr "" 2494 2495 #: libraries/byteever/bytekit-plugin/src/Traits/HasPlugin.php:223 2496 msgid "Support" 2497 msgstr "" 2498 2499 #: libraries/byteever/bytekit-plugin/src/Traits/HasPlugin.php:230 2500 msgid "Review" 2501 msgstr "" 2502 2503 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:90 2504 msgid "Settings saved." 2505 msgstr "" 2506 2507 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:254 2508 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:349 2509 msgid "Recommended" 2510 msgstr "" 2511 2512 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:255 2513 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:350 2514 msgid "Install Now" 2515 msgstr "" 2516 2517 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:318 2518 msgid "Need Help?" 2519 msgstr "" 2520 2521 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:364 2522 msgid "Join our Community" 2523 msgstr "" 2524 2525 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:368 2526 msgid "Request a Feature" 2527 msgstr "" 2528 2529 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:372 2530 msgid "Report a Bug" 2531 msgstr "" 2532 2526 #. translators: %s: Customer first name 2533 2527 #: templates/emails/customer-keys.php:26 2534 2528 #: templates/emails/plain/customer-keys.php:25 2535 # . translators: %s: Customer first name2529 #, php-format 2536 2530 msgid "Hi %s," 2537 2531 msgstr "" 2538 2532 2533 #. translators: %1$d: Order number, %2$s: Order date. 2539 2534 #: templates/emails/customer-keys.php:36 2540 2535 #: templates/emails/plain/customer-keys.php:34 2541 2536 #: templates/emails/plain/email-keys.php:27 2542 # . translators: %1$d: Order number, %2$s: Order date.2537 #, php-format 2543 2538 msgid "Here are the key(s) of your order #%1$d placed on %2$s:" 2544 2539 msgstr "" … … 2550 2545 msgstr "" 2551 2546 2552 #: templates/emails/email-keys.php:116 templates/order/keys.php:106 2553 msgid "" 2554 "Your keys will be dispatched shortly. The delivery timeframe ranges from a " 2555 "few minutes to a maximum of 24 hours, depending on payment processing and " 2556 "our internal procedures. Your understanding and patience are highly valued." 2547 #: templates/emails/email-keys.php:116 2548 #: templates/order/keys.php:106 2549 msgid "Your keys will be dispatched shortly. The delivery timeframe ranges from a few minutes to a maximum of 24 hours, depending on payment processing and our internal procedures. Your understanding and patience are highly valued." 2557 2550 msgstr "" 2558 2551 … … 2569 2562 msgstr "" 2570 2563 2564 #. translators: 1: order number 2: order date 3: order status 2571 2565 #: templates/key/view.php:56 2572 # . translators: 1: order number 2: order date 3: order status2566 #, php-format 2573 2567 msgid "The key was purchased on %1$s and the order ID is: %3$s." 2574 2568 msgstr "" … … 2581 2575 msgid "No key has been purchased yet." 2582 2576 msgstr "" 2583 2584 #. Author URI of the plugin/theme2585 msgid "https://wckeymanager.com/"2586 msgstr ""2587 2588 #. Description of the plugin/theme2589 msgid ""2590 "Key Manager is a WooCommerce plugin for selling and managing license keys, "2591 "game keys, pin codes, gift cards, serial numbers, and other items."2592 msgstr ""2593 2594 #. Author of the plugin/theme2595 msgid "PluginEver"2596 msgstr ""2597 2598 #: includes/Admin/ListTables/GeneratorsTable.php:3172599 #: includes/Models/Key.php:5172600 #. translators: %d: number of days.2601 msgctxt "valid for days"2602 msgid "%d day <small>After Purchase</small>"2603 msgid_plural "%d days <small>After Purchase</small>"2604 msgstr[0] ""2605 msgstr[1] "" -
wc-key-manager/tags/1.3.3/readme.txt
r3416401 r3434313 3 3 Tags: key, license, key manager, software license, gift cards 4 4 Tested up to: 6.9 5 Stable tag: 1.3. 25 Stable tag: 1.3.3 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 17 17 [**🚀 Upgrade to Pro**](https://wckeymanager.com) | [**💻 Live Demo Site**](https://demo.pluginever.com/wc-key-manager) | [**📄 Plugin Documentation**](https://wckeymanager.com/docs) 18 18 19 === 💵 WHAT YOU CAN SELL USING WCKEY MANAGER: ===19 === 💵 WHAT YOU CAN SELL USING KEY MANAGER: === 20 20 21 21 * Software licenses, WordPress themes/plugins … … 24 24 * Online courses, eBooks, coaching sessions 25 25 * Any physical or digital product that requires a license or secret key 26 * API keys for SaaS products 27 * Custom PIN codes for promotions or giveaways 26 28 * And many more. 27 29 … … 163 165 164 166 == Changelog == 167 = 1.3.3 (2026-01-07) = 168 * Fix: Resolved several minor bugs to improve overall stability and reliability. 169 165 170 = 1.3.2 (2025-12-10) = 166 171 * Fix: Licensing API issue fixed for activating the keys passing customer email. -
wc-key-manager/tags/1.3.3/vendor/autoload.php
r3313723 r3434313 20 20 require_once __DIR__ . '/composer/autoload_real.php'; 21 21 22 return ComposerAutoloaderInit 2d6000c5bce5c343b5bd4f0a773051fe::getLoader();22 return ComposerAutoloaderInit193219805f2466c4e4f1e275621faeb1::getLoader(); -
wc-key-manager/tags/1.3.3/vendor/composer/autoload_classmap.php
r3313723 r3434313 8 8 return array( 9 9 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 10 'KeyManager\\API\\Activations' => $baseDir . '/includes/API/Activations.php',11 'KeyManager\\API\\Controller' => $baseDir . '/includes/API/Controller.php',12 'KeyManager\\API\\Keys' => $baseDir . '/includes/API/Keys.php',13 'KeyManager\\Admin\\Admin' => $baseDir . '/includes/Admin/Admin.php',14 'KeyManager\\Admin\\ListTables\\ActivationsTable' => $baseDir . '/includes/Admin/ListTables/ActivationsTable.php',15 'KeyManager\\Admin\\ListTables\\GeneratorsTable' => $baseDir . '/includes/Admin/ListTables/GeneratorsTable.php',16 'KeyManager\\Admin\\ListTables\\KeysTable' => $baseDir . '/includes/Admin/ListTables/KeysTable.php',17 'KeyManager\\Admin\\ListTables\\ListTable' => $baseDir . '/includes/Admin/ListTables/ListTable.php',18 'KeyManager\\Admin\\Menus' => $baseDir . '/includes/Admin/Menus.php',19 'KeyManager\\Admin\\Notices' => $baseDir . '/includes/Admin/Notices.php',20 'KeyManager\\Admin\\Orders' => $baseDir . '/includes/Admin/Orders.php',21 'KeyManager\\Admin\\Products' => $baseDir . '/includes/Admin/Products.php',22 'KeyManager\\Admin\\Requests' => $baseDir . '/includes/Admin/Requests.php',23 'KeyManager\\Admin\\Settings' => $baseDir . '/includes/Admin/Settings.php',24 'KeyManager\\Admin\\Utilities' => $baseDir . '/includes/Admin/Utilities.php',25 'KeyManager\\Emails\\CustomerKeys' => $baseDir . '/includes/Emails/CustomerKeys.php',26 'KeyManager\\Handlers\\Account' => $baseDir . '/includes/Handlers/Account.php',27 'KeyManager\\Handlers\\Emails' => $baseDir . '/includes/Handlers/Emails.php',28 'KeyManager\\Handlers\\Keys' => $baseDir . '/includes/Handlers/Keys.php',29 'KeyManager\\Handlers\\Misc' => $baseDir . '/includes/Handlers/Misc.php',30 'KeyManager\\Handlers\\Orders' => $baseDir . '/includes/Handlers/Orders.php',31 'KeyManager\\Handlers\\Shortcodes' => $baseDir . '/includes/Handlers/Shortcodes.php',32 'KeyManager\\Handlers\\SoftwareAPI' => $baseDir . '/includes/Handlers/SoftwareAPI.php',33 'KeyManager\\Handlers\\Stocks' => $baseDir . '/includes/Handlers/Stocks.php',34 'KeyManager\\Installer' => $baseDir . '/includes/Installer.php',35 'KeyManager\\Models\\Activation' => $baseDir . '/includes/Models/Activation.php',36 'KeyManager\\Models\\Generator' => $baseDir . '/includes/Models/Generator.php',37 'KeyManager\\Models\\Key' => $baseDir . '/includes/Models/Key.php',38 'KeyManager\\Models\\Model' => $baseDir . '/includes/Models/Model.php',39 'KeyManager\\Plugin' => $baseDir . '/includes/Plugin.php',40 10 ); -
wc-key-manager/tags/1.3.3/vendor/composer/autoload_psr4.php
r3313723 r3434313 7 7 8 8 return array( 9 'KeyManager\\ByteKit\\Models\\' => array($vendorDir . '/byteever/bytekit-models/src'), 10 'KeyManager\\ByteKit\\' => array($vendorDir . '/byteever/bytekit-settings/src', $vendorDir . '/byteever/bytekit-plugin/src'), 9 11 'KeyManager\\' => array($baseDir . '/includes'), 10 12 ); -
wc-key-manager/tags/1.3.3/vendor/composer/autoload_real.php
r3313723 r3434313 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 2d6000c5bce5c343b5bd4f0a773051fe5 class ComposerAutoloaderInit193219805f2466c4e4f1e275621faeb1 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 2d6000c5bce5c343b5bd4f0a773051fe', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit193219805f2466c4e4f1e275621faeb1', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 2d6000c5bce5c343b5bd4f0a773051fe', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit193219805f2466c4e4f1e275621faeb1', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 2d6000c5bce5c343b5bd4f0a773051fe::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit193219805f2466c4e4f1e275621faeb1::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
wc-key-manager/tags/1.3.3/vendor/composer/autoload_static.php
r3401574 r3434313 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 2d6000c5bce5c343b5bd4f0a773051fe7 class ComposerStaticInit193219805f2466c4e4f1e275621faeb1 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( 10 10 'K' => 11 11 array ( 12 'KeyManager\\ByteKit\\Models\\' => 26, 13 'KeyManager\\ByteKit\\' => 19, 12 14 'KeyManager\\' => 11, 13 15 ), … … 15 17 16 18 public static $prefixDirsPsr4 = array ( 19 'KeyManager\\ByteKit\\Models\\' => 20 array ( 21 0 => __DIR__ . '/..' . '/byteever/bytekit-models/src', 22 ), 23 'KeyManager\\ByteKit\\' => 24 array ( 25 0 => __DIR__ . '/..' . '/byteever/bytekit-settings/src', 26 1 => __DIR__ . '/..' . '/byteever/bytekit-plugin/src', 27 ), 17 28 'KeyManager\\' => 18 29 array ( … … 23 34 public static $classMap = array ( 24 35 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 25 'KeyManager\\API\\Activations' => __DIR__ . '/../..' . '/includes/API/Activations.php',26 'KeyManager\\API\\Controller' => __DIR__ . '/../..' . '/includes/API/Controller.php',27 'KeyManager\\API\\Keys' => __DIR__ . '/../..' . '/includes/API/Keys.php',28 'KeyManager\\Admin\\Admin' => __DIR__ . '/../..' . '/includes/Admin/Admin.php',29 'KeyManager\\Admin\\ListTables\\ActivationsTable' => __DIR__ . '/../..' . '/includes/Admin/ListTables/ActivationsTable.php',30 'KeyManager\\Admin\\ListTables\\GeneratorsTable' => __DIR__ . '/../..' . '/includes/Admin/ListTables/GeneratorsTable.php',31 'KeyManager\\Admin\\ListTables\\KeysTable' => __DIR__ . '/../..' . '/includes/Admin/ListTables/KeysTable.php',32 'KeyManager\\Admin\\ListTables\\ListTable' => __DIR__ . '/../..' . '/includes/Admin/ListTables/ListTable.php',33 'KeyManager\\Admin\\Menus' => __DIR__ . '/../..' . '/includes/Admin/Menus.php',34 'KeyManager\\Admin\\Notices' => __DIR__ . '/../..' . '/includes/Admin/Notices.php',35 'KeyManager\\Admin\\Orders' => __DIR__ . '/../..' . '/includes/Admin/Orders.php',36 'KeyManager\\Admin\\Products' => __DIR__ . '/../..' . '/includes/Admin/Products.php',37 'KeyManager\\Admin\\Requests' => __DIR__ . '/../..' . '/includes/Admin/Requests.php',38 'KeyManager\\Admin\\Settings' => __DIR__ . '/../..' . '/includes/Admin/Settings.php',39 'KeyManager\\Admin\\Utilities' => __DIR__ . '/../..' . '/includes/Admin/Utilities.php',40 'KeyManager\\Emails\\CustomerKeys' => __DIR__ . '/../..' . '/includes/Emails/CustomerKeys.php',41 'KeyManager\\Handlers\\Account' => __DIR__ . '/../..' . '/includes/Handlers/Account.php',42 'KeyManager\\Handlers\\Emails' => __DIR__ . '/../..' . '/includes/Handlers/Emails.php',43 'KeyManager\\Handlers\\Keys' => __DIR__ . '/../..' . '/includes/Handlers/Keys.php',44 'KeyManager\\Handlers\\Misc' => __DIR__ . '/../..' . '/includes/Handlers/Misc.php',45 'KeyManager\\Handlers\\Orders' => __DIR__ . '/../..' . '/includes/Handlers/Orders.php',46 'KeyManager\\Handlers\\Shortcodes' => __DIR__ . '/../..' . '/includes/Handlers/Shortcodes.php',47 'KeyManager\\Handlers\\SoftwareAPI' => __DIR__ . '/../..' . '/includes/Handlers/SoftwareAPI.php',48 'KeyManager\\Handlers\\Stocks' => __DIR__ . '/../..' . '/includes/Handlers/Stocks.php',49 'KeyManager\\Installer' => __DIR__ . '/../..' . '/includes/Installer.php',50 'KeyManager\\Models\\Activation' => __DIR__ . '/../..' . '/includes/Models/Activation.php',51 'KeyManager\\Models\\Generator' => __DIR__ . '/../..' . '/includes/Models/Generator.php',52 'KeyManager\\Models\\Key' => __DIR__ . '/../..' . '/includes/Models/Key.php',53 'KeyManager\\Models\\Model' => __DIR__ . '/../..' . '/includes/Models/Model.php',54 'KeyManager\\Plugin' => __DIR__ . '/../..' . '/includes/Plugin.php',55 36 ); 56 37 … … 58 39 { 59 40 return \Closure::bind(function () use ($loader) { 60 $loader->prefixLengthsPsr4 = ComposerStaticInit 2d6000c5bce5c343b5bd4f0a773051fe::$prefixLengthsPsr4;61 $loader->prefixDirsPsr4 = ComposerStaticInit 2d6000c5bce5c343b5bd4f0a773051fe::$prefixDirsPsr4;62 $loader->classMap = ComposerStaticInit 2d6000c5bce5c343b5bd4f0a773051fe::$classMap;41 $loader->prefixLengthsPsr4 = ComposerStaticInit193219805f2466c4e4f1e275621faeb1::$prefixLengthsPsr4; 42 $loader->prefixDirsPsr4 = ComposerStaticInit193219805f2466c4e4f1e275621faeb1::$prefixDirsPsr4; 43 $loader->classMap = ComposerStaticInit193219805f2466c4e4f1e275621faeb1::$classMap; 63 44 64 45 }, null, ClassLoader::class); -
wc-key-manager/tags/1.3.3/vendor/composer/installed.json
r3295621 r3434313 3 3 { 4 4 "name": "byteever/bytekit-models", 5 "version": " v1.0.5",6 "version_normalized": " 1.0.5.0",5 "version": "dev-trunk", 6 "version_normalized": "dev-trunk", 7 7 "source": { 8 8 "type": "git", 9 9 "url": "git@github.com:byteever/bytekit-models.git", 10 "reference": " c110db24b1598c84ba02d75198390dbb997b9569"10 "reference": "0871f67245b5ac8ec3cb6006fc34623ada5453c8" 11 11 }, 12 12 "dist": { 13 13 "type": "zip", 14 "url": "https://api.github.com/repos/byteever/bytekit-models/zipball/ c110db24b1598c84ba02d75198390dbb997b9569",15 "reference": " c110db24b1598c84ba02d75198390dbb997b9569",14 "url": "https://api.github.com/repos/byteever/bytekit-models/zipball/0871f67245b5ac8ec3cb6006fc34623ada5453c8", 15 "reference": "0871f67245b5ac8ec3cb6006fc34623ada5453c8", 16 16 "shasum": "" 17 17 }, … … 19 19 "php": ">=7.4" 20 20 }, 21 "require-dev": { 22 "byteever/byteever-sniffs": "dev-master", 23 "codeception/module-asserts": "^1.0", 24 "codeception/module-cli": "^1.0", 25 "codeception/module-db": "^1.0", 26 "codeception/module-filesystem": "^1.0", 27 "codeception/module-phpbrowser": "^1.0", 28 "codeception/module-rest": "^2.0", 29 "codeception/module-webdriver": "^1.0", 30 "codeception/util-universalframework": "^1.0", 31 "lucatume/wp-browser": "<3.5" 32 }, 33 "time": "2025-05-13T04:00:03+00:00", 21 "time": "2025-12-15T10:20:40+00:00", 34 22 "type": "library", 35 23 "installation-source": "dist", 36 24 "autoload": { 37 25 "psr-4": { 38 " ByteKit\\Models\\": "src/"26 "KeyManager\\ByteKit\\Models\\": "src/" 39 27 } 40 },41 "autoload-dev": {42 "psr-4": []43 },44 "scripts": {45 "phpcs": [46 "@php ./vendor/bin/phpcs --standard=phpcs.xml -s -v"47 ],48 "phpcbf": [49 "@php ./vendor/bin/phpcbf --standard=phpcs.xml -v"50 ],51 "test:setup": [52 "bash bin/install-test-env.sh"53 ],54 "test:build": [55 "vendor/bin/codecept build"56 ],57 "test:wpunit": [58 "vendor/bin/codecept run wpunit --"59 ],60 "test:functional": [61 "vendor/bin/codecept run functional --"62 ],63 "test:acceptance": [64 "vendor/bin/codecept run acceptance --"65 ],66 "test:gen:wpunit": [67 "vendor/bin/codecept generate:wpunit wpunit"68 ],69 "test:gen:functional": [70 "vendor/bin/codecept generate:wpunit functional"71 ],72 "test:gen:acceptance": [73 "vendor/bin/codecept generate:acceptance acceptance"74 ],75 "test": [76 "vendor/bin/codecept run wpunit"77 ]78 28 }, 79 29 "license": [ 80 30 "GPL-3.0-or-later" 81 31 ], 82 "authors": [83 {84 "name": "Sultan Nasir Uddin",85 "email": "manikdrmc@gmail.com"86 }87 ],88 "description": "A package to manage models in WordPress.",89 32 "support": { 90 "source": "https://github.com/byteever/bytekit-models/tree/ v1.0.5",33 "source": "https://github.com/byteever/bytekit-models/tree/trunk", 91 34 "issues": "https://github.com/byteever/bytekit-models/issues" 92 35 }, 36 "abandoned": true, 93 37 "install-path": "../byteever/bytekit-models" 94 38 }, 95 39 { 96 40 "name": "byteever/bytekit-plugin", 97 "version": " v1.0.2",98 "version_normalized": " 1.0.2.0",41 "version": "dev-trunk", 42 "version_normalized": "dev-trunk", 99 43 "source": { 100 44 "type": "git", 101 45 "url": "git@github.com:byteever/bytekit-plugin.git", 102 "reference": " 794ec9834ecac6cead6b1064a605ff930864950b"46 "reference": "43692c253b4d83879f5302dc6feff5eb2448428d" 103 47 }, 104 48 "dist": { 105 49 "type": "zip", 106 "url": "https://api.github.com/repos/byteever/bytekit-plugin/zipball/ 794ec9834ecac6cead6b1064a605ff930864950b",107 "reference": " 794ec9834ecac6cead6b1064a605ff930864950b",50 "url": "https://api.github.com/repos/byteever/bytekit-plugin/zipball/43692c253b4d83879f5302dc6feff5eb2448428d", 51 "reference": "43692c253b4d83879f5302dc6feff5eb2448428d", 108 52 "shasum": "" 109 53 }, … … 111 55 "php": ">=7.4" 112 56 }, 113 "require-dev": { 114 "byteever/byteever-sniffs": "dev-master", 115 "codeception/module-asserts": "^1.0", 116 "codeception/module-cli": "^1.0", 117 "codeception/module-db": "^1.0", 118 "codeception/module-filesystem": "^1.0", 119 "codeception/module-phpbrowser": "^1.0", 120 "codeception/module-rest": "^2.0", 121 "codeception/module-webdriver": "^1.0", 122 "codeception/util-universalframework": "^1.0", 123 "lucatume/wp-browser": "<3.5" 124 }, 125 "time": "2025-02-27T09:59:41+00:00", 57 "time": "2025-12-11T10:51:47+00:00", 126 58 "type": "library", 127 59 "installation-source": "dist", 128 60 "autoload": { 129 61 "psr-4": { 130 " ByteKit\\": "src/"62 "KeyManager\\ByteKit\\": "src/" 131 63 } 132 },133 "scripts": {134 "phpcs": [135 "@php ./vendor/bin/phpcs --standard=phpcs.xml -s -v"136 ],137 "phpcbf": [138 "@php ./vendor/bin/phpcbf --standard=phpcs.xml -v"139 ],140 "test:setup": [141 "bash bin/install-test-env.sh"142 ],143 "test:build": [144 "vendor/bin/codecept build"145 ],146 "test:wpunit": [147 "vendor/bin/codecept run wpunit --"148 ],149 "test:functional": [150 "vendor/bin/codecept run functional --"151 ],152 "test:acceptance": [153 "vendor/bin/codecept run acceptance --"154 ],155 "test:gen:wpunit": [156 "vendor/bin/codecept generate:wpunit wpunit"157 ],158 "test:gen:functional": [159 "vendor/bin/codecept generate:wpunit functional"160 ],161 "test:gen:acceptance": [162 "vendor/bin/codecept generate:acceptance acceptance"163 ],164 "test": [165 "vendor/bin/codecept run --"166 ]167 64 }, 168 65 "license": [ 169 66 "GPL-3.0-or-later" 170 67 ], 171 "authors": [172 {173 "name": "Sultan Nasir Uddin",174 "email": "manikdrmc@gmail.com"175 }176 ],177 "description": "A set of related classes to kick start WordPress plugin development.",178 68 "support": { 179 "source": "https://github.com/byteever/bytekit-plugin/tree/ v1.0.2",69 "source": "https://github.com/byteever/bytekit-plugin/tree/trunk", 180 70 "issues": "https://github.com/byteever/bytekit-plugin/issues" 181 71 }, 72 "abandoned": true, 182 73 "install-path": "../byteever/bytekit-plugin" 183 74 }, 184 75 { 185 76 "name": "byteever/bytekit-settings", 186 "version": " v1.0.2",187 "version_normalized": " 1.0.2.0",77 "version": "dev-trunk", 78 "version_normalized": "dev-trunk", 188 79 "source": { 189 80 "type": "git", 190 81 "url": "git@github.com:byteever/bytekit-settings.git", 191 "reference": " 6fed19fd393c2037b967d5507d26cb98a1474bbd"82 "reference": "49c9d9488c0130356059b3d086e6d8487ca434ef" 192 83 }, 193 84 "dist": { 194 85 "type": "zip", 195 "url": "https://api.github.com/repos/byteever/bytekit-settings/zipball/ 6fed19fd393c2037b967d5507d26cb98a1474bbd",196 "reference": " 6fed19fd393c2037b967d5507d26cb98a1474bbd",86 "url": "https://api.github.com/repos/byteever/bytekit-settings/zipball/49c9d9488c0130356059b3d086e6d8487ca434ef", 87 "reference": "49c9d9488c0130356059b3d086e6d8487ca434ef", 197 88 "shasum": "" 198 89 }, … … 200 91 "php": ">=7.4" 201 92 }, 202 "require-dev": { 203 "byteever/byteever-sniffs": "dev-master" 204 }, 205 "time": "2024-11-26T04:26:23+00:00", 93 "time": "2025-12-11T09:07:47+00:00", 206 94 "type": "library", 207 95 "installation-source": "dist", 208 96 "autoload": { 209 97 "psr-4": { 210 " ByteKit\\": "src/"98 "KeyManager\\ByteKit\\": "src/" 211 99 } 212 },213 "scripts": {214 "phpcs": [215 "@php ./vendor/bin/phpcs --standard=phpcs.xml -s -v"216 ],217 "phpcbf": [218 "@php ./vendor/bin/phpcbf --standard=phpcs.xml -v"219 ]220 100 }, 221 101 "license": [ 222 102 "GPL-3.0-or-later" 223 103 ], 224 "authors": [225 {226 "name": "Sultan Nasir Uddin",227 "email": "manikdrmc@gmail.com"228 }229 ],230 104 "support": { 231 "source": "https://github.com/byteever/bytekit-settings/tree/ v1.0.2",105 "source": "https://github.com/byteever/bytekit-settings/tree/trunk", 232 106 "issues": "https://github.com/byteever/bytekit-settings/issues" 233 107 }, 108 "abandoned": true, 234 109 "install-path": "../byteever/bytekit-settings" 235 110 } -
wc-key-manager/tags/1.3.3/vendor/composer/installed.php
r3416401 r3434313 2 2 'root' => array( 3 3 'name' => 'pluginever/wc-key-manager', 4 'pretty_version' => ' v1.3.2',5 'version' => ' 1.3.2.0',6 'reference' => ' 821f584e0e5ef005ccb13d0af412060215fc8bf3',4 'pretty_version' => 'dev-master', 5 'version' => 'dev-master', 6 'reference' => '1e8260e713a59f43d09591f181c1396fbd0b5563', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'byteever/bytekit-models' => array( 14 'pretty_version' => ' v1.0.5',15 'version' => ' 1.0.5.0',16 'reference' => ' c110db24b1598c84ba02d75198390dbb997b9569',14 'pretty_version' => 'dev-trunk', 15 'version' => 'dev-trunk', 16 'reference' => '0871f67245b5ac8ec3cb6006fc34623ada5453c8', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../byteever/bytekit-models', … … 21 21 ), 22 22 'byteever/bytekit-plugin' => array( 23 'pretty_version' => ' v1.0.2',24 'version' => ' 1.0.2.0',25 'reference' => ' 794ec9834ecac6cead6b1064a605ff930864950b',23 'pretty_version' => 'dev-trunk', 24 'version' => 'dev-trunk', 25 'reference' => '43692c253b4d83879f5302dc6feff5eb2448428d', 26 26 'type' => 'library', 27 27 'install_path' => __DIR__ . '/../byteever/bytekit-plugin', … … 30 30 ), 31 31 'byteever/bytekit-settings' => array( 32 'pretty_version' => ' v1.0.2',33 'version' => ' 1.0.2.0',34 'reference' => ' 6fed19fd393c2037b967d5507d26cb98a1474bbd',32 'pretty_version' => 'dev-trunk', 33 'version' => 'dev-trunk', 34 'reference' => '49c9d9488c0130356059b3d086e6d8487ca434ef', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../byteever/bytekit-settings', … … 39 39 ), 40 40 'pluginever/wc-key-manager' => array( 41 'pretty_version' => ' v1.3.2',42 'version' => ' 1.3.2.0',43 'reference' => ' 821f584e0e5ef005ccb13d0af412060215fc8bf3',41 'pretty_version' => 'dev-master', 42 'version' => 'dev-master', 43 'reference' => '1e8260e713a59f43d09591f181c1396fbd0b5563', 44 44 'type' => 'wordpress-plugin', 45 45 'install_path' => __DIR__ . '/../../', -
wc-key-manager/tags/1.3.3/wc-key-manager.php
r3416401 r3434313 4 4 * Plugin URI: https://wckeymanager.com/ 5 5 * Description: Key Manager is a WooCommerce plugin for selling and managing license keys, game keys, pin codes, gift cards, serial numbers, and other items. 6 * Version: 1.3. 26 * Version: 1.3.3 7 7 * Requires at least: 5.2 8 * Tested up to: 6.9 8 9 * Requires PHP: 7.4 9 10 * Author: PluginEver 10 11 * Author URI: https://wckeymanager.com/ 12 * License: GPL v2 or later 13 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 14 * Text Domain: wc-key-manager 12 * Domain Path: /languages/ 13 * License: GPL-2.0-or-later 14 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 15 * Tested up to: 6.9 15 * Domain Path: /languages 16 16 * WC requires at least: 3.0.0 17 * WC tested up to: 10. 317 * WC tested up to: 10.4 18 18 * Requires Plugins: woocommerce 19 19 * 20 * @ package KeyManager20 * @link https://wckeymanager.com 21 21 * 22 22 * This program is free software; you can redistribute it and/or modify 23 23 * it under the terms of the GNU General Public License as published by 24 * the Free Software Foundation; either version 3 of the Licenseor24 * the Free Software Foundation; either version 2 of the License, or 25 25 * (at your option) any later version. 26 26 * 27 27 * This program is distributed in the hope that it will be useful, 28 28 * but WITHOUT ANY WARRANTY; without even the implied warranty of 29 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the29 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 30 30 * GNU General Public License for more details. 31 * 32 * You should have received a copy of the GNU General Public License 33 * along with this program; if not, write to the Free Software 34 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 35 * @author Sultan Nasir Uddin <manikdrmc@gmail.com> 36 * @copyright 2026 ByteEver 37 * @license GPL-2.0+ 38 * @package KeyManager 31 39 */ 32 40 33 // Don't call the file directly. 34 defined( 'ABSPATH' ) || exit(); 41 defined( 'ABSPATH' ) || exit; 35 42 36 // Require the autoloader.43 // Autoloader. 37 44 require_once __DIR__ . '/vendor/autoload.php'; 38 require_once __DIR__ . '/libraries/autoload.php';39 45 40 46 // Instantiate the plugin. -
wc-key-manager/trunk/includes/Admin/Notices.php
r3401574 r3434313 30 30 $current_time = absint( wp_date( 'U' ) ); 31 31 32 // phpcs:disable33 // TODO: Uncomment the below code when black friday offer is over.34 /*35 32 if ( ! defined( 'WCKM_PRO_VERSION' ) ) { 36 33 WCKM()->notices->add( 37 34 array( 38 35 'message' => __DIR__ . '/views/notices/upgrade.php', 39 'notice_id' => 'wckm_upgrade ',36 'notice_id' => 'wckm_upgrade_2026', 40 37 'style' => 'border-left-color: #0542fa;', 41 38 'dismissible' => false, 42 )43 );44 }45 */46 // phpcs:enable47 48 // Black Friday offer notice.49 $black_friday_end_time = date_i18n( strtotime( '2025-12-05 00:00:00' ) );50 if ( ! defined( 'WCKM_PRO_VERSION' ) && $current_time < $black_friday_end_time ) {51 WCKM()->notices->add(52 array(53 'message' => __DIR__ . '/views/notices/black-friday.php',54 'dismissible' => false,55 'notice_id' => 'wckm_black_friday_promo_2025',56 'style' => 'border-left-color: #000000;',57 'class' => 'notice-black-friday',58 39 ) 59 40 ); -
wc-key-manager/trunk/includes/Plugin.php
r3313723 r3434313 159 159 } 160 160 } 161 162 /**163 * Get assets path.164 *165 * @param string $file Optional. File name.166 *167 * @since 1.0.0168 * @return string169 */170 public function get_assets_path( $file = '' ) {171 return $this->get_dir_path( 'assets/' . $file );172 }173 174 /**175 * Get assets url.176 *177 * @param string $file Optional. File name.178 *179 * @since 1.0.0180 * @return string181 */182 public function get_assets_url( $file = '' ) {183 return $this->get_dir_url( 'assets/' . $file );184 }185 161 } -
wc-key-manager/trunk/languages/wc-key-manager.pot
r3416401 r3434313 1 # Copyright (C) 202 5PluginEver2 # This file is distributed under the GPL -2.0-or-later.1 # Copyright (C) 2026 PluginEver 2 # This file is distributed under the GPL v2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Key Manager 1.3.2\n" 6 "Report-Msgid-Bugs-To: https://wckeymanager.com/\n" 7 "POT-Creation-Date: 2025-12-10 12:30:10+00:00\n" 8 "MIME-Version: 1.0\n" 9 "Content-Type: text/plain; charset=utf-8\n" 10 "Content-Transfer-Encoding: 8bit\n" 11 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n" 5 "Project-Id-Version: Key Manager 1.3.3\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-key-manager\n" 12 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13 8 "Language-Team: LANGUAGE <LL@li.org>\n" 14 "Language: en\n" 15 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 16 "X-Poedit-Country: United States\n" 17 "X-Poedit-SourceCharset: UTF-8\n" 18 "X-Poedit-KeywordsList: " 19 "__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_" 20 "attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n" 21 "X-Poedit-Basepath: ../\n" 22 "X-Poedit-SearchPath-0: .\n" 23 "X-Poedit-Bookmarks: \n" 24 "X-Textdomain-Support: yes\n" 25 "X-Generator: grunt-wp-i18n 1.0.4\n" 26 27 #: includes/API/Activations.php:62 includes/API/Keys.php:64 28 msgid "Unique identifier for the account." 29 msgstr "" 30 31 #: includes/API/Activations.php:143 includes/API/Keys.php:145 32 msgid "Cannot create existing item." 33 msgstr "" 34 35 #: includes/API/Activations.php:183 includes/API/Activations.php:216 36 msgid "The activation was not found." 37 msgstr "" 38 39 #: includes/API/Activations.php:226 includes/API/Keys.php:227 40 msgid "The key cannot be deleted." 41 msgstr "" 42 43 #: includes/API/Activations.php:310 includes/API/Keys.php:313 44 msgid "Unique identifier for the item." 45 msgstr "" 46 47 #: includes/API/Activations.php:319 48 msgid "Instance." 49 msgstr "" 50 51 #: includes/API/Activations.php:327 52 msgid "Key identifier." 53 msgstr "" 54 55 #: includes/API/Activations.php:335 includes/API/Keys.php:322 56 msgid "Unique key." 57 msgstr "" 58 59 #: includes/API/Activations.php:341 60 msgid "IP address." 61 msgstr "" 62 63 #: includes/API/Activations.php:349 64 msgid "User agent." 65 msgstr "" 66 67 #: includes/API/Activations.php:357 includes/API/Keys.php:394 68 #: includes/API/Keys.php:497 69 msgid "Key status." 70 msgstr "" 71 72 #: includes/API/Activations.php:365 includes/API/Keys.php:453 73 msgid "The date the item was created." 74 msgstr "" 75 76 #: includes/API/Activations.php:372 includes/API/Keys.php:460 77 msgid "The date the item was last updated." 78 msgstr "" 79 80 #: includes/API/Activations.php:391 81 msgid "Unique key identifier." 82 msgstr "" 83 84 #: includes/API/Activations.php:396 85 msgid "Activation status." 86 msgstr "" 87 88 #: includes/API/Controller.php:275 89 msgid "Sorry, you are not allowed to view items." 90 msgstr "" 91 92 #: includes/API/Controller.php:295 93 msgid "Sorry, you are not allowed to create item." 94 msgstr "" 95 96 #: includes/API/Controller.php:315 97 msgid "Sorry, you are not allowed to view item." 98 msgstr "" 99 100 #: includes/API/Controller.php:335 101 msgid "Sorry, you are not allowed to update item." 102 msgstr "" 103 104 #: includes/API/Controller.php:355 105 msgid "Sorry, you are not allowed to delete item." 106 msgstr "" 107 108 #: includes/API/Controller.php:394 109 msgid "Current page of the collection." 110 msgstr "" 111 112 #: includes/API/Controller.php:402 113 msgid "Maximum number of items to be returned in result set." 114 msgstr "" 115 116 #: includes/API/Controller.php:411 117 msgid "Limit results to those matching a string." 118 msgstr "" 119 120 #: includes/API/Controller.php:417 121 msgid "Limit result set to specific ids." 122 msgstr "" 123 124 #: includes/API/Controller.php:424 125 msgid "Order sort attribute ascending or descending." 126 msgstr "" 127 128 #: includes/API/Controller.php:431 129 msgid "Sort collection by object attribute." 130 msgstr "" 131 132 #: includes/API/Keys.php:184 includes/API/Keys.php:256 133 msgid "Invalid item ID." 134 msgstr "" 135 136 #: includes/API/Keys.php:217 137 msgid "The key was not found." 138 msgstr "" 139 140 #: includes/API/Keys.php:330 includes/API/Keys.php:479 141 msgid "Product ID." 142 msgstr "" 143 144 #: includes/API/Keys.php:338 includes/API/Keys.php:485 145 msgid "Order ID." 146 msgstr "" 147 148 #: includes/API/Keys.php:346 149 msgid "Order item ID." 150 msgstr "" 151 152 #: includes/API/Keys.php:354 153 msgid "Subscription ID." 154 msgstr "" 155 156 #: includes/API/Keys.php:362 157 msgid "Vendor ID." 158 msgstr "" 159 160 #: includes/API/Keys.php:370 includes/API/Keys.php:491 161 msgid "Customer ID." 162 msgstr "" 163 164 #: includes/API/Keys.php:378 165 msgid "Order price." 166 msgstr "" 167 168 #: includes/API/Keys.php:386 169 msgid "Key source." 170 msgstr "" 171 172 #: includes/API/Keys.php:402 173 msgid "Key validity." 174 msgstr "" 175 176 #: includes/API/Keys.php:410 177 msgid "Key UUID." 178 msgstr "" 179 180 #: includes/API/Keys.php:419 181 msgid "Key activation limit." 182 msgstr "" 183 184 #: includes/API/Keys.php:427 185 msgid "Key activation count." 186 msgstr "" 187 188 #: includes/API/Keys.php:436 189 msgid "Order date." 190 msgstr "" 191 192 #: includes/API/Keys.php:445 193 msgid "Key expiration date." 9 "MIME-Version: 1.0\n" 10 "Content-Type: text/plain; charset=UTF-8\n" 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2026-01-07T11:54:59+00:00\n" 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.12.0\n" 15 "X-Domain: wc-key-manager\n" 16 17 #. Plugin Name of the plugin 18 #: wc-key-manager.php 19 #: includes/Admin/Menus.php:76 20 #: includes/Admin/Menus.php:77 21 #: includes/Admin/Products.php:162 22 msgid "Key Manager" 23 msgstr "" 24 25 #. Plugin URI of the plugin 26 #. Author URI of the plugin 27 #: wc-key-manager.php 28 msgid "https://wckeymanager.com/" 29 msgstr "" 30 31 #. Description of the plugin 32 #: wc-key-manager.php 33 msgid "Key Manager is a WooCommerce plugin for selling and managing license keys, game keys, pin codes, gift cards, serial numbers, and other items." 34 msgstr "" 35 36 #. Author of the plugin 37 #: wc-key-manager.php 38 msgid "PluginEver" 194 39 msgstr "" 195 40 … … 206 51 msgstr "" 207 52 53 #. translators: %s: Plugin name 208 54 #: includes/Admin/Admin.php:98 55 #, php-format 56 msgid "Thank you for using %s!" 57 msgstr "" 58 209 59 #. translators: %s: Plugin name 210 msgid "Thank you for using %s!"211 msgstr ""212 213 60 #: includes/Admin/Admin.php:104 214 # . translators: %s: Plugin name61 #, php-format 215 62 msgid " Share your appreciation with a five-star review %s." 216 63 msgstr "" 217 64 65 #. translators: 1: Plugin version 218 66 #: includes/Admin/Admin.php:124 219 # . translators: 1: Plugin version67 #, php-format 220 68 msgid "Version %s" 221 69 msgstr "" … … 225 73 msgstr "" 226 74 75 #. translators: %s: number of accounts. 227 76 #: includes/Admin/ListTables/ActivationsTable.php:118 77 #, php-format 78 msgid "%s activations(s) deleted successfully." 79 msgstr "" 80 228 81 #. translators: %s: number of accounts. 229 msgid "%s activations(s) deleted successfully."230 msgstr ""231 232 82 #: includes/Admin/ListTables/ActivationsTable.php:143 83 #, php-format 84 msgid "%s activations(s) activated successfully." 85 msgstr "" 86 233 87 #. translators: %s: number of accounts. 234 msgid "%s activations(s) activated successfully."235 msgstr ""236 237 88 #: includes/Admin/ListTables/ActivationsTable.php:168 238 # . translators: %s: number of accounts.89 #, php-format 239 90 msgid "%s activations(s) deactivated successfully." 240 91 msgstr "" … … 289 140 #: includes/Admin/views/activations/edit.php:33 290 141 #: includes/Admin/views/keys/edit/activations.php:28 291 #: includes/Handlers/Account.php:229 templates/key/activations.php:103 142 #: includes/Handlers/Account.php:229 143 #: templates/key/activations.php:103 292 144 msgid "Instance" 293 145 msgstr "" 294 146 295 147 #: includes/Admin/ListTables/ActivationsTable.php:266 296 #: includes/Admin/ListTables/KeysTable.php:198 includes/Admin/Orders.php:269 297 #: includes/Admin/Settings.php:247 includes/Admin/views/activations/add.php:27 148 #: includes/Admin/ListTables/KeysTable.php:198 149 #: includes/Admin/Orders.php:269 150 #: includes/Admin/Settings.php:247 151 #: includes/Admin/views/activations/add.php:27 298 152 #: includes/Admin/views/keys/activate.php:24 299 #: includes/Admin/views/keys/add.php:34 includes/Handlers/Account.php:162 300 #: includes/Handlers/Emails.php:44 includes/Handlers/Orders.php:204 301 #: includes/Handlers/Shortcodes.php:47 includes/Models/Key.php:579 153 #: includes/Admin/views/keys/add.php:34 302 154 #: includes/functions.php:860 155 #: includes/Handlers/Account.php:162 156 #: includes/Handlers/Emails.php:44 157 #: includes/Handlers/Orders.php:204 158 #: includes/Handlers/Shortcodes.php:47 159 #: includes/Models/Key.php:579 303 160 msgid "Key" 304 161 msgstr "" 305 162 306 163 #: includes/Admin/ListTables/ActivationsTable.php:267 307 #: includes/Admin/ListTables/KeysTable.php:199 includes/Admin/Settings.php:248 164 #: includes/Admin/ListTables/KeysTable.php:199 165 #: includes/Admin/Settings.php:248 308 166 #: includes/Admin/views/dashboard/product-stocks.php:50 309 167 #: includes/Admin/views/dashboard/top-products.php:24 310 168 #: includes/Admin/views/keys/add.php:48 311 #: includes/Admin/views/tools/import.php:110 includes/Handlers/Account.php:161 312 #: includes/Handlers/Emails.php:43 includes/Handlers/Orders.php:203 313 #: includes/Models/Key.php:572 includes/functions.php:853 169 #: includes/Admin/views/tools/import.php:110 170 #: includes/functions.php:853 171 #: includes/Handlers/Account.php:161 172 #: includes/Handlers/Emails.php:43 173 #: includes/Handlers/Orders.php:203 174 #: includes/Models/Key.php:572 314 175 msgid "Product" 315 176 msgstr "" … … 319 180 #: includes/Admin/views/dashboard/recent-orders.php:27 320 181 #: includes/Admin/views/keys/add.php:132 321 #: includes/Admin/views/keys/edit/order.php:29 templates/myaccount/keys.php:67 182 #: includes/Admin/views/keys/edit/order.php:29 183 #: templates/myaccount/keys.php:67 322 184 msgid "Order" 323 185 msgstr "" … … 334 196 335 197 #: includes/Admin/ListTables/ActivationsTable.php:350 336 #: templates/myaccount/keys.php:66 templates/order/keys.php:74 198 #: templates/myaccount/keys.php:66 199 #: templates/order/keys.php:74 337 200 msgid "View" 338 201 msgstr "" 339 202 203 #. translators: %s: product price 340 204 #: includes/Admin/ListTables/ActivationsTable.php:374 341 205 #: includes/Admin/ListTables/KeysTable.php:302 342 # . translators: %s: product price206 #, php-format 343 207 msgid "Price: %s" 344 208 msgstr "" … … 350 214 msgstr "" 351 215 216 #. translators: %s: number of accounts. 352 217 #: includes/Admin/ListTables/GeneratorsTable.php:102 218 #, php-format 219 msgid "%s generator(s) deleted successfully." 220 msgstr "" 221 353 222 #. translators: %s: number of accounts. 354 msgid "%s generator(s) deleted successfully."355 msgstr ""356 357 223 #: includes/Admin/ListTables/GeneratorsTable.php:127 224 #, php-format 225 msgid "%s generator(s) activated successfully." 226 msgstr "" 227 358 228 #. translators: %s: number of accounts. 359 msgid "%s generator(s) activated successfully."360 msgstr ""361 362 229 #: includes/Admin/ListTables/GeneratorsTable.php:152 363 # . translators: %s: number of accounts.230 #, php-format 364 231 msgid "%s generator(s) deactivated successfully." 365 232 msgstr "" … … 377 244 378 245 #: includes/Admin/ListTables/GeneratorsTable.php:227 379 #: includes/Admin/Settings.php:311 includes/Admin/views/generators/form.php:38 246 #: includes/Admin/Settings.php:311 247 #: includes/Admin/views/generators/form.php:38 380 248 msgid "Pattern" 381 249 msgstr "" … … 389 257 #: includes/Admin/views/activations/edit/key.php:44 390 258 #: includes/Admin/views/generators/form.php:73 391 #: includes/Admin/views/keys/add.php:74 includes/Admin/views/keys/edit.php:78 259 #: includes/Admin/views/keys/add.php:74 260 #: includes/Admin/views/keys/edit.php:78 392 261 msgid "Activation Limit" 393 262 msgstr "" … … 397 266 msgstr "" 398 267 268 #. translators: %d: number of days. 269 #: includes/Admin/ListTables/GeneratorsTable.php:317 270 #: includes/Models/Key.php:517 271 #, php-format 272 msgctxt "valid for days" 273 msgid "%d day <small>After Purchase</small>" 274 msgid_plural "%d days <small>After Purchase</small>" 275 msgstr[0] "" 276 msgstr[1] "" 277 399 278 #: includes/Admin/ListTables/GeneratorsTable.php:332 400 279 msgid "Unlimited" 401 280 msgstr "" 402 281 282 #. translators: %s: number of accounts. 403 283 #: includes/Admin/ListTables/KeysTable.php:103 404 # . translators: %s: number of accounts.284 #, php-format 405 285 msgid "%s key(s) deleted successfully." 406 286 msgstr "" … … 410 290 msgstr "" 411 291 412 #: includes/Admin/ListTables/KeysTable.php:201 includes/Admin/Orders.php:275 292 #: includes/Admin/ListTables/KeysTable.php:201 293 #: includes/Admin/Orders.php:275 413 294 #: includes/Admin/Settings.php:249 414 295 #: includes/Admin/views/activations/edit/key.php:40 415 #: includes/Handlers/Account.php:163 includes/Handlers/Emails.php:45416 #: includes/Handlers/Orders.php:205 includes/Models/Key.php:586417 296 #: includes/functions.php:867 297 #: includes/Handlers/Account.php:163 298 #: includes/Handlers/Emails.php:45 299 #: includes/Handlers/Orders.php:205 300 #: includes/Models/Key.php:586 418 301 msgid "Expires" 419 302 msgstr "" 420 303 421 #: includes/Admin/ListTables/KeysTable.php:202 includes/Admin/Orders.php:280 422 #: includes/Admin/Utilities.php:31 includes/Admin/views/activations/list.php:12 423 #: includes/Models/Key.php:593 includes/functions.php:874 304 #: includes/Admin/ListTables/KeysTable.php:202 305 #: includes/Admin/Orders.php:280 306 #: includes/Admin/Utilities.php:31 307 #: includes/Admin/views/activations/list.php:12 308 #: includes/functions.php:874 309 #: includes/Models/Key.php:593 424 310 #: templates/key/activations.php:31 425 311 msgid "Activations" 426 312 msgstr "" 427 313 314 #. translators: %s: activation date 428 315 #: includes/Admin/ListTables/KeysTable.php:336 429 # . translators: %s: activation date316 #, php-format 430 317 msgid "Activated at: %s" 431 318 msgstr "" … … 451 338 msgstr "" 452 339 453 #. Plugin Name of the plugin/theme 454 msgid "Key Manager" 455 msgstr "" 456 457 #: includes/Admin/Menus.php:88 includes/Admin/Menus.php:89 340 #: includes/Admin/Menus.php:88 341 #: includes/Admin/Menus.php:89 458 342 #: includes/Admin/views/dashboard.php:14 459 343 msgid "Dashboard" 460 344 msgstr "" 461 345 462 #: includes/Admin/Menus.php:148 includes/Admin/Settings.php:387 346 #: includes/Admin/Menus.php:148 347 #: includes/Admin/Settings.php:387 463 348 msgid "Upgrade to Pro" 464 349 msgstr "" … … 476 361 msgstr "" 477 362 478 #: includes/Admin/Menus.php:389 includes/Admin/views/keys/activate.php:40 363 #: includes/Admin/Menus.php:389 364 #: includes/Admin/views/keys/activate.php:40 479 365 #: includes/Admin/views/keys/edit/customer.php:34 480 366 #: includes/Handlers/Shortcodes.php:50 … … 508 394 msgstr "" 509 395 510 #: includes/Admin/Menus.php:431 includes/Admin/Products.php:49 396 #: includes/Admin/Menus.php:431 397 #: includes/Admin/Products.php:49 511 398 #: includes/Admin/views/products/software-options.php:24 512 399 msgid "Yes" … … 553 440 msgstr "" 554 441 442 #. translators: %d: order ID %d: user ID. 555 443 #: includes/Admin/Orders.php:132 556 # . translators: %d: order ID %d: user ID.444 #, php-format 557 445 msgid "Manually adding keys to order #%1$d by user #%2$d." 558 446 msgstr "" 559 447 448 #. translators: %s: number of keys added. 560 449 #: includes/Admin/Orders.php:144 561 # . translators: %s: number of keys added.450 #, php-format 562 451 msgid "Added %s keys to the order." 563 452 msgstr "" … … 567 456 msgstr "" 568 457 458 #. translators: %d: order ID %d: user ID. 569 459 #: includes/Admin/Orders.php:169 570 # . translators: %d: order ID %d: user ID.460 #, php-format 571 461 msgid "Manually removing keys from order #%1$d by user #%2$d." 572 462 msgstr "" 573 463 464 #. translators: %s: number of keys removed. 574 465 #: includes/Admin/Orders.php:181 575 # . translators: %s: number of keys removed.466 #, php-format 576 467 msgid "Removed %s keys from the order." 577 468 msgstr "" … … 593 484 msgstr "" 594 485 486 #. translators: %s: number of keys pending. 595 487 #: includes/Admin/Orders.php:259 596 # . translators: %s: number of keys pending.488 #, php-format 597 489 msgid "Alert: There are %s key(s) pending for this item." 598 490 msgstr "" 599 491 600 #: includes/Admin/Orders.php:285 includes/Admin/Settings.php:250 492 #: includes/Admin/Orders.php:285 493 #: includes/Admin/Settings.php:250 601 494 #: includes/Admin/views/activations/edit.php:77 602 495 #: includes/Admin/views/generators/form.php:89 … … 610 503 msgstr "" 611 504 612 #: includes/Admin/Products.php:45 includes/Admin/Products.php:98 613 #: includes/Admin/Products.php:100 includes/Admin/Products.php:140 614 #: includes/Admin/Utilities.php:24 includes/Admin/Utilities.php:25 615 #: includes/Admin/Utilities.php:29 includes/Admin/views/keys/list.php:12 616 #: includes/Handlers/Account.php:78 includes/Handlers/Account.php:118 505 #: includes/Admin/Products.php:45 506 #: includes/Admin/Products.php:98 507 #: includes/Admin/Products.php:100 508 #: includes/Admin/Products.php:140 509 #: includes/Admin/Utilities.php:24 510 #: includes/Admin/Utilities.php:25 511 #: includes/Admin/Utilities.php:29 512 #: includes/Admin/views/keys/list.php:12 513 #: includes/Handlers/Account.php:78 514 #: includes/Handlers/Account.php:118 617 515 #: templates/order/keys.php:32 618 516 msgid "Keys" 619 517 msgstr "" 620 518 621 #: includes/Admin/Products.php:48 includes/Admin/Products.php:58 519 #: includes/Admin/Products.php:48 520 #: includes/Admin/Products.php:58 622 521 msgid "— No change —" 623 522 msgstr "" … … 633 532 msgstr "" 634 533 635 #: includes/Admin/Products.php:59 includes/Models/Key.php:191 534 #: includes/Admin/Products.php:59 535 #: includes/Models/Key.php:191 636 536 msgid "Automatic" 637 537 msgstr "" 638 538 639 #: includes/Admin/Products.php:60 includes/Models/Key.php:192 539 #: includes/Admin/Products.php:60 540 #: includes/Models/Key.php:192 640 541 msgid "Preset" 641 542 msgstr "" … … 653 554 msgstr "" 654 555 556 #. translators: $1: customer name, $2 customer id, $3: customer email 655 557 #: includes/Admin/Requests.php:162 656 # . translators: $1: customer name, $2 customer id, $3: customer email558 #, php-format 657 559 msgid "%1$s (#%2$s - %3$s)" 658 560 msgstr "" 659 561 660 #: includes/Admin/Requests.php:223 includes/Admin/Requests.php:356 661 #: includes/Admin/Requests.php:406 includes/Admin/Requests.php:456 662 #: includes/Admin/Requests.php:501 includes/Admin/Requests.php:547 663 #: includes/Admin/Requests.php:597 includes/Admin/Requests.php:749 562 #: includes/Admin/Requests.php:223 563 #: includes/Admin/Requests.php:356 564 #: includes/Admin/Requests.php:406 565 #: includes/Admin/Requests.php:456 566 #: includes/Admin/Requests.php:501 567 #: includes/Admin/Requests.php:547 568 #: includes/Admin/Requests.php:597 569 #: includes/Admin/Requests.php:749 664 570 msgid "You do not have permission to perform this action." 665 571 msgstr "" 666 572 667 #: includes/Admin/Requests.php:276 includes/Models/Key.php:691 573 #: includes/Admin/Requests.php:276 574 #: includes/Models/Key.php:691 668 575 msgid "Order item not found." 669 576 msgstr "" … … 677 584 msgstr "" 678 585 586 #. translators: %s: order id 679 587 #: includes/Admin/Requests.php:331 680 # . translators: %s: order id588 #, php-format 681 589 msgid "Key has been created and added to order #%s." 682 590 msgstr "" … … 710 618 msgstr "" 711 619 620 #. Translators: %s: number of keys generated. 712 621 #: includes/Admin/Requests.php:580 713 # . Translators: %s: number of keys generated.622 #, php-format 714 623 msgid "%s keys have been generated successfully." 715 624 msgstr "" 716 625 717 #: includes/Admin/Requests.php:606 includes/Admin/Requests.php:767 626 #: includes/Admin/Requests.php:606 627 #: includes/Admin/Requests.php:767 718 628 msgid "Error: No file uploaded." 719 629 msgstr "" … … 723 633 msgstr "" 724 634 725 #: includes/Admin/Requests.php:619 includes/Admin/Requests.php:780 635 #: includes/Admin/Requests.php:619 636 #: includes/Admin/Requests.php:780 726 637 msgid "Error: File is not readable." 727 638 msgstr "" 728 639 729 #: includes/Admin/Requests.php:625 includes/Admin/Requests.php:786 640 #: includes/Admin/Requests.php:625 641 #: includes/Admin/Requests.php:786 730 642 msgid "Error: File is empty." 731 643 msgstr "" … … 735 647 msgstr "" 736 648 649 #. Translators: %s is the missing column name. 737 650 #: includes/Admin/Requests.php:656 738 # . Translators: %s is the missing column name.651 #, php-format 739 652 msgid "Error: Required column \"%s\" is missing." 740 653 msgstr "" 741 654 742 #: includes/Admin/Requests.php:693 includes/Admin/Requests.php:796 655 #: includes/Admin/Requests.php:693 656 #: includes/Admin/Requests.php:796 743 657 msgid "Error: No records found." 744 658 msgstr "" 745 659 660 #. Translators: %1$d: total records, %2$d: success, %3$d: failed. 746 661 #: includes/Admin/Requests.php:733 747 # . Translators: %1$d: total records, %2$d: success, %3$d: failed.662 #, php-format 748 663 msgid "CSV import completed. Total records: %1$d, Success: %2$d, Failed: %3$d" 749 664 msgstr "" … … 757 672 msgstr "" 758 673 674 #. translators: %1$d: total records, %2$d: success, %3$d: failed. 759 675 #: includes/Admin/Requests.php:836 760 # . translators: %1$d: total records, %2$d: success, %3$d: failed.676 #, php-format 761 677 msgid "TXT import completed. Total records: %1$d, Success: %2$d, Failed: %3$d" 762 678 msgstr "" 763 679 764 #: includes/Admin/Settings.php:37 includes/Admin/Utilities.php:43 680 #: includes/Admin/Settings.php:37 681 #: includes/Admin/Utilities.php:43 765 682 msgid "General" 766 683 msgstr "" … … 811 728 812 729 #: includes/Admin/Settings.php:89 813 msgid "" 814 "This will enable using \"?wckm-api={action}\" endpoint for performing " 815 "software licensing operations." 730 msgid "This will enable using \"?wckm-api={action}\" endpoint for performing software licensing operations." 816 731 msgstr "" 817 732 … … 833 748 834 749 #: includes/Admin/Settings.php:124 835 msgid "" 836 "Enabling this option will allow keys from cancelled, refunded, or failed " 837 "orders to be reused for new orders." 750 msgid "Enabling this option will allow keys from cancelled, refunded, or failed orders to be reused for new orders." 838 751 msgstr "" 839 752 … … 847 760 848 761 #: includes/Admin/Settings.php:132 849 msgid "" 850 "By default, creating duplicate keys is disabled. Enabling this option will " 851 "allow the generation of duplicate keys. This is generally not recommended " 852 "as it can cause issues with software licensing." 762 msgid "By default, creating duplicate keys is disabled. Enabling this option will allow the generation of duplicate keys. This is generally not recommended as it can cause issues with software licensing." 853 763 msgstr "" 854 764 … … 870 780 871 781 #: includes/Admin/Settings.php:150 872 msgid "" 873 "This option will send the key to the customer once the payment is " 874 "completed. If disabled, you will need to deliver the key manually." 782 msgid "This option will send the key to the customer once the payment is completed. If disabled, you will need to deliver the key manually." 875 783 msgstr "" 876 784 … … 884 792 885 793 #: includes/Admin/Settings.php:158 886 msgid "" 887 "This will deliver the key when the order status is processing. If disabled, " 888 "the key will be delivered when the order status is completed." 794 msgid "This will deliver the key when the order status is processing. If disabled, the key will be delivered when the order status is completed." 889 795 msgstr "" 890 796 … … 894 800 895 801 #: includes/Admin/Settings.php:165 896 msgid "" 897 "Order details page. If checked, keys will not be shown on the order details " 898 "page." 802 msgid "Order details page. If checked, keys will not be shown on the order details page." 899 803 msgstr "" 900 804 901 805 #: includes/Admin/Settings.php:172 902 msgid "" 903 "Order processing email notifications. If checked, keys will not be shown in " 904 "order processing email notifications." 806 msgid "Order processing email notifications. If checked, keys will not be shown in order processing email notifications." 905 807 msgstr "" 906 808 907 809 #: includes/Admin/Settings.php:179 908 msgid "" 909 "Order completed email notifications. If checked, keys will not be shown in " 910 "order completed email notifications." 810 msgid "Order completed email notifications. If checked, keys will not be shown in order completed email notifications." 911 811 msgstr "" 912 812 … … 928 828 929 829 #: includes/Admin/Settings.php:199 930 msgid "" 931 "To use this function, you need to enable the following settings at the " 932 "product level:<br>1: WooCommerce → Settings → Products → Inventory " 933 "management<br>2: Product → Key Manager → Key Source → Preset" 830 msgid "To use this function, you need to enable the following settings at the product level:<br>1: WooCommerce → Settings → Products → Inventory management<br>2: Product → Key Manager → Key Source → Preset" 934 831 msgstr "" 935 832 … … 975 872 976 873 #: includes/Admin/Settings.php:233 977 msgid "" 978 "This will add a keys page in the My Account section where customers can " 979 "view their keys." 874 msgid "This will add a keys page in the My Account section where customers can view their keys." 980 875 msgstr "" 981 876 … … 985 880 986 881 #: includes/Admin/Settings.php:240 987 msgid "" 988 "Select the columns to display on the keys page. Leave blank to show all " 989 "columns." 882 msgid "Select the columns to display on the keys page. Leave blank to show all columns." 990 883 msgstr "" 991 884 … … 1027 920 1028 921 #: includes/Admin/Settings.php:277 1029 msgid "" 1030 "This will enable customers to deactivate their keys from the My Account " 1031 "page." 922 msgid "This will enable customers to deactivate their keys from the My Account page." 1032 923 msgstr "" 1033 924 … … 1041 932 1042 933 #: includes/Admin/Settings.php:289 1043 msgid "" 1044 "This will add a key validation page where customers can validate their " 1045 "keys. Must use the shortcode [wckm_validate_key]." 934 msgid "This will add a key validation page where customers can validate their keys. Must use the shortcode [wckm_validate_key]." 1046 935 msgstr "" 1047 936 … … 1051 940 1052 941 #: includes/Admin/Settings.php:307 1053 msgid "" 1054 "Configure how automatic keys will be generated. You can override these " 1055 "settings in the product edit page." 942 msgid "Configure how automatic keys will be generated. You can override these settings in the product edit page." 1056 943 msgstr "" 1057 944 1058 945 #: includes/Admin/Settings.php:312 1059 msgid "" 1060 "The pattern will be used to generate keys. Hashes (#) will be replaced by " 1061 "random characters. You can use the following placeholders " 1062 "too:<br>{product_id} - Product ID<br>{product_sku} - Product SKU<br>{y} - " 1063 "Year<br>{m} - Month<br>{d} - Day<br>{h} - Hour<br>{i} - Minute<br>{s} - " 1064 "Second" 1065 msgstr "" 1066 1067 #: includes/Admin/Settings.php:319 includes/Admin/views/generators/form.php:52 946 msgid "The pattern will be used to generate keys. Hashes (#) will be replaced by random characters. You can use the following placeholders too:<br>{product_id} - Product ID<br>{product_sku} - Product SKU<br>{y} - Year<br>{m} - Month<br>{d} - Day<br>{h} - Hour<br>{i} - Minute<br>{s} - Second" 947 msgstr "" 948 949 #: includes/Admin/Settings.php:319 950 #: includes/Admin/views/generators/form.php:52 1068 951 msgid "Charset" 1069 952 msgstr "" … … 1073 956 msgstr "" 1074 957 1075 #: includes/Admin/Settings.php:327 includes/Admin/views/generators/form.php:63 1076 #: includes/Admin/views/keys/add.php:58 includes/Admin/views/keys/edit.php:59 958 #: includes/Admin/Settings.php:327 959 #: includes/Admin/views/generators/form.php:63 960 #: includes/Admin/views/keys/add.php:58 961 #: includes/Admin/views/keys/edit.php:59 1077 962 #: includes/Admin/views/tools/import.php:128 1078 963 msgid "Valid For (days)" … … 1080 965 1081 966 #: includes/Admin/Settings.php:328 1082 msgid "" 1083 "Relative expiration date in number from the date of purchase. Leave blank " 1084 "for no expiration." 967 msgid "Relative expiration date in number from the date of purchase. Leave blank for no expiration." 1085 968 msgstr "" 1086 969 … … 1090 973 1091 974 #: includes/Admin/Settings.php:384 1092 #: libraries/byteever/bytekit-plugin/src/Traits/HasPlugin.php:2161093 975 msgid "Documentation" 1094 976 msgstr "" 1095 977 1096 #: includes/Admin/Utilities.php:30 includes/Admin/views/generators/list.php:12 978 #: includes/Admin/Utilities.php:30 979 #: includes/Admin/views/generators/list.php:12 1097 980 msgid "Generators" 1098 981 msgstr "" 1099 982 1100 #: includes/Admin/Utilities.php:37 includes/Admin/Utilities.php:38 983 #: includes/Admin/Utilities.php:37 984 #: includes/Admin/Utilities.php:38 1101 985 msgid "Tools" 1102 986 msgstr "" 1103 987 1104 #: includes/Admin/Utilities.php:44 includes/Admin/views/keys/list.php:17 988 #: includes/Admin/Utilities.php:44 989 #: includes/Admin/views/keys/list.php:17 1105 990 #: includes/Admin/views/tools/import.php:84 1106 991 #: includes/Admin/views/tools/import.php:150 … … 1108 993 msgstr "" 1109 994 1110 #: includes/Admin/Utilities.php:49 includes/Admin/Utilities.php:501111 #: libraries/byteever/bytekit-plugin/src/Traits/HasPlugin.php:255995 #: includes/Admin/Utilities.php:49 996 #: includes/Admin/Utilities.php:50 1112 997 msgid "Settings" 1113 998 msgstr "" 1114 999 1115 1000 #: includes/Admin/views/activations/add.php:15 1116 #: includes/Admin/views/keys/activate.php:15 templates/key/activations.php:89 1001 #: includes/Admin/views/keys/activate.php:15 1002 #: templates/key/activations.php:89 1117 1003 msgid "Activate Key" 1118 1004 msgstr "" … … 1122 1008 #: includes/Admin/views/generators/add.php:15 1123 1009 #: includes/Admin/views/generators/edit.php:16 1124 #: includes/Admin/views/keys/add.php:18 includes/Admin/views/keys/edit.php:18 1010 #: includes/Admin/views/keys/add.php:18 1011 #: includes/Admin/views/keys/edit.php:18 1125 1012 msgid "Go Back" 1126 1013 msgstr "" … … 1134 1021 #: includes/Admin/views/activations/edit.php:37 1135 1022 #: includes/Admin/views/keys/activate.php:64 1136 msgid "" 1137 "Anything you want to use to reference this activation. It could be a " 1138 "number, domain, or anything else but it must be unique per key." 1023 msgid "Anything you want to use to reference this activation. It could be a number, domain, or anything else but it must be unique per key." 1139 1024 msgstr "" 1140 1025 1141 1026 #: includes/Admin/views/activations/add.php:57 1142 1027 #: includes/Admin/views/keys/activate.php:74 1143 #: includes/Admin/views/keys/add.php:16 includes/Admin/views/keys/add.php:146 1028 #: includes/Admin/views/keys/add.php:16 1029 #: includes/Admin/views/keys/add.php:146 1144 1030 msgid "Add Key" 1145 msgstr ""1146 1147 #: includes/Admin/views/activations/edit/key.php:161148 msgid "Key details"1149 msgstr ""1150 1151 #: includes/Admin/views/activations/edit/key.php:311152 #: includes/Handlers/Account.php:821153 msgid "View Key"1154 msgstr ""1155 1156 #: includes/Admin/views/activations/edit/key.php:41 includes/Models/Key.php:5201157 msgid "Never"1158 msgstr ""1159 1160 #: includes/Admin/views/activations/edit/key.php:481161 #: includes/Admin/views/keys/edit.php:891162 msgid "Activation Count"1163 1031 msgstr "" 1164 1032 … … 1194 1062 msgstr "" 1195 1063 1064 #. translators: %s: activation creation date. 1196 1065 #: includes/Admin/views/activations/edit.php:65 1197 # . translators: %s: activation creation date.1066 #, php-format 1198 1067 msgid "The activation was created on %s" 1199 1068 msgstr "" 1200 1069 1070 #. translators: %s: activation update date. 1071 #. translators: %s: key update date. 1201 1072 #: includes/Admin/views/activations/edit.php:68 1202 1073 #: includes/Admin/views/keys/edit.php:115 1203 #. translators: %s: activation update date. 1204 #. translators: %s: key update date. 1074 #, php-format 1205 1075 msgid " and last updated on %s" 1206 1076 msgstr "" … … 1213 1083 msgstr "" 1214 1084 1085 #: includes/Admin/views/activations/edit/key.php:16 1086 msgid "Key details" 1087 msgstr "" 1088 1089 #: includes/Admin/views/activations/edit/key.php:31 1090 #: includes/Handlers/Account.php:82 1091 msgid "View Key" 1092 msgstr "" 1093 1094 #: includes/Admin/views/activations/edit/key.php:41 1095 #: includes/Models/Key.php:520 1096 msgid "Never" 1097 msgstr "" 1098 1099 #: includes/Admin/views/activations/edit/key.php:48 1100 #: includes/Admin/views/keys/edit.php:89 1101 msgid "Activation Count" 1102 msgstr "" 1103 1104 #. translators: %s: search query. 1215 1105 #: includes/Admin/views/activations/list.php:15 1216 1106 #: includes/Admin/views/generators/list.php:15 1217 1107 #: includes/Admin/views/keys/list.php:21 1218 # . translators: %s: search query.1108 #, php-format 1219 1109 msgid "Search results for \"%s\"" 1220 1110 msgstr "" … … 1292 1182 msgstr "" 1293 1183 1184 #. translators: %d: order id. 1294 1185 #: includes/Admin/views/dashboard/recent-orders.php:38 1295 # . translators: %d: order id.1186 #, php-format 1296 1187 msgid "Order #%d" 1297 1188 msgstr "" … … 1334 1225 1335 1226 #: includes/Admin/views/generators/form.php:46 1336 msgid "" 1337 "{d}, {m}, {y}, {h}, {i}, {s} will be replaced with the current date and " 1338 "time." 1227 msgid "{d}, {m}, {y}, {h}, {i}, {s} will be replaced with the current date and time." 1339 1228 msgstr "" 1340 1229 … … 1344 1233 1345 1234 #: includes/Admin/views/generators/form.php:67 1346 msgid "" 1347 "Relative expiration date in number from the time of purchase. Leave it " 1348 "blank for lifetime validity." 1235 msgid "Relative expiration date in number from the time of purchase. Leave it blank for lifetime validity." 1349 1236 msgstr "" 1350 1237 1351 1238 #: includes/Admin/views/generators/form.php:77 1352 1239 #: includes/Admin/views/keys/edit.php:82 1353 msgid "" 1354 "Number of times the key can be activated. Leave it blank for unlimited " 1355 "activations." 1240 msgid "Number of times the key can be activated. Leave it blank for unlimited activations." 1356 1241 msgstr "" 1357 1242 … … 1365 1250 1366 1251 #: includes/Admin/views/keys/add.php:22 1367 msgid "" 1368 "You can create a new key here. This form will create a key for the user, " 1369 "and optionally an associated order. Created orders will be marked as " 1370 "pending payment." 1252 msgid "You can create a new key here. This form will create a key for the user, and optionally an associated order. Created orders will be marked as pending payment." 1371 1253 msgstr "" 1372 1254 1373 1255 #: includes/Admin/views/keys/add.php:43 1374 msgid "" 1375 "Enter the key, It's will be sent to the customer when they purchase the " 1376 "associated product." 1256 msgid "Enter the key, It's will be sent to the customer when they purchase the associated product." 1377 1257 msgstr "" 1378 1258 … … 1389 1269 1390 1270 #: includes/Admin/views/keys/add.php:53 1391 msgid "" 1392 "Select the product associated with the key. When customer purchase this " 1393 "product, the key will be sent to them." 1271 msgid "Select the product associated with the key. When customer purchase this product, the key will be sent to them." 1394 1272 msgstr "" 1395 1273 1396 1274 #: includes/Admin/views/keys/add.php:61 1397 1275 #: includes/Admin/views/tools/import.php:131 1398 msgid "" 1399 "Relative expiration dates from the date of purchase. Leave empty for no " 1400 "expiration." 1401 msgstr "" 1402 1403 #: includes/Admin/views/keys/add.php:66 includes/Admin/views/keys/edit.php:69 1276 msgid "Relative expiration dates from the date of purchase. Leave empty for no expiration." 1277 msgstr "" 1278 1279 #: includes/Admin/views/keys/add.php:66 1280 #: includes/Admin/views/keys/edit.php:69 1404 1281 msgid "Date Expires" 1405 1282 msgstr "" … … 1410 1287 1411 1288 #: includes/Admin/views/keys/add.php:77 1412 msgid "" 1413 "Enter the number of times the key can be activated. Leave empty for " 1414 "unlimited activations." 1289 msgid "Enter the number of times the key can be activated. Leave empty for unlimited activations." 1415 1290 msgstr "" 1416 1291 … … 1428 1303 1429 1304 #: includes/Admin/views/keys/add.php:104 1430 msgid "" 1431 "This will first create a new key and then create a corresponding order with " 1432 "the selected product and assign the key to that order." 1305 msgid "This will first create a new key and then create a corresponding order with the selected product and assign the key to that order." 1433 1306 msgstr "" 1434 1307 … … 1438 1311 1439 1312 #: includes/Admin/views/keys/add.php:111 1440 msgid "" 1441 "This will check the existing order and if the selected product is found " 1442 "without a key, it will assign the key to that item otherwise it will add a " 1443 "new product to the order and assign the key." 1444 msgstr "" 1445 1446 #: includes/Admin/views/keys/add.php:119 includes/Admin/views/keys/add.php:120 1313 msgid "This will check the existing order and if the selected product is found without a key, it will assign the key to that item otherwise it will add a new product to the order and assign the key." 1314 msgstr "" 1315 1316 #: includes/Admin/views/keys/add.php:119 1317 #: includes/Admin/views/keys/add.php:120 1447 1318 msgid "Select a customer..." 1448 1319 msgstr "" … … 1456 1327 msgstr "" 1457 1328 1458 #: includes/Admin/views/keys/add.php:133 includes/Admin/views/keys/add.php:134 1329 #: includes/Admin/views/keys/add.php:133 1330 #: includes/Admin/views/keys/add.php:134 1459 1331 msgid "Select an order..." 1460 1332 msgstr "" … … 1462 1334 #: includes/Admin/views/keys/add.php:137 1463 1335 msgid "Select the order to which the key should be assigned." 1336 msgstr "" 1337 1338 #: includes/Admin/views/keys/edit.php:13 1339 msgid "Edit Key" 1340 msgstr "" 1341 1342 #: includes/Admin/views/keys/edit.php:35 1343 msgid "Key Attributes" 1344 msgstr "" 1345 1346 #: includes/Admin/views/keys/edit.php:48 1347 msgid "key" 1348 msgstr "" 1349 1350 #: includes/Admin/views/keys/edit.php:53 1351 msgid "The key that will be sent to the customer." 1352 msgstr "" 1353 1354 #: includes/Admin/views/keys/edit.php:63 1355 msgid "Relative expiration date in number from the time of purchase. Leave it blank for lifetime validity. Use either \"Valid For\" or \"Date Expires\"." 1356 msgstr "" 1357 1358 #: includes/Admin/views/keys/edit.php:73 1359 msgid "Specific expiration date for the key. Leave empty for no expiration. Use either \"Valid For\" or \"Date Expires\"." 1360 msgstr "" 1361 1362 #: includes/Admin/views/keys/edit.php:93 1363 msgid "Number of times the key has been activated." 1364 msgstr "" 1365 1366 #. translators: %s: key creation date. 1367 #: includes/Admin/views/keys/edit.php:112 1368 #, php-format 1369 msgid "The key was created on %s" 1464 1370 msgstr "" 1465 1371 … … 1530 1436 msgstr "" 1531 1437 1532 #: includes/Admin/views/keys/edit.php:131533 msgid "Edit Key"1534 msgstr ""1535 1536 #: includes/Admin/views/keys/edit.php:351537 msgid "Key Attributes"1538 msgstr ""1539 1540 #: includes/Admin/views/keys/edit.php:481541 msgid "key"1542 msgstr ""1543 1544 #: includes/Admin/views/keys/edit.php:531545 msgid "The key that will be sent to the customer."1546 msgstr ""1547 1548 #: includes/Admin/views/keys/edit.php:631549 msgid ""1550 "Relative expiration date in number from the time of purchase. Leave it "1551 "blank for lifetime validity. Use either \"Valid For\" or \"Date Expires\"."1552 msgstr ""1553 1554 #: includes/Admin/views/keys/edit.php:731555 msgid ""1556 "Specific expiration date for the key. Leave empty for no expiration. Use "1557 "either \"Valid For\" or \"Date Expires\"."1558 msgstr ""1559 1560 #: includes/Admin/views/keys/edit.php:931561 msgid "Number of times the key has been activated."1562 msgstr ""1563 1564 #: includes/Admin/views/keys/edit.php:1121565 #. translators: %s: key creation date.1566 msgid "The key was created on %s"1567 msgstr ""1568 1569 #: includes/Admin/views/notices/black-friday.php:191570 msgid "Black Friday Mega Sale! Get Flat 40% OFF on Key Manager Pro !!"1571 msgstr ""1572 1573 #: includes/Admin/views/notices/black-friday.php:261574 #. translators: 1. Offer Percentage, 2. Coupon Code.1575 msgid ""1576 "Unlock premium features at an unbeatable price this Black Friday! Enjoy "1577 "%1$s on Key Manager Pro with code %2$s. Hurry, this deal ends soon!"1578 msgstr ""1579 1580 #: includes/Admin/views/notices/black-friday.php:381581 msgid "Claim your discount !!"1582 msgstr ""1583 1584 #: includes/Admin/views/notices/black-friday.php:421585 msgid "Remind me later"1586 msgstr ""1587 1588 #: includes/Admin/views/notices/black-friday.php:461589 msgid "Never show this again!"1590 msgstr ""1591 1592 1438 #: includes/Admin/views/notices/review.php:19 1593 1439 msgid "Enjoying Key Manager?" 1594 1440 msgstr "" 1595 1441 1442 #. translators: %1$s: Key Manager Pro link, %2$s: Coupon code. 1596 1443 #: includes/Admin/views/notices/review.php:26 1597 #. translators: %1$s: Key Manager Pro link, %2$s: Coupon code. 1598 msgid "" 1599 "We hope you had a wonderful experience using %1$s. Please take a moment to " 1600 "show us your support by leaving a review on <a href=\"%2$s\" " 1601 "target=\"_blank\"><strong>WordPress.org</strong></a>. Thank you! 😊" 1444 #, php-format 1445 msgid "We hope you had a wonderful experience using %1$s. Please take a moment to show us your support by leaving a review on <a href=\"%2$s\" target=\"_blank\"><strong>WordPress.org</strong></a>. Thank you! 😊" 1602 1446 msgstr "" 1603 1447 … … 1619 1463 msgstr "" 1620 1464 1465 #. translators: %1$s: Key Manager Pro link, %2$s: Coupon code. 1621 1466 #: includes/Admin/views/notices/upgrade.php:24 1622 #. translators: %1$s: Key Manager Pro link, %2$s: Coupon code. 1623 msgid "" 1624 "Enjoy <strong>10%% discount</strong> on %1$s! Use coupon code %2$s at " 1625 "checkout to grab the deal. Don’t miss out — this offer won’t last forever!" 1467 #, php-format 1468 msgid "Enjoy <strong>10%% discount</strong> on %1$s! Use coupon code %2$s at checkout to grab the deal. Don’t miss out — this offer won’t last forever!" 1626 1469 msgstr "" 1627 1470 … … 1684 1527 msgstr "" 1685 1528 1529 #. translators: %s: Number of keys. 1686 1530 #: includes/Admin/views/products/source-options.php:60 1687 # . translators: %s: Number of keys.1531 #, php-format 1688 1532 msgid "You have %s preset keys for this product." 1689 1533 msgstr "" … … 1909 1753 1910 1754 #: includes/Admin/views/tools/general.php:19 1911 msgid "" 1912 "Generate keys in bulk for a product. You can generate keys in bulk for a " 1913 "product using this tool." 1914 msgstr "" 1915 1755 msgid "Generate keys in bulk for a product. You can generate keys in bulk for a product using this tool." 1756 msgstr "" 1757 1758 #. Translators: %1$s and %2$s are HTML tags. 1916 1759 #: includes/Admin/views/tools/general.php:22 1917 #. Translators: %1$s and %2$s are HTML tags. 1918 msgid "" 1919 "%1$sNote%2$s: Product key source will be automatically change to \"Preset\" " 1920 "if it is not already set & Generated keys will be treated as preset keys." 1760 #, php-format 1761 msgid "%1$sNote%2$s: Product key source will be automatically change to \"Preset\" if it is not already set & Generated keys will be treated as preset keys." 1921 1762 msgstr "" 1922 1763 … … 1962 1803 1963 1804 #: includes/Admin/views/tools/import.php:14 1964 msgid "" 1965 "The keys remains valid for the number of days from the date of purchase. " 1966 "Optional field. Default is 0." 1805 msgid "The keys remains valid for the number of days from the date of purchase. Optional field. Default is 0." 1967 1806 msgstr "" 1968 1807 … … 1979 1818 msgstr "" 1980 1819 1820 #. translators: %1$s: opening anchor tag, %2$s: closing anchor tag. 1981 1821 #: includes/Admin/views/tools/import.php:29 1982 #. translators: %1$s: opening anchor tag, %2$s: closing anchor tag. 1983 msgid "" 1984 "Import keys from a CSV file. Download %1$s this sample file %2$s to learn " 1985 "how to format your CSV file. Please note that only the initial 1000 keys " 1986 "from the CSV file will be imported." 1822 #, php-format 1823 msgid "Import keys from a CSV file. Download %1$s this sample file %2$s to learn how to format your CSV file. Please note that only the initial 1000 keys from the CSV file will be imported." 1987 1824 msgstr "" 1988 1825 … … 2004 1841 2005 1842 #: includes/Admin/views/tools/import.php:61 2006 msgid "" 2007 "To import custom fields, you must add the custom field name as the column " 2008 "header in the CSV file. The custom field name should be prefixed with " 2009 "\"__\" (e.g. __custom_field)." 1843 msgid "To import custom fields, you must add the custom field name as the column header in the CSV file. The custom field name should be prefixed with \"__\" (e.g. __custom_field)." 2010 1844 msgstr "" 2011 1845 … … 2022 1856 msgstr "" 2023 1857 1858 #. translators: %1$s: opening anchor tag, %2$s: closing anchor tag. 2024 1859 #: includes/Admin/views/tools/import.php:101 2025 #. translators: %1$s: opening anchor tag, %2$s: closing anchor tag. 2026 msgid "" 2027 "Import keys from a TXT file. Download %1$s this sample file %2$s to learn " 2028 "how to format your TXT file." 1860 #, php-format 1861 msgid "Import keys from a TXT file. Download %1$s this sample file %2$s to learn how to format your TXT file." 2029 1862 msgstr "" 2030 1863 … … 2038 1871 2039 1872 #: includes/Admin/views/tools/import.php:124 2040 msgid "" 2041 "Maximum number of times the key can be used to activate the software. 0 for " 2042 "unlimited. If the product is not software, keep it blank." 1873 msgid "Maximum number of times the key can be used to activate the software. 0 for unlimited. If the product is not software, keep it blank." 2043 1874 msgstr "" 2044 1875 … … 2051 1882 msgstr "" 2052 1883 1884 #: includes/API/Activations.php:62 1885 #: includes/API/Keys.php:64 1886 msgid "Unique identifier for the account." 1887 msgstr "" 1888 1889 #: includes/API/Activations.php:143 1890 #: includes/API/Keys.php:145 1891 msgid "Cannot create existing item." 1892 msgstr "" 1893 1894 #: includes/API/Activations.php:183 1895 #: includes/API/Activations.php:216 1896 msgid "The activation was not found." 1897 msgstr "" 1898 1899 #: includes/API/Activations.php:226 1900 #: includes/API/Keys.php:227 1901 msgid "The key cannot be deleted." 1902 msgstr "" 1903 1904 #: includes/API/Activations.php:310 1905 #: includes/API/Keys.php:313 1906 msgid "Unique identifier for the item." 1907 msgstr "" 1908 1909 #: includes/API/Activations.php:319 1910 msgid "Instance." 1911 msgstr "" 1912 1913 #: includes/API/Activations.php:327 1914 msgid "Key identifier." 1915 msgstr "" 1916 1917 #: includes/API/Activations.php:335 1918 #: includes/API/Keys.php:322 1919 msgid "Unique key." 1920 msgstr "" 1921 1922 #: includes/API/Activations.php:341 1923 msgid "IP address." 1924 msgstr "" 1925 1926 #: includes/API/Activations.php:349 1927 msgid "User agent." 1928 msgstr "" 1929 1930 #: includes/API/Activations.php:357 1931 #: includes/API/Keys.php:394 1932 #: includes/API/Keys.php:497 1933 msgid "Key status." 1934 msgstr "" 1935 1936 #: includes/API/Activations.php:365 1937 #: includes/API/Keys.php:453 1938 msgid "The date the item was created." 1939 msgstr "" 1940 1941 #: includes/API/Activations.php:372 1942 #: includes/API/Keys.php:460 1943 msgid "The date the item was last updated." 1944 msgstr "" 1945 1946 #: includes/API/Activations.php:391 1947 msgid "Unique key identifier." 1948 msgstr "" 1949 1950 #: includes/API/Activations.php:396 1951 msgid "Activation status." 1952 msgstr "" 1953 1954 #: includes/API/Controller.php:275 1955 msgid "Sorry, you are not allowed to view items." 1956 msgstr "" 1957 1958 #: includes/API/Controller.php:295 1959 msgid "Sorry, you are not allowed to create item." 1960 msgstr "" 1961 1962 #: includes/API/Controller.php:315 1963 msgid "Sorry, you are not allowed to view item." 1964 msgstr "" 1965 1966 #: includes/API/Controller.php:335 1967 msgid "Sorry, you are not allowed to update item." 1968 msgstr "" 1969 1970 #: includes/API/Controller.php:355 1971 msgid "Sorry, you are not allowed to delete item." 1972 msgstr "" 1973 1974 #: includes/API/Controller.php:394 1975 msgid "Current page of the collection." 1976 msgstr "" 1977 1978 #: includes/API/Controller.php:402 1979 msgid "Maximum number of items to be returned in result set." 1980 msgstr "" 1981 1982 #: includes/API/Controller.php:411 1983 msgid "Limit results to those matching a string." 1984 msgstr "" 1985 1986 #: includes/API/Controller.php:417 1987 msgid "Limit result set to specific ids." 1988 msgstr "" 1989 1990 #: includes/API/Controller.php:424 1991 msgid "Order sort attribute ascending or descending." 1992 msgstr "" 1993 1994 #: includes/API/Controller.php:431 1995 msgid "Sort collection by object attribute." 1996 msgstr "" 1997 1998 #: includes/API/Keys.php:184 1999 #: includes/API/Keys.php:256 2000 msgid "Invalid item ID." 2001 msgstr "" 2002 2003 #: includes/API/Keys.php:217 2004 msgid "The key was not found." 2005 msgstr "" 2006 2007 #: includes/API/Keys.php:330 2008 #: includes/API/Keys.php:479 2009 msgid "Product ID." 2010 msgstr "" 2011 2012 #: includes/API/Keys.php:338 2013 #: includes/API/Keys.php:485 2014 msgid "Order ID." 2015 msgstr "" 2016 2017 #: includes/API/Keys.php:346 2018 msgid "Order item ID." 2019 msgstr "" 2020 2021 #: includes/API/Keys.php:354 2022 msgid "Subscription ID." 2023 msgstr "" 2024 2025 #: includes/API/Keys.php:362 2026 msgid "Vendor ID." 2027 msgstr "" 2028 2029 #: includes/API/Keys.php:370 2030 #: includes/API/Keys.php:491 2031 msgid "Customer ID." 2032 msgstr "" 2033 2034 #: includes/API/Keys.php:378 2035 msgid "Order price." 2036 msgstr "" 2037 2038 #: includes/API/Keys.php:386 2039 msgid "Key source." 2040 msgstr "" 2041 2042 #: includes/API/Keys.php:402 2043 msgid "Key validity." 2044 msgstr "" 2045 2046 #: includes/API/Keys.php:410 2047 msgid "Key UUID." 2048 msgstr "" 2049 2050 #: includes/API/Keys.php:419 2051 msgid "Key activation limit." 2052 msgstr "" 2053 2054 #: includes/API/Keys.php:427 2055 msgid "Key activation count." 2056 msgstr "" 2057 2058 #: includes/API/Keys.php:436 2059 msgid "Order date." 2060 msgstr "" 2061 2062 #: includes/API/Keys.php:445 2063 msgid "Key expiration date." 2064 msgstr "" 2065 2053 2066 #: includes/Emails/CustomerKeys.php:37 2054 2067 msgid "Keys Details" … … 2056 2069 2057 2070 #: includes/Emails/CustomerKeys.php:38 2058 msgid "" 2059 "This email is sent to the customer when an order containing keys is " 2060 "completed." 2061 msgstr "" 2062 2063 #: includes/Emails/CustomerKeys.php:39 includes/Emails/CustomerKeys.php:40 2071 msgid "This email is sent to the customer when an order containing keys is completed." 2072 msgstr "" 2073 2074 #: includes/Emails/CustomerKeys.php:39 2075 #: includes/Emails/CustomerKeys.php:40 2064 2076 msgid "Your Key(s) from {site_title}" 2065 2077 msgstr "" 2066 2078 2079 #. translators: 1: Email subject 2067 2080 #: includes/Emails/CustomerKeys.php:151 2068 #. translators: 1: Email subject 2069 msgid "" 2070 "This controls the email subject line. Leave blank to use the default " 2071 "subject: %s." 2072 msgstr "" 2073 2081 #, php-format 2082 msgid "This controls the email subject line. Leave blank to use the default subject: %s." 2083 msgstr "" 2084 2085 #. translators: 1: Email heading 2074 2086 #: includes/Emails/CustomerKeys.php:159 2075 #. translators: 1: Email heading 2076 msgid "" 2077 "This controls the main heading contained within the email notification. " 2078 "Leave blank to use the default heading: %s." 2087 #, php-format 2088 msgid "This controls the main heading contained within the email notification. Leave blank to use the default heading: %s." 2079 2089 msgstr "" 2080 2090 … … 2084 2094 2085 2095 #: includes/Emails/CustomerKeys.php:166 2086 msgid "" 2087 "Text to appear below the main email content. Available placeholders: " 2088 "{site_title}, {site_address}, {site_url}, {order_date}, {order_number}" 2096 msgid "Text to appear below the main email content. Available placeholders: {site_title}, {site_address}, {site_url}, {order_date}, {order_number}" 2089 2097 msgstr "" 2090 2098 … … 2097 2105 msgstr "" 2098 2106 2107 #. translators: %d: order ID. 2108 #: includes/functions.php:480 2109 #, php-format 2110 msgid "Processing of order #%d is not allowed." 2111 msgstr "" 2112 2113 #. translators: %d: order ID. 2114 #: includes/functions.php:492 2115 #, php-format 2116 msgid "Order #%d does not contain keyed products. Skipping processing order." 2117 msgstr "" 2118 2119 #. translators: %d: order item ID. 2120 #: includes/functions.php:521 2121 #, php-format 2122 msgid "Processing order item #%d" 2123 msgstr "" 2124 2125 #. translators: %d: product ID. 2126 #: includes/functions.php:533 2127 #, php-format 2128 msgid "Product #%d is not a keyed product. Skipping processing." 2129 msgstr "" 2130 2131 #. translators: %d: item ID %d: delivery quantity. 2132 #: includes/functions.php:546 2133 #, php-format 2134 msgid "Delivery quantity for order item #%1$d was set previously. Using the saved delivery quantity %2$d." 2135 msgstr "" 2136 2137 #. translators: %d: item ID %d: delivery quantity. 2138 #: includes/functions.php:559 2139 #, php-format 2140 msgid "Delivery quantity for order item #%1$d was not set. Saved delivery quantity as %2$d." 2141 msgstr "" 2142 2143 #. translators: %d: total quantity. 2144 #: includes/functions.php:571 2145 #, php-format 2146 msgid "The item should have %d keys in total." 2147 msgstr "" 2148 2149 #. translators: %d: total quantity, %d: added count. 2150 #: includes/functions.php:589 2151 #, php-format 2152 msgid "The item already has %2$d keys. Total keys needed %1$d. Skipping processing." 2153 msgstr "" 2154 2155 #. translators: %d: total quantity, %d: added count. 2156 #: includes/functions.php:602 2157 #, php-format 2158 msgid "Previously added %1$d keys for the item. Need to add %2$d more keys." 2159 msgstr "" 2160 2161 #. translators: %d: total quantity, %d: added count. 2162 #: includes/functions.php:631 2163 #, php-format 2164 msgid "Found %1$d available keys for the item." 2165 msgstr "" 2166 2167 #. translators: %d: key ID. 2168 #: includes/functions.php:653 2169 #, php-format 2170 msgid "Key #%1$d added to the order item %2$d." 2171 msgstr "" 2172 2173 #. translators: %1$s: product name, %2$d: total quantity, %3$d: needed count. 2174 #: includes/functions.php:668 2175 #: includes/functions.php:674 2176 #, php-format 2177 msgid "Not enough keys available for product %1$s. Needed %2$d, but only %3$d available." 2178 msgstr "" 2179 2180 #. translators: %d: order item ID. 2181 #: includes/functions.php:693 2182 #, php-format 2183 msgid "All keys added for order item #%1$d." 2184 msgstr "" 2185 2186 #. translators: %d: order ID. 2187 #: includes/functions.php:731 2188 #, php-format 2189 msgid "Order #%d is not a keyed order. Skipping revoking keys." 2190 msgstr "" 2191 2192 #. translators: %d: order item ID. 2193 #: includes/functions.php:762 2194 #, php-format 2195 msgid "Revoking keys for order item #%d." 2196 msgstr "" 2197 2198 #. translators: %d: order item ID. 2199 #: includes/functions.php:773 2200 #, php-format 2201 msgid "No keys found for order item #%d." 2202 msgstr "" 2203 2204 #. translators: %d: key ID %s: action, %d: order item ID. 2205 #: includes/functions.php:786 2206 #, php-format 2207 msgid "Key #%1$d %2$s from the order item %3$d." 2208 msgstr "" 2209 2210 #: includes/functions.php:788 2211 msgid "revoked" 2212 msgstr "" 2213 2214 #: includes/functions.php:788 2215 msgid "deleted" 2216 msgstr "" 2217 2099 2218 #: includes/Handlers/Account.php:82 2100 2219 msgid "Edit Keys" … … 2105 2224 msgstr "" 2106 2225 2107 #: includes/Handlers/Account.php:265 includes/Handlers/Account.php:303 2108 #: includes/Handlers/Account.php:310 includes/Handlers/Account.php:360 2226 #: includes/Handlers/Account.php:265 2227 #: includes/Handlers/Account.php:303 2228 #: includes/Handlers/Account.php:310 2229 #: includes/Handlers/Account.php:360 2109 2230 #: includes/Handlers/Account.php:369 2110 2231 msgid "Something went wrong, please try again." … … 2119 2240 msgstr "" 2120 2241 2121 #: includes/Handlers/Account.php:318 includes/Handlers/Account.php:377 2242 #: includes/Handlers/Account.php:318 2243 #: includes/Handlers/Account.php:377 2122 2244 msgid "Invalid key. The key does not exist." 2123 2245 msgstr "" … … 2143 2265 msgstr "" 2144 2266 2267 #. translators: %d: order ID %s: order status. 2145 2268 #: includes/Handlers/Orders.php:84 2146 # . translators: %d: order ID %s: order status.2269 #, php-format 2147 2270 msgid "Order #%1$d status changed to %2$s. Maybe we need to process the order." 2148 2271 msgstr "" 2149 2272 2273 #. translators: %d: order ID. 2150 2274 #: includes/Handlers/Orders.php:95 2275 #, php-format 2276 msgid "Order #%d is not paid or does not contain keyed products. Skipping processing order." 2277 msgstr "" 2278 2151 2279 #. translators: %d: order ID. 2152 msgid ""2153 "Order #%d is not paid or does not contain keyed products. Skipping "2154 "processing order."2155 msgstr ""2156 2157 2280 #: includes/Handlers/Orders.php:108 2281 #, php-format 2282 msgid "Automatic delivery is disabled. Skipping processing order #%d." 2283 msgstr "" 2284 2158 2285 #. translators: %d: order ID. 2159 msgid "Automatic delivery is disabled. Skipping processing order #%d."2160 msgstr ""2161 2162 2286 #: includes/Handlers/Orders.php:119 2287 #, php-format 2288 msgid "Processing order #%d. The order is paid and contains keyed products." 2289 msgstr "" 2290 2291 #. translators: %1$d: order ID. 2292 #: includes/Handlers/Orders.php:130 2293 #, php-format 2294 msgid "Completed processing order #%1$d." 2295 msgstr "" 2296 2163 2297 #. translators: %d: order ID. 2164 msgid "Processing order #%d. The order is paid and contains keyed products."2165 msgstr ""2166 2167 #: includes/Handlers/Orders.php:1302168 #. translators: %1$d: order ID.2169 msgid "Completed processing order #%1$d."2170 msgstr ""2171 2172 2298 #: includes/Handlers/Orders.php:155 2299 #, php-format 2300 msgid "Revoking keys for order #%d" 2301 msgstr "" 2302 2173 2303 #. translators: %d: order ID. 2174 msgid "Revoking keys for order #%d"2175 msgstr ""2176 2177 2304 #: includes/Handlers/Orders.php:164 2178 # . translators: %d: order ID.2305 #, php-format 2179 2306 msgid "Order #%d does not contain keyed products. Skipping revoking keys." 2180 2307 msgstr "" 2181 2308 2309 #. translators: %1$d: order ID, %2$d: number of keys revoked. 2182 2310 #: includes/Handlers/Orders.php:177 2183 # . translators: %1$d: order ID, %2$d: number of keys revoked.2311 #, php-format 2184 2312 msgid "Revoked %2$d keys from order #%1$d" 2185 2313 msgstr "" … … 2201 2329 msgstr "" 2202 2330 2203 #: includes/Handlers/SoftwareAPI.php:121 includes/Handlers/SoftwareAPI.php:132 2204 #: includes/Handlers/SoftwareAPI.php:226 includes/Handlers/SoftwareAPI.php:300 2331 #: includes/Handlers/SoftwareAPI.php:121 2332 #: includes/Handlers/SoftwareAPI.php:132 2333 #: includes/Handlers/SoftwareAPI.php:226 2334 #: includes/Handlers/SoftwareAPI.php:300 2205 2335 msgid "Invalid key, please provide a valid key." 2206 2336 msgstr "" 2207 2337 2208 #: includes/Handlers/SoftwareAPI.php:143 includes/Handlers/SoftwareAPI.php:550 2338 #: includes/Handlers/SoftwareAPI.php:143 2339 #: includes/Handlers/SoftwareAPI.php:550 2209 2340 msgid "Key is expired." 2210 2341 msgstr "" … … 2226 2357 msgstr "" 2227 2358 2228 #: includes/Handlers/SoftwareAPI.php:390 includes/Handlers/SoftwareAPI.php:506 2359 #: includes/Handlers/SoftwareAPI.php:390 2360 #: includes/Handlers/SoftwareAPI.php:506 2229 2361 msgid "Invalid product, product not found." 2230 2362 msgstr "" … … 2270 2402 msgstr "" 2271 2403 2272 #: includes/Models/Activation.php:110 includes/Models/Generator.php:108 2404 #: includes/Models/Activation.php:110 2405 #: includes/Models/Generator.php:108 2273 2406 msgid "Active" 2274 2407 msgstr "" 2275 2408 2276 #: includes/Models/Activation.php:111 includes/Models/Generator.php:109 2409 #: includes/Models/Activation.php:111 2410 #: includes/Models/Generator.php:109 2277 2411 msgid "Inactive" 2278 2412 msgstr "" … … 2390 2524 msgstr "" 2391 2525 2392 #: includes/functions.php:480 2393 #. translators: %d: order ID. 2394 msgid "Processing of order #%d is not allowed." 2395 msgstr "" 2396 2397 #: includes/functions.php:492 2398 #. translators: %d: order ID. 2399 msgid "Order #%d does not contain keyed products. Skipping processing order." 2400 msgstr "" 2401 2402 #: includes/functions.php:521 2403 #. translators: %d: order item ID. 2404 msgid "Processing order item #%d" 2405 msgstr "" 2406 2407 #: includes/functions.php:533 2408 #. translators: %d: product ID. 2409 msgid "Product #%d is not a keyed product. Skipping processing." 2410 msgstr "" 2411 2412 #: includes/functions.php:546 2413 #. translators: %d: item ID %d: delivery quantity. 2414 msgid "" 2415 "Delivery quantity for order item #%1$d was set previously. Using the saved " 2416 "delivery quantity %2$d." 2417 msgstr "" 2418 2419 #: includes/functions.php:559 2420 #. translators: %d: item ID %d: delivery quantity. 2421 msgid "" 2422 "Delivery quantity for order item #%1$d was not set. Saved delivery quantity " 2423 "as %2$d." 2424 msgstr "" 2425 2426 #: includes/functions.php:571 2427 #. translators: %d: total quantity. 2428 msgid "The item should have %d keys in total." 2429 msgstr "" 2430 2431 #: includes/functions.php:589 2432 #. translators: %d: total quantity, %d: added count. 2433 msgid "The item already has %2$d keys. Total keys needed %1$d. Skipping processing." 2434 msgstr "" 2435 2436 #: includes/functions.php:602 2437 #. translators: %d: total quantity, %d: added count. 2438 msgid "Previously added %1$d keys for the item. Need to add %2$d more keys." 2439 msgstr "" 2440 2441 #: includes/functions.php:631 2442 #. translators: %d: total quantity, %d: added count. 2443 msgid "Found %1$d available keys for the item." 2444 msgstr "" 2445 2446 #: includes/functions.php:653 2447 #. translators: %d: key ID. 2448 msgid "Key #%1$d added to the order item %2$d." 2449 msgstr "" 2450 2451 #: includes/functions.php:668 includes/functions.php:674 2452 #. translators: %1$s: product name, %2$d: total quantity, %3$d: needed count. 2453 msgid "" 2454 "Not enough keys available for product %1$s. Needed %2$d, but only %3$d " 2455 "available." 2456 msgstr "" 2457 2458 #: includes/functions.php:693 2459 #. translators: %d: order item ID. 2460 msgid "All keys added for order item #%1$d." 2461 msgstr "" 2462 2463 #: includes/functions.php:731 2464 #. translators: %d: order ID. 2465 msgid "Order #%d is not a keyed order. Skipping revoking keys." 2466 msgstr "" 2467 2468 #: includes/functions.php:762 2469 #. translators: %d: order item ID. 2470 msgid "Revoking keys for order item #%d." 2471 msgstr "" 2472 2473 #: includes/functions.php:773 2474 #. translators: %d: order item ID. 2475 msgid "No keys found for order item #%d." 2476 msgstr "" 2477 2478 #: includes/functions.php:786 2479 #. translators: %d: key ID %s: action, %d: order item ID. 2480 msgid "Key #%1$d %2$s from the order item %3$d." 2481 msgstr "" 2482 2483 #: includes/functions.php:788 2484 msgid "revoked" 2485 msgstr "" 2486 2487 #: includes/functions.php:788 2488 msgid "deleted" 2489 msgstr "" 2490 2491 #: libraries/byteever/bytekit-plugin/src/Admin/Notices.php:130 2492 msgid "Dismiss this notice" 2493 msgstr "" 2494 2495 #: libraries/byteever/bytekit-plugin/src/Traits/HasPlugin.php:223 2496 msgid "Support" 2497 msgstr "" 2498 2499 #: libraries/byteever/bytekit-plugin/src/Traits/HasPlugin.php:230 2500 msgid "Review" 2501 msgstr "" 2502 2503 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:90 2504 msgid "Settings saved." 2505 msgstr "" 2506 2507 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:254 2508 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:349 2509 msgid "Recommended" 2510 msgstr "" 2511 2512 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:255 2513 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:350 2514 msgid "Install Now" 2515 msgstr "" 2516 2517 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:318 2518 msgid "Need Help?" 2519 msgstr "" 2520 2521 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:364 2522 msgid "Join our Community" 2523 msgstr "" 2524 2525 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:368 2526 msgid "Request a Feature" 2527 msgstr "" 2528 2529 #: libraries/byteever/bytekit-settings/src/Admin/Settings.php:372 2530 msgid "Report a Bug" 2531 msgstr "" 2532 2526 #. translators: %s: Customer first name 2533 2527 #: templates/emails/customer-keys.php:26 2534 2528 #: templates/emails/plain/customer-keys.php:25 2535 # . translators: %s: Customer first name2529 #, php-format 2536 2530 msgid "Hi %s," 2537 2531 msgstr "" 2538 2532 2533 #. translators: %1$d: Order number, %2$s: Order date. 2539 2534 #: templates/emails/customer-keys.php:36 2540 2535 #: templates/emails/plain/customer-keys.php:34 2541 2536 #: templates/emails/plain/email-keys.php:27 2542 # . translators: %1$d: Order number, %2$s: Order date.2537 #, php-format 2543 2538 msgid "Here are the key(s) of your order #%1$d placed on %2$s:" 2544 2539 msgstr "" … … 2550 2545 msgstr "" 2551 2546 2552 #: templates/emails/email-keys.php:116 templates/order/keys.php:106 2553 msgid "" 2554 "Your keys will be dispatched shortly. The delivery timeframe ranges from a " 2555 "few minutes to a maximum of 24 hours, depending on payment processing and " 2556 "our internal procedures. Your understanding and patience are highly valued." 2547 #: templates/emails/email-keys.php:116 2548 #: templates/order/keys.php:106 2549 msgid "Your keys will be dispatched shortly. The delivery timeframe ranges from a few minutes to a maximum of 24 hours, depending on payment processing and our internal procedures. Your understanding and patience are highly valued." 2557 2550 msgstr "" 2558 2551 … … 2569 2562 msgstr "" 2570 2563 2564 #. translators: 1: order number 2: order date 3: order status 2571 2565 #: templates/key/view.php:56 2572 # . translators: 1: order number 2: order date 3: order status2566 #, php-format 2573 2567 msgid "The key was purchased on %1$s and the order ID is: %3$s." 2574 2568 msgstr "" … … 2581 2575 msgid "No key has been purchased yet." 2582 2576 msgstr "" 2583 2584 #. Author URI of the plugin/theme2585 msgid "https://wckeymanager.com/"2586 msgstr ""2587 2588 #. Description of the plugin/theme2589 msgid ""2590 "Key Manager is a WooCommerce plugin for selling and managing license keys, "2591 "game keys, pin codes, gift cards, serial numbers, and other items."2592 msgstr ""2593 2594 #. Author of the plugin/theme2595 msgid "PluginEver"2596 msgstr ""2597 2598 #: includes/Admin/ListTables/GeneratorsTable.php:3172599 #: includes/Models/Key.php:5172600 #. translators: %d: number of days.2601 msgctxt "valid for days"2602 msgid "%d day <small>After Purchase</small>"2603 msgid_plural "%d days <small>After Purchase</small>"2604 msgstr[0] ""2605 msgstr[1] "" -
wc-key-manager/trunk/readme.txt
r3416401 r3434313 3 3 Tags: key, license, key manager, software license, gift cards 4 4 Tested up to: 6.9 5 Stable tag: 1.3. 25 Stable tag: 1.3.3 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 17 17 [**🚀 Upgrade to Pro**](https://wckeymanager.com) | [**💻 Live Demo Site**](https://demo.pluginever.com/wc-key-manager) | [**📄 Plugin Documentation**](https://wckeymanager.com/docs) 18 18 19 === 💵 WHAT YOU CAN SELL USING WCKEY MANAGER: ===19 === 💵 WHAT YOU CAN SELL USING KEY MANAGER: === 20 20 21 21 * Software licenses, WordPress themes/plugins … … 24 24 * Online courses, eBooks, coaching sessions 25 25 * Any physical or digital product that requires a license or secret key 26 * API keys for SaaS products 27 * Custom PIN codes for promotions or giveaways 26 28 * And many more. 27 29 … … 163 165 164 166 == Changelog == 167 = 1.3.3 (2026-01-07) = 168 * Fix: Resolved several minor bugs to improve overall stability and reliability. 169 165 170 = 1.3.2 (2025-12-10) = 166 171 * Fix: Licensing API issue fixed for activating the keys passing customer email. -
wc-key-manager/trunk/vendor/autoload.php
r3313723 r3434313 20 20 require_once __DIR__ . '/composer/autoload_real.php'; 21 21 22 return ComposerAutoloaderInit 2d6000c5bce5c343b5bd4f0a773051fe::getLoader();22 return ComposerAutoloaderInit193219805f2466c4e4f1e275621faeb1::getLoader(); -
wc-key-manager/trunk/vendor/composer/autoload_classmap.php
r3313723 r3434313 8 8 return array( 9 9 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 10 'KeyManager\\API\\Activations' => $baseDir . '/includes/API/Activations.php',11 'KeyManager\\API\\Controller' => $baseDir . '/includes/API/Controller.php',12 'KeyManager\\API\\Keys' => $baseDir . '/includes/API/Keys.php',13 'KeyManager\\Admin\\Admin' => $baseDir . '/includes/Admin/Admin.php',14 'KeyManager\\Admin\\ListTables\\ActivationsTable' => $baseDir . '/includes/Admin/ListTables/ActivationsTable.php',15 'KeyManager\\Admin\\ListTables\\GeneratorsTable' => $baseDir . '/includes/Admin/ListTables/GeneratorsTable.php',16 'KeyManager\\Admin\\ListTables\\KeysTable' => $baseDir . '/includes/Admin/ListTables/KeysTable.php',17 'KeyManager\\Admin\\ListTables\\ListTable' => $baseDir . '/includes/Admin/ListTables/ListTable.php',18 'KeyManager\\Admin\\Menus' => $baseDir . '/includes/Admin/Menus.php',19 'KeyManager\\Admin\\Notices' => $baseDir . '/includes/Admin/Notices.php',20 'KeyManager\\Admin\\Orders' => $baseDir . '/includes/Admin/Orders.php',21 'KeyManager\\Admin\\Products' => $baseDir . '/includes/Admin/Products.php',22 'KeyManager\\Admin\\Requests' => $baseDir . '/includes/Admin/Requests.php',23 'KeyManager\\Admin\\Settings' => $baseDir . '/includes/Admin/Settings.php',24 'KeyManager\\Admin\\Utilities' => $baseDir . '/includes/Admin/Utilities.php',25 'KeyManager\\Emails\\CustomerKeys' => $baseDir . '/includes/Emails/CustomerKeys.php',26 'KeyManager\\Handlers\\Account' => $baseDir . '/includes/Handlers/Account.php',27 'KeyManager\\Handlers\\Emails' => $baseDir . '/includes/Handlers/Emails.php',28 'KeyManager\\Handlers\\Keys' => $baseDir . '/includes/Handlers/Keys.php',29 'KeyManager\\Handlers\\Misc' => $baseDir . '/includes/Handlers/Misc.php',30 'KeyManager\\Handlers\\Orders' => $baseDir . '/includes/Handlers/Orders.php',31 'KeyManager\\Handlers\\Shortcodes' => $baseDir . '/includes/Handlers/Shortcodes.php',32 'KeyManager\\Handlers\\SoftwareAPI' => $baseDir . '/includes/Handlers/SoftwareAPI.php',33 'KeyManager\\Handlers\\Stocks' => $baseDir . '/includes/Handlers/Stocks.php',34 'KeyManager\\Installer' => $baseDir . '/includes/Installer.php',35 'KeyManager\\Models\\Activation' => $baseDir . '/includes/Models/Activation.php',36 'KeyManager\\Models\\Generator' => $baseDir . '/includes/Models/Generator.php',37 'KeyManager\\Models\\Key' => $baseDir . '/includes/Models/Key.php',38 'KeyManager\\Models\\Model' => $baseDir . '/includes/Models/Model.php',39 'KeyManager\\Plugin' => $baseDir . '/includes/Plugin.php',40 10 ); -
wc-key-manager/trunk/vendor/composer/autoload_psr4.php
r3313723 r3434313 7 7 8 8 return array( 9 'KeyManager\\ByteKit\\Models\\' => array($vendorDir . '/byteever/bytekit-models/src'), 10 'KeyManager\\ByteKit\\' => array($vendorDir . '/byteever/bytekit-settings/src', $vendorDir . '/byteever/bytekit-plugin/src'), 9 11 'KeyManager\\' => array($baseDir . '/includes'), 10 12 ); -
wc-key-manager/trunk/vendor/composer/autoload_real.php
r3313723 r3434313 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 2d6000c5bce5c343b5bd4f0a773051fe5 class ComposerAutoloaderInit193219805f2466c4e4f1e275621faeb1 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 2d6000c5bce5c343b5bd4f0a773051fe', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit193219805f2466c4e4f1e275621faeb1', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 2d6000c5bce5c343b5bd4f0a773051fe', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit193219805f2466c4e4f1e275621faeb1', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 2d6000c5bce5c343b5bd4f0a773051fe::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit193219805f2466c4e4f1e275621faeb1::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
wc-key-manager/trunk/vendor/composer/autoload_static.php
r3401574 r3434313 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 2d6000c5bce5c343b5bd4f0a773051fe7 class ComposerStaticInit193219805f2466c4e4f1e275621faeb1 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( 10 10 'K' => 11 11 array ( 12 'KeyManager\\ByteKit\\Models\\' => 26, 13 'KeyManager\\ByteKit\\' => 19, 12 14 'KeyManager\\' => 11, 13 15 ), … … 15 17 16 18 public static $prefixDirsPsr4 = array ( 19 'KeyManager\\ByteKit\\Models\\' => 20 array ( 21 0 => __DIR__ . '/..' . '/byteever/bytekit-models/src', 22 ), 23 'KeyManager\\ByteKit\\' => 24 array ( 25 0 => __DIR__ . '/..' . '/byteever/bytekit-settings/src', 26 1 => __DIR__ . '/..' . '/byteever/bytekit-plugin/src', 27 ), 17 28 'KeyManager\\' => 18 29 array ( … … 23 34 public static $classMap = array ( 24 35 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 25 'KeyManager\\API\\Activations' => __DIR__ . '/../..' . '/includes/API/Activations.php',26 'KeyManager\\API\\Controller' => __DIR__ . '/../..' . '/includes/API/Controller.php',27 'KeyManager\\API\\Keys' => __DIR__ . '/../..' . '/includes/API/Keys.php',28 'KeyManager\\Admin\\Admin' => __DIR__ . '/../..' . '/includes/Admin/Admin.php',29 'KeyManager\\Admin\\ListTables\\ActivationsTable' => __DIR__ . '/../..' . '/includes/Admin/ListTables/ActivationsTable.php',30 'KeyManager\\Admin\\ListTables\\GeneratorsTable' => __DIR__ . '/../..' . '/includes/Admin/ListTables/GeneratorsTable.php',31 'KeyManager\\Admin\\ListTables\\KeysTable' => __DIR__ . '/../..' . '/includes/Admin/ListTables/KeysTable.php',32 'KeyManager\\Admin\\ListTables\\ListTable' => __DIR__ . '/../..' . '/includes/Admin/ListTables/ListTable.php',33 'KeyManager\\Admin\\Menus' => __DIR__ . '/../..' . '/includes/Admin/Menus.php',34 'KeyManager\\Admin\\Notices' => __DIR__ . '/../..' . '/includes/Admin/Notices.php',35 'KeyManager\\Admin\\Orders' => __DIR__ . '/../..' . '/includes/Admin/Orders.php',36 'KeyManager\\Admin\\Products' => __DIR__ . '/../..' . '/includes/Admin/Products.php',37 'KeyManager\\Admin\\Requests' => __DIR__ . '/../..' . '/includes/Admin/Requests.php',38 'KeyManager\\Admin\\Settings' => __DIR__ . '/../..' . '/includes/Admin/Settings.php',39 'KeyManager\\Admin\\Utilities' => __DIR__ . '/../..' . '/includes/Admin/Utilities.php',40 'KeyManager\\Emails\\CustomerKeys' => __DIR__ . '/../..' . '/includes/Emails/CustomerKeys.php',41 'KeyManager\\Handlers\\Account' => __DIR__ . '/../..' . '/includes/Handlers/Account.php',42 'KeyManager\\Handlers\\Emails' => __DIR__ . '/../..' . '/includes/Handlers/Emails.php',43 'KeyManager\\Handlers\\Keys' => __DIR__ . '/../..' . '/includes/Handlers/Keys.php',44 'KeyManager\\Handlers\\Misc' => __DIR__ . '/../..' . '/includes/Handlers/Misc.php',45 'KeyManager\\Handlers\\Orders' => __DIR__ . '/../..' . '/includes/Handlers/Orders.php',46 'KeyManager\\Handlers\\Shortcodes' => __DIR__ . '/../..' . '/includes/Handlers/Shortcodes.php',47 'KeyManager\\Handlers\\SoftwareAPI' => __DIR__ . '/../..' . '/includes/Handlers/SoftwareAPI.php',48 'KeyManager\\Handlers\\Stocks' => __DIR__ . '/../..' . '/includes/Handlers/Stocks.php',49 'KeyManager\\Installer' => __DIR__ . '/../..' . '/includes/Installer.php',50 'KeyManager\\Models\\Activation' => __DIR__ . '/../..' . '/includes/Models/Activation.php',51 'KeyManager\\Models\\Generator' => __DIR__ . '/../..' . '/includes/Models/Generator.php',52 'KeyManager\\Models\\Key' => __DIR__ . '/../..' . '/includes/Models/Key.php',53 'KeyManager\\Models\\Model' => __DIR__ . '/../..' . '/includes/Models/Model.php',54 'KeyManager\\Plugin' => __DIR__ . '/../..' . '/includes/Plugin.php',55 36 ); 56 37 … … 58 39 { 59 40 return \Closure::bind(function () use ($loader) { 60 $loader->prefixLengthsPsr4 = ComposerStaticInit 2d6000c5bce5c343b5bd4f0a773051fe::$prefixLengthsPsr4;61 $loader->prefixDirsPsr4 = ComposerStaticInit 2d6000c5bce5c343b5bd4f0a773051fe::$prefixDirsPsr4;62 $loader->classMap = ComposerStaticInit 2d6000c5bce5c343b5bd4f0a773051fe::$classMap;41 $loader->prefixLengthsPsr4 = ComposerStaticInit193219805f2466c4e4f1e275621faeb1::$prefixLengthsPsr4; 42 $loader->prefixDirsPsr4 = ComposerStaticInit193219805f2466c4e4f1e275621faeb1::$prefixDirsPsr4; 43 $loader->classMap = ComposerStaticInit193219805f2466c4e4f1e275621faeb1::$classMap; 63 44 64 45 }, null, ClassLoader::class); -
wc-key-manager/trunk/vendor/composer/installed.json
r3295621 r3434313 3 3 { 4 4 "name": "byteever/bytekit-models", 5 "version": " v1.0.5",6 "version_normalized": " 1.0.5.0",5 "version": "dev-trunk", 6 "version_normalized": "dev-trunk", 7 7 "source": { 8 8 "type": "git", 9 9 "url": "git@github.com:byteever/bytekit-models.git", 10 "reference": " c110db24b1598c84ba02d75198390dbb997b9569"10 "reference": "0871f67245b5ac8ec3cb6006fc34623ada5453c8" 11 11 }, 12 12 "dist": { 13 13 "type": "zip", 14 "url": "https://api.github.com/repos/byteever/bytekit-models/zipball/ c110db24b1598c84ba02d75198390dbb997b9569",15 "reference": " c110db24b1598c84ba02d75198390dbb997b9569",14 "url": "https://api.github.com/repos/byteever/bytekit-models/zipball/0871f67245b5ac8ec3cb6006fc34623ada5453c8", 15 "reference": "0871f67245b5ac8ec3cb6006fc34623ada5453c8", 16 16 "shasum": "" 17 17 }, … … 19 19 "php": ">=7.4" 20 20 }, 21 "require-dev": { 22 "byteever/byteever-sniffs": "dev-master", 23 "codeception/module-asserts": "^1.0", 24 "codeception/module-cli": "^1.0", 25 "codeception/module-db": "^1.0", 26 "codeception/module-filesystem": "^1.0", 27 "codeception/module-phpbrowser": "^1.0", 28 "codeception/module-rest": "^2.0", 29 "codeception/module-webdriver": "^1.0", 30 "codeception/util-universalframework": "^1.0", 31 "lucatume/wp-browser": "<3.5" 32 }, 33 "time": "2025-05-13T04:00:03+00:00", 21 "time": "2025-12-15T10:20:40+00:00", 34 22 "type": "library", 35 23 "installation-source": "dist", 36 24 "autoload": { 37 25 "psr-4": { 38 " ByteKit\\Models\\": "src/"26 "KeyManager\\ByteKit\\Models\\": "src/" 39 27 } 40 },41 "autoload-dev": {42 "psr-4": []43 },44 "scripts": {45 "phpcs": [46 "@php ./vendor/bin/phpcs --standard=phpcs.xml -s -v"47 ],48 "phpcbf": [49 "@php ./vendor/bin/phpcbf --standard=phpcs.xml -v"50 ],51 "test:setup": [52 "bash bin/install-test-env.sh"53 ],54 "test:build": [55 "vendor/bin/codecept build"56 ],57 "test:wpunit": [58 "vendor/bin/codecept run wpunit --"59 ],60 "test:functional": [61 "vendor/bin/codecept run functional --"62 ],63 "test:acceptance": [64 "vendor/bin/codecept run acceptance --"65 ],66 "test:gen:wpunit": [67 "vendor/bin/codecept generate:wpunit wpunit"68 ],69 "test:gen:functional": [70 "vendor/bin/codecept generate:wpunit functional"71 ],72 "test:gen:acceptance": [73 "vendor/bin/codecept generate:acceptance acceptance"74 ],75 "test": [76 "vendor/bin/codecept run wpunit"77 ]78 28 }, 79 29 "license": [ 80 30 "GPL-3.0-or-later" 81 31 ], 82 "authors": [83 {84 "name": "Sultan Nasir Uddin",85 "email": "manikdrmc@gmail.com"86 }87 ],88 "description": "A package to manage models in WordPress.",89 32 "support": { 90 "source": "https://github.com/byteever/bytekit-models/tree/ v1.0.5",33 "source": "https://github.com/byteever/bytekit-models/tree/trunk", 91 34 "issues": "https://github.com/byteever/bytekit-models/issues" 92 35 }, 36 "abandoned": true, 93 37 "install-path": "../byteever/bytekit-models" 94 38 }, 95 39 { 96 40 "name": "byteever/bytekit-plugin", 97 "version": " v1.0.2",98 "version_normalized": " 1.0.2.0",41 "version": "dev-trunk", 42 "version_normalized": "dev-trunk", 99 43 "source": { 100 44 "type": "git", 101 45 "url": "git@github.com:byteever/bytekit-plugin.git", 102 "reference": " 794ec9834ecac6cead6b1064a605ff930864950b"46 "reference": "43692c253b4d83879f5302dc6feff5eb2448428d" 103 47 }, 104 48 "dist": { 105 49 "type": "zip", 106 "url": "https://api.github.com/repos/byteever/bytekit-plugin/zipball/ 794ec9834ecac6cead6b1064a605ff930864950b",107 "reference": " 794ec9834ecac6cead6b1064a605ff930864950b",50 "url": "https://api.github.com/repos/byteever/bytekit-plugin/zipball/43692c253b4d83879f5302dc6feff5eb2448428d", 51 "reference": "43692c253b4d83879f5302dc6feff5eb2448428d", 108 52 "shasum": "" 109 53 }, … … 111 55 "php": ">=7.4" 112 56 }, 113 "require-dev": { 114 "byteever/byteever-sniffs": "dev-master", 115 "codeception/module-asserts": "^1.0", 116 "codeception/module-cli": "^1.0", 117 "codeception/module-db": "^1.0", 118 "codeception/module-filesystem": "^1.0", 119 "codeception/module-phpbrowser": "^1.0", 120 "codeception/module-rest": "^2.0", 121 "codeception/module-webdriver": "^1.0", 122 "codeception/util-universalframework": "^1.0", 123 "lucatume/wp-browser": "<3.5" 124 }, 125 "time": "2025-02-27T09:59:41+00:00", 57 "time": "2025-12-11T10:51:47+00:00", 126 58 "type": "library", 127 59 "installation-source": "dist", 128 60 "autoload": { 129 61 "psr-4": { 130 " ByteKit\\": "src/"62 "KeyManager\\ByteKit\\": "src/" 131 63 } 132 },133 "scripts": {134 "phpcs": [135 "@php ./vendor/bin/phpcs --standard=phpcs.xml -s -v"136 ],137 "phpcbf": [138 "@php ./vendor/bin/phpcbf --standard=phpcs.xml -v"139 ],140 "test:setup": [141 "bash bin/install-test-env.sh"142 ],143 "test:build": [144 "vendor/bin/codecept build"145 ],146 "test:wpunit": [147 "vendor/bin/codecept run wpunit --"148 ],149 "test:functional": [150 "vendor/bin/codecept run functional --"151 ],152 "test:acceptance": [153 "vendor/bin/codecept run acceptance --"154 ],155 "test:gen:wpunit": [156 "vendor/bin/codecept generate:wpunit wpunit"157 ],158 "test:gen:functional": [159 "vendor/bin/codecept generate:wpunit functional"160 ],161 "test:gen:acceptance": [162 "vendor/bin/codecept generate:acceptance acceptance"163 ],164 "test": [165 "vendor/bin/codecept run --"166 ]167 64 }, 168 65 "license": [ 169 66 "GPL-3.0-or-later" 170 67 ], 171 "authors": [172 {173 "name": "Sultan Nasir Uddin",174 "email": "manikdrmc@gmail.com"175 }176 ],177 "description": "A set of related classes to kick start WordPress plugin development.",178 68 "support": { 179 "source": "https://github.com/byteever/bytekit-plugin/tree/ v1.0.2",69 "source": "https://github.com/byteever/bytekit-plugin/tree/trunk", 180 70 "issues": "https://github.com/byteever/bytekit-plugin/issues" 181 71 }, 72 "abandoned": true, 182 73 "install-path": "../byteever/bytekit-plugin" 183 74 }, 184 75 { 185 76 "name": "byteever/bytekit-settings", 186 "version": " v1.0.2",187 "version_normalized": " 1.0.2.0",77 "version": "dev-trunk", 78 "version_normalized": "dev-trunk", 188 79 "source": { 189 80 "type": "git", 190 81 "url": "git@github.com:byteever/bytekit-settings.git", 191 "reference": " 6fed19fd393c2037b967d5507d26cb98a1474bbd"82 "reference": "49c9d9488c0130356059b3d086e6d8487ca434ef" 192 83 }, 193 84 "dist": { 194 85 "type": "zip", 195 "url": "https://api.github.com/repos/byteever/bytekit-settings/zipball/ 6fed19fd393c2037b967d5507d26cb98a1474bbd",196 "reference": " 6fed19fd393c2037b967d5507d26cb98a1474bbd",86 "url": "https://api.github.com/repos/byteever/bytekit-settings/zipball/49c9d9488c0130356059b3d086e6d8487ca434ef", 87 "reference": "49c9d9488c0130356059b3d086e6d8487ca434ef", 197 88 "shasum": "" 198 89 }, … … 200 91 "php": ">=7.4" 201 92 }, 202 "require-dev": { 203 "byteever/byteever-sniffs": "dev-master" 204 }, 205 "time": "2024-11-26T04:26:23+00:00", 93 "time": "2025-12-11T09:07:47+00:00", 206 94 "type": "library", 207 95 "installation-source": "dist", 208 96 "autoload": { 209 97 "psr-4": { 210 " ByteKit\\": "src/"98 "KeyManager\\ByteKit\\": "src/" 211 99 } 212 },213 "scripts": {214 "phpcs": [215 "@php ./vendor/bin/phpcs --standard=phpcs.xml -s -v"216 ],217 "phpcbf": [218 "@php ./vendor/bin/phpcbf --standard=phpcs.xml -v"219 ]220 100 }, 221 101 "license": [ 222 102 "GPL-3.0-or-later" 223 103 ], 224 "authors": [225 {226 "name": "Sultan Nasir Uddin",227 "email": "manikdrmc@gmail.com"228 }229 ],230 104 "support": { 231 "source": "https://github.com/byteever/bytekit-settings/tree/ v1.0.2",105 "source": "https://github.com/byteever/bytekit-settings/tree/trunk", 232 106 "issues": "https://github.com/byteever/bytekit-settings/issues" 233 107 }, 108 "abandoned": true, 234 109 "install-path": "../byteever/bytekit-settings" 235 110 } -
wc-key-manager/trunk/vendor/composer/installed.php
r3416401 r3434313 2 2 'root' => array( 3 3 'name' => 'pluginever/wc-key-manager', 4 'pretty_version' => ' v1.3.2',5 'version' => ' 1.3.2.0',6 'reference' => ' 821f584e0e5ef005ccb13d0af412060215fc8bf3',4 'pretty_version' => 'dev-master', 5 'version' => 'dev-master', 6 'reference' => '1e8260e713a59f43d09591f181c1396fbd0b5563', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'byteever/bytekit-models' => array( 14 'pretty_version' => ' v1.0.5',15 'version' => ' 1.0.5.0',16 'reference' => ' c110db24b1598c84ba02d75198390dbb997b9569',14 'pretty_version' => 'dev-trunk', 15 'version' => 'dev-trunk', 16 'reference' => '0871f67245b5ac8ec3cb6006fc34623ada5453c8', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../byteever/bytekit-models', … … 21 21 ), 22 22 'byteever/bytekit-plugin' => array( 23 'pretty_version' => ' v1.0.2',24 'version' => ' 1.0.2.0',25 'reference' => ' 794ec9834ecac6cead6b1064a605ff930864950b',23 'pretty_version' => 'dev-trunk', 24 'version' => 'dev-trunk', 25 'reference' => '43692c253b4d83879f5302dc6feff5eb2448428d', 26 26 'type' => 'library', 27 27 'install_path' => __DIR__ . '/../byteever/bytekit-plugin', … … 30 30 ), 31 31 'byteever/bytekit-settings' => array( 32 'pretty_version' => ' v1.0.2',33 'version' => ' 1.0.2.0',34 'reference' => ' 6fed19fd393c2037b967d5507d26cb98a1474bbd',32 'pretty_version' => 'dev-trunk', 33 'version' => 'dev-trunk', 34 'reference' => '49c9d9488c0130356059b3d086e6d8487ca434ef', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../byteever/bytekit-settings', … … 39 39 ), 40 40 'pluginever/wc-key-manager' => array( 41 'pretty_version' => ' v1.3.2',42 'version' => ' 1.3.2.0',43 'reference' => ' 821f584e0e5ef005ccb13d0af412060215fc8bf3',41 'pretty_version' => 'dev-master', 42 'version' => 'dev-master', 43 'reference' => '1e8260e713a59f43d09591f181c1396fbd0b5563', 44 44 'type' => 'wordpress-plugin', 45 45 'install_path' => __DIR__ . '/../../', -
wc-key-manager/trunk/wc-key-manager.php
r3416401 r3434313 4 4 * Plugin URI: https://wckeymanager.com/ 5 5 * Description: Key Manager is a WooCommerce plugin for selling and managing license keys, game keys, pin codes, gift cards, serial numbers, and other items. 6 * Version: 1.3. 26 * Version: 1.3.3 7 7 * Requires at least: 5.2 8 * Tested up to: 6.9 8 9 * Requires PHP: 7.4 9 10 * Author: PluginEver 10 11 * Author URI: https://wckeymanager.com/ 12 * License: GPL v2 or later 13 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 14 * Text Domain: wc-key-manager 12 * Domain Path: /languages/ 13 * License: GPL-2.0-or-later 14 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 15 * Tested up to: 6.9 15 * Domain Path: /languages 16 16 * WC requires at least: 3.0.0 17 * WC tested up to: 10. 317 * WC tested up to: 10.4 18 18 * Requires Plugins: woocommerce 19 19 * 20 * @ package KeyManager20 * @link https://wckeymanager.com 21 21 * 22 22 * This program is free software; you can redistribute it and/or modify 23 23 * it under the terms of the GNU General Public License as published by 24 * the Free Software Foundation; either version 3 of the Licenseor24 * the Free Software Foundation; either version 2 of the License, or 25 25 * (at your option) any later version. 26 26 * 27 27 * This program is distributed in the hope that it will be useful, 28 28 * but WITHOUT ANY WARRANTY; without even the implied warranty of 29 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the29 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 30 30 * GNU General Public License for more details. 31 * 32 * You should have received a copy of the GNU General Public License 33 * along with this program; if not, write to the Free Software 34 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 35 * @author Sultan Nasir Uddin <manikdrmc@gmail.com> 36 * @copyright 2026 ByteEver 37 * @license GPL-2.0+ 38 * @package KeyManager 31 39 */ 32 40 33 // Don't call the file directly. 34 defined( 'ABSPATH' ) || exit(); 41 defined( 'ABSPATH' ) || exit; 35 42 36 // Require the autoloader.43 // Autoloader. 37 44 require_once __DIR__ . '/vendor/autoload.php'; 38 require_once __DIR__ . '/libraries/autoload.php';39 45 40 46 // Instantiate the plugin.
Note: See TracChangeset
for help on using the changeset viewer.