Changeset 3007237
- Timestamp:
- 12/08/2023 11:33:41 AM (16 months ago)
- Location:
- printess-editor/trunk
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
printess-editor/trunk/includes/printess-saved-design-repository.php
r3000004 r3007237 256 256 global $wpdb; 257 257 $table_name = $wpdb->prefix . "printess_saved_designs"; 258 //$liveTimeInDays = $this->get_design_live_time_in_days();259 //$timeOut = new DateTime();258 $liveTimeInDays = $this->get_design_live_time_in_days(); 259 $timeOut = new DateTime(); 260 260 $now = new DateTime(); 261 261 $now->setTimezone(new DateTimeZone('UTC')); 262 262 263 //$timeOut->add(new DateInterval('P' . $liveTimeInDays . 'D'));264 //$timeOut->setTimezone(new DateTimeZone('UTC'));263 $timeOut->add(new DateInterval('P' . $liveTimeInDays . 'D')); 264 $timeOut->setTimezone(new DateTimeZone('UTC')); 265 265 266 266 // $result = $wpdb->update( $table_name, array( … … 278 278 'save_token' => $save_token, 279 279 'thumbnail_url' => $thumbnail_url, 280 'valid_until' => $timeOut->format('Y-m-d H:i:s'), 280 281 'last_updated_at' => $now->format('Y-m-d H:i:s')), 281 282 array( 282 283 'id' => $design_id, 283 284 'customer_id' => $customer_id ), 284 array( '%s', '%s', '%s' ),285 array( '%s', '%s', '%s', '%s' ), 285 286 array( '%d', '%d' ) ); 286 287 -
printess-editor/trunk/languages/printess-editor-en_US.po
r2977439 r3007237 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2023-09-26 09:19+0000\n" 6 "PO-Revision-Date: 2023- 09-26 11:09+0000\n"6 "PO-Revision-Date: 2023-12-08 11:26+0000\n" 7 7 "Last-Translator: \n" 8 8 "Language-Team: English (United States)\n" 9 "Language: en _US\n"9 "Language: en-US\n" 10 10 "Plural-Forms: nplurals=2; plural=n != 1;\n" 11 11 "MIME-Version: 1.0\n" … … 16 16 "X-Domain: printess-editor" 17 17 18 #: printess.php:471 18 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3192 19 msgid "Access Token" 20 msgstr "" 21 22 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2649 23 msgid "account page" 24 msgstr "account page" 25 26 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3107 27 msgid "Add to cart after customization" 28 msgstr "Add to cart after customization" 29 30 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1092 31 msgid "Adding item to cart." 32 msgstr "" 33 34 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3073 35 msgid "Additional classes for customize button" 36 msgstr "Additional classes for customize button" 37 38 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:332 39 msgid "" 40 "After saving, your saved design can be found under {SAVE_DESIGN} on your " 41 "account page." 42 msgstr "" 43 44 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3005 45 msgid "Api Domain" 46 msgstr "Api Domain" 47 48 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2629 49 msgid "Approve and send to production." 50 msgstr "Approve and send to production." 51 52 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2945 53 msgid "Automatic" 54 msgstr "Automatic" 55 56 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4496 57 msgid "Available until" 58 msgstr "" 59 60 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:338 61 msgid "Cancel" 62 msgstr "" 63 64 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3056 65 msgid "Class names to hide when showing editor" 66 msgstr "Class names to hide when showing editor" 67 68 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1310 69 #: 70 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4037 71 msgid "Customize" 72 msgstr "Customize" 73 74 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2828 75 #: 76 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2876 77 msgid "days" 78 msgstr "" 79 80 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3810 81 msgid "Default" 82 msgstr "" 83 84 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3455 85 msgid "Defaults" 86 msgstr "Defaults" 87 88 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4498 89 #: 90 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4551 91 msgid "Delete" 92 msgstr "" 93 94 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:326 95 msgid "Design name" 96 msgstr "" 97 98 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4494 99 msgid "Display name" 100 msgstr "" 101 102 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3419 103 #: 104 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3459 105 msgid "Do not use dropshipping override" 106 msgstr "" 107 108 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3732 109 msgid "Dropshipping" 110 msgstr "Dropshipping" 111 112 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3264 113 #: 114 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4497 115 #: 116 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4549 117 #: 118 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4588 119 msgid "Edit" 120 msgstr "Edit" 121 122 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2581 123 msgid "Edit Customer Design" 124 msgstr "Edit Customer Design" 125 126 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3022 127 msgid "Embed Html Url" 128 msgstr "Embed Html Url" 129 130 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3226 131 msgid "Enable Debug Mode" 132 msgstr "Enable Debug Mode" 133 134 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3141 135 msgid "Enable saving of designs" 136 msgstr "" 137 138 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:327 139 msgid "Enter your display name" 140 msgstr "" 141 142 #. Author URI of the plugin 143 msgid "https://printess.com" 144 msgstr "https://printess.com" 145 146 #. URI of the plugin 147 msgid "https://printess.com/kb/integrations/woo-commerce/index.html" 148 msgstr "https://printess.com/kb/integrations/woo-commerce/index.html" 149 150 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3039 151 msgid "Ids to hide when showing editor" 152 msgstr "Ids to hide when showing editor" 153 154 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2946 155 msgid "Manual" 156 msgstr "Manual" 157 158 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3754 159 msgid "Merge Template 1" 160 msgstr "Merge Template 1" 161 162 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3762 163 msgid "Merge Template 2" 164 msgstr "Merge Template 2" 165 166 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3770 167 msgid "Merge Template 3" 168 msgstr "Merge Template 3" 169 170 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4569 171 msgid "Next" 172 msgstr "" 173 174 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3421 175 #: 176 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3445 177 #: 178 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3464 179 msgid "No dropshipping" 180 msgstr "No dropshipping" 181 182 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4467 183 msgid "No saved designs yet" 184 msgstr "" 185 186 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4426 187 msgid "Not logged in" 188 msgstr "" 189 190 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2433 191 msgid "Open" 192 msgstr "" 193 194 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2369 195 msgid "Open design" 196 msgstr "" 197 198 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3090 199 msgid "Order Approval Mode" 200 msgstr "Order Approval Mode" 201 202 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3175 203 msgid "Ordered Design lifetime (Days)" 204 msgstr "" 205 206 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3796 207 msgid "Output DPI" 208 msgstr "Output DPI" 209 210 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3782 211 msgid "Output Type" 212 msgstr "Output Type" 213 214 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3209 215 msgid "Overwrite product drop shipper in case of template mode" 216 msgstr "" 217 218 #. Description of the plugin 219 msgid "" 220 "Personalize anything! Friendship mugs, t-shirts, greeting cards. Limitless " 221 "possibilities." 222 msgstr "" 223 "Personalize anything! Friendship mugs, t-shirts, greeting cards. Limitless " 224 "possibilities." 225 226 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2353 227 msgid "Personalized products" 228 msgstr "" 229 230 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1032 19 231 msgid "Please close this window or tab." 20 232 msgstr "Please close this window or tab." 21 233 22 #: printess.php:688 printess.php:2528 23 msgid "Customize" 24 msgstr "Customize" 25 26 #: printess.php:1398 27 msgid "View thumbnail in new window." 28 msgstr "View thumbnail in new window." 29 30 #: printess.php:1423 printess.php:1540 31 msgid "Tracking link" 32 msgstr "Tracking link" 33 34 #: printess.php:1440 printess.php:1526 35 msgid "Tracking" 36 msgstr "Tracking" 37 38 #: printess.php:1461 printess.php:1529 39 msgid "Shipping status" 40 msgstr "Shipping status" 41 42 #: printess.php:1519 43 msgid "Shipping" 44 msgstr "Shipping" 45 46 #: printess.php:1524 47 msgid "Product" 48 msgstr "Product" 49 50 #: printess.php:1621 51 msgid "Edit Customer Design" 52 msgstr "Edit Customer Design" 53 54 #: printess.php:1630 55 msgid "Printess Error Details" 56 msgstr "Printess Error Details" 57 58 #: printess.php:1636 printess.php:1644 printess.php:1652 59 msgid "Printess Production Files" 60 msgstr "Printess Production Files" 61 62 #: printess.php:1668 63 msgid "Approve and send to production." 64 msgstr "Approve and send to production." 65 66 #: printess.php:1670 67 msgid "Processing." 68 msgstr "Processing." 69 70 #: printess.php:1687 234 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2648 71 235 msgid "Please copy & paste the shop and service tokens from your" 72 236 msgstr "Please copy & paste the shop and service tokens from your" 73 237 74 #: printess.php:1688 75 msgid "account page" 76 msgstr "account page" 77 78 #: printess.php:1694 79 msgid "Save Settings" 80 msgstr "Save Settings" 81 82 #: printess.php:1837 83 msgid "Automatic" 84 msgstr "Automatic" 85 86 #: printess.php:1838 87 msgid "Manual" 88 msgstr "Manual" 89 90 #. section slug . 91 #: printess.php:1861 92 msgid "Printess Settings" 93 msgstr "Printess Settings" 94 95 #. setting slug . 96 #: printess.php:1870 97 msgid "Shop Token" 98 msgstr "Shop Token" 99 100 #: printess.php:1880 101 msgid "Service Token" 102 msgstr "Service Token" 103 104 #: printess.php:1897 105 msgid "Api Domain" 106 msgstr "Api Domain" 107 108 #: printess.php:1914 109 msgid "Embed Html Url" 110 msgstr "Embed Html Url" 111 112 #: printess.php:1931 113 msgid "Ids to hide when showing editor" 114 msgstr "Ids to hide when showing editor" 115 116 #: printess.php:1948 117 msgid "Class names to hide when showing editor" 118 msgstr "Class names to hide when showing editor" 119 120 #: printess.php:1965 121 msgid "Additional classes for customize button" 122 msgstr "Additional classes for customize button" 123 124 #: printess.php:1982 125 msgid "Order Approval Mode" 126 msgstr "Order Approval Mode" 127 128 #: printess.php:1999 129 msgid "Add to cart after customization" 130 msgstr "Add to cart after customization" 131 132 #: printess.php:2016 133 msgid "Show customize button on archive page" 134 msgstr "Show customize button on archive page" 135 136 #: printess.php:2033 137 msgid "Enable Debug Mode" 138 msgstr "Enable Debug Mode" 139 140 #: printess.php:2071 141 msgid "Edit" 142 msgstr "Edit" 143 144 #: printess.php:2156 printess.php:2180 printess.php:2191 145 msgid "No dropshipping" 146 msgstr "No dropshipping" 147 148 #: printess.php:2158 printess.php:2192 149 msgid "Use template settings" 150 msgstr "Use template settings" 151 152 #: printess.php:2190 153 msgid "Defaults" 154 msgstr "Defaults" 155 156 #: printess.php:2241 157 msgid "Dropshipping" 158 msgstr "Dropshipping" 159 160 #: printess.php:2254 161 msgid "Merge Template 1" 162 msgstr "Merge Template 1" 163 164 #: printess.php:2255 165 msgid "The name of the optional 1st merge template within Printess" 166 msgstr "The name of the optional 1st merge template within Printess" 167 168 #: printess.php:2262 169 msgid "Merge Template 2" 170 msgstr "Merge Template 2" 171 172 #: printess.php:2263 173 msgid "The name of the optional 2nd merge template within Printess" 174 msgstr "The name of the optional 2nd merge template within Printess" 175 176 #: printess.php:2270 177 msgid "Merge Template 3" 178 msgstr "Merge Template 3" 179 180 #: printess.php:2271 181 msgid "The name of the optional 3rd merge template within Printess" 182 msgstr "The name of the optional 3rd merge template within Printess" 183 184 #: printess.php:2282 185 msgid "Output Type" 186 msgstr "Output Type" 187 188 #: printess.php:2283 189 msgid "The output file type. Defaults to output a pdf file." 190 msgstr "The output file type. Defaults to output a pdf file." 191 192 #: printess.php:2296 193 msgid "Output DPI" 194 msgstr "Output DPI" 195 196 #: printess.php:2297 197 msgid "The used output dpi. Defaults to 300" 198 msgstr "The used output dpi. Defaults to 300" 199 200 #: printess.php:2561 201 msgid "Saving design and redirecting back to product page..." 202 msgstr "Saving design and redirecting back to product page..." 203 204 #: printess.php:2670 205 msgid "Printess Template" 206 msgstr "Printess Template" 238 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:627 239 #: 240 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:981 241 msgid "Please provide a display name." 242 msgstr "" 243 244 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4565 245 msgid "Previous" 246 msgstr "" 247 248 #. Author of the plugin 249 msgid "Printess" 250 msgstr "Printess" 207 251 208 252 #. Name of the plugin … … 210 254 msgstr "Printess Editor" 211 255 212 #. Description of the plugin 213 msgid "" 214 "Personalize anything! Friendship mugs, t-shirts, greeting cards. Limitless " 215 "possibilities." 216 msgstr "" 217 "Personalize anything! Friendship mugs, t-shirts, greeting cards. Limitless " 218 "possibilities." 219 220 #. URI of the plugin 221 msgid "https://printess.com/kb/integrations/woo-commerce/index.html" 222 msgstr "https://printess.com/kb/integrations/woo-commerce/index.html" 223 224 #. Author of the plugin 225 msgid "Printess" 226 msgstr "Printess" 227 228 #. Author URI of the plugin 229 msgid "https://printess.com" 230 msgstr "https://printess.com" 256 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2591 257 msgid "Printess Error Details" 258 msgstr "Printess Error Details" 259 260 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2597 261 #: 262 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2605 263 #: 264 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2613 265 msgid "Printess Production Files" 266 msgstr "Printess Production Files" 267 268 #. section slug . 269 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2969 270 msgid "Printess Settings" 271 msgstr "Printess Settings" 272 273 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4176 274 msgid "Printess Template" 275 msgstr "Printess Template" 276 277 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2631 278 msgid "Processing." 279 msgstr "Processing." 280 281 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2361 282 #: 283 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2487 284 msgid "Product" 285 msgstr "Product" 286 287 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4495 288 msgid "Product name" 289 msgstr "" 290 291 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3808 292 msgid "Redirect page" 293 msgstr "" 294 295 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:319 296 #: 297 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:337 298 msgid "Save design" 299 msgstr "" 300 301 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2655 302 msgid "Save Settings" 303 msgstr "Save Settings" 304 305 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3158 306 msgid "Saved Design lifetime (Days)" 307 msgstr "" 308 309 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4226 310 #: 311 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4484 312 msgid "Saved Designs" 313 msgstr "" 314 315 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:322 316 #: 317 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:332 318 msgid "Saved designs" 319 msgstr "" 320 321 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4069 322 msgid "Saving design and redirecting back to product page..." 323 msgstr "Saving design and redirecting back to product page..." 324 325 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:559 326 msgid "Saving design to your list of saved designs" 327 msgstr "" 328 329 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:317 330 msgid "Saving your design" 331 msgstr "" 332 333 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4486 334 msgid "Search" 335 msgstr "" 336 337 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4485 338 msgid "Search for name" 339 msgstr "" 340 341 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2988 342 msgid "Service Token" 343 msgstr "Service Token" 344 345 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2482 346 msgid "Shipping" 347 msgstr "Shipping" 348 349 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2253 350 #: 351 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2366 352 #: 353 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2492 354 msgid "Shipping status" 355 msgstr "Shipping status" 356 357 #. setting slug . 358 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2978 359 msgid "Shop Token" 360 msgstr "Shop Token" 361 362 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3124 363 msgid "Show customize button on archive page" 364 msgstr "Show customize button on archive page" 365 366 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3755 367 msgid "The name of the optional 1st merge template within Printess" 368 msgstr "The name of the optional 1st merge template within Printess" 369 370 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3763 371 msgid "The name of the optional 2nd merge template within Printess" 372 msgstr "The name of the optional 2nd merge template within Printess" 373 374 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3771 375 msgid "The name of the optional 3rd merge template within Printess" 376 msgstr "The name of the optional 3rd merge template within Printess" 377 378 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3783 379 msgid "The output file type. Defaults to output a pdf file." 380 msgstr "The output file type. Defaults to output a pdf file." 381 382 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3809 383 msgid "" 384 "The page that should be opened after the product has been added to the cart." 385 msgstr "" 386 387 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3797 388 msgid "The used output dpi. Defaults to 300" 389 msgstr "The used output dpi. Defaults to 300" 390 391 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:594 392 #: 393 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:607 394 msgid "There was an error while trying to save your design." 395 msgstr "" 396 397 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4493 398 msgid "Thumbnail" 399 msgstr "" 400 401 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2232 402 #: 403 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2363 404 #: 405 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2489 406 msgid "Tracking" 407 msgstr "Tracking" 408 409 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2216 410 #: 411 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2379 412 #: 413 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2502 414 msgid "Tracking link" 415 msgstr "Tracking link" 416 417 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2828 418 #: 419 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2838 420 #: 421 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2876 422 #: 423 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2886 424 msgid "Unlimited" 425 msgstr "" 426 427 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3423 428 #: 429 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3465 430 msgid "Use template settings" 431 msgstr "Use template settings" 432 433 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2194 434 msgid "View thumbnail in new window." 435 msgstr "View thumbnail in new window." 436 437 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:319 438 msgid "" 439 "You are currently not logged in. To be able to save designs you need to be " 440 "logged in. You will be redirected to the login page after clicking on " 441 "{SAVE_DESIGN}. After logging in / account creation you will be redirected " 442 "back to your current design so that you can continue working on your current " 443 "design." 444 msgstr "" 445 446 #: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:322 447 msgid "" 448 "You need to provide a display name for your saved design. This name is shown " 449 "on the {SAVE_DESIGN} page so that you can easily find it on future visits." 450 msgstr "" -
printess-editor/trunk/languages/printess-editor.pot
r3002524 r3007237 4 4 "Project-Id-Version: Printess Editor\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2023-1 1-28 07:45+0000\n"6 "POT-Creation-Date: 2023-12-08 11:31+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 17 17 "X-Domain: printess-editor" 18 18 19 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 19219 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3242 20 20 msgid "Access Token" 21 21 msgstr "" 22 22 23 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:26 4923 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2683 24 24 msgid "account page" 25 25 msgstr "" 26 26 27 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:31 0727 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3157 28 28 msgid "Add to cart after customization" 29 29 msgstr "" 30 30 31 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1 09231 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1121 32 32 msgid "Adding item to cart." 33 33 msgstr "" 34 34 35 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 07335 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3123 36 36 msgid "Additional classes for customize button" 37 37 msgstr "" 38 38 39 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 3239 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:345 40 40 msgid "" 41 41 "After saving, your saved design can be found under {SAVE_DESIGN} on your " … … 43 43 msgstr "" 44 44 45 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:30 0545 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3055 46 46 msgid "Api Domain" 47 47 msgstr "" 48 48 49 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:26 2949 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2663 50 50 msgid "Approve and send to production." 51 51 msgstr "" 52 52 53 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:29 4553 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2995 54 54 msgid "Automatic" 55 55 msgstr "" 56 56 57 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 49657 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4564 58 58 msgid "Available until" 59 59 msgstr "" 60 60 61 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 3861 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:351 62 62 msgid "Cancel" 63 63 msgstr "" 64 64 65 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 05665 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3106 66 66 msgid "Class names to hide when showing editor" 67 67 msgstr "" 68 68 69 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:13 1070 #: 71 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 03769 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1350 70 #: 71 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4106 72 72 msgid "Customize" 73 73 msgstr "" 74 74 75 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:28 2876 #: 77 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2 87675 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2878 76 #: 77 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2926 78 78 msgid "days" 79 79 msgstr "" 80 80 81 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:38 1081 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3879 82 82 msgid "Default" 83 83 msgstr "" 84 84 85 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 45585 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3524 86 86 msgid "Defaults" 87 87 msgstr "" 88 88 89 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 49890 #: 91 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:45 5189 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4564 90 #: 91 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4598 92 92 msgid "Delete" 93 93 msgstr "" 94 94 95 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 2695 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:339 96 96 msgid "Design name" 97 97 msgstr "" 98 98 99 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 49499 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4564 100 100 msgid "Display name" 101 101 msgstr "" 102 102 103 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:34 19104 #: 105 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 459103 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3488 104 #: 105 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3528 106 106 msgid "Do not use dropshipping override" 107 107 msgstr "" 108 108 109 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 732109 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3801 110 110 msgid "Dropshipping" 111 111 msgstr "" 112 112 113 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 264114 #: 115 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 497116 #: 117 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:45 49118 #: 119 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 588113 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3333 114 #: 115 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4564 116 #: 117 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4594 118 #: 119 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4638 120 120 msgid "Edit" 121 121 msgstr "" 122 122 123 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2 581123 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2615 124 124 msgid "Edit Customer Design" 125 125 msgstr "" 126 126 127 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:30 22127 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3072 128 128 msgid "Embed Html Url" 129 129 msgstr "" 130 130 131 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:32 26131 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3295 132 132 msgid "Enable Debug Mode" 133 133 msgstr "" 134 134 135 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:31 41135 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3191 136 136 msgid "Enable saving of designs" 137 137 msgstr "" 138 138 139 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 27139 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:340 140 140 msgid "Enter your display name" 141 141 msgstr "" … … 149 149 msgstr "" 150 150 151 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:30 39151 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3089 152 152 msgid "Ids to hide when showing editor" 153 153 msgstr "" 154 154 155 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:29 46155 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2996 156 156 msgid "Manual" 157 157 msgstr "" 158 158 159 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 754159 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3823 160 160 msgid "Merge Template 1" 161 161 msgstr "" 162 162 163 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 762163 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3831 164 164 msgid "Merge Template 2" 165 165 msgstr "" 166 166 167 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 770167 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3839 168 168 msgid "Merge Template 3" 169 169 msgstr "" 170 170 171 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 569171 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4619 172 172 msgid "Next" 173 173 msgstr "" 174 174 175 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:34 21176 #: 177 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 445178 #: 179 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 464175 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3490 176 #: 177 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3514 178 #: 179 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3533 180 180 msgid "No dropshipping" 181 181 msgstr "" 182 182 183 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 467183 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4536 184 184 msgid "No saved designs yet" 185 185 msgstr "" 186 186 187 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:44 26187 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4495 188 188 msgid "Not logged in" 189 189 msgstr "" 190 190 191 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:24 33191 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2468 192 192 msgid "Open" 193 193 msgstr "" 194 194 195 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2 369195 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2400 196 196 msgid "Open design" 197 197 msgstr "" 198 198 199 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 090199 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3140 200 200 msgid "Order Approval Mode" 201 201 msgstr "" 202 202 203 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 175203 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3225 204 204 msgid "Ordered Design lifetime (Days)" 205 205 msgstr "" 206 206 207 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 796207 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3865 208 208 msgid "Output DPI" 209 209 msgstr "" 210 210 211 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 782211 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3851 212 212 msgid "Output Type" 213 213 msgstr "" 214 214 215 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:32 09215 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3259 216 216 msgid "Overwrite product drop shipper in case of template mode" 217 217 msgstr "" … … 223 223 msgstr "" 224 224 225 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:23 53225 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2378 226 226 msgid "Personalized products" 227 227 msgstr "" 228 228 229 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:10 32229 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1061 230 230 msgid "Please close this window or tab." 231 231 msgstr "" 232 232 233 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:26 48233 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2682 234 234 msgid "Please copy & paste the shop and service tokens from your" 235 235 msgstr "" 236 236 237 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:6 27238 #: 239 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php: 981237 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:654 238 #: 239 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1008 240 240 msgid "Please provide a display name." 241 241 msgstr "" 242 242 243 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 565243 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4615 244 244 msgid "Previous" 245 245 msgstr "" … … 253 253 msgstr "" 254 254 255 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2 591255 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2625 256 256 msgid "Printess Error Details" 257 257 msgstr "" 258 258 259 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2 597260 #: 261 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:26 05262 #: 263 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:26 13259 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2631 260 #: 261 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2639 262 #: 263 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2647 264 264 msgid "Printess Production Files" 265 265 msgstr "" 266 266 267 267 #. section slug . 268 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php: 2969268 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3019 269 269 msgid "Printess Settings" 270 270 msgstr "" 271 271 272 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 176272 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4245 273 273 msgid "Printess Template" 274 274 msgstr "" 275 275 276 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:26 31276 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2665 277 277 msgid "Processing." 278 278 msgstr "" 279 279 280 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:23 61281 #: 282 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2 487280 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2389 281 #: 282 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2521 283 283 msgid "Product" 284 284 msgstr "" 285 285 286 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 495286 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4564 287 287 msgid "Product name" 288 288 msgstr "" 289 289 290 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3808 290 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2441 291 msgid "Product thumbnail" 292 msgstr "" 293 294 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3277 295 msgid "Provide input for design name on second save" 296 msgstr "" 297 298 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3877 291 299 msgid "Redirect page" 292 300 msgstr "" 293 301 294 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 19295 #: 296 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 37302 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:327 303 #: 304 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:350 297 305 msgid "Save design" 298 306 msgstr "" 299 307 300 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:26 55308 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2689 301 309 msgid "Save Settings" 302 310 msgstr "" 303 311 304 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 158312 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3208 305 313 msgid "Saved Design lifetime (Days)" 306 314 msgstr "" 307 315 308 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:42 26309 #: 310 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 484316 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4295 317 #: 318 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4553 311 319 msgid "Saved Designs" 312 320 msgstr "" 313 321 314 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:322 315 #: 316 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:332 322 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:330 323 #: 324 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:334 325 #: 326 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:345 317 327 msgid "Saved designs" 318 328 msgstr "" 319 329 320 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 069330 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4138 321 331 msgid "Saving design and redirecting back to product page..." 322 332 msgstr "" 323 333 324 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:5 59334 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:575 325 335 msgid "Saving design to your list of saved designs" 326 336 msgstr "" 327 337 328 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 17338 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:325 329 339 msgid "Saving your design" 330 340 msgstr "" 331 341 332 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 486342 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4555 333 343 msgid "Search" 334 344 msgstr "" 335 345 336 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 485346 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4554 337 347 msgid "Search for name" 338 348 msgstr "" 339 349 340 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php: 2988350 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3038 341 351 msgid "Service Token" 342 352 msgstr "" 343 353 344 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2 482354 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2516 345 355 msgid "Shipping" 346 356 msgstr "" 347 357 348 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:22 53349 #: 350 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:23 66351 #: 352 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2 492358 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2297 359 #: 360 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2396 361 #: 362 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2526 353 363 msgid "Shipping status" 354 364 msgstr "" 355 365 356 366 #. setting slug . 357 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php: 2978367 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3028 358 368 msgid "Shop Token" 359 369 msgstr "" 360 370 361 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:31 24371 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3174 362 372 msgid "Show customize button on archive page" 363 373 msgstr "" 364 374 365 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 755375 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3824 366 376 msgid "The name of the optional 1st merge template within Printess" 367 377 msgstr "" 368 378 369 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 763379 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3832 370 380 msgid "The name of the optional 2nd merge template within Printess" 371 381 msgstr "" 372 382 373 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 771383 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3840 374 384 msgid "The name of the optional 3rd merge template within Printess" 375 385 msgstr "" 376 386 377 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 783387 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3852 378 388 msgid "The output file type. Defaults to output a pdf file." 379 389 msgstr "" 380 390 381 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:38 09391 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3878 382 392 msgid "" 383 393 "The page that should be opened after the product has been added to the cart." 384 394 msgstr "" 385 395 386 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 797396 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3866 387 397 msgid "The used output dpi. Defaults to 300" 388 398 msgstr "" 389 399 390 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php: 594391 #: 392 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:6 07400 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:610 401 #: 402 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:624 393 403 msgid "There was an error while trying to save your design." 394 404 msgstr "" 395 405 396 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4 493406 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4564 397 407 msgid "Thumbnail" 398 408 msgstr "" 399 409 400 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:22 32401 #: 402 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:23 63403 #: 404 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2 489410 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2276 411 #: 412 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2392 413 #: 414 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2523 405 415 msgid "Tracking" 406 416 msgstr "" 407 417 408 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:22 16409 #: 410 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2 379411 #: 412 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:25 02418 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2260 419 #: 420 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2407 421 #: 422 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2536 413 423 msgid "Tracking link" 414 424 msgstr "" 415 425 416 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:28 28417 #: 418 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:28 38419 #: 420 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2 876421 #: 422 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2 886426 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2878 427 #: 428 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2888 429 #: 430 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2926 431 #: 432 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2936 423 433 msgid "Unlimited" 424 434 msgstr "" 425 435 426 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:34 23427 #: 428 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 465436 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3492 437 #: 438 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3534 429 439 msgid "Use template settings" 430 440 msgstr "" 431 441 432 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2 194442 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2238 433 443 msgid "View thumbnail in new window." 434 444 msgstr "" 435 445 436 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3 19446 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:327 437 447 msgid "" 438 448 "You are currently not logged in. To be able to save designs you need to be " … … 443 453 msgstr "" 444 454 445 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:322 455 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:334 456 msgid "" 457 "You can provide a new design name to store this version under a different " 458 "name. This new version can then be found on your {SAVE_DESIGN} page as well." 459 msgstr "" 460 461 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:330 446 462 msgid "" 447 463 "You need to provide a display name for your saved design. This name is shown " -
printess-editor/trunk/printess.php
r3006222 r3007237 5 5 * Plugin URI: https://printess.com/kb/integrations/woo-commerce/index.html 6 6 * Developer: Bastian Kröger ([email protected]) 7 * Version: 1.4. 67 * Version: 1.4.7 8 8 * Author: Printess 9 9 * Author URI: https://printess.com … … 13 13 * Requires PHP: 7.0 14 14 * 15 * Woo: 10000:92395 2dfsfhsf8429842384wdff234sfd15 * Woo: 10000:923953dfsfhsf8429842384wdff234sfd 16 16 * WC requires at least: 5.8 17 17 * WC tested up to: 8.2.1 … … 234 234 235 235 .printess_show_if_no_design_name { 236 display: none; 237 } 238 239 .printess_show_if_no_design_name.visible { 236 240 display: grid; 237 241 } 238 242 239 .printess_show_if_ no_design_name.design_name {243 .printess_show_if_design_name { 240 244 display: none; 245 } 246 247 .printess_show_if_design_name.visible { 248 display: grid; 241 249 } 242 250 … … 321 329 <div class="printess_show_if_no_design_name" id="printess_show_if_no_design_name"> 322 330 <p><?php echo str_replace( '{SAVE_DESIGN}', '<span class="highlight">' . esc_html__( 'Saved designs', 'printess-editor' ) . '</span>', esc_html__( 'You need to provide a display name for your saved design. This name is shown on the {SAVE_DESIGN} page so that you can easily find it on future visits.', 'printess-editor' ) ); ?></p> 323 324 <form class="woocommerce-form">325 <p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">326 <label for="printess_designnameedit"><?php echo esc_html__( 'Design name', 'printess-editor' ); ?></label>327 <input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="printess_designnameedit" id="printess_designnameedit" value="" placeholder="<?php echo esc_html__( 'Enter your display name', 'printess-editor' ); ?>">328 </p>329 </form>330 331 </div> 332 333 <div class="printess_show_if_design_name" id="printess_show_if_design_name"> 334 <p><?php echo str_replace( '{SAVE_DESIGN}', '<span class="highlight">' . esc_html__( 'Saved designs', 'printess-editor' ) . '</span>', esc_html__( 'You can provide a new design name to store this version under a different name. This new version can then be found on your {SAVE_DESIGN} page as well.', 'printess-editor' ) ); ?></p> 335 </div> 336 337 <form class="woocommerce-form"> 338 <p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide"> 339 <label for="printess_designnameedit"><?php echo esc_html__( 'Design name', 'printess-editor' ); ?></label> 340 <input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="printess_designnameedit" id="printess_designnameedit" value="" placeholder="<?php echo esc_html__( 'Enter your display name', 'printess-editor' ); ?>"> 341 </p> 342 </form> 343 331 344 332 345 <p><?php echo str_replace( '{SAVE_DESIGN}', '<span class="highlight">' . esc_html__( 'Saved designs', 'printess-editor' ) . '</span>', esc_html__( 'After saving, your saved design can be found under {SAVE_DESIGN} on your account page.', 'printess-editor' ) ); ?></p> … … 352 365 } 353 366 354 const desingNameEditDiv = document.getElementById("printess_show_if_no_design_name"); 355 356 if(desingNameEditDiv) { 357 if(designName) { 358 desingNameEditDiv.classList.add("design_name"); 359 } else { 360 desingNameEditDiv.classList.remove("design_name"); 361 } 367 let desingNameEditDiv = document.getElementById("printess_show_if_no_design_name"); 368 let desingNameEditDiv2 = document.getElementById("printess_show_if_design_name"); 369 370 if(desingNameEditDiv && desingNameEditDiv2) { 371 if(!designName) { 372 desingNameEditDiv.classList.add("visible"); 373 desingNameEditDiv2.classList.remove("visible"); 374 } else { 375 desingNameEditDiv.classList.remove("visible"); 376 desingNameEditDiv2.classList.add("visible"); 377 } 362 378 } 363 379 … … 555 571 } 556 572 557 function printess_save_design(productId, saveToken, thumbnailUrl, storedDisplayName, callback) {573 function printess_save_design(productId, saveToken, thumbnailUrl, storedDisplayName, designId, callback) { 558 574 function doSave(displayName, design_id) { 559 575 printess_show_information_overlay("<?php echo esc_html__( 'Saving design to your list of saved designs', 'printess-editor' )?>"); … … 597 613 result.json().then((json) => { 598 614 printess_hide_information_overlay(); 615 design_id = json; 599 616 callback(displayName, json); 600 617 }); … … 611 628 } 612 629 613 let design_id = null; 630 let design_id = designId; 631 let design_name = ""; 614 632 615 633 const urlParams = new URLSearchParams(window.location.search); 616 const myParam = urlParams.get('design_id'); 617 618 if(myParam && !isNaN(myParam) && parseInt(myParam) > 0) { 619 design_id = parseInt(myParam); 620 } 621 622 if(!design_id && !storedDisplayName) { 623 printess_show_save_dialog(true, "", function() { 634 let myParam = urlParams.get('design_id'); 635 const askForNameOnResave = <?php $show_dlg = get_option( 'printess_ask_for_name_on_resave', 'wpadminbar, page' ); echo wp_json_encode(true === $show_dlg || "true" === $show_dlg || "on" === $show_dlg ); ?>; 636 637 if(!design_id) { 638 if(myParam && !isNaN(myParam) && parseInt(myParam) > 0) { 639 design_id = parseInt(myParam); 640 } 641 } 642 643 myParam = urlParams.get('design_name'); 644 645 if(myParam) { 646 design_name = myParam; 647 } 648 649 if(askForNameOnResave === true || (!design_id && !storedDisplayName)) { 650 printess_show_save_dialog(true, storedDisplayName || design_name, function() { 624 651 const displayNameInput = document.getElementById("printess_designnameedit"); 625 652 … … 634 661 }); 635 662 } else { 636 doSave(storedDisplayName , design_id);663 doSave(storedDisplayName || design_name, design_id); 637 664 } 638 665 } … … 1013 1040 case "back": 1014 1041 currentDisplayName = "";//After the editor was closed, user should provide a new name on save 1042 design_id = null; 1015 1043 <?php 1016 1044 if ( 'buyer' === $mode ) { // Only buyer mode sets the token. The admin edit doesn't do anything! … … 1020 1048 const params = new URLSearchParams(window.location.search); 1021 1049 params.delete('design_id'); 1050 params.delete('design_name'); 1022 1051 params.delete('printess-save-token'); 1023 1052 design_id = null; … … 1061 1090 } else { 1062 1091 ?> 1063 printess_save_design(<?php echo ( isset( $product ) && method_exists( $product, 'get_id' ) ? $product->get_id() : 0 ); ?>, saveTokenFromSave, event.data.result, currentDisplayName, function (displayName, designId) {1092 printess_save_design(<?php echo ( isset( $product ) && method_exists( $product, 'get_id' ) ? $product->get_id() : 0 ); ?>, saveTokenFromSave, event.data.result, currentDisplayName, design_id, function (displayName, designId) { 1064 1093 currentDisplayName = displayName; 1065 1094 … … 2163 2192 printess_unexpire_save_token( $parameters['saveToken'], printess_create_new_unexpiration_date() ); 2164 2193 2165 return $repo->update_design( $customer_id, $design_id, $parameters['saveToken'], $parameters['thumbnailUrl'] ); 2194 if( array_key_exists( 'displayName', $parameters ) && null !== $parameters["displayName"] && "" !== $parameters["displayName"] && $parameters["displayName"] === $designs[0]["displayName"] ) { 2195 return $repo->update_design( $customer_id, $design_id, $parameters['saveToken'], $parameters['thumbnailUrl'] ); 2196 } else { 2197 return $repo->add_design( $customer_id, $parameters['saveToken'], $parameters['thumbnailUrl'], $designs[0]['productId'], $designs[0]['productName'], $parameters['displayName'], json_decode( $designs[0]['options'], true ) ); 2198 } 2166 2199 } 2167 2200 } else { … … 2764 2797 } 2765 2798 2766 2767 2768 2799 /** 2800 * Renders the Printess debug option. 2801 */ 2769 2802 function printess_debug_field_callback() { 2770 2803 $setting = printess_get_debug(); … … 2777 2810 ?> 2778 2811 <input type="checkbox" name="printess_debug" <?php echo esc_html( $checked ); ?>> 2812 <?php 2813 } 2814 2815 /** 2816 * Renders the Printess ask for name input on second save click setting. 2817 */ 2818 function printess_ask_for_name_on_resave_field_callback() { 2819 $setting = get_option( 'printess_ask_for_name_on_resave', 'wpadminbar, page' ); 2820 $checked = ''; 2821 2822 if ( $setting ) { 2823 $checked = 'checked'; 2824 } 2825 2826 ?> 2827 <input type="checkbox" name="printess_ask_for_name_on_resave" <?php echo esc_html( $checked ); ?>> 2779 2828 <?php 2780 2829 } … … 3213 3262 'printess_settings_section' 3214 3263 ); 3264 3265 //get_option( 'printess_ask_for_name_on_resave', 'wpadminbar, page' ); 3266 register_setting( 3267 'printess-settings', 3268 'printess_ask_for_name_on_resave', 3269 array( 3270 'type' => 'boolean', 3271 'default' => false, 3272 ) 3273 ); 3274 3275 add_settings_field( 3276 'printess_ask_for_name_on_resave', 3277 __( 'Provide input for design name on second save', 'printess-editor' ), 3278 'printess_ask_for_name_on_resave_field_callback', 3279 'printess-settings', 3280 'printess_settings_section' 3281 ); 3282 3215 3283 3216 3284 register_setting( … … 4503 4571 $product_url = add_query_arg( 'printess-save-token', $design['saveToken'], $permalink ); 4504 4572 $product_url = add_query_arg( 'design_id', '' . $design['id'], $product_url ); 4573 $product_url = add_query_arg( 'design_name', '' . $design['displayName'], $product_url ); 4505 4574 4506 4575 if( array_key_exists("options", $design) && null !== $design['options'] && "" !== $design['options']) { -
printess-editor/trunk/readme.txt
r3006222 r3007237 4 4 Requires at least: 5.6 5 5 Tested up to: 8.2.1 6 Stable tag: 1.4. 66 Stable tag: 1.4.7 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 53 53 * Added: Replaced table of personalized items in customer order detail view with CSS-Grid for easier styling. 54 54 * Fixed: Adding personalized items to basket failed for variants in case the item was added through the personalized items table inside the customers order detail view. 55 56 = 1.4.7 = 57 * Added: possibility to change saved design name on second and every consecutive "save" click.
Note: See TracChangeset
for help on using the changeset viewer.