Responsive Pricing Table - Version 4.3

Version Description

  • Added custom CSS classes
Download this release

Release Info

Developer spwebguy
Plugin Icon 128x128 Responsive Pricing Table
Version 4.3
Comparing to
See all releases

Code changes from version 4.2.1 to 4.3

inc/rpt-metaboxes.php CHANGED
@@ -186,21 +186,27 @@ function rpt_register_group_metabox() {
186
  ));
187
 
188
  $main_group->add_group_field( $rpt_plan_group, array(
189
- 'name' => __( 'Plan styling', 'dk-pricr-responsive-pricing-table' ),
190
  'id' => $prefix . 'styling_desc',
191
  'type' => 'title',
192
  'row_classes' => 'de_hundred de_heading',
193
  ));
194
 
 
 
 
 
 
 
 
195
  $main_group->add_group_field( $rpt_plan_group, array(
196
  'name' => __( 'Color', 'dk-pricr-responsive-pricing-table' ).' <a class="wpd_tooltip" title="'.__( 'This color will be used for several elements of the plan', 'dk-pricr-responsive-pricing-table' ).'"><span class="wpd_help_icon dashicons dashicons-editor-help"></span></a>',
197
  'id' => $prefix . 'color',
198
  'type' => 'colorpicker',
199
- 'default' => '#9fdb80',
200
  'row_classes' => 'de_first de_hundred de_color de_input',
201
  ));
202
 
203
-
204
  // Settings
205
  $side_group = new_cmb2_box( array(
206
  'id' => $prefix . 'settings_metabox',
186
  ));
187
 
188
  $main_group->add_group_field( $rpt_plan_group, array(
189
+ 'name' => __( 'Others', 'dk-pricr-responsive-pricing-table' ),
190
  'id' => $prefix . 'styling_desc',
191
  'type' => 'title',
192
  'row_classes' => 'de_hundred de_heading',
193
  ));
194
 
195
+ $main_group->add_group_field( $rpt_plan_group, array(
196
+ 'name' => __( 'Custom CSS classes', 'dk-pricr-responsive-pricing-table' ).' <a class="wpd_tooltip" title="'.__( 'Add classes to this plan like \'my-class another-class\'', 'dk-pricr-responsive-pricing-table' ).'"><span class="wpd_help_icon dashicons dashicons-editor-help"></span></a>',
197
+ 'id' => $prefix . 'custom_classes',
198
+ 'type' => 'text',
199
+ 'row_classes' => 'de_first de_fifty de_text de_input',
200
+ ));
201
+
202
  $main_group->add_group_field( $rpt_plan_group, array(
203
  'name' => __( 'Color', 'dk-pricr-responsive-pricing-table' ).' <a class="wpd_tooltip" title="'.__( 'This color will be used for several elements of the plan', 'dk-pricr-responsive-pricing-table' ).'"><span class="wpd_help_icon dashicons dashicons-editor-help"></span></a>',
204
  'id' => $prefix . 'color',
205
  'type' => 'colorpicker',
206
+ 'default' => '#9fdb80',
207
  'row_classes' => 'de_first de_hundred de_color de_input',
208
  ));
209
 
 
210
  // Settings
211
  $side_group = new_cmb2_box( array(
212
  'id' => $prefix . 'settings_metabox',
lang/responsive-pricing-table-es_ES.mo CHANGED
Binary file
lang/responsive-pricing-table-es_ES.po CHANGED
@@ -1,19 +1,19 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Responsive Pricing Table\n"
4
- "POT-Creation-Date: 2015-08-18 17:11+0800\n"
5
- "PO-Revision-Date: 2015-08-18 18:34+0800\n"
 
6
  "Language-Team: \n"
 
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
- "X-Generator: Poedit 1.8.4\n"
11
  "X-Poedit-Basepath: .\n"
12
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "X-Poedit-KeywordsList: __;_x\n"
15
- "Last-Translator: \n"
16
- "Language: es\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: inc/cmb2/includes/CMB2.php:120
@@ -184,183 +184,183 @@ msgstr ""
184
  msgid "Save"
185
  msgstr ""
186
 
187
- #: inc/rpt-metaboxes.php:18
188
  msgid "Manage Plans"
189
  msgstr "Administrar ofertas"
190
 
191
- #: inc/rpt-metaboxes.php:18
192
  msgid "Unlock more features with Responsive Pricing Table PRO!"
193
  msgstr "&iexcl;Desbloquear más funciones con Responsive Pricing Table PRO!"
194
 
195
- #: inc/rpt-metaboxes.php:18
196
  msgid "Free version"
197
  msgstr "Versión gratuita"
198
 
199
- #: inc/rpt-metaboxes.php:26
200
  msgid "Plan {#}"
201
  msgstr "Oferta {#}"
202
 
203
- #: inc/rpt-metaboxes.php:27
204
  msgid "Add another plan"
205
  msgstr "Añadir otra oferta"
206
 
207
- #: inc/rpt-metaboxes.php:28
208
  msgid "Remove plan"
209
  msgstr "Borrar la oferta"
210
 
211
- #: inc/rpt-metaboxes.php:35
212
  msgid "Plan header"
213
  msgstr "Encabezamiento"
214
 
215
- #: inc/rpt-metaboxes.php:42 inc/rpt-metaboxes.php:255
216
  msgid "Title"
217
  msgstr "Título"
218
 
219
- #: inc/rpt-metaboxes.php:50
220
  msgid "Subtitle"
221
  msgstr "Subtítulo"
222
 
223
- #: inc/rpt-metaboxes.php:58 inc/rpt-metaboxes.php:307
224
  msgid "Recurrence"
225
  msgstr "Recurrencia"
226
 
227
- #: inc/rpt-metaboxes.php:58
228
  msgid "eg. 'per month/year'"
229
  msgstr "ej. 'por mes / año'"
230
 
231
- #: inc/rpt-metaboxes.php:66 inc/rpt-metaboxes.php:293
232
  msgid "Price"
233
  msgstr "Precio"
234
 
235
- #: inc/rpt-metaboxes.php:66
236
  msgid "No currency sign here (it can be set in the Settings tab)"
237
  msgstr ""
238
  "No signo de moneda aquí (se puede establecer en la ficha Configuración)"
239
 
240
- #: inc/rpt-metaboxes.php:74 inc/rpt-metaboxes.php:281
241
  msgid "Description"
242
  msgstr "Descripción"
243
 
244
- #: inc/rpt-metaboxes.php:74
245
  msgid "Short text that will appear below the subtitle"
246
  msgstr "Texto breve que aparecerá debajo del subtítulo"
247
 
248
- #: inc/rpt-metaboxes.php:82
249
  msgid "Small icon"
250
  msgstr "Pequeño icono"
251
 
252
- #: inc/rpt-metaboxes.php:82
253
  msgid "Recommended:"
254
  msgstr "Recomendado:"
255
 
256
- #: inc/rpt-metaboxes.php:85
257
  msgid "Upload"
258
  msgstr "Subir"
259
 
260
- #: inc/rpt-metaboxes.php:90
261
  msgid "Recommended plan"
262
  msgstr "Oferta recomendada"
263
 
264
- #: inc/rpt-metaboxes.php:90
265
- msgid "Check this if this to highlight this plan"
266
- msgstr "Active esta opción para resaltar esta oferta"
267
 
268
- #: inc/rpt-metaboxes.php:91
269
  msgid "Mark as recommended"
270
  msgstr "Marcar como recomendado"
271
 
272
- #: inc/rpt-metaboxes.php:99
273
  msgid "Remove currency sign"
274
  msgstr "Ocultar signo de moneda"
275
 
276
- #: inc/rpt-metaboxes.php:99
277
  msgid "Check this to hide the currency sign (for free plans for example)"
278
  msgstr ""
279
  "Active esta opción para ocultar el signo de moneda (por ejemplo para ofertas "
280
  "gratuitas)"
281
 
282
- #: inc/rpt-metaboxes.php:100
283
  msgid "Check to remove"
284
  msgstr "Active esta opción para ocultar"
285
 
286
- #: inc/rpt-metaboxes.php:108
287
  msgid "Plan features"
288
  msgstr "Características de la oferta"
289
 
290
- #: inc/rpt-metaboxes.php:115
291
  msgid "Feature list"
292
  msgstr "Lista de funciones"
293
 
294
- #: inc/rpt-metaboxes.php:115
295
  msgid "One per line — Read the Tips & Tricks section for useful information"
296
  msgstr ""
297
  "Una característica por línea - Leer la sección Consejos para mas información."
298
 
299
- #: inc/rpt-metaboxes.php:122
300
  msgid "One feature per line"
301
  msgstr "Una característica por línea"
302
 
303
- #: inc/rpt-metaboxes.php:127
304
  msgid "Tips & Tricks"
305
  msgstr "Consejos"
306
 
307
- #: inc/rpt-metaboxes.php:128
308
  msgid "Add images (not recommended)"
309
  msgstr "Añadir imágenes"
310
 
311
- #: inc/rpt-metaboxes.php:128
312
  msgid "Add links"
313
  msgstr "Añadir enlaces"
314
 
315
- #: inc/rpt-metaboxes.php:128
316
  msgid "Add bold text"
317
  msgstr "Añadir texto en negrita"
318
 
319
- #: inc/rpt-metaboxes.php:128
320
  msgid "Show feature as unavailable with"
321
  msgstr "Mostrar característica como no disponible con"
322
 
323
- #: inc/rpt-metaboxes.php:135
324
  msgid "Plan button..."
325
  msgstr "Botón de la oferta…"
326
 
327
- #: inc/rpt-metaboxes.php:142
328
  msgid "Button text"
329
  msgstr "Texto del botón"
330
 
331
- #: inc/rpt-metaboxes.php:142
332
  msgid "eg. 'Sign up, Buy'"
333
  msgstr "ej. ‘Registrar, Comprar'"
334
 
335
- #: inc/rpt-metaboxes.php:150
336
  msgid "Button link"
337
  msgstr "Enlace del botón"
338
 
339
- #: inc/rpt-metaboxes.php:150
340
  msgid "eg. 'http://anything.com'"
341
  msgstr "ej. 'http://cualquiercosa.com'"
342
 
343
- #: inc/rpt-metaboxes.php:158
344
  msgid "...or a custom button instead"
345
  msgstr "... o un botón personalizado en lugar"
346
 
347
- #: inc/rpt-metaboxes.php:165
348
  msgid "Custom button code"
349
  msgstr "Código del botón personalizado"
350
 
351
- #: inc/rpt-metaboxes.php:165
352
  msgid "This field will overwrite the standard button fields"
353
  msgstr "Este campo se sobrepone a los campos del botón estándar"
354
 
355
- #: inc/rpt-metaboxes.php:172
356
  msgid "Paste any button code here (Stripe, Paypal...)"
357
  msgstr "Pegue cualquier código de botón aquí (Stripe, Paypal...)"
358
 
359
- #: inc/rpt-metaboxes.php:177
360
  msgid "What is a custom button?"
361
  msgstr "¿Qué es un botón personalizado?"
362
 
363
- #: inc/rpt-metaboxes.php:178
364
  msgid ""
365
  "Custom buttons are provided by third-party payment plateforms to allow "
366
  "direct redirection to the payment page. Paypal, Stripe as well as many other "
@@ -370,7 +370,7 @@ msgstr ""
370
  "permitir la redirección directa a la página de pago. Paypal, Stripe, así "
371
  "como muchas otras empresas generarán botones de compras para usted."
372
 
373
- #: inc/rpt-metaboxes.php:178
374
  msgid ""
375
  "If you want your Pricing plan's footer to be replaced by a custom button, "
376
  "copy-paste the button code in this box. This will override the default "
@@ -380,7 +380,7 @@ msgstr ""
380
  "personalizado, copiar y pegar el código del botón en este cuadro. Esto "
381
  "anulará la configuración del botón predeterminado."
382
 
383
- #: inc/rpt-metaboxes.php:178
384
  msgid ""
385
  "We do <strong>not</strong> recommend doing this as it may not always go well "
386
  "with the design."
@@ -388,118 +388,122 @@ msgstr ""
388
  "<strong>No</strong> le recomendamos hacer esto, ya que no siempre se puede "
389
  "ir bien con el diseño."
390
 
391
- #: inc/rpt-metaboxes.php:185
392
- msgid "Plan styling"
393
- msgstr "Estilo de la oferta"
 
 
 
 
394
 
395
- #: inc/rpt-metaboxes.php:192
 
 
 
 
396
  msgid "Color"
397
  msgstr "Color"
398
 
399
- #: inc/rpt-metaboxes.php:192
400
  msgid "This color will be used for several elements of the plan"
401
  msgstr "Este color será utilizado para varios elementos de la oferta"
402
 
403
- #: inc/rpt-metaboxes.php:203
404
  msgid "Settings"
405
  msgstr "Configuración"
406
 
407
- #: inc/rpt-metaboxes.php:210
408
  msgid "General settings"
409
  msgstr "Configuración general"
410
 
411
- #: inc/rpt-metaboxes.php:217
412
  msgid "Change currency"
413
  msgstr "Cambiar la moneda"
414
 
415
- #: inc/rpt-metaboxes.php:217
416
  msgid "Add your currency sign here"
417
  msgstr "Añada su signo de moneda aquí"
418
 
419
- #: inc/rpt-metaboxes.php:224
420
  msgid "Links behavior"
421
  msgstr "Comportamiento del enlace"
422
 
423
- #: inc/rpt-metaboxes.php:228
424
  msgid "Open in current window"
425
  msgstr "Abrir en la misma ventana"
426
 
427
- #: inc/rpt-metaboxes.php:229
428
  msgid "Open in new window/tab"
429
  msgstr "Abrir en una nueva ventana"
430
 
431
- #: inc/rpt-metaboxes.php:237
432
  msgid "Force original fonts"
433
  msgstr "Utilizar la fuente original"
434
 
435
- #: inc/rpt-metaboxes.php:237
436
  msgid "Check this to use the plugin's font instead of your theme's"
437
  msgstr "Haga clic para usar la fuente del plugin en lugar de la de su tema"
438
 
439
- #: inc/rpt-metaboxes.php:238
440
  msgid "Check to enable"
441
  msgstr "Haga clic para activar"
442
 
443
- #: inc/rpt-metaboxes.php:248
444
  msgid "Adjust font sizes"
445
  msgstr "Ajustar tamaño de las fuentes"
446
 
447
- #: inc/rpt-metaboxes.php:259 inc/rpt-metaboxes.php:272
448
- #: inc/rpt-metaboxes.php:297
449
  msgid "Tiny"
450
  msgstr "Diminuto"
451
 
452
- #: inc/rpt-metaboxes.php:260 inc/rpt-metaboxes.php:273
453
- #: inc/rpt-metaboxes.php:285 inc/rpt-metaboxes.php:298
454
- #: inc/rpt-metaboxes.php:311 inc/rpt-metaboxes.php:323
455
- #: inc/rpt-metaboxes.php:335
456
  msgid "Small"
457
  msgstr "Pequeño"
458
 
459
- #: inc/rpt-metaboxes.php:261 inc/rpt-metaboxes.php:274
460
- #: inc/rpt-metaboxes.php:286 inc/rpt-metaboxes.php:299
461
- #: inc/rpt-metaboxes.php:312 inc/rpt-metaboxes.php:324
462
- #: inc/rpt-metaboxes.php:336
463
  msgid "Normal"
464
  msgstr "Normal"
465
 
466
- #: inc/rpt-metaboxes.php:268
467
- msgid "Subitle"
468
- msgstr "Subtítulo"
469
-
470
- #: inc/rpt-metaboxes.php:300
471
  msgid "Big"
472
  msgstr "Grande"
473
 
474
- #: inc/rpt-metaboxes.php:319
475
  msgid "Button"
476
  msgstr "Botón"
477
 
478
- #: inc/rpt-metaboxes.php:331
479
  msgid "Features"
480
  msgstr "Características"
481
 
482
- #: inc/rpt-metaboxes.php:344
483
  msgid "Up to 5 plans"
484
  msgstr "Hasta 5 ofertas"
485
 
486
- #: inc/rpt-metaboxes.php:345
487
  msgid "You can add up to 5 plans per Pricing Table."
488
  msgstr "Usted puede añadir hasta 5 ofertas por Tabla de Precios."
489
 
490
- #: inc/rpt-metaboxes.php:345
491
  msgid "Adding more than that will result in display issues."
492
  msgstr "Añadir más ofertas dará lugar a problemas de visualización."
493
 
494
- #: inc/rpt-metaboxes.php:374
495
  msgid "Help & Support"
496
  msgstr "Ayuda"
497
 
498
- #: inc/rpt-metaboxes.php:383
499
  msgid "Display your Pricing Table"
500
  msgstr "Visualizar la Tabla de Precios"
501
 
502
- #: inc/rpt-metaboxes.php:383
503
  msgid ""
504
  "To display your Pricing Table on your site, copy-paste the "
505
  "<strong>[Shortcode]</strong> in your post/page. You can find this shortcode "
@@ -510,15 +514,15 @@ msgstr ""
510
  "Haga clic en <strong>Tablas de precios</strong> para encontrar este "
511
  "shortcode."
512
 
513
- #: inc/rpt-metaboxes.php:383
514
  msgid "Get support"
515
  msgstr "Obtener ayuda"
516
 
517
- #: inc/rpt-metaboxes.php:383
518
  msgid "Submit a ticket"
519
  msgstr "Enviar su pregunta"
520
 
521
- #: inc/rpt-metaboxes.php:383
522
  msgid "View documentation"
523
  msgstr "Consulte la documentaci&oacute;n"
524
 
@@ -581,3 +585,12 @@ msgstr "Tabla de Precios guardada."
581
  #: rpt.php:103
582
  msgid "Pricing Table draft updated."
583
  msgstr "Borrador de Tabla de Precios actualizado."
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Responsive Pricing Table\n"
4
+ "POT-Creation-Date: 2016-03-26 13:51+0800\n"
5
+ "PO-Revision-Date: 2016-03-26 13:52+0800\n"
6
+ "Last-Translator: \n"
7
  "Language-Team: \n"
8
+ "Language: es\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_x\n"
 
 
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: inc/cmb2/includes/CMB2.php:120
184
  msgid "Save"
185
  msgstr ""
186
 
187
+ #: inc/rpt-metaboxes.php:22
188
  msgid "Manage Plans"
189
  msgstr "Administrar ofertas"
190
 
191
+ #: inc/rpt-metaboxes.php:22
192
  msgid "Unlock more features with Responsive Pricing Table PRO!"
193
  msgstr "&iexcl;Desbloquear más funciones con Responsive Pricing Table PRO!"
194
 
195
+ #: inc/rpt-metaboxes.php:22
196
  msgid "Free version"
197
  msgstr "Versión gratuita"
198
 
199
+ #: inc/rpt-metaboxes.php:30
200
  msgid "Plan {#}"
201
  msgstr "Oferta {#}"
202
 
203
+ #: inc/rpt-metaboxes.php:31
204
  msgid "Add another plan"
205
  msgstr "Añadir otra oferta"
206
 
207
+ #: inc/rpt-metaboxes.php:32
208
  msgid "Remove plan"
209
  msgstr "Borrar la oferta"
210
 
211
+ #: inc/rpt-metaboxes.php:39
212
  msgid "Plan header"
213
  msgstr "Encabezamiento"
214
 
215
+ #: inc/rpt-metaboxes.php:46 inc/rpt-metaboxes.php:265
216
  msgid "Title"
217
  msgstr "Título"
218
 
219
+ #: inc/rpt-metaboxes.php:54 inc/rpt-metaboxes.php:278
220
  msgid "Subtitle"
221
  msgstr "Subtítulo"
222
 
223
+ #: inc/rpt-metaboxes.php:62 inc/rpt-metaboxes.php:317
224
  msgid "Recurrence"
225
  msgstr "Recurrencia"
226
 
227
+ #: inc/rpt-metaboxes.php:62
228
  msgid "eg. 'per month/year'"
229
  msgstr "ej. 'por mes / año'"
230
 
231
+ #: inc/rpt-metaboxes.php:70 inc/rpt-metaboxes.php:303
232
  msgid "Price"
233
  msgstr "Precio"
234
 
235
+ #: inc/rpt-metaboxes.php:70
236
  msgid "No currency sign here (it can be set in the Settings tab)"
237
  msgstr ""
238
  "No signo de moneda aquí (se puede establecer en la ficha Configuración)"
239
 
240
+ #: inc/rpt-metaboxes.php:78 inc/rpt-metaboxes.php:291
241
  msgid "Description"
242
  msgstr "Descripción"
243
 
244
+ #: inc/rpt-metaboxes.php:78
245
  msgid "Short text that will appear below the subtitle"
246
  msgstr "Texto breve que aparecerá debajo del subtítulo"
247
 
248
+ #: inc/rpt-metaboxes.php:86
249
  msgid "Small icon"
250
  msgstr "Pequeño icono"
251
 
252
+ #: inc/rpt-metaboxes.php:86
253
  msgid "Recommended:"
254
  msgstr "Recomendado:"
255
 
256
+ #: inc/rpt-metaboxes.php:89
257
  msgid "Upload"
258
  msgstr "Subir"
259
 
260
+ #: inc/rpt-metaboxes.php:94
261
  msgid "Recommended plan"
262
  msgstr "Oferta recomendada"
263
 
264
+ #: inc/rpt-metaboxes.php:94
265
+ msgid "Check this to highlight this plan"
266
+ msgstr ""
267
 
268
+ #: inc/rpt-metaboxes.php:95
269
  msgid "Mark as recommended"
270
  msgstr "Marcar como recomendado"
271
 
272
+ #: inc/rpt-metaboxes.php:103
273
  msgid "Remove currency sign"
274
  msgstr "Ocultar signo de moneda"
275
 
276
+ #: inc/rpt-metaboxes.php:103
277
  msgid "Check this to hide the currency sign (for free plans for example)"
278
  msgstr ""
279
  "Active esta opción para ocultar el signo de moneda (por ejemplo para ofertas "
280
  "gratuitas)"
281
 
282
+ #: inc/rpt-metaboxes.php:104
283
  msgid "Check to remove"
284
  msgstr "Active esta opción para ocultar"
285
 
286
+ #: inc/rpt-metaboxes.php:112
287
  msgid "Plan features"
288
  msgstr "Características de la oferta"
289
 
290
+ #: inc/rpt-metaboxes.php:119
291
  msgid "Feature list"
292
  msgstr "Lista de funciones"
293
 
294
+ #: inc/rpt-metaboxes.php:119
295
  msgid "One per line — Read the Tips & Tricks section for useful information"
296
  msgstr ""
297
  "Una característica por línea - Leer la sección Consejos para mas información."
298
 
299
+ #: inc/rpt-metaboxes.php:126
300
  msgid "One feature per line"
301
  msgstr "Una característica por línea"
302
 
303
+ #: inc/rpt-metaboxes.php:131
304
  msgid "Tips & Tricks"
305
  msgstr "Consejos"
306
 
307
+ #: inc/rpt-metaboxes.php:132
308
  msgid "Add images (not recommended)"
309
  msgstr "Añadir imágenes"
310
 
311
+ #: inc/rpt-metaboxes.php:132
312
  msgid "Add links"
313
  msgstr "Añadir enlaces"
314
 
315
+ #: inc/rpt-metaboxes.php:132
316
  msgid "Add bold text"
317
  msgstr "Añadir texto en negrita"
318
 
319
+ #: inc/rpt-metaboxes.php:132
320
  msgid "Show feature as unavailable with"
321
  msgstr "Mostrar característica como no disponible con"
322
 
323
+ #: inc/rpt-metaboxes.php:139
324
  msgid "Plan button..."
325
  msgstr "Botón de la oferta…"
326
 
327
+ #: inc/rpt-metaboxes.php:146
328
  msgid "Button text"
329
  msgstr "Texto del botón"
330
 
331
+ #: inc/rpt-metaboxes.php:146
332
  msgid "eg. 'Sign up, Buy'"
333
  msgstr "ej. ‘Registrar, Comprar'"
334
 
335
+ #: inc/rpt-metaboxes.php:154
336
  msgid "Button link"
337
  msgstr "Enlace del botón"
338
 
339
+ #: inc/rpt-metaboxes.php:154
340
  msgid "eg. 'http://anything.com'"
341
  msgstr "ej. 'http://cualquiercosa.com'"
342
 
343
+ #: inc/rpt-metaboxes.php:162
344
  msgid "...or a custom button instead"
345
  msgstr "... o un botón personalizado en lugar"
346
 
347
+ #: inc/rpt-metaboxes.php:169
348
  msgid "Custom button code"
349
  msgstr "Código del botón personalizado"
350
 
351
+ #: inc/rpt-metaboxes.php:169
352
  msgid "This field will overwrite the standard button fields"
353
  msgstr "Este campo se sobrepone a los campos del botón estándar"
354
 
355
+ #: inc/rpt-metaboxes.php:176
356
  msgid "Paste any button code here (Stripe, Paypal...)"
357
  msgstr "Pegue cualquier código de botón aquí (Stripe, Paypal...)"
358
 
359
+ #: inc/rpt-metaboxes.php:181
360
  msgid "What is a custom button?"
361
  msgstr "¿Qué es un botón personalizado?"
362
 
363
+ #: inc/rpt-metaboxes.php:182
364
  msgid ""
365
  "Custom buttons are provided by third-party payment plateforms to allow "
366
  "direct redirection to the payment page. Paypal, Stripe as well as many other "
370
  "permitir la redirección directa a la página de pago. Paypal, Stripe, así "
371
  "como muchas otras empresas generarán botones de compras para usted."
372
 
373
+ #: inc/rpt-metaboxes.php:182
374
  msgid ""
375
  "If you want your Pricing plan's footer to be replaced by a custom button, "
376
  "copy-paste the button code in this box. This will override the default "
380
  "personalizado, copiar y pegar el código del botón en este cuadro. Esto "
381
  "anulará la configuración del botón predeterminado."
382
 
383
+ #: inc/rpt-metaboxes.php:182
384
  msgid ""
385
  "We do <strong>not</strong> recommend doing this as it may not always go well "
386
  "with the design."
388
  "<strong>No</strong> le recomendamos hacer esto, ya que no siempre se puede "
389
  "ir bien con el diseño."
390
 
391
+ #: inc/rpt-metaboxes.php:189
392
+ msgid "Others"
393
+ msgstr "Otros"
394
+
395
+ #: inc/rpt-metaboxes.php:196
396
+ msgid "Custom CSS classes"
397
+ msgstr "Clases CSS personalizadas"
398
 
399
+ #: inc/rpt-metaboxes.php:196
400
+ msgid "Add classes to this plan like 'my-class another-class'"
401
+ msgstr "Añada clases para esta oferta, separadas por espacios."
402
+
403
+ #: inc/rpt-metaboxes.php:203
404
  msgid "Color"
405
  msgstr "Color"
406
 
407
+ #: inc/rpt-metaboxes.php:203
408
  msgid "This color will be used for several elements of the plan"
409
  msgstr "Este color será utilizado para varios elementos de la oferta"
410
 
411
+ #: inc/rpt-metaboxes.php:213
412
  msgid "Settings"
413
  msgstr "Configuración"
414
 
415
+ #: inc/rpt-metaboxes.php:220
416
  msgid "General settings"
417
  msgstr "Configuración general"
418
 
419
+ #: inc/rpt-metaboxes.php:227
420
  msgid "Change currency"
421
  msgstr "Cambiar la moneda"
422
 
423
+ #: inc/rpt-metaboxes.php:227
424
  msgid "Add your currency sign here"
425
  msgstr "Añada su signo de moneda aquí"
426
 
427
+ #: inc/rpt-metaboxes.php:234
428
  msgid "Links behavior"
429
  msgstr "Comportamiento del enlace"
430
 
431
+ #: inc/rpt-metaboxes.php:238
432
  msgid "Open in current window"
433
  msgstr "Abrir en la misma ventana"
434
 
435
+ #: inc/rpt-metaboxes.php:239
436
  msgid "Open in new window/tab"
437
  msgstr "Abrir en una nueva ventana"
438
 
439
+ #: inc/rpt-metaboxes.php:247
440
  msgid "Force original fonts"
441
  msgstr "Utilizar la fuente original"
442
 
443
+ #: inc/rpt-metaboxes.php:247
444
  msgid "Check this to use the plugin's font instead of your theme's"
445
  msgstr "Haga clic para usar la fuente del plugin en lugar de la de su tema"
446
 
447
+ #: inc/rpt-metaboxes.php:248
448
  msgid "Check to enable"
449
  msgstr "Haga clic para activar"
450
 
451
+ #: inc/rpt-metaboxes.php:258
452
  msgid "Adjust font sizes"
453
  msgstr "Ajustar tamaño de las fuentes"
454
 
455
+ #: inc/rpt-metaboxes.php:269 inc/rpt-metaboxes.php:282
456
+ #: inc/rpt-metaboxes.php:307
457
  msgid "Tiny"
458
  msgstr "Diminuto"
459
 
460
+ #: inc/rpt-metaboxes.php:270 inc/rpt-metaboxes.php:283
461
+ #: inc/rpt-metaboxes.php:295 inc/rpt-metaboxes.php:308
462
+ #: inc/rpt-metaboxes.php:321 inc/rpt-metaboxes.php:333
463
+ #: inc/rpt-metaboxes.php:345
464
  msgid "Small"
465
  msgstr "Pequeño"
466
 
467
+ #: inc/rpt-metaboxes.php:271 inc/rpt-metaboxes.php:284
468
+ #: inc/rpt-metaboxes.php:296 inc/rpt-metaboxes.php:309
469
+ #: inc/rpt-metaboxes.php:322 inc/rpt-metaboxes.php:334
470
+ #: inc/rpt-metaboxes.php:346
471
  msgid "Normal"
472
  msgstr "Normal"
473
 
474
+ #: inc/rpt-metaboxes.php:310
 
 
 
 
475
  msgid "Big"
476
  msgstr "Grande"
477
 
478
+ #: inc/rpt-metaboxes.php:329
479
  msgid "Button"
480
  msgstr "Botón"
481
 
482
+ #: inc/rpt-metaboxes.php:341
483
  msgid "Features"
484
  msgstr "Características"
485
 
486
+ #: inc/rpt-metaboxes.php:354
487
  msgid "Up to 5 plans"
488
  msgstr "Hasta 5 ofertas"
489
 
490
+ #: inc/rpt-metaboxes.php:355
491
  msgid "You can add up to 5 plans per Pricing Table."
492
  msgstr "Usted puede añadir hasta 5 ofertas por Tabla de Precios."
493
 
494
+ #: inc/rpt-metaboxes.php:355
495
  msgid "Adding more than that will result in display issues."
496
  msgstr "Añadir más ofertas dará lugar a problemas de visualización."
497
 
498
+ #: inc/rpt-metaboxes.php:384
499
  msgid "Help & Support"
500
  msgstr "Ayuda"
501
 
502
+ #: inc/rpt-metaboxes.php:393
503
  msgid "Display your Pricing Table"
504
  msgstr "Visualizar la Tabla de Precios"
505
 
506
+ #: inc/rpt-metaboxes.php:393
507
  msgid ""
508
  "To display your Pricing Table on your site, copy-paste the "
509
  "<strong>[Shortcode]</strong> in your post/page. You can find this shortcode "
514
  "Haga clic en <strong>Tablas de precios</strong> para encontrar este "
515
  "shortcode."
516
 
517
+ #: inc/rpt-metaboxes.php:393
518
  msgid "Get support"
519
  msgstr "Obtener ayuda"
520
 
521
+ #: inc/rpt-metaboxes.php:393
522
  msgid "Submit a ticket"
523
  msgstr "Enviar su pregunta"
524
 
525
+ #: inc/rpt-metaboxes.php:393
526
  msgid "View documentation"
527
  msgstr "Consulte la documentaci&oacute;n"
528
 
585
  #: rpt.php:103
586
  msgid "Pricing Table draft updated."
587
  msgstr "Borrador de Tabla de Precios actualizado."
588
+
589
+ #~ msgid "Check this if this to highlight this plan"
590
+ #~ msgstr "Active esta opción para resaltar esta oferta"
591
+
592
+ #~ msgid "Plan styling"
593
+ #~ msgstr "Estilo de la oferta"
594
+
595
+ #~ msgid "Subitle"
596
+ #~ msgstr "Subtítulo"
lang/responsive-pricing-table-fr_FR.mo CHANGED
Binary file
lang/responsive-pricing-table-fr_FR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Responsive Pricing Table\n"
4
- "POT-Creation-Date: 2015-08-18 17:51+0800\n"
5
- "PO-Revision-Date: 2015-08-18 17:51+0800\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.4\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -184,181 +184,181 @@ msgstr ""
184
  msgid "Save"
185
  msgstr ""
186
 
187
- #: inc/rpt-metaboxes.php:18
188
  msgid "Manage Plans"
189
  msgstr "Gestion des offres"
190
 
191
- #: inc/rpt-metaboxes.php:18
192
  msgid "Unlock more features with Responsive Pricing Table PRO!"
193
  msgstr ""
194
  "Acc&eacute;dez &agrave; de nouvelles fonctionnalit&eacute;s avec Responsive "
195
  "Pricing Table PRO !"
196
 
197
- #: inc/rpt-metaboxes.php:18
198
  msgid "Free version"
199
  msgstr "Version gratuite"
200
 
201
- #: inc/rpt-metaboxes.php:26
202
  msgid "Plan {#}"
203
  msgstr "Offre {#}"
204
 
205
- #: inc/rpt-metaboxes.php:27
206
  msgid "Add another plan"
207
  msgstr "Ajouter une offre"
208
 
209
- #: inc/rpt-metaboxes.php:28
210
  msgid "Remove plan"
211
  msgstr "Supprimer offre"
212
 
213
- #: inc/rpt-metaboxes.php:35
214
  msgid "Plan header"
215
  msgstr "En-tête de l’offre"
216
 
217
- #: inc/rpt-metaboxes.php:42 inc/rpt-metaboxes.php:255
218
  msgid "Title"
219
  msgstr "Titre"
220
 
221
- #: inc/rpt-metaboxes.php:50 inc/rpt-metaboxes.php:268
222
  msgid "Subtitle"
223
  msgstr "Sous-titre"
224
 
225
- #: inc/rpt-metaboxes.php:58 inc/rpt-metaboxes.php:307
226
  msgid "Recurrence"
227
  msgstr "Récurrence"
228
 
229
- #: inc/rpt-metaboxes.php:58
230
  msgid "eg. 'per month/year'"
231
  msgstr "ex. ‘par mois/an’"
232
 
233
- #: inc/rpt-metaboxes.php:66 inc/rpt-metaboxes.php:293
234
  msgid "Price"
235
  msgstr "Prix"
236
 
237
- #: inc/rpt-metaboxes.php:66
238
  msgid "No currency sign here (it can be set in the Settings tab)"
239
  msgstr "Sans devise (voir partie Réglages, à droite)"
240
 
241
- #: inc/rpt-metaboxes.php:74 inc/rpt-metaboxes.php:281
242
  msgid "Description"
243
  msgstr "Description"
244
 
245
- #: inc/rpt-metaboxes.php:74
246
  msgid "Short text that will appear below the subtitle"
247
  msgstr "Texte court qui apparaîtra sous le sous-titre"
248
 
249
- #: inc/rpt-metaboxes.php:82
250
  msgid "Small icon"
251
  msgstr "Icône"
252
 
253
- #: inc/rpt-metaboxes.php:82
254
  msgid "Recommended:"
255
  msgstr "Recommender"
256
 
257
- #: inc/rpt-metaboxes.php:85
258
  msgid "Upload"
259
  msgstr "Uploader"
260
 
261
- #: inc/rpt-metaboxes.php:90
262
  msgid "Recommended plan"
263
  msgstr "Recommander l’offre"
264
 
265
- #: inc/rpt-metaboxes.php:90
266
- msgid "Check this if this to highlight this plan"
267
- msgstr "Mettre l’offre en avant "
268
 
269
- #: inc/rpt-metaboxes.php:91
270
  msgid "Mark as recommended"
271
  msgstr "Cocher pour activer"
272
 
273
- #: inc/rpt-metaboxes.php:99
274
  msgid "Remove currency sign"
275
  msgstr "Cacher la devise"
276
 
277
- #: inc/rpt-metaboxes.php:99
278
  msgid "Check this to hide the currency sign (for free plans for example)"
279
  msgstr "Cocher pour cacher la devise (pour une offre gratuite par exemple)"
280
 
281
- #: inc/rpt-metaboxes.php:100
282
  msgid "Check to remove"
283
  msgstr "Cocher pour activer"
284
 
285
- #: inc/rpt-metaboxes.php:108
286
  msgid "Plan features"
287
  msgstr "Détails de l’offre"
288
 
289
- #: inc/rpt-metaboxes.php:115
290
  msgid "Feature list"
291
  msgstr "Liste des caractéristiques"
292
 
293
- #: inc/rpt-metaboxes.php:115
294
  msgid "One per line — Read the Tips & Tricks section for useful information"
295
  msgstr "Une par ligne — Lire le bloc d’astuces sur la droite pour plus d’info"
296
 
297
- #: inc/rpt-metaboxes.php:122
298
  msgid "One feature per line"
299
  msgstr "Une caractéristique par ligne"
300
 
301
- #: inc/rpt-metaboxes.php:127
302
  msgid "Tips & Tricks"
303
  msgstr "Astuces"
304
 
305
- #: inc/rpt-metaboxes.php:128
306
  msgid "Add images (not recommended)"
307
  msgstr "Ajouter des images"
308
 
309
- #: inc/rpt-metaboxes.php:128
310
  msgid "Add links"
311
  msgstr "Ajouter des liens"
312
 
313
- #: inc/rpt-metaboxes.php:128
314
  msgid "Add bold text"
315
  msgstr "Ajouter du texte gras"
316
 
317
- #: inc/rpt-metaboxes.php:128
318
  msgid "Show feature as unavailable with"
319
  msgstr "Caractéristiques non-disponibles avec"
320
 
321
- #: inc/rpt-metaboxes.php:135
322
  msgid "Plan button..."
323
  msgstr "Bouton de l’offre…"
324
 
325
- #: inc/rpt-metaboxes.php:142
326
  msgid "Button text"
327
  msgstr "Texte du bouton"
328
 
329
- #: inc/rpt-metaboxes.php:142
330
  msgid "eg. 'Sign up, Buy'"
331
  msgstr "ex. ‘J’achète, Je m’abonne’"
332
 
333
- #: inc/rpt-metaboxes.php:150
334
  msgid "Button link"
335
  msgstr "Lien du bouton"
336
 
337
- #: inc/rpt-metaboxes.php:150
338
  msgid "eg. 'http://anything.com'"
339
  msgstr "ex. ‘http://monsite.com’"
340
 
341
- #: inc/rpt-metaboxes.php:158
342
  msgid "...or a custom button instead"
343
  msgstr "…ou utiliser un bouton personnalisé"
344
 
345
- #: inc/rpt-metaboxes.php:165
346
  msgid "Custom button code"
347
  msgstr "Bouton personnalisé"
348
 
349
- #: inc/rpt-metaboxes.php:165
350
  msgid "This field will overwrite the standard button fields"
351
  msgstr "Ce champ écrasera le bouton standard"
352
 
353
- #: inc/rpt-metaboxes.php:172
354
  msgid "Paste any button code here (Stripe, Paypal...)"
355
  msgstr "Insérer un bouton personnalisé (Stripe, Paypal…)"
356
 
357
- #: inc/rpt-metaboxes.php:177
358
  msgid "What is a custom button?"
359
  msgstr "Qu’est-ce qu’un bouton personnalisé ?"
360
 
361
- #: inc/rpt-metaboxes.php:178
362
  msgid ""
363
  "Custom buttons are provided by third-party payment plateforms to allow "
364
  "direct redirection to the payment page. Paypal, Stripe as well as many other "
@@ -368,7 +368,7 @@ msgstr ""
368
  "rediriger vos utilisateurs directement vers la page de paiement. Paypal et "
369
  "Stripe sont des exemples de services qui proposent des boutons personnalisés."
370
 
371
- #: inc/rpt-metaboxes.php:178
372
  msgid ""
373
  "If you want your Pricing plan's footer to be replaced by a custom button, "
374
  "copy-paste the button code in this box. This will override the default "
@@ -377,7 +377,7 @@ msgstr ""
377
  "Pour remplacer le bouton standard, copier-coller le code du bouton "
378
  "personnalisé dans le champs à gauche."
379
 
380
- #: inc/rpt-metaboxes.php:178
381
  msgid ""
382
  "We do <strong>not</strong> recommend doing this as it may not always go well "
383
  "with the design."
@@ -385,116 +385,124 @@ msgstr ""
385
  "Nous ne recommandons pas cette pratique pour la simple raison que cela "
386
  "pourrait altérer la qualité visuelle de votre table de prix."
387
 
388
- #: inc/rpt-metaboxes.php:185
389
- msgid "Plan styling"
390
- msgstr "Apparence de l'offre"
 
 
 
 
391
 
392
- #: inc/rpt-metaboxes.php:192
 
 
 
 
393
  msgid "Color"
394
  msgstr "Couleur"
395
 
396
- #: inc/rpt-metaboxes.php:192
397
  msgid "This color will be used for several elements of the plan"
398
  msgstr "Cette couleur sera utilisée pour différents éléments de l'offre"
399
 
400
- #: inc/rpt-metaboxes.php:203
401
  msgid "Settings"
402
  msgstr "Réglages"
403
 
404
- #: inc/rpt-metaboxes.php:210
405
  msgid "General settings"
406
  msgstr "R&eacute;glages g&eacute;n&eacute;raux"
407
 
408
- #: inc/rpt-metaboxes.php:217
409
  msgid "Change currency"
410
  msgstr "Changer la devise"
411
 
412
- #: inc/rpt-metaboxes.php:217
413
  msgid "Add your currency sign here"
414
  msgstr "Ajouter votre symbole de devise"
415
 
416
- #: inc/rpt-metaboxes.php:224
417
  msgid "Links behavior"
418
  msgstr "Comportement du lien"
419
 
420
- #: inc/rpt-metaboxes.php:228
421
  msgid "Open in current window"
422
  msgstr "Ouvre dans la m&ecirc;me fen&ecirc;tre"
423
 
424
- #: inc/rpt-metaboxes.php:229
425
  msgid "Open in new window/tab"
426
  msgstr "Ouvre dans une nouvelle fen&ecirc;tre"
427
 
428
- #: inc/rpt-metaboxes.php:237
429
  msgid "Force original fonts"
430
  msgstr "Forcer police originale"
431
 
432
- #: inc/rpt-metaboxes.php:237
433
  msgid "Check this to use the plugin's font instead of your theme's"
434
  msgstr ""
435
  "Cocher ceci pour utiliser la police de caract&egrave;re du plugin plut&ocirc;"
436
  "t que celle du th&egrave;me"
437
 
438
- #: inc/rpt-metaboxes.php:238
439
  msgid "Check to enable"
440
  msgstr "Cocher pour activer"
441
 
442
- #: inc/rpt-metaboxes.php:248
443
  msgid "Adjust font sizes"
444
  msgstr "Ajuster tailles de caractère"
445
 
446
- #: inc/rpt-metaboxes.php:259 inc/rpt-metaboxes.php:272
447
- #: inc/rpt-metaboxes.php:297
448
  msgid "Tiny"
449
  msgstr "Très petit"
450
 
451
- #: inc/rpt-metaboxes.php:260 inc/rpt-metaboxes.php:273
452
- #: inc/rpt-metaboxes.php:285 inc/rpt-metaboxes.php:298
453
- #: inc/rpt-metaboxes.php:311 inc/rpt-metaboxes.php:323
454
- #: inc/rpt-metaboxes.php:335
455
  msgid "Small"
456
  msgstr "Petit"
457
 
458
- #: inc/rpt-metaboxes.php:261 inc/rpt-metaboxes.php:274
459
- #: inc/rpt-metaboxes.php:286 inc/rpt-metaboxes.php:299
460
- #: inc/rpt-metaboxes.php:312 inc/rpt-metaboxes.php:324
461
- #: inc/rpt-metaboxes.php:336
462
  msgid "Normal"
463
  msgstr "Moyen"
464
 
465
- #: inc/rpt-metaboxes.php:300
466
  msgid "Big"
467
  msgstr "Grand"
468
 
469
- #: inc/rpt-metaboxes.php:319
470
  msgid "Button"
471
  msgstr "Bouton"
472
 
473
- #: inc/rpt-metaboxes.php:331
474
  msgid "Features"
475
  msgstr "Caractéristiques"
476
 
477
- #: inc/rpt-metaboxes.php:344
478
  msgid "Up to 5 plans"
479
  msgstr "Jusqu’à 5 offres"
480
 
481
- #: inc/rpt-metaboxes.php:345
482
  msgid "You can add up to 5 plans per Pricing Table."
483
  msgstr "Vous pouvez ajouter jusqu’à 5 offres par Table de prix."
484
 
485
- #: inc/rpt-metaboxes.php:345
486
  msgid "Adding more than that will result in display issues."
487
  msgstr "Ajouter plus d’offres provoquera des problèmes d’affichage."
488
 
489
- #: inc/rpt-metaboxes.php:374
490
  msgid "Help & Support"
491
  msgstr "Documentation & Support"
492
 
493
- #: inc/rpt-metaboxes.php:383
494
  msgid "Display your Pricing Table"
495
  msgstr "Afficher une Table de prix"
496
 
497
- #: inc/rpt-metaboxes.php:383
498
  msgid ""
499
  "To display your Pricing Table on your site, copy-paste the "
500
  "<strong>[Shortcode]</strong> in your post/page. You can find this shortcode "
@@ -504,15 +512,15 @@ msgstr ""
504
  "article/page. Vous trouverez ce shortcode en cliquant sur <strong>Tables de "
505
  "prix</strong> dans le menu &agrave; gauche."
506
 
507
- #: inc/rpt-metaboxes.php:383
508
  msgid "Get support"
509
  msgstr "Trouver de l’aide"
510
 
511
- #: inc/rpt-metaboxes.php:383
512
  msgid "Submit a ticket"
513
  msgstr "Demande d’aide"
514
 
515
- #: inc/rpt-metaboxes.php:383
516
  msgid "View documentation"
517
  msgstr "Voir documentation"
518
 
@@ -576,6 +584,12 @@ msgstr "Table de prix sauvegardée."
576
  msgid "Pricing Table draft updated."
577
  msgstr "Brouillon de Table de prix sauvegardé."
578
 
 
 
 
 
 
 
579
  #~ msgid "Subitle"
580
  #~ msgstr "Sous-sitre"
581
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Responsive Pricing Table\n"
4
+ "POT-Creation-Date: 2016-03-26 13:52+0800\n"
5
+ "PO-Revision-Date: 2016-03-26 13:52+0800\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
184
  msgid "Save"
185
  msgstr ""
186
 
187
+ #: inc/rpt-metaboxes.php:22
188
  msgid "Manage Plans"
189
  msgstr "Gestion des offres"
190
 
191
+ #: inc/rpt-metaboxes.php:22
192
  msgid "Unlock more features with Responsive Pricing Table PRO!"
193
  msgstr ""
194
  "Acc&eacute;dez &agrave; de nouvelles fonctionnalit&eacute;s avec Responsive "
195
  "Pricing Table PRO !"
196
 
197
+ #: inc/rpt-metaboxes.php:22
198
  msgid "Free version"
199
  msgstr "Version gratuite"
200
 
201
+ #: inc/rpt-metaboxes.php:30
202
  msgid "Plan {#}"
203
  msgstr "Offre {#}"
204
 
205
+ #: inc/rpt-metaboxes.php:31
206
  msgid "Add another plan"
207
  msgstr "Ajouter une offre"
208
 
209
+ #: inc/rpt-metaboxes.php:32
210
  msgid "Remove plan"
211
  msgstr "Supprimer offre"
212
 
213
+ #: inc/rpt-metaboxes.php:39
214
  msgid "Plan header"
215
  msgstr "En-tête de l’offre"
216
 
217
+ #: inc/rpt-metaboxes.php:46 inc/rpt-metaboxes.php:265
218
  msgid "Title"
219
  msgstr "Titre"
220
 
221
+ #: inc/rpt-metaboxes.php:54 inc/rpt-metaboxes.php:278
222
  msgid "Subtitle"
223
  msgstr "Sous-titre"
224
 
225
+ #: inc/rpt-metaboxes.php:62 inc/rpt-metaboxes.php:317
226
  msgid "Recurrence"
227
  msgstr "Récurrence"
228
 
229
+ #: inc/rpt-metaboxes.php:62
230
  msgid "eg. 'per month/year'"
231
  msgstr "ex. ‘par mois/an’"
232
 
233
+ #: inc/rpt-metaboxes.php:70 inc/rpt-metaboxes.php:303
234
  msgid "Price"
235
  msgstr "Prix"
236
 
237
+ #: inc/rpt-metaboxes.php:70
238
  msgid "No currency sign here (it can be set in the Settings tab)"
239
  msgstr "Sans devise (voir partie Réglages, à droite)"
240
 
241
+ #: inc/rpt-metaboxes.php:78 inc/rpt-metaboxes.php:291
242
  msgid "Description"
243
  msgstr "Description"
244
 
245
+ #: inc/rpt-metaboxes.php:78
246
  msgid "Short text that will appear below the subtitle"
247
  msgstr "Texte court qui apparaîtra sous le sous-titre"
248
 
249
+ #: inc/rpt-metaboxes.php:86
250
  msgid "Small icon"
251
  msgstr "Icône"
252
 
253
+ #: inc/rpt-metaboxes.php:86
254
  msgid "Recommended:"
255
  msgstr "Recommender"
256
 
257
+ #: inc/rpt-metaboxes.php:89
258
  msgid "Upload"
259
  msgstr "Uploader"
260
 
261
+ #: inc/rpt-metaboxes.php:94
262
  msgid "Recommended plan"
263
  msgstr "Recommander l’offre"
264
 
265
+ #: inc/rpt-metaboxes.php:94
266
+ msgid "Check this to highlight this plan"
267
+ msgstr ""
268
 
269
+ #: inc/rpt-metaboxes.php:95
270
  msgid "Mark as recommended"
271
  msgstr "Cocher pour activer"
272
 
273
+ #: inc/rpt-metaboxes.php:103
274
  msgid "Remove currency sign"
275
  msgstr "Cacher la devise"
276
 
277
+ #: inc/rpt-metaboxes.php:103
278
  msgid "Check this to hide the currency sign (for free plans for example)"
279
  msgstr "Cocher pour cacher la devise (pour une offre gratuite par exemple)"
280
 
281
+ #: inc/rpt-metaboxes.php:104
282
  msgid "Check to remove"
283
  msgstr "Cocher pour activer"
284
 
285
+ #: inc/rpt-metaboxes.php:112
286
  msgid "Plan features"
287
  msgstr "Détails de l’offre"
288
 
289
+ #: inc/rpt-metaboxes.php:119
290
  msgid "Feature list"
291
  msgstr "Liste des caractéristiques"
292
 
293
+ #: inc/rpt-metaboxes.php:119
294
  msgid "One per line — Read the Tips & Tricks section for useful information"
295
  msgstr "Une par ligne — Lire le bloc d’astuces sur la droite pour plus d’info"
296
 
297
+ #: inc/rpt-metaboxes.php:126
298
  msgid "One feature per line"
299
  msgstr "Une caractéristique par ligne"
300
 
301
+ #: inc/rpt-metaboxes.php:131
302
  msgid "Tips & Tricks"
303
  msgstr "Astuces"
304
 
305
+ #: inc/rpt-metaboxes.php:132
306
  msgid "Add images (not recommended)"
307
  msgstr "Ajouter des images"
308
 
309
+ #: inc/rpt-metaboxes.php:132
310
  msgid "Add links"
311
  msgstr "Ajouter des liens"
312
 
313
+ #: inc/rpt-metaboxes.php:132
314
  msgid "Add bold text"
315
  msgstr "Ajouter du texte gras"
316
 
317
+ #: inc/rpt-metaboxes.php:132
318
  msgid "Show feature as unavailable with"
319
  msgstr "Caractéristiques non-disponibles avec"
320
 
321
+ #: inc/rpt-metaboxes.php:139
322
  msgid "Plan button..."
323
  msgstr "Bouton de l’offre…"
324
 
325
+ #: inc/rpt-metaboxes.php:146
326
  msgid "Button text"
327
  msgstr "Texte du bouton"
328
 
329
+ #: inc/rpt-metaboxes.php:146
330
  msgid "eg. 'Sign up, Buy'"
331
  msgstr "ex. ‘J’achète, Je m’abonne’"
332
 
333
+ #: inc/rpt-metaboxes.php:154
334
  msgid "Button link"
335
  msgstr "Lien du bouton"
336
 
337
+ #: inc/rpt-metaboxes.php:154
338
  msgid "eg. 'http://anything.com'"
339
  msgstr "ex. ‘http://monsite.com’"
340
 
341
+ #: inc/rpt-metaboxes.php:162
342
  msgid "...or a custom button instead"
343
  msgstr "…ou utiliser un bouton personnalisé"
344
 
345
+ #: inc/rpt-metaboxes.php:169
346
  msgid "Custom button code"
347
  msgstr "Bouton personnalisé"
348
 
349
+ #: inc/rpt-metaboxes.php:169
350
  msgid "This field will overwrite the standard button fields"
351
  msgstr "Ce champ écrasera le bouton standard"
352
 
353
+ #: inc/rpt-metaboxes.php:176
354
  msgid "Paste any button code here (Stripe, Paypal...)"
355
  msgstr "Insérer un bouton personnalisé (Stripe, Paypal…)"
356
 
357
+ #: inc/rpt-metaboxes.php:181
358
  msgid "What is a custom button?"
359
  msgstr "Qu’est-ce qu’un bouton personnalisé ?"
360
 
361
+ #: inc/rpt-metaboxes.php:182
362
  msgid ""
363
  "Custom buttons are provided by third-party payment plateforms to allow "
364
  "direct redirection to the payment page. Paypal, Stripe as well as many other "
368
  "rediriger vos utilisateurs directement vers la page de paiement. Paypal et "
369
  "Stripe sont des exemples de services qui proposent des boutons personnalisés."
370
 
371
+ #: inc/rpt-metaboxes.php:182
372
  msgid ""
373
  "If you want your Pricing plan's footer to be replaced by a custom button, "
374
  "copy-paste the button code in this box. This will override the default "
377
  "Pour remplacer le bouton standard, copier-coller le code du bouton "
378
  "personnalisé dans le champs à gauche."
379
 
380
+ #: inc/rpt-metaboxes.php:182
381
  msgid ""
382
  "We do <strong>not</strong> recommend doing this as it may not always go well "
383
  "with the design."
385
  "Nous ne recommandons pas cette pratique pour la simple raison que cela "
386
  "pourrait altérer la qualité visuelle de votre table de prix."
387
 
388
+ #: inc/rpt-metaboxes.php:189
389
+ msgid "Others"
390
+ msgstr "Autres"
391
+
392
+ #: inc/rpt-metaboxes.php:196
393
+ msgid "Custom CSS classes"
394
+ msgstr "Classes CSS personnalisées"
395
 
396
+ #: inc/rpt-metaboxes.php:196
397
+ msgid "Add classes to this plan like 'my-class another-class'"
398
+ msgstr "Ajouter des classes CSS pour ce plan séparées par un espace."
399
+
400
+ #: inc/rpt-metaboxes.php:203
401
  msgid "Color"
402
  msgstr "Couleur"
403
 
404
+ #: inc/rpt-metaboxes.php:203
405
  msgid "This color will be used for several elements of the plan"
406
  msgstr "Cette couleur sera utilisée pour différents éléments de l'offre"
407
 
408
+ #: inc/rpt-metaboxes.php:213
409
  msgid "Settings"
410
  msgstr "Réglages"
411
 
412
+ #: inc/rpt-metaboxes.php:220
413
  msgid "General settings"
414
  msgstr "R&eacute;glages g&eacute;n&eacute;raux"
415
 
416
+ #: inc/rpt-metaboxes.php:227
417
  msgid "Change currency"
418
  msgstr "Changer la devise"
419
 
420
+ #: inc/rpt-metaboxes.php:227
421
  msgid "Add your currency sign here"
422
  msgstr "Ajouter votre symbole de devise"
423
 
424
+ #: inc/rpt-metaboxes.php:234
425
  msgid "Links behavior"
426
  msgstr "Comportement du lien"
427
 
428
+ #: inc/rpt-metaboxes.php:238
429
  msgid "Open in current window"
430
  msgstr "Ouvre dans la m&ecirc;me fen&ecirc;tre"
431
 
432
+ #: inc/rpt-metaboxes.php:239
433
  msgid "Open in new window/tab"
434
  msgstr "Ouvre dans une nouvelle fen&ecirc;tre"
435
 
436
+ #: inc/rpt-metaboxes.php:247
437
  msgid "Force original fonts"
438
  msgstr "Forcer police originale"
439
 
440
+ #: inc/rpt-metaboxes.php:247
441
  msgid "Check this to use the plugin's font instead of your theme's"
442
  msgstr ""
443
  "Cocher ceci pour utiliser la police de caract&egrave;re du plugin plut&ocirc;"
444
  "t que celle du th&egrave;me"
445
 
446
+ #: inc/rpt-metaboxes.php:248
447
  msgid "Check to enable"
448
  msgstr "Cocher pour activer"
449
 
450
+ #: inc/rpt-metaboxes.php:258
451
  msgid "Adjust font sizes"
452
  msgstr "Ajuster tailles de caractère"
453
 
454
+ #: inc/rpt-metaboxes.php:269 inc/rpt-metaboxes.php:282
455
+ #: inc/rpt-metaboxes.php:307
456
  msgid "Tiny"
457
  msgstr "Très petit"
458
 
459
+ #: inc/rpt-metaboxes.php:270 inc/rpt-metaboxes.php:283
460
+ #: inc/rpt-metaboxes.php:295 inc/rpt-metaboxes.php:308
461
+ #: inc/rpt-metaboxes.php:321 inc/rpt-metaboxes.php:333
462
+ #: inc/rpt-metaboxes.php:345
463
  msgid "Small"
464
  msgstr "Petit"
465
 
466
+ #: inc/rpt-metaboxes.php:271 inc/rpt-metaboxes.php:284
467
+ #: inc/rpt-metaboxes.php:296 inc/rpt-metaboxes.php:309
468
+ #: inc/rpt-metaboxes.php:322 inc/rpt-metaboxes.php:334
469
+ #: inc/rpt-metaboxes.php:346
470
  msgid "Normal"
471
  msgstr "Moyen"
472
 
473
+ #: inc/rpt-metaboxes.php:310
474
  msgid "Big"
475
  msgstr "Grand"
476
 
477
+ #: inc/rpt-metaboxes.php:329
478
  msgid "Button"
479
  msgstr "Bouton"
480
 
481
+ #: inc/rpt-metaboxes.php:341
482
  msgid "Features"
483
  msgstr "Caractéristiques"
484
 
485
+ #: inc/rpt-metaboxes.php:354
486
  msgid "Up to 5 plans"
487
  msgstr "Jusqu’à 5 offres"
488
 
489
+ #: inc/rpt-metaboxes.php:355
490
  msgid "You can add up to 5 plans per Pricing Table."
491
  msgstr "Vous pouvez ajouter jusqu’à 5 offres par Table de prix."
492
 
493
+ #: inc/rpt-metaboxes.php:355
494
  msgid "Adding more than that will result in display issues."
495
  msgstr "Ajouter plus d’offres provoquera des problèmes d’affichage."
496
 
497
+ #: inc/rpt-metaboxes.php:384
498
  msgid "Help & Support"
499
  msgstr "Documentation & Support"
500
 
501
+ #: inc/rpt-metaboxes.php:393
502
  msgid "Display your Pricing Table"
503
  msgstr "Afficher une Table de prix"
504
 
505
+ #: inc/rpt-metaboxes.php:393
506
  msgid ""
507
  "To display your Pricing Table on your site, copy-paste the "
508
  "<strong>[Shortcode]</strong> in your post/page. You can find this shortcode "
512
  "article/page. Vous trouverez ce shortcode en cliquant sur <strong>Tables de "
513
  "prix</strong> dans le menu &agrave; gauche."
514
 
515
+ #: inc/rpt-metaboxes.php:393
516
  msgid "Get support"
517
  msgstr "Trouver de l’aide"
518
 
519
+ #: inc/rpt-metaboxes.php:393
520
  msgid "Submit a ticket"
521
  msgstr "Demande d’aide"
522
 
523
+ #: inc/rpt-metaboxes.php:393
524
  msgid "View documentation"
525
  msgstr "Voir documentation"
526
 
584
  msgid "Pricing Table draft updated."
585
  msgstr "Brouillon de Table de prix sauvegardé."
586
 
587
+ #~ msgid "Check this if this to highlight this plan"
588
+ #~ msgstr "Mettre l’offre en avant "
589
+
590
+ #~ msgid "Plan styling"
591
+ #~ msgstr "Apparence de l'offre"
592
+
593
  #~ msgid "Subitle"
594
  #~ msgstr "Sous-sitre"
595
 
lang/responsive-pricing-table.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Responsive Pricing Table\n"
5
- "POT-Creation-Date: 2015-08-18 17:11+0800\n"
6
  "PO-Revision-Date: 2015-08-11 17:42+0800\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
@@ -10,7 +10,7 @@ msgstr ""
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.4\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -185,325 +185,329 @@ msgstr ""
185
  msgid "Save"
186
  msgstr ""
187
 
188
- #: inc/rpt-metaboxes.php:18
189
  msgid "Manage Plans"
190
  msgstr ""
191
 
192
- #: inc/rpt-metaboxes.php:18
193
  msgid "Unlock more features with Responsive Pricing Table PRO!"
194
  msgstr ""
195
 
196
- #: inc/rpt-metaboxes.php:18
197
  msgid "Free version"
198
  msgstr ""
199
 
200
- #: inc/rpt-metaboxes.php:26
201
  msgid "Plan {#}"
202
  msgstr ""
203
 
204
- #: inc/rpt-metaboxes.php:27
205
  msgid "Add another plan"
206
  msgstr ""
207
 
208
- #: inc/rpt-metaboxes.php:28
209
  msgid "Remove plan"
210
  msgstr ""
211
 
212
- #: inc/rpt-metaboxes.php:35
213
  msgid "Plan header"
214
  msgstr ""
215
 
216
- #: inc/rpt-metaboxes.php:42 inc/rpt-metaboxes.php:255
217
  msgid "Title"
218
  msgstr ""
219
 
220
- #: inc/rpt-metaboxes.php:50
221
  msgid "Subtitle"
222
  msgstr ""
223
 
224
- #: inc/rpt-metaboxes.php:58 inc/rpt-metaboxes.php:307
225
  msgid "Recurrence"
226
  msgstr ""
227
 
228
- #: inc/rpt-metaboxes.php:58
229
  msgid "eg. 'per month/year'"
230
  msgstr ""
231
 
232
- #: inc/rpt-metaboxes.php:66 inc/rpt-metaboxes.php:293
233
  msgid "Price"
234
  msgstr ""
235
 
236
- #: inc/rpt-metaboxes.php:66
237
  msgid "No currency sign here (it can be set in the Settings tab)"
238
  msgstr ""
239
 
240
- #: inc/rpt-metaboxes.php:74 inc/rpt-metaboxes.php:281
241
  msgid "Description"
242
  msgstr ""
243
 
244
- #: inc/rpt-metaboxes.php:74
245
  msgid "Short text that will appear below the subtitle"
246
  msgstr ""
247
 
248
- #: inc/rpt-metaboxes.php:82
249
  msgid "Small icon"
250
  msgstr ""
251
 
252
- #: inc/rpt-metaboxes.php:82
253
  msgid "Recommended:"
254
  msgstr ""
255
 
256
- #: inc/rpt-metaboxes.php:85
257
  msgid "Upload"
258
  msgstr ""
259
 
260
- #: inc/rpt-metaboxes.php:90
261
  msgid "Recommended plan"
262
  msgstr ""
263
 
264
- #: inc/rpt-metaboxes.php:90
265
- msgid "Check this if this to highlight this plan"
266
  msgstr ""
267
 
268
- #: inc/rpt-metaboxes.php:91
269
  msgid "Mark as recommended"
270
  msgstr ""
271
 
272
- #: inc/rpt-metaboxes.php:99
273
  msgid "Remove currency sign"
274
  msgstr ""
275
 
276
- #: inc/rpt-metaboxes.php:99
277
  msgid "Check this to hide the currency sign (for free plans for example)"
278
  msgstr ""
279
 
280
- #: inc/rpt-metaboxes.php:100
281
  msgid "Check to remove"
282
  msgstr ""
283
 
284
- #: inc/rpt-metaboxes.php:108
285
  msgid "Plan features"
286
  msgstr ""
287
 
288
- #: inc/rpt-metaboxes.php:115
289
  msgid "Feature list"
290
  msgstr ""
291
 
292
- #: inc/rpt-metaboxes.php:115
293
  msgid "One per line — Read the Tips & Tricks section for useful information"
294
  msgstr ""
295
 
296
- #: inc/rpt-metaboxes.php:122
297
  msgid "One feature per line"
298
  msgstr ""
299
 
300
- #: inc/rpt-metaboxes.php:127
301
  msgid "Tips & Tricks"
302
  msgstr ""
303
 
304
- #: inc/rpt-metaboxes.php:128
305
  msgid "Add images (not recommended)"
306
  msgstr ""
307
 
308
- #: inc/rpt-metaboxes.php:128
309
  msgid "Add links"
310
  msgstr ""
311
 
312
- #: inc/rpt-metaboxes.php:128
313
  msgid "Add bold text"
314
  msgstr ""
315
 
316
- #: inc/rpt-metaboxes.php:128
317
  msgid "Show feature as unavailable with"
318
  msgstr ""
319
 
320
- #: inc/rpt-metaboxes.php:135
321
  msgid "Plan button..."
322
  msgstr ""
323
 
324
- #: inc/rpt-metaboxes.php:142
325
  msgid "Button text"
326
  msgstr ""
327
 
328
- #: inc/rpt-metaboxes.php:142
329
  msgid "eg. 'Sign up, Buy'"
330
  msgstr ""
331
 
332
- #: inc/rpt-metaboxes.php:150
333
  msgid "Button link"
334
  msgstr ""
335
 
336
- #: inc/rpt-metaboxes.php:150
337
  msgid "eg. 'http://anything.com'"
338
  msgstr ""
339
 
340
- #: inc/rpt-metaboxes.php:158
341
  msgid "...or a custom button instead"
342
  msgstr ""
343
 
344
- #: inc/rpt-metaboxes.php:165
345
  msgid "Custom button code"
346
  msgstr ""
347
 
348
- #: inc/rpt-metaboxes.php:165
349
  msgid "This field will overwrite the standard button fields"
350
  msgstr ""
351
 
352
- #: inc/rpt-metaboxes.php:172
353
  msgid "Paste any button code here (Stripe, Paypal...)"
354
  msgstr ""
355
 
356
- #: inc/rpt-metaboxes.php:177
357
  msgid "What is a custom button?"
358
  msgstr ""
359
 
360
- #: inc/rpt-metaboxes.php:178
361
  msgid ""
362
  "Custom buttons are provided by third-party payment plateforms to allow "
363
  "direct redirection to the payment page. Paypal, Stripe as well as many "
364
  "other companies will generate buying buttons for you."
365
  msgstr ""
366
 
367
- #: inc/rpt-metaboxes.php:178
368
  msgid ""
369
  "If you want your Pricing plan's footer to be replaced by a custom button, "
370
  "copy-paste the button code in this box. This will override the default "
371
  "button settings."
372
  msgstr ""
373
 
374
- #: inc/rpt-metaboxes.php:178
375
  msgid ""
376
  "We do <strong>not</strong> recommend doing this as it may not always go "
377
  "well with the design."
378
  msgstr ""
379
 
380
- #: inc/rpt-metaboxes.php:185
381
- msgid "Plan styling"
382
  msgstr ""
383
 
384
- #: inc/rpt-metaboxes.php:192
 
 
 
 
 
 
 
 
385
  msgid "Color"
386
  msgstr ""
387
 
388
- #: inc/rpt-metaboxes.php:192
389
  msgid "This color will be used for several elements of the plan"
390
  msgstr ""
391
 
392
- #: inc/rpt-metaboxes.php:203
393
  msgid "Settings"
394
  msgstr ""
395
 
396
- #: inc/rpt-metaboxes.php:210
397
  msgid "General settings"
398
  msgstr ""
399
 
400
- #: inc/rpt-metaboxes.php:217
401
  msgid "Change currency"
402
  msgstr ""
403
 
404
- #: inc/rpt-metaboxes.php:217
405
  msgid "Add your currency sign here"
406
  msgstr ""
407
 
408
- #: inc/rpt-metaboxes.php:224
409
  msgid "Links behavior"
410
  msgstr ""
411
 
412
- #: inc/rpt-metaboxes.php:228
413
  msgid "Open in current window"
414
  msgstr ""
415
 
416
- #: inc/rpt-metaboxes.php:229
417
  msgid "Open in new window/tab"
418
  msgstr ""
419
 
420
- #: inc/rpt-metaboxes.php:237
421
  msgid "Force original fonts"
422
  msgstr ""
423
 
424
- #: inc/rpt-metaboxes.php:237
425
  msgid "Check this to use the plugin's font instead of your theme's"
426
  msgstr ""
427
 
428
- #: inc/rpt-metaboxes.php:238
429
  msgid "Check to enable"
430
  msgstr ""
431
 
432
- #: inc/rpt-metaboxes.php:248
433
  msgid "Adjust font sizes"
434
  msgstr ""
435
 
436
- #: inc/rpt-metaboxes.php:259 inc/rpt-metaboxes.php:272
437
- #: inc/rpt-metaboxes.php:297
438
  msgid "Tiny"
439
  msgstr ""
440
 
441
- #: inc/rpt-metaboxes.php:260 inc/rpt-metaboxes.php:273
442
- #: inc/rpt-metaboxes.php:285 inc/rpt-metaboxes.php:298
443
- #: inc/rpt-metaboxes.php:311 inc/rpt-metaboxes.php:323
444
- #: inc/rpt-metaboxes.php:335
445
  msgid "Small"
446
  msgstr ""
447
 
448
- #: inc/rpt-metaboxes.php:261 inc/rpt-metaboxes.php:274
449
- #: inc/rpt-metaboxes.php:286 inc/rpt-metaboxes.php:299
450
- #: inc/rpt-metaboxes.php:312 inc/rpt-metaboxes.php:324
451
- #: inc/rpt-metaboxes.php:336
452
  msgid "Normal"
453
  msgstr ""
454
 
455
- #: inc/rpt-metaboxes.php:268
456
- msgid "Subitle"
457
- msgstr ""
458
-
459
- #: inc/rpt-metaboxes.php:300
460
  msgid "Big"
461
  msgstr ""
462
 
463
- #: inc/rpt-metaboxes.php:319
464
  msgid "Button"
465
  msgstr ""
466
 
467
- #: inc/rpt-metaboxes.php:331
468
  msgid "Features"
469
  msgstr ""
470
 
471
- #: inc/rpt-metaboxes.php:344
472
  msgid "Up to 5 plans"
473
  msgstr ""
474
 
475
- #: inc/rpt-metaboxes.php:345
476
  msgid "You can add up to 5 plans per Pricing Table."
477
  msgstr ""
478
 
479
- #: inc/rpt-metaboxes.php:345
480
  msgid "Adding more than that will result in display issues."
481
  msgstr ""
482
 
483
- #: inc/rpt-metaboxes.php:374
484
  msgid "Help & Support"
485
  msgstr ""
486
 
487
- #: inc/rpt-metaboxes.php:383
488
  msgid "Display your Pricing Table"
489
  msgstr ""
490
 
491
- #: inc/rpt-metaboxes.php:383
492
  msgid ""
493
  "To display your Pricing Table on your site, copy-paste the "
494
  "<strong>[Shortcode]</strong> in your post/page. You can find this shortcode "
495
  "by clicking <strong>All Pricing Tables</strong> in the menu on the left."
496
  msgstr ""
497
 
498
- #: inc/rpt-metaboxes.php:383
499
  msgid "Get support"
500
  msgstr ""
501
 
502
- #: inc/rpt-metaboxes.php:383
503
  msgid "Submit a ticket"
504
  msgstr ""
505
 
506
- #: inc/rpt-metaboxes.php:383
507
  msgid "View documentation"
508
  msgstr ""
509
 
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Responsive Pricing Table\n"
5
+ "POT-Creation-Date: 2016-03-26 13:51+0800\n"
6
  "PO-Revision-Date: 2015-08-11 17:42+0800\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.7\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
185
  msgid "Save"
186
  msgstr ""
187
 
188
+ #: inc/rpt-metaboxes.php:22
189
  msgid "Manage Plans"
190
  msgstr ""
191
 
192
+ #: inc/rpt-metaboxes.php:22
193
  msgid "Unlock more features with Responsive Pricing Table PRO!"
194
  msgstr ""
195
 
196
+ #: inc/rpt-metaboxes.php:22
197
  msgid "Free version"
198
  msgstr ""
199
 
200
+ #: inc/rpt-metaboxes.php:30
201
  msgid "Plan {#}"
202
  msgstr ""
203
 
204
+ #: inc/rpt-metaboxes.php:31
205
  msgid "Add another plan"
206
  msgstr ""
207
 
208
+ #: inc/rpt-metaboxes.php:32
209
  msgid "Remove plan"
210
  msgstr ""
211
 
212
+ #: inc/rpt-metaboxes.php:39
213
  msgid "Plan header"
214
  msgstr ""
215
 
216
+ #: inc/rpt-metaboxes.php:46 inc/rpt-metaboxes.php:265
217
  msgid "Title"
218
  msgstr ""
219
 
220
+ #: inc/rpt-metaboxes.php:54 inc/rpt-metaboxes.php:278
221
  msgid "Subtitle"
222
  msgstr ""
223
 
224
+ #: inc/rpt-metaboxes.php:62 inc/rpt-metaboxes.php:317
225
  msgid "Recurrence"
226
  msgstr ""
227
 
228
+ #: inc/rpt-metaboxes.php:62
229
  msgid "eg. 'per month/year'"
230
  msgstr ""
231
 
232
+ #: inc/rpt-metaboxes.php:70 inc/rpt-metaboxes.php:303
233
  msgid "Price"
234
  msgstr ""
235
 
236
+ #: inc/rpt-metaboxes.php:70
237
  msgid "No currency sign here (it can be set in the Settings tab)"
238
  msgstr ""
239
 
240
+ #: inc/rpt-metaboxes.php:78 inc/rpt-metaboxes.php:291
241
  msgid "Description"
242
  msgstr ""
243
 
244
+ #: inc/rpt-metaboxes.php:78
245
  msgid "Short text that will appear below the subtitle"
246
  msgstr ""
247
 
248
+ #: inc/rpt-metaboxes.php:86
249
  msgid "Small icon"
250
  msgstr ""
251
 
252
+ #: inc/rpt-metaboxes.php:86
253
  msgid "Recommended:"
254
  msgstr ""
255
 
256
+ #: inc/rpt-metaboxes.php:89
257
  msgid "Upload"
258
  msgstr ""
259
 
260
+ #: inc/rpt-metaboxes.php:94
261
  msgid "Recommended plan"
262
  msgstr ""
263
 
264
+ #: inc/rpt-metaboxes.php:94
265
+ msgid "Check this to highlight this plan"
266
  msgstr ""
267
 
268
+ #: inc/rpt-metaboxes.php:95
269
  msgid "Mark as recommended"
270
  msgstr ""
271
 
272
+ #: inc/rpt-metaboxes.php:103
273
  msgid "Remove currency sign"
274
  msgstr ""
275
 
276
+ #: inc/rpt-metaboxes.php:103
277
  msgid "Check this to hide the currency sign (for free plans for example)"
278
  msgstr ""
279
 
280
+ #: inc/rpt-metaboxes.php:104
281
  msgid "Check to remove"
282
  msgstr ""
283
 
284
+ #: inc/rpt-metaboxes.php:112
285
  msgid "Plan features"
286
  msgstr ""
287
 
288
+ #: inc/rpt-metaboxes.php:119
289
  msgid "Feature list"
290
  msgstr ""
291
 
292
+ #: inc/rpt-metaboxes.php:119
293
  msgid "One per line — Read the Tips & Tricks section for useful information"
294
  msgstr ""
295
 
296
+ #: inc/rpt-metaboxes.php:126
297
  msgid "One feature per line"
298
  msgstr ""
299
 
300
+ #: inc/rpt-metaboxes.php:131
301
  msgid "Tips & Tricks"
302
  msgstr ""
303
 
304
+ #: inc/rpt-metaboxes.php:132
305
  msgid "Add images (not recommended)"
306
  msgstr ""
307
 
308
+ #: inc/rpt-metaboxes.php:132
309
  msgid "Add links"
310
  msgstr ""
311
 
312
+ #: inc/rpt-metaboxes.php:132
313
  msgid "Add bold text"
314
  msgstr ""
315
 
316
+ #: inc/rpt-metaboxes.php:132
317
  msgid "Show feature as unavailable with"
318
  msgstr ""
319
 
320
+ #: inc/rpt-metaboxes.php:139
321
  msgid "Plan button..."
322
  msgstr ""
323
 
324
+ #: inc/rpt-metaboxes.php:146
325
  msgid "Button text"
326
  msgstr ""
327
 
328
+ #: inc/rpt-metaboxes.php:146
329
  msgid "eg. 'Sign up, Buy'"
330
  msgstr ""
331
 
332
+ #: inc/rpt-metaboxes.php:154
333
  msgid "Button link"
334
  msgstr ""
335
 
336
+ #: inc/rpt-metaboxes.php:154
337
  msgid "eg. 'http://anything.com'"
338
  msgstr ""
339
 
340
+ #: inc/rpt-metaboxes.php:162
341
  msgid "...or a custom button instead"
342
  msgstr ""
343
 
344
+ #: inc/rpt-metaboxes.php:169
345
  msgid "Custom button code"
346
  msgstr ""
347
 
348
+ #: inc/rpt-metaboxes.php:169
349
  msgid "This field will overwrite the standard button fields"
350
  msgstr ""
351
 
352
+ #: inc/rpt-metaboxes.php:176
353
  msgid "Paste any button code here (Stripe, Paypal...)"
354
  msgstr ""
355
 
356
+ #: inc/rpt-metaboxes.php:181
357
  msgid "What is a custom button?"
358
  msgstr ""
359
 
360
+ #: inc/rpt-metaboxes.php:182
361
  msgid ""
362
  "Custom buttons are provided by third-party payment plateforms to allow "
363
  "direct redirection to the payment page. Paypal, Stripe as well as many "
364
  "other companies will generate buying buttons for you."
365
  msgstr ""
366
 
367
+ #: inc/rpt-metaboxes.php:182
368
  msgid ""
369
  "If you want your Pricing plan's footer to be replaced by a custom button, "
370
  "copy-paste the button code in this box. This will override the default "
371
  "button settings."
372
  msgstr ""
373
 
374
+ #: inc/rpt-metaboxes.php:182
375
  msgid ""
376
  "We do <strong>not</strong> recommend doing this as it may not always go "
377
  "well with the design."
378
  msgstr ""
379
 
380
+ #: inc/rpt-metaboxes.php:189
381
+ msgid "Others"
382
  msgstr ""
383
 
384
+ #: inc/rpt-metaboxes.php:196
385
+ msgid "Custom CSS classes"
386
+ msgstr ""
387
+
388
+ #: inc/rpt-metaboxes.php:196
389
+ msgid "Add classes to this plan like 'my-class another-class'"
390
+ msgstr ""
391
+
392
+ #: inc/rpt-metaboxes.php:203
393
  msgid "Color"
394
  msgstr ""
395
 
396
+ #: inc/rpt-metaboxes.php:203
397
  msgid "This color will be used for several elements of the plan"
398
  msgstr ""
399
 
400
+ #: inc/rpt-metaboxes.php:213
401
  msgid "Settings"
402
  msgstr ""
403
 
404
+ #: inc/rpt-metaboxes.php:220
405
  msgid "General settings"
406
  msgstr ""
407
 
408
+ #: inc/rpt-metaboxes.php:227
409
  msgid "Change currency"
410
  msgstr ""
411
 
412
+ #: inc/rpt-metaboxes.php:227
413
  msgid "Add your currency sign here"
414
  msgstr ""
415
 
416
+ #: inc/rpt-metaboxes.php:234
417
  msgid "Links behavior"
418
  msgstr ""
419
 
420
+ #: inc/rpt-metaboxes.php:238
421
  msgid "Open in current window"
422
  msgstr ""
423
 
424
+ #: inc/rpt-metaboxes.php:239
425
  msgid "Open in new window/tab"
426
  msgstr ""
427
 
428
+ #: inc/rpt-metaboxes.php:247
429
  msgid "Force original fonts"
430
  msgstr ""
431
 
432
+ #: inc/rpt-metaboxes.php:247
433
  msgid "Check this to use the plugin's font instead of your theme's"
434
  msgstr ""
435
 
436
+ #: inc/rpt-metaboxes.php:248
437
  msgid "Check to enable"
438
  msgstr ""
439
 
440
+ #: inc/rpt-metaboxes.php:258
441
  msgid "Adjust font sizes"
442
  msgstr ""
443
 
444
+ #: inc/rpt-metaboxes.php:269 inc/rpt-metaboxes.php:282
445
+ #: inc/rpt-metaboxes.php:307
446
  msgid "Tiny"
447
  msgstr ""
448
 
449
+ #: inc/rpt-metaboxes.php:270 inc/rpt-metaboxes.php:283
450
+ #: inc/rpt-metaboxes.php:295 inc/rpt-metaboxes.php:308
451
+ #: inc/rpt-metaboxes.php:321 inc/rpt-metaboxes.php:333
452
+ #: inc/rpt-metaboxes.php:345
453
  msgid "Small"
454
  msgstr ""
455
 
456
+ #: inc/rpt-metaboxes.php:271 inc/rpt-metaboxes.php:284
457
+ #: inc/rpt-metaboxes.php:296 inc/rpt-metaboxes.php:309
458
+ #: inc/rpt-metaboxes.php:322 inc/rpt-metaboxes.php:334
459
+ #: inc/rpt-metaboxes.php:346
460
  msgid "Normal"
461
  msgstr ""
462
 
463
+ #: inc/rpt-metaboxes.php:310
 
 
 
 
464
  msgid "Big"
465
  msgstr ""
466
 
467
+ #: inc/rpt-metaboxes.php:329
468
  msgid "Button"
469
  msgstr ""
470
 
471
+ #: inc/rpt-metaboxes.php:341
472
  msgid "Features"
473
  msgstr ""
474
 
475
+ #: inc/rpt-metaboxes.php:354
476
  msgid "Up to 5 plans"
477
  msgstr ""
478
 
479
+ #: inc/rpt-metaboxes.php:355
480
  msgid "You can add up to 5 plans per Pricing Table."
481
  msgstr ""
482
 
483
+ #: inc/rpt-metaboxes.php:355
484
  msgid "Adding more than that will result in display issues."
485
  msgstr ""
486
 
487
+ #: inc/rpt-metaboxes.php:384
488
  msgid "Help & Support"
489
  msgstr ""
490
 
491
+ #: inc/rpt-metaboxes.php:393
492
  msgid "Display your Pricing Table"
493
  msgstr ""
494
 
495
+ #: inc/rpt-metaboxes.php:393
496
  msgid ""
497
  "To display your Pricing Table on your site, copy-paste the "
498
  "<strong>[Shortcode]</strong> in your post/page. You can find this shortcode "
499
  "by clicking <strong>All Pricing Tables</strong> in the menu on the left."
500
  msgstr ""
501
 
502
+ #: inc/rpt-metaboxes.php:393
503
  msgid "Get support"
504
  msgstr ""
505
 
506
+ #: inc/rpt-metaboxes.php:393
507
  msgid "Submit a ticket"
508
  msgstr ""
509
 
510
+ #: inc/rpt-metaboxes.php:393
511
  msgid "View documentation"
512
  msgstr ""
513
 
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: spwebguy
3
  Tags: pricing table, pricing tables, prices, pricing, plans, offer, shortcode, price, responsive, pricing, tables, pricing plan
4
  Requires at least: 3.6
5
- Tested up to: 4.4
6
  Stable tag: trunk
7
  License: GPL2
8
  License URI: http://www.gnu.org/licenses/gpl.html
@@ -32,6 +32,7 @@ The [PRO version](http://wpdarko.com/items/responsive-pricing-table-pro/) adds t
32
  * Features (as many as you want)
33
  * Button URL and text
34
  * Custom buttons (Stripe, Paypal…)
 
35
  * Color (per plan)
36
 
37
  = Available settings =
@@ -88,6 +89,9 @@ Find help in [our forums](http://wpdarko.com/support/) for this plugin (we’ll
88
  6. Finding the shortcode (admin view)
89
 
90
  == Changelog ==
 
 
 
91
  = 4.2.1 =
92
  * Fixed shortcode
93
 
2
  Contributors: spwebguy
3
  Tags: pricing table, pricing tables, prices, pricing, plans, offer, shortcode, price, responsive, pricing, tables, pricing plan
4
  Requires at least: 3.6
5
+ Tested up to: 4.7
6
  Stable tag: trunk
7
  License: GPL2
8
  License URI: http://www.gnu.org/licenses/gpl.html
32
  * Features (as many as you want)
33
  * Button URL and text
34
  * Custom buttons (Stripe, Paypal…)
35
+ * Custom CSS classes
36
  * Color (per plan)
37
 
38
  = Available settings =
89
  6. Finding the shortcode (admin view)
90
 
91
  == Changelog ==
92
+ = 4.3 =
93
+ * Added custom CSS classes
94
+
95
  = 4.2.1 =
96
  * Fixed shortcode
97
 
rpt.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Responsive Pricing Table
4
  * Plugin URI: http://wpdarko.com/items/responsive-pricing-table-pro/
5
  * Description: A responsive, easy and elegant way to present your offer to your visitors. Just create a new pricing table (custom type) and copy-paste the shortcode into your posts/pages. Find help and information on our <a href="http://wpdarko.com/support/">support site</a>. This free version is NOT limited and does not contain any ad. Check out the <a href='http://wpdarko.com/items/responsive-pricing-table-pro/'>PRO version</a> for more great features.
6
- * Version: 4.2.1
7
  * Author: WP Darko
8
  * Author URI: http://wpdarko.com
9
  * Text Domain: dk-pricr-responsive-pricing-table
@@ -259,7 +259,11 @@ foreach($custom_posts as $post) : setup_postdata($post);
259
  $reco_class = '';
260
  }
261
 
262
- $output2 .= '<div class="rpt_plan '.$ori_f.' rpt_plan_' . $key . ' ' . $reco_class . '">';
 
 
 
 
263
 
264
  // Title
265
  if (!empty($plans['_rpt_title'])){
@@ -333,7 +337,7 @@ foreach($custom_posts as $post) : setup_postdata($post);
333
  $stringAr = explode("\n", $string);
334
  $stringAr = array_filter($stringAr, 'trim');
335
 
336
- $features = '';
337
 
338
  foreach ($stringAr as $feature) {
339
  $features[] .= strip_tags($feature,'<strong></strong><br><br/></br><img><a>');
3
  * Plugin Name: Responsive Pricing Table
4
  * Plugin URI: http://wpdarko.com/items/responsive-pricing-table-pro/
5
  * Description: A responsive, easy and elegant way to present your offer to your visitors. Just create a new pricing table (custom type) and copy-paste the shortcode into your posts/pages. Find help and information on our <a href="http://wpdarko.com/support/">support site</a>. This free version is NOT limited and does not contain any ad. Check out the <a href='http://wpdarko.com/items/responsive-pricing-table-pro/'>PRO version</a> for more great features.
6
+ * Version: 4.3
7
  * Author: WP Darko
8
  * Author URI: http://wpdarko.com
9
  * Text Domain: dk-pricr-responsive-pricing-table
259
  $reco_class = '';
260
  }
261
 
262
+ if (empty($plans['_rpt_custom_classes'])){
263
+ $plans['_rpt_custom_classes'] = '';
264
+ }
265
+
266
+ $output2 .= '<div class="rpt_plan '.$ori_f.' rpt_plan_' . $key . ' ' . $reco_class . ' ' . $plans['_rpt_custom_classes'] . '">';
267
 
268
  // Title
269
  if (!empty($plans['_rpt_title'])){
337
  $stringAr = explode("\n", $string);
338
  $stringAr = array_filter($stringAr, 'trim');
339
 
340
+ $features = [];
341
 
342
  foreach ($stringAr as $feature) {
343
  $features[] .= strip_tags($feature,'<strong></strong><br><br/></br><img><a>');