Changeset 2510789
- Timestamp:
- 04/07/2021 12:21:54 PM (5 years ago)
- Location:
- aplazame
- Files:
-
- 14 edited
- 1 copied
-
tags/3.3.0 (copied) (copied from aplazame/trunk)
-
tags/3.3.0/README.txt (modified) (2 diffs)
-
tags/3.3.0/aplazame.php (modified) (4 diffs)
-
tags/3.3.0/classes/wc-aplazame-gateway.php (modified) (1 diff)
-
tags/3.3.0/i18n/languages/aplazame-es_ES.mo (modified) (previous)
-
tags/3.3.0/i18n/languages/aplazame.po (modified) (8 diffs)
-
tags/3.3.0/i18n/languages/aplazame.pot (modified) (6 diffs)
-
tags/3.3.0/templates/widgets/product.php (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) (8 diffs)
-
trunk/i18n/languages/aplazame.pot (modified) (6 diffs)
-
trunk/templates/widgets/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aplazame/tags/3.3.0/README.txt
r2480645 r2510789 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: 5. 6.05 Tested up to: 5.7.0 6 6 Requires PHP: 5.3.0 7 Stable tag: 3. 2.07 Stable tag: 3.3.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 #### [v3.3.0](https://github.com/aplazame/woocommerce/tree/v3.3.0) (2021-04-07) 81 82 * [ADD] Show/hide border option on product widget v4. 83 80 84 #### [v3.2.0](https://github.com/aplazame/woocommerce/tree/v3.2.0) (2021-02-24) 81 85 -
aplazame/tags/3.3.0/aplazame.php
r2480645 r2510789 3 3 * Plugin Name: Aplazame 4 4 * Plugin URI: https://github.com/aplazame/woocommerce 5 * Version: 3. 2.05 * Version: 3.3.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: 2.3 14 * WC tested up to: 4.9.214 * WC tested up to: 5.1.0 15 15 * 16 16 * License: GNU General Public License v3.0 … … 26 26 27 27 class WC_Aplazame { 28 const VERSION = '3. 2.0';28 const VERSION = '3.3.0'; 29 29 const METHOD_ID = 'aplazame'; 30 30 const METHOD_TITLE = 'Aplazame'; … … 333 333 'cart_widget_layout' => 'horizontal', 334 334 'widget_legacy' => 'no', 335 'product_widget_border' => 'yes', 335 336 ); 336 337 -
aplazame/tags/3.3.0/classes/wc-aplazame-gateway.php
r2480645 r2510789 273 273 'label' => __( 'Show legal notice', 'aplazame' ), 274 274 ), 275 'product_widget_border' => array( 276 'type' => 'checkbox', 277 'title' => __( 'Border', 'aplazame' ), 278 'description' => __( 'Show border in product widget (only new widget)', 'aplazame' ), 279 'label' => __( 'Show border', 'aplazame' ), 280 ), 275 281 'product_widget_primary_color' => array( 276 282 'type' => 'text', -
aplazame/tags/3.3.0/i18n/languages/aplazame.po
r2480645 r2510789 2 2 msgstr "" 3 3 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 4 "POT-Creation-Date: 2021-0 2-10 11:50+0000\n"4 "POT-Creation-Date: 2021-04-06 15:42+0000\n" 5 5 "Language: es_ES\n" 6 6 "MIME-Version: 1.0\n" … … 110 110 msgstr "Widget del producto" 111 111 112 #: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:32 3112 #: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:329 113 113 msgid "Place to show" 114 114 msgstr "Lugar a mostrar" … … 118 118 msgstr "Lugar del widget en la página del producto" 119 119 120 #: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:3 26120 #: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:332 121 121 msgid "~ Not show ~" 122 122 msgstr "~ No mostrar ~" … … 134 134 msgstr "Después del resumen" 135 135 136 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:3 35136 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:341 137 137 msgid "Default instalments" 138 138 msgstr "Cuotas por defecto" … … 142 142 msgstr "Número de cuotas por defecto en el widget del producto" 143 143 144 #: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:3 37144 #: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:343 145 145 msgid "Optional (only numbers)" 146 146 msgstr "Opcional (solo números)" 147 147 148 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:34 1148 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:347 149 149 msgid "Legal notice" 150 150 msgstr "Texto legal" … … 154 154 msgstr "Mostrar texto legal en el widget del producto" 155 155 156 #: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:34 3156 #: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:349 157 157 msgid "Show legal notice" 158 158 msgstr "Mostrar texto legal" 159 159 160 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:349 160 #: classes/wc-aplazame-gateway.php:277 161 msgid "Border" 162 msgstr "Marco" 163 164 #: classes/wc-aplazame-gateway.php:278 165 msgid "Show border in product widget (only new widget)" 166 msgstr "Mostrar marco en el widget del producto (sólo nuevo widget)" 167 168 #: classes/wc-aplazame-gateway.php:279 169 msgid "Show border" 170 msgstr "Mostrar marco" 171 172 #: classes/wc-aplazame-gateway.php:285 classes/wc-aplazame-gateway.php:355 161 173 msgid "Primary color" 162 174 msgstr "Color principal" 163 175 164 #: classes/wc-aplazame-gateway.php:28 0176 #: classes/wc-aplazame-gateway.php:286 165 177 msgid "Primary color hexadecimal code for product widget (only new widget)" 166 178 msgstr "" … … 168 180 "nuevo widget)" 169 181 170 #: classes/wc-aplazame-gateway.php:2 86 classes/wc-aplazame-gateway.php:356182 #: classes/wc-aplazame-gateway.php:292 classes/wc-aplazame-gateway.php:362 171 183 msgid "Layout" 172 184 msgstr "Disposición" 173 185 174 #: classes/wc-aplazame-gateway.php:2 87186 #: classes/wc-aplazame-gateway.php:293 175 187 msgid "Layout of product widget (only new widget)" 176 188 msgstr "Disposición del widget del producto (sólo nuevo widget)" 177 189 178 #: classes/wc-aplazame-gateway.php: 296190 #: classes/wc-aplazame-gateway.php:302 179 191 msgid "Product quantity CSS selector" 180 192 msgstr "Selector CSS del número de unidades del producto" 181 193 182 #: classes/wc-aplazame-gateway.php: 297194 #: classes/wc-aplazame-gateway.php:303 183 195 msgid "CSS selector pointing to product quantity" 184 196 msgstr "Selector CSS para obtener la cantidad de producto" 185 197 186 #: classes/wc-aplazame-gateway.php:30 2198 #: classes/wc-aplazame-gateway.php:308 187 199 msgid "Product price CSS selector" 188 200 msgstr "Selector CSS del precio del producto" 189 201 190 #: classes/wc-aplazame-gateway.php:30 3202 #: classes/wc-aplazame-gateway.php:309 191 203 msgid "CSS selector pointing to product price" 192 204 msgstr "Selector CSS para obtener el precio del producto" 193 205 194 #: classes/wc-aplazame-gateway.php:3 08206 #: classes/wc-aplazame-gateway.php:314 195 207 msgid "Variable product price CSS selector" 196 208 msgstr "Selector CSS del precio variable del producto" 197 209 198 #: classes/wc-aplazame-gateway.php:3 09210 #: classes/wc-aplazame-gateway.php:315 199 211 msgid "CSS selector pointing to variable product price" 200 212 msgstr "Selector CSS para obtener el precio variable del producto" 201 213 202 #: classes/wc-aplazame-gateway.php:3 17214 #: classes/wc-aplazame-gateway.php:323 203 215 msgid "Cart widget" 204 216 msgstr "Widget del carrito" 205 217 206 #: classes/wc-aplazame-gateway.php:3 24218 #: classes/wc-aplazame-gateway.php:330 207 219 msgid "Widget place on cart page" 208 220 msgstr "Lugar del widget en la página del carrito" 209 221 210 #: classes/wc-aplazame-gateway.php:3 27222 #: classes/wc-aplazame-gateway.php:333 211 223 msgid "Before cart totals" 212 224 msgstr "Antes del total" 213 225 214 #: classes/wc-aplazame-gateway.php:3 28226 #: classes/wc-aplazame-gateway.php:334 215 227 msgid "After cart totals" 216 228 msgstr "Después del total" 217 229 218 #: classes/wc-aplazame-gateway.php:3 36230 #: classes/wc-aplazame-gateway.php:342 219 231 msgid "Number of default instalments in cart widget" 220 232 msgstr "Número de cuotas por defecto en el widget del carrito" 221 233 222 #: classes/wc-aplazame-gateway.php:34 2234 #: classes/wc-aplazame-gateway.php:348 223 235 msgid "Show legal notice in cart widget" 224 236 msgstr "Mostrar texto legal en el widget del carrito" 225 237 226 #: classes/wc-aplazame-gateway.php:35 0238 #: classes/wc-aplazame-gateway.php:356 227 239 msgid "Primary color hexadecimal code for cart widget (only new widget)" 228 240 msgstr "" … … 230 242 "nuevo widget)" 231 243 232 #: classes/wc-aplazame-gateway.php:3 57244 #: classes/wc-aplazame-gateway.php:363 233 245 msgid "Layout of cart widget (only new widget)" 234 246 msgstr "Disposición del widget del carrito (sólo nuevo widget)" 235 247 236 #: classes/wc-aplazame-gateway.php:3 65248 #: classes/wc-aplazame-gateway.php:371 237 249 msgid "Button" 238 250 msgstr "Botón" 239 251 240 #: classes/wc-aplazame-gateway.php:37 1252 #: classes/wc-aplazame-gateway.php:377 241 253 msgid "Button Selector" 242 254 msgstr "Selector del botón" 243 255 244 #: classes/wc-aplazame-gateway.php:37 2256 #: classes/wc-aplazame-gateway.php:378 245 257 msgid "Aplazame Button CSS Selector" 246 258 msgstr "Selector CSS del botón de pago con Aplazame" 247 259 248 #: classes/wc-aplazame-gateway.php:38 0260 #: classes/wc-aplazame-gateway.php:386 249 261 msgid "Button Image" 250 262 msgstr "Imagen del botón" 251 263 252 #: classes/wc-aplazame-gateway.php:38 1264 #: classes/wc-aplazame-gateway.php:387 253 265 msgid "Aplazame Button Image that you want to show" 254 266 msgstr "Imagen del botón de pago con Aplazame que quieres mostrar" -
aplazame/tags/3.3.0/i18n/languages/aplazame.pot
r2480645 r2510789 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Aplazame v3. 2.0\n"9 "Project-Id-Version: Aplazame v3.3.0\n" 10 10 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 11 "POT-Creation-Date: 2021-0 2-24 12:23+0000\n"11 "POT-Creation-Date: 2021-04-07 12:17+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 117 117 msgstr "" 118 118 119 #: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:32 3119 #: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:329 120 120 msgid "Place to show" 121 121 msgstr "" … … 125 125 msgstr "" 126 126 127 #: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:3 26127 #: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:332 128 128 msgid "~ Not show ~" 129 129 msgstr "" … … 141 141 msgstr "" 142 142 143 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:3 35143 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:341 144 144 msgid "Default instalments" 145 145 msgstr "" … … 149 149 msgstr "" 150 150 151 #: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:3 37151 #: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:343 152 152 msgid "Optional (only numbers)" 153 153 msgstr "" 154 154 155 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:34 1155 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:347 156 156 msgid "Legal notice" 157 157 msgstr "" … … 161 161 msgstr "" 162 162 163 #: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:34 3163 #: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:349 164 164 msgid "Show legal notice" 165 165 msgstr "" 166 166 167 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:349 167 #: classes/wc-aplazame-gateway.php:277 168 msgid "Border" 169 msgstr "" 170 171 #: classes/wc-aplazame-gateway.php:278 172 msgid "Show border in product widget (only new widget)" 173 msgstr "" 174 175 #: classes/wc-aplazame-gateway.php:279 176 msgid "Show border" 177 msgstr "" 178 179 #: classes/wc-aplazame-gateway.php:285 classes/wc-aplazame-gateway.php:355 168 180 msgid "Primary color" 169 181 msgstr "" 170 182 171 #: classes/wc-aplazame-gateway.php:28 0183 #: classes/wc-aplazame-gateway.php:286 172 184 msgid "Primary color hexadecimal code for product widget (only new widget)" 173 185 msgstr "" 174 186 175 #: classes/wc-aplazame-gateway.php:2 86 classes/wc-aplazame-gateway.php:356187 #: classes/wc-aplazame-gateway.php:292 classes/wc-aplazame-gateway.php:362 176 188 msgid "Layout" 177 189 msgstr "" 178 190 179 #: classes/wc-aplazame-gateway.php:2 87191 #: classes/wc-aplazame-gateway.php:293 180 192 msgid "Layout of product widget (only new widget)" 181 193 msgstr "" 182 194 183 #: classes/wc-aplazame-gateway.php: 296195 #: classes/wc-aplazame-gateway.php:302 184 196 msgid "Product quantity CSS selector" 185 197 msgstr "" 186 198 187 #: classes/wc-aplazame-gateway.php: 297199 #: classes/wc-aplazame-gateway.php:303 188 200 msgid "CSS selector pointing to product quantity" 189 201 msgstr "" 190 202 191 #: classes/wc-aplazame-gateway.php:30 2203 #: classes/wc-aplazame-gateway.php:308 192 204 msgid "Product price CSS selector" 193 205 msgstr "" 194 206 195 #: classes/wc-aplazame-gateway.php:30 3207 #: classes/wc-aplazame-gateway.php:309 196 208 msgid "CSS selector pointing to product price" 197 209 msgstr "" 198 210 199 #: classes/wc-aplazame-gateway.php:3 08211 #: classes/wc-aplazame-gateway.php:314 200 212 msgid "Variable product price CSS selector" 201 213 msgstr "" 202 214 203 #: classes/wc-aplazame-gateway.php:3 09215 #: classes/wc-aplazame-gateway.php:315 204 216 msgid "CSS selector pointing to variable product price" 205 217 msgstr "" 206 218 207 #: classes/wc-aplazame-gateway.php:3 17219 #: classes/wc-aplazame-gateway.php:323 208 220 msgid "Cart widget" 209 221 msgstr "" 210 222 211 #: classes/wc-aplazame-gateway.php:3 24223 #: classes/wc-aplazame-gateway.php:330 212 224 msgid "Widget place on cart page" 213 225 msgstr "" 214 226 215 #: classes/wc-aplazame-gateway.php:3 27227 #: classes/wc-aplazame-gateway.php:333 216 228 msgid "Before cart totals" 217 229 msgstr "" 218 230 219 #: classes/wc-aplazame-gateway.php:3 28231 #: classes/wc-aplazame-gateway.php:334 220 232 msgid "After cart totals" 221 233 msgstr "" 222 234 223 #: classes/wc-aplazame-gateway.php:3 36235 #: classes/wc-aplazame-gateway.php:342 224 236 msgid "Number of default instalments in cart widget" 225 237 msgstr "" 226 238 227 #: classes/wc-aplazame-gateway.php:34 2239 #: classes/wc-aplazame-gateway.php:348 228 240 msgid "Show legal notice in cart widget" 229 241 msgstr "" 230 242 231 #: classes/wc-aplazame-gateway.php:35 0243 #: classes/wc-aplazame-gateway.php:356 232 244 msgid "Primary color hexadecimal code for cart widget (only new widget)" 233 245 msgstr "" 234 246 235 #: classes/wc-aplazame-gateway.php:3 57247 #: classes/wc-aplazame-gateway.php:363 236 248 msgid "Layout of cart widget (only new widget)" 237 249 msgstr "" 238 250 239 #: classes/wc-aplazame-gateway.php:3 65251 #: classes/wc-aplazame-gateway.php:371 240 252 msgid "Button" 241 253 msgstr "" 242 254 243 #: classes/wc-aplazame-gateway.php:37 1255 #: classes/wc-aplazame-gateway.php:377 244 256 msgid "Button Selector" 245 257 msgstr "" 246 258 247 #: classes/wc-aplazame-gateway.php:37 2259 #: classes/wc-aplazame-gateway.php:378 248 260 msgid "Aplazame Button CSS Selector" 249 261 msgstr "" 250 262 251 #: classes/wc-aplazame-gateway.php:38 0263 #: classes/wc-aplazame-gateway.php:386 252 264 msgid "Button Image" 253 265 msgstr "" 254 266 255 #: classes/wc-aplazame-gateway.php:38 1267 #: classes/wc-aplazame-gateway.php:387 256 268 msgid "Aplazame Button Image that you want to show" 257 269 msgstr "" -
aplazame/tags/3.3.0/templates/widgets/product.php
r2480645 r2510789 42 42 data-option-primary-color="<?php echo esc_attr( $aplazame->settings['product_widget_primary_color'] ); ?>" 43 43 data-option-layout="<?php echo esc_attr( $aplazame->settings['product_widget_layout'] ); ?>" 44 data-option-border-product="<?php echo esc_attr( $aplazame->settings['product_widget_border'] === 'yes' ? 'true' : 'false' ); ?>" 44 45 <?php endif; ?> 45 46 <?php if ( empty( $price_selector ) ) : ?> -
aplazame/trunk/README.txt
r2480645 r2510789 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: 5. 6.05 Tested up to: 5.7.0 6 6 Requires PHP: 5.3.0 7 Stable tag: 3. 2.07 Stable tag: 3.3.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 #### [v3.3.0](https://github.com/aplazame/woocommerce/tree/v3.3.0) (2021-04-07) 81 82 * [ADD] Show/hide border option on product widget v4. 83 80 84 #### [v3.2.0](https://github.com/aplazame/woocommerce/tree/v3.2.0) (2021-02-24) 81 85 -
aplazame/trunk/aplazame.php
r2480645 r2510789 3 3 * Plugin Name: Aplazame 4 4 * Plugin URI: https://github.com/aplazame/woocommerce 5 * Version: 3. 2.05 * Version: 3.3.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: 2.3 14 * WC tested up to: 4.9.214 * WC tested up to: 5.1.0 15 15 * 16 16 * License: GNU General Public License v3.0 … … 26 26 27 27 class WC_Aplazame { 28 const VERSION = '3. 2.0';28 const VERSION = '3.3.0'; 29 29 const METHOD_ID = 'aplazame'; 30 30 const METHOD_TITLE = 'Aplazame'; … … 333 333 'cart_widget_layout' => 'horizontal', 334 334 'widget_legacy' => 'no', 335 'product_widget_border' => 'yes', 335 336 ); 336 337 -
aplazame/trunk/classes/wc-aplazame-gateway.php
r2480645 r2510789 273 273 'label' => __( 'Show legal notice', 'aplazame' ), 274 274 ), 275 'product_widget_border' => array( 276 'type' => 'checkbox', 277 'title' => __( 'Border', 'aplazame' ), 278 'description' => __( 'Show border in product widget (only new widget)', 'aplazame' ), 279 'label' => __( 'Show border', 'aplazame' ), 280 ), 275 281 'product_widget_primary_color' => array( 276 282 'type' => 'text', -
aplazame/trunk/i18n/languages/aplazame.po
r2480645 r2510789 2 2 msgstr "" 3 3 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 4 "POT-Creation-Date: 2021-0 2-10 11:50+0000\n"4 "POT-Creation-Date: 2021-04-06 15:42+0000\n" 5 5 "Language: es_ES\n" 6 6 "MIME-Version: 1.0\n" … … 110 110 msgstr "Widget del producto" 111 111 112 #: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:32 3112 #: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:329 113 113 msgid "Place to show" 114 114 msgstr "Lugar a mostrar" … … 118 118 msgstr "Lugar del widget en la página del producto" 119 119 120 #: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:3 26120 #: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:332 121 121 msgid "~ Not show ~" 122 122 msgstr "~ No mostrar ~" … … 134 134 msgstr "Después del resumen" 135 135 136 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:3 35136 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:341 137 137 msgid "Default instalments" 138 138 msgstr "Cuotas por defecto" … … 142 142 msgstr "Número de cuotas por defecto en el widget del producto" 143 143 144 #: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:3 37144 #: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:343 145 145 msgid "Optional (only numbers)" 146 146 msgstr "Opcional (solo números)" 147 147 148 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:34 1148 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:347 149 149 msgid "Legal notice" 150 150 msgstr "Texto legal" … … 154 154 msgstr "Mostrar texto legal en el widget del producto" 155 155 156 #: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:34 3156 #: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:349 157 157 msgid "Show legal notice" 158 158 msgstr "Mostrar texto legal" 159 159 160 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:349 160 #: classes/wc-aplazame-gateway.php:277 161 msgid "Border" 162 msgstr "Marco" 163 164 #: classes/wc-aplazame-gateway.php:278 165 msgid "Show border in product widget (only new widget)" 166 msgstr "Mostrar marco en el widget del producto (sólo nuevo widget)" 167 168 #: classes/wc-aplazame-gateway.php:279 169 msgid "Show border" 170 msgstr "Mostrar marco" 171 172 #: classes/wc-aplazame-gateway.php:285 classes/wc-aplazame-gateway.php:355 161 173 msgid "Primary color" 162 174 msgstr "Color principal" 163 175 164 #: classes/wc-aplazame-gateway.php:28 0176 #: classes/wc-aplazame-gateway.php:286 165 177 msgid "Primary color hexadecimal code for product widget (only new widget)" 166 178 msgstr "" … … 168 180 "nuevo widget)" 169 181 170 #: classes/wc-aplazame-gateway.php:2 86 classes/wc-aplazame-gateway.php:356182 #: classes/wc-aplazame-gateway.php:292 classes/wc-aplazame-gateway.php:362 171 183 msgid "Layout" 172 184 msgstr "Disposición" 173 185 174 #: classes/wc-aplazame-gateway.php:2 87186 #: classes/wc-aplazame-gateway.php:293 175 187 msgid "Layout of product widget (only new widget)" 176 188 msgstr "Disposición del widget del producto (sólo nuevo widget)" 177 189 178 #: classes/wc-aplazame-gateway.php: 296190 #: classes/wc-aplazame-gateway.php:302 179 191 msgid "Product quantity CSS selector" 180 192 msgstr "Selector CSS del número de unidades del producto" 181 193 182 #: classes/wc-aplazame-gateway.php: 297194 #: classes/wc-aplazame-gateway.php:303 183 195 msgid "CSS selector pointing to product quantity" 184 196 msgstr "Selector CSS para obtener la cantidad de producto" 185 197 186 #: classes/wc-aplazame-gateway.php:30 2198 #: classes/wc-aplazame-gateway.php:308 187 199 msgid "Product price CSS selector" 188 200 msgstr "Selector CSS del precio del producto" 189 201 190 #: classes/wc-aplazame-gateway.php:30 3202 #: classes/wc-aplazame-gateway.php:309 191 203 msgid "CSS selector pointing to product price" 192 204 msgstr "Selector CSS para obtener el precio del producto" 193 205 194 #: classes/wc-aplazame-gateway.php:3 08206 #: classes/wc-aplazame-gateway.php:314 195 207 msgid "Variable product price CSS selector" 196 208 msgstr "Selector CSS del precio variable del producto" 197 209 198 #: classes/wc-aplazame-gateway.php:3 09210 #: classes/wc-aplazame-gateway.php:315 199 211 msgid "CSS selector pointing to variable product price" 200 212 msgstr "Selector CSS para obtener el precio variable del producto" 201 213 202 #: classes/wc-aplazame-gateway.php:3 17214 #: classes/wc-aplazame-gateway.php:323 203 215 msgid "Cart widget" 204 216 msgstr "Widget del carrito" 205 217 206 #: classes/wc-aplazame-gateway.php:3 24218 #: classes/wc-aplazame-gateway.php:330 207 219 msgid "Widget place on cart page" 208 220 msgstr "Lugar del widget en la página del carrito" 209 221 210 #: classes/wc-aplazame-gateway.php:3 27222 #: classes/wc-aplazame-gateway.php:333 211 223 msgid "Before cart totals" 212 224 msgstr "Antes del total" 213 225 214 #: classes/wc-aplazame-gateway.php:3 28226 #: classes/wc-aplazame-gateway.php:334 215 227 msgid "After cart totals" 216 228 msgstr "Después del total" 217 229 218 #: classes/wc-aplazame-gateway.php:3 36230 #: classes/wc-aplazame-gateway.php:342 219 231 msgid "Number of default instalments in cart widget" 220 232 msgstr "Número de cuotas por defecto en el widget del carrito" 221 233 222 #: classes/wc-aplazame-gateway.php:34 2234 #: classes/wc-aplazame-gateway.php:348 223 235 msgid "Show legal notice in cart widget" 224 236 msgstr "Mostrar texto legal en el widget del carrito" 225 237 226 #: classes/wc-aplazame-gateway.php:35 0238 #: classes/wc-aplazame-gateway.php:356 227 239 msgid "Primary color hexadecimal code for cart widget (only new widget)" 228 240 msgstr "" … … 230 242 "nuevo widget)" 231 243 232 #: classes/wc-aplazame-gateway.php:3 57244 #: classes/wc-aplazame-gateway.php:363 233 245 msgid "Layout of cart widget (only new widget)" 234 246 msgstr "Disposición del widget del carrito (sólo nuevo widget)" 235 247 236 #: classes/wc-aplazame-gateway.php:3 65248 #: classes/wc-aplazame-gateway.php:371 237 249 msgid "Button" 238 250 msgstr "Botón" 239 251 240 #: classes/wc-aplazame-gateway.php:37 1252 #: classes/wc-aplazame-gateway.php:377 241 253 msgid "Button Selector" 242 254 msgstr "Selector del botón" 243 255 244 #: classes/wc-aplazame-gateway.php:37 2256 #: classes/wc-aplazame-gateway.php:378 245 257 msgid "Aplazame Button CSS Selector" 246 258 msgstr "Selector CSS del botón de pago con Aplazame" 247 259 248 #: classes/wc-aplazame-gateway.php:38 0260 #: classes/wc-aplazame-gateway.php:386 249 261 msgid "Button Image" 250 262 msgstr "Imagen del botón" 251 263 252 #: classes/wc-aplazame-gateway.php:38 1264 #: classes/wc-aplazame-gateway.php:387 253 265 msgid "Aplazame Button Image that you want to show" 254 266 msgstr "Imagen del botón de pago con Aplazame que quieres mostrar" -
aplazame/trunk/i18n/languages/aplazame.pot
r2480645 r2510789 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Aplazame v3. 2.0\n"9 "Project-Id-Version: Aplazame v3.3.0\n" 10 10 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 11 "POT-Creation-Date: 2021-0 2-24 12:23+0000\n"11 "POT-Creation-Date: 2021-04-07 12:17+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 117 117 msgstr "" 118 118 119 #: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:32 3119 #: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:329 120 120 msgid "Place to show" 121 121 msgstr "" … … 125 125 msgstr "" 126 126 127 #: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:3 26127 #: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:332 128 128 msgid "~ Not show ~" 129 129 msgstr "" … … 141 141 msgstr "" 142 142 143 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:3 35143 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:341 144 144 msgid "Default instalments" 145 145 msgstr "" … … 149 149 msgstr "" 150 150 151 #: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:3 37151 #: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:343 152 152 msgid "Optional (only numbers)" 153 153 msgstr "" 154 154 155 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:34 1155 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:347 156 156 msgid "Legal notice" 157 157 msgstr "" … … 161 161 msgstr "" 162 162 163 #: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:34 3163 #: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:349 164 164 msgid "Show legal notice" 165 165 msgstr "" 166 166 167 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:349 167 #: classes/wc-aplazame-gateway.php:277 168 msgid "Border" 169 msgstr "" 170 171 #: classes/wc-aplazame-gateway.php:278 172 msgid "Show border in product widget (only new widget)" 173 msgstr "" 174 175 #: classes/wc-aplazame-gateway.php:279 176 msgid "Show border" 177 msgstr "" 178 179 #: classes/wc-aplazame-gateway.php:285 classes/wc-aplazame-gateway.php:355 168 180 msgid "Primary color" 169 181 msgstr "" 170 182 171 #: classes/wc-aplazame-gateway.php:28 0183 #: classes/wc-aplazame-gateway.php:286 172 184 msgid "Primary color hexadecimal code for product widget (only new widget)" 173 185 msgstr "" 174 186 175 #: classes/wc-aplazame-gateway.php:2 86 classes/wc-aplazame-gateway.php:356187 #: classes/wc-aplazame-gateway.php:292 classes/wc-aplazame-gateway.php:362 176 188 msgid "Layout" 177 189 msgstr "" 178 190 179 #: classes/wc-aplazame-gateway.php:2 87191 #: classes/wc-aplazame-gateway.php:293 180 192 msgid "Layout of product widget (only new widget)" 181 193 msgstr "" 182 194 183 #: classes/wc-aplazame-gateway.php: 296195 #: classes/wc-aplazame-gateway.php:302 184 196 msgid "Product quantity CSS selector" 185 197 msgstr "" 186 198 187 #: classes/wc-aplazame-gateway.php: 297199 #: classes/wc-aplazame-gateway.php:303 188 200 msgid "CSS selector pointing to product quantity" 189 201 msgstr "" 190 202 191 #: classes/wc-aplazame-gateway.php:30 2203 #: classes/wc-aplazame-gateway.php:308 192 204 msgid "Product price CSS selector" 193 205 msgstr "" 194 206 195 #: classes/wc-aplazame-gateway.php:30 3207 #: classes/wc-aplazame-gateway.php:309 196 208 msgid "CSS selector pointing to product price" 197 209 msgstr "" 198 210 199 #: classes/wc-aplazame-gateway.php:3 08211 #: classes/wc-aplazame-gateway.php:314 200 212 msgid "Variable product price CSS selector" 201 213 msgstr "" 202 214 203 #: classes/wc-aplazame-gateway.php:3 09215 #: classes/wc-aplazame-gateway.php:315 204 216 msgid "CSS selector pointing to variable product price" 205 217 msgstr "" 206 218 207 #: classes/wc-aplazame-gateway.php:3 17219 #: classes/wc-aplazame-gateway.php:323 208 220 msgid "Cart widget" 209 221 msgstr "" 210 222 211 #: classes/wc-aplazame-gateway.php:3 24223 #: classes/wc-aplazame-gateway.php:330 212 224 msgid "Widget place on cart page" 213 225 msgstr "" 214 226 215 #: classes/wc-aplazame-gateway.php:3 27227 #: classes/wc-aplazame-gateway.php:333 216 228 msgid "Before cart totals" 217 229 msgstr "" 218 230 219 #: classes/wc-aplazame-gateway.php:3 28231 #: classes/wc-aplazame-gateway.php:334 220 232 msgid "After cart totals" 221 233 msgstr "" 222 234 223 #: classes/wc-aplazame-gateway.php:3 36235 #: classes/wc-aplazame-gateway.php:342 224 236 msgid "Number of default instalments in cart widget" 225 237 msgstr "" 226 238 227 #: classes/wc-aplazame-gateway.php:34 2239 #: classes/wc-aplazame-gateway.php:348 228 240 msgid "Show legal notice in cart widget" 229 241 msgstr "" 230 242 231 #: classes/wc-aplazame-gateway.php:35 0243 #: classes/wc-aplazame-gateway.php:356 232 244 msgid "Primary color hexadecimal code for cart widget (only new widget)" 233 245 msgstr "" 234 246 235 #: classes/wc-aplazame-gateway.php:3 57247 #: classes/wc-aplazame-gateway.php:363 236 248 msgid "Layout of cart widget (only new widget)" 237 249 msgstr "" 238 250 239 #: classes/wc-aplazame-gateway.php:3 65251 #: classes/wc-aplazame-gateway.php:371 240 252 msgid "Button" 241 253 msgstr "" 242 254 243 #: classes/wc-aplazame-gateway.php:37 1255 #: classes/wc-aplazame-gateway.php:377 244 256 msgid "Button Selector" 245 257 msgstr "" 246 258 247 #: classes/wc-aplazame-gateway.php:37 2259 #: classes/wc-aplazame-gateway.php:378 248 260 msgid "Aplazame Button CSS Selector" 249 261 msgstr "" 250 262 251 #: classes/wc-aplazame-gateway.php:38 0263 #: classes/wc-aplazame-gateway.php:386 252 264 msgid "Button Image" 253 265 msgstr "" 254 266 255 #: classes/wc-aplazame-gateway.php:38 1267 #: classes/wc-aplazame-gateway.php:387 256 268 msgid "Aplazame Button Image that you want to show" 257 269 msgstr "" -
aplazame/trunk/templates/widgets/product.php
r2480645 r2510789 42 42 data-option-primary-color="<?php echo esc_attr( $aplazame->settings['product_widget_primary_color'] ); ?>" 43 43 data-option-layout="<?php echo esc_attr( $aplazame->settings['product_widget_layout'] ); ?>" 44 data-option-border-product="<?php echo esc_attr( $aplazame->settings['product_widget_border'] === 'yes' ? 'true' : 'false' ); ?>" 44 45 <?php endif; ?> 45 46 <?php if ( empty( $price_selector ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.