Changeset 3150724
- Timestamp:
- 09/12/2024 10:22:12 AM (19 months ago)
- Location:
- aplazame
- Files:
-
- 16 edited
- 1 copied
-
tags/v4.1.1 (copied) (copied from aplazame/trunk)
-
tags/v4.1.1/README.txt (modified) (2 diffs)
-
tags/v4.1.1/aplazame.php (modified) (6 diffs)
-
tags/v4.1.1/classes/wc-aplazame-gateway.php (modified) (10 diffs)
-
tags/v4.1.1/i18n/languages/aplazame-es_ES.mo (modified) (previous)
-
tags/v4.1.1/i18n/languages/aplazame.po (modified) (2 diffs)
-
tags/v4.1.1/i18n/languages/aplazame.pot (modified) (2 diffs)
-
tags/v4.1.1/templates/widgets/cart.php (modified) (2 diffs)
-
tags/v4.1.1/templates/widgets/product.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/aplazame.php (modified) (6 diffs)
-
trunk/classes/wc-aplazame-gateway.php (modified) (10 diffs)
-
trunk/i18n/languages/aplazame-es_ES.mo (modified) (previous)
-
trunk/i18n/languages/aplazame.po (modified) (2 diffs)
-
trunk/i18n/languages/aplazame.pot (modified) (2 diffs)
-
trunk/templates/widgets/cart.php (modified) (2 diffs)
-
trunk/templates/widgets/product.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
aplazame/tags/v4.1.1/README.txt
r3095046 r3150724 3 3 Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago 4 4 Requires at least: 4.0.1 5 Tested up to: 6. 5.35 Tested up to: 6.6.2 6 6 Requires PHP: 5.3.0 7 Stable tag: 4. 0.27 Stable tag: 4.1.1 8 8 License: BSD-3-Clause 9 9 License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE … … 78 78 == Changelog == 79 79 80 #### [v4.1.1](https://github.com/aplazame/woocommerce/tree/v4.1.1) (2024-09-12) 81 82 * Minor release for marketplace. 83 84 #### [v4.1.0](https://github.com/aplazame/woocommerce/tree/v4.1.0) (2024-09-12) 85 86 * [ADD] Widget v5. 87 88 #### [v4.0.2](https://github.com/aplazame/woocommerce/tree/v4.0.2) (2024-05-30) 89 90 * Beta support for Checkout Block. 91 80 92 #### [v4.0.1](https://github.com/aplazame/woocommerce/tree/v4.0.1) (2024-03-05) 81 93 -
aplazame/tags/v4.1.1/aplazame.php
r3095046 r3150724 3 3 * Plugin Name: Aplazame 4 4 * Plugin URI: https://github.com/aplazame/woocommerce 5 * Version: 4. 0.25 * Version: 4.1.1 6 6 * Description: Aplazame offers a payment method to receive funding for the purchases. 7 7 * Author: Aplazame … … 12 12 * 13 13 * WC requires at least: 3.0.0 14 * WC tested up to: 8.9.114 * WC tested up to: 9.2.3 15 15 * 16 16 * License: GNU General Public License v3.0 … … 26 26 27 27 class WC_Aplazame { 28 const VERSION = '4. 0.2';28 const VERSION = '4.1.1'; 29 29 const METHOD_ID = 'aplazame'; 30 30 const METHOD_TITLE = 'Aplazame'; … … 372 372 'product_widget_layout' => 'horizontal', 373 373 'cart_widget_layout' => 'horizontal', 374 'widget_legacy' => 'no',375 374 'product_widget_border' => 'yes', 376 375 'product_widget_align' => 'center', … … 383 382 'product_widget_max_desired' => 'no', 384 383 'cart_widget_max_desired' => 'no', 384 'product_widget_ver' => 'v5', 385 'cart_widget_ver' => 'v5', 386 'product_slider' => 'yes', 387 'cart_slider' => 'yes', 388 'product_small_size' => 'no', 389 'cart_small_size' => 'no', 385 390 ); 386 391 … … 411 416 $aplazame->settings['title'] = $aplazame->settings['title_instalments']; 412 417 } 413 if ( ! isset( $aplazame->settings['widget_legacy'] ) ) {414 $aplazame->settings['widget_legacy'] = 'yes';415 }416 418 self::save_settings( $aplazame->settings ); 417 419 -
aplazame/tags/v4.1.1/classes/wc-aplazame-gateway.php
r3041163 r3150724 233 233 'default' => WC_Aplazame_Install::$defaultSettings['widget_out_of_limits'], 234 234 ), 235 'widget_legacy' => array(236 'type' => 'checkbox',237 'title' => 'Widget legacy',238 'description' => __( 'Use widget legacy instead new widget', 'aplazame' ),239 'label' => __( 'Turn on widget legacy', 'aplazame' ),240 ),241 235 'payment_section' => array( 242 236 'title' => __( 'Payment method title and description', 'aplazame' ), … … 267 261 'description' => '', 268 262 ), 263 'product_widget_ver' => array( 264 'type' => 'select', 265 'title' => __( 'Widget version', 'aplazame' ), 266 'description' => __( 'Select your desired version for product widget', 'aplazame' ), 267 'options' => array( 268 'v3' => __( 'v3', 'aplazame' ), 269 'v4' => __( 'v4', 'aplazame' ), 270 'v5' => __( 'v5', 'aplazame' ), 271 ), 272 'default' => 'v5', 273 ), 269 274 'product_widget_action' => array( 270 275 'type' => 'select', … … 286 291 'placeholder' => __( 'Optional (only numbers)', 'aplazame' ), 287 292 ), 293 'product_slider' => array( 294 'type' => 'checkbox', 295 'title' => __( 'Slider', 'aplazame' ), 296 'description' => __( 'Show slider in product widget (only v5)', 'aplazame' ), 297 'label' => __( 'Show slider info', 'aplazame' ), 298 ), 299 'product_small_size' => array( 300 'type' => 'checkbox', 301 'title' => __( 'Small size', 'aplazame' ), 302 'description' => __( 'Reduce size of product widget (only v5)', 'aplazame' ), 303 'label' => __( 'Reduce size', 'aplazame' ), 304 ), 288 305 'product_downpayment_info' => array( 289 306 'type' => 'checkbox', … … 307 324 'type' => 'checkbox', 308 325 'title' => __( 'Border', 'aplazame' ), 309 'description' => __( 'Show border in product widget (only new widget)', 'aplazame' ),326 'description' => __( 'Show border in product widget (only v4)', 'aplazame' ), 310 327 'label' => __( 'Show border', 'aplazame' ), 311 328 ), … … 313 330 'type' => 'checkbox', 314 331 'title' => __( 'Enter maximum instalment', 'aplazame' ), 315 'description' => __( 'Allow the user to manually enter the maximum instalment they want to pay (only new widget)', 'aplazame' ),332 'description' => __( 'Allow the user to manually enter the maximum instalment they want to pay (only v4)', 'aplazame' ), 316 333 'label' => __( 'Allow the user to manually enter the maximum instalment', 'aplazame' ), 334 ), 335 'product_widget_layout' => array( 336 'type' => 'select', 337 'title' => __( 'Layout', 'aplazame' ), 338 'description' => __( 'Layout of product widget (only v4)', 'aplazame' ), 339 'options' => array( 340 'horizontal' => 'Horizontal', 341 'vertical' => 'Vertical', 342 ), 343 'default' => WC_Aplazame_Install::$defaultSettings['product_widget_layout'], 344 ), 345 'product_widget_align' => array( 346 'type' => 'select', 347 'title' => __( 'Alignment', 'aplazame' ), 348 'description' => __( 'Product widget alignment (only v4/v5)', 'aplazame' ), 349 'options' => array( 350 'left' => __( 'Left', 'aplazame' ), 351 'center' => __( 'Center', 'aplazame' ), 352 'right' => __( 'Right', 'aplazame' ), 353 ), 354 'default' => WC_Aplazame_Install::$defaultSettings['product_widget_align'], 317 355 ), 318 356 'product_widget_primary_color' => array( … … 321 359 'class' => 'colorpick', 322 360 'title' => __( 'Primary color', 'aplazame' ), 323 'description' => __( 'Primary color hexadecimal code for product widget (only new widget)', 'aplazame' ),361 'description' => __( 'Primary color hexadecimal code for product widget (only v4)', 'aplazame' ), 324 362 'default' => WC_Aplazame_Install::$defaultSettings['product_widget_primary_color'], 325 363 'placeholder' => WC_Aplazame_Install::$defaultSettings['product_widget_primary_color'], 326 ),327 'product_widget_layout' => array(328 'type' => 'select',329 'title' => __( 'Layout', 'aplazame' ),330 'description' => __( 'Layout of product widget (only new widget)', 'aplazame' ),331 'options' => array(332 'horizontal' => 'Horizontal',333 'vertical' => 'Vertical',334 ),335 'default' => WC_Aplazame_Install::$defaultSettings['product_widget_layout'],336 ),337 'product_widget_align' => array(338 'type' => 'select',339 'title' => __( 'Alignment', 'aplazame' ),340 'description' => __( 'Product widget alignment (only new widget)', 'aplazame' ),341 'options' => array(342 'left' => __( 'Left', 'aplazame' ),343 'center' => __( 'Center', 'aplazame' ),344 'right' => __( 'Right', 'aplazame' ),345 ),346 'default' => WC_Aplazame_Install::$defaultSettings['product_widget_align'],347 364 ), 348 365 'quantity_selector' => array( … … 375 392 'description' => '', 376 393 ), 394 'cart_widget_ver' => array( 395 'type' => 'select', 396 'title' => __( 'Widget version', 'aplazame' ), 397 'description' => __( 'Select your desired version for cart widget', 'aplazame' ), 398 'options' => array( 399 'v3' => __( 'v3', 'aplazame' ), 400 'v4' => __( 'v4', 'aplazame' ), 401 'v5' => __( 'v5', 'aplazame' ), 402 ), 403 'default' => 'v5', 404 ), 377 405 'cart_widget_action' => array( 378 406 'type' => 'select', … … 393 421 'placeholder' => __( 'Optional (only numbers)', 'aplazame' ), 394 422 ), 423 'cart_slider' => array( 424 'type' => 'checkbox', 425 'title' => __( 'Slider', 'aplazame' ), 426 'description' => __( 'Show slider in cart widget (only v5)', 'aplazame' ), 427 'label' => __( 'Show slider info', 'aplazame' ), 428 ), 429 'cart_small_size' => array( 430 'type' => 'checkbox', 431 'title' => __( 'Small size', 'aplazame' ), 432 'description' => __( 'Reduce size of cart widget (only v5)', 'aplazame' ), 433 'label' => __( 'Reduce size', 'aplazame' ), 434 ), 395 435 'cart_downpayment_info' => array( 396 436 'type' => 'checkbox', … … 414 454 'type' => 'checkbox', 415 455 'title' => __( 'Enter maximum instalment', 'aplazame' ), 416 'description' => __( 'Allow the user to manually enter the maximum instalment they want to pay (only new widget)', 'aplazame' ),456 'description' => __( 'Allow the user to manually enter the maximum instalment they want to pay (only v4)', 'aplazame' ), 417 457 'label' => __( 'Allow the user to manually enter the maximum instalment', 'aplazame' ), 458 ), 459 'cart_widget_layout' => array( 460 'type' => 'select', 461 'title' => __( 'Layout', 'aplazame' ), 462 'description' => __( 'Layout of cart widget (only v4)', 'aplazame' ), 463 'options' => array( 464 'horizontal' => 'Horizontal', 465 'vertical' => 'Vertical', 466 ), 467 'default' => WC_Aplazame_Install::$defaultSettings['cart_widget_layout'], 468 ), 469 'cart_widget_align' => array( 470 'type' => 'select', 471 'title' => __( 'Alignment', 'aplazame' ), 472 'description' => __( 'Cart widget alignment (only v4/v5)', 'aplazame' ), 473 'options' => array( 474 'left' => __( 'Left', 'aplazame' ), 475 'center' => __( 'Center', 'aplazame' ), 476 'right' => __( 'Right', 'aplazame' ), 477 ), 478 'default' => WC_Aplazame_Install::$defaultSettings['cart_widget_align'], 418 479 ), 419 480 'cart_widget_primary_color' => array( … … 422 483 'class' => 'colorpick', 423 484 'title' => __( 'Primary color', 'aplazame' ), 424 'description' => __( 'Primary color hexadecimal code for cart widget (only new widget)', 'aplazame' ),485 'description' => __( 'Primary color hexadecimal code for cart widget (only v4)', 'aplazame' ), 425 486 'default' => WC_Aplazame_Install::$defaultSettings['cart_widget_primary_color'], 426 487 'placeholder' => WC_Aplazame_Install::$defaultSettings['cart_widget_primary_color'], 427 ),428 'cart_widget_layout' => array(429 'type' => 'select',430 'title' => __( 'Layout', 'aplazame' ),431 'description' => __( 'Layout of cart widget (only new widget)', 'aplazame' ),432 'options' => array(433 'horizontal' => 'Horizontal',434 'vertical' => 'Vertical',435 ),436 'default' => WC_Aplazame_Install::$defaultSettings['cart_widget_layout'],437 ),438 'cart_widget_align' => array(439 'type' => 'select',440 'title' => __( 'Alignment', 'aplazame' ),441 'description' => __( 'Cart widget alignment (only new widget)', 'aplazame' ),442 'options' => array(443 'left' => __( 'Left', 'aplazame' ),444 'center' => __( 'Center', 'aplazame' ),445 'right' => __( 'Right', 'aplazame' ),446 ),447 'default' => WC_Aplazame_Install::$defaultSettings['cart_widget_align'],448 488 ), 449 489 -
aplazame/tags/v4.1.1/i18n/languages/aplazame.po
r3095046 r3150724 2 2 msgstr "" 3 3 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 4 "POT-Creation-Date: 2024-0 5-30 10:53+0200\n"4 "POT-Creation-Date: 2024-09-11 13:55+0200\n" 5 5 "Language: es_ES\n" 6 6 "MIME-Version: 1.0\n" … … 82 82 msgstr "Ocultar" 83 83 84 #: classes/wc-aplazame-gateway.php:238 85 msgid "Use widget legacy instead new widget" 86 msgstr "Usa el widget legacy en lugar del nuevo widget" 87 88 #: classes/wc-aplazame-gateway.php:239 89 msgid "Turn on widget legacy" 90 msgstr "Activar widget legacy" 91 92 #: classes/wc-aplazame-gateway.php:242 84 #: classes/wc-aplazame-gateway.php:236 93 85 msgid "Payment method title and description" 94 86 msgstr "Título y descripción del método de pago" 95 87 96 #: classes/wc-aplazame-gateway.php:24 888 #: classes/wc-aplazame-gateway.php:242 97 89 msgid "Title" 98 90 msgstr "Título" 99 91 100 #: classes/wc-aplazame-gateway.php:24 992 #: classes/wc-aplazame-gateway.php:243 101 93 msgid "Payment method title" 102 94 msgstr "Título del método de pago" 103 95 104 #: classes/wc-aplazame-gateway.php:2 5496 #: classes/wc-aplazame-gateway.php:248 105 97 msgid "Description" 106 98 msgstr "Descripción" 107 99 108 #: classes/wc-aplazame-gateway.php:2 55100 #: classes/wc-aplazame-gateway.php:249 109 101 msgid "Payment method description" 110 102 msgstr "Descripción del método de pago" 111 103 112 #: classes/wc-aplazame-gateway.php:2 65104 #: classes/wc-aplazame-gateway.php:259 113 105 msgid "Product widget" 114 106 msgstr "Widget del producto" 115 107 116 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:379 108 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:396 109 msgid "Widget version" 110 msgstr "Versión del widget" 111 112 #: classes/wc-aplazame-gateway.php:266 113 msgid "Select your desired version for product widget" 114 msgstr "Elige la versión deseada para el widget del producto" 115 116 #: classes/wc-aplazame-gateway.php:268 classes/wc-aplazame-gateway.php:399 117 msgid "v3" 118 msgstr "" 119 120 #: classes/wc-aplazame-gateway.php:269 classes/wc-aplazame-gateway.php:400 121 msgid "v4" 122 msgstr "" 123 124 #: classes/wc-aplazame-gateway.php:270 classes/wc-aplazame-gateway.php:401 125 msgid "v5" 126 msgstr "" 127 128 #: classes/wc-aplazame-gateway.php:276 classes/wc-aplazame-gateway.php:407 117 129 msgid "Place to show" 118 130 msgstr "Lugar a mostrar" 119 131 120 #: classes/wc-aplazame-gateway.php:27 2132 #: classes/wc-aplazame-gateway.php:277 121 133 msgid "Widget place on product page" 122 134 msgstr "Lugar del widget en la página del producto" 123 135 124 #: classes/wc-aplazame-gateway.php:27 4 classes/wc-aplazame-gateway.php:382136 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:410 125 137 msgid "~ Not show ~" 126 138 msgstr "~ No mostrar ~" 127 139 128 #: classes/wc-aplazame-gateway.php:2 75140 #: classes/wc-aplazame-gateway.php:280 129 141 msgid "Before add to cart button" 130 142 msgstr "Antes del botón de añadir al carrito" 131 143 132 #: classes/wc-aplazame-gateway.php:2 76144 #: classes/wc-aplazame-gateway.php:281 133 145 msgid "After add to cart button" 134 146 msgstr "Después del botón de añadir al carrito" 135 147 136 #: classes/wc-aplazame-gateway.php:2 77148 #: classes/wc-aplazame-gateway.php:282 137 149 msgid "After summary" 138 150 msgstr "Después del resumen" 139 151 140 #: classes/wc-aplazame-gateway.php:28 4 classes/wc-aplazame-gateway.php:391152 #: classes/wc-aplazame-gateway.php:289 classes/wc-aplazame-gateway.php:419 141 153 msgid "Default instalments" 142 154 msgstr "Cuotas por defecto" 143 155 144 #: classes/wc-aplazame-gateway.php:2 85156 #: classes/wc-aplazame-gateway.php:290 145 157 msgid "Number of default instalments in product widget" 146 158 msgstr "Número de cuotas por defecto en el widget del producto" 147 159 148 #: classes/wc-aplazame-gateway.php:2 86 classes/wc-aplazame-gateway.php:393160 #: classes/wc-aplazame-gateway.php:291 classes/wc-aplazame-gateway.php:421 149 161 msgid "Optional (only numbers)" 150 162 msgstr "Opcional (solo números)" 151 163 152 #: classes/wc-aplazame-gateway.php:290 classes/wc-aplazame-gateway.php:397 164 #: classes/wc-aplazame-gateway.php:295 classes/wc-aplazame-gateway.php:425 165 msgid "Slider" 166 msgstr "Barra deslizante" 167 168 #: classes/wc-aplazame-gateway.php:296 169 msgid "Show slider in product widget (only v5)" 170 msgstr "Muestra la barra deslizante para el widget del producto (sólo v5)" 171 172 #: classes/wc-aplazame-gateway.php:297 classes/wc-aplazame-gateway.php:427 173 msgid "Show slider info" 174 msgstr "Muestra la barra deslizante" 175 176 #: classes/wc-aplazame-gateway.php:301 classes/wc-aplazame-gateway.php:431 177 msgid "Small size" 178 msgstr "Tamaño pequeño" 179 180 #: classes/wc-aplazame-gateway.php:302 181 msgid "Reduce size of product widget (only v5)" 182 msgstr "Reduce el tamaño para el widget del producto (sólo v5)" 183 184 #: classes/wc-aplazame-gateway.php:303 classes/wc-aplazame-gateway.php:433 185 msgid "Reduce size" 186 msgstr "Reducir tamaño" 187 188 #: classes/wc-aplazame-gateway.php:307 classes/wc-aplazame-gateway.php:437 153 189 msgid "Downpayment info" 154 190 msgstr "Pago inicial" 155 191 156 #: classes/wc-aplazame-gateway.php: 291192 #: classes/wc-aplazame-gateway.php:308 157 193 msgid "Show downpayment info in product widget" 158 194 msgstr "Mostrar pago inicial en el widget del producto" 159 195 160 #: classes/wc-aplazame-gateway.php: 292 classes/wc-aplazame-gateway.php:399196 #: classes/wc-aplazame-gateway.php:309 classes/wc-aplazame-gateway.php:439 161 197 msgid "Show downpayment info" 162 198 msgstr "Mostrar pago inicial" 163 199 164 #: classes/wc-aplazame-gateway.php: 296 classes/wc-aplazame-gateway.php:403200 #: classes/wc-aplazame-gateway.php:313 classes/wc-aplazame-gateway.php:443 165 201 msgid "Legal notice" 166 202 msgstr "Texto legal" 167 203 168 #: classes/wc-aplazame-gateway.php: 297204 #: classes/wc-aplazame-gateway.php:314 169 205 msgid "Show legal notice in product widget" 170 206 msgstr "Mostrar texto legal en el widget del producto" 171 207 172 #: classes/wc-aplazame-gateway.php: 298 classes/wc-aplazame-gateway.php:405208 #: classes/wc-aplazame-gateway.php:315 classes/wc-aplazame-gateway.php:445 173 209 msgid "Show legal notice" 174 210 msgstr "Mostrar texto legal" 175 211 176 #: classes/wc-aplazame-gateway.php:3 02 classes/wc-aplazame-gateway.php:409212 #: classes/wc-aplazame-gateway.php:319 classes/wc-aplazame-gateway.php:449 177 213 msgid "Pay in 4" 178 214 msgstr "Paga en 4" 179 215 180 #: classes/wc-aplazame-gateway.php:3 03216 #: classes/wc-aplazame-gateway.php:320 181 217 msgid "Enable product widget pay in 4 (if available)" 182 218 msgstr "Activar widget del producto paga en 4 (si disponible)" 183 219 184 #: classes/wc-aplazame-gateway.php:3 04 classes/wc-aplazame-gateway.php:411220 #: classes/wc-aplazame-gateway.php:321 classes/wc-aplazame-gateway.php:451 185 221 msgid "Enable pay in 4" 186 222 msgstr "Activar paga en 4" 187 223 188 #: classes/wc-aplazame-gateway.php:3 08224 #: classes/wc-aplazame-gateway.php:325 189 225 msgid "Border" 190 226 msgstr "Marco" 191 227 192 #: classes/wc-aplazame-gateway.php:3 09193 msgid "Show border in product widget (only new widget)"194 msgstr "Mostrar marco en el widget del producto (sólo nuevo widget)"195 196 #: classes/wc-aplazame-gateway.php:3 10228 #: classes/wc-aplazame-gateway.php:326 229 msgid "Show border in product widget (only v4)" 230 msgstr "Mostrar marco en el widget del producto (sólo v4)" 231 232 #: classes/wc-aplazame-gateway.php:327 197 233 msgid "Show border" 198 234 msgstr "Mostrar marco" 199 235 200 #: classes/wc-aplazame-gateway.php:3 14 classes/wc-aplazame-gateway.php:415236 #: classes/wc-aplazame-gateway.php:331 classes/wc-aplazame-gateway.php:455 201 237 msgid "Enter maximum instalment" 202 238 msgstr "Introducir cuota máxima" 203 239 204 #: classes/wc-aplazame-gateway.php:3 15 classes/wc-aplazame-gateway.php:416240 #: classes/wc-aplazame-gateway.php:332 classes/wc-aplazame-gateway.php:456 205 241 msgid "" 206 242 "Allow the user to manually enter the maximum instalment they want to pay " 207 "(only new widget)"243 "(only v4)" 208 244 msgstr "" 209 245 "Permitir al usuario introducir manualmente la cuota máxima que desea pagar " 210 "(sólo nuevo widget)"211 212 #: classes/wc-aplazame-gateway.php:3 16 classes/wc-aplazame-gateway.php:417246 "(sólo v4)" 247 248 #: classes/wc-aplazame-gateway.php:333 classes/wc-aplazame-gateway.php:457 213 249 msgid "Allow the user to manually enter the maximum instalment" 214 250 msgstr "Permitir al usuario introducir manualmente la cuota máxima" 215 251 216 #: classes/wc-aplazame-gateway.php:322 classes/wc-aplazame-gateway.php:423 252 #: classes/wc-aplazame-gateway.php:337 classes/wc-aplazame-gateway.php:461 253 msgid "Layout" 254 msgstr "Disposición" 255 256 #: classes/wc-aplazame-gateway.php:338 257 msgid "Layout of product widget (only v4)" 258 msgstr "Disposición del widget del producto (sólo v4)" 259 260 #: classes/wc-aplazame-gateway.php:347 classes/wc-aplazame-gateway.php:471 261 msgid "Alignment" 262 msgstr "Alineación" 263 264 #: classes/wc-aplazame-gateway.php:348 265 msgid "Product widget alignment (only v4/v5)" 266 msgstr "Alineación del widget del producto (sólo v4/v5)" 267 268 #: classes/wc-aplazame-gateway.php:350 classes/wc-aplazame-gateway.php:474 269 msgid "Left" 270 msgstr "Izquierda" 271 272 #: classes/wc-aplazame-gateway.php:351 classes/wc-aplazame-gateway.php:475 273 msgid "Center" 274 msgstr "Centro" 275 276 #: classes/wc-aplazame-gateway.php:352 classes/wc-aplazame-gateway.php:476 277 msgid "Right" 278 msgstr "Derecha" 279 280 #: classes/wc-aplazame-gateway.php:360 classes/wc-aplazame-gateway.php:484 217 281 msgid "Primary color" 218 282 msgstr "Color principal" 219 283 220 #: classes/wc-aplazame-gateway.php:323 221 msgid "Primary color hexadecimal code for product widget (only new widget)" 222 msgstr "" 223 "Código hexadecimal del color principal para el widget del producto (sólo " 224 "nuevo widget)" 225 226 #: classes/wc-aplazame-gateway.php:329 classes/wc-aplazame-gateway.php:430 227 msgid "Layout" 228 msgstr "Disposición" 229 230 #: classes/wc-aplazame-gateway.php:330 231 msgid "Layout of product widget (only new widget)" 232 msgstr "Disposición del widget del producto (sólo nuevo widget)" 233 234 #: classes/wc-aplazame-gateway.php:339 classes/wc-aplazame-gateway.php:440 235 msgid "Alignment" 236 msgstr "Alineación" 237 238 #: classes/wc-aplazame-gateway.php:340 239 msgid "Product widget alignment (only new widget)" 240 msgstr "Alineación del widget del producto (sólo nuevo widget)" 241 242 #: classes/wc-aplazame-gateway.php:342 classes/wc-aplazame-gateway.php:443 243 msgid "Left" 244 msgstr "Izquierda" 245 246 #: classes/wc-aplazame-gateway.php:343 classes/wc-aplazame-gateway.php:444 247 msgid "Center" 248 msgstr "Centro" 249 250 #: classes/wc-aplazame-gateway.php:344 classes/wc-aplazame-gateway.php:445 251 msgid "Right" 252 msgstr "Derecha" 253 254 #: classes/wc-aplazame-gateway.php:350 284 #: classes/wc-aplazame-gateway.php:361 285 msgid "Primary color hexadecimal code for product widget (only v4)" 286 msgstr "Código hexadecimal del color principal para el widget del producto (sólo v4)" 287 288 #: classes/wc-aplazame-gateway.php:367 255 289 msgid "Product quantity CSS selector" 256 290 msgstr "Selector CSS del número de unidades del producto" 257 291 258 #: classes/wc-aplazame-gateway.php:3 51292 #: classes/wc-aplazame-gateway.php:368 259 293 msgid "CSS selector pointing to product quantity" 260 294 msgstr "Selector CSS para obtener la cantidad de producto" 261 295 262 #: classes/wc-aplazame-gateway.php:3 56296 #: classes/wc-aplazame-gateway.php:373 263 297 msgid "Product price CSS selector" 264 298 msgstr "Selector CSS del precio del producto" 265 299 266 #: classes/wc-aplazame-gateway.php:3 57300 #: classes/wc-aplazame-gateway.php:374 267 301 msgid "CSS selector pointing to product price" 268 302 msgstr "Selector CSS para obtener el precio del producto" 269 303 270 #: classes/wc-aplazame-gateway.php:3 62304 #: classes/wc-aplazame-gateway.php:379 271 305 msgid "Variable product price CSS selector" 272 306 msgstr "Selector CSS del precio variable del producto" 273 307 274 #: classes/wc-aplazame-gateway.php:3 63308 #: classes/wc-aplazame-gateway.php:380 275 309 msgid "CSS selector pointing to variable product price" 276 310 msgstr "Selector CSS para obtener el precio variable del producto" 277 311 278 #: classes/wc-aplazame-gateway.php:3 73312 #: classes/wc-aplazame-gateway.php:390 279 313 msgid "Cart widget" 280 314 msgstr "Widget del carrito" 281 315 282 #: classes/wc-aplazame-gateway.php:380 316 #: classes/wc-aplazame-gateway.php:397 317 msgid "Select your desired version for cart widget" 318 msgstr "Elige la versión deseada para el widget del carrito" 319 320 #: classes/wc-aplazame-gateway.php:408 283 321 msgid "Widget place on cart page" 284 322 msgstr "Lugar del widget en la página del carrito" 285 323 286 #: classes/wc-aplazame-gateway.php: 383324 #: classes/wc-aplazame-gateway.php:411 287 325 msgid "Before cart totals" 288 326 msgstr "Antes del total" 289 327 290 #: classes/wc-aplazame-gateway.php: 384328 #: classes/wc-aplazame-gateway.php:412 291 329 msgid "After cart totals" 292 330 msgstr "Después del total" 293 331 294 #: classes/wc-aplazame-gateway.php: 392332 #: classes/wc-aplazame-gateway.php:420 295 333 msgid "Number of default instalments in cart widget" 296 334 msgstr "Número de cuotas por defecto en el widget del carrito" 297 335 298 #: classes/wc-aplazame-gateway.php:398 336 #: classes/wc-aplazame-gateway.php:426 337 msgid "Show slider in cart widget (only v5)" 338 msgstr "Muestra la barra deslizante para el widget del carrito (sólo v5)" 339 340 #: classes/wc-aplazame-gateway.php:432 341 msgid "Reduce size of cart widget (only v5)" 342 msgstr "Reduce el tamaño para el widget del carrito (sólo v5)" 343 344 #: classes/wc-aplazame-gateway.php:438 299 345 msgid "Show downpayment info in cart widget" 300 346 msgstr "Mostrar pago inicial en el widget del carrito" 301 347 302 #: classes/wc-aplazame-gateway.php:4 04348 #: classes/wc-aplazame-gateway.php:444 303 349 msgid "Show legal notice in cart widget" 304 350 msgstr "Mostrar texto legal en el widget del carrito" 305 351 306 #: classes/wc-aplazame-gateway.php:4 10352 #: classes/wc-aplazame-gateway.php:450 307 353 msgid "Enable cart widget pay in 4 (if available)" 308 354 msgstr "Activar widget del carrito paga en 4 (si disponible)" 309 355 310 #: classes/wc-aplazame-gateway.php:424 311 msgid "Primary color hexadecimal code for cart widget (only new widget)" 312 msgstr "" 313 "Código hexadecimal del color principal para el widget del carrito (sólo " 314 "nuevo widget)" 315 316 #: classes/wc-aplazame-gateway.php:431 317 msgid "Layout of cart widget (only new widget)" 318 msgstr "Disposición del widget del carrito (sólo nuevo widget)" 319 320 #: classes/wc-aplazame-gateway.php:441 321 msgid "Cart widget alignment (only new widget)" 322 msgstr "Alineación del widget del carrito (sólo nuevo widget)" 323 324 #: classes/wc-aplazame-gateway.php:452 356 #: classes/wc-aplazame-gateway.php:462 357 msgid "Layout of cart widget (only v4)" 358 msgstr "Disposición del widget del carrito (sólo v4)" 359 360 #: classes/wc-aplazame-gateway.php:472 361 msgid "Cart widget alignment (only v4/v5)" 362 msgstr "Alineación del widget del carrito (sólo v4/v5)" 363 364 #: classes/wc-aplazame-gateway.php:485 365 msgid "Primary color hexadecimal code for cart widget (only v4)" 366 msgstr "Código hexadecimal del color principal para el widget del carrito (sólo v4)" 367 368 #: classes/wc-aplazame-gateway.php:492 325 369 msgid "Button" 326 370 msgstr "Botón" 327 371 328 #: classes/wc-aplazame-gateway.php:4 58372 #: classes/wc-aplazame-gateway.php:498 329 373 msgid "Button Selector" 330 374 msgstr "Selector del botón" 331 375 332 #: classes/wc-aplazame-gateway.php:4 59376 #: classes/wc-aplazame-gateway.php:499 333 377 msgid "Aplazame Button CSS Selector" 334 378 msgstr "Selector CSS del botón de pago con Aplazame" 335 379 336 #: classes/wc-aplazame-gateway.php: 467380 #: classes/wc-aplazame-gateway.php:507 337 381 msgid "Button Image" 338 382 msgstr "Imagen del botón" 339 383 340 #: classes/wc-aplazame-gateway.php: 468384 #: classes/wc-aplazame-gateway.php:508 341 385 msgid "Aplazame Button Image that you want to show" 342 386 msgstr "Imagen del botón de pago con Aplazame que quieres mostrar" -
aplazame/tags/v4.1.1/i18n/languages/aplazame.pot
r3095046 r3150724 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Aplazame v4. 0.2\n"9 "Project-Id-Version: Aplazame v4.1.1\n" 10 10 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 11 "POT-Creation-Date: 2024-0 5-30 10:53+0200\n"11 "POT-Creation-Date: 2024-09-12 12:13+0200\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 89 89 msgstr "" 90 90 91 #: classes/wc-aplazame-gateway.php:238 92 msgid "Use widget legacy instead new widget" 93 msgstr "" 94 95 #: classes/wc-aplazame-gateway.php:239 96 msgid "Turn on widget legacy" 91 #: classes/wc-aplazame-gateway.php:236 92 msgid "Payment method title and description" 97 93 msgstr "" 98 94 99 95 #: classes/wc-aplazame-gateway.php:242 100 msgid "Payment method title and description" 96 msgid "Title" 97 msgstr "" 98 99 #: classes/wc-aplazame-gateway.php:243 100 msgid "Payment method title" 101 101 msgstr "" 102 102 103 103 #: classes/wc-aplazame-gateway.php:248 104 msgid " Title"104 msgid "Description" 105 105 msgstr "" 106 106 107 107 #: classes/wc-aplazame-gateway.php:249 108 msgid "Payment method title"109 msgstr ""110 111 #: classes/wc-aplazame-gateway.php:254112 msgid "Description"113 msgstr ""114 115 #: classes/wc-aplazame-gateway.php:255116 108 msgid "Payment method description" 117 109 msgstr "" 118 110 119 #: classes/wc-aplazame-gateway.php:2 65111 #: classes/wc-aplazame-gateway.php:259 120 112 msgid "Product widget" 121 113 msgstr "" 122 114 123 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:379 115 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:396 116 msgid "Widget version" 117 msgstr "" 118 119 #: classes/wc-aplazame-gateway.php:266 120 msgid "Select your desired version for product widget" 121 msgstr "" 122 123 #: classes/wc-aplazame-gateway.php:268 classes/wc-aplazame-gateway.php:399 124 msgid "v3" 125 msgstr "" 126 127 #: classes/wc-aplazame-gateway.php:269 classes/wc-aplazame-gateway.php:400 128 msgid "v4" 129 msgstr "" 130 131 #: classes/wc-aplazame-gateway.php:270 classes/wc-aplazame-gateway.php:401 132 msgid "v5" 133 msgstr "" 134 135 #: classes/wc-aplazame-gateway.php:276 classes/wc-aplazame-gateway.php:407 124 136 msgid "Place to show" 125 137 msgstr "" 126 138 127 #: classes/wc-aplazame-gateway.php:27 2139 #: classes/wc-aplazame-gateway.php:277 128 140 msgid "Widget place on product page" 129 141 msgstr "" 130 142 131 #: classes/wc-aplazame-gateway.php:27 4 classes/wc-aplazame-gateway.php:382143 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:410 132 144 msgid "~ Not show ~" 133 145 msgstr "" 134 146 135 #: classes/wc-aplazame-gateway.php:2 75147 #: classes/wc-aplazame-gateway.php:280 136 148 msgid "Before add to cart button" 137 149 msgstr "" 138 150 139 #: classes/wc-aplazame-gateway.php:2 76151 #: classes/wc-aplazame-gateway.php:281 140 152 msgid "After add to cart button" 141 153 msgstr "" 142 154 143 #: classes/wc-aplazame-gateway.php:2 77155 #: classes/wc-aplazame-gateway.php:282 144 156 msgid "After summary" 145 157 msgstr "" 146 158 147 #: classes/wc-aplazame-gateway.php:28 4 classes/wc-aplazame-gateway.php:391159 #: classes/wc-aplazame-gateway.php:289 classes/wc-aplazame-gateway.php:419 148 160 msgid "Default instalments" 149 161 msgstr "" 150 162 151 #: classes/wc-aplazame-gateway.php:2 85163 #: classes/wc-aplazame-gateway.php:290 152 164 msgid "Number of default instalments in product widget" 153 165 msgstr "" 154 166 155 #: classes/wc-aplazame-gateway.php:2 86 classes/wc-aplazame-gateway.php:393167 #: classes/wc-aplazame-gateway.php:291 classes/wc-aplazame-gateway.php:421 156 168 msgid "Optional (only numbers)" 157 169 msgstr "" 158 170 159 #: classes/wc-aplazame-gateway.php:290 classes/wc-aplazame-gateway.php:397 171 #: classes/wc-aplazame-gateway.php:295 classes/wc-aplazame-gateway.php:425 172 msgid "Slider" 173 msgstr "" 174 175 #: classes/wc-aplazame-gateway.php:296 176 msgid "Show slider in product widget (only v5)" 177 msgstr "" 178 179 #: classes/wc-aplazame-gateway.php:297 classes/wc-aplazame-gateway.php:427 180 msgid "Show slider info" 181 msgstr "" 182 183 #: classes/wc-aplazame-gateway.php:301 classes/wc-aplazame-gateway.php:431 184 msgid "Small size" 185 msgstr "" 186 187 #: classes/wc-aplazame-gateway.php:302 188 msgid "Reduce size of product widget (only v5)" 189 msgstr "" 190 191 #: classes/wc-aplazame-gateway.php:303 classes/wc-aplazame-gateway.php:433 192 msgid "Reduce size" 193 msgstr "" 194 195 #: classes/wc-aplazame-gateway.php:307 classes/wc-aplazame-gateway.php:437 160 196 msgid "Downpayment info" 161 197 msgstr "" 162 198 163 #: classes/wc-aplazame-gateway.php: 291199 #: classes/wc-aplazame-gateway.php:308 164 200 msgid "Show downpayment info in product widget" 165 201 msgstr "" 166 202 167 #: classes/wc-aplazame-gateway.php: 292 classes/wc-aplazame-gateway.php:399203 #: classes/wc-aplazame-gateway.php:309 classes/wc-aplazame-gateway.php:439 168 204 msgid "Show downpayment info" 169 205 msgstr "" 170 206 171 #: classes/wc-aplazame-gateway.php: 296 classes/wc-aplazame-gateway.php:403207 #: classes/wc-aplazame-gateway.php:313 classes/wc-aplazame-gateway.php:443 172 208 msgid "Legal notice" 173 209 msgstr "" 174 210 175 #: classes/wc-aplazame-gateway.php: 297211 #: classes/wc-aplazame-gateway.php:314 176 212 msgid "Show legal notice in product widget" 177 213 msgstr "" 178 214 179 #: classes/wc-aplazame-gateway.php: 298 classes/wc-aplazame-gateway.php:405215 #: classes/wc-aplazame-gateway.php:315 classes/wc-aplazame-gateway.php:445 180 216 msgid "Show legal notice" 181 217 msgstr "" 182 218 183 #: classes/wc-aplazame-gateway.php:3 02 classes/wc-aplazame-gateway.php:409219 #: classes/wc-aplazame-gateway.php:319 classes/wc-aplazame-gateway.php:449 184 220 msgid "Pay in 4" 185 221 msgstr "" 186 222 187 #: classes/wc-aplazame-gateway.php:3 03223 #: classes/wc-aplazame-gateway.php:320 188 224 msgid "Enable product widget pay in 4 (if available)" 189 225 msgstr "" 190 226 191 #: classes/wc-aplazame-gateway.php:3 04 classes/wc-aplazame-gateway.php:411227 #: classes/wc-aplazame-gateway.php:321 classes/wc-aplazame-gateway.php:451 192 228 msgid "Enable pay in 4" 193 229 msgstr "" 194 230 195 #: classes/wc-aplazame-gateway.php:3 08231 #: classes/wc-aplazame-gateway.php:325 196 232 msgid "Border" 197 233 msgstr "" 198 234 199 #: classes/wc-aplazame-gateway.php:3 09200 msgid "Show border in product widget (only new widget)"201 msgstr "" 202 203 #: classes/wc-aplazame-gateway.php:3 10235 #: classes/wc-aplazame-gateway.php:326 236 msgid "Show border in product widget (only v4)" 237 msgstr "" 238 239 #: classes/wc-aplazame-gateway.php:327 204 240 msgid "Show border" 205 241 msgstr "" 206 242 207 #: classes/wc-aplazame-gateway.php:3 14 classes/wc-aplazame-gateway.php:415243 #: classes/wc-aplazame-gateway.php:331 classes/wc-aplazame-gateway.php:455 208 244 msgid "Enter maximum instalment" 209 245 msgstr "" 210 246 211 #: classes/wc-aplazame-gateway.php:3 15 classes/wc-aplazame-gateway.php:416247 #: classes/wc-aplazame-gateway.php:332 classes/wc-aplazame-gateway.php:456 212 248 msgid "" 213 249 "Allow the user to manually enter the maximum instalment they want to pay " 214 "(only new widget)"215 msgstr "" 216 217 #: classes/wc-aplazame-gateway.php:3 16 classes/wc-aplazame-gateway.php:417250 "(only v4)" 251 msgstr "" 252 253 #: classes/wc-aplazame-gateway.php:333 classes/wc-aplazame-gateway.php:457 218 254 msgid "Allow the user to manually enter the maximum instalment" 219 255 msgstr "" 220 256 221 #: classes/wc-aplazame-gateway.php:322 classes/wc-aplazame-gateway.php:423 257 #: classes/wc-aplazame-gateway.php:337 classes/wc-aplazame-gateway.php:461 258 msgid "Layout" 259 msgstr "" 260 261 #: classes/wc-aplazame-gateway.php:338 262 msgid "Layout of product widget (only v4)" 263 msgstr "" 264 265 #: classes/wc-aplazame-gateway.php:347 classes/wc-aplazame-gateway.php:471 266 msgid "Alignment" 267 msgstr "" 268 269 #: classes/wc-aplazame-gateway.php:348 270 msgid "Product widget alignment (only v4/v5)" 271 msgstr "" 272 273 #: classes/wc-aplazame-gateway.php:350 classes/wc-aplazame-gateway.php:474 274 msgid "Left" 275 msgstr "" 276 277 #: classes/wc-aplazame-gateway.php:351 classes/wc-aplazame-gateway.php:475 278 msgid "Center" 279 msgstr "" 280 281 #: classes/wc-aplazame-gateway.php:352 classes/wc-aplazame-gateway.php:476 282 msgid "Right" 283 msgstr "" 284 285 #: classes/wc-aplazame-gateway.php:360 classes/wc-aplazame-gateway.php:484 222 286 msgid "Primary color" 223 287 msgstr "" 224 288 225 #: classes/wc-aplazame-gateway.php:323 226 msgid "Primary color hexadecimal code for product widget (only new widget)" 227 msgstr "" 228 229 #: classes/wc-aplazame-gateway.php:329 classes/wc-aplazame-gateway.php:430 230 msgid "Layout" 231 msgstr "" 232 233 #: classes/wc-aplazame-gateway.php:330 234 msgid "Layout of product widget (only new widget)" 235 msgstr "" 236 237 #: classes/wc-aplazame-gateway.php:339 classes/wc-aplazame-gateway.php:440 238 msgid "Alignment" 239 msgstr "" 240 241 #: classes/wc-aplazame-gateway.php:340 242 msgid "Product widget alignment (only new widget)" 243 msgstr "" 244 245 #: classes/wc-aplazame-gateway.php:342 classes/wc-aplazame-gateway.php:443 246 msgid "Left" 247 msgstr "" 248 249 #: classes/wc-aplazame-gateway.php:343 classes/wc-aplazame-gateway.php:444 250 msgid "Center" 251 msgstr "" 252 253 #: classes/wc-aplazame-gateway.php:344 classes/wc-aplazame-gateway.php:445 254 msgid "Right" 255 msgstr "" 256 257 #: classes/wc-aplazame-gateway.php:350 289 #: classes/wc-aplazame-gateway.php:361 290 msgid "Primary color hexadecimal code for product widget (only v4)" 291 msgstr "" 292 293 #: classes/wc-aplazame-gateway.php:367 258 294 msgid "Product quantity CSS selector" 259 295 msgstr "" 260 296 261 #: classes/wc-aplazame-gateway.php:3 51297 #: classes/wc-aplazame-gateway.php:368 262 298 msgid "CSS selector pointing to product quantity" 263 299 msgstr "" 264 300 265 #: classes/wc-aplazame-gateway.php:3 56301 #: classes/wc-aplazame-gateway.php:373 266 302 msgid "Product price CSS selector" 267 303 msgstr "" 268 304 269 #: classes/wc-aplazame-gateway.php:3 57305 #: classes/wc-aplazame-gateway.php:374 270 306 msgid "CSS selector pointing to product price" 271 307 msgstr "" 272 308 273 #: classes/wc-aplazame-gateway.php:3 62309 #: classes/wc-aplazame-gateway.php:379 274 310 msgid "Variable product price CSS selector" 275 311 msgstr "" 276 312 277 #: classes/wc-aplazame-gateway.php:3 63313 #: classes/wc-aplazame-gateway.php:380 278 314 msgid "CSS selector pointing to variable product price" 279 315 msgstr "" 280 316 281 #: classes/wc-aplazame-gateway.php:3 73317 #: classes/wc-aplazame-gateway.php:390 282 318 msgid "Cart widget" 283 319 msgstr "" 284 320 285 #: classes/wc-aplazame-gateway.php:380 321 #: classes/wc-aplazame-gateway.php:397 322 msgid "Select your desired version for cart widget" 323 msgstr "" 324 325 #: classes/wc-aplazame-gateway.php:408 286 326 msgid "Widget place on cart page" 287 327 msgstr "" 288 328 289 #: classes/wc-aplazame-gateway.php: 383329 #: classes/wc-aplazame-gateway.php:411 290 330 msgid "Before cart totals" 291 331 msgstr "" 292 332 293 #: classes/wc-aplazame-gateway.php: 384333 #: classes/wc-aplazame-gateway.php:412 294 334 msgid "After cart totals" 295 335 msgstr "" 296 336 297 #: classes/wc-aplazame-gateway.php: 392337 #: classes/wc-aplazame-gateway.php:420 298 338 msgid "Number of default instalments in cart widget" 299 339 msgstr "" 300 340 301 #: classes/wc-aplazame-gateway.php:398 341 #: classes/wc-aplazame-gateway.php:426 342 msgid "Show slider in cart widget (only v5)" 343 msgstr "" 344 345 #: classes/wc-aplazame-gateway.php:432 346 msgid "Reduce size of cart widget (only v5)" 347 msgstr "" 348 349 #: classes/wc-aplazame-gateway.php:438 302 350 msgid "Show downpayment info in cart widget" 303 351 msgstr "" 304 352 305 #: classes/wc-aplazame-gateway.php:4 04353 #: classes/wc-aplazame-gateway.php:444 306 354 msgid "Show legal notice in cart widget" 307 355 msgstr "" 308 356 309 #: classes/wc-aplazame-gateway.php:4 10357 #: classes/wc-aplazame-gateway.php:450 310 358 msgid "Enable cart widget pay in 4 (if available)" 311 359 msgstr "" 312 360 313 #: classes/wc-aplazame-gateway.php:4 24314 msgid " Primary color hexadecimal code for cart widget (only new widget)"315 msgstr "" 316 317 #: classes/wc-aplazame-gateway.php:4 31318 msgid " Layout of cart widget (only new widget)"319 msgstr "" 320 321 #: classes/wc-aplazame-gateway.php:4 41322 msgid " Cart widget alignment (only new widget)"323 msgstr "" 324 325 #: classes/wc-aplazame-gateway.php:4 52361 #: classes/wc-aplazame-gateway.php:462 362 msgid "Layout of cart widget (only v4)" 363 msgstr "" 364 365 #: classes/wc-aplazame-gateway.php:472 366 msgid "Cart widget alignment (only v4/v5)" 367 msgstr "" 368 369 #: classes/wc-aplazame-gateway.php:485 370 msgid "Primary color hexadecimal code for cart widget (only v4)" 371 msgstr "" 372 373 #: classes/wc-aplazame-gateway.php:492 326 374 msgid "Button" 327 375 msgstr "" 328 376 329 #: classes/wc-aplazame-gateway.php:4 58377 #: classes/wc-aplazame-gateway.php:498 330 378 msgid "Button Selector" 331 379 msgstr "" 332 380 333 #: classes/wc-aplazame-gateway.php:4 59381 #: classes/wc-aplazame-gateway.php:499 334 382 msgid "Aplazame Button CSS Selector" 335 383 msgstr "" 336 384 337 #: classes/wc-aplazame-gateway.php: 467385 #: classes/wc-aplazame-gateway.php:507 338 386 msgid "Button Image" 339 387 msgstr "" 340 388 341 #: classes/wc-aplazame-gateway.php: 468389 #: classes/wc-aplazame-gateway.php:508 342 390 msgid "Aplazame Button Image that you want to show" 343 391 msgstr "" -
aplazame/tags/v4.1.1/templates/widgets/cart.php
r2943528 r3150724 14 14 15 15 <div 16 <?php if ( $aplazame->settings[' widget_legacy'] === 'yes' ) : ?>16 <?php if ( $aplazame->settings['cart_widget_ver'] === 'v3' ) : ?> 17 17 data-aplazame-widget-instalments="" 18 18 data-view="cart" 19 <?php else : ?>19 <?php elseif ( $aplazame->settings['cart_widget_ver'] === 'v4' ) : ?> 20 20 data-aplazame-widget-instalments="v4" 21 21 data-type="cart" … … 23 23 data-option-primary-color="<?php echo esc_attr( $aplazame->settings['cart_widget_primary_color'] ); ?>" 24 24 data-option-layout="<?php echo esc_attr( $aplazame->settings['cart_widget_layout'] ); ?>" 25 data-option-align="<?php echo esc_attr( $aplazame->settings['cart_widget_align'] ); ?>" 26 <?php else : ?> 27 data-aplazame-widget-instalments="v5" 28 data-type="cart" 29 data-option-slider="<?php echo esc_attr( $aplazame->settings['cart_slider'] === 'yes' ? 'true' : 'false' ); ?>" 30 data-option-small-size="<?php echo esc_attr( $aplazame->settings['cart_small_size'] === 'yes' ? 'true' : 'false' ); ?>" 25 31 data-option-align="<?php echo esc_attr( $aplazame->settings['cart_widget_align'] ); ?>" 26 32 <?php endif; ?> -
aplazame/tags/v4.1.1/templates/widgets/product.php
r2943528 r3150724 34 34 35 35 <div 36 <?php if ( $aplazame->settings[' widget_legacy'] === 'yes' ) : ?>36 <?php if ( $aplazame->settings['product_widget_ver'] === 'v3' ) : ?> 37 37 data-aplazame-widget-instalments="" 38 38 data-view="product" 39 <?php else : ?>39 <?php elseif ( $aplazame->settings['product_widget_ver'] === 'v4' ) : ?> 40 40 data-aplazame-widget-instalments="v4" 41 41 data-type="product" … … 45 45 data-option-align="<?php echo esc_attr( $aplazame->settings['product_widget_align'] ); ?>" 46 46 data-option-border-product="<?php echo esc_attr( $aplazame->settings['product_widget_border'] === 'yes' ? 'true' : 'false' ); ?>" 47 <?php else : ?> 48 data-aplazame-widget-instalments="v5" 49 data-type="product" 50 data-option-slider="<?php echo esc_attr( $aplazame->settings['product_slider'] === 'yes' ? 'true' : 'false' ); ?>" 51 data-option-small-size="<?php echo esc_attr( $aplazame->settings['product_small_size'] === 'yes' ? 'true' : 'false' ); ?>" 52 data-option-align="<?php echo esc_attr( $aplazame->settings['product_widget_align'] ); ?>" 47 53 <?php endif; ?> 48 54 <?php if ( empty( $price_selector ) ) : ?> -
aplazame/trunk/README.txt
r3095046 r3150724 3 3 Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago 4 4 Requires at least: 4.0.1 5 Tested up to: 6. 5.35 Tested up to: 6.6.2 6 6 Requires PHP: 5.3.0 7 Stable tag: 4. 0.27 Stable tag: 4.1.1 8 8 License: BSD-3-Clause 9 9 License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE … … 78 78 == Changelog == 79 79 80 #### [v4.1.1](https://github.com/aplazame/woocommerce/tree/v4.1.1) (2024-09-12) 81 82 * Minor release for marketplace. 83 84 #### [v4.1.0](https://github.com/aplazame/woocommerce/tree/v4.1.0) (2024-09-12) 85 86 * [ADD] Widget v5. 87 88 #### [v4.0.2](https://github.com/aplazame/woocommerce/tree/v4.0.2) (2024-05-30) 89 90 * Beta support for Checkout Block. 91 80 92 #### [v4.0.1](https://github.com/aplazame/woocommerce/tree/v4.0.1) (2024-03-05) 81 93 -
aplazame/trunk/aplazame.php
r3095046 r3150724 3 3 * Plugin Name: Aplazame 4 4 * Plugin URI: https://github.com/aplazame/woocommerce 5 * Version: 4. 0.25 * Version: 4.1.1 6 6 * Description: Aplazame offers a payment method to receive funding for the purchases. 7 7 * Author: Aplazame … … 12 12 * 13 13 * WC requires at least: 3.0.0 14 * WC tested up to: 8.9.114 * WC tested up to: 9.2.3 15 15 * 16 16 * License: GNU General Public License v3.0 … … 26 26 27 27 class WC_Aplazame { 28 const VERSION = '4. 0.2';28 const VERSION = '4.1.1'; 29 29 const METHOD_ID = 'aplazame'; 30 30 const METHOD_TITLE = 'Aplazame'; … … 372 372 'product_widget_layout' => 'horizontal', 373 373 'cart_widget_layout' => 'horizontal', 374 'widget_legacy' => 'no',375 374 'product_widget_border' => 'yes', 376 375 'product_widget_align' => 'center', … … 383 382 'product_widget_max_desired' => 'no', 384 383 'cart_widget_max_desired' => 'no', 384 'product_widget_ver' => 'v5', 385 'cart_widget_ver' => 'v5', 386 'product_slider' => 'yes', 387 'cart_slider' => 'yes', 388 'product_small_size' => 'no', 389 'cart_small_size' => 'no', 385 390 ); 386 391 … … 411 416 $aplazame->settings['title'] = $aplazame->settings['title_instalments']; 412 417 } 413 if ( ! isset( $aplazame->settings['widget_legacy'] ) ) {414 $aplazame->settings['widget_legacy'] = 'yes';415 }416 418 self::save_settings( $aplazame->settings ); 417 419 -
aplazame/trunk/classes/wc-aplazame-gateway.php
r3041163 r3150724 233 233 'default' => WC_Aplazame_Install::$defaultSettings['widget_out_of_limits'], 234 234 ), 235 'widget_legacy' => array(236 'type' => 'checkbox',237 'title' => 'Widget legacy',238 'description' => __( 'Use widget legacy instead new widget', 'aplazame' ),239 'label' => __( 'Turn on widget legacy', 'aplazame' ),240 ),241 235 'payment_section' => array( 242 236 'title' => __( 'Payment method title and description', 'aplazame' ), … … 267 261 'description' => '', 268 262 ), 263 'product_widget_ver' => array( 264 'type' => 'select', 265 'title' => __( 'Widget version', 'aplazame' ), 266 'description' => __( 'Select your desired version for product widget', 'aplazame' ), 267 'options' => array( 268 'v3' => __( 'v3', 'aplazame' ), 269 'v4' => __( 'v4', 'aplazame' ), 270 'v5' => __( 'v5', 'aplazame' ), 271 ), 272 'default' => 'v5', 273 ), 269 274 'product_widget_action' => array( 270 275 'type' => 'select', … … 286 291 'placeholder' => __( 'Optional (only numbers)', 'aplazame' ), 287 292 ), 293 'product_slider' => array( 294 'type' => 'checkbox', 295 'title' => __( 'Slider', 'aplazame' ), 296 'description' => __( 'Show slider in product widget (only v5)', 'aplazame' ), 297 'label' => __( 'Show slider info', 'aplazame' ), 298 ), 299 'product_small_size' => array( 300 'type' => 'checkbox', 301 'title' => __( 'Small size', 'aplazame' ), 302 'description' => __( 'Reduce size of product widget (only v5)', 'aplazame' ), 303 'label' => __( 'Reduce size', 'aplazame' ), 304 ), 288 305 'product_downpayment_info' => array( 289 306 'type' => 'checkbox', … … 307 324 'type' => 'checkbox', 308 325 'title' => __( 'Border', 'aplazame' ), 309 'description' => __( 'Show border in product widget (only new widget)', 'aplazame' ),326 'description' => __( 'Show border in product widget (only v4)', 'aplazame' ), 310 327 'label' => __( 'Show border', 'aplazame' ), 311 328 ), … … 313 330 'type' => 'checkbox', 314 331 'title' => __( 'Enter maximum instalment', 'aplazame' ), 315 'description' => __( 'Allow the user to manually enter the maximum instalment they want to pay (only new widget)', 'aplazame' ),332 'description' => __( 'Allow the user to manually enter the maximum instalment they want to pay (only v4)', 'aplazame' ), 316 333 'label' => __( 'Allow the user to manually enter the maximum instalment', 'aplazame' ), 334 ), 335 'product_widget_layout' => array( 336 'type' => 'select', 337 'title' => __( 'Layout', 'aplazame' ), 338 'description' => __( 'Layout of product widget (only v4)', 'aplazame' ), 339 'options' => array( 340 'horizontal' => 'Horizontal', 341 'vertical' => 'Vertical', 342 ), 343 'default' => WC_Aplazame_Install::$defaultSettings['product_widget_layout'], 344 ), 345 'product_widget_align' => array( 346 'type' => 'select', 347 'title' => __( 'Alignment', 'aplazame' ), 348 'description' => __( 'Product widget alignment (only v4/v5)', 'aplazame' ), 349 'options' => array( 350 'left' => __( 'Left', 'aplazame' ), 351 'center' => __( 'Center', 'aplazame' ), 352 'right' => __( 'Right', 'aplazame' ), 353 ), 354 'default' => WC_Aplazame_Install::$defaultSettings['product_widget_align'], 317 355 ), 318 356 'product_widget_primary_color' => array( … … 321 359 'class' => 'colorpick', 322 360 'title' => __( 'Primary color', 'aplazame' ), 323 'description' => __( 'Primary color hexadecimal code for product widget (only new widget)', 'aplazame' ),361 'description' => __( 'Primary color hexadecimal code for product widget (only v4)', 'aplazame' ), 324 362 'default' => WC_Aplazame_Install::$defaultSettings['product_widget_primary_color'], 325 363 'placeholder' => WC_Aplazame_Install::$defaultSettings['product_widget_primary_color'], 326 ),327 'product_widget_layout' => array(328 'type' => 'select',329 'title' => __( 'Layout', 'aplazame' ),330 'description' => __( 'Layout of product widget (only new widget)', 'aplazame' ),331 'options' => array(332 'horizontal' => 'Horizontal',333 'vertical' => 'Vertical',334 ),335 'default' => WC_Aplazame_Install::$defaultSettings['product_widget_layout'],336 ),337 'product_widget_align' => array(338 'type' => 'select',339 'title' => __( 'Alignment', 'aplazame' ),340 'description' => __( 'Product widget alignment (only new widget)', 'aplazame' ),341 'options' => array(342 'left' => __( 'Left', 'aplazame' ),343 'center' => __( 'Center', 'aplazame' ),344 'right' => __( 'Right', 'aplazame' ),345 ),346 'default' => WC_Aplazame_Install::$defaultSettings['product_widget_align'],347 364 ), 348 365 'quantity_selector' => array( … … 375 392 'description' => '', 376 393 ), 394 'cart_widget_ver' => array( 395 'type' => 'select', 396 'title' => __( 'Widget version', 'aplazame' ), 397 'description' => __( 'Select your desired version for cart widget', 'aplazame' ), 398 'options' => array( 399 'v3' => __( 'v3', 'aplazame' ), 400 'v4' => __( 'v4', 'aplazame' ), 401 'v5' => __( 'v5', 'aplazame' ), 402 ), 403 'default' => 'v5', 404 ), 377 405 'cart_widget_action' => array( 378 406 'type' => 'select', … … 393 421 'placeholder' => __( 'Optional (only numbers)', 'aplazame' ), 394 422 ), 423 'cart_slider' => array( 424 'type' => 'checkbox', 425 'title' => __( 'Slider', 'aplazame' ), 426 'description' => __( 'Show slider in cart widget (only v5)', 'aplazame' ), 427 'label' => __( 'Show slider info', 'aplazame' ), 428 ), 429 'cart_small_size' => array( 430 'type' => 'checkbox', 431 'title' => __( 'Small size', 'aplazame' ), 432 'description' => __( 'Reduce size of cart widget (only v5)', 'aplazame' ), 433 'label' => __( 'Reduce size', 'aplazame' ), 434 ), 395 435 'cart_downpayment_info' => array( 396 436 'type' => 'checkbox', … … 414 454 'type' => 'checkbox', 415 455 'title' => __( 'Enter maximum instalment', 'aplazame' ), 416 'description' => __( 'Allow the user to manually enter the maximum instalment they want to pay (only new widget)', 'aplazame' ),456 'description' => __( 'Allow the user to manually enter the maximum instalment they want to pay (only v4)', 'aplazame' ), 417 457 'label' => __( 'Allow the user to manually enter the maximum instalment', 'aplazame' ), 458 ), 459 'cart_widget_layout' => array( 460 'type' => 'select', 461 'title' => __( 'Layout', 'aplazame' ), 462 'description' => __( 'Layout of cart widget (only v4)', 'aplazame' ), 463 'options' => array( 464 'horizontal' => 'Horizontal', 465 'vertical' => 'Vertical', 466 ), 467 'default' => WC_Aplazame_Install::$defaultSettings['cart_widget_layout'], 468 ), 469 'cart_widget_align' => array( 470 'type' => 'select', 471 'title' => __( 'Alignment', 'aplazame' ), 472 'description' => __( 'Cart widget alignment (only v4/v5)', 'aplazame' ), 473 'options' => array( 474 'left' => __( 'Left', 'aplazame' ), 475 'center' => __( 'Center', 'aplazame' ), 476 'right' => __( 'Right', 'aplazame' ), 477 ), 478 'default' => WC_Aplazame_Install::$defaultSettings['cart_widget_align'], 418 479 ), 419 480 'cart_widget_primary_color' => array( … … 422 483 'class' => 'colorpick', 423 484 'title' => __( 'Primary color', 'aplazame' ), 424 'description' => __( 'Primary color hexadecimal code for cart widget (only new widget)', 'aplazame' ),485 'description' => __( 'Primary color hexadecimal code for cart widget (only v4)', 'aplazame' ), 425 486 'default' => WC_Aplazame_Install::$defaultSettings['cart_widget_primary_color'], 426 487 'placeholder' => WC_Aplazame_Install::$defaultSettings['cart_widget_primary_color'], 427 ),428 'cart_widget_layout' => array(429 'type' => 'select',430 'title' => __( 'Layout', 'aplazame' ),431 'description' => __( 'Layout of cart widget (only new widget)', 'aplazame' ),432 'options' => array(433 'horizontal' => 'Horizontal',434 'vertical' => 'Vertical',435 ),436 'default' => WC_Aplazame_Install::$defaultSettings['cart_widget_layout'],437 ),438 'cart_widget_align' => array(439 'type' => 'select',440 'title' => __( 'Alignment', 'aplazame' ),441 'description' => __( 'Cart widget alignment (only new widget)', 'aplazame' ),442 'options' => array(443 'left' => __( 'Left', 'aplazame' ),444 'center' => __( 'Center', 'aplazame' ),445 'right' => __( 'Right', 'aplazame' ),446 ),447 'default' => WC_Aplazame_Install::$defaultSettings['cart_widget_align'],448 488 ), 449 489 -
aplazame/trunk/i18n/languages/aplazame.po
r3095046 r3150724 2 2 msgstr "" 3 3 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 4 "POT-Creation-Date: 2024-0 5-30 10:53+0200\n"4 "POT-Creation-Date: 2024-09-11 13:55+0200\n" 5 5 "Language: es_ES\n" 6 6 "MIME-Version: 1.0\n" … … 82 82 msgstr "Ocultar" 83 83 84 #: classes/wc-aplazame-gateway.php:238 85 msgid "Use widget legacy instead new widget" 86 msgstr "Usa el widget legacy en lugar del nuevo widget" 87 88 #: classes/wc-aplazame-gateway.php:239 89 msgid "Turn on widget legacy" 90 msgstr "Activar widget legacy" 91 92 #: classes/wc-aplazame-gateway.php:242 84 #: classes/wc-aplazame-gateway.php:236 93 85 msgid "Payment method title and description" 94 86 msgstr "Título y descripción del método de pago" 95 87 96 #: classes/wc-aplazame-gateway.php:24 888 #: classes/wc-aplazame-gateway.php:242 97 89 msgid "Title" 98 90 msgstr "Título" 99 91 100 #: classes/wc-aplazame-gateway.php:24 992 #: classes/wc-aplazame-gateway.php:243 101 93 msgid "Payment method title" 102 94 msgstr "Título del método de pago" 103 95 104 #: classes/wc-aplazame-gateway.php:2 5496 #: classes/wc-aplazame-gateway.php:248 105 97 msgid "Description" 106 98 msgstr "Descripción" 107 99 108 #: classes/wc-aplazame-gateway.php:2 55100 #: classes/wc-aplazame-gateway.php:249 109 101 msgid "Payment method description" 110 102 msgstr "Descripción del método de pago" 111 103 112 #: classes/wc-aplazame-gateway.php:2 65104 #: classes/wc-aplazame-gateway.php:259 113 105 msgid "Product widget" 114 106 msgstr "Widget del producto" 115 107 116 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:379 108 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:396 109 msgid "Widget version" 110 msgstr "Versión del widget" 111 112 #: classes/wc-aplazame-gateway.php:266 113 msgid "Select your desired version for product widget" 114 msgstr "Elige la versión deseada para el widget del producto" 115 116 #: classes/wc-aplazame-gateway.php:268 classes/wc-aplazame-gateway.php:399 117 msgid "v3" 118 msgstr "" 119 120 #: classes/wc-aplazame-gateway.php:269 classes/wc-aplazame-gateway.php:400 121 msgid "v4" 122 msgstr "" 123 124 #: classes/wc-aplazame-gateway.php:270 classes/wc-aplazame-gateway.php:401 125 msgid "v5" 126 msgstr "" 127 128 #: classes/wc-aplazame-gateway.php:276 classes/wc-aplazame-gateway.php:407 117 129 msgid "Place to show" 118 130 msgstr "Lugar a mostrar" 119 131 120 #: classes/wc-aplazame-gateway.php:27 2132 #: classes/wc-aplazame-gateway.php:277 121 133 msgid "Widget place on product page" 122 134 msgstr "Lugar del widget en la página del producto" 123 135 124 #: classes/wc-aplazame-gateway.php:27 4 classes/wc-aplazame-gateway.php:382136 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:410 125 137 msgid "~ Not show ~" 126 138 msgstr "~ No mostrar ~" 127 139 128 #: classes/wc-aplazame-gateway.php:2 75140 #: classes/wc-aplazame-gateway.php:280 129 141 msgid "Before add to cart button" 130 142 msgstr "Antes del botón de añadir al carrito" 131 143 132 #: classes/wc-aplazame-gateway.php:2 76144 #: classes/wc-aplazame-gateway.php:281 133 145 msgid "After add to cart button" 134 146 msgstr "Después del botón de añadir al carrito" 135 147 136 #: classes/wc-aplazame-gateway.php:2 77148 #: classes/wc-aplazame-gateway.php:282 137 149 msgid "After summary" 138 150 msgstr "Después del resumen" 139 151 140 #: classes/wc-aplazame-gateway.php:28 4 classes/wc-aplazame-gateway.php:391152 #: classes/wc-aplazame-gateway.php:289 classes/wc-aplazame-gateway.php:419 141 153 msgid "Default instalments" 142 154 msgstr "Cuotas por defecto" 143 155 144 #: classes/wc-aplazame-gateway.php:2 85156 #: classes/wc-aplazame-gateway.php:290 145 157 msgid "Number of default instalments in product widget" 146 158 msgstr "Número de cuotas por defecto en el widget del producto" 147 159 148 #: classes/wc-aplazame-gateway.php:2 86 classes/wc-aplazame-gateway.php:393160 #: classes/wc-aplazame-gateway.php:291 classes/wc-aplazame-gateway.php:421 149 161 msgid "Optional (only numbers)" 150 162 msgstr "Opcional (solo números)" 151 163 152 #: classes/wc-aplazame-gateway.php:290 classes/wc-aplazame-gateway.php:397 164 #: classes/wc-aplazame-gateway.php:295 classes/wc-aplazame-gateway.php:425 165 msgid "Slider" 166 msgstr "Barra deslizante" 167 168 #: classes/wc-aplazame-gateway.php:296 169 msgid "Show slider in product widget (only v5)" 170 msgstr "Muestra la barra deslizante para el widget del producto (sólo v5)" 171 172 #: classes/wc-aplazame-gateway.php:297 classes/wc-aplazame-gateway.php:427 173 msgid "Show slider info" 174 msgstr "Muestra la barra deslizante" 175 176 #: classes/wc-aplazame-gateway.php:301 classes/wc-aplazame-gateway.php:431 177 msgid "Small size" 178 msgstr "Tamaño pequeño" 179 180 #: classes/wc-aplazame-gateway.php:302 181 msgid "Reduce size of product widget (only v5)" 182 msgstr "Reduce el tamaño para el widget del producto (sólo v5)" 183 184 #: classes/wc-aplazame-gateway.php:303 classes/wc-aplazame-gateway.php:433 185 msgid "Reduce size" 186 msgstr "Reducir tamaño" 187 188 #: classes/wc-aplazame-gateway.php:307 classes/wc-aplazame-gateway.php:437 153 189 msgid "Downpayment info" 154 190 msgstr "Pago inicial" 155 191 156 #: classes/wc-aplazame-gateway.php: 291192 #: classes/wc-aplazame-gateway.php:308 157 193 msgid "Show downpayment info in product widget" 158 194 msgstr "Mostrar pago inicial en el widget del producto" 159 195 160 #: classes/wc-aplazame-gateway.php: 292 classes/wc-aplazame-gateway.php:399196 #: classes/wc-aplazame-gateway.php:309 classes/wc-aplazame-gateway.php:439 161 197 msgid "Show downpayment info" 162 198 msgstr "Mostrar pago inicial" 163 199 164 #: classes/wc-aplazame-gateway.php: 296 classes/wc-aplazame-gateway.php:403200 #: classes/wc-aplazame-gateway.php:313 classes/wc-aplazame-gateway.php:443 165 201 msgid "Legal notice" 166 202 msgstr "Texto legal" 167 203 168 #: classes/wc-aplazame-gateway.php: 297204 #: classes/wc-aplazame-gateway.php:314 169 205 msgid "Show legal notice in product widget" 170 206 msgstr "Mostrar texto legal en el widget del producto" 171 207 172 #: classes/wc-aplazame-gateway.php: 298 classes/wc-aplazame-gateway.php:405208 #: classes/wc-aplazame-gateway.php:315 classes/wc-aplazame-gateway.php:445 173 209 msgid "Show legal notice" 174 210 msgstr "Mostrar texto legal" 175 211 176 #: classes/wc-aplazame-gateway.php:3 02 classes/wc-aplazame-gateway.php:409212 #: classes/wc-aplazame-gateway.php:319 classes/wc-aplazame-gateway.php:449 177 213 msgid "Pay in 4" 178 214 msgstr "Paga en 4" 179 215 180 #: classes/wc-aplazame-gateway.php:3 03216 #: classes/wc-aplazame-gateway.php:320 181 217 msgid "Enable product widget pay in 4 (if available)" 182 218 msgstr "Activar widget del producto paga en 4 (si disponible)" 183 219 184 #: classes/wc-aplazame-gateway.php:3 04 classes/wc-aplazame-gateway.php:411220 #: classes/wc-aplazame-gateway.php:321 classes/wc-aplazame-gateway.php:451 185 221 msgid "Enable pay in 4" 186 222 msgstr "Activar paga en 4" 187 223 188 #: classes/wc-aplazame-gateway.php:3 08224 #: classes/wc-aplazame-gateway.php:325 189 225 msgid "Border" 190 226 msgstr "Marco" 191 227 192 #: classes/wc-aplazame-gateway.php:3 09193 msgid "Show border in product widget (only new widget)"194 msgstr "Mostrar marco en el widget del producto (sólo nuevo widget)"195 196 #: classes/wc-aplazame-gateway.php:3 10228 #: classes/wc-aplazame-gateway.php:326 229 msgid "Show border in product widget (only v4)" 230 msgstr "Mostrar marco en el widget del producto (sólo v4)" 231 232 #: classes/wc-aplazame-gateway.php:327 197 233 msgid "Show border" 198 234 msgstr "Mostrar marco" 199 235 200 #: classes/wc-aplazame-gateway.php:3 14 classes/wc-aplazame-gateway.php:415236 #: classes/wc-aplazame-gateway.php:331 classes/wc-aplazame-gateway.php:455 201 237 msgid "Enter maximum instalment" 202 238 msgstr "Introducir cuota máxima" 203 239 204 #: classes/wc-aplazame-gateway.php:3 15 classes/wc-aplazame-gateway.php:416240 #: classes/wc-aplazame-gateway.php:332 classes/wc-aplazame-gateway.php:456 205 241 msgid "" 206 242 "Allow the user to manually enter the maximum instalment they want to pay " 207 "(only new widget)"243 "(only v4)" 208 244 msgstr "" 209 245 "Permitir al usuario introducir manualmente la cuota máxima que desea pagar " 210 "(sólo nuevo widget)"211 212 #: classes/wc-aplazame-gateway.php:3 16 classes/wc-aplazame-gateway.php:417246 "(sólo v4)" 247 248 #: classes/wc-aplazame-gateway.php:333 classes/wc-aplazame-gateway.php:457 213 249 msgid "Allow the user to manually enter the maximum instalment" 214 250 msgstr "Permitir al usuario introducir manualmente la cuota máxima" 215 251 216 #: classes/wc-aplazame-gateway.php:322 classes/wc-aplazame-gateway.php:423 252 #: classes/wc-aplazame-gateway.php:337 classes/wc-aplazame-gateway.php:461 253 msgid "Layout" 254 msgstr "Disposición" 255 256 #: classes/wc-aplazame-gateway.php:338 257 msgid "Layout of product widget (only v4)" 258 msgstr "Disposición del widget del producto (sólo v4)" 259 260 #: classes/wc-aplazame-gateway.php:347 classes/wc-aplazame-gateway.php:471 261 msgid "Alignment" 262 msgstr "Alineación" 263 264 #: classes/wc-aplazame-gateway.php:348 265 msgid "Product widget alignment (only v4/v5)" 266 msgstr "Alineación del widget del producto (sólo v4/v5)" 267 268 #: classes/wc-aplazame-gateway.php:350 classes/wc-aplazame-gateway.php:474 269 msgid "Left" 270 msgstr "Izquierda" 271 272 #: classes/wc-aplazame-gateway.php:351 classes/wc-aplazame-gateway.php:475 273 msgid "Center" 274 msgstr "Centro" 275 276 #: classes/wc-aplazame-gateway.php:352 classes/wc-aplazame-gateway.php:476 277 msgid "Right" 278 msgstr "Derecha" 279 280 #: classes/wc-aplazame-gateway.php:360 classes/wc-aplazame-gateway.php:484 217 281 msgid "Primary color" 218 282 msgstr "Color principal" 219 283 220 #: classes/wc-aplazame-gateway.php:323 221 msgid "Primary color hexadecimal code for product widget (only new widget)" 222 msgstr "" 223 "Código hexadecimal del color principal para el widget del producto (sólo " 224 "nuevo widget)" 225 226 #: classes/wc-aplazame-gateway.php:329 classes/wc-aplazame-gateway.php:430 227 msgid "Layout" 228 msgstr "Disposición" 229 230 #: classes/wc-aplazame-gateway.php:330 231 msgid "Layout of product widget (only new widget)" 232 msgstr "Disposición del widget del producto (sólo nuevo widget)" 233 234 #: classes/wc-aplazame-gateway.php:339 classes/wc-aplazame-gateway.php:440 235 msgid "Alignment" 236 msgstr "Alineación" 237 238 #: classes/wc-aplazame-gateway.php:340 239 msgid "Product widget alignment (only new widget)" 240 msgstr "Alineación del widget del producto (sólo nuevo widget)" 241 242 #: classes/wc-aplazame-gateway.php:342 classes/wc-aplazame-gateway.php:443 243 msgid "Left" 244 msgstr "Izquierda" 245 246 #: classes/wc-aplazame-gateway.php:343 classes/wc-aplazame-gateway.php:444 247 msgid "Center" 248 msgstr "Centro" 249 250 #: classes/wc-aplazame-gateway.php:344 classes/wc-aplazame-gateway.php:445 251 msgid "Right" 252 msgstr "Derecha" 253 254 #: classes/wc-aplazame-gateway.php:350 284 #: classes/wc-aplazame-gateway.php:361 285 msgid "Primary color hexadecimal code for product widget (only v4)" 286 msgstr "Código hexadecimal del color principal para el widget del producto (sólo v4)" 287 288 #: classes/wc-aplazame-gateway.php:367 255 289 msgid "Product quantity CSS selector" 256 290 msgstr "Selector CSS del número de unidades del producto" 257 291 258 #: classes/wc-aplazame-gateway.php:3 51292 #: classes/wc-aplazame-gateway.php:368 259 293 msgid "CSS selector pointing to product quantity" 260 294 msgstr "Selector CSS para obtener la cantidad de producto" 261 295 262 #: classes/wc-aplazame-gateway.php:3 56296 #: classes/wc-aplazame-gateway.php:373 263 297 msgid "Product price CSS selector" 264 298 msgstr "Selector CSS del precio del producto" 265 299 266 #: classes/wc-aplazame-gateway.php:3 57300 #: classes/wc-aplazame-gateway.php:374 267 301 msgid "CSS selector pointing to product price" 268 302 msgstr "Selector CSS para obtener el precio del producto" 269 303 270 #: classes/wc-aplazame-gateway.php:3 62304 #: classes/wc-aplazame-gateway.php:379 271 305 msgid "Variable product price CSS selector" 272 306 msgstr "Selector CSS del precio variable del producto" 273 307 274 #: classes/wc-aplazame-gateway.php:3 63308 #: classes/wc-aplazame-gateway.php:380 275 309 msgid "CSS selector pointing to variable product price" 276 310 msgstr "Selector CSS para obtener el precio variable del producto" 277 311 278 #: classes/wc-aplazame-gateway.php:3 73312 #: classes/wc-aplazame-gateway.php:390 279 313 msgid "Cart widget" 280 314 msgstr "Widget del carrito" 281 315 282 #: classes/wc-aplazame-gateway.php:380 316 #: classes/wc-aplazame-gateway.php:397 317 msgid "Select your desired version for cart widget" 318 msgstr "Elige la versión deseada para el widget del carrito" 319 320 #: classes/wc-aplazame-gateway.php:408 283 321 msgid "Widget place on cart page" 284 322 msgstr "Lugar del widget en la página del carrito" 285 323 286 #: classes/wc-aplazame-gateway.php: 383324 #: classes/wc-aplazame-gateway.php:411 287 325 msgid "Before cart totals" 288 326 msgstr "Antes del total" 289 327 290 #: classes/wc-aplazame-gateway.php: 384328 #: classes/wc-aplazame-gateway.php:412 291 329 msgid "After cart totals" 292 330 msgstr "Después del total" 293 331 294 #: classes/wc-aplazame-gateway.php: 392332 #: classes/wc-aplazame-gateway.php:420 295 333 msgid "Number of default instalments in cart widget" 296 334 msgstr "Número de cuotas por defecto en el widget del carrito" 297 335 298 #: classes/wc-aplazame-gateway.php:398 336 #: classes/wc-aplazame-gateway.php:426 337 msgid "Show slider in cart widget (only v5)" 338 msgstr "Muestra la barra deslizante para el widget del carrito (sólo v5)" 339 340 #: classes/wc-aplazame-gateway.php:432 341 msgid "Reduce size of cart widget (only v5)" 342 msgstr "Reduce el tamaño para el widget del carrito (sólo v5)" 343 344 #: classes/wc-aplazame-gateway.php:438 299 345 msgid "Show downpayment info in cart widget" 300 346 msgstr "Mostrar pago inicial en el widget del carrito" 301 347 302 #: classes/wc-aplazame-gateway.php:4 04348 #: classes/wc-aplazame-gateway.php:444 303 349 msgid "Show legal notice in cart widget" 304 350 msgstr "Mostrar texto legal en el widget del carrito" 305 351 306 #: classes/wc-aplazame-gateway.php:4 10352 #: classes/wc-aplazame-gateway.php:450 307 353 msgid "Enable cart widget pay in 4 (if available)" 308 354 msgstr "Activar widget del carrito paga en 4 (si disponible)" 309 355 310 #: classes/wc-aplazame-gateway.php:424 311 msgid "Primary color hexadecimal code for cart widget (only new widget)" 312 msgstr "" 313 "Código hexadecimal del color principal para el widget del carrito (sólo " 314 "nuevo widget)" 315 316 #: classes/wc-aplazame-gateway.php:431 317 msgid "Layout of cart widget (only new widget)" 318 msgstr "Disposición del widget del carrito (sólo nuevo widget)" 319 320 #: classes/wc-aplazame-gateway.php:441 321 msgid "Cart widget alignment (only new widget)" 322 msgstr "Alineación del widget del carrito (sólo nuevo widget)" 323 324 #: classes/wc-aplazame-gateway.php:452 356 #: classes/wc-aplazame-gateway.php:462 357 msgid "Layout of cart widget (only v4)" 358 msgstr "Disposición del widget del carrito (sólo v4)" 359 360 #: classes/wc-aplazame-gateway.php:472 361 msgid "Cart widget alignment (only v4/v5)" 362 msgstr "Alineación del widget del carrito (sólo v4/v5)" 363 364 #: classes/wc-aplazame-gateway.php:485 365 msgid "Primary color hexadecimal code for cart widget (only v4)" 366 msgstr "Código hexadecimal del color principal para el widget del carrito (sólo v4)" 367 368 #: classes/wc-aplazame-gateway.php:492 325 369 msgid "Button" 326 370 msgstr "Botón" 327 371 328 #: classes/wc-aplazame-gateway.php:4 58372 #: classes/wc-aplazame-gateway.php:498 329 373 msgid "Button Selector" 330 374 msgstr "Selector del botón" 331 375 332 #: classes/wc-aplazame-gateway.php:4 59376 #: classes/wc-aplazame-gateway.php:499 333 377 msgid "Aplazame Button CSS Selector" 334 378 msgstr "Selector CSS del botón de pago con Aplazame" 335 379 336 #: classes/wc-aplazame-gateway.php: 467380 #: classes/wc-aplazame-gateway.php:507 337 381 msgid "Button Image" 338 382 msgstr "Imagen del botón" 339 383 340 #: classes/wc-aplazame-gateway.php: 468384 #: classes/wc-aplazame-gateway.php:508 341 385 msgid "Aplazame Button Image that you want to show" 342 386 msgstr "Imagen del botón de pago con Aplazame que quieres mostrar" -
aplazame/trunk/i18n/languages/aplazame.pot
r3095046 r3150724 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Aplazame v4. 0.2\n"9 "Project-Id-Version: Aplazame v4.1.1\n" 10 10 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 11 "POT-Creation-Date: 2024-0 5-30 10:53+0200\n"11 "POT-Creation-Date: 2024-09-12 12:13+0200\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 89 89 msgstr "" 90 90 91 #: classes/wc-aplazame-gateway.php:238 92 msgid "Use widget legacy instead new widget" 93 msgstr "" 94 95 #: classes/wc-aplazame-gateway.php:239 96 msgid "Turn on widget legacy" 91 #: classes/wc-aplazame-gateway.php:236 92 msgid "Payment method title and description" 97 93 msgstr "" 98 94 99 95 #: classes/wc-aplazame-gateway.php:242 100 msgid "Payment method title and description" 96 msgid "Title" 97 msgstr "" 98 99 #: classes/wc-aplazame-gateway.php:243 100 msgid "Payment method title" 101 101 msgstr "" 102 102 103 103 #: classes/wc-aplazame-gateway.php:248 104 msgid " Title"104 msgid "Description" 105 105 msgstr "" 106 106 107 107 #: classes/wc-aplazame-gateway.php:249 108 msgid "Payment method title"109 msgstr ""110 111 #: classes/wc-aplazame-gateway.php:254112 msgid "Description"113 msgstr ""114 115 #: classes/wc-aplazame-gateway.php:255116 108 msgid "Payment method description" 117 109 msgstr "" 118 110 119 #: classes/wc-aplazame-gateway.php:2 65111 #: classes/wc-aplazame-gateway.php:259 120 112 msgid "Product widget" 121 113 msgstr "" 122 114 123 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:379 115 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:396 116 msgid "Widget version" 117 msgstr "" 118 119 #: classes/wc-aplazame-gateway.php:266 120 msgid "Select your desired version for product widget" 121 msgstr "" 122 123 #: classes/wc-aplazame-gateway.php:268 classes/wc-aplazame-gateway.php:399 124 msgid "v3" 125 msgstr "" 126 127 #: classes/wc-aplazame-gateway.php:269 classes/wc-aplazame-gateway.php:400 128 msgid "v4" 129 msgstr "" 130 131 #: classes/wc-aplazame-gateway.php:270 classes/wc-aplazame-gateway.php:401 132 msgid "v5" 133 msgstr "" 134 135 #: classes/wc-aplazame-gateway.php:276 classes/wc-aplazame-gateway.php:407 124 136 msgid "Place to show" 125 137 msgstr "" 126 138 127 #: classes/wc-aplazame-gateway.php:27 2139 #: classes/wc-aplazame-gateway.php:277 128 140 msgid "Widget place on product page" 129 141 msgstr "" 130 142 131 #: classes/wc-aplazame-gateway.php:27 4 classes/wc-aplazame-gateway.php:382143 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:410 132 144 msgid "~ Not show ~" 133 145 msgstr "" 134 146 135 #: classes/wc-aplazame-gateway.php:2 75147 #: classes/wc-aplazame-gateway.php:280 136 148 msgid "Before add to cart button" 137 149 msgstr "" 138 150 139 #: classes/wc-aplazame-gateway.php:2 76151 #: classes/wc-aplazame-gateway.php:281 140 152 msgid "After add to cart button" 141 153 msgstr "" 142 154 143 #: classes/wc-aplazame-gateway.php:2 77155 #: classes/wc-aplazame-gateway.php:282 144 156 msgid "After summary" 145 157 msgstr "" 146 158 147 #: classes/wc-aplazame-gateway.php:28 4 classes/wc-aplazame-gateway.php:391159 #: classes/wc-aplazame-gateway.php:289 classes/wc-aplazame-gateway.php:419 148 160 msgid "Default instalments" 149 161 msgstr "" 150 162 151 #: classes/wc-aplazame-gateway.php:2 85163 #: classes/wc-aplazame-gateway.php:290 152 164 msgid "Number of default instalments in product widget" 153 165 msgstr "" 154 166 155 #: classes/wc-aplazame-gateway.php:2 86 classes/wc-aplazame-gateway.php:393167 #: classes/wc-aplazame-gateway.php:291 classes/wc-aplazame-gateway.php:421 156 168 msgid "Optional (only numbers)" 157 169 msgstr "" 158 170 159 #: classes/wc-aplazame-gateway.php:290 classes/wc-aplazame-gateway.php:397 171 #: classes/wc-aplazame-gateway.php:295 classes/wc-aplazame-gateway.php:425 172 msgid "Slider" 173 msgstr "" 174 175 #: classes/wc-aplazame-gateway.php:296 176 msgid "Show slider in product widget (only v5)" 177 msgstr "" 178 179 #: classes/wc-aplazame-gateway.php:297 classes/wc-aplazame-gateway.php:427 180 msgid "Show slider info" 181 msgstr "" 182 183 #: classes/wc-aplazame-gateway.php:301 classes/wc-aplazame-gateway.php:431 184 msgid "Small size" 185 msgstr "" 186 187 #: classes/wc-aplazame-gateway.php:302 188 msgid "Reduce size of product widget (only v5)" 189 msgstr "" 190 191 #: classes/wc-aplazame-gateway.php:303 classes/wc-aplazame-gateway.php:433 192 msgid "Reduce size" 193 msgstr "" 194 195 #: classes/wc-aplazame-gateway.php:307 classes/wc-aplazame-gateway.php:437 160 196 msgid "Downpayment info" 161 197 msgstr "" 162 198 163 #: classes/wc-aplazame-gateway.php: 291199 #: classes/wc-aplazame-gateway.php:308 164 200 msgid "Show downpayment info in product widget" 165 201 msgstr "" 166 202 167 #: classes/wc-aplazame-gateway.php: 292 classes/wc-aplazame-gateway.php:399203 #: classes/wc-aplazame-gateway.php:309 classes/wc-aplazame-gateway.php:439 168 204 msgid "Show downpayment info" 169 205 msgstr "" 170 206 171 #: classes/wc-aplazame-gateway.php: 296 classes/wc-aplazame-gateway.php:403207 #: classes/wc-aplazame-gateway.php:313 classes/wc-aplazame-gateway.php:443 172 208 msgid "Legal notice" 173 209 msgstr "" 174 210 175 #: classes/wc-aplazame-gateway.php: 297211 #: classes/wc-aplazame-gateway.php:314 176 212 msgid "Show legal notice in product widget" 177 213 msgstr "" 178 214 179 #: classes/wc-aplazame-gateway.php: 298 classes/wc-aplazame-gateway.php:405215 #: classes/wc-aplazame-gateway.php:315 classes/wc-aplazame-gateway.php:445 180 216 msgid "Show legal notice" 181 217 msgstr "" 182 218 183 #: classes/wc-aplazame-gateway.php:3 02 classes/wc-aplazame-gateway.php:409219 #: classes/wc-aplazame-gateway.php:319 classes/wc-aplazame-gateway.php:449 184 220 msgid "Pay in 4" 185 221 msgstr "" 186 222 187 #: classes/wc-aplazame-gateway.php:3 03223 #: classes/wc-aplazame-gateway.php:320 188 224 msgid "Enable product widget pay in 4 (if available)" 189 225 msgstr "" 190 226 191 #: classes/wc-aplazame-gateway.php:3 04 classes/wc-aplazame-gateway.php:411227 #: classes/wc-aplazame-gateway.php:321 classes/wc-aplazame-gateway.php:451 192 228 msgid "Enable pay in 4" 193 229 msgstr "" 194 230 195 #: classes/wc-aplazame-gateway.php:3 08231 #: classes/wc-aplazame-gateway.php:325 196 232 msgid "Border" 197 233 msgstr "" 198 234 199 #: classes/wc-aplazame-gateway.php:3 09200 msgid "Show border in product widget (only new widget)"201 msgstr "" 202 203 #: classes/wc-aplazame-gateway.php:3 10235 #: classes/wc-aplazame-gateway.php:326 236 msgid "Show border in product widget (only v4)" 237 msgstr "" 238 239 #: classes/wc-aplazame-gateway.php:327 204 240 msgid "Show border" 205 241 msgstr "" 206 242 207 #: classes/wc-aplazame-gateway.php:3 14 classes/wc-aplazame-gateway.php:415243 #: classes/wc-aplazame-gateway.php:331 classes/wc-aplazame-gateway.php:455 208 244 msgid "Enter maximum instalment" 209 245 msgstr "" 210 246 211 #: classes/wc-aplazame-gateway.php:3 15 classes/wc-aplazame-gateway.php:416247 #: classes/wc-aplazame-gateway.php:332 classes/wc-aplazame-gateway.php:456 212 248 msgid "" 213 249 "Allow the user to manually enter the maximum instalment they want to pay " 214 "(only new widget)"215 msgstr "" 216 217 #: classes/wc-aplazame-gateway.php:3 16 classes/wc-aplazame-gateway.php:417250 "(only v4)" 251 msgstr "" 252 253 #: classes/wc-aplazame-gateway.php:333 classes/wc-aplazame-gateway.php:457 218 254 msgid "Allow the user to manually enter the maximum instalment" 219 255 msgstr "" 220 256 221 #: classes/wc-aplazame-gateway.php:322 classes/wc-aplazame-gateway.php:423 257 #: classes/wc-aplazame-gateway.php:337 classes/wc-aplazame-gateway.php:461 258 msgid "Layout" 259 msgstr "" 260 261 #: classes/wc-aplazame-gateway.php:338 262 msgid "Layout of product widget (only v4)" 263 msgstr "" 264 265 #: classes/wc-aplazame-gateway.php:347 classes/wc-aplazame-gateway.php:471 266 msgid "Alignment" 267 msgstr "" 268 269 #: classes/wc-aplazame-gateway.php:348 270 msgid "Product widget alignment (only v4/v5)" 271 msgstr "" 272 273 #: classes/wc-aplazame-gateway.php:350 classes/wc-aplazame-gateway.php:474 274 msgid "Left" 275 msgstr "" 276 277 #: classes/wc-aplazame-gateway.php:351 classes/wc-aplazame-gateway.php:475 278 msgid "Center" 279 msgstr "" 280 281 #: classes/wc-aplazame-gateway.php:352 classes/wc-aplazame-gateway.php:476 282 msgid "Right" 283 msgstr "" 284 285 #: classes/wc-aplazame-gateway.php:360 classes/wc-aplazame-gateway.php:484 222 286 msgid "Primary color" 223 287 msgstr "" 224 288 225 #: classes/wc-aplazame-gateway.php:323 226 msgid "Primary color hexadecimal code for product widget (only new widget)" 227 msgstr "" 228 229 #: classes/wc-aplazame-gateway.php:329 classes/wc-aplazame-gateway.php:430 230 msgid "Layout" 231 msgstr "" 232 233 #: classes/wc-aplazame-gateway.php:330 234 msgid "Layout of product widget (only new widget)" 235 msgstr "" 236 237 #: classes/wc-aplazame-gateway.php:339 classes/wc-aplazame-gateway.php:440 238 msgid "Alignment" 239 msgstr "" 240 241 #: classes/wc-aplazame-gateway.php:340 242 msgid "Product widget alignment (only new widget)" 243 msgstr "" 244 245 #: classes/wc-aplazame-gateway.php:342 classes/wc-aplazame-gateway.php:443 246 msgid "Left" 247 msgstr "" 248 249 #: classes/wc-aplazame-gateway.php:343 classes/wc-aplazame-gateway.php:444 250 msgid "Center" 251 msgstr "" 252 253 #: classes/wc-aplazame-gateway.php:344 classes/wc-aplazame-gateway.php:445 254 msgid "Right" 255 msgstr "" 256 257 #: classes/wc-aplazame-gateway.php:350 289 #: classes/wc-aplazame-gateway.php:361 290 msgid "Primary color hexadecimal code for product widget (only v4)" 291 msgstr "" 292 293 #: classes/wc-aplazame-gateway.php:367 258 294 msgid "Product quantity CSS selector" 259 295 msgstr "" 260 296 261 #: classes/wc-aplazame-gateway.php:3 51297 #: classes/wc-aplazame-gateway.php:368 262 298 msgid "CSS selector pointing to product quantity" 263 299 msgstr "" 264 300 265 #: classes/wc-aplazame-gateway.php:3 56301 #: classes/wc-aplazame-gateway.php:373 266 302 msgid "Product price CSS selector" 267 303 msgstr "" 268 304 269 #: classes/wc-aplazame-gateway.php:3 57305 #: classes/wc-aplazame-gateway.php:374 270 306 msgid "CSS selector pointing to product price" 271 307 msgstr "" 272 308 273 #: classes/wc-aplazame-gateway.php:3 62309 #: classes/wc-aplazame-gateway.php:379 274 310 msgid "Variable product price CSS selector" 275 311 msgstr "" 276 312 277 #: classes/wc-aplazame-gateway.php:3 63313 #: classes/wc-aplazame-gateway.php:380 278 314 msgid "CSS selector pointing to variable product price" 279 315 msgstr "" 280 316 281 #: classes/wc-aplazame-gateway.php:3 73317 #: classes/wc-aplazame-gateway.php:390 282 318 msgid "Cart widget" 283 319 msgstr "" 284 320 285 #: classes/wc-aplazame-gateway.php:380 321 #: classes/wc-aplazame-gateway.php:397 322 msgid "Select your desired version for cart widget" 323 msgstr "" 324 325 #: classes/wc-aplazame-gateway.php:408 286 326 msgid "Widget place on cart page" 287 327 msgstr "" 288 328 289 #: classes/wc-aplazame-gateway.php: 383329 #: classes/wc-aplazame-gateway.php:411 290 330 msgid "Before cart totals" 291 331 msgstr "" 292 332 293 #: classes/wc-aplazame-gateway.php: 384333 #: classes/wc-aplazame-gateway.php:412 294 334 msgid "After cart totals" 295 335 msgstr "" 296 336 297 #: classes/wc-aplazame-gateway.php: 392337 #: classes/wc-aplazame-gateway.php:420 298 338 msgid "Number of default instalments in cart widget" 299 339 msgstr "" 300 340 301 #: classes/wc-aplazame-gateway.php:398 341 #: classes/wc-aplazame-gateway.php:426 342 msgid "Show slider in cart widget (only v5)" 343 msgstr "" 344 345 #: classes/wc-aplazame-gateway.php:432 346 msgid "Reduce size of cart widget (only v5)" 347 msgstr "" 348 349 #: classes/wc-aplazame-gateway.php:438 302 350 msgid "Show downpayment info in cart widget" 303 351 msgstr "" 304 352 305 #: classes/wc-aplazame-gateway.php:4 04353 #: classes/wc-aplazame-gateway.php:444 306 354 msgid "Show legal notice in cart widget" 307 355 msgstr "" 308 356 309 #: classes/wc-aplazame-gateway.php:4 10357 #: classes/wc-aplazame-gateway.php:450 310 358 msgid "Enable cart widget pay in 4 (if available)" 311 359 msgstr "" 312 360 313 #: classes/wc-aplazame-gateway.php:4 24314 msgid " Primary color hexadecimal code for cart widget (only new widget)"315 msgstr "" 316 317 #: classes/wc-aplazame-gateway.php:4 31318 msgid " Layout of cart widget (only new widget)"319 msgstr "" 320 321 #: classes/wc-aplazame-gateway.php:4 41322 msgid " Cart widget alignment (only new widget)"323 msgstr "" 324 325 #: classes/wc-aplazame-gateway.php:4 52361 #: classes/wc-aplazame-gateway.php:462 362 msgid "Layout of cart widget (only v4)" 363 msgstr "" 364 365 #: classes/wc-aplazame-gateway.php:472 366 msgid "Cart widget alignment (only v4/v5)" 367 msgstr "" 368 369 #: classes/wc-aplazame-gateway.php:485 370 msgid "Primary color hexadecimal code for cart widget (only v4)" 371 msgstr "" 372 373 #: classes/wc-aplazame-gateway.php:492 326 374 msgid "Button" 327 375 msgstr "" 328 376 329 #: classes/wc-aplazame-gateway.php:4 58377 #: classes/wc-aplazame-gateway.php:498 330 378 msgid "Button Selector" 331 379 msgstr "" 332 380 333 #: classes/wc-aplazame-gateway.php:4 59381 #: classes/wc-aplazame-gateway.php:499 334 382 msgid "Aplazame Button CSS Selector" 335 383 msgstr "" 336 384 337 #: classes/wc-aplazame-gateway.php: 467385 #: classes/wc-aplazame-gateway.php:507 338 386 msgid "Button Image" 339 387 msgstr "" 340 388 341 #: classes/wc-aplazame-gateway.php: 468389 #: classes/wc-aplazame-gateway.php:508 342 390 msgid "Aplazame Button Image that you want to show" 343 391 msgstr "" -
aplazame/trunk/templates/widgets/cart.php
r2943528 r3150724 14 14 15 15 <div 16 <?php if ( $aplazame->settings[' widget_legacy'] === 'yes' ) : ?>16 <?php if ( $aplazame->settings['cart_widget_ver'] === 'v3' ) : ?> 17 17 data-aplazame-widget-instalments="" 18 18 data-view="cart" 19 <?php else : ?>19 <?php elseif ( $aplazame->settings['cart_widget_ver'] === 'v4' ) : ?> 20 20 data-aplazame-widget-instalments="v4" 21 21 data-type="cart" … … 23 23 data-option-primary-color="<?php echo esc_attr( $aplazame->settings['cart_widget_primary_color'] ); ?>" 24 24 data-option-layout="<?php echo esc_attr( $aplazame->settings['cart_widget_layout'] ); ?>" 25 data-option-align="<?php echo esc_attr( $aplazame->settings['cart_widget_align'] ); ?>" 26 <?php else : ?> 27 data-aplazame-widget-instalments="v5" 28 data-type="cart" 29 data-option-slider="<?php echo esc_attr( $aplazame->settings['cart_slider'] === 'yes' ? 'true' : 'false' ); ?>" 30 data-option-small-size="<?php echo esc_attr( $aplazame->settings['cart_small_size'] === 'yes' ? 'true' : 'false' ); ?>" 25 31 data-option-align="<?php echo esc_attr( $aplazame->settings['cart_widget_align'] ); ?>" 26 32 <?php endif; ?> -
aplazame/trunk/templates/widgets/product.php
r2943528 r3150724 34 34 35 35 <div 36 <?php if ( $aplazame->settings[' widget_legacy'] === 'yes' ) : ?>36 <?php if ( $aplazame->settings['product_widget_ver'] === 'v3' ) : ?> 37 37 data-aplazame-widget-instalments="" 38 38 data-view="product" 39 <?php else : ?>39 <?php elseif ( $aplazame->settings['product_widget_ver'] === 'v4' ) : ?> 40 40 data-aplazame-widget-instalments="v4" 41 41 data-type="product" … … 45 45 data-option-align="<?php echo esc_attr( $aplazame->settings['product_widget_align'] ); ?>" 46 46 data-option-border-product="<?php echo esc_attr( $aplazame->settings['product_widget_border'] === 'yes' ? 'true' : 'false' ); ?>" 47 <?php else : ?> 48 data-aplazame-widget-instalments="v5" 49 data-type="product" 50 data-option-slider="<?php echo esc_attr( $aplazame->settings['product_slider'] === 'yes' ? 'true' : 'false' ); ?>" 51 data-option-small-size="<?php echo esc_attr( $aplazame->settings['product_small_size'] === 'yes' ? 'true' : 'false' ); ?>" 52 data-option-align="<?php echo esc_attr( $aplazame->settings['product_widget_align'] ); ?>" 47 53 <?php endif; ?> 48 54 <?php if ( empty( $price_selector ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.