Changeset 3386102
- Timestamp:
- 10/28/2025 09:25:17 PM (5 months ago)
- Location:
- ignitiondeck/trunk
- Files:
-
- 4 edited
-
idf-admin.php (modified) (3 diffs)
-
idf.php (modified) (4 diffs)
-
languages_default/idf.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ignitiondeck/trunk/idf-admin.php
r3285075 r3386102 381 381 [ 382 382 'recaptcha' => IDF_PATH . '/classes/modules/recaptcha/templates/admin/recaptcha-settings.php', 383 'stripe_express_settings' => IDC_PATH . '/templates/admin/stripe-express-settings.php', 383 384 ] 384 385 ); … … 389 390 [ 390 391 'recaptcha' => 'submit_id_recaptcha_settings', 392 'stripe_express_settings' => 'stripe_express_settings_submit', 391 393 ] 392 394 ); … … 786 788 'enable_stripe', 787 789 'enable_stripe_checkout', 790 'enable_stripe_express', 788 791 'enable_authorize', 789 792 'enable_first_data', -
ignitiondeck/trunk/idf.php
r3358845 r3386102 4 4 URI: https://IgnitionDeck.com 5 5 Description: A crowdfunding and ecommerce plugin for WordPress that helps you crowdfund, pre-order, and sell goods online. 6 Version: 2.0.1 06 Version: 2.0.11 7 7 Author: IgnitionDeck 8 8 Author URI: https://IgnitionDeck.com … … 14 14 require_once 'idf-globals.php'; 15 15 global $active_plugins, $idf_current_version; 16 $idf_current_version = '2.0.1 0';16 $idf_current_version = '2.0.11'; 17 17 require_once 'idf-update.php'; 18 18 require_once 'classes/class-idf_requirements.php'; … … 85 85 $version_array = array( 86 86 'ignitiondeck-crowdfunding/ignitiondeck.php' => '3.0.3', 87 'idcommerce/idcommerce.php' => '2. 2.0',87 'idcommerce/idcommerce.php' => '2.3.0', 88 88 ); 89 89 set_transient( 'idf_plugin_versions', $version_array ); … … 374 374 'source' => 'https://files.ignitiondeck.com/idc_latest.zip', 375 375 'required' => true, 376 'version' => '2. 2.0',376 'version' => '2.3.0', 377 377 'force_activation' => false, 378 378 'force_deactivation' => false, -
ignitiondeck/trunk/languages_default/idf.pot
r3313491 r3386102 1 #, fuzzy 1 # Copyright (C) 2025 IgnitionDeck 2 # This file is distributed under the GPL2. 2 3 msgid "" 3 4 msgstr "" 4 "Project-Id-Version: IgnitionDeck Framework\n" 5 "POT-Creation-Date: 2025-06-11 19:52-0800\n" 6 "PO-Revision-Date: 2016-10-05 20:02-0400\n" 7 "Last-Translator: Ignition WP LLC <support@ignitionwp.com>\n" 8 "Language-Team: Ignition WP LLC <support@ignitionwp.com>\n" 9 "Language: en_US\n" 5 "Project-Id-Version: IgnitionDeck 2.0.11\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ignitiondeck\n" 7 "Last-Translator: IgnitionWP <support@ignitiondeck.com>\n" 8 "Language-Team: en_US\n" 10 9 "MIME-Version: 1.0\n" 11 10 "Content-Type: text/plain; charset=UTF-8\n" 12 11 "Content-Transfer-Encoding: 8bit\n" 13 "X-Generator: Poedit 2.4.1\n" 14 "X-Poedit-Basepath: .\n" 15 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 16 "X-Poedit-KeywordsList: _e;__;_n\n" 17 "X-Poedit-SearchPath-0: ../.\n" 18 19 #: .././classes/class-id_modules.php:62 12 "POT-Creation-Date: 2025-09-08T19:53:33+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: idf\n" 16 17 #. Plugin Name of the plugin 18 #. Author of the plugin 19 #: idf.php 20 #: idf-admin.php:114 21 msgid "IgnitionDeck" 22 msgstr "" 23 24 #. Description of the plugin 25 #: idf.php 26 msgid "A crowdfunding and ecommerce plugin for WordPress that helps you crowdfund, pre-order, and sell goods online." 27 msgstr "" 28 29 #. Author URI of the plugin 30 #: idf.php 31 msgid "https://www.ignitiondeck.com" 32 msgstr "" 33 34 #: classes/class-idf-wizard.php:86 35 msgid "View IgnitionDeck documentation" 36 msgstr "" 37 38 #: classes/class-idf-wizard.php:86 39 msgid "Documentation Site" 40 msgstr "" 41 42 #: classes/class-idf-wizard.php:87 43 msgid "View Getting Started" 44 msgstr "" 45 46 #: classes/class-idf-wizard.php:87 47 msgid "Getting Started" 48 msgstr "" 49 50 #: classes/class-idf-wizard.php:88 51 msgid "Which Edition Is Right For Me?" 52 msgstr "" 53 54 #: classes/class-idf-wizard.php:89 55 msgid "Customization Services" 56 msgstr "" 57 58 #: classes/class-idf_requirements.php:32 59 msgid "Your PHP version" 60 msgstr "" 61 62 #: classes/class-idf_requirements.php:32 63 msgid "meets" 64 msgstr "" 65 66 #: classes/class-idf_requirements.php:32 67 msgid "does not meet" 68 msgstr "" 69 70 #: classes/class-idf_requirements.php:32 71 msgid "the minimum requirement of PHP version" 72 msgstr "" 73 74 #: classes/class-idf_requirements.php:50 75 msgid "Missing extension" 76 msgstr "" 77 78 #: classes/class-idf_requirements.php:53 79 msgid "Required extension" 80 msgstr "" 81 82 #: classes/class-idf_requirements.php:53 83 msgid "is installed" 84 msgstr "" 85 86 #: classes/class-id_modules.php:106 20 87 msgid "(DEV_MODE)" 21 88 msgstr "" 22 89 23 #: .././classes/class-idf_requirements.php:21 24 msgid "Your PHP version" 25 msgstr "" 26 27 #: .././classes/class-idf_requirements.php:21 28 msgid "meets" 29 msgstr "" 30 31 #: .././classes/class-idf_requirements.php:21 32 msgid "does not meet" 33 msgstr "" 34 35 #: .././classes/class-idf_requirements.php:21 36 msgid "the minimum requirement of PHP version" 37 msgstr "" 38 39 #: .././classes/class-idf_requirements.php:32 40 msgid "Missing extension" 41 msgstr "" 42 43 #: .././classes/class-idf_requirements.php:35 44 msgid "Required extension" 45 msgstr "" 46 47 #: .././classes/class-idf_requirements.php:35 48 msgid "is installed" 49 msgstr "" 50 51 #: .././classes/modules/helix/helix-admin.php:6 90 #: classes/modules/helix/helix-admin.php:6 52 91 msgid "Helix" 53 92 msgstr "" 54 93 55 #: .././classes/modules/helix/helix-idcf.php:71 94 #: classes/modules/helix/helix-idcf.php:71 95 #: classes/modules/helix/templates/_helixCrowdfundingMenu.php:8 56 96 msgid "Create Project" 57 97 msgstr "" 58 98 59 #: .././classes/modules/helix/helix-menu.php:699 #: classes/modules/helix/helix-menu.php:6 60 100 msgid "Helix Primary Menu" 61 101 msgstr "" 62 102 63 #: .././classes/modules/helix/inc/helix-idc.php:42 64 msgid "Credits" 65 msgstr "" 66 67 #: .././classes/modules/helix/inc/templates/_helixWCMenu.php:2 68 msgid "Cart" 69 msgstr "" 70 71 #: .././classes/modules/helix/templates/_helixCommerceMenu.php:2 72 #: .././idf-admin.php:19 .././idf-admin.php:25 103 #: classes/modules/helix/templates/_helixCommerceMenu.php:2 73 104 msgid "Dashboard" 74 105 msgstr "" 75 106 76 #: .././classes/modules/helix/templates/_helixCommerceMenu.php:3107 #: classes/modules/helix/templates/_helixCommerceMenu.php:3 77 108 msgid "Account" 78 109 msgstr "" 79 110 80 #: .././classes/modules/helix/templates/_helixCommerceMenu.php:4111 #: classes/modules/helix/templates/_helixCommerceMenu.php:4 81 112 msgid "Order History" 82 113 msgstr "" 83 114 84 #: .././classes/modules/helix/templates/_helixCrowdfundingMenu.php:2115 #: classes/modules/helix/templates/_helixCrowdfundingMenu.php:2 85 116 msgid "Backer Profile" 86 117 msgstr "" 87 118 88 #: .././classes/modules/helix/templates/_helixCrowdfundingMenu.php:4119 #: classes/modules/helix/templates/_helixCrowdfundingMenu.php:4 89 120 msgid "Creator Profile" 90 121 msgstr "" 91 122 92 #: .././classes/modules/helix/templates/_helixCrowdfundingMenu.php:6123 #: classes/modules/helix/templates/_helixCrowdfundingMenu.php:6 93 124 msgid "Creator Settings" 94 125 msgstr "" 95 126 96 #: .././classes/modules/helix/templates/_helixMenuItems.php:2 127 #: classes/modules/helix/templates/_helixCrowdfundingMenu.php:8 128 msgid "My Projects" 129 msgstr "" 130 131 #: classes/modules/helix/templates/_helixMenuItems.php:2 97 132 msgid "Logout" 98 133 msgstr "" 99 134 100 #: .././classes/modules/helix/templates/_helixPopout.php:2 101 msgid "People are on the Helix waiting list. " 102 msgstr "" 103 104 #: .././classes/modules/helix/templates/_primaryMenu.php:44 135 #: classes/modules/helix/templates/_helixPopout.php:5 136 msgid "Sign up" 137 msgstr "" 138 139 #: classes/modules/helix/templates/_helixPopout.php:5 140 msgid "Login" 141 msgstr "" 142 143 #. translators: %s: "Sign up" or "Login" depending on user status 144 #: classes/modules/helix/templates/_helixPopout.php:8 145 #, php-format 146 msgid "People are on the Helix waiting list. %s to reserve your spot!" 147 msgstr "" 148 149 #: classes/modules/helix/templates/_primaryMenu.php:47 105 150 msgid "Create Account" 106 151 msgstr "" 107 152 108 #: .././classes/modules/helix/templates/_primaryMenu.php:45 109 msgid "What is this?" 110 msgstr "" 111 112 #: .././classes/modules/helix/templates/_primaryMenu.php:71 113 #: .././classes/modules/helix/templates/_primaryMenu.php:75 153 #: classes/modules/helix/templates/_primaryMenu.php:72 154 #: classes/modules/helix/templates/_primaryMenu.php:76 114 155 msgid "Incorrect username or password" 115 156 msgstr "" 116 157 117 #: .././classes/modules/helix/templates/_primaryMenu.php:72158 #: classes/modules/helix/templates/_primaryMenu.php:73 118 159 msgid "Critical Issue" 119 160 msgstr "" 120 161 121 #: .././classes/modules/helix/templates/_primaryMenu.php:72162 #: classes/modules/helix/templates/_primaryMenu.php:73 122 163 msgid "Helix depends on IgnitionDeck Framework. Please install it first." 123 164 msgstr "" 124 165 125 #: .././classes/modules/helix/templates/_primaryMenu.php:77166 #: classes/modules/helix/templates/_primaryMenu.php:78 126 167 msgid "Username or Password should not be empty" 127 168 msgstr "" 128 169 129 #: .././classes/modules/helix/templates/_primaryMenu.php:78170 #: classes/modules/helix/templates/_primaryMenu.php:79 130 171 msgid "Forgot your password?" 131 172 msgstr "" 132 173 133 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:2 134 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:12 135 msgid "Helix Settings" 136 msgstr "" 137 138 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:4 139 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:4 140 #: .././templates/admin/_idfMenu.php:155 141 msgid "Support" 142 msgstr "" 143 144 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:5 145 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:5 146 #: .././templates/admin/_idfMenu.php:159 147 msgid "Documentation" 148 msgstr "" 149 150 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:15 151 msgid "Menu Settings" 152 msgstr "" 153 154 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:17 155 msgid "Menu Position" 156 msgstr "" 157 158 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:24 159 msgid "Menu Style" 160 msgstr "" 161 162 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:32 163 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:25 164 #: .././templates/admin/_idfMenu.php:128 165 msgid "Save" 166 msgstr "" 167 168 #: .././classes/modules/maven/class-maven_msg_init.php:13 169 msgid "message" 170 msgstr "" 171 172 #: .././classes/modules/maven/class-maven_msg_init.php:17 173 msgid "Messages" 174 msgstr "" 175 176 #: .././classes/modules/maven/class-maven_msg_init.php:18 177 msgid "Message" 178 msgstr "" 179 180 #: .././classes/modules/maven/class-maven_msg_init.php:20 181 msgid "Create New Message" 182 msgstr "" 183 184 #: .././classes/modules/maven/class-maven_msg_init.php:21 185 msgid "Edit Message" 186 msgstr "" 187 188 #: .././classes/modules/maven/class-maven_msg_init.php:22 189 msgid "New Message" 190 msgstr "" 191 192 #: .././classes/modules/maven/class-maven_msg_init.php:23 193 msgid "View Message" 194 msgstr "" 195 196 #: .././classes/modules/maven/class-maven_msg_init.php:24 197 msgid "View Messages" 198 msgstr "" 199 200 #: .././classes/modules/maven/class-maven_msg_init.php:25 201 msgid "Search Messages" 202 msgstr "" 203 204 #: .././classes/modules/maven/class-maven_msg_init.php:26 205 msgid "No messages found" 206 msgstr "" 207 208 #: .././classes/modules/maven/class-maven_msg_init.php:27 209 msgid "No messages found in trash" 210 msgstr "" 211 212 #: .././classes/modules/maven/class-maven_msg_init.php:29 213 msgid "All Messages" 214 msgstr "" 215 216 #: .././classes/modules/maven/class-maven_msg_init.php:30 217 msgid "Message Archives" 218 msgstr "" 219 220 #: .././classes/modules/maven/class-maven_msg_init.php:31 221 msgid "Insert into message" 222 msgstr "" 223 224 #: .././classes/modules/maven/class-maven_msg_init.php:59 225 msgid "message type" 226 msgstr "" 227 228 #: .././classes/modules/maven/class-maven_msg_init.php:61 229 msgid "Message Types" 230 msgstr "" 231 232 #: .././classes/modules/maven/class-maven_msg_init.php:62 233 msgid "Message Type" 234 msgstr "" 235 236 #: .././classes/modules/maven/class-maven_msg_init.php:64 237 msgid "Add New Message Type" 238 msgstr "" 239 240 #: .././classes/modules/maven/class-maven_msg_init.php:65 241 msgid "Edit Message Type" 242 msgstr "" 243 244 #: .././classes/modules/maven/class-maven_msg_init.php:66 245 msgid "New Message Type" 246 msgstr "" 247 248 #: .././classes/modules/maven/class-maven_msg_init.php:67 249 msgid "View Message Type" 250 msgstr "" 251 252 #: .././classes/modules/maven/class-maven_msg_init.php:68 253 msgid "View Message Types" 254 msgstr "" 255 256 #: .././classes/modules/maven/class-maven_msg_init.php:69 257 msgid "Search Message Types" 258 msgstr "" 259 260 #: .././classes/modules/maven/class-maven_msg_init.php:70 261 msgid "No message types found" 262 msgstr "" 263 264 #: .././classes/modules/maven/class-maven_msg_init.php:71 265 msgid "No message types found in trash" 266 msgstr "" 267 268 #: .././classes/modules/maven/class-maven_msg_init.php:72 269 msgid "Parent Message Type" 270 msgstr "" 271 272 #: .././classes/modules/recaptcha/class-recaptcha.php:28 273 msgid "reCAPTCHA" 274 msgstr "" 275 276 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:2 174 #: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:10 277 175 msgid "reCAPTCHA Settings" 278 176 msgstr "" 279 177 280 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:12 178 #: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:16 179 msgid "Generate API Keys" 180 msgstr "" 181 182 #: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:21 183 msgid "reCAPTCHA Type" 184 msgstr "" 185 186 #: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:26 187 msgid "Version 2" 188 msgstr "" 189 190 #: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:28 191 msgid "Version 3" 192 msgstr "" 193 194 #: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:32 281 195 msgid "API Keys" 282 196 msgstr "" 283 197 284 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:16285 msgid "Site ID"286 msgstr "" 287 288 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:20198 #: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:35 199 msgid "Site Key" 200 msgstr "" 201 202 #: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:42 289 203 msgid "Secret Key" 290 204 msgstr "" 291 205 292 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:23 293 msgid "Generate API Keys" 294 msgstr "" 295 296 #: .././idf-admin.php:17 206 #: idf-admin.php:546 207 #: templates/admin/_devTools.php:3 208 msgid "Dev Tools" 209 msgstr "" 210 211 #: idf.php:436 212 msgid "The free version of IgnitionDeck requires our free crowdfunding theme framework, Theme 500. You may" 213 msgstr "" 214 215 #: idf.php:436 216 msgid "download" 217 msgstr "" 218 219 #: idf.php:436 220 msgid "themes menu" 221 msgstr "" 222 223 #: idf.php:436 224 msgid "at any time." 225 msgstr "" 226 227 #: templates/admin/_devTools.php:5 228 msgid "Show PHP Info" 229 msgstr "" 230 231 #: templates/admin/_extensionList.php:3 232 msgid "IgnitionDeck Modules" 233 msgstr "" 234 235 #: templates/admin/_extensionList.php:4 236 msgid "IgnitionDeck Modules allow you to upgrade, modify, and customize the default IgnitionDeck installation in order to achieve additional features sets." 237 msgstr "" 238 239 #. Translators: %1$s: Opening HTML tag for link, %2$s: Closing HTML tag for link 240 #: templates/admin/_extensionList.php:8 297 241 #, php-format 298 msgid "" 299 "<span class=\"update-plugins count-%1$d\"><span class=\"plugin-count\">%1$d</" 300 "span></span>" 301 msgstr "" 302 303 #: .././idf-admin.php:19 .././templates/admin/_idfMenu.php:3 304 msgid "IgnitionDeck" 305 msgstr "" 306 307 #: .././idf-admin.php:25 308 msgid "IgnitionDeck Dashboard" 309 msgstr "" 310 311 #: .././idf-admin.php:26 312 msgid "Themes" 313 msgstr "" 314 315 #: .././idf-admin.php:31 .././templates/admin/_idfMenu.php:138 316 msgid "Modules" 317 msgstr "" 318 319 #: .././idf-admin.php:46 .././templates/admin/_devTools.php:3 320 msgid "Dev Tools" 321 msgstr "" 322 323 #: .././idf-admin.php:241 324 msgid "Your IgnitionDeck Commerce installation is out of date." 325 msgstr "" 326 327 #: .././idf-admin.php:241 328 msgid "Click here" 329 msgstr "" 330 331 #: .././idf-admin.php:241 332 msgid "to update to the latest version." 333 msgstr "" 334 335 #: .././idf.php:193 336 msgid "Update Plugin" 337 msgstr "" 338 339 #: .././templates/admin/_devTools.php:5 340 msgid "Show PHP Info" 341 msgstr "" 342 343 #: .././templates/admin/_extensionList.php:3 344 msgid "IgnitionDeck Modules" 345 msgstr "" 346 347 #: .././templates/admin/_extensionList.php:4 348 msgid "" 349 "IgnitionDeck Modules allow you to upgrade, modify, and customize the default " 350 "IgnitionDeck installation in order to achieve additional features sets." 351 msgstr "" 352 353 #: .././templates/admin/_extensionList.php:6 354 #, php-format 355 msgid "%sUpgrade to Enterprise%s to fully unlock all available modules." 356 msgstr "" 357 358 #: .././templates/admin/_extensionList.php:8 242 msgid "%1$sUpgrade to Enterprise%2$s to fully unlock all available modules." 243 msgstr "" 244 245 #: templates/admin/_extensionList.php:13 359 246 msgid "Use the dropdown below to sort by category" 360 247 msgstr "" 361 248 362 #: .././templates/admin/_extensionList.php:11249 #: templates/admin/_extensionList.php:19 363 250 msgid "Deactivate All Modules" 364 251 msgstr "" 365 252 366 #: .././templates/admin/_extensionList.php:15253 #: templates/admin/_extensionList.php:26 367 254 msgid "Show All" 368 255 msgstr "" 369 256 370 #: .././templates/admin/_extensionList.php:16257 #: templates/admin/_extensionList.php:27 371 258 msgid "Account Management" 372 259 msgstr "" 373 260 374 #: .././templates/admin/_extensionList.php:17261 #: templates/admin/_extensionList.php:28 375 262 msgid "Analytics" 376 263 msgstr "" 377 264 378 #: .././templates/admin/_extensionList.php:18265 #: templates/admin/_extensionList.php:29 379 266 msgid "Commerce" 380 267 msgstr "" 381 268 382 #: .././templates/admin/_extensionList.php:19269 #: templates/admin/_extensionList.php:30 383 270 msgid "Crowdfunding" 384 271 msgstr "" 385 272 386 #: .././templates/admin/_extensionList.php:20273 #: templates/admin/_extensionList.php:31 387 274 msgid "Interface Customizations" 388 275 msgstr "" 389 276 390 #: .././templates/admin/_extensionList.php:21277 #: templates/admin/_extensionList.php:32 391 278 msgid "Payment Gateways" 392 279 msgstr "" 393 280 394 #: .././templates/admin/_extensionList.php:22281 #: templates/admin/_extensionList.php:33 395 282 msgid "Security" 396 283 msgstr "" 397 284 398 #: .././templates/admin/_extensionList.php:23285 #: templates/admin/_extensionList.php:34 399 286 msgid "Social" 400 287 msgstr "" 401 288 402 #: .././templates/admin/_extensionList.php:25289 #: templates/admin/_extensionList.php:37 403 290 msgid "Hide Locked" 404 291 msgstr "" 405 292 406 #: .././templates/admin/_extensionList.php:36293 #: templates/admin/_extensionList.php:48 407 294 msgid "Get Module" 408 295 msgstr "" 409 296 410 #: .././templates/admin/_extensionList.php:55297 #: templates/admin/_extensionList.php:67 411 298 msgid "Activate Plugin" 412 299 msgstr "" 413 300 414 #: .././templates/admin/_extensionList.php:58301 #: templates/admin/_extensionList.php:70 415 302 msgid "Installed" 416 303 msgstr "" 417 304 418 #: .././templates/admin/_extensionList.php:66419 #: .././templates/admin/_themeList.php:17420 #: .././templates/admin/_themeList.php:30305 #: templates/admin/_extensionList.php:79 306 #: templates/admin/_themeList.php:17 307 #: templates/admin/_themeList.php:30 421 308 msgid "Activate" 422 309 msgstr "" 423 310 424 #: .././templates/admin/_extensionList.php:70311 #: templates/admin/_extensionList.php:83 425 312 msgid "Deactivate" 426 313 msgstr "" 427 314 428 #: .././templates/admin/_extensionList.php:92315 #: templates/admin/_extensionList.php:116 429 316 msgid "Docs" 430 317 msgstr "" 431 318 432 #: .././templates/admin/_idfMenu.php:5 433 msgid "Welcome to the IgnitionDeck platform!" 434 msgstr "" 435 436 #: .././templates/admin/_idfMenu.php:6 437 msgid "" 438 "Follow the instructions below to get started selling, fundraising, and " 439 "crowdfunding." 440 msgstr "" 441 442 #: .././templates/admin/_idfMenu.php:12 443 msgid "Disconnect Account" 444 msgstr "" 445 446 #: .././templates/admin/_idfMenu.php:15 447 msgid "" 448 "You have registered successfully, and IgnitionDeck Crowdfunding and " 449 "IgnitionDeck Commerce have been installed and activated" 450 msgstr "" 451 452 #: .././templates/admin/_idfMenu.php:16 453 msgid "Here's how to get started" 454 msgstr "" 455 456 #: .././templates/admin/_idfMenu.php:19 457 msgid "" 458 "Please wait approximately 60 seconds while IgnitionDeck Commerce and " 459 "Crowdfunding are silently installed in the background. Once activated, you " 460 "will see two new menus in your WordPress sidebar (may require refresh)." 461 msgstr "" 462 463 #: .././templates/admin/_idfMenu.php:20 464 msgid "" 465 "Next, our free crowdfunding theme framework, Theme 500, will download " 466 "automatically. You may" 467 msgstr "" 468 469 #: .././templates/admin/_idfMenu.php:20 470 msgid "activate via your themes menu" 471 msgstr "" 472 473 #: .././templates/admin/_idfMenu.php:20 474 msgid "at any time." 475 msgstr "" 476 477 #: .././templates/admin/_idfMenu.php:21 478 msgid "" 479 "Use one of our quickstart guides to help guide the installation and setup " 480 "process." 481 msgstr "" 482 483 #: .././templates/admin/_idfMenu.php:24 484 msgid "Upgrade your license" 485 msgstr "" 486 487 #: .././templates/admin/_idfMenu.php:24 488 msgid "to unlock additional features and modules." 489 msgstr "" 490 491 #: .././templates/admin/_idfMenu.php:30 492 msgid "Benefits of Activation" 493 msgstr "" 494 495 #: .././templates/admin/_idfMenu.php:34 496 msgid "Automatic installation of our free plugins" 497 msgstr "" 498 499 #: .././templates/admin/_idfMenu.php:35 500 msgid "Access to support forums" 501 msgstr "" 502 503 #: .././templates/admin/_idfMenu.php:36 504 msgid "News and updates" 505 msgstr "" 506 507 #: .././templates/admin/_idfMenu.php:37 508 msgid "Access to more free themes and modules" 509 msgstr "" 510 511 #: .././templates/admin/_idfMenu.php:43 512 msgid "Activate Now" 513 msgstr "" 514 515 #: .././templates/admin/_idfMenu.php:44 516 msgid "Account creation is fast and" 517 msgstr "" 518 519 #: .././templates/admin/_idfMenu.php:44 520 msgid "you won’t leave your website" 521 msgstr "" 522 523 #: .././templates/admin/_idfMenu.php:46 524 msgid "Cannot Activate" 525 msgstr "" 526 527 #: .././templates/admin/_idfMenu.php:64 .././templates/admin/_idfMenu.php:106 528 #: .././templates/admin/_idfMenu.php:138 .././templates/admin/_idfMenu.php:155 529 #: .././templates/admin/_idfMenu.php:170 530 msgid "Toggle panel" 531 msgstr "" 532 533 #: .././templates/admin/_idfMenu.php:64 534 msgid "License Settings" 535 msgstr "" 536 537 #: .././templates/admin/_idfMenu.php:66 538 msgid "" 539 "Entering your <a href=\"https://ignitiondeck.com/id/documentation/" 540 "ignitiondeck-crowdfunding/setup-ignitiondeck/ignitiondeck-license-keys/?" 541 "utm_source=licensepage&utm_medium=link&utm_campaign=freemium\" target=" 542 "\"_blank\">license key</a> or email address will enable automatic updates " 543 "via the WordPress admin for the duration of your license period." 544 msgstr "" 545 546 #: .././templates/admin/_idfMenu.php:69 547 msgid "License Validation Method" 548 msgstr "" 549 550 #: .././templates/admin/_idfMenu.php:71 551 msgid "Email Address" 552 msgstr "" 553 554 #: .././templates/admin/_idfMenu.php:72 555 msgid "License Keys (Legacy)" 556 msgstr "" 557 558 #: .././templates/admin/_idfMenu.php:77 559 msgid "IgnitionDeck Account Email" 560 msgstr "" 561 562 #: .././templates/admin/_idfMenu.php:82 563 msgid "IDCF/IDE License Key" 564 msgstr "" 565 566 #: .././templates/admin/_idfMenu.php:88 567 msgid "IDC License Key" 568 msgstr "" 569 570 #: .././templates/admin/_idfMenu.php:93 571 msgid "Validate" 572 msgstr "" 573 574 #: .././templates/admin/_idfMenu.php:99 575 msgid " License Valid for" 576 msgstr "" 577 578 #: .././templates/admin/_idfMenu.php:106 579 msgid "Crowdfunding Integration" 580 msgstr "" 581 582 #: .././templates/admin/_idfMenu.php:109 583 msgid "Select a commerce platform for use with IgnitionDeck Crowdfunding" 584 msgstr "" 585 586 #: .././templates/admin/_idfMenu.php:110 587 msgid "" 588 "Note: Enabling WooCommerce requires the purchase of an IgnitionDeck License." 589 msgstr "" 590 591 #: .././templates/admin/_idfMenu.php:112 592 msgid "Commerce Platform" 593 msgstr "" 594 595 #: .././templates/admin/_idfMenu.php:116 596 msgid "IgnitionDeck Commerce" 597 msgstr "" 598 599 #: .././templates/admin/_idfMenu.php:118 600 msgid "WooCommerce" 601 msgstr "" 602 603 #: .././templates/admin/_idfMenu.php:120 604 msgid "Easy Digital Downloads" 605 msgstr "" 606 607 #: .././templates/admin/_idfMenu.php:122 608 msgid "Legacy IgnitionDeck" 609 msgstr "" 610 611 #: .././templates/admin/_idfMenu.php:151 612 #, php-format 613 msgid "View All %d Modules" 614 msgstr "" 615 616 #: .././templates/admin/_idfMenu.php:157 617 msgid "" 618 "Our support team is available 9am-5pm PST Monday-Friday. Click the links " 619 "below to view our step-by-step documentation or visit the support forums." 620 msgstr "" 621 622 #: .././templates/admin/_idfMenu.php:158 623 msgid "Email Support" 624 msgstr "" 625 626 #: .././templates/admin/_idfMenu.php:160 627 msgid "Like this product? Help us out with a" 628 msgstr "" 629 630 #: .././templates/admin/_idfMenu.php:160 631 msgid "review" 632 msgstr "" 633 634 #: .././templates/admin/_idfMenu.php:161 635 msgid "Not a fan?" 636 msgstr "" 637 638 #: .././templates/admin/_idfMenu.php:161 639 msgid "Tell us why" 640 msgstr "" 641 642 #: .././templates/admin/_idfMenu.php:170 643 msgid "Available Upgrades" 644 msgstr "" 645 646 #: .././templates/admin/_idfMenu.php:173 647 msgid "IgnitionDeck Echelon" 648 msgstr "" 649 650 #: .././templates/admin/_idfMenu.php:175 651 msgid "Get Echelon" 652 msgstr "" 653 654 #: .././templates/admin/_idfMenu.php:177 655 msgid "IgnitionDeck Enterprise" 656 msgstr "" 657 658 #: .././templates/admin/_idfMenu.php:179 659 msgid "Get Enterprise" 660 msgstr "" 661 662 #: .././templates/admin/_themeList.php:3 319 #: templates/admin/_themeList.php:3 663 320 msgid "IgnitionDeck Themes" 664 321 msgstr "" 665 322 666 #: .././templates/admin/_themeList.php:12323 #: templates/admin/_themeList.php:12 667 324 msgid "Get Theme" 668 325 msgstr "" 669 326 670 #: .././templates/admin/_themeList.php:20327 #: templates/admin/_themeList.php:20 671 328 msgid "Configure" 672 329 msgstr "" 673 330 674 #: .././templates/admin/_wcSettings.php:5331 #: templates/admin/_wcSettings.php:2 675 332 msgid "WooCommerce Checkout Page" 676 333 msgstr "" 677 334 678 #: .././templates/admin/_wcSettings.php:10335 #: templates/admin/_wcSettings.php:5 679 336 msgid "Cart URL" 680 337 msgstr "" 681 338 682 #: .././templates/admin/_wcSettings.php:11339 #: templates/admin/_wcSettings.php:6 683 340 msgid "Checkout URL" 684 341 msgstr "" 685 686 #, fuzzy687 #~ msgid "IgnitionDeck MakerKit"688 #~ msgstr "IgnitionDeck Framework"689 690 #~ msgid "Get Plugin"691 #~ msgstr "Get Plugin"692 693 #~ msgid "Updates"694 #~ msgstr "Updates"695 696 #~ msgid "Automatically updates IgnitionDeck plugins and themes"697 #~ msgstr "Automatically updates IgnitionDeck plugins and themes"698 699 #~ msgid "IgnitionDeck Crowdfunding"700 #~ msgstr "IgnitionDeck Crowdfunding"701 702 #~ msgid "Update IDCF"703 #~ msgstr "Update IDCF"704 705 #~ msgid "Extensions"706 #~ msgstr "Extensions"707 708 #~ msgid "See Quick Start Guide"709 #~ msgstr "See Quick Start Guide"710 711 #~ msgid "See docs on creating a project"712 #~ msgstr "See docs on creating a project"713 714 #~ msgid ""715 #~ "With IgnitionDeck Crowdfunding, you have the option of using one of a few "716 #~ "select Commerce Platforms."717 #~ msgstr ""718 #~ "With IgnitionDeck Crowdfunding, you have the option of using one of a few "719 #~ "select Commerce Platforms."720 721 #~ msgid ""722 #~ "note: Depending on your plugin package you may require the use of "723 #~ "IgnitionDeck Commerce."724 #~ msgstr ""725 #~ "note: Depending on your plugin package you may require the use of "726 #~ "IgnitionDeck Commerce."727 728 #~ msgid "Configure IgnitionDeck"729 #~ msgstr "Configure IgnitionDeck" -
ignitiondeck/trunk/readme.txt
r3358845 r3386102 5 5 Requires at least: 4.9 6 6 Tested up to: 6.8 7 Stable tag: 2.0.1 07 Stable tag: 2.0.11 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 147 147 == Changelog == 148 148 149 = 2.0.11 = 150 151 * Added Stripe Express support 152 * Updated minimum required version numbers for dependencies 153 149 154 = 2.0.10 = 150 155 151 156 * Updated minimum required version numbers for dependencies 152 153 157 154 158 = 2.0.9 =
Note: See TracChangeset
for help on using the changeset viewer.