Changeset 3371075
- Timestamp:
- 10/01/2025 12:10:03 PM (6 months ago)
- Location:
- aplazame
- Files:
-
- 18 edited
- 1 copied
-
tags/v4.2.0 (copied) (copied from aplazame/trunk)
-
tags/v4.2.0/LICENSE.txt (modified) (1 diff)
-
tags/v4.2.0/README.txt (modified) (2 diffs)
-
tags/v4.2.0/aplazame.php (modified) (4 diffs)
-
tags/v4.2.0/classes/wc-aplazame-gateway.php (modified) (1 diff)
-
tags/v4.2.0/i18n/languages/aplazame-es_ES.mo (modified) (previous)
-
tags/v4.2.0/i18n/languages/aplazame.po (modified) (3 diffs)
-
tags/v4.2.0/i18n/languages/aplazame.pot (modified) (3 diffs)
-
tags/v4.2.0/templates/widgets/cart.php (modified) (1 diff)
-
tags/v4.2.0/templates/widgets/product.php (modified) (1 diff)
-
trunk/LICENSE.txt (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/aplazame.php (modified) (4 diffs)
-
trunk/classes/wc-aplazame-gateway.php (modified) (1 diff)
-
trunk/i18n/languages/aplazame-es_ES.mo (modified) (previous)
-
trunk/i18n/languages/aplazame.po (modified) (3 diffs)
-
trunk/i18n/languages/aplazame.pot (modified) (3 diffs)
-
trunk/templates/widgets/cart.php (modified) (1 diff)
-
trunk/templates/widgets/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aplazame/tags/v4.2.0/LICENSE.txt
r3025663 r3371075 653 653 notice like this when it starts in an interactive mode: 654 654 655 aplazame.js Copyright (C) 202 4Aplazame S.L.655 aplazame.js Copyright (C) 2025 Aplazame S.L. 656 656 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 657 This is free software, and you are welcome to redistribute it -
aplazame/tags/v4.2.0/README.txt
r3191192 r3371075 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. 6.25 Tested up to: 6.8.2 6 6 Requires PHP: 5.3.0 7 Stable tag: 4. 1.27 Stable tag: 4.2.0 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.2.0](https://github.com/aplazame/woocommerce/tree/v4.2.0) (2025-09-29) 81 82 * [ADD] PT widget. 83 84 #### [v4.1.3](https://github.com/aplazame/woocommerce/tree/v4.1.3) (2025-01-21) 85 86 * Update license and tested versions. 87 80 88 #### [v4.1.2](https://github.com/aplazame/woocommerce/tree/v4.1.2) (2024-10-14) 81 89 -
aplazame/tags/v4.2.0/aplazame.php
r3191192 r3371075 3 3 * Plugin Name: Aplazame 4 4 * Plugin URI: https://github.com/aplazame/woocommerce 5 * Version: 4. 1.25 * Version: 4.2.0 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: 9.3.314 * WC tested up to: 10.2.1 15 15 * 16 16 * License: GNU General Public License v3.0 … … 26 26 27 27 class WC_Aplazame { 28 const VERSION = '4. 1.2';28 const VERSION = '4.2.0'; 29 29 const METHOD_ID = 'aplazame'; 30 30 const METHOD_TITLE = 'Aplazame'; … … 386 386 'product_slider' => 'yes', 387 387 'cart_slider' => 'yes', 388 'widget_country' => 'es', 388 389 ); 389 390 -
aplazame/tags/v4.2.0/classes/wc-aplazame-gateway.php
r3191192 r3371075 233 233 'default' => WC_Aplazame_Install::$defaultSettings['widget_out_of_limits'], 234 234 ), 235 'widget_country' => array( 236 'type' => 'select', 237 'title' => __( 'Widget country', 'aplazame' ), 238 'description' => __( 'Select widget country', 'aplazame' ), 239 'options' => array( 240 'es' => __( 'ES (Spain)', 'aplazame' ), 241 'pt' => __( 'PT (Portugal)', 'aplazame' ), 242 ), 243 'default' => WC_Aplazame_Install::$defaultSettings['widget_country'], 244 ), 235 245 'payment_section' => array( 236 246 'title' => __( 'Payment method title and description', 'aplazame' ), -
aplazame/tags/v4.2.0/i18n/languages/aplazame.po
r3191192 r3371075 2 2 msgstr "" 3 3 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 4 "POT-Creation-Date: 202 4-10-14 13:43+0200\n"4 "POT-Creation-Date: 2025-09-29 11:48+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:236 84 #: classes/wc-aplazame-gateway.php:237 85 msgid "Widget country" 86 msgstr "País del widget" 87 88 #: classes/wc-aplazame-gateway.php:238 89 msgid "Select widget country" 90 msgstr "Seleccionar país del widget" 91 92 #: classes/wc-aplazame-gateway.php:240 93 msgid "ES (Spain)" 94 msgstr "ES (España)" 95 96 #: classes/wc-aplazame-gateway.php:241 97 msgid "PT (Portugal)" 98 msgstr "PT (Portugal)" 99 100 #: classes/wc-aplazame-gateway.php:246 85 101 msgid "Payment method title and description" 86 102 msgstr "Título y descripción del método de pago" 87 103 88 #: classes/wc-aplazame-gateway.php:2 42104 #: classes/wc-aplazame-gateway.php:252 89 105 msgid "Title" 90 106 msgstr "Título" 91 107 92 #: classes/wc-aplazame-gateway.php:2 43108 #: classes/wc-aplazame-gateway.php:253 93 109 msgid "Payment method title" 94 110 msgstr "Título del método de pago" 95 111 96 #: classes/wc-aplazame-gateway.php:2 48112 #: classes/wc-aplazame-gateway.php:258 97 113 msgid "Description" 98 114 msgstr "Descripción" 99 115 100 #: classes/wc-aplazame-gateway.php:2 49116 #: classes/wc-aplazame-gateway.php:259 101 117 msgid "Payment method description" 102 118 msgstr "Descripción del método de pago" 103 119 104 #: classes/wc-aplazame-gateway.php:2 59120 #: classes/wc-aplazame-gateway.php:269 105 121 msgid "Product widget" 106 122 msgstr "Widget del producto" 107 123 108 #: classes/wc-aplazame-gateway.php:2 65 classes/wc-aplazame-gateway.php:390124 #: classes/wc-aplazame-gateway.php:275 classes/wc-aplazame-gateway.php:400 109 125 msgid "Widget version" 110 126 msgstr "Versión del widget" 111 127 112 #: classes/wc-aplazame-gateway.php:2 66128 #: classes/wc-aplazame-gateway.php:276 113 129 msgid "Select your desired version for product widget" 114 130 msgstr "Elige la versión deseada para el widget del producto" 115 131 116 #: classes/wc-aplazame-gateway.php:2 68 classes/wc-aplazame-gateway.php:393132 #: classes/wc-aplazame-gateway.php:278 classes/wc-aplazame-gateway.php:403 117 133 msgid "v3" 118 134 msgstr "" 119 135 120 #: classes/wc-aplazame-gateway.php:2 69 classes/wc-aplazame-gateway.php:394136 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:404 121 137 msgid "v4" 122 138 msgstr "" 123 139 124 #: classes/wc-aplazame-gateway.php:2 70 classes/wc-aplazame-gateway.php:395140 #: classes/wc-aplazame-gateway.php:280 classes/wc-aplazame-gateway.php:405 125 141 msgid "v5" 126 142 msgstr "" 127 143 128 #: classes/wc-aplazame-gateway.php:2 76 classes/wc-aplazame-gateway.php:401144 #: classes/wc-aplazame-gateway.php:286 classes/wc-aplazame-gateway.php:411 129 145 msgid "Place to show" 130 146 msgstr "Lugar a mostrar" 131 147 132 #: classes/wc-aplazame-gateway.php:2 77148 #: classes/wc-aplazame-gateway.php:287 133 149 msgid "Widget place on product page" 134 150 msgstr "Lugar del widget en la página del producto" 135 151 136 #: classes/wc-aplazame-gateway.php:2 79 classes/wc-aplazame-gateway.php:404152 #: classes/wc-aplazame-gateway.php:289 classes/wc-aplazame-gateway.php:414 137 153 msgid "~ Not show ~" 138 154 msgstr "~ No mostrar ~" 139 155 140 #: classes/wc-aplazame-gateway.php:2 80156 #: classes/wc-aplazame-gateway.php:290 141 157 msgid "Before add to cart button" 142 158 msgstr "Antes del botón de añadir al carrito" 143 159 144 #: classes/wc-aplazame-gateway.php:2 81160 #: classes/wc-aplazame-gateway.php:291 145 161 msgid "After add to cart button" 146 162 msgstr "Después del botón de añadir al carrito" 147 163 148 #: classes/wc-aplazame-gateway.php:2 82164 #: classes/wc-aplazame-gateway.php:292 149 165 msgid "After summary" 150 166 msgstr "Después del resumen" 151 167 152 #: classes/wc-aplazame-gateway.php:2 89 classes/wc-aplazame-gateway.php:413168 #: classes/wc-aplazame-gateway.php:299 classes/wc-aplazame-gateway.php:423 153 169 msgid "Default instalments" 154 170 msgstr "Cuotas por defecto" 155 171 156 #: classes/wc-aplazame-gateway.php: 290172 #: classes/wc-aplazame-gateway.php:300 157 173 msgid "Number of default instalments in product widget" 158 174 msgstr "Número de cuotas por defecto en el widget del producto" 159 175 160 #: classes/wc-aplazame-gateway.php: 291 classes/wc-aplazame-gateway.php:415176 #: classes/wc-aplazame-gateway.php:301 classes/wc-aplazame-gateway.php:425 161 177 msgid "Optional (only numbers)" 162 178 msgstr "Opcional (solo números)" 163 179 164 #: classes/wc-aplazame-gateway.php: 295 classes/wc-aplazame-gateway.php:419180 #: classes/wc-aplazame-gateway.php:305 classes/wc-aplazame-gateway.php:429 165 181 msgid "Slider" 166 182 msgstr "Barra deslizante" 167 183 168 #: classes/wc-aplazame-gateway.php: 296184 #: classes/wc-aplazame-gateway.php:306 169 185 msgid "Show slider in product widget (only v5)" 170 186 msgstr "Muestra la barra deslizante para el widget del producto (sólo v5)" 171 187 172 #: classes/wc-aplazame-gateway.php: 297 classes/wc-aplazame-gateway.php:421188 #: classes/wc-aplazame-gateway.php:307 classes/wc-aplazame-gateway.php:431 173 189 msgid "Show slider info" 174 190 msgstr "Muestra la barra deslizante" 175 191 176 #: classes/wc-aplazame-gateway.php:3 01 classes/wc-aplazame-gateway.php:425192 #: classes/wc-aplazame-gateway.php:311 classes/wc-aplazame-gateway.php:435 177 193 msgid "Downpayment info" 178 194 msgstr "Pago inicial" 179 195 180 #: classes/wc-aplazame-gateway.php:3 02196 #: classes/wc-aplazame-gateway.php:312 181 197 msgid "Show downpayment info in product widget" 182 198 msgstr "Mostrar pago inicial en el widget del producto" 183 199 184 #: classes/wc-aplazame-gateway.php:3 03 classes/wc-aplazame-gateway.php:427200 #: classes/wc-aplazame-gateway.php:313 classes/wc-aplazame-gateway.php:437 185 201 msgid "Show downpayment info" 186 202 msgstr "Mostrar pago inicial" 187 203 188 #: classes/wc-aplazame-gateway.php:3 07 classes/wc-aplazame-gateway.php:431204 #: classes/wc-aplazame-gateway.php:317 classes/wc-aplazame-gateway.php:441 189 205 msgid "Legal notice" 190 206 msgstr "Texto legal" 191 207 192 #: classes/wc-aplazame-gateway.php:3 08208 #: classes/wc-aplazame-gateway.php:318 193 209 msgid "Show legal notice in product widget" 194 210 msgstr "Mostrar texto legal en el widget del producto" 195 211 196 #: classes/wc-aplazame-gateway.php:3 09 classes/wc-aplazame-gateway.php:433212 #: classes/wc-aplazame-gateway.php:319 classes/wc-aplazame-gateway.php:443 197 213 msgid "Show legal notice" 198 214 msgstr "Mostrar texto legal" 199 215 200 #: classes/wc-aplazame-gateway.php:3 13 classes/wc-aplazame-gateway.php:437216 #: classes/wc-aplazame-gateway.php:323 classes/wc-aplazame-gateway.php:447 201 217 msgid "Pay in 4" 202 218 msgstr "Paga en 4" 203 219 204 #: classes/wc-aplazame-gateway.php:3 14220 #: classes/wc-aplazame-gateway.php:324 205 221 msgid "Enable product widget pay in 4 (if available)" 206 222 msgstr "Activar widget del producto paga en 4 (si disponible)" 207 223 208 #: classes/wc-aplazame-gateway.php:3 15 classes/wc-aplazame-gateway.php:439224 #: classes/wc-aplazame-gateway.php:325 classes/wc-aplazame-gateway.php:449 209 225 msgid "Enable pay in 4" 210 226 msgstr "Activar paga en 4" 211 227 212 #: classes/wc-aplazame-gateway.php:3 19228 #: classes/wc-aplazame-gateway.php:329 213 229 msgid "Border" 214 230 msgstr "Marco" 215 231 216 #: classes/wc-aplazame-gateway.php:3 20232 #: classes/wc-aplazame-gateway.php:330 217 233 msgid "Show border in product widget (only v4)" 218 234 msgstr "Mostrar marco en el widget del producto (sólo v4)" 219 235 220 #: classes/wc-aplazame-gateway.php:3 21236 #: classes/wc-aplazame-gateway.php:331 221 237 msgid "Show border" 222 238 msgstr "Mostrar marco" 223 239 224 #: classes/wc-aplazame-gateway.php:3 25 classes/wc-aplazame-gateway.php:443240 #: classes/wc-aplazame-gateway.php:335 classes/wc-aplazame-gateway.php:453 225 241 msgid "Enter maximum instalment" 226 242 msgstr "Introducir cuota máxima" 227 243 228 #: classes/wc-aplazame-gateway.php:3 26 classes/wc-aplazame-gateway.php:444244 #: classes/wc-aplazame-gateway.php:336 classes/wc-aplazame-gateway.php:454 229 245 msgid "" 230 246 "Allow the user to manually enter the maximum instalment they want to pay " … … 234 250 "(sólo v4)" 235 251 236 #: classes/wc-aplazame-gateway.php:3 27 classes/wc-aplazame-gateway.php:445252 #: classes/wc-aplazame-gateway.php:337 classes/wc-aplazame-gateway.php:455 237 253 msgid "Allow the user to manually enter the maximum instalment" 238 254 msgstr "Permitir al usuario introducir manualmente la cuota máxima" 239 255 240 #: classes/wc-aplazame-gateway.php:3 31 classes/wc-aplazame-gateway.php:449256 #: classes/wc-aplazame-gateway.php:341 classes/wc-aplazame-gateway.php:459 241 257 msgid "Layout" 242 258 msgstr "Disposición" 243 259 244 #: classes/wc-aplazame-gateway.php:3 32260 #: classes/wc-aplazame-gateway.php:342 245 261 msgid "Layout of product widget (only v4)" 246 262 msgstr "Disposición del widget del producto (sólo v4)" 247 263 248 #: classes/wc-aplazame-gateway.php:3 41 classes/wc-aplazame-gateway.php:459264 #: classes/wc-aplazame-gateway.php:351 classes/wc-aplazame-gateway.php:469 249 265 msgid "Alignment" 250 266 msgstr "Alineación" 251 267 252 #: classes/wc-aplazame-gateway.php:3 42268 #: classes/wc-aplazame-gateway.php:352 253 269 msgid "Product widget alignment (only v4/v5)" 254 270 msgstr "Alineación del widget del producto (sólo v4/v5)" 255 271 256 #: classes/wc-aplazame-gateway.php:3 44 classes/wc-aplazame-gateway.php:462272 #: classes/wc-aplazame-gateway.php:354 classes/wc-aplazame-gateway.php:472 257 273 msgid "Left" 258 274 msgstr "Izquierda" 259 275 260 #: classes/wc-aplazame-gateway.php:3 45 classes/wc-aplazame-gateway.php:463276 #: classes/wc-aplazame-gateway.php:355 classes/wc-aplazame-gateway.php:473 261 277 msgid "Center" 262 278 msgstr "Centro" 263 279 264 #: classes/wc-aplazame-gateway.php:3 46 classes/wc-aplazame-gateway.php:464280 #: classes/wc-aplazame-gateway.php:356 classes/wc-aplazame-gateway.php:474 265 281 msgid "Right" 266 282 msgstr "Derecha" 267 283 268 #: classes/wc-aplazame-gateway.php:3 54 classes/wc-aplazame-gateway.php:472284 #: classes/wc-aplazame-gateway.php:364 classes/wc-aplazame-gateway.php:482 269 285 msgid "Primary color" 270 286 msgstr "Color principal" 271 287 272 #: classes/wc-aplazame-gateway.php:3 55288 #: classes/wc-aplazame-gateway.php:365 273 289 msgid "Primary color hexadecimal code for product widget (only v4)" 274 290 msgstr "" 275 291 "Código hexadecimal del color principal para el widget del producto (sólo v4)" 276 292 277 #: classes/wc-aplazame-gateway.php:3 61293 #: classes/wc-aplazame-gateway.php:371 278 294 msgid "Product quantity CSS selector" 279 295 msgstr "Selector CSS del número de unidades del producto" 280 296 281 #: classes/wc-aplazame-gateway.php:3 62297 #: classes/wc-aplazame-gateway.php:372 282 298 msgid "CSS selector pointing to product quantity" 283 299 msgstr "Selector CSS para obtener la cantidad de producto" 284 300 285 #: classes/wc-aplazame-gateway.php:3 67301 #: classes/wc-aplazame-gateway.php:377 286 302 msgid "Product price CSS selector" 287 303 msgstr "Selector CSS del precio del producto" 288 304 289 #: classes/wc-aplazame-gateway.php:3 68305 #: classes/wc-aplazame-gateway.php:378 290 306 msgid "CSS selector pointing to product price" 291 307 msgstr "Selector CSS para obtener el precio del producto" 292 308 293 #: classes/wc-aplazame-gateway.php:3 73309 #: classes/wc-aplazame-gateway.php:383 294 310 msgid "Variable product price CSS selector" 295 311 msgstr "Selector CSS del precio variable del producto" 296 312 297 #: classes/wc-aplazame-gateway.php:3 74313 #: classes/wc-aplazame-gateway.php:384 298 314 msgid "CSS selector pointing to variable product price" 299 315 msgstr "Selector CSS para obtener el precio variable del producto" 300 316 301 #: classes/wc-aplazame-gateway.php:3 84317 #: classes/wc-aplazame-gateway.php:394 302 318 msgid "Cart widget" 303 319 msgstr "Widget del carrito" 304 320 305 #: classes/wc-aplazame-gateway.php: 391321 #: classes/wc-aplazame-gateway.php:401 306 322 msgid "Select your desired version for cart widget" 307 323 msgstr "Elige la versión deseada para el widget del carrito" 308 324 309 #: classes/wc-aplazame-gateway.php:4 02325 #: classes/wc-aplazame-gateway.php:412 310 326 msgid "Widget place on cart page" 311 327 msgstr "Lugar del widget en la página del carrito" 312 328 313 #: classes/wc-aplazame-gateway.php:4 05329 #: classes/wc-aplazame-gateway.php:415 314 330 msgid "Before cart totals" 315 331 msgstr "Antes del total" 316 332 317 #: classes/wc-aplazame-gateway.php:4 06333 #: classes/wc-aplazame-gateway.php:416 318 334 msgid "After cart totals" 319 335 msgstr "Después del total" 320 336 321 #: classes/wc-aplazame-gateway.php:4 14337 #: classes/wc-aplazame-gateway.php:424 322 338 msgid "Number of default instalments in cart widget" 323 339 msgstr "Número de cuotas por defecto en el widget del carrito" 324 340 325 #: classes/wc-aplazame-gateway.php:4 20341 #: classes/wc-aplazame-gateway.php:430 326 342 msgid "Show slider in cart widget (only v5)" 327 343 msgstr "Muestra la barra deslizante para el widget del carrito (sólo v5)" 328 344 329 #: classes/wc-aplazame-gateway.php:4 26345 #: classes/wc-aplazame-gateway.php:436 330 346 msgid "Show downpayment info in cart widget" 331 347 msgstr "Mostrar pago inicial en el widget del carrito" 332 348 333 #: classes/wc-aplazame-gateway.php:4 32349 #: classes/wc-aplazame-gateway.php:442 334 350 msgid "Show legal notice in cart widget" 335 351 msgstr "Mostrar texto legal en el widget del carrito" 336 352 337 #: classes/wc-aplazame-gateway.php:4 38353 #: classes/wc-aplazame-gateway.php:448 338 354 msgid "Enable cart widget pay in 4 (if available)" 339 355 msgstr "Activar widget del carrito paga en 4 (si disponible)" 340 356 341 #: classes/wc-aplazame-gateway.php:4 50357 #: classes/wc-aplazame-gateway.php:460 342 358 msgid "Layout of cart widget (only v4)" 343 359 msgstr "Disposición del widget del carrito (sólo v4)" 344 360 345 #: classes/wc-aplazame-gateway.php:4 60361 #: classes/wc-aplazame-gateway.php:470 346 362 msgid "Cart widget alignment (only v4/v5)" 347 363 msgstr "Alineación del widget del carrito (sólo v4/v5)" 348 364 349 #: classes/wc-aplazame-gateway.php:4 73365 #: classes/wc-aplazame-gateway.php:483 350 366 msgid "Primary color hexadecimal code for cart widget (only v4)" 351 367 msgstr "" 352 368 "Código hexadecimal del color principal para el widget del carrito (sólo v4)" 353 369 354 #: classes/wc-aplazame-gateway.php:4 80370 #: classes/wc-aplazame-gateway.php:490 355 371 msgid "Button" 356 372 msgstr "Botón" 357 373 358 #: classes/wc-aplazame-gateway.php:4 86374 #: classes/wc-aplazame-gateway.php:496 359 375 msgid "Button Selector" 360 376 msgstr "Selector del botón" 361 377 362 #: classes/wc-aplazame-gateway.php:4 87378 #: classes/wc-aplazame-gateway.php:497 363 379 msgid "Aplazame Button CSS Selector" 364 380 msgstr "Selector CSS del botón de pago con Aplazame" 365 381 366 #: classes/wc-aplazame-gateway.php: 495382 #: classes/wc-aplazame-gateway.php:505 367 383 msgid "Button Image" 368 384 msgstr "Imagen del botón" 369 385 370 #: classes/wc-aplazame-gateway.php: 496386 #: classes/wc-aplazame-gateway.php:506 371 387 msgid "Aplazame Button Image that you want to show" 372 388 msgstr "Imagen del botón de pago con Aplazame que quieres mostrar" -
aplazame/tags/v4.2.0/i18n/languages/aplazame.pot
r3191192 r3371075 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Aplazame v4. 1.2\n"9 "Project-Id-Version: Aplazame v4.2.0\n" 10 10 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 11 "POT-Creation-Date: 202 4-10-14 13:43+0200\n"11 "POT-Creation-Date: 2025-09-29 14:36+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:236 91 #: classes/wc-aplazame-gateway.php:237 92 msgid "Widget country" 93 msgstr "" 94 95 #: classes/wc-aplazame-gateway.php:238 96 msgid "Select widget country" 97 msgstr "" 98 99 #: classes/wc-aplazame-gateway.php:240 100 msgid "ES (Spain)" 101 msgstr "" 102 103 #: classes/wc-aplazame-gateway.php:241 104 msgid "PT (Portugal)" 105 msgstr "" 106 107 #: classes/wc-aplazame-gateway.php:246 92 108 msgid "Payment method title and description" 93 109 msgstr "" 94 110 95 #: classes/wc-aplazame-gateway.php:2 42111 #: classes/wc-aplazame-gateway.php:252 96 112 msgid "Title" 97 113 msgstr "" 98 114 99 #: classes/wc-aplazame-gateway.php:2 43115 #: classes/wc-aplazame-gateway.php:253 100 116 msgid "Payment method title" 101 117 msgstr "" 102 118 103 #: classes/wc-aplazame-gateway.php:2 48119 #: classes/wc-aplazame-gateway.php:258 104 120 msgid "Description" 105 121 msgstr "" 106 122 107 #: classes/wc-aplazame-gateway.php:2 49123 #: classes/wc-aplazame-gateway.php:259 108 124 msgid "Payment method description" 109 125 msgstr "" 110 126 111 #: classes/wc-aplazame-gateway.php:2 59127 #: classes/wc-aplazame-gateway.php:269 112 128 msgid "Product widget" 113 129 msgstr "" 114 130 115 #: classes/wc-aplazame-gateway.php:2 65 classes/wc-aplazame-gateway.php:390131 #: classes/wc-aplazame-gateway.php:275 classes/wc-aplazame-gateway.php:400 116 132 msgid "Widget version" 117 133 msgstr "" 118 134 119 #: classes/wc-aplazame-gateway.php:2 66135 #: classes/wc-aplazame-gateway.php:276 120 136 msgid "Select your desired version for product widget" 121 137 msgstr "" 122 138 123 #: classes/wc-aplazame-gateway.php:2 68 classes/wc-aplazame-gateway.php:393139 #: classes/wc-aplazame-gateway.php:278 classes/wc-aplazame-gateway.php:403 124 140 msgid "v3" 125 141 msgstr "" 126 142 127 #: classes/wc-aplazame-gateway.php:2 69 classes/wc-aplazame-gateway.php:394143 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:404 128 144 msgid "v4" 129 145 msgstr "" 130 146 131 #: classes/wc-aplazame-gateway.php:2 70 classes/wc-aplazame-gateway.php:395147 #: classes/wc-aplazame-gateway.php:280 classes/wc-aplazame-gateway.php:405 132 148 msgid "v5" 133 149 msgstr "" 134 150 135 #: classes/wc-aplazame-gateway.php:2 76 classes/wc-aplazame-gateway.php:401151 #: classes/wc-aplazame-gateway.php:286 classes/wc-aplazame-gateway.php:411 136 152 msgid "Place to show" 137 153 msgstr "" 138 154 139 #: classes/wc-aplazame-gateway.php:2 77155 #: classes/wc-aplazame-gateway.php:287 140 156 msgid "Widget place on product page" 141 157 msgstr "" 142 158 143 #: classes/wc-aplazame-gateway.php:2 79 classes/wc-aplazame-gateway.php:404159 #: classes/wc-aplazame-gateway.php:289 classes/wc-aplazame-gateway.php:414 144 160 msgid "~ Not show ~" 145 161 msgstr "" 146 162 147 #: classes/wc-aplazame-gateway.php:2 80163 #: classes/wc-aplazame-gateway.php:290 148 164 msgid "Before add to cart button" 149 165 msgstr "" 150 166 151 #: classes/wc-aplazame-gateway.php:2 81167 #: classes/wc-aplazame-gateway.php:291 152 168 msgid "After add to cart button" 153 169 msgstr "" 154 170 155 #: classes/wc-aplazame-gateway.php:2 82171 #: classes/wc-aplazame-gateway.php:292 156 172 msgid "After summary" 157 173 msgstr "" 158 174 159 #: classes/wc-aplazame-gateway.php:2 89 classes/wc-aplazame-gateway.php:413175 #: classes/wc-aplazame-gateway.php:299 classes/wc-aplazame-gateway.php:423 160 176 msgid "Default instalments" 161 177 msgstr "" 162 178 163 #: classes/wc-aplazame-gateway.php: 290179 #: classes/wc-aplazame-gateway.php:300 164 180 msgid "Number of default instalments in product widget" 165 181 msgstr "" 166 182 167 #: classes/wc-aplazame-gateway.php: 291 classes/wc-aplazame-gateway.php:415183 #: classes/wc-aplazame-gateway.php:301 classes/wc-aplazame-gateway.php:425 168 184 msgid "Optional (only numbers)" 169 185 msgstr "" 170 186 171 #: classes/wc-aplazame-gateway.php: 295 classes/wc-aplazame-gateway.php:419187 #: classes/wc-aplazame-gateway.php:305 classes/wc-aplazame-gateway.php:429 172 188 msgid "Slider" 173 189 msgstr "" 174 190 175 #: classes/wc-aplazame-gateway.php: 296191 #: classes/wc-aplazame-gateway.php:306 176 192 msgid "Show slider in product widget (only v5)" 177 193 msgstr "" 178 194 179 #: classes/wc-aplazame-gateway.php: 297 classes/wc-aplazame-gateway.php:421195 #: classes/wc-aplazame-gateway.php:307 classes/wc-aplazame-gateway.php:431 180 196 msgid "Show slider info" 181 197 msgstr "" 182 198 183 #: classes/wc-aplazame-gateway.php:3 01 classes/wc-aplazame-gateway.php:425199 #: classes/wc-aplazame-gateway.php:311 classes/wc-aplazame-gateway.php:435 184 200 msgid "Downpayment info" 185 201 msgstr "" 186 202 187 #: classes/wc-aplazame-gateway.php:3 02203 #: classes/wc-aplazame-gateway.php:312 188 204 msgid "Show downpayment info in product widget" 189 205 msgstr "" 190 206 191 #: classes/wc-aplazame-gateway.php:3 03 classes/wc-aplazame-gateway.php:427207 #: classes/wc-aplazame-gateway.php:313 classes/wc-aplazame-gateway.php:437 192 208 msgid "Show downpayment info" 193 209 msgstr "" 194 210 195 #: classes/wc-aplazame-gateway.php:3 07 classes/wc-aplazame-gateway.php:431211 #: classes/wc-aplazame-gateway.php:317 classes/wc-aplazame-gateway.php:441 196 212 msgid "Legal notice" 197 213 msgstr "" 198 214 199 #: classes/wc-aplazame-gateway.php:3 08215 #: classes/wc-aplazame-gateway.php:318 200 216 msgid "Show legal notice in product widget" 201 217 msgstr "" 202 218 203 #: classes/wc-aplazame-gateway.php:3 09 classes/wc-aplazame-gateway.php:433219 #: classes/wc-aplazame-gateway.php:319 classes/wc-aplazame-gateway.php:443 204 220 msgid "Show legal notice" 205 221 msgstr "" 206 222 207 #: classes/wc-aplazame-gateway.php:3 13 classes/wc-aplazame-gateway.php:437223 #: classes/wc-aplazame-gateway.php:323 classes/wc-aplazame-gateway.php:447 208 224 msgid "Pay in 4" 209 225 msgstr "" 210 226 211 #: classes/wc-aplazame-gateway.php:3 14227 #: classes/wc-aplazame-gateway.php:324 212 228 msgid "Enable product widget pay in 4 (if available)" 213 229 msgstr "" 214 230 215 #: classes/wc-aplazame-gateway.php:3 15 classes/wc-aplazame-gateway.php:439231 #: classes/wc-aplazame-gateway.php:325 classes/wc-aplazame-gateway.php:449 216 232 msgid "Enable pay in 4" 217 233 msgstr "" 218 234 219 #: classes/wc-aplazame-gateway.php:3 19235 #: classes/wc-aplazame-gateway.php:329 220 236 msgid "Border" 221 237 msgstr "" 222 238 223 #: classes/wc-aplazame-gateway.php:3 20239 #: classes/wc-aplazame-gateway.php:330 224 240 msgid "Show border in product widget (only v4)" 225 241 msgstr "" 226 242 227 #: classes/wc-aplazame-gateway.php:3 21243 #: classes/wc-aplazame-gateway.php:331 228 244 msgid "Show border" 229 245 msgstr "" 230 246 231 #: classes/wc-aplazame-gateway.php:3 25 classes/wc-aplazame-gateway.php:443247 #: classes/wc-aplazame-gateway.php:335 classes/wc-aplazame-gateway.php:453 232 248 msgid "Enter maximum instalment" 233 249 msgstr "" 234 250 235 #: classes/wc-aplazame-gateway.php:3 26 classes/wc-aplazame-gateway.php:444251 #: classes/wc-aplazame-gateway.php:336 classes/wc-aplazame-gateway.php:454 236 252 msgid "" 237 253 "Allow the user to manually enter the maximum instalment they want to pay " … … 239 255 msgstr "" 240 256 241 #: classes/wc-aplazame-gateway.php:3 27 classes/wc-aplazame-gateway.php:445257 #: classes/wc-aplazame-gateway.php:337 classes/wc-aplazame-gateway.php:455 242 258 msgid "Allow the user to manually enter the maximum instalment" 243 259 msgstr "" 244 260 245 #: classes/wc-aplazame-gateway.php:3 31 classes/wc-aplazame-gateway.php:449261 #: classes/wc-aplazame-gateway.php:341 classes/wc-aplazame-gateway.php:459 246 262 msgid "Layout" 247 263 msgstr "" 248 264 249 #: classes/wc-aplazame-gateway.php:3 32265 #: classes/wc-aplazame-gateway.php:342 250 266 msgid "Layout of product widget (only v4)" 251 267 msgstr "" 252 268 253 #: classes/wc-aplazame-gateway.php:3 41 classes/wc-aplazame-gateway.php:459269 #: classes/wc-aplazame-gateway.php:351 classes/wc-aplazame-gateway.php:469 254 270 msgid "Alignment" 255 271 msgstr "" 256 272 257 #: classes/wc-aplazame-gateway.php:3 42273 #: classes/wc-aplazame-gateway.php:352 258 274 msgid "Product widget alignment (only v4/v5)" 259 275 msgstr "" 260 276 261 #: classes/wc-aplazame-gateway.php:3 44 classes/wc-aplazame-gateway.php:462277 #: classes/wc-aplazame-gateway.php:354 classes/wc-aplazame-gateway.php:472 262 278 msgid "Left" 263 279 msgstr "" 264 280 265 #: classes/wc-aplazame-gateway.php:3 45 classes/wc-aplazame-gateway.php:463281 #: classes/wc-aplazame-gateway.php:355 classes/wc-aplazame-gateway.php:473 266 282 msgid "Center" 267 283 msgstr "" 268 284 269 #: classes/wc-aplazame-gateway.php:3 46 classes/wc-aplazame-gateway.php:464285 #: classes/wc-aplazame-gateway.php:356 classes/wc-aplazame-gateway.php:474 270 286 msgid "Right" 271 287 msgstr "" 272 288 273 #: classes/wc-aplazame-gateway.php:3 54 classes/wc-aplazame-gateway.php:472289 #: classes/wc-aplazame-gateway.php:364 classes/wc-aplazame-gateway.php:482 274 290 msgid "Primary color" 275 291 msgstr "" 276 292 277 #: classes/wc-aplazame-gateway.php:3 55293 #: classes/wc-aplazame-gateway.php:365 278 294 msgid "Primary color hexadecimal code for product widget (only v4)" 279 295 msgstr "" 280 296 281 #: classes/wc-aplazame-gateway.php:3 61297 #: classes/wc-aplazame-gateway.php:371 282 298 msgid "Product quantity CSS selector" 283 299 msgstr "" 284 300 285 #: classes/wc-aplazame-gateway.php:3 62301 #: classes/wc-aplazame-gateway.php:372 286 302 msgid "CSS selector pointing to product quantity" 287 303 msgstr "" 288 304 289 #: classes/wc-aplazame-gateway.php:3 67305 #: classes/wc-aplazame-gateway.php:377 290 306 msgid "Product price CSS selector" 291 307 msgstr "" 292 308 293 #: classes/wc-aplazame-gateway.php:3 68309 #: classes/wc-aplazame-gateway.php:378 294 310 msgid "CSS selector pointing to product price" 295 311 msgstr "" 296 312 297 #: classes/wc-aplazame-gateway.php:3 73313 #: classes/wc-aplazame-gateway.php:383 298 314 msgid "Variable product price CSS selector" 299 315 msgstr "" 300 316 301 #: classes/wc-aplazame-gateway.php:3 74317 #: classes/wc-aplazame-gateway.php:384 302 318 msgid "CSS selector pointing to variable product price" 303 319 msgstr "" 304 320 305 #: classes/wc-aplazame-gateway.php:3 84321 #: classes/wc-aplazame-gateway.php:394 306 322 msgid "Cart widget" 307 323 msgstr "" 308 324 309 #: classes/wc-aplazame-gateway.php: 391325 #: classes/wc-aplazame-gateway.php:401 310 326 msgid "Select your desired version for cart widget" 311 327 msgstr "" 312 328 313 #: classes/wc-aplazame-gateway.php:4 02329 #: classes/wc-aplazame-gateway.php:412 314 330 msgid "Widget place on cart page" 315 331 msgstr "" 316 332 317 #: classes/wc-aplazame-gateway.php:4 05333 #: classes/wc-aplazame-gateway.php:415 318 334 msgid "Before cart totals" 319 335 msgstr "" 320 336 321 #: classes/wc-aplazame-gateway.php:4 06337 #: classes/wc-aplazame-gateway.php:416 322 338 msgid "After cart totals" 323 339 msgstr "" 324 340 325 #: classes/wc-aplazame-gateway.php:4 14341 #: classes/wc-aplazame-gateway.php:424 326 342 msgid "Number of default instalments in cart widget" 327 343 msgstr "" 328 344 329 #: classes/wc-aplazame-gateway.php:4 20345 #: classes/wc-aplazame-gateway.php:430 330 346 msgid "Show slider in cart widget (only v5)" 331 347 msgstr "" 332 348 333 #: classes/wc-aplazame-gateway.php:4 26349 #: classes/wc-aplazame-gateway.php:436 334 350 msgid "Show downpayment info in cart widget" 335 351 msgstr "" 336 352 337 #: classes/wc-aplazame-gateway.php:4 32353 #: classes/wc-aplazame-gateway.php:442 338 354 msgid "Show legal notice in cart widget" 339 355 msgstr "" 340 356 341 #: classes/wc-aplazame-gateway.php:4 38357 #: classes/wc-aplazame-gateway.php:448 342 358 msgid "Enable cart widget pay in 4 (if available)" 343 359 msgstr "" 344 360 345 #: classes/wc-aplazame-gateway.php:4 50361 #: classes/wc-aplazame-gateway.php:460 346 362 msgid "Layout of cart widget (only v4)" 347 363 msgstr "" 348 364 349 #: classes/wc-aplazame-gateway.php:4 60365 #: classes/wc-aplazame-gateway.php:470 350 366 msgid "Cart widget alignment (only v4/v5)" 351 367 msgstr "" 352 368 353 #: classes/wc-aplazame-gateway.php:4 73369 #: classes/wc-aplazame-gateway.php:483 354 370 msgid "Primary color hexadecimal code for cart widget (only v4)" 355 371 msgstr "" 356 372 357 #: classes/wc-aplazame-gateway.php:4 80373 #: classes/wc-aplazame-gateway.php:490 358 374 msgid "Button" 359 375 msgstr "" 360 376 361 #: classes/wc-aplazame-gateway.php:4 86377 #: classes/wc-aplazame-gateway.php:496 362 378 msgid "Button Selector" 363 379 msgstr "" 364 380 365 #: classes/wc-aplazame-gateway.php:4 87381 #: classes/wc-aplazame-gateway.php:497 366 382 msgid "Aplazame Button CSS Selector" 367 383 msgstr "" 368 384 369 #: classes/wc-aplazame-gateway.php: 495385 #: classes/wc-aplazame-gateway.php:505 370 386 msgid "Button Image" 371 387 msgstr "" 372 388 373 #: classes/wc-aplazame-gateway.php: 496389 #: classes/wc-aplazame-gateway.php:506 374 390 msgid "Aplazame Button Image that you want to show" 375 391 msgstr "" -
aplazame/tags/v4.2.0/templates/widgets/cart.php
r3191192 r3371075 31 31 <?php endif; ?> 32 32 data-amount="<?php echo esc_attr( Aplazame_Sdk_Serializer_Decimal::fromFloat( WC()->cart->total )->jsonSerialize() ); ?>" 33 data-country="<?php echo esc_attr( $aplazame->settings['widget_country'] ); ?>" 33 34 data-currency="<?php echo esc_attr( get_woocommerce_currency() ); ?>" 34 35 <?php if ( ! empty( $aplazame->settings['cart_default_instalments'] ) ) : ?> -
aplazame/tags/v4.2.0/templates/widgets/product.php
r3191192 r3371075 59 59 data-qty="<?php echo esc_attr( $aplazame->settings['quantity_selector'] ); ?>" 60 60 <?php endif; ?> 61 data-country="<?php echo esc_attr( $aplazame->settings['widget_country'] ); ?>" 61 62 data-currency="<?php echo esc_attr( get_woocommerce_currency() ); ?>" 62 63 data-article-id="<?php echo esc_attr( $product->get_id() ); ?>" -
aplazame/trunk/LICENSE.txt
r3025663 r3371075 653 653 notice like this when it starts in an interactive mode: 654 654 655 aplazame.js Copyright (C) 202 4Aplazame S.L.655 aplazame.js Copyright (C) 2025 Aplazame S.L. 656 656 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 657 This is free software, and you are welcome to redistribute it -
aplazame/trunk/README.txt
r3191192 r3371075 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. 6.25 Tested up to: 6.8.2 6 6 Requires PHP: 5.3.0 7 Stable tag: 4. 1.27 Stable tag: 4.2.0 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.2.0](https://github.com/aplazame/woocommerce/tree/v4.2.0) (2025-09-29) 81 82 * [ADD] PT widget. 83 84 #### [v4.1.3](https://github.com/aplazame/woocommerce/tree/v4.1.3) (2025-01-21) 85 86 * Update license and tested versions. 87 80 88 #### [v4.1.2](https://github.com/aplazame/woocommerce/tree/v4.1.2) (2024-10-14) 81 89 -
aplazame/trunk/aplazame.php
r3191192 r3371075 3 3 * Plugin Name: Aplazame 4 4 * Plugin URI: https://github.com/aplazame/woocommerce 5 * Version: 4. 1.25 * Version: 4.2.0 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: 9.3.314 * WC tested up to: 10.2.1 15 15 * 16 16 * License: GNU General Public License v3.0 … … 26 26 27 27 class WC_Aplazame { 28 const VERSION = '4. 1.2';28 const VERSION = '4.2.0'; 29 29 const METHOD_ID = 'aplazame'; 30 30 const METHOD_TITLE = 'Aplazame'; … … 386 386 'product_slider' => 'yes', 387 387 'cart_slider' => 'yes', 388 'widget_country' => 'es', 388 389 ); 389 390 -
aplazame/trunk/classes/wc-aplazame-gateway.php
r3191192 r3371075 233 233 'default' => WC_Aplazame_Install::$defaultSettings['widget_out_of_limits'], 234 234 ), 235 'widget_country' => array( 236 'type' => 'select', 237 'title' => __( 'Widget country', 'aplazame' ), 238 'description' => __( 'Select widget country', 'aplazame' ), 239 'options' => array( 240 'es' => __( 'ES (Spain)', 'aplazame' ), 241 'pt' => __( 'PT (Portugal)', 'aplazame' ), 242 ), 243 'default' => WC_Aplazame_Install::$defaultSettings['widget_country'], 244 ), 235 245 'payment_section' => array( 236 246 'title' => __( 'Payment method title and description', 'aplazame' ), -
aplazame/trunk/i18n/languages/aplazame.po
r3191192 r3371075 2 2 msgstr "" 3 3 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 4 "POT-Creation-Date: 202 4-10-14 13:43+0200\n"4 "POT-Creation-Date: 2025-09-29 11:48+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:236 84 #: classes/wc-aplazame-gateway.php:237 85 msgid "Widget country" 86 msgstr "País del widget" 87 88 #: classes/wc-aplazame-gateway.php:238 89 msgid "Select widget country" 90 msgstr "Seleccionar país del widget" 91 92 #: classes/wc-aplazame-gateway.php:240 93 msgid "ES (Spain)" 94 msgstr "ES (España)" 95 96 #: classes/wc-aplazame-gateway.php:241 97 msgid "PT (Portugal)" 98 msgstr "PT (Portugal)" 99 100 #: classes/wc-aplazame-gateway.php:246 85 101 msgid "Payment method title and description" 86 102 msgstr "Título y descripción del método de pago" 87 103 88 #: classes/wc-aplazame-gateway.php:2 42104 #: classes/wc-aplazame-gateway.php:252 89 105 msgid "Title" 90 106 msgstr "Título" 91 107 92 #: classes/wc-aplazame-gateway.php:2 43108 #: classes/wc-aplazame-gateway.php:253 93 109 msgid "Payment method title" 94 110 msgstr "Título del método de pago" 95 111 96 #: classes/wc-aplazame-gateway.php:2 48112 #: classes/wc-aplazame-gateway.php:258 97 113 msgid "Description" 98 114 msgstr "Descripción" 99 115 100 #: classes/wc-aplazame-gateway.php:2 49116 #: classes/wc-aplazame-gateway.php:259 101 117 msgid "Payment method description" 102 118 msgstr "Descripción del método de pago" 103 119 104 #: classes/wc-aplazame-gateway.php:2 59120 #: classes/wc-aplazame-gateway.php:269 105 121 msgid "Product widget" 106 122 msgstr "Widget del producto" 107 123 108 #: classes/wc-aplazame-gateway.php:2 65 classes/wc-aplazame-gateway.php:390124 #: classes/wc-aplazame-gateway.php:275 classes/wc-aplazame-gateway.php:400 109 125 msgid "Widget version" 110 126 msgstr "Versión del widget" 111 127 112 #: classes/wc-aplazame-gateway.php:2 66128 #: classes/wc-aplazame-gateway.php:276 113 129 msgid "Select your desired version for product widget" 114 130 msgstr "Elige la versión deseada para el widget del producto" 115 131 116 #: classes/wc-aplazame-gateway.php:2 68 classes/wc-aplazame-gateway.php:393132 #: classes/wc-aplazame-gateway.php:278 classes/wc-aplazame-gateway.php:403 117 133 msgid "v3" 118 134 msgstr "" 119 135 120 #: classes/wc-aplazame-gateway.php:2 69 classes/wc-aplazame-gateway.php:394136 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:404 121 137 msgid "v4" 122 138 msgstr "" 123 139 124 #: classes/wc-aplazame-gateway.php:2 70 classes/wc-aplazame-gateway.php:395140 #: classes/wc-aplazame-gateway.php:280 classes/wc-aplazame-gateway.php:405 125 141 msgid "v5" 126 142 msgstr "" 127 143 128 #: classes/wc-aplazame-gateway.php:2 76 classes/wc-aplazame-gateway.php:401144 #: classes/wc-aplazame-gateway.php:286 classes/wc-aplazame-gateway.php:411 129 145 msgid "Place to show" 130 146 msgstr "Lugar a mostrar" 131 147 132 #: classes/wc-aplazame-gateway.php:2 77148 #: classes/wc-aplazame-gateway.php:287 133 149 msgid "Widget place on product page" 134 150 msgstr "Lugar del widget en la página del producto" 135 151 136 #: classes/wc-aplazame-gateway.php:2 79 classes/wc-aplazame-gateway.php:404152 #: classes/wc-aplazame-gateway.php:289 classes/wc-aplazame-gateway.php:414 137 153 msgid "~ Not show ~" 138 154 msgstr "~ No mostrar ~" 139 155 140 #: classes/wc-aplazame-gateway.php:2 80156 #: classes/wc-aplazame-gateway.php:290 141 157 msgid "Before add to cart button" 142 158 msgstr "Antes del botón de añadir al carrito" 143 159 144 #: classes/wc-aplazame-gateway.php:2 81160 #: classes/wc-aplazame-gateway.php:291 145 161 msgid "After add to cart button" 146 162 msgstr "Después del botón de añadir al carrito" 147 163 148 #: classes/wc-aplazame-gateway.php:2 82164 #: classes/wc-aplazame-gateway.php:292 149 165 msgid "After summary" 150 166 msgstr "Después del resumen" 151 167 152 #: classes/wc-aplazame-gateway.php:2 89 classes/wc-aplazame-gateway.php:413168 #: classes/wc-aplazame-gateway.php:299 classes/wc-aplazame-gateway.php:423 153 169 msgid "Default instalments" 154 170 msgstr "Cuotas por defecto" 155 171 156 #: classes/wc-aplazame-gateway.php: 290172 #: classes/wc-aplazame-gateway.php:300 157 173 msgid "Number of default instalments in product widget" 158 174 msgstr "Número de cuotas por defecto en el widget del producto" 159 175 160 #: classes/wc-aplazame-gateway.php: 291 classes/wc-aplazame-gateway.php:415176 #: classes/wc-aplazame-gateway.php:301 classes/wc-aplazame-gateway.php:425 161 177 msgid "Optional (only numbers)" 162 178 msgstr "Opcional (solo números)" 163 179 164 #: classes/wc-aplazame-gateway.php: 295 classes/wc-aplazame-gateway.php:419180 #: classes/wc-aplazame-gateway.php:305 classes/wc-aplazame-gateway.php:429 165 181 msgid "Slider" 166 182 msgstr "Barra deslizante" 167 183 168 #: classes/wc-aplazame-gateway.php: 296184 #: classes/wc-aplazame-gateway.php:306 169 185 msgid "Show slider in product widget (only v5)" 170 186 msgstr "Muestra la barra deslizante para el widget del producto (sólo v5)" 171 187 172 #: classes/wc-aplazame-gateway.php: 297 classes/wc-aplazame-gateway.php:421188 #: classes/wc-aplazame-gateway.php:307 classes/wc-aplazame-gateway.php:431 173 189 msgid "Show slider info" 174 190 msgstr "Muestra la barra deslizante" 175 191 176 #: classes/wc-aplazame-gateway.php:3 01 classes/wc-aplazame-gateway.php:425192 #: classes/wc-aplazame-gateway.php:311 classes/wc-aplazame-gateway.php:435 177 193 msgid "Downpayment info" 178 194 msgstr "Pago inicial" 179 195 180 #: classes/wc-aplazame-gateway.php:3 02196 #: classes/wc-aplazame-gateway.php:312 181 197 msgid "Show downpayment info in product widget" 182 198 msgstr "Mostrar pago inicial en el widget del producto" 183 199 184 #: classes/wc-aplazame-gateway.php:3 03 classes/wc-aplazame-gateway.php:427200 #: classes/wc-aplazame-gateway.php:313 classes/wc-aplazame-gateway.php:437 185 201 msgid "Show downpayment info" 186 202 msgstr "Mostrar pago inicial" 187 203 188 #: classes/wc-aplazame-gateway.php:3 07 classes/wc-aplazame-gateway.php:431204 #: classes/wc-aplazame-gateway.php:317 classes/wc-aplazame-gateway.php:441 189 205 msgid "Legal notice" 190 206 msgstr "Texto legal" 191 207 192 #: classes/wc-aplazame-gateway.php:3 08208 #: classes/wc-aplazame-gateway.php:318 193 209 msgid "Show legal notice in product widget" 194 210 msgstr "Mostrar texto legal en el widget del producto" 195 211 196 #: classes/wc-aplazame-gateway.php:3 09 classes/wc-aplazame-gateway.php:433212 #: classes/wc-aplazame-gateway.php:319 classes/wc-aplazame-gateway.php:443 197 213 msgid "Show legal notice" 198 214 msgstr "Mostrar texto legal" 199 215 200 #: classes/wc-aplazame-gateway.php:3 13 classes/wc-aplazame-gateway.php:437216 #: classes/wc-aplazame-gateway.php:323 classes/wc-aplazame-gateway.php:447 201 217 msgid "Pay in 4" 202 218 msgstr "Paga en 4" 203 219 204 #: classes/wc-aplazame-gateway.php:3 14220 #: classes/wc-aplazame-gateway.php:324 205 221 msgid "Enable product widget pay in 4 (if available)" 206 222 msgstr "Activar widget del producto paga en 4 (si disponible)" 207 223 208 #: classes/wc-aplazame-gateway.php:3 15 classes/wc-aplazame-gateway.php:439224 #: classes/wc-aplazame-gateway.php:325 classes/wc-aplazame-gateway.php:449 209 225 msgid "Enable pay in 4" 210 226 msgstr "Activar paga en 4" 211 227 212 #: classes/wc-aplazame-gateway.php:3 19228 #: classes/wc-aplazame-gateway.php:329 213 229 msgid "Border" 214 230 msgstr "Marco" 215 231 216 #: classes/wc-aplazame-gateway.php:3 20232 #: classes/wc-aplazame-gateway.php:330 217 233 msgid "Show border in product widget (only v4)" 218 234 msgstr "Mostrar marco en el widget del producto (sólo v4)" 219 235 220 #: classes/wc-aplazame-gateway.php:3 21236 #: classes/wc-aplazame-gateway.php:331 221 237 msgid "Show border" 222 238 msgstr "Mostrar marco" 223 239 224 #: classes/wc-aplazame-gateway.php:3 25 classes/wc-aplazame-gateway.php:443240 #: classes/wc-aplazame-gateway.php:335 classes/wc-aplazame-gateway.php:453 225 241 msgid "Enter maximum instalment" 226 242 msgstr "Introducir cuota máxima" 227 243 228 #: classes/wc-aplazame-gateway.php:3 26 classes/wc-aplazame-gateway.php:444244 #: classes/wc-aplazame-gateway.php:336 classes/wc-aplazame-gateway.php:454 229 245 msgid "" 230 246 "Allow the user to manually enter the maximum instalment they want to pay " … … 234 250 "(sólo v4)" 235 251 236 #: classes/wc-aplazame-gateway.php:3 27 classes/wc-aplazame-gateway.php:445252 #: classes/wc-aplazame-gateway.php:337 classes/wc-aplazame-gateway.php:455 237 253 msgid "Allow the user to manually enter the maximum instalment" 238 254 msgstr "Permitir al usuario introducir manualmente la cuota máxima" 239 255 240 #: classes/wc-aplazame-gateway.php:3 31 classes/wc-aplazame-gateway.php:449256 #: classes/wc-aplazame-gateway.php:341 classes/wc-aplazame-gateway.php:459 241 257 msgid "Layout" 242 258 msgstr "Disposición" 243 259 244 #: classes/wc-aplazame-gateway.php:3 32260 #: classes/wc-aplazame-gateway.php:342 245 261 msgid "Layout of product widget (only v4)" 246 262 msgstr "Disposición del widget del producto (sólo v4)" 247 263 248 #: classes/wc-aplazame-gateway.php:3 41 classes/wc-aplazame-gateway.php:459264 #: classes/wc-aplazame-gateway.php:351 classes/wc-aplazame-gateway.php:469 249 265 msgid "Alignment" 250 266 msgstr "Alineación" 251 267 252 #: classes/wc-aplazame-gateway.php:3 42268 #: classes/wc-aplazame-gateway.php:352 253 269 msgid "Product widget alignment (only v4/v5)" 254 270 msgstr "Alineación del widget del producto (sólo v4/v5)" 255 271 256 #: classes/wc-aplazame-gateway.php:3 44 classes/wc-aplazame-gateway.php:462272 #: classes/wc-aplazame-gateway.php:354 classes/wc-aplazame-gateway.php:472 257 273 msgid "Left" 258 274 msgstr "Izquierda" 259 275 260 #: classes/wc-aplazame-gateway.php:3 45 classes/wc-aplazame-gateway.php:463276 #: classes/wc-aplazame-gateway.php:355 classes/wc-aplazame-gateway.php:473 261 277 msgid "Center" 262 278 msgstr "Centro" 263 279 264 #: classes/wc-aplazame-gateway.php:3 46 classes/wc-aplazame-gateway.php:464280 #: classes/wc-aplazame-gateway.php:356 classes/wc-aplazame-gateway.php:474 265 281 msgid "Right" 266 282 msgstr "Derecha" 267 283 268 #: classes/wc-aplazame-gateway.php:3 54 classes/wc-aplazame-gateway.php:472284 #: classes/wc-aplazame-gateway.php:364 classes/wc-aplazame-gateway.php:482 269 285 msgid "Primary color" 270 286 msgstr "Color principal" 271 287 272 #: classes/wc-aplazame-gateway.php:3 55288 #: classes/wc-aplazame-gateway.php:365 273 289 msgid "Primary color hexadecimal code for product widget (only v4)" 274 290 msgstr "" 275 291 "Código hexadecimal del color principal para el widget del producto (sólo v4)" 276 292 277 #: classes/wc-aplazame-gateway.php:3 61293 #: classes/wc-aplazame-gateway.php:371 278 294 msgid "Product quantity CSS selector" 279 295 msgstr "Selector CSS del número de unidades del producto" 280 296 281 #: classes/wc-aplazame-gateway.php:3 62297 #: classes/wc-aplazame-gateway.php:372 282 298 msgid "CSS selector pointing to product quantity" 283 299 msgstr "Selector CSS para obtener la cantidad de producto" 284 300 285 #: classes/wc-aplazame-gateway.php:3 67301 #: classes/wc-aplazame-gateway.php:377 286 302 msgid "Product price CSS selector" 287 303 msgstr "Selector CSS del precio del producto" 288 304 289 #: classes/wc-aplazame-gateway.php:3 68305 #: classes/wc-aplazame-gateway.php:378 290 306 msgid "CSS selector pointing to product price" 291 307 msgstr "Selector CSS para obtener el precio del producto" 292 308 293 #: classes/wc-aplazame-gateway.php:3 73309 #: classes/wc-aplazame-gateway.php:383 294 310 msgid "Variable product price CSS selector" 295 311 msgstr "Selector CSS del precio variable del producto" 296 312 297 #: classes/wc-aplazame-gateway.php:3 74313 #: classes/wc-aplazame-gateway.php:384 298 314 msgid "CSS selector pointing to variable product price" 299 315 msgstr "Selector CSS para obtener el precio variable del producto" 300 316 301 #: classes/wc-aplazame-gateway.php:3 84317 #: classes/wc-aplazame-gateway.php:394 302 318 msgid "Cart widget" 303 319 msgstr "Widget del carrito" 304 320 305 #: classes/wc-aplazame-gateway.php: 391321 #: classes/wc-aplazame-gateway.php:401 306 322 msgid "Select your desired version for cart widget" 307 323 msgstr "Elige la versión deseada para el widget del carrito" 308 324 309 #: classes/wc-aplazame-gateway.php:4 02325 #: classes/wc-aplazame-gateway.php:412 310 326 msgid "Widget place on cart page" 311 327 msgstr "Lugar del widget en la página del carrito" 312 328 313 #: classes/wc-aplazame-gateway.php:4 05329 #: classes/wc-aplazame-gateway.php:415 314 330 msgid "Before cart totals" 315 331 msgstr "Antes del total" 316 332 317 #: classes/wc-aplazame-gateway.php:4 06333 #: classes/wc-aplazame-gateway.php:416 318 334 msgid "After cart totals" 319 335 msgstr "Después del total" 320 336 321 #: classes/wc-aplazame-gateway.php:4 14337 #: classes/wc-aplazame-gateway.php:424 322 338 msgid "Number of default instalments in cart widget" 323 339 msgstr "Número de cuotas por defecto en el widget del carrito" 324 340 325 #: classes/wc-aplazame-gateway.php:4 20341 #: classes/wc-aplazame-gateway.php:430 326 342 msgid "Show slider in cart widget (only v5)" 327 343 msgstr "Muestra la barra deslizante para el widget del carrito (sólo v5)" 328 344 329 #: classes/wc-aplazame-gateway.php:4 26345 #: classes/wc-aplazame-gateway.php:436 330 346 msgid "Show downpayment info in cart widget" 331 347 msgstr "Mostrar pago inicial en el widget del carrito" 332 348 333 #: classes/wc-aplazame-gateway.php:4 32349 #: classes/wc-aplazame-gateway.php:442 334 350 msgid "Show legal notice in cart widget" 335 351 msgstr "Mostrar texto legal en el widget del carrito" 336 352 337 #: classes/wc-aplazame-gateway.php:4 38353 #: classes/wc-aplazame-gateway.php:448 338 354 msgid "Enable cart widget pay in 4 (if available)" 339 355 msgstr "Activar widget del carrito paga en 4 (si disponible)" 340 356 341 #: classes/wc-aplazame-gateway.php:4 50357 #: classes/wc-aplazame-gateway.php:460 342 358 msgid "Layout of cart widget (only v4)" 343 359 msgstr "Disposición del widget del carrito (sólo v4)" 344 360 345 #: classes/wc-aplazame-gateway.php:4 60361 #: classes/wc-aplazame-gateway.php:470 346 362 msgid "Cart widget alignment (only v4/v5)" 347 363 msgstr "Alineación del widget del carrito (sólo v4/v5)" 348 364 349 #: classes/wc-aplazame-gateway.php:4 73365 #: classes/wc-aplazame-gateway.php:483 350 366 msgid "Primary color hexadecimal code for cart widget (only v4)" 351 367 msgstr "" 352 368 "Código hexadecimal del color principal para el widget del carrito (sólo v4)" 353 369 354 #: classes/wc-aplazame-gateway.php:4 80370 #: classes/wc-aplazame-gateway.php:490 355 371 msgid "Button" 356 372 msgstr "Botón" 357 373 358 #: classes/wc-aplazame-gateway.php:4 86374 #: classes/wc-aplazame-gateway.php:496 359 375 msgid "Button Selector" 360 376 msgstr "Selector del botón" 361 377 362 #: classes/wc-aplazame-gateway.php:4 87378 #: classes/wc-aplazame-gateway.php:497 363 379 msgid "Aplazame Button CSS Selector" 364 380 msgstr "Selector CSS del botón de pago con Aplazame" 365 381 366 #: classes/wc-aplazame-gateway.php: 495382 #: classes/wc-aplazame-gateway.php:505 367 383 msgid "Button Image" 368 384 msgstr "Imagen del botón" 369 385 370 #: classes/wc-aplazame-gateway.php: 496386 #: classes/wc-aplazame-gateway.php:506 371 387 msgid "Aplazame Button Image that you want to show" 372 388 msgstr "Imagen del botón de pago con Aplazame que quieres mostrar" -
aplazame/trunk/i18n/languages/aplazame.pot
r3191192 r3371075 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Aplazame v4. 1.2\n"9 "Project-Id-Version: Aplazame v4.2.0\n" 10 10 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 11 "POT-Creation-Date: 202 4-10-14 13:43+0200\n"11 "POT-Creation-Date: 2025-09-29 14:36+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:236 91 #: classes/wc-aplazame-gateway.php:237 92 msgid "Widget country" 93 msgstr "" 94 95 #: classes/wc-aplazame-gateway.php:238 96 msgid "Select widget country" 97 msgstr "" 98 99 #: classes/wc-aplazame-gateway.php:240 100 msgid "ES (Spain)" 101 msgstr "" 102 103 #: classes/wc-aplazame-gateway.php:241 104 msgid "PT (Portugal)" 105 msgstr "" 106 107 #: classes/wc-aplazame-gateway.php:246 92 108 msgid "Payment method title and description" 93 109 msgstr "" 94 110 95 #: classes/wc-aplazame-gateway.php:2 42111 #: classes/wc-aplazame-gateway.php:252 96 112 msgid "Title" 97 113 msgstr "" 98 114 99 #: classes/wc-aplazame-gateway.php:2 43115 #: classes/wc-aplazame-gateway.php:253 100 116 msgid "Payment method title" 101 117 msgstr "" 102 118 103 #: classes/wc-aplazame-gateway.php:2 48119 #: classes/wc-aplazame-gateway.php:258 104 120 msgid "Description" 105 121 msgstr "" 106 122 107 #: classes/wc-aplazame-gateway.php:2 49123 #: classes/wc-aplazame-gateway.php:259 108 124 msgid "Payment method description" 109 125 msgstr "" 110 126 111 #: classes/wc-aplazame-gateway.php:2 59127 #: classes/wc-aplazame-gateway.php:269 112 128 msgid "Product widget" 113 129 msgstr "" 114 130 115 #: classes/wc-aplazame-gateway.php:2 65 classes/wc-aplazame-gateway.php:390131 #: classes/wc-aplazame-gateway.php:275 classes/wc-aplazame-gateway.php:400 116 132 msgid "Widget version" 117 133 msgstr "" 118 134 119 #: classes/wc-aplazame-gateway.php:2 66135 #: classes/wc-aplazame-gateway.php:276 120 136 msgid "Select your desired version for product widget" 121 137 msgstr "" 122 138 123 #: classes/wc-aplazame-gateway.php:2 68 classes/wc-aplazame-gateway.php:393139 #: classes/wc-aplazame-gateway.php:278 classes/wc-aplazame-gateway.php:403 124 140 msgid "v3" 125 141 msgstr "" 126 142 127 #: classes/wc-aplazame-gateway.php:2 69 classes/wc-aplazame-gateway.php:394143 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:404 128 144 msgid "v4" 129 145 msgstr "" 130 146 131 #: classes/wc-aplazame-gateway.php:2 70 classes/wc-aplazame-gateway.php:395147 #: classes/wc-aplazame-gateway.php:280 classes/wc-aplazame-gateway.php:405 132 148 msgid "v5" 133 149 msgstr "" 134 150 135 #: classes/wc-aplazame-gateway.php:2 76 classes/wc-aplazame-gateway.php:401151 #: classes/wc-aplazame-gateway.php:286 classes/wc-aplazame-gateway.php:411 136 152 msgid "Place to show" 137 153 msgstr "" 138 154 139 #: classes/wc-aplazame-gateway.php:2 77155 #: classes/wc-aplazame-gateway.php:287 140 156 msgid "Widget place on product page" 141 157 msgstr "" 142 158 143 #: classes/wc-aplazame-gateway.php:2 79 classes/wc-aplazame-gateway.php:404159 #: classes/wc-aplazame-gateway.php:289 classes/wc-aplazame-gateway.php:414 144 160 msgid "~ Not show ~" 145 161 msgstr "" 146 162 147 #: classes/wc-aplazame-gateway.php:2 80163 #: classes/wc-aplazame-gateway.php:290 148 164 msgid "Before add to cart button" 149 165 msgstr "" 150 166 151 #: classes/wc-aplazame-gateway.php:2 81167 #: classes/wc-aplazame-gateway.php:291 152 168 msgid "After add to cart button" 153 169 msgstr "" 154 170 155 #: classes/wc-aplazame-gateway.php:2 82171 #: classes/wc-aplazame-gateway.php:292 156 172 msgid "After summary" 157 173 msgstr "" 158 174 159 #: classes/wc-aplazame-gateway.php:2 89 classes/wc-aplazame-gateway.php:413175 #: classes/wc-aplazame-gateway.php:299 classes/wc-aplazame-gateway.php:423 160 176 msgid "Default instalments" 161 177 msgstr "" 162 178 163 #: classes/wc-aplazame-gateway.php: 290179 #: classes/wc-aplazame-gateway.php:300 164 180 msgid "Number of default instalments in product widget" 165 181 msgstr "" 166 182 167 #: classes/wc-aplazame-gateway.php: 291 classes/wc-aplazame-gateway.php:415183 #: classes/wc-aplazame-gateway.php:301 classes/wc-aplazame-gateway.php:425 168 184 msgid "Optional (only numbers)" 169 185 msgstr "" 170 186 171 #: classes/wc-aplazame-gateway.php: 295 classes/wc-aplazame-gateway.php:419187 #: classes/wc-aplazame-gateway.php:305 classes/wc-aplazame-gateway.php:429 172 188 msgid "Slider" 173 189 msgstr "" 174 190 175 #: classes/wc-aplazame-gateway.php: 296191 #: classes/wc-aplazame-gateway.php:306 176 192 msgid "Show slider in product widget (only v5)" 177 193 msgstr "" 178 194 179 #: classes/wc-aplazame-gateway.php: 297 classes/wc-aplazame-gateway.php:421195 #: classes/wc-aplazame-gateway.php:307 classes/wc-aplazame-gateway.php:431 180 196 msgid "Show slider info" 181 197 msgstr "" 182 198 183 #: classes/wc-aplazame-gateway.php:3 01 classes/wc-aplazame-gateway.php:425199 #: classes/wc-aplazame-gateway.php:311 classes/wc-aplazame-gateway.php:435 184 200 msgid "Downpayment info" 185 201 msgstr "" 186 202 187 #: classes/wc-aplazame-gateway.php:3 02203 #: classes/wc-aplazame-gateway.php:312 188 204 msgid "Show downpayment info in product widget" 189 205 msgstr "" 190 206 191 #: classes/wc-aplazame-gateway.php:3 03 classes/wc-aplazame-gateway.php:427207 #: classes/wc-aplazame-gateway.php:313 classes/wc-aplazame-gateway.php:437 192 208 msgid "Show downpayment info" 193 209 msgstr "" 194 210 195 #: classes/wc-aplazame-gateway.php:3 07 classes/wc-aplazame-gateway.php:431211 #: classes/wc-aplazame-gateway.php:317 classes/wc-aplazame-gateway.php:441 196 212 msgid "Legal notice" 197 213 msgstr "" 198 214 199 #: classes/wc-aplazame-gateway.php:3 08215 #: classes/wc-aplazame-gateway.php:318 200 216 msgid "Show legal notice in product widget" 201 217 msgstr "" 202 218 203 #: classes/wc-aplazame-gateway.php:3 09 classes/wc-aplazame-gateway.php:433219 #: classes/wc-aplazame-gateway.php:319 classes/wc-aplazame-gateway.php:443 204 220 msgid "Show legal notice" 205 221 msgstr "" 206 222 207 #: classes/wc-aplazame-gateway.php:3 13 classes/wc-aplazame-gateway.php:437223 #: classes/wc-aplazame-gateway.php:323 classes/wc-aplazame-gateway.php:447 208 224 msgid "Pay in 4" 209 225 msgstr "" 210 226 211 #: classes/wc-aplazame-gateway.php:3 14227 #: classes/wc-aplazame-gateway.php:324 212 228 msgid "Enable product widget pay in 4 (if available)" 213 229 msgstr "" 214 230 215 #: classes/wc-aplazame-gateway.php:3 15 classes/wc-aplazame-gateway.php:439231 #: classes/wc-aplazame-gateway.php:325 classes/wc-aplazame-gateway.php:449 216 232 msgid "Enable pay in 4" 217 233 msgstr "" 218 234 219 #: classes/wc-aplazame-gateway.php:3 19235 #: classes/wc-aplazame-gateway.php:329 220 236 msgid "Border" 221 237 msgstr "" 222 238 223 #: classes/wc-aplazame-gateway.php:3 20239 #: classes/wc-aplazame-gateway.php:330 224 240 msgid "Show border in product widget (only v4)" 225 241 msgstr "" 226 242 227 #: classes/wc-aplazame-gateway.php:3 21243 #: classes/wc-aplazame-gateway.php:331 228 244 msgid "Show border" 229 245 msgstr "" 230 246 231 #: classes/wc-aplazame-gateway.php:3 25 classes/wc-aplazame-gateway.php:443247 #: classes/wc-aplazame-gateway.php:335 classes/wc-aplazame-gateway.php:453 232 248 msgid "Enter maximum instalment" 233 249 msgstr "" 234 250 235 #: classes/wc-aplazame-gateway.php:3 26 classes/wc-aplazame-gateway.php:444251 #: classes/wc-aplazame-gateway.php:336 classes/wc-aplazame-gateway.php:454 236 252 msgid "" 237 253 "Allow the user to manually enter the maximum instalment they want to pay " … … 239 255 msgstr "" 240 256 241 #: classes/wc-aplazame-gateway.php:3 27 classes/wc-aplazame-gateway.php:445257 #: classes/wc-aplazame-gateway.php:337 classes/wc-aplazame-gateway.php:455 242 258 msgid "Allow the user to manually enter the maximum instalment" 243 259 msgstr "" 244 260 245 #: classes/wc-aplazame-gateway.php:3 31 classes/wc-aplazame-gateway.php:449261 #: classes/wc-aplazame-gateway.php:341 classes/wc-aplazame-gateway.php:459 246 262 msgid "Layout" 247 263 msgstr "" 248 264 249 #: classes/wc-aplazame-gateway.php:3 32265 #: classes/wc-aplazame-gateway.php:342 250 266 msgid "Layout of product widget (only v4)" 251 267 msgstr "" 252 268 253 #: classes/wc-aplazame-gateway.php:3 41 classes/wc-aplazame-gateway.php:459269 #: classes/wc-aplazame-gateway.php:351 classes/wc-aplazame-gateway.php:469 254 270 msgid "Alignment" 255 271 msgstr "" 256 272 257 #: classes/wc-aplazame-gateway.php:3 42273 #: classes/wc-aplazame-gateway.php:352 258 274 msgid "Product widget alignment (only v4/v5)" 259 275 msgstr "" 260 276 261 #: classes/wc-aplazame-gateway.php:3 44 classes/wc-aplazame-gateway.php:462277 #: classes/wc-aplazame-gateway.php:354 classes/wc-aplazame-gateway.php:472 262 278 msgid "Left" 263 279 msgstr "" 264 280 265 #: classes/wc-aplazame-gateway.php:3 45 classes/wc-aplazame-gateway.php:463281 #: classes/wc-aplazame-gateway.php:355 classes/wc-aplazame-gateway.php:473 266 282 msgid "Center" 267 283 msgstr "" 268 284 269 #: classes/wc-aplazame-gateway.php:3 46 classes/wc-aplazame-gateway.php:464285 #: classes/wc-aplazame-gateway.php:356 classes/wc-aplazame-gateway.php:474 270 286 msgid "Right" 271 287 msgstr "" 272 288 273 #: classes/wc-aplazame-gateway.php:3 54 classes/wc-aplazame-gateway.php:472289 #: classes/wc-aplazame-gateway.php:364 classes/wc-aplazame-gateway.php:482 274 290 msgid "Primary color" 275 291 msgstr "" 276 292 277 #: classes/wc-aplazame-gateway.php:3 55293 #: classes/wc-aplazame-gateway.php:365 278 294 msgid "Primary color hexadecimal code for product widget (only v4)" 279 295 msgstr "" 280 296 281 #: classes/wc-aplazame-gateway.php:3 61297 #: classes/wc-aplazame-gateway.php:371 282 298 msgid "Product quantity CSS selector" 283 299 msgstr "" 284 300 285 #: classes/wc-aplazame-gateway.php:3 62301 #: classes/wc-aplazame-gateway.php:372 286 302 msgid "CSS selector pointing to product quantity" 287 303 msgstr "" 288 304 289 #: classes/wc-aplazame-gateway.php:3 67305 #: classes/wc-aplazame-gateway.php:377 290 306 msgid "Product price CSS selector" 291 307 msgstr "" 292 308 293 #: classes/wc-aplazame-gateway.php:3 68309 #: classes/wc-aplazame-gateway.php:378 294 310 msgid "CSS selector pointing to product price" 295 311 msgstr "" 296 312 297 #: classes/wc-aplazame-gateway.php:3 73313 #: classes/wc-aplazame-gateway.php:383 298 314 msgid "Variable product price CSS selector" 299 315 msgstr "" 300 316 301 #: classes/wc-aplazame-gateway.php:3 74317 #: classes/wc-aplazame-gateway.php:384 302 318 msgid "CSS selector pointing to variable product price" 303 319 msgstr "" 304 320 305 #: classes/wc-aplazame-gateway.php:3 84321 #: classes/wc-aplazame-gateway.php:394 306 322 msgid "Cart widget" 307 323 msgstr "" 308 324 309 #: classes/wc-aplazame-gateway.php: 391325 #: classes/wc-aplazame-gateway.php:401 310 326 msgid "Select your desired version for cart widget" 311 327 msgstr "" 312 328 313 #: classes/wc-aplazame-gateway.php:4 02329 #: classes/wc-aplazame-gateway.php:412 314 330 msgid "Widget place on cart page" 315 331 msgstr "" 316 332 317 #: classes/wc-aplazame-gateway.php:4 05333 #: classes/wc-aplazame-gateway.php:415 318 334 msgid "Before cart totals" 319 335 msgstr "" 320 336 321 #: classes/wc-aplazame-gateway.php:4 06337 #: classes/wc-aplazame-gateway.php:416 322 338 msgid "After cart totals" 323 339 msgstr "" 324 340 325 #: classes/wc-aplazame-gateway.php:4 14341 #: classes/wc-aplazame-gateway.php:424 326 342 msgid "Number of default instalments in cart widget" 327 343 msgstr "" 328 344 329 #: classes/wc-aplazame-gateway.php:4 20345 #: classes/wc-aplazame-gateway.php:430 330 346 msgid "Show slider in cart widget (only v5)" 331 347 msgstr "" 332 348 333 #: classes/wc-aplazame-gateway.php:4 26349 #: classes/wc-aplazame-gateway.php:436 334 350 msgid "Show downpayment info in cart widget" 335 351 msgstr "" 336 352 337 #: classes/wc-aplazame-gateway.php:4 32353 #: classes/wc-aplazame-gateway.php:442 338 354 msgid "Show legal notice in cart widget" 339 355 msgstr "" 340 356 341 #: classes/wc-aplazame-gateway.php:4 38357 #: classes/wc-aplazame-gateway.php:448 342 358 msgid "Enable cart widget pay in 4 (if available)" 343 359 msgstr "" 344 360 345 #: classes/wc-aplazame-gateway.php:4 50361 #: classes/wc-aplazame-gateway.php:460 346 362 msgid "Layout of cart widget (only v4)" 347 363 msgstr "" 348 364 349 #: classes/wc-aplazame-gateway.php:4 60365 #: classes/wc-aplazame-gateway.php:470 350 366 msgid "Cart widget alignment (only v4/v5)" 351 367 msgstr "" 352 368 353 #: classes/wc-aplazame-gateway.php:4 73369 #: classes/wc-aplazame-gateway.php:483 354 370 msgid "Primary color hexadecimal code for cart widget (only v4)" 355 371 msgstr "" 356 372 357 #: classes/wc-aplazame-gateway.php:4 80373 #: classes/wc-aplazame-gateway.php:490 358 374 msgid "Button" 359 375 msgstr "" 360 376 361 #: classes/wc-aplazame-gateway.php:4 86377 #: classes/wc-aplazame-gateway.php:496 362 378 msgid "Button Selector" 363 379 msgstr "" 364 380 365 #: classes/wc-aplazame-gateway.php:4 87381 #: classes/wc-aplazame-gateway.php:497 366 382 msgid "Aplazame Button CSS Selector" 367 383 msgstr "" 368 384 369 #: classes/wc-aplazame-gateway.php: 495385 #: classes/wc-aplazame-gateway.php:505 370 386 msgid "Button Image" 371 387 msgstr "" 372 388 373 #: classes/wc-aplazame-gateway.php: 496389 #: classes/wc-aplazame-gateway.php:506 374 390 msgid "Aplazame Button Image that you want to show" 375 391 msgstr "" -
aplazame/trunk/templates/widgets/cart.php
r3191192 r3371075 31 31 <?php endif; ?> 32 32 data-amount="<?php echo esc_attr( Aplazame_Sdk_Serializer_Decimal::fromFloat( WC()->cart->total )->jsonSerialize() ); ?>" 33 data-country="<?php echo esc_attr( $aplazame->settings['widget_country'] ); ?>" 33 34 data-currency="<?php echo esc_attr( get_woocommerce_currency() ); ?>" 34 35 <?php if ( ! empty( $aplazame->settings['cart_default_instalments'] ) ) : ?> -
aplazame/trunk/templates/widgets/product.php
r3191192 r3371075 59 59 data-qty="<?php echo esc_attr( $aplazame->settings['quantity_selector'] ); ?>" 60 60 <?php endif; ?> 61 data-country="<?php echo esc_attr( $aplazame->settings['widget_country'] ); ?>" 61 62 data-currency="<?php echo esc_attr( get_woocommerce_currency() ); ?>" 62 63 data-article-id="<?php echo esc_attr( $product->get_id() ); ?>"
Note: See TracChangeset
for help on using the changeset viewer.