Google Forms - Version 0.64

Version Description

No known upgrade issues.

Download this release

Release Info

Developer mpwalsh8
Plugin Icon wp plugin Google Forms
Version 0.64
Comparing to
See all releases

Code changes from version 0.63 to 0.64

index.php CHANGED
@@ -4,8 +4,8 @@
4
  * Plugin Name: WordPress Google Form
5
  * Plugin URI: http://michaelwalsh.org/wordpress/wordpress-plugins/wpgform/
6
  * Description: Add Google Forms to a WordPress web site. Display a Google Form directly into your posts, pages or sidebar. Style the Google Form to match your existing theme and display a custom confirmation page after form submission.
7
- * Version: 0.63
8
- * Build: 0.63.$WCREV$
9
  * Last Modified: $WCDATE$
10
  * Author: Mike Walsh
11
  * Author URI: http://www.michaelwalsh.org
@@ -25,7 +25,7 @@
25
  *
26
  */
27
 
28
- define('WPGFORM_VERSION', '0.63') ;
29
 
30
  require_once('wpgform-core.php') ;
31
  require_once('wpgform-post-type.php') ;
4
  * Plugin Name: WordPress Google Form
5
  * Plugin URI: http://michaelwalsh.org/wordpress/wordpress-plugins/wpgform/
6
  * Description: Add Google Forms to a WordPress web site. Display a Google Form directly into your posts, pages or sidebar. Style the Google Form to match your existing theme and display a custom confirmation page after form submission.
7
+ * Version: 0.64
8
+ * Build: 0.64.$WCREV$
9
  * Last Modified: $WCDATE$
10
  * Author: Mike Walsh
11
  * Author URI: http://www.michaelwalsh.org
25
  *
26
  */
27
 
28
+ define('WPGFORM_VERSION', '0.64') ;
29
 
30
  require_once('wpgform-core.php') ;
31
  require_once('wpgform-post-type.php') ;
languages/wpgform-es_ES.mo CHANGED
Binary file
languages/wpgform-es_ES.po CHANGED
@@ -1,227 +1,254 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Google Form\n"
4
- "POT-Creation-Date: 2013-06-21 18:44-0000\n"
5
- "PO-Revision-Date: 2013-08-06 22:53-0300\n"
6
- "Last-Translator: Camilo Flores <camilo.ignacio@gmail.com>\n"
7
  "Language-Team: Mike Walsh (@mpwalsh8) <mpwalsh8@gmail.com>\n"
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.5.5\n"
12
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SearchPath-0: ..\n"
15
 
16
- #: ../wpgform-core.php:139
17
  msgid "Required"
18
  msgstr "Obligatorio"
19
 
20
- #: ../wpgform-core.php:140
21
  msgid "Submit"
22
  msgstr "Enviar"
23
 
24
- #: ../wpgform-core.php:141
25
  msgid "Back"
26
  msgstr "Volver"
27
 
28
- #: ../wpgform-core.php:142
29
  msgid "Continue"
30
  msgstr "Continuar"
31
 
32
- #: ../wpgform-core.php:143
33
  msgid "Mark only one oval."
34
  msgstr "Selecciona sólo una marca."
35
 
36
- #: ../wpgform-core.php:144
37
  msgid "Other:"
38
  msgstr "Otros:"
39
 
40
- #: ../wpgform-core.php:145
41
  msgid "Check all that apply."
42
  msgstr "Selecciona todos los que apliquen."
43
 
44
- #: ../wpgform-core.php:197
45
- #: ../wpgform-core.php:198
 
 
 
46
  msgid "Google Forms"
47
  msgstr "Formularios de Google"
48
 
49
- #: ../wpgform-core.php:375
50
- #: ../wpgform-core.php:389
 
 
 
 
 
 
 
 
 
51
  msgid "Unable to process Google Form short code."
52
  msgstr "Error al procesar el shortcode del Formulario de Google."
53
 
54
- #: ../wpgform-core.php:539
55
  msgid "Unable to process Google Form."
56
  msgstr "Error al procesar el Formulario de Google"
57
 
58
- #: ../wpgform-core.php:540
59
  msgid "Server is responding with"
60
  msgstr "El servidor responde con"
61
 
62
- #: ../wpgform-core.php:541
63
  msgid "403 Permission Denied"
64
  msgstr "403 Acceso denegado"
65
 
66
- #: ../wpgform-core.php:541
67
  msgid "error"
68
  msgstr "error"
69
 
70
- #: ../wpgform-core.php:585
71
  msgid "Email Address"
72
  msgstr "Dirección de correo"
73
 
74
- #: ../wpgform-core.php:717
 
 
 
 
75
  msgid "Unable to retrieve Google Form. Please try reloading this page."
76
- msgstr "Error al cargar el Formulario de Google. Por favor inténtalo nuevamente recargando la página."
 
 
77
 
78
- #: ../wpgform-core.php:779
79
  msgid "Unexpected content encountered, unable to retrieve Google Form."
80
- msgstr "Error al cargar el Formulario de Google: se encontró contenido no esperado."
 
81
 
82
- #: ../wpgform-core.php:930
83
  msgid "A valid email address is required."
84
  msgstr "Se requiere una dirección de correo válida."
85
 
86
- #: ../wpgform-core.php:954
87
  msgid "Incorrect answer."
88
  msgstr "Respuesta incorrecta."
89
 
90
- #: ../wpgform-core.php:1125
 
 
 
 
91
  msgid "Warning: You are using an insecure browser!"
92
  msgstr "Advertencia: Estás ocupando un navegador no seguro!"
93
 
94
- #: ../wpgform-core.php:1128
95
  msgid "Warning: Your browser is out of date! Please update now."
96
  msgstr "Advertencia: Tu navegador está obsoleto. Por favor actualízalo ahora."
97
 
98
- #: ../wpgform-core.php:1144
99
  msgid "Form Id:"
100
  msgstr "Id del Formulario:"
101
 
102
- #: ../wpgform-core.php:1146
103
  msgid "Submitted Form Id"
104
  msgstr "Id de la respuesta al Formulario"
105
 
106
- #: ../wpgform-core.php:1149
107
  msgid "No Submitted Form Id"
108
  msgstr "No se envió un ID de Formulario"
109
 
110
- #: ../wpgform-core.php:1336
111
  msgid "Unable to submit Google Form. Please try reloading this page."
112
- msgstr "Error al enviar la información del Formulario Google. Por favor inténtalo nuevamente recargando esta página."
 
 
113
 
114
- #: ../wpgform-core.php:1418
115
  msgid "View Form Results"
116
  msgstr "Ver los resultados a los formularios"
117
 
118
- #: ../wpgform-core.php:1472
119
  msgid "A form was submitted on your web site."
120
  msgstr "Han respondido un formulario en tu sitio web."
121
 
122
- #: ../wpgform-core.php:1473
123
- #: ../wpgform-core.php:1485
124
  msgid "Form"
125
  msgstr "Formulario"
126
 
127
- #: ../wpgform-core.php:1474
128
- #: ../wpgform-core.php:1486
129
  #: ../wpgform-logging.php:182
130
  msgid "URL"
131
  msgstr "URL"
132
 
133
- #: ../wpgform-core.php:1475
134
- #: ../wpgform-core.php:1487
135
  msgid "Responses"
136
  msgstr "Respuestas"
137
 
138
- #: ../wpgform-core.php:1476
139
- #: ../wpgform-core.php:1488
140
  msgid "Date"
141
  msgstr "Fecha"
142
 
143
- #: ../wpgform-core.php:1477
144
- #: ../wpgform-core.php:1489
145
  msgid "Time"
146
  msgstr "Hora"
147
 
148
- #: ../wpgform-core.php:1478
149
- #: ../wpgform-core.php:1491
150
  msgid "Thank you"
151
  msgstr "Gracias"
152
 
153
- #: ../wpgform-core.php:1484
154
  msgid "A form was submitted on your web site"
155
  msgstr "Han respondido un formulario en tu sitio web"
156
 
157
- #: ../wpgform-core.php:1555
158
  msgid "This field is required."
159
  msgstr "Este campo es obligatorio."
160
 
161
- #: ../wpgform-core.php:1556
162
  msgid "Please fix this field."
163
  msgstr "Por favor arregla este campo."
164
 
165
- #: ../wpgform-core.php:1557
166
  msgid "Please enter a valid email address."
167
  msgstr "Por favor ingresa una dirección de correo válida."
168
 
169
- #: ../wpgform-core.php:1558
170
  msgid "Please enter a valid URL."
171
  msgstr "Por favor ingresa una URL válida."
172
 
173
- #: ../wpgform-core.php:1559
174
  msgid "Please enter a valid date."
175
  msgstr "Por favor ingresa una fecha válida."
176
 
177
- #: ../wpgform-core.php:1560
178
  msgid "Please enter a valid date (ISO)."
179
  msgstr "Por favor ingresa una fecha válida (ISO)."
180
 
181
- #: ../wpgform-core.php:1561
182
  msgid "Please enter a valid number."
183
  msgstr "Por favor ingresa un número válido."
184
 
185
- #: ../wpgform-core.php:1562
186
  msgid "Please enter only digits."
187
  msgstr "Por favor ingresa sólo números."
188
 
189
- #: ../wpgform-core.php:1563
190
  msgid "Please enter a valid credit card number."
191
  msgstr "Por favor ingresa un número de tarjeta de crédito válido."
192
 
193
- #: ../wpgform-core.php:1564
194
  msgid "Please enter the same value again.,"
195
  msgstr "Por favor ingresa el mismo valor nuevamente."
196
 
197
- #: ../wpgform-core.php:1565
198
  msgid "Please enter a value with a valid extension."
199
  msgstr "Por favor ingresa un valor con una extensión válida."
200
 
201
- #: ../wpgform-core.php:1566
202
  msgid "Please enter no more than {0} characters."
203
  msgstr "Por favor ingresa no mas de {0} caracteres."
204
 
205
- #: ../wpgform-core.php:1567
206
  msgid "Please enter at least {0} characters."
207
  msgstr "Por favor ingresa al menos {0} caracteres."
208
 
209
- #: ../wpgform-core.php:1568
210
  msgid "Please enter a value between {0} and {1} characters long."
211
  msgstr "Por favor ingresa al menos entre {0} y {1} caracteres."
212
 
213
- #: ../wpgform-core.php:1569
214
  msgid "Please enter a value between {0} and {1}."
215
  msgstr "Por favor ingresa un número entre {0} y {1}."
216
 
217
- #: ../wpgform-core.php:1570
218
  msgid "Please enter a value less than or equal to {0}."
219
  msgstr "Por favor ingresa un valor menor o igual a {0}."
220
 
221
- #: ../wpgform-core.php:1571
222
  msgid "Please enter a value greater than or equal to {0}."
223
  msgstr "Por favor ingresa un valor mayor o igual a {0}."
224
 
 
 
 
 
 
 
 
225
  #: ../wpgform-logging.php:30
226
  msgid "You are not allowed to view the submission log."
227
  msgstr "No tienes permiso para ver el log de respuestas."
@@ -256,225 +283,419 @@ msgstr "No se han seleccionado entradas del log"
256
 
257
  #: ../wpgform-options.php:94
258
  #, php-format
259
- msgid "Please consider making a <a href=\"%s\" target=\"_blank\">PayPal donation</a> if you find this plugin useful."
260
- msgstr "Por favor considera hacer una <a href=\"%s\" target=\"_blank\">donación por PayPal</a> si te ha servido este plugin."
 
 
 
 
261
 
262
- #: ../wpgform-options.php:235
263
  #, php-format
264
  msgid "Custom %s CSS"
265
  msgstr "CSS personalizado %s"
266
 
267
- #: ../wpgform-options.php:458
268
- #, php-format
269
- msgid "Enabling debug will collect data during the form rendering and processing process.<p>The data is added to the page footer but hidden with a link appearing above the form which can toggle the display of the debug data. This data is useful when trying to understand why the plugin isn't operating as expected.</p><p>When debugging is enabled, specific transports employed by the <a href=\"%s\">WordPress HTTP API</a> can optionally be disabled. While rarely required, disabling transports can be useful when the plugin is not communcating correctly with the Google Docs API. <i>Extra care should be taken when disabling transports as other aspects of WordPress may not work correctly.</i> The <a href=\"%s\">WordPress Core Control</a> plugin is recommended for advanced debugging of <a href=\"%s\">WordPress HTTP API issues.</a></p>"
 
 
 
 
 
 
 
 
 
 
 
 
270
  msgstr ""
 
 
 
 
 
 
 
271
 
272
- #: ../wpgform-post-type.php:88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  msgid "Form URL"
274
  msgstr "URL del formulario"
275
 
276
- #: ../wpgform-post-type.php:89
277
  msgid "The full URL to the published Google Form"
278
  msgstr "La URL completa al Formulario Google publicado"
279
 
280
- #: ../wpgform-post-type.php:96
 
 
 
 
 
281
  msgid "Confirm URL"
282
  msgstr "URL de confirmación"
283
 
284
- #: ../wpgform-post-type.php:97
285
  msgid "The full URL to the optional Confirmation Page"
286
  msgstr "El URL completo a la página de confirmación (opcional)"
287
 
288
- #: ../wpgform-post-type.php:104
 
 
 
 
 
289
  msgid "Style"
290
  msgstr "Estilo"
291
 
292
- #: ../wpgform-post-type.php:105
293
  msgid "Custom Confirmation Page Style"
294
  msgstr "Estilo personalizado para la página de confirmación"
295
 
296
- #: ../wpgform-post-type.php:113
297
  msgid "Alert"
298
  msgstr "Aviso"
299
 
300
- #: ../wpgform-post-type.php:114
301
  msgid "Javascript Alert Box message displayed upon submission"
302
- msgstr "Mensaje en la ventana de aviso JavaScript a mostrar con el envío de información"
 
 
 
 
 
 
 
 
 
303
 
304
- #: ../wpgform-post-type.php:121
305
  msgid "Class"
306
  msgstr "Clase"
307
 
308
- #: ../wpgform-post-type.php:122
309
  msgid "CSS class(es) to add to the form's containing DIV"
310
  msgstr "Clase(s) CSS a agregar al DIV que contiene el formulario"
311
 
312
- #: ../wpgform-post-type.php:129
313
  msgid "Email"
314
  msgstr "Correo"
315
 
316
- #: ../wpgform-post-type.php:130
317
  msgid "Send email upon form submission"
318
  msgstr "Enviar email al registrar respuestas del formulario"
319
 
320
- #: ../wpgform-post-type.php:138
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  msgid "Send To"
322
  msgstr "Enviar a"
323
 
324
- #: ../wpgform-post-type.php:139
325
  msgid "Email address send submission email to"
326
  msgstr "Dirección a la cual enviar los correos "
327
 
328
- #: ../wpgform-post-type.php:146
329
  msgid "Form CSS"
330
  msgstr "CSS del formulario"
331
 
332
- #: ../wpgform-post-type.php:147
333
  msgid "Form specific CSS rules"
334
  msgstr "Reglas CSS específicas para el formulario"
335
 
336
- #: ../wpgform-post-type.php:174
337
- #: ../wpgform-post-type.php:175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
338
  msgid "CAPTCHA"
339
  msgstr "CAPTCHA"
340
 
341
- #: ../wpgform-post-type.php:183
342
  msgid "Columns"
343
  msgstr "Columnas"
344
 
345
- #: ../wpgform-post-type.php:184
346
  msgid "Split form into columns"
347
  msgstr "Dividir el formulario en columnas"
348
 
349
- #: ../wpgform-post-type.php:192
350
  msgid "Email End User"
351
  msgstr "Correo para el usuario"
352
 
353
- #: ../wpgform-post-type.php:193
354
  msgid "Send email to end user upon form submission"
355
  msgstr "Enviar correo al usuario final al registrar respuesta del formulario"
356
 
357
- #: ../wpgform-post-type.php:201
358
  msgid "Legal"
359
  msgstr "Texto legal"
360
 
361
- #: ../wpgform-post-type.php:202
362
  msgid "Google Legal Disclaimer"
363
  msgstr "Mostrar renuncia legal de Google"
364
 
365
- #: ../wpgform-post-type.php:210
366
  msgid "Read Only"
367
  msgstr "Sólo lectura"
368
 
369
- #: ../wpgform-post-type.php:211
370
  msgid "Set the form Read Only"
371
  msgstr "Dejar el formulario como de sólo lectura"
372
 
373
- #: ../wpgform-post-type.php:219
374
  msgid "BR"
375
  msgstr "BR"
376
 
377
- #: ../wpgform-post-type.php:220
378
  msgid "Insert &lt;BR&gt; tags between labels and input box"
379
  msgstr "Agregar etiquetas &lt;BR&gt; entre las etiquetas y los campos de datos"
380
 
381
- #: ../wpgform-post-type.php:228
382
  msgid "CSS Prefix"
383
  msgstr "Prefijo CSS"
384
 
385
- #: ../wpgform-post-type.php:229
386
  msgid "Prefix to add to all Google CSS classes"
387
  msgstr "Prefijo a agregar a todas las clases CSS de Google"
388
 
389
- #: ../wpgform-post-type.php:236
390
  msgid "CSS Suffix"
391
  msgstr "Sufijo CSS"
392
 
393
- #: ../wpgform-post-type.php:237
394
  msgid "Suffix to add to all Google CSS classes"
395
  msgstr "Sufijo a agregar a todas las clases CSS de Google"
396
 
397
- #: ../wpgform-post-type.php:244
398
  msgid "Title"
399
  msgstr "Nombre"
400
 
401
- #: ../wpgform-post-type.php:245
402
  msgid "Show or Hide the Google Form's title"
403
  msgstr "Mostrar u ocultar el nombre del Formulario"
404
 
405
- #: ../wpgform-post-type.php:253
406
  msgid "Map H1 to H2"
407
  msgstr "Mapear H1 a H2"
408
 
409
- #: ../wpgform-post-type.php:254
410
  msgid "Map H1 elements to H2 elements"
411
  msgstr "Cambiar tipo de etiqueta de elementos H1 a H2"
412
 
413
- #: ../wpgform-post-type.php:262
414
- #: ../wpgform-post-type.php:263
415
  msgid "Unite Theme Hack"
416
  msgstr "Hack para tema Unite"
417
 
418
- #: ../wpgform-post-type.php:291
 
 
 
 
 
419
  msgid "Validation"
420
  msgstr "Validación"
421
 
422
- #: ../wpgform-post-type.php:292
423
  msgid "Enable default jQuery Validation on all required fields"
424
- msgstr "Habiliar validación jQuery por defecto en todos los campos obligatorios"
 
425
 
426
- #: ../wpgform-post-type.php:300
 
427
  msgid "Form Fields"
428
  msgstr "Campos del formulario"
429
 
430
- #: ../wpgform-post-type.php:301
431
- msgid "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, etc.) - <a href=\"http://jqueryvalidation.org/rules\">Additional details on jQuery Rules</a>"
432
- msgstr ""
 
 
 
 
433
 
434
- #: ../wpgform-post-type.php:329
 
435
  msgid "Type"
436
  msgstr "Tipo"
437
 
438
- #: ../wpgform-post-type.php:330
439
  msgid "Type of validation"
440
  msgstr "Tipo de validación"
441
 
442
- #: ../wpgform-post-type.php:337
443
- #: ../wpgform-post-type.php:484
444
- #: ../wpgform-post-type.php:501
 
445
  msgid "Value"
446
  msgstr "Valor"
447
 
448
- #: ../wpgform-post-type.php:338
449
  msgid "Value to validate against"
450
  msgstr "Valor contra el cual validar"
451
 
452
- #: ../wpgform-post-type.php:474
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
453
  msgid "Name"
454
  msgstr "Nombre"
455
 
456
- #: ../wpgform-post-type.php:477
457
- #: ../wpgform-post-type.php:494
458
  msgid "Check"
459
- msgstr ""
460
 
461
- #: ../wpgform-post-type.php:492
462
  msgid "Field"
463
  msgstr "Campo"
464
 
465
- #: ../wpgform-post-type.php:652
466
  msgid "Form Name"
467
  msgstr "Nombre"
468
 
469
- #: ../wpgform-post-type.php:657
470
  msgid "Short Code"
471
  msgstr "Shortcode"
472
 
473
- #: ../wpgform-post-type.php:658
474
  msgid "Form Description"
475
  msgstr "Descripción"
476
 
477
- #: ../wpgform-post-type.php:748
478
  msgid "Enter WordPress Google Form Title"
479
  msgstr "Ingresa el nombre para el formulario en Wordpress"
480
-
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Google Form\n"
4
+ "POT-Creation-Date: 2014-02-21 19:49-0000\n"
5
+ "PO-Revision-Date: 2014-02-21 19:49-0000\n"
6
+ "Last-Translator: Mike Walsh <mpwalsh8@gmail.com>\n"
7
  "Language-Team: Mike Walsh (@mpwalsh8) <mpwalsh8@gmail.com>\n"
8
+ "Language: es_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.6.4\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
 
17
+ #: ../wpgform-core.php:178
18
  msgid "Required"
19
  msgstr "Obligatorio"
20
 
21
+ #: ../wpgform-core.php:179
22
  msgid "Submit"
23
  msgstr "Enviar"
24
 
25
+ #: ../wpgform-core.php:180
26
  msgid "Back"
27
  msgstr "Volver"
28
 
29
+ #: ../wpgform-core.php:181
30
  msgid "Continue"
31
  msgstr "Continuar"
32
 
33
+ #: ../wpgform-core.php:182
34
  msgid "Mark only one oval."
35
  msgstr "Selecciona sólo una marca."
36
 
37
+ #: ../wpgform-core.php:183
38
  msgid "Other:"
39
  msgstr "Otros:"
40
 
41
+ #: ../wpgform-core.php:184
42
  msgid "Check all that apply."
43
  msgstr "Selecciona todos los que apliquen."
44
 
45
+ #: ../wpgform-core.php:251
46
+ msgid "Reset"
47
+ msgstr ""
48
+
49
+ #: ../wpgform-core.php:270 ../wpgform-core.php:271 ../wpgform-post-type.php:46
50
  msgid "Google Forms"
51
  msgstr "Formularios de Google"
52
 
53
+ #: ../wpgform-core.php:279
54
+ #, fuzzy
55
+ msgid "Google Forms Submission Log"
56
+ msgstr "Formularios de Google"
57
+
58
+ #: ../wpgform-core.php:280
59
+ #, fuzzy
60
+ msgid "Form Submission Log"
61
+ msgstr "No tienes permiso para ver el log de respuestas."
62
+
63
+ #: ../wpgform-core.php:476 ../wpgform-core.php:490
64
  msgid "Unable to process Google Form short code."
65
  msgstr "Error al procesar el shortcode del Formulario de Google."
66
 
67
+ #: ../wpgform-core.php:655
68
  msgid "Unable to process Google Form."
69
  msgstr "Error al procesar el Formulario de Google"
70
 
71
+ #: ../wpgform-core.php:656
72
  msgid "Server is responding with"
73
  msgstr "El servidor responde con"
74
 
75
+ #: ../wpgform-core.php:657
76
  msgid "403 Permission Denied"
77
  msgstr "403 Acceso denegado"
78
 
79
+ #: ../wpgform-core.php:657
80
  msgid "error"
81
  msgstr "error"
82
 
83
+ #: ../wpgform-core.php:703
84
  msgid "Email Address"
85
  msgstr "Dirección de correo"
86
 
87
+ #: ../wpgform-core.php:753 ../wpgform-core.php:755
88
+ msgid "What is"
89
+ msgstr ""
90
+
91
+ #: ../wpgform-core.php:900
92
  msgid "Unable to retrieve Google Form. Please try reloading this page."
93
+ msgstr ""
94
+ "Error al cargar el Formulario de Google. Por favor inténtalo nuevamente "
95
+ "recargando la página."
96
 
97
+ #: ../wpgform-core.php:1011
98
  msgid "Unexpected content encountered, unable to retrieve Google Form."
99
+ msgstr ""
100
+ "Error al cargar el Formulario de Google: se encontró contenido no esperado."
101
 
102
+ #: ../wpgform-core.php:1199
103
  msgid "A valid email address is required."
104
  msgstr "Se requiere una dirección de correo válida."
105
 
106
+ #: ../wpgform-core.php:1218
107
  msgid "Incorrect answer."
108
  msgstr "Respuesta incorrecta."
109
 
110
+ #: ../wpgform-core.php:1302 ../wpgform-core.php:1528
111
+ msgid "Unknown"
112
+ msgstr ""
113
+
114
+ #: ../wpgform-core.php:1474
115
  msgid "Warning: You are using an insecure browser!"
116
  msgstr "Advertencia: Estás ocupando un navegador no seguro!"
117
 
118
+ #: ../wpgform-core.php:1477
119
  msgid "Warning: Your browser is out of date! Please update now."
120
  msgstr "Advertencia: Tu navegador está obsoleto. Por favor actualízalo ahora."
121
 
122
+ #: ../wpgform-core.php:1493
123
  msgid "Form Id:"
124
  msgstr "Id del Formulario:"
125
 
126
+ #: ../wpgform-core.php:1495
127
  msgid "Submitted Form Id"
128
  msgstr "Id de la respuesta al Formulario"
129
 
130
+ #: ../wpgform-core.php:1498
131
  msgid "No Submitted Form Id"
132
  msgstr "No se envió un ID de Formulario"
133
 
134
+ #: ../wpgform-core.php:1720
135
  msgid "Unable to submit Google Form. Please try reloading this page."
136
+ msgstr ""
137
+ "Error al enviar la información del Formulario Google. Por favor inténtalo "
138
+ "nuevamente recargando esta página."
139
 
140
+ #: ../wpgform-core.php:1802
141
  msgid "View Form Results"
142
  msgstr "Ver los resultados a los formularios"
143
 
144
+ #: ../wpgform-core.php:1856
145
  msgid "A form was submitted on your web site."
146
  msgstr "Han respondido un formulario en tu sitio web."
147
 
148
+ #: ../wpgform-core.php:1857 ../wpgform-core.php:1869
 
149
  msgid "Form"
150
  msgstr "Formulario"
151
 
152
+ #: ../wpgform-core.php:1858 ../wpgform-core.php:1870
 
153
  #: ../wpgform-logging.php:182
154
  msgid "URL"
155
  msgstr "URL"
156
 
157
+ #: ../wpgform-core.php:1859 ../wpgform-core.php:1871
 
158
  msgid "Responses"
159
  msgstr "Respuestas"
160
 
161
+ #: ../wpgform-core.php:1860 ../wpgform-core.php:1872
 
162
  msgid "Date"
163
  msgstr "Fecha"
164
 
165
+ #: ../wpgform-core.php:1861 ../wpgform-core.php:1873
 
166
  msgid "Time"
167
  msgstr "Hora"
168
 
169
+ #: ../wpgform-core.php:1862 ../wpgform-core.php:1875
 
170
  msgid "Thank you"
171
  msgstr "Gracias"
172
 
173
+ #: ../wpgform-core.php:1868
174
  msgid "A form was submitted on your web site"
175
  msgstr "Han respondido un formulario en tu sitio web"
176
 
177
+ #: ../wpgform-core.php:1939
178
  msgid "This field is required."
179
  msgstr "Este campo es obligatorio."
180
 
181
+ #: ../wpgform-core.php:1940
182
  msgid "Please fix this field."
183
  msgstr "Por favor arregla este campo."
184
 
185
+ #: ../wpgform-core.php:1941
186
  msgid "Please enter a valid email address."
187
  msgstr "Por favor ingresa una dirección de correo válida."
188
 
189
+ #: ../wpgform-core.php:1942
190
  msgid "Please enter a valid URL."
191
  msgstr "Por favor ingresa una URL válida."
192
 
193
+ #: ../wpgform-core.php:1943
194
  msgid "Please enter a valid date."
195
  msgstr "Por favor ingresa una fecha válida."
196
 
197
+ #: ../wpgform-core.php:1944
198
  msgid "Please enter a valid date (ISO)."
199
  msgstr "Por favor ingresa una fecha válida (ISO)."
200
 
201
+ #: ../wpgform-core.php:1945
202
  msgid "Please enter a valid number."
203
  msgstr "Por favor ingresa un número válido."
204
 
205
+ #: ../wpgform-core.php:1946
206
  msgid "Please enter only digits."
207
  msgstr "Por favor ingresa sólo números."
208
 
209
+ #: ../wpgform-core.php:1947
210
  msgid "Please enter a valid credit card number."
211
  msgstr "Por favor ingresa un número de tarjeta de crédito válido."
212
 
213
+ #: ../wpgform-core.php:1948
214
  msgid "Please enter the same value again.,"
215
  msgstr "Por favor ingresa el mismo valor nuevamente."
216
 
217
+ #: ../wpgform-core.php:1949
218
  msgid "Please enter a value with a valid extension."
219
  msgstr "Por favor ingresa un valor con una extensión válida."
220
 
221
+ #: ../wpgform-core.php:1950
222
  msgid "Please enter no more than {0} characters."
223
  msgstr "Por favor ingresa no mas de {0} caracteres."
224
 
225
+ #: ../wpgform-core.php:1951
226
  msgid "Please enter at least {0} characters."
227
  msgstr "Por favor ingresa al menos {0} caracteres."
228
 
229
+ #: ../wpgform-core.php:1952
230
  msgid "Please enter a value between {0} and {1} characters long."
231
  msgstr "Por favor ingresa al menos entre {0} y {1} caracteres."
232
 
233
+ #: ../wpgform-core.php:1953
234
  msgid "Please enter a value between {0} and {1}."
235
  msgstr "Por favor ingresa un número entre {0} y {1}."
236
 
237
+ #: ../wpgform-core.php:1954
238
  msgid "Please enter a value less than or equal to {0}."
239
  msgstr "Por favor ingresa un valor menor o igual a {0}."
240
 
241
+ #: ../wpgform-core.php:1955
242
  msgid "Please enter a value greater than or equal to {0}."
243
  msgstr "Por favor ingresa un valor mayor o igual a {0}."
244
 
245
+ #: ../wpgform-core.php:2015
246
+ #, fuzzy, php-format
247
+ msgid ""
248
+ "This notification may be hidden via a setting on the <a href=\"%s\">Google "
249
+ "Forms settings page</a>."
250
+ msgstr "Formularios de Google"
251
+
252
  #: ../wpgform-logging.php:30
253
  msgid "You are not allowed to view the submission log."
254
  msgstr "No tienes permiso para ver el log de respuestas."
283
 
284
  #: ../wpgform-options.php:94
285
  #, php-format
286
+ msgid ""
287
+ "Please consider making a <a href=\"%s\" target=\"_blank\">PayPal donation</"
288
+ "a> if you find this plugin useful."
289
+ msgstr ""
290
+ "Por favor considera hacer una <a href=\"%s\" target=\"_blank\">donación por "
291
+ "PayPal</a> si te ha servido este plugin."
292
 
293
+ #: ../wpgform-options.php:237
294
  #, php-format
295
  msgid "Custom %s CSS"
296
  msgstr "CSS personalizado %s"
297
 
298
+ #: ../wpgform-options.php:485
299
+ #, fuzzy, php-format
300
+ msgid ""
301
+ "Enabling debug will collect data during the form rendering and processing "
302
+ "process.<p>The data is added to the page footer but hidden with a link "
303
+ "appearing above the form which can toggle the display of the debug data. "
304
+ "This data is useful when trying to understand why the plugin isn't operating "
305
+ "as expected.</p><p>When debugging is enabled, specific transports employed "
306
+ "by the <a href=\"%s\">WordPress HTTP API</a> can optionally be disabled. "
307
+ "While rarely required, disabling transports can be useful when the plugin is "
308
+ "not communcating correctly with the Google Docs API. <i>Extra care should "
309
+ "be taken when disabling transports as other aspects of WordPress may not "
310
+ "work correctly.</i> The <a href=\"%s\">WordPress Core Control</a> plugin is "
311
+ "recommended for advanced debugging of <a href=\"%s\">WordPress HTTP API "
312
+ "issues.</a></p>"
313
  msgstr ""
314
+ "Por favor considera hacer una <a href=\"%s\" target=\"_blank\">donación por "
315
+ "PayPal</a> si te ha servido este plugin."
316
+
317
+ #: ../wpgform-post-type.php:47
318
+ #, fuzzy
319
+ msgid "Google Form"
320
+ msgstr "Error al procesar el Formulario de Google"
321
 
322
+ #: ../wpgform-post-type.php:48 ../wpgform-post-type.php:49
323
+ #, fuzzy
324
+ msgid "Add New Google Form"
325
+ msgstr "Error al procesar el Formulario de Google"
326
+
327
+ #: ../wpgform-post-type.php:50
328
+ #, fuzzy
329
+ msgid "Edit Google Form"
330
+ msgstr "Error al procesar el Formulario de Google"
331
+
332
+ #: ../wpgform-post-type.php:51
333
+ #, fuzzy
334
+ msgid "New Google Form"
335
+ msgstr "Error al procesar el Formulario de Google"
336
+
337
+ #: ../wpgform-post-type.php:52
338
+ #, fuzzy
339
+ msgid "View Google Form"
340
+ msgstr "Ver los resultados a los formularios"
341
+
342
+ #: ../wpgform-post-type.php:53
343
+ #, fuzzy
344
+ msgid "Search Google Forms"
345
+ msgstr "Formularios de Google"
346
+
347
+ #: ../wpgform-post-type.php:54
348
+ #, fuzzy
349
+ msgid "No Google Forms Found"
350
+ msgstr "Formularios de Google"
351
+
352
+ #: ../wpgform-post-type.php:55
353
+ #, fuzzy
354
+ msgid "No Google Forms Found In Trash"
355
+ msgstr "Formularios de Google"
356
+
357
+ #: ../wpgform-post-type.php:102
358
+ #, fuzzy
359
+ msgid "Google Form Details"
360
+ msgstr "Error al procesar el Formulario de Google"
361
+
362
+ #: ../wpgform-post-type.php:108
363
  msgid "Form URL"
364
  msgstr "URL del formulario"
365
 
366
+ #: ../wpgform-post-type.php:109
367
  msgid "The full URL to the published Google Form"
368
  msgstr "La URL completa al Formulario Google publicado"
369
 
370
+ #: ../wpgform-post-type.php:113
371
+ #, fuzzy
372
+ msgid "Google Form URL"
373
+ msgstr "La URL completa al Formulario Google publicado"
374
+
375
+ #: ../wpgform-post-type.php:117
376
  msgid "Confirm URL"
377
  msgstr "URL de confirmación"
378
 
379
+ #: ../wpgform-post-type.php:118
380
  msgid "The full URL to the optional Confirmation Page"
381
  msgstr "El URL completo a la página de confirmación (opcional)"
382
 
383
+ #: ../wpgform-post-type.php:122
384
+ #, fuzzy
385
+ msgid "Confirmation Page URL"
386
+ msgstr "El URL completo a la página de confirmación (opcional)"
387
+
388
+ #: ../wpgform-post-type.php:126
389
  msgid "Style"
390
  msgstr "Estilo"
391
 
392
+ #: ../wpgform-post-type.php:127
393
  msgid "Custom Confirmation Page Style"
394
  msgstr "Estilo personalizado para la página de confirmación"
395
 
396
+ #: ../wpgform-post-type.php:135
397
  msgid "Alert"
398
  msgstr "Aviso"
399
 
400
+ #: ../wpgform-post-type.php:136
401
  msgid "Javascript Alert Box message displayed upon submission"
402
+ msgstr ""
403
+ "Mensaje en la ventana de aviso JavaScript a mostrar con el envío de "
404
+ "información"
405
+
406
+ #: ../wpgform-post-type.php:140
407
+ #, fuzzy
408
+ msgid "Alert Message"
409
+ msgstr ""
410
+ "Mensaje en la ventana de aviso JavaScript a mostrar con el envío de "
411
+ "información"
412
 
413
+ #: ../wpgform-post-type.php:144
414
  msgid "Class"
415
  msgstr "Clase"
416
 
417
+ #: ../wpgform-post-type.php:145
418
  msgid "CSS class(es) to add to the form's containing DIV"
419
  msgstr "Clase(s) CSS a agregar al DIV que contiene el formulario"
420
 
421
+ #: ../wpgform-post-type.php:152
422
  msgid "Email"
423
  msgstr "Correo"
424
 
425
+ #: ../wpgform-post-type.php:153
426
  msgid "Send email upon form submission"
427
  msgstr "Enviar email al registrar respuestas del formulario"
428
 
429
+ #: ../wpgform-post-type.php:156 ../wpgform-post-type.php:183
430
+ #: ../wpgform-post-type.php:231 ../wpgform-post-type.php:250
431
+ #: ../wpgform-post-type.php:260 ../wpgform-post-type.php:270
432
+ #: ../wpgform-post-type.php:280 ../wpgform-post-type.php:306
433
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:326
434
+ #: ../wpgform-post-type.php:356 ../wpgform-post-type.php:470
435
+ msgid "On"
436
+ msgstr ""
437
+
438
+ #: ../wpgform-post-type.php:156 ../wpgform-post-type.php:183
439
+ #: ../wpgform-post-type.php:231 ../wpgform-post-type.php:250
440
+ #: ../wpgform-post-type.php:260 ../wpgform-post-type.php:270
441
+ #: ../wpgform-post-type.php:280 ../wpgform-post-type.php:306
442
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:326
443
+ #: ../wpgform-post-type.php:356 ../wpgform-post-type.php:470
444
+ msgid "Off"
445
+ msgstr ""
446
+
447
+ #: ../wpgform-post-type.php:162
448
  msgid "Send To"
449
  msgstr "Enviar a"
450
 
451
+ #: ../wpgform-post-type.php:163
452
  msgid "Email address send submission email to"
453
  msgstr "Dirección a la cual enviar los correos "
454
 
455
+ #: ../wpgform-post-type.php:170
456
  msgid "Form CSS"
457
  msgstr "CSS del formulario"
458
 
459
+ #: ../wpgform-post-type.php:171
460
  msgid "Form specific CSS rules"
461
  msgstr "Reglas CSS específicas para el formulario"
462
 
463
+ #: ../wpgform-post-type.php:179
464
+ #, fuzzy
465
+ msgid "Form Caching"
466
+ msgstr "Formulario"
467
+
468
+ #: ../wpgform-post-type.php:180
469
+ #, fuzzy
470
+ msgid "Enable Form Caching using Wordpress Transient API"
471
+ msgstr "Ingresa el nombre para el formulario en Wordpress"
472
+
473
+ #: ../wpgform-post-type.php:189
474
+ #, fuzzy
475
+ msgid "Form Caching Timeout"
476
+ msgstr "Formulario"
477
+
478
+ #: ../wpgform-post-type.php:190
479
+ #, fuzzy
480
+ msgid "How often will the forms reloaded (in minutes)"
481
+ msgstr "Formularios de Google"
482
+
483
+ #: ../wpgform-post-type.php:198
484
+ #, fuzzy
485
+ msgid "Reset Form Cache?"
486
+ msgstr "Formulario"
487
+
488
+ #: ../wpgform-post-type.php:199
489
+ #, fuzzy
490
+ msgid "This will force reloading the form from Google Drive"
491
+ msgstr ""
492
+ "Error al cargar el Formulario de Google. Por favor inténtalo nuevamente "
493
+ "recargando la página."
494
+
495
+ #: ../wpgform-post-type.php:221
496
+ #, fuzzy
497
+ msgid "Google Form Options"
498
+ msgstr "Error al procesar el Formulario de Google"
499
+
500
+ #: ../wpgform-post-type.php:227 ../wpgform-post-type.php:228
501
  msgid "CAPTCHA"
502
  msgstr "CAPTCHA"
503
 
504
+ #: ../wpgform-post-type.php:237
505
  msgid "Columns"
506
  msgstr "Columnas"
507
 
508
+ #: ../wpgform-post-type.php:238
509
  msgid "Split form into columns"
510
  msgstr "Dividir el formulario en columnas"
511
 
512
+ #: ../wpgform-post-type.php:246
513
  msgid "Email End User"
514
  msgstr "Correo para el usuario"
515
 
516
+ #: ../wpgform-post-type.php:247
517
  msgid "Send email to end user upon form submission"
518
  msgstr "Enviar correo al usuario final al registrar respuesta del formulario"
519
 
520
+ #: ../wpgform-post-type.php:256
521
  msgid "Legal"
522
  msgstr "Texto legal"
523
 
524
+ #: ../wpgform-post-type.php:257
525
  msgid "Google Legal Disclaimer"
526
  msgstr "Mostrar renuncia legal de Google"
527
 
528
+ #: ../wpgform-post-type.php:266
529
  msgid "Read Only"
530
  msgstr "Sólo lectura"
531
 
532
+ #: ../wpgform-post-type.php:267
533
  msgid "Set the form Read Only"
534
  msgstr "Dejar el formulario como de sólo lectura"
535
 
536
+ #: ../wpgform-post-type.php:276
537
  msgid "BR"
538
  msgstr "BR"
539
 
540
+ #: ../wpgform-post-type.php:277
541
  msgid "Insert &lt;BR&gt; tags between labels and input box"
542
  msgstr "Agregar etiquetas &lt;BR&gt; entre las etiquetas y los campos de datos"
543
 
544
+ #: ../wpgform-post-type.php:286
545
  msgid "CSS Prefix"
546
  msgstr "Prefijo CSS"
547
 
548
+ #: ../wpgform-post-type.php:287
549
  msgid "Prefix to add to all Google CSS classes"
550
  msgstr "Prefijo a agregar a todas las clases CSS de Google"
551
 
552
+ #: ../wpgform-post-type.php:294
553
  msgid "CSS Suffix"
554
  msgstr "Sufijo CSS"
555
 
556
+ #: ../wpgform-post-type.php:295
557
  msgid "Suffix to add to all Google CSS classes"
558
  msgstr "Sufijo a agregar a todas las clases CSS de Google"
559
 
560
+ #: ../wpgform-post-type.php:302
561
  msgid "Title"
562
  msgstr "Nombre"
563
 
564
+ #: ../wpgform-post-type.php:303
565
  msgid "Show or Hide the Google Form's title"
566
  msgstr "Mostrar u ocultar el nombre del Formulario"
567
 
568
+ #: ../wpgform-post-type.php:312
569
  msgid "Map H1 to H2"
570
  msgstr "Mapear H1 a H2"
571
 
572
+ #: ../wpgform-post-type.php:313
573
  msgid "Map H1 elements to H2 elements"
574
  msgstr "Cambiar tipo de etiqueta de elementos H1 a H2"
575
 
576
+ #: ../wpgform-post-type.php:322 ../wpgform-post-type.php:323
 
577
  msgid "Unite Theme Hack"
578
  msgstr "Hack para tema Unite"
579
 
580
+ #: ../wpgform-post-type.php:346
581
+ #, fuzzy
582
+ msgid "Google Form Field Validation"
583
+ msgstr "Error al procesar el Formulario de Google"
584
+
585
+ #: ../wpgform-post-type.php:352
586
  msgid "Validation"
587
  msgstr "Validación"
588
 
589
+ #: ../wpgform-post-type.php:353
590
  msgid "Enable default jQuery Validation on all required fields"
591
+ msgstr ""
592
+ "Habiliar validación jQuery por defecto en todos los campos obligatorios"
593
 
594
+ #: ../wpgform-post-type.php:362 ../wpgform-post-type.php:428
595
+ #: ../wpgform-post-type.php:476
596
  msgid "Form Fields"
597
  msgstr "Campos del formulario"
598
 
599
+ #: ../wpgform-post-type.php:363
600
+ #, fuzzy
601
+ msgid ""
602
+ "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
603
+ "etc.) - <a href=\"http://jqueryvalidation.org/rules\">Additional details on "
604
+ "jQuery Rules</a>"
605
+ msgstr "Reglas CSS específicas para el formulario"
606
 
607
+ #: ../wpgform-post-type.php:391 ../wpgform-post-type.php:497
608
+ #: ../wpgform-post-type.php:681 ../wpgform-post-type.php:703
609
  msgid "Type"
610
  msgstr "Tipo"
611
 
612
+ #: ../wpgform-post-type.php:392
613
  msgid "Type of validation"
614
  msgstr "Tipo de validación"
615
 
616
+ #: ../wpgform-post-type.php:399 ../wpgform-post-type.php:438
617
+ #: ../wpgform-post-type.php:505 ../wpgform-post-type.php:690
618
+ #: ../wpgform-post-type.php:692 ../wpgform-post-type.php:712
619
+ #: ../wpgform-post-type.php:714
620
  msgid "Value"
621
  msgstr "Valor"
622
 
623
+ #: ../wpgform-post-type.php:400 ../wpgform-post-type.php:439
624
  msgid "Value to validate against"
625
  msgstr "Valor contra el cual validar"
626
 
627
+ #: ../wpgform-post-type.php:422
628
+ #, fuzzy
629
+ msgid "Google Form Field Placeholder"
630
+ msgstr "Error al procesar el Formulario de Google"
631
+
632
+ #: ../wpgform-post-type.php:429
633
+ #, fuzzy
634
+ msgid ""
635
+ "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
636
+ "etc.) - <a href=\"http://www.w3schools.com/tags/att_input_placeholder.asp"
637
+ "\">Additional details on Placeholders</a>"
638
+ msgstr "Agregar etiquetas &lt;BR&gt; entre las etiquetas y los campos de datos"
639
+
640
+ #: ../wpgform-post-type.php:460
641
+ #, fuzzy
642
+ msgid "Google Form Hidden Fields"
643
+ msgstr "Campos del formulario"
644
+
645
+ #: ../wpgform-post-type.php:466
646
+ #, fuzzy
647
+ msgid "Hidden Fields"
648
+ msgstr "Campos del formulario"
649
+
650
+ #: ../wpgform-post-type.php:467
651
+ #, fuzzy
652
+ msgid "Configure hidden fields"
653
+ msgstr "Campos del formulario"
654
+
655
+ #: ../wpgform-post-type.php:477
656
+ #, fuzzy
657
+ msgid ""
658
+ "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
659
+ "etc.). The optional value is only used for fields of type <b><i>value</i></"
660
+ "b>, <b><i>url</i></b>, and <b><i>timestamp</i></b>. For all other field "
661
+ "types WordPress will set the hidden input to a system derived value."
662
+ msgstr "Valor"
663
+
664
+ #: ../wpgform-post-type.php:498
665
+ #, fuzzy
666
+ msgid "Type of hiddenfield"
667
+ msgstr "Tipo"
668
+
669
+ #: ../wpgform-post-type.php:506
670
+ #, fuzzy
671
+ msgid "Optional value to use as a preset"
672
+ msgstr "Valor"
673
+
674
+ #: ../wpgform-post-type.php:677
675
  msgid "Name"
676
  msgstr "Nombre"
677
 
678
+ #: ../wpgform-post-type.php:681 ../wpgform-post-type.php:703
679
+ #, fuzzy
680
  msgid "Check"
681
+ msgstr "Selecciona todos los que apliquen."
682
 
683
+ #: ../wpgform-post-type.php:700
684
  msgid "Field"
685
  msgstr "Campo"
686
 
687
+ #: ../wpgform-post-type.php:890
688
  msgid "Form Name"
689
  msgstr "Nombre"
690
 
691
+ #: ../wpgform-post-type.php:895
692
  msgid "Short Code"
693
  msgstr "Shortcode"
694
 
695
+ #: ../wpgform-post-type.php:896
696
  msgid "Form Description"
697
  msgstr "Descripción"
698
 
699
+ #: ../wpgform-post-type.php:986
700
  msgid "Enter WordPress Google Form Title"
701
  msgstr "Ingresa el nombre para el formulario en Wordpress"
 
languages/wpgform-fr_FR.mo ADDED
Binary file
languages/wpgform-fr_FR.po ADDED
@@ -0,0 +1,806 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WordPress Google Form\n"
4
+ "POT-Creation-Date: 2014-02-21 19:49-0000\n"
5
+ "PO-Revision-Date: 2014-02-21 19:49-0000\n"
6
+ "Last-Translator: Mike Walsh <mpwalsh8@gmail.com>\n"
7
+ "Language-Team: Mike Walsh (@mpwalsh8) <mpwalsh8@gmail.com>\n"
8
+ "Language: fr_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.6.4\n"
13
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Poedit-SearchPath-0: ..\n"
16
+
17
+ #: ../wpgform-core.php:178
18
+ msgid "Required"
19
+ msgstr "Nécessaire"
20
+
21
+ #: ../wpgform-core.php:179
22
+ msgid "Submit"
23
+ msgstr "Enregistrer"
24
+
25
+ #: ../wpgform-core.php:180
26
+ msgid "Back"
27
+ msgstr "Retour"
28
+
29
+ #: ../wpgform-core.php:181
30
+ msgid "Continue"
31
+ msgstr "Continuer"
32
+
33
+ #: ../wpgform-core.php:182
34
+ msgid "Mark only one oval."
35
+ msgstr "Choisissez une option"
36
+
37
+ #: ../wpgform-core.php:183
38
+ msgid "Other:"
39
+ msgstr "Autre:"
40
+
41
+ #: ../wpgform-core.php:184
42
+ msgid "Check all that apply."
43
+ msgstr "Cochez les cases correspondantes"
44
+
45
+ #: ../wpgform-core.php:251
46
+ msgid "Reset"
47
+ msgstr "Réinitialiser"
48
+
49
+ #: ../wpgform-core.php:270 ../wpgform-core.php:271 ../wpgform-post-type.php:46
50
+ msgid "Google Forms"
51
+ msgstr "Formulaires Google"
52
+
53
+ #: ../wpgform-core.php:279
54
+ #, fuzzy
55
+ msgid "Google Forms Submission Log"
56
+ msgstr "Formulaires Google"
57
+
58
+ #: ../wpgform-core.php:280
59
+ #, fuzzy
60
+ msgid "Form Submission Log"
61
+ msgstr "Impossible d'éxecuter Formulaire Google."
62
+
63
+ #: ../wpgform-core.php:476 ../wpgform-core.php:490
64
+ msgid "Unable to process Google Form short code."
65
+ msgstr "Impossible d'éxecuter le shortcode du Formulaire Google."
66
+
67
+ #: ../wpgform-core.php:655
68
+ msgid "Unable to process Google Form."
69
+ msgstr "Impossible d'éxecuter Formulaire Google."
70
+
71
+ #: ../wpgform-core.php:656
72
+ msgid "Server is responding with"
73
+ msgstr "Le serveur a répondu"
74
+
75
+ #: ../wpgform-core.php:657
76
+ msgid "403 Permission Denied"
77
+ msgstr "403 - Accès réservé"
78
+
79
+ #: ../wpgform-core.php:657
80
+ msgid "error"
81
+ msgstr "erreur"
82
+
83
+ #: ../wpgform-core.php:703
84
+ msgid "Email Address"
85
+ msgstr "Adresse e-mail"
86
+
87
+ #: ../wpgform-core.php:753 ../wpgform-core.php:755
88
+ msgid "What is"
89
+ msgstr "Que font"
90
+
91
+ #: ../wpgform-core.php:900
92
+ msgid "Unable to retrieve Google Form. Please try reloading this page."
93
+ msgstr ""
94
+ "Impossible de récupérer le Fromulaire Google. Essayez de recharger la page."
95
+
96
+ #: ../wpgform-core.php:1011
97
+ msgid "Unexpected content encountered, unable to retrieve Google Form."
98
+ msgstr ""
99
+ "Un contenu inattendu a été rencontré, il est impossible de récupérer le "
100
+ "Formulaire Google."
101
+
102
+ #: ../wpgform-core.php:1199
103
+ msgid "A valid email address is required."
104
+ msgstr "Une adresse e-mail valide est nécessaire."
105
+
106
+ #: ../wpgform-core.php:1218
107
+ msgid "Incorrect answer."
108
+ msgstr "Réponse incorrect."
109
+
110
+ #: ../wpgform-core.php:1302 ../wpgform-core.php:1528
111
+ msgid "Unknown"
112
+ msgstr "Inconnu"
113
+
114
+ #: ../wpgform-core.php:1474
115
+ msgid "Warning: You are using an insecure browser!"
116
+ msgstr "Avertissement : Vous utilisez un navigateur non sécurisé !"
117
+
118
+ #: ../wpgform-core.php:1477
119
+ msgid "Warning: Your browser is out of date! Please update now."
120
+ msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
121
+
122
+ #: ../wpgform-core.php:1493
123
+ #, fuzzy
124
+ msgid "Form Id:"
125
+ msgstr ""
126
+ "En train d'essayer d'envoyer un courriel de notification d'un %s sans "
127
+ "fournir l'ID %s !"
128
+
129
+ #: ../wpgform-core.php:1495
130
+ #, fuzzy
131
+ msgid "Submitted Form Id"
132
+ msgstr ""
133
+ "En train d'essayer d'envoyer un courriel de notification d'un %s sans "
134
+ "fournir l'ID %s !"
135
+
136
+ #: ../wpgform-core.php:1498
137
+ #, fuzzy
138
+ msgid "No Submitted Form Id"
139
+ msgstr ""
140
+ "En train d'essayer d'envoyer un courriel de notification d'un %s sans "
141
+ "fournir l'ID %s !"
142
+
143
+ #: ../wpgform-core.php:1720
144
+ #, fuzzy
145
+ msgid "Unable to submit Google Form. Please try reloading this page."
146
+ msgstr ""
147
+ "Impossible de récupérer le Fromulaire Google. Essayez de recharger la page."
148
+
149
+ #: ../wpgform-core.php:1802
150
+ #, fuzzy
151
+ msgid "View Form Results"
152
+ msgstr "Impossible d'éxecuter Formulaire Google."
153
+
154
+ #: ../wpgform-core.php:1856
155
+ #, fuzzy
156
+ msgid "A form was submitted on your web site."
157
+ msgstr "Impossible d'éxecuter Formulaire Google."
158
+
159
+ #: ../wpgform-core.php:1857 ../wpgform-core.php:1869
160
+ #, fuzzy
161
+ msgid "Form"
162
+ msgstr "Impossible d'éxecuter Formulaire Google."
163
+
164
+ #: ../wpgform-core.php:1858 ../wpgform-core.php:1870
165
+ #: ../wpgform-logging.php:182
166
+ #, fuzzy
167
+ msgid "URL"
168
+ msgstr ""
169
+ "<p>Bonjour, </p><p>J'aimerais attirer votre attention sur un nouvel article "
170
+ "publi&eacute; sur le blog (voir infos ci-dessous). J'esp&egrave;re que vous "
171
+ "le trouverez int&eacute;ressant.</p><p>Cordialement,</p><p>%FROM_NAME%</"
172
+ "p><hr><p><strong>%POST_TITLE%</strong></p><p>%POST_EXCERPT%</p><ul><li>Lien "
173
+ "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
174
+ "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
175
+
176
+ #: ../wpgform-core.php:1859 ../wpgform-core.php:1871
177
+ msgid "Responses"
178
+ msgstr "Réponses"
179
+
180
+ #: ../wpgform-core.php:1860 ../wpgform-core.php:1872
181
+ #, fuzzy
182
+ msgid "Date"
183
+ msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
184
+
185
+ #: ../wpgform-core.php:1861 ../wpgform-core.php:1873
186
+ #, fuzzy
187
+ msgid "Time"
188
+ msgstr "Vous ne pouvez sélectionner qu'un utilisateur à la fois."
189
+
190
+ #: ../wpgform-core.php:1862 ../wpgform-core.php:1875
191
+ msgid "Thank you"
192
+ msgstr "Merci"
193
+
194
+ #: ../wpgform-core.php:1868
195
+ #, fuzzy
196
+ msgid "A form was submitted on your web site"
197
+ msgstr "Impossible d'éxecuter Formulaire Google."
198
+
199
+ #: ../wpgform-core.php:1939
200
+ #, fuzzy
201
+ msgid "This field is required."
202
+ msgstr "Nécessaire"
203
+
204
+ #: ../wpgform-core.php:1940
205
+ #, fuzzy
206
+ msgid "Please fix this field."
207
+ msgstr ""
208
+ "Essayer 30 si vous avez des problèmes lors de l'envoi de courriels à un "
209
+ "grand nombre d'utilisateurs (certains fournisseurs d'accès interdissent un "
210
+ "trop grand nombre d'adèles dans le champ BCC)."
211
+
212
+ #: ../wpgform-core.php:1941
213
+ #, fuzzy
214
+ msgid "Please enter a valid email address."
215
+ msgstr "Une adresse e-mail valide est nécessaire."
216
+
217
+ #: ../wpgform-core.php:1942
218
+ #, fuzzy
219
+ msgid "Please enter a valid URL."
220
+ msgstr "Une adresse e-mail valide est nécessaire."
221
+
222
+ #: ../wpgform-core.php:1943
223
+ #, fuzzy
224
+ msgid "Please enter a valid date."
225
+ msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
226
+
227
+ #: ../wpgform-core.php:1944
228
+ #, fuzzy
229
+ msgid "Please enter a valid date (ISO)."
230
+ msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
231
+
232
+ #: ../wpgform-core.php:1945
233
+ #, fuzzy
234
+ msgid "Please enter a valid number."
235
+ msgstr "Une adresse e-mail valide est nécessaire."
236
+
237
+ #: ../wpgform-core.php:1946
238
+ #, fuzzy
239
+ msgid "Please enter only digits."
240
+ msgstr "Administrateurs seulement."
241
+
242
+ #: ../wpgform-core.php:1947
243
+ #, fuzzy
244
+ msgid "Please enter a valid credit card number."
245
+ msgstr "Une adresse e-mail valide est nécessaire."
246
+
247
+ #: ../wpgform-core.php:1948
248
+ #, fuzzy
249
+ msgid "Please enter the same value again.,"
250
+ msgstr ""
251
+ "Veuillez corriger les erreurs affichées ci-dessus et essayer de nouveau."
252
+
253
+ #: ../wpgform-core.php:1949
254
+ #, fuzzy
255
+ msgid "Please enter a value with a valid extension."
256
+ msgstr "Une adresse e-mail valide est nécessaire."
257
+
258
+ #: ../wpgform-core.php:1950
259
+ #, fuzzy
260
+ msgid "Please enter no more than {0} characters."
261
+ msgstr ""
262
+ "ALERTE : plus de courriels ont été envoyés qu'il n'y a de destinataires."
263
+
264
+ #: ../wpgform-core.php:1951
265
+ #, fuzzy
266
+ msgid "Please enter at least {0} characters."
267
+ msgstr "Veuillez définir au moins un destinataire."
268
+
269
+ #: ../wpgform-core.php:1952
270
+ #, fuzzy
271
+ msgid "Please enter a value between {0} and {1} characters long."
272
+ msgstr "Veuillez définir un sujet."
273
+
274
+ #: ../wpgform-core.php:1953
275
+ #, fuzzy
276
+ msgid "Please enter a value between {0} and {1}."
277
+ msgstr "Veuillez définir un sujet."
278
+
279
+ #: ../wpgform-core.php:1954
280
+ #, fuzzy
281
+ msgid "Please enter a value less than or equal to {0}."
282
+ msgstr ""
283
+ "ALERTE : plus de courriels ont été envoyés qu'il n'y a de destinataires."
284
+
285
+ #: ../wpgform-core.php:1955
286
+ #, fuzzy
287
+ msgid "Please enter a value greater than or equal to {0}."
288
+ msgstr ""
289
+ "ALERTE : plus de courriels ont été envoyés qu'il n'y a de destinataires."
290
+
291
+ #: ../wpgform-core.php:2015
292
+ #, fuzzy, php-format
293
+ msgid ""
294
+ "This notification may be hidden via a setting on the <a href=\"%s\">Google "
295
+ "Forms settings page</a>."
296
+ msgstr "Formulaires Google"
297
+
298
+ #: ../wpgform-logging.php:30
299
+ #, fuzzy
300
+ msgid "You are not allowed to view the submission log."
301
+ msgstr "Vous ne pouvez sélectionner qu'un utilisateur à la fois."
302
+
303
+ #: ../wpgform-logging.php:181
304
+ msgid "Timestamp"
305
+ msgstr ""
306
+
307
+ #: ../wpgform-logging.php:183
308
+ msgid "Remote Addr"
309
+ msgstr ""
310
+
311
+ #: ../wpgform-logging.php:184
312
+ msgid "Remote Host"
313
+ msgstr ""
314
+
315
+ #: ../wpgform-logging.php:185
316
+ msgid "HTTP Refer"
317
+ msgstr ""
318
+
319
+ #: ../wpgform-logging.php:186
320
+ #, fuzzy
321
+ msgid "HTTP User Agent"
322
+ msgstr "Utilisateur"
323
+
324
+ #: ../wpgform-logging.php:238
325
+ msgid "Delete"
326
+ msgstr ""
327
+
328
+ #: ../wpgform-logging.php:298
329
+ #, fuzzy
330
+ msgid "No log entries selected"
331
+ msgstr "Aucun utilisateur sélectionné"
332
+
333
+ #: ../wpgform-options.php:94
334
+ #, fuzzy, php-format
335
+ msgid ""
336
+ "Please consider making a <a href=\"%s\" target=\"_blank\">PayPal donation</"
337
+ "a> if you find this plugin useful."
338
+ msgstr ""
339
+ "Veuillez sélectionner le %s au sujet duquel vous souhaitez envoyer un "
340
+ "courriel de notification."
341
+
342
+ #: ../wpgform-options.php:237
343
+ #, fuzzy, php-format
344
+ msgid "Custom %s CSS"
345
+ msgstr "Sélectionner %s"
346
+
347
+ #: ../wpgform-options.php:485
348
+ #, fuzzy, php-format
349
+ msgid ""
350
+ "Enabling debug will collect data during the form rendering and processing "
351
+ "process.<p>The data is added to the page footer but hidden with a link "
352
+ "appearing above the form which can toggle the display of the debug data. "
353
+ "This data is useful when trying to understand why the plugin isn't operating "
354
+ "as expected.</p><p>When debugging is enabled, specific transports employed "
355
+ "by the <a href=\"%s\">WordPress HTTP API</a> can optionally be disabled. "
356
+ "While rarely required, disabling transports can be useful when the plugin is "
357
+ "not communcating correctly with the Google Docs API. <i>Extra care should "
358
+ "be taken when disabling transports as other aspects of WordPress may not "
359
+ "work correctly.</i> The <a href=\"%s\">WordPress Core Control</a> plugin is "
360
+ "recommended for advanced debugging of <a href=\"%s\">WordPress HTTP API "
361
+ "issues.</a></p>"
362
+ msgstr ""
363
+ "<p>Bonjour, </p><p>J'aimerais attirer votre attention sur un nouvel article "
364
+ "publi&eacute; sur le blog (voir infos ci-dessous). J'esp&egrave;re que vous "
365
+ "le trouverez int&eacute;ressant.</p><p>Cordialement,</p><p>%FROM_NAME%</"
366
+ "p><hr><p><strong>%POST_TITLE%</strong></p><p>%POST_EXCERPT%</p><ul><li>Lien "
367
+ "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
368
+ "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
369
+
370
+ #: ../wpgform-post-type.php:47
371
+ #, fuzzy
372
+ msgid "Google Form"
373
+ msgstr "Impossible d'éxecuter Formulaire Google."
374
+
375
+ #: ../wpgform-post-type.php:48 ../wpgform-post-type.php:49
376
+ #, fuzzy
377
+ msgid "Add New Google Form"
378
+ msgstr "Impossible d'éxecuter Formulaire Google."
379
+
380
+ #: ../wpgform-post-type.php:50
381
+ #, fuzzy
382
+ msgid "Edit Google Form"
383
+ msgstr "Impossible d'éxecuter Formulaire Google."
384
+
385
+ #: ../wpgform-post-type.php:51
386
+ #, fuzzy
387
+ msgid "New Google Form"
388
+ msgstr "Impossible d'éxecuter Formulaire Google."
389
+
390
+ #: ../wpgform-post-type.php:52
391
+ #, fuzzy
392
+ msgid "View Google Form"
393
+ msgstr "Impossible d'éxecuter Formulaire Google."
394
+
395
+ #: ../wpgform-post-type.php:53
396
+ #, fuzzy
397
+ msgid "Search Google Forms"
398
+ msgstr "Formulaires Google"
399
+
400
+ #: ../wpgform-post-type.php:54
401
+ #, fuzzy
402
+ msgid "No Google Forms Found"
403
+ msgstr "Formulaires Google"
404
+
405
+ #: ../wpgform-post-type.php:55
406
+ #, fuzzy
407
+ msgid "No Google Forms Found In Trash"
408
+ msgstr "Formulaires Google"
409
+
410
+ #: ../wpgform-post-type.php:102
411
+ #, fuzzy
412
+ msgid "Google Form Details"
413
+ msgstr "Impossible d'éxecuter Formulaire Google."
414
+
415
+ #: ../wpgform-post-type.php:108
416
+ #, fuzzy
417
+ msgid "Form URL"
418
+ msgstr "Impossible d'éxecuter Formulaire Google."
419
+
420
+ #: ../wpgform-post-type.php:109
421
+ #, fuzzy
422
+ msgid "The full URL to the published Google Form"
423
+ msgstr "Impossible d'éxecuter Formulaire Google."
424
+
425
+ #: ../wpgform-post-type.php:113
426
+ #, fuzzy
427
+ msgid "Google Form URL"
428
+ msgstr "Impossible d'éxecuter Formulaire Google."
429
+
430
+ #: ../wpgform-post-type.php:117
431
+ #, fuzzy
432
+ msgid "Confirm URL"
433
+ msgstr ""
434
+ "<p>Bonjour, </p><p>J'aimerais attirer votre attention sur un nouvel article "
435
+ "publi&eacute; sur le blog (voir infos ci-dessous). J'esp&egrave;re que vous "
436
+ "le trouverez int&eacute;ressant.</p><p>Cordialement,</p><p>%FROM_NAME%</"
437
+ "p><hr><p><strong>%POST_TITLE%</strong></p><p>%POST_EXCERPT%</p><ul><li>Lien "
438
+ "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
439
+ "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
440
+
441
+ #: ../wpgform-post-type.php:118
442
+ #, fuzzy
443
+ msgid "The full URL to the optional Confirmation Page"
444
+ msgstr "Envoyer un courriel de notification"
445
+
446
+ #: ../wpgform-post-type.php:122
447
+ #, fuzzy
448
+ msgid "Confirmation Page URL"
449
+ msgstr "Envoyer un courriel de notification"
450
+
451
+ #: ../wpgform-post-type.php:126
452
+ msgid "Style"
453
+ msgstr ""
454
+
455
+ #: ../wpgform-post-type.php:127
456
+ #, fuzzy
457
+ msgid "Custom Confirmation Page Style"
458
+ msgstr "Envoyer un courriel de notification"
459
+
460
+ #: ../wpgform-post-type.php:135
461
+ msgid "Alert"
462
+ msgstr ""
463
+
464
+ #: ../wpgform-post-type.php:136
465
+ #, fuzzy
466
+ msgid "Javascript Alert Box message displayed upon submission"
467
+ msgstr "Message"
468
+
469
+ #: ../wpgform-post-type.php:140
470
+ #, fuzzy
471
+ msgid "Alert Message"
472
+ msgstr "Message"
473
+
474
+ #: ../wpgform-post-type.php:144
475
+ msgid "Class"
476
+ msgstr ""
477
+
478
+ #: ../wpgform-post-type.php:145
479
+ #, fuzzy
480
+ msgid "CSS class(es) to add to the form's containing DIV"
481
+ msgstr "Impossible d'éxecuter Formulaire Google."
482
+
483
+ #: ../wpgform-post-type.php:152
484
+ #, fuzzy
485
+ msgid "Email"
486
+ msgstr "Notifications"
487
+
488
+ #: ../wpgform-post-type.php:153
489
+ #, fuzzy
490
+ msgid "Send email upon form submission"
491
+ msgstr "Envoyer"
492
+
493
+ #: ../wpgform-post-type.php:156 ../wpgform-post-type.php:183
494
+ #: ../wpgform-post-type.php:231 ../wpgform-post-type.php:250
495
+ #: ../wpgform-post-type.php:260 ../wpgform-post-type.php:270
496
+ #: ../wpgform-post-type.php:280 ../wpgform-post-type.php:306
497
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:326
498
+ #: ../wpgform-post-type.php:356 ../wpgform-post-type.php:470
499
+ msgid "On"
500
+ msgstr ""
501
+
502
+ #: ../wpgform-post-type.php:156 ../wpgform-post-type.php:183
503
+ #: ../wpgform-post-type.php:231 ../wpgform-post-type.php:250
504
+ #: ../wpgform-post-type.php:260 ../wpgform-post-type.php:270
505
+ #: ../wpgform-post-type.php:280 ../wpgform-post-type.php:306
506
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:326
507
+ #: ../wpgform-post-type.php:356 ../wpgform-post-type.php:470
508
+ #, fuzzy
509
+ msgid "Off"
510
+ msgstr "Désactivé"
511
+
512
+ #: ../wpgform-post-type.php:162
513
+ #, fuzzy
514
+ msgid "Send To"
515
+ msgstr "Envoyer"
516
+
517
+ #: ../wpgform-post-type.php:163
518
+ #, fuzzy
519
+ msgid "Email address send submission email to"
520
+ msgstr "Adresse e-mail"
521
+
522
+ #: ../wpgform-post-type.php:170
523
+ #, fuzzy
524
+ msgid "Form CSS"
525
+ msgstr "Impossible d'éxecuter Formulaire Google."
526
+
527
+ #: ../wpgform-post-type.php:171
528
+ #, fuzzy
529
+ msgid "Form specific CSS rules"
530
+ msgstr "Impossible d'éxecuter Formulaire Google."
531
+
532
+ #: ../wpgform-post-type.php:179
533
+ #, fuzzy
534
+ msgid "Form Caching"
535
+ msgstr "Impossible d'éxecuter Formulaire Google."
536
+
537
+ #: ../wpgform-post-type.php:180
538
+ #, fuzzy
539
+ msgid "Enable Form Caching using Wordpress Transient API"
540
+ msgstr "Avertissement : Vous utilisez un navigateur non sécurisé !"
541
+
542
+ #: ../wpgform-post-type.php:189
543
+ #, fuzzy
544
+ msgid "Form Caching Timeout"
545
+ msgstr "Impossible d'éxecuter Formulaire Google."
546
+
547
+ #: ../wpgform-post-type.php:190
548
+ #, fuzzy
549
+ msgid "How often will the forms reloaded (in minutes)"
550
+ msgstr "Formulaires Google"
551
+
552
+ #: ../wpgform-post-type.php:198
553
+ #, fuzzy
554
+ msgid "Reset Form Cache?"
555
+ msgstr "Réinitialiser"
556
+
557
+ #: ../wpgform-post-type.php:199
558
+ #, fuzzy
559
+ msgid "This will force reloading the form from Google Drive"
560
+ msgstr ""
561
+ "Impossible de récupérer le Fromulaire Google. Essayez de recharger la page."
562
+
563
+ #: ../wpgform-post-type.php:221
564
+ #, fuzzy
565
+ msgid "Google Form Options"
566
+ msgstr "Impossible d'éxecuter Formulaire Google."
567
+
568
+ #: ../wpgform-post-type.php:227 ../wpgform-post-type.php:228
569
+ msgid "CAPTCHA"
570
+ msgstr ""
571
+
572
+ #: ../wpgform-post-type.php:237
573
+ msgid "Columns"
574
+ msgstr ""
575
+
576
+ #: ../wpgform-post-type.php:238
577
+ #, fuzzy
578
+ msgid "Split form into columns"
579
+ msgstr "Impossible d'éxecuter Formulaire Google."
580
+
581
+ #: ../wpgform-post-type.php:246
582
+ #, fuzzy
583
+ msgid "Email End User"
584
+ msgstr "Envoyer un courriel à un seul utilisateur."
585
+
586
+ #: ../wpgform-post-type.php:247
587
+ #, fuzzy
588
+ msgid "Send email to end user upon form submission"
589
+ msgstr "Envoyer un courriel à un seul utilisateur."
590
+
591
+ #: ../wpgform-post-type.php:256
592
+ msgid "Legal"
593
+ msgstr ""
594
+
595
+ #: ../wpgform-post-type.php:257
596
+ #, fuzzy
597
+ msgid "Google Legal Disclaimer"
598
+ msgstr "Formulaires Google"
599
+
600
+ #: ../wpgform-post-type.php:266
601
+ #, fuzzy
602
+ msgid "Read Only"
603
+ msgstr "Administrateurs seulement."
604
+
605
+ #: ../wpgform-post-type.php:267
606
+ #, fuzzy
607
+ msgid "Set the form Read Only"
608
+ msgstr "Administrateurs seulement."
609
+
610
+ #: ../wpgform-post-type.php:276
611
+ #, fuzzy
612
+ msgid "BR"
613
+ msgstr "Sujet du courriel<br /><em>Valeur par défaut</em>"
614
+
615
+ #: ../wpgform-post-type.php:277
616
+ msgid "Insert &lt;BR&gt; tags between labels and input box"
617
+ msgstr ""
618
+
619
+ #: ../wpgform-post-type.php:286
620
+ msgid "CSS Prefix"
621
+ msgstr ""
622
+
623
+ #: ../wpgform-post-type.php:287
624
+ #, fuzzy
625
+ msgid "Prefix to add to all Google CSS classes"
626
+ msgstr "Cochez les cases correspondantes"
627
+
628
+ #: ../wpgform-post-type.php:294
629
+ msgid "CSS Suffix"
630
+ msgstr ""
631
+
632
+ #: ../wpgform-post-type.php:295
633
+ #, fuzzy
634
+ msgid "Suffix to add to all Google CSS classes"
635
+ msgstr "Cochez les cases correspondantes"
636
+
637
+ #: ../wpgform-post-type.php:302
638
+ #, fuzzy
639
+ msgid "Title"
640
+ msgstr "Le titre de l'article à communiquer"
641
+
642
+ #: ../wpgform-post-type.php:303
643
+ #, fuzzy
644
+ msgid "Show or Hide the Google Form's title"
645
+ msgstr "Impossible d'éxecuter Formulaire Google."
646
+
647
+ #: ../wpgform-post-type.php:312
648
+ msgid "Map H1 to H2"
649
+ msgstr ""
650
+
651
+ #: ../wpgform-post-type.php:313
652
+ msgid "Map H1 elements to H2 elements"
653
+ msgstr ""
654
+
655
+ #: ../wpgform-post-type.php:322 ../wpgform-post-type.php:323
656
+ msgid "Unite Theme Hack"
657
+ msgstr ""
658
+
659
+ #: ../wpgform-post-type.php:346
660
+ #, fuzzy
661
+ msgid "Google Form Field Validation"
662
+ msgstr "Impossible d'éxecuter Formulaire Google."
663
+
664
+ #: ../wpgform-post-type.php:352
665
+ msgid "Validation"
666
+ msgstr ""
667
+
668
+ #: ../wpgform-post-type.php:353
669
+ #, fuzzy
670
+ msgid "Enable default jQuery Validation on all required fields"
671
+ msgstr "Nécessaire"
672
+
673
+ #: ../wpgform-post-type.php:362 ../wpgform-post-type.php:428
674
+ #: ../wpgform-post-type.php:476
675
+ #, fuzzy
676
+ msgid "Form Fields"
677
+ msgstr "Impossible d'éxecuter Formulaire Google."
678
+
679
+ #: ../wpgform-post-type.php:363
680
+ #, fuzzy
681
+ msgid ""
682
+ "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
683
+ "etc.) - <a href=\"http://jqueryvalidation.org/rules\">Additional details on "
684
+ "jQuery Rules</a>"
685
+ msgstr ""
686
+ "<p>Bonjour, </p><p>J'aimerais attirer votre attention sur un nouvel article "
687
+ "publi&eacute; sur le blog (voir infos ci-dessous). J'esp&egrave;re que vous "
688
+ "le trouverez int&eacute;ressant.</p><p>Cordialement,</p><p>%FROM_NAME%</"
689
+ "p><hr><p><strong>%POST_TITLE%</strong></p><p>%POST_EXCERPT%</p><ul><li>Lien "
690
+ "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
691
+ "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
692
+
693
+ #: ../wpgform-post-type.php:391 ../wpgform-post-type.php:497
694
+ #: ../wpgform-post-type.php:681 ../wpgform-post-type.php:703
695
+ msgid "Type"
696
+ msgstr ""
697
+
698
+ #: ../wpgform-post-type.php:392
699
+ msgid "Type of validation"
700
+ msgstr ""
701
+
702
+ #: ../wpgform-post-type.php:399 ../wpgform-post-type.php:438
703
+ #: ../wpgform-post-type.php:505 ../wpgform-post-type.php:690
704
+ #: ../wpgform-post-type.php:692 ../wpgform-post-type.php:712
705
+ #: ../wpgform-post-type.php:714
706
+ msgid "Value"
707
+ msgstr ""
708
+
709
+ #: ../wpgform-post-type.php:400 ../wpgform-post-type.php:439
710
+ msgid "Value to validate against"
711
+ msgstr ""
712
+
713
+ #: ../wpgform-post-type.php:422
714
+ #, fuzzy
715
+ msgid "Google Form Field Placeholder"
716
+ msgstr "Impossible d'éxecuter Formulaire Google."
717
+
718
+ #: ../wpgform-post-type.php:429
719
+ #, fuzzy
720
+ msgid ""
721
+ "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
722
+ "etc.) - <a href=\"http://www.w3schools.com/tags/att_input_placeholder.asp"
723
+ "\">Additional details on Placeholders</a>"
724
+ msgstr ""
725
+ "<p>Bonjour, </p><p>J'aimerais attirer votre attention sur un nouvel article "
726
+ "publi&eacute; sur le blog (voir infos ci-dessous). J'esp&egrave;re que vous "
727
+ "le trouverez int&eacute;ressant.</p><p>Cordialement,</p><p>%FROM_NAME%</"
728
+ "p><hr><p><strong>%POST_TITLE%</strong></p><p>%POST_EXCERPT%</p><ul><li>Lien "
729
+ "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
730
+ "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
731
+
732
+ #: ../wpgform-post-type.php:460
733
+ #, fuzzy
734
+ msgid "Google Form Hidden Fields"
735
+ msgstr "Impossible d'éxecuter Formulaire Google."
736
+
737
+ #: ../wpgform-post-type.php:466
738
+ msgid "Hidden Fields"
739
+ msgstr ""
740
+
741
+ #: ../wpgform-post-type.php:467
742
+ msgid "Configure hidden fields"
743
+ msgstr ""
744
+
745
+ #: ../wpgform-post-type.php:477
746
+ #, fuzzy
747
+ msgid ""
748
+ "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
749
+ "etc.). The optional value is only used for fields of type <b><i>value</i></"
750
+ "b>, <b><i>url</i></b>, and <b><i>timestamp</i></b>. For all other field "
751
+ "types WordPress will set the hidden input to a system derived value."
752
+ msgstr ""
753
+ "<p>Bonjour, </p><p>J'aimerais attirer votre attention sur un nouvel article "
754
+ "publi&eacute; sur le blog (voir infos ci-dessous). J'esp&egrave;re que vous "
755
+ "le trouverez int&eacute;ressant.</p><p>Cordialement,</p><p>%FROM_NAME%</"
756
+ "p><hr><p><strong>%POST_TITLE%</strong></p><p>%POST_EXCERPT%</p><ul><li>Lien "
757
+ "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
758
+ "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
759
+
760
+ #: ../wpgform-post-type.php:498
761
+ msgid "Type of hiddenfield"
762
+ msgstr ""
763
+
764
+ #: ../wpgform-post-type.php:506
765
+ #, fuzzy
766
+ msgid "Optional value to use as a preset"
767
+ msgstr ""
768
+ "Sélectionnez/désélectionner plusieurs éléments en utilisant la touche CTRL"
769
+
770
+ #: ../wpgform-post-type.php:677
771
+ #, fuzzy
772
+ msgid "Name"
773
+ msgstr "Prénom nom"
774
+
775
+ #: ../wpgform-post-type.php:681 ../wpgform-post-type.php:703
776
+ #, fuzzy
777
+ msgid "Check"
778
+ msgstr "Cochez les cases correspondantes"
779
+
780
+ #: ../wpgform-post-type.php:700
781
+ #, fuzzy
782
+ msgid "Field"
783
+ msgstr ""
784
+ "Essayer 30 si vous avez des problèmes lors de l'envoi de courriels à un "
785
+ "grand nombre d'utilisateurs (certains fournisseurs d'accès interdissent un "
786
+ "trop grand nombre d'adèles dans le champ BCC)."
787
+
788
+ #: ../wpgform-post-type.php:890
789
+ #, fuzzy
790
+ msgid "Form Name"
791
+ msgstr "Impossible d'éxecuter Formulaire Google."
792
+
793
+ #: ../wpgform-post-type.php:895
794
+ #, fuzzy
795
+ msgid "Short Code"
796
+ msgstr "Traitement des shortcodes"
797
+
798
+ #: ../wpgform-post-type.php:896
799
+ #, fuzzy
800
+ msgid "Form Description"
801
+ msgstr "Description"
802
+
803
+ #: ../wpgform-post-type.php:986
804
+ #, fuzzy
805
+ msgid "Enter WordPress Google Form Title"
806
+ msgstr "Impossible d'éxecuter Formulaire Google."
languages/wpgform.mo CHANGED
Binary file
languages/wpgform.po CHANGED
@@ -1,233 +1,249 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Google Form\n"
4
- "POT-Creation-Date: 2013-12-09 15:25-0000\n"
5
- "PO-Revision-Date: 2013-12-09 15:25-0000\n"
6
  "Last-Translator: Mike Walsh <mpwalsh8@gmail.com>\n"
7
  "Language-Team: Mike Walsh (@mpwalsh8) <mpwalsh8@gmail.com>\n"
8
  "Language: en_US\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.6.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../wpgform-core.php:177
19
  msgid "Required"
20
  msgstr ""
21
 
22
- #: ../wpgform-core.php:178
23
  msgid "Submit"
24
  msgstr ""
25
 
26
- #: ../wpgform-core.php:179
27
  msgid "Back"
28
  msgstr ""
29
 
30
- #: ../wpgform-core.php:180
31
  msgid "Continue"
32
  msgstr ""
33
 
34
- #: ../wpgform-core.php:181
35
  msgid "Mark only one oval."
36
  msgstr ""
37
 
38
- #: ../wpgform-core.php:182
39
  msgid "Other:"
40
  msgstr ""
41
 
42
- #: ../wpgform-core.php:183
43
  msgid "Check all that apply."
44
  msgstr ""
45
 
46
- #: ../wpgform-core.php:250
47
  msgid "Reset"
48
  msgstr ""
49
 
50
- #: ../wpgform-core.php:269 ../wpgform-core.php:270
51
  msgid "Google Forms"
52
  msgstr ""
53
 
54
- #: ../wpgform-core.php:470 ../wpgform-core.php:484
 
 
 
 
 
 
 
 
55
  msgid "Unable to process Google Form short code."
56
  msgstr ""
57
 
58
- #: ../wpgform-core.php:649
59
  msgid "Unable to process Google Form."
60
  msgstr ""
61
 
62
- #: ../wpgform-core.php:650
63
  msgid "Server is responding with"
64
  msgstr ""
65
 
66
- #: ../wpgform-core.php:651
67
  msgid "403 Permission Denied"
68
  msgstr ""
69
 
70
- #: ../wpgform-core.php:651
71
  msgid "error"
72
  msgstr ""
73
 
74
- #: ../wpgform-core.php:697
75
  msgid "Email Address"
76
  msgstr ""
77
 
78
- #: ../wpgform-core.php:747 ../wpgform-core.php:749
79
  msgid "What is"
80
  msgstr ""
81
 
82
- #: ../wpgform-core.php:897
83
  msgid "Unable to retrieve Google Form. Please try reloading this page."
84
  msgstr ""
85
 
86
- #: ../wpgform-core.php:1013
87
  msgid "Unexpected content encountered, unable to retrieve Google Form."
88
  msgstr ""
89
 
90
- #: ../wpgform-core.php:1201
91
  msgid "A valid email address is required."
92
  msgstr ""
93
 
94
- #: ../wpgform-core.php:1220
95
  msgid "Incorrect answer."
96
  msgstr ""
97
 
98
- #: ../wpgform-core.php:1306 ../wpgform-core.php:1529
99
  msgid "Unknown"
100
  msgstr ""
101
 
102
- #: ../wpgform-core.php:1475
103
  msgid "Warning: You are using an insecure browser!"
104
  msgstr ""
105
 
106
- #: ../wpgform-core.php:1478
107
  msgid "Warning: Your browser is out of date! Please update now."
108
  msgstr ""
109
 
110
- #: ../wpgform-core.php:1494
111
  msgid "Form Id:"
112
  msgstr ""
113
 
114
- #: ../wpgform-core.php:1496
115
  msgid "Submitted Form Id"
116
  msgstr ""
117
 
118
- #: ../wpgform-core.php:1499
119
  msgid "No Submitted Form Id"
120
  msgstr ""
121
 
122
- #: ../wpgform-core.php:1719
123
  msgid "Unable to submit Google Form. Please try reloading this page."
124
  msgstr ""
125
 
126
- #: ../wpgform-core.php:1801
127
  msgid "View Form Results"
128
  msgstr ""
129
 
130
- #: ../wpgform-core.php:1855
131
  msgid "A form was submitted on your web site."
132
  msgstr ""
133
 
134
- #: ../wpgform-core.php:1856 ../wpgform-core.php:1868
135
  msgid "Form"
136
  msgstr ""
137
 
138
- #: ../wpgform-core.php:1857 ../wpgform-core.php:1869
139
  #: ../wpgform-logging.php:182
140
  msgid "URL"
141
  msgstr ""
142
 
143
- #: ../wpgform-core.php:1858 ../wpgform-core.php:1870
144
  msgid "Responses"
145
  msgstr ""
146
 
147
- #: ../wpgform-core.php:1859 ../wpgform-core.php:1871
148
  msgid "Date"
149
  msgstr ""
150
 
151
- #: ../wpgform-core.php:1860 ../wpgform-core.php:1872
152
  msgid "Time"
153
  msgstr ""
154
 
155
- #: ../wpgform-core.php:1861 ../wpgform-core.php:1874
156
  msgid "Thank you"
157
  msgstr ""
158
 
159
- #: ../wpgform-core.php:1867
160
  msgid "A form was submitted on your web site"
161
  msgstr ""
162
 
163
- #: ../wpgform-core.php:1938
164
  msgid "This field is required."
165
  msgstr ""
166
 
167
- #: ../wpgform-core.php:1939
168
  msgid "Please fix this field."
169
  msgstr ""
170
 
171
- #: ../wpgform-core.php:1940
172
  msgid "Please enter a valid email address."
173
  msgstr ""
174
 
175
- #: ../wpgform-core.php:1941
176
  msgid "Please enter a valid URL."
177
  msgstr ""
178
 
179
- #: ../wpgform-core.php:1942
180
  msgid "Please enter a valid date."
181
  msgstr ""
182
 
183
- #: ../wpgform-core.php:1943
184
  msgid "Please enter a valid date (ISO)."
185
  msgstr ""
186
 
187
- #: ../wpgform-core.php:1944
188
  msgid "Please enter a valid number."
189
  msgstr ""
190
 
191
- #: ../wpgform-core.php:1945
192
  msgid "Please enter only digits."
193
  msgstr ""
194
 
195
- #: ../wpgform-core.php:1946
196
  msgid "Please enter a valid credit card number."
197
  msgstr ""
198
 
199
- #: ../wpgform-core.php:1947
200
  msgid "Please enter the same value again.,"
201
  msgstr ""
202
 
203
- #: ../wpgform-core.php:1948
204
  msgid "Please enter a value with a valid extension."
205
  msgstr ""
206
 
207
- #: ../wpgform-core.php:1949
208
  msgid "Please enter no more than {0} characters."
209
  msgstr ""
210
 
211
- #: ../wpgform-core.php:1950
212
  msgid "Please enter at least {0} characters."
213
  msgstr ""
214
 
215
- #: ../wpgform-core.php:1951
216
  msgid "Please enter a value between {0} and {1} characters long."
217
  msgstr ""
218
 
219
- #: ../wpgform-core.php:1952
220
  msgid "Please enter a value between {0} and {1}."
221
  msgstr ""
222
 
223
- #: ../wpgform-core.php:1953
224
  msgid "Please enter a value less than or equal to {0}."
225
  msgstr ""
226
 
227
- #: ../wpgform-core.php:1954
228
  msgid "Please enter a value greater than or equal to {0}."
229
  msgstr ""
230
 
 
 
 
 
 
 
 
231
  #: ../wpgform-logging.php:30
232
  msgid "You are not allowed to view the submission log."
233
  msgstr ""
@@ -272,7 +288,7 @@ msgstr ""
272
  msgid "Custom %s CSS"
273
  msgstr ""
274
 
275
- #: ../wpgform-options.php:468
276
  #, php-format
277
  msgid ""
278
  "Enabling debug will collect data during the form rendering and processing "
@@ -289,248 +305,312 @@ msgid ""
289
  "issues.</a></p>"
290
  msgstr ""
291
 
292
- #: ../wpgform-post-type.php:88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
293
  msgid "Form URL"
294
  msgstr ""
295
 
296
- #: ../wpgform-post-type.php:89
297
  msgid "The full URL to the published Google Form"
298
  msgstr ""
299
 
300
- #: ../wpgform-post-type.php:96
 
 
 
 
301
  msgid "Confirm URL"
302
  msgstr ""
303
 
304
- #: ../wpgform-post-type.php:97
305
  msgid "The full URL to the optional Confirmation Page"
306
  msgstr ""
307
 
308
- #: ../wpgform-post-type.php:104
 
 
 
 
309
  msgid "Style"
310
  msgstr ""
311
 
312
- #: ../wpgform-post-type.php:105
313
  msgid "Custom Confirmation Page Style"
314
  msgstr ""
315
 
316
- #: ../wpgform-post-type.php:113
317
  msgid "Alert"
318
  msgstr ""
319
 
320
- #: ../wpgform-post-type.php:114
321
  msgid "Javascript Alert Box message displayed upon submission"
322
  msgstr ""
323
 
324
- #: ../wpgform-post-type.php:121
 
 
 
 
325
  msgid "Class"
326
  msgstr ""
327
 
328
- #: ../wpgform-post-type.php:122
329
  msgid "CSS class(es) to add to the form's containing DIV"
330
  msgstr ""
331
 
332
- #: ../wpgform-post-type.php:129
333
  msgid "Email"
334
  msgstr ""
335
 
336
- #: ../wpgform-post-type.php:130
337
  msgid "Send email upon form submission"
338
  msgstr ""
339
 
340
- #: ../wpgform-post-type.php:133 ../wpgform-post-type.php:159
341
- #: ../wpgform-post-type.php:207 ../wpgform-post-type.php:226
342
- #: ../wpgform-post-type.php:236 ../wpgform-post-type.php:246
343
- #: ../wpgform-post-type.php:256 ../wpgform-post-type.php:282
344
- #: ../wpgform-post-type.php:292 ../wpgform-post-type.php:302
345
- #: ../wpgform-post-type.php:332 ../wpgform-post-type.php:446
346
  msgid "On"
347
  msgstr ""
348
 
349
- #: ../wpgform-post-type.php:133 ../wpgform-post-type.php:159
350
- #: ../wpgform-post-type.php:207 ../wpgform-post-type.php:226
351
- #: ../wpgform-post-type.php:236 ../wpgform-post-type.php:246
352
- #: ../wpgform-post-type.php:256 ../wpgform-post-type.php:282
353
- #: ../wpgform-post-type.php:292 ../wpgform-post-type.php:302
354
- #: ../wpgform-post-type.php:332 ../wpgform-post-type.php:446
355
  msgid "Off"
356
  msgstr ""
357
 
358
- #: ../wpgform-post-type.php:139
359
  msgid "Send To"
360
  msgstr ""
361
 
362
- #: ../wpgform-post-type.php:140
363
  msgid "Email address send submission email to"
364
  msgstr ""
365
 
366
- #: ../wpgform-post-type.php:147
367
  msgid "Form CSS"
368
  msgstr ""
369
 
370
- #: ../wpgform-post-type.php:148
371
  msgid "Form specific CSS rules"
372
  msgstr ""
373
 
374
- #: ../wpgform-post-type.php:155
375
  msgid "Form Caching"
376
  msgstr ""
377
 
378
- #: ../wpgform-post-type.php:156
379
  msgid "Enable Form Caching using Wordpress Transient API"
380
  msgstr ""
381
 
382
- #: ../wpgform-post-type.php:165
383
  msgid "Form Caching Timeout"
384
  msgstr ""
385
 
386
- #: ../wpgform-post-type.php:166
387
  msgid "How often will the forms reloaded (in minutes)"
388
  msgstr ""
389
 
390
- #: ../wpgform-post-type.php:174
391
  msgid "Reset Form Cache?"
392
  msgstr ""
393
 
394
- #: ../wpgform-post-type.php:175
395
  msgid "This will force reloading the form from Google Drive"
396
  msgstr ""
397
 
398
- #: ../wpgform-post-type.php:203 ../wpgform-post-type.php:204
 
 
 
 
399
  msgid "CAPTCHA"
400
  msgstr ""
401
 
402
- #: ../wpgform-post-type.php:213
403
  msgid "Columns"
404
  msgstr ""
405
 
406
- #: ../wpgform-post-type.php:214
407
  msgid "Split form into columns"
408
  msgstr ""
409
 
410
- #: ../wpgform-post-type.php:222
411
  msgid "Email End User"
412
  msgstr ""
413
 
414
- #: ../wpgform-post-type.php:223
415
  msgid "Send email to end user upon form submission"
416
  msgstr ""
417
 
418
- #: ../wpgform-post-type.php:232
419
  msgid "Legal"
420
  msgstr ""
421
 
422
- #: ../wpgform-post-type.php:233
423
  msgid "Google Legal Disclaimer"
424
  msgstr ""
425
 
426
- #: ../wpgform-post-type.php:242
427
  msgid "Read Only"
428
  msgstr ""
429
 
430
- #: ../wpgform-post-type.php:243
431
  msgid "Set the form Read Only"
432
  msgstr ""
433
 
434
- #: ../wpgform-post-type.php:252
435
  msgid "BR"
436
  msgstr ""
437
 
438
- #: ../wpgform-post-type.php:253
439
  msgid "Insert &lt;BR&gt; tags between labels and input box"
440
  msgstr ""
441
 
442
- #: ../wpgform-post-type.php:262
443
  msgid "CSS Prefix"
444
  msgstr ""
445
 
446
- #: ../wpgform-post-type.php:263
447
  msgid "Prefix to add to all Google CSS classes"
448
  msgstr ""
449
 
450
- #: ../wpgform-post-type.php:270
451
  msgid "CSS Suffix"
452
  msgstr ""
453
 
454
- #: ../wpgform-post-type.php:271
455
  msgid "Suffix to add to all Google CSS classes"
456
  msgstr ""
457
 
458
- #: ../wpgform-post-type.php:278
459
  msgid "Title"
460
  msgstr ""
461
 
462
- #: ../wpgform-post-type.php:279
463
  msgid "Show or Hide the Google Form's title"
464
  msgstr ""
465
 
466
- #: ../wpgform-post-type.php:288
467
  msgid "Map H1 to H2"
468
  msgstr ""
469
 
470
- #: ../wpgform-post-type.php:289
471
  msgid "Map H1 elements to H2 elements"
472
  msgstr ""
473
 
474
- #: ../wpgform-post-type.php:298 ../wpgform-post-type.php:299
475
  msgid "Unite Theme Hack"
476
  msgstr ""
477
 
478
- #: ../wpgform-post-type.php:328
 
 
 
 
479
  msgid "Validation"
480
  msgstr ""
481
 
482
- #: ../wpgform-post-type.php:329
483
  msgid "Enable default jQuery Validation on all required fields"
484
  msgstr ""
485
 
486
- #: ../wpgform-post-type.php:338 ../wpgform-post-type.php:404
487
- #: ../wpgform-post-type.php:452
488
  msgid "Form Fields"
489
  msgstr ""
490
 
491
- #: ../wpgform-post-type.php:339
492
  msgid ""
493
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
494
  "etc.) - <a href=\"http://jqueryvalidation.org/rules\">Additional details on "
495
  "jQuery Rules</a>"
496
  msgstr ""
497
 
498
- #: ../wpgform-post-type.php:367 ../wpgform-post-type.php:473
499
- #: ../wpgform-post-type.php:647 ../wpgform-post-type.php:669
500
  msgid "Type"
501
  msgstr ""
502
 
503
- #: ../wpgform-post-type.php:368
504
  msgid "Type of validation"
505
  msgstr ""
506
 
507
- #: ../wpgform-post-type.php:375 ../wpgform-post-type.php:414
508
- #: ../wpgform-post-type.php:481 ../wpgform-post-type.php:656
509
- #: ../wpgform-post-type.php:658 ../wpgform-post-type.php:678
510
- #: ../wpgform-post-type.php:680
511
  msgid "Value"
512
  msgstr ""
513
 
514
- #: ../wpgform-post-type.php:376 ../wpgform-post-type.php:415
515
  msgid "Value to validate against"
516
  msgstr ""
517
 
518
- #: ../wpgform-post-type.php:405
 
 
 
 
519
  msgid ""
520
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
521
  "etc.) - <a href=\"http://www.w3schools.com/tags/att_input_placeholder.asp"
522
  "\">Additional details on Placeholders</a>"
523
  msgstr ""
524
 
525
- #: ../wpgform-post-type.php:442
 
 
 
 
526
  msgid "Hidden Fields"
527
  msgstr ""
528
 
529
- #: ../wpgform-post-type.php:443
530
  msgid "Configure hidden fields"
531
  msgstr ""
532
 
533
- #: ../wpgform-post-type.php:453
534
  msgid ""
535
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
536
  "etc.). The optional value is only used for fields of type <b><i>value</i></"
@@ -538,38 +618,38 @@ msgid ""
538
  "types WordPress will set the hidden input to a system derived value."
539
  msgstr ""
540
 
541
- #: ../wpgform-post-type.php:474
542
  msgid "Type of hiddenfield"
543
  msgstr ""
544
 
545
- #: ../wpgform-post-type.php:482
546
  msgid "Optional value to use as a preset"
547
  msgstr ""
548
 
549
- #: ../wpgform-post-type.php:643
550
  msgid "Name"
551
  msgstr ""
552
 
553
- #: ../wpgform-post-type.php:647 ../wpgform-post-type.php:669
554
  msgid "Check"
555
  msgstr ""
556
 
557
- #: ../wpgform-post-type.php:666
558
  msgid "Field"
559
  msgstr ""
560
 
561
- #: ../wpgform-post-type.php:842
562
  msgid "Form Name"
563
  msgstr ""
564
 
565
- #: ../wpgform-post-type.php:847
566
  msgid "Short Code"
567
  msgstr ""
568
 
569
- #: ../wpgform-post-type.php:848
570
  msgid "Form Description"
571
  msgstr ""
572
 
573
- #: ../wpgform-post-type.php:938
574
  msgid "Enter WordPress Google Form Title"
575
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Google Form\n"
4
+ "POT-Creation-Date: 2014-02-21 19:49-0000\n"
5
+ "PO-Revision-Date: 2014-02-21 19:49-0000\n"
6
  "Last-Translator: Mike Walsh <mpwalsh8@gmail.com>\n"
7
  "Language-Team: Mike Walsh (@mpwalsh8) <mpwalsh8@gmail.com>\n"
8
  "Language: en_US\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.6.4\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../wpgform-core.php:178
20
  msgid "Required"
21
  msgstr ""
22
 
23
+ #: ../wpgform-core.php:179
24
  msgid "Submit"
25
  msgstr ""
26
 
27
+ #: ../wpgform-core.php:180
28
  msgid "Back"
29
  msgstr ""
30
 
31
+ #: ../wpgform-core.php:181
32
  msgid "Continue"
33
  msgstr ""
34
 
35
+ #: ../wpgform-core.php:182
36
  msgid "Mark only one oval."
37
  msgstr ""
38
 
39
+ #: ../wpgform-core.php:183
40
  msgid "Other:"
41
  msgstr ""
42
 
43
+ #: ../wpgform-core.php:184
44
  msgid "Check all that apply."
45
  msgstr ""
46
 
47
+ #: ../wpgform-core.php:251
48
  msgid "Reset"
49
  msgstr ""
50
 
51
+ #: ../wpgform-core.php:270 ../wpgform-core.php:271 ../wpgform-post-type.php:46
52
  msgid "Google Forms"
53
  msgstr ""
54
 
55
+ #: ../wpgform-core.php:279
56
+ msgid "Google Forms Submission Log"
57
+ msgstr ""
58
+
59
+ #: ../wpgform-core.php:280
60
+ msgid "Form Submission Log"
61
+ msgstr ""
62
+
63
+ #: ../wpgform-core.php:476 ../wpgform-core.php:490
64
  msgid "Unable to process Google Form short code."
65
  msgstr ""
66
 
67
+ #: ../wpgform-core.php:655
68
  msgid "Unable to process Google Form."
69
  msgstr ""
70
 
71
+ #: ../wpgform-core.php:656
72
  msgid "Server is responding with"
73
  msgstr ""
74
 
75
+ #: ../wpgform-core.php:657
76
  msgid "403 Permission Denied"
77
  msgstr ""
78
 
79
+ #: ../wpgform-core.php:657
80
  msgid "error"
81
  msgstr ""
82
 
83
+ #: ../wpgform-core.php:703
84
  msgid "Email Address"
85
  msgstr ""
86
 
87
+ #: ../wpgform-core.php:753 ../wpgform-core.php:755
88
  msgid "What is"
89
  msgstr ""
90
 
91
+ #: ../wpgform-core.php:900
92
  msgid "Unable to retrieve Google Form. Please try reloading this page."
93
  msgstr ""
94
 
95
+ #: ../wpgform-core.php:1011
96
  msgid "Unexpected content encountered, unable to retrieve Google Form."
97
  msgstr ""
98
 
99
+ #: ../wpgform-core.php:1199
100
  msgid "A valid email address is required."
101
  msgstr ""
102
 
103
+ #: ../wpgform-core.php:1218
104
  msgid "Incorrect answer."
105
  msgstr ""
106
 
107
+ #: ../wpgform-core.php:1302 ../wpgform-core.php:1528
108
  msgid "Unknown"
109
  msgstr ""
110
 
111
+ #: ../wpgform-core.php:1474
112
  msgid "Warning: You are using an insecure browser!"
113
  msgstr ""
114
 
115
+ #: ../wpgform-core.php:1477
116
  msgid "Warning: Your browser is out of date! Please update now."
117
  msgstr ""
118
 
119
+ #: ../wpgform-core.php:1493
120
  msgid "Form Id:"
121
  msgstr ""
122
 
123
+ #: ../wpgform-core.php:1495
124
  msgid "Submitted Form Id"
125
  msgstr ""
126
 
127
+ #: ../wpgform-core.php:1498
128
  msgid "No Submitted Form Id"
129
  msgstr ""
130
 
131
+ #: ../wpgform-core.php:1720
132
  msgid "Unable to submit Google Form. Please try reloading this page."
133
  msgstr ""
134
 
135
+ #: ../wpgform-core.php:1802
136
  msgid "View Form Results"
137
  msgstr ""
138
 
139
+ #: ../wpgform-core.php:1856
140
  msgid "A form was submitted on your web site."
141
  msgstr ""
142
 
143
+ #: ../wpgform-core.php:1857 ../wpgform-core.php:1869
144
  msgid "Form"
145
  msgstr ""
146
 
147
+ #: ../wpgform-core.php:1858 ../wpgform-core.php:1870
148
  #: ../wpgform-logging.php:182
149
  msgid "URL"
150
  msgstr ""
151
 
152
+ #: ../wpgform-core.php:1859 ../wpgform-core.php:1871
153
  msgid "Responses"
154
  msgstr ""
155
 
156
+ #: ../wpgform-core.php:1860 ../wpgform-core.php:1872
157
  msgid "Date"
158
  msgstr ""
159
 
160
+ #: ../wpgform-core.php:1861 ../wpgform-core.php:1873
161
  msgid "Time"
162
  msgstr ""
163
 
164
+ #: ../wpgform-core.php:1862 ../wpgform-core.php:1875
165
  msgid "Thank you"
166
  msgstr ""
167
 
168
+ #: ../wpgform-core.php:1868
169
  msgid "A form was submitted on your web site"
170
  msgstr ""
171
 
172
+ #: ../wpgform-core.php:1939
173
  msgid "This field is required."
174
  msgstr ""
175
 
176
+ #: ../wpgform-core.php:1940
177
  msgid "Please fix this field."
178
  msgstr ""
179
 
180
+ #: ../wpgform-core.php:1941
181
  msgid "Please enter a valid email address."
182
  msgstr ""
183
 
184
+ #: ../wpgform-core.php:1942
185
  msgid "Please enter a valid URL."
186
  msgstr ""
187
 
188
+ #: ../wpgform-core.php:1943
189
  msgid "Please enter a valid date."
190
  msgstr ""
191
 
192
+ #: ../wpgform-core.php:1944
193
  msgid "Please enter a valid date (ISO)."
194
  msgstr ""
195
 
196
+ #: ../wpgform-core.php:1945
197
  msgid "Please enter a valid number."
198
  msgstr ""
199
 
200
+ #: ../wpgform-core.php:1946
201
  msgid "Please enter only digits."
202
  msgstr ""
203
 
204
+ #: ../wpgform-core.php:1947
205
  msgid "Please enter a valid credit card number."
206
  msgstr ""
207
 
208
+ #: ../wpgform-core.php:1948
209
  msgid "Please enter the same value again.,"
210
  msgstr ""
211
 
212
+ #: ../wpgform-core.php:1949
213
  msgid "Please enter a value with a valid extension."
214
  msgstr ""
215
 
216
+ #: ../wpgform-core.php:1950
217
  msgid "Please enter no more than {0} characters."
218
  msgstr ""
219
 
220
+ #: ../wpgform-core.php:1951
221
  msgid "Please enter at least {0} characters."
222
  msgstr ""
223
 
224
+ #: ../wpgform-core.php:1952
225
  msgid "Please enter a value between {0} and {1} characters long."
226
  msgstr ""
227
 
228
+ #: ../wpgform-core.php:1953
229
  msgid "Please enter a value between {0} and {1}."
230
  msgstr ""
231
 
232
+ #: ../wpgform-core.php:1954
233
  msgid "Please enter a value less than or equal to {0}."
234
  msgstr ""
235
 
236
+ #: ../wpgform-core.php:1955
237
  msgid "Please enter a value greater than or equal to {0}."
238
  msgstr ""
239
 
240
+ #: ../wpgform-core.php:2015
241
+ #, php-format
242
+ msgid ""
243
+ "This notification may be hidden via a setting on the <a href=\"%s\">Google "
244
+ "Forms settings page</a>."
245
+ msgstr ""
246
+
247
  #: ../wpgform-logging.php:30
248
  msgid "You are not allowed to view the submission log."
249
  msgstr ""
288
  msgid "Custom %s CSS"
289
  msgstr ""
290
 
291
+ #: ../wpgform-options.php:485
292
  #, php-format
293
  msgid ""
294
  "Enabling debug will collect data during the form rendering and processing "
305
  "issues.</a></p>"
306
  msgstr ""
307
 
308
+ #: ../wpgform-post-type.php:47
309
+ msgid "Google Form"
310
+ msgstr ""
311
+
312
+ #: ../wpgform-post-type.php:48 ../wpgform-post-type.php:49
313
+ msgid "Add New Google Form"
314
+ msgstr ""
315
+
316
+ #: ../wpgform-post-type.php:50
317
+ msgid "Edit Google Form"
318
+ msgstr ""
319
+
320
+ #: ../wpgform-post-type.php:51
321
+ msgid "New Google Form"
322
+ msgstr ""
323
+
324
+ #: ../wpgform-post-type.php:52
325
+ msgid "View Google Form"
326
+ msgstr ""
327
+
328
+ #: ../wpgform-post-type.php:53
329
+ msgid "Search Google Forms"
330
+ msgstr ""
331
+
332
+ #: ../wpgform-post-type.php:54
333
+ msgid "No Google Forms Found"
334
+ msgstr ""
335
+
336
+ #: ../wpgform-post-type.php:55
337
+ msgid "No Google Forms Found In Trash"
338
+ msgstr ""
339
+
340
+ #: ../wpgform-post-type.php:102
341
+ msgid "Google Form Details"
342
+ msgstr ""
343
+
344
+ #: ../wpgform-post-type.php:108
345
  msgid "Form URL"
346
  msgstr ""
347
 
348
+ #: ../wpgform-post-type.php:109
349
  msgid "The full URL to the published Google Form"
350
  msgstr ""
351
 
352
+ #: ../wpgform-post-type.php:113
353
+ msgid "Google Form URL"
354
+ msgstr ""
355
+
356
+ #: ../wpgform-post-type.php:117
357
  msgid "Confirm URL"
358
  msgstr ""
359
 
360
+ #: ../wpgform-post-type.php:118
361
  msgid "The full URL to the optional Confirmation Page"
362
  msgstr ""
363
 
364
+ #: ../wpgform-post-type.php:122
365
+ msgid "Confirmation Page URL"
366
+ msgstr ""
367
+
368
+ #: ../wpgform-post-type.php:126
369
  msgid "Style"
370
  msgstr ""
371
 
372
+ #: ../wpgform-post-type.php:127
373
  msgid "Custom Confirmation Page Style"
374
  msgstr ""
375
 
376
+ #: ../wpgform-post-type.php:135
377
  msgid "Alert"
378
  msgstr ""
379
 
380
+ #: ../wpgform-post-type.php:136
381
  msgid "Javascript Alert Box message displayed upon submission"
382
  msgstr ""
383
 
384
+ #: ../wpgform-post-type.php:140
385
+ msgid "Alert Message"
386
+ msgstr ""
387
+
388
+ #: ../wpgform-post-type.php:144
389
  msgid "Class"
390
  msgstr ""
391
 
392
+ #: ../wpgform-post-type.php:145
393
  msgid "CSS class(es) to add to the form's containing DIV"
394
  msgstr ""
395
 
396
+ #: ../wpgform-post-type.php:152
397
  msgid "Email"
398
  msgstr ""
399
 
400
+ #: ../wpgform-post-type.php:153
401
  msgid "Send email upon form submission"
402
  msgstr ""
403
 
404
+ #: ../wpgform-post-type.php:156 ../wpgform-post-type.php:183
405
+ #: ../wpgform-post-type.php:231 ../wpgform-post-type.php:250
406
+ #: ../wpgform-post-type.php:260 ../wpgform-post-type.php:270
407
+ #: ../wpgform-post-type.php:280 ../wpgform-post-type.php:306
408
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:326
409
+ #: ../wpgform-post-type.php:356 ../wpgform-post-type.php:470
410
  msgid "On"
411
  msgstr ""
412
 
413
+ #: ../wpgform-post-type.php:156 ../wpgform-post-type.php:183
414
+ #: ../wpgform-post-type.php:231 ../wpgform-post-type.php:250
415
+ #: ../wpgform-post-type.php:260 ../wpgform-post-type.php:270
416
+ #: ../wpgform-post-type.php:280 ../wpgform-post-type.php:306
417
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:326
418
+ #: ../wpgform-post-type.php:356 ../wpgform-post-type.php:470
419
  msgid "Off"
420
  msgstr ""
421
 
422
+ #: ../wpgform-post-type.php:162
423
  msgid "Send To"
424
  msgstr ""
425
 
426
+ #: ../wpgform-post-type.php:163
427
  msgid "Email address send submission email to"
428
  msgstr ""
429
 
430
+ #: ../wpgform-post-type.php:170
431
  msgid "Form CSS"
432
  msgstr ""
433
 
434
+ #: ../wpgform-post-type.php:171
435
  msgid "Form specific CSS rules"
436
  msgstr ""
437
 
438
+ #: ../wpgform-post-type.php:179
439
  msgid "Form Caching"
440
  msgstr ""
441
 
442
+ #: ../wpgform-post-type.php:180
443
  msgid "Enable Form Caching using Wordpress Transient API"
444
  msgstr ""
445
 
446
+ #: ../wpgform-post-type.php:189
447
  msgid "Form Caching Timeout"
448
  msgstr ""
449
 
450
+ #: ../wpgform-post-type.php:190
451
  msgid "How often will the forms reloaded (in minutes)"
452
  msgstr ""
453
 
454
+ #: ../wpgform-post-type.php:198
455
  msgid "Reset Form Cache?"
456
  msgstr ""
457
 
458
+ #: ../wpgform-post-type.php:199
459
  msgid "This will force reloading the form from Google Drive"
460
  msgstr ""
461
 
462
+ #: ../wpgform-post-type.php:221
463
+ msgid "Google Form Options"
464
+ msgstr ""
465
+
466
+ #: ../wpgform-post-type.php:227 ../wpgform-post-type.php:228
467
  msgid "CAPTCHA"
468
  msgstr ""
469
 
470
+ #: ../wpgform-post-type.php:237
471
  msgid "Columns"
472
  msgstr ""
473
 
474
+ #: ../wpgform-post-type.php:238
475
  msgid "Split form into columns"
476
  msgstr ""
477
 
478
+ #: ../wpgform-post-type.php:246
479
  msgid "Email End User"
480
  msgstr ""
481
 
482
+ #: ../wpgform-post-type.php:247
483
  msgid "Send email to end user upon form submission"
484
  msgstr ""
485
 
486
+ #: ../wpgform-post-type.php:256
487
  msgid "Legal"
488
  msgstr ""
489
 
490
+ #: ../wpgform-post-type.php:257
491
  msgid "Google Legal Disclaimer"
492
  msgstr ""
493
 
494
+ #: ../wpgform-post-type.php:266
495
  msgid "Read Only"
496
  msgstr ""
497
 
498
+ #: ../wpgform-post-type.php:267
499
  msgid "Set the form Read Only"
500
  msgstr ""
501
 
502
+ #: ../wpgform-post-type.php:276
503
  msgid "BR"
504
  msgstr ""
505
 
506
+ #: ../wpgform-post-type.php:277
507
  msgid "Insert &lt;BR&gt; tags between labels and input box"
508
  msgstr ""
509
 
510
+ #: ../wpgform-post-type.php:286
511
  msgid "CSS Prefix"
512
  msgstr ""
513
 
514
+ #: ../wpgform-post-type.php:287
515
  msgid "Prefix to add to all Google CSS classes"
516
  msgstr ""
517
 
518
+ #: ../wpgform-post-type.php:294
519
  msgid "CSS Suffix"
520
  msgstr ""
521
 
522
+ #: ../wpgform-post-type.php:295
523
  msgid "Suffix to add to all Google CSS classes"
524
  msgstr ""
525
 
526
+ #: ../wpgform-post-type.php:302
527
  msgid "Title"
528
  msgstr ""
529
 
530
+ #: ../wpgform-post-type.php:303
531
  msgid "Show or Hide the Google Form's title"
532
  msgstr ""
533
 
534
+ #: ../wpgform-post-type.php:312
535
  msgid "Map H1 to H2"
536
  msgstr ""
537
 
538
+ #: ../wpgform-post-type.php:313
539
  msgid "Map H1 elements to H2 elements"
540
  msgstr ""
541
 
542
+ #: ../wpgform-post-type.php:322 ../wpgform-post-type.php:323
543
  msgid "Unite Theme Hack"
544
  msgstr ""
545
 
546
+ #: ../wpgform-post-type.php:346
547
+ msgid "Google Form Field Validation"
548
+ msgstr ""
549
+
550
+ #: ../wpgform-post-type.php:352
551
  msgid "Validation"
552
  msgstr ""
553
 
554
+ #: ../wpgform-post-type.php:353
555
  msgid "Enable default jQuery Validation on all required fields"
556
  msgstr ""
557
 
558
+ #: ../wpgform-post-type.php:362 ../wpgform-post-type.php:428
559
+ #: ../wpgform-post-type.php:476
560
  msgid "Form Fields"
561
  msgstr ""
562
 
563
+ #: ../wpgform-post-type.php:363
564
  msgid ""
565
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
566
  "etc.) - <a href=\"http://jqueryvalidation.org/rules\">Additional details on "
567
  "jQuery Rules</a>"
568
  msgstr ""
569
 
570
+ #: ../wpgform-post-type.php:391 ../wpgform-post-type.php:497
571
+ #: ../wpgform-post-type.php:681 ../wpgform-post-type.php:703
572
  msgid "Type"
573
  msgstr ""
574
 
575
+ #: ../wpgform-post-type.php:392
576
  msgid "Type of validation"
577
  msgstr ""
578
 
579
+ #: ../wpgform-post-type.php:399 ../wpgform-post-type.php:438
580
+ #: ../wpgform-post-type.php:505 ../wpgform-post-type.php:690
581
+ #: ../wpgform-post-type.php:692 ../wpgform-post-type.php:712
582
+ #: ../wpgform-post-type.php:714
583
  msgid "Value"
584
  msgstr ""
585
 
586
+ #: ../wpgform-post-type.php:400 ../wpgform-post-type.php:439
587
  msgid "Value to validate against"
588
  msgstr ""
589
 
590
+ #: ../wpgform-post-type.php:422
591
+ msgid "Google Form Field Placeholder"
592
+ msgstr ""
593
+
594
+ #: ../wpgform-post-type.php:429
595
  msgid ""
596
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
597
  "etc.) - <a href=\"http://www.w3schools.com/tags/att_input_placeholder.asp"
598
  "\">Additional details on Placeholders</a>"
599
  msgstr ""
600
 
601
+ #: ../wpgform-post-type.php:460
602
+ msgid "Google Form Hidden Fields"
603
+ msgstr ""
604
+
605
+ #: ../wpgform-post-type.php:466
606
  msgid "Hidden Fields"
607
  msgstr ""
608
 
609
+ #: ../wpgform-post-type.php:467
610
  msgid "Configure hidden fields"
611
  msgstr ""
612
 
613
+ #: ../wpgform-post-type.php:477
614
  msgid ""
615
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
616
  "etc.). The optional value is only used for fields of type <b><i>value</i></"
618
  "types WordPress will set the hidden input to a system derived value."
619
  msgstr ""
620
 
621
+ #: ../wpgform-post-type.php:498
622
  msgid "Type of hiddenfield"
623
  msgstr ""
624
 
625
+ #: ../wpgform-post-type.php:506
626
  msgid "Optional value to use as a preset"
627
  msgstr ""
628
 
629
+ #: ../wpgform-post-type.php:677
630
  msgid "Name"
631
  msgstr ""
632
 
633
+ #: ../wpgform-post-type.php:681 ../wpgform-post-type.php:703
634
  msgid "Check"
635
  msgstr ""
636
 
637
+ #: ../wpgform-post-type.php:700
638
  msgid "Field"
639
  msgstr ""
640
 
641
+ #: ../wpgform-post-type.php:890
642
  msgid "Form Name"
643
  msgstr ""
644
 
645
+ #: ../wpgform-post-type.php:895
646
  msgid "Short Code"
647
  msgstr ""
648
 
649
+ #: ../wpgform-post-type.php:896
650
  msgid "Form Description"
651
  msgstr ""
652
 
653
+ #: ../wpgform-post-type.php:986
654
  msgid "Enter WordPress Google Form Title"
655
  msgstr ""
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: mpwalsh8
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DK4MS3AA983CC
4
  Tags: Google Forms, Google Docs, Google, Spreadsheet, shortcode, forms
5
- Requires at least: 3.3
6
- Tested up to: 3.7.1
7
- Stable tag: 0.63
8
  License: GPL
9
 
10
  Embeds a published, public Google Form in a WordPress post, page, or widget.
@@ -77,6 +77,18 @@ This plugin is available under the GPL license, which means that it's free. If y
77
 
78
  == Frequently Asked Questions ==
79
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  = The default style is ugly. Can I change it? =
81
  Yes, there are two ways to change the style (aka apearance) of the form.
82
 
@@ -363,7 +375,17 @@ div.ss-form-container div.required-message {
363
 
364
  No known upgrade issues.
365
 
366
- == Changelog ==
 
 
 
 
 
 
 
 
 
 
367
 
368
  = Version 0.63 =
369
  * Refactored code to which assembles arguments for wp_remote_post() to construct the body argument as an array as opposed to a URL formatted string of concatenated parameters. The long string was causing problems with newer versions of PHP. The array of arguments is much cleaner (thanks to David H�gborg for providing the basics of a patch).
2
  Contributors: mpwalsh8
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DK4MS3AA983CC
4
  Tags: Google Forms, Google Docs, Google, Spreadsheet, shortcode, forms
5
+ Requires at least: 3.6.1
6
+ Tested up to: 3.8.1
7
+ Stable tag: 0.64
8
  License: GPL
9
 
10
  Embeds a published, public Google Form in a WordPress post, page, or widget.
77
 
78
  == Frequently Asked Questions ==
79
 
80
+ = Why I do I have a "cURL transport missing" message on my Dashboard? =
81
+
82
+ There was a change to the WordPress HTTP API in version 3.7 which resulted in wp_remote_post() no longer working with the streams and fsockopen transports when posting form data back to Google Docs. The cURL transport does work reliably so a check has been added and a notification is issued when the cURL transport is missing. This notification can be hidden by selecting the proper checkbox on the plugin settings page.
83
+
84
+ = Will the plugin work without the cURL transport? =
85
+
86
+ Up until WordPress 3.6.1, the plugin worked with any of the supported transports (streams, fsockopen, curl). Currently only cURL is known to work properly. You may have some success with other transports IF your form does not include checkboxes. Checkboxes definitely do not work with anything but the cURL transport.
87
+
88
+ = How can I add the cURL transport to WordPress? =
89
+
90
+ The cURL transport is enabled by WordPress when PHP support for cURL is detected. It isn't something which can be added to WordPress, it needs to be present in the PHP version your web server is running. Contact your hosting provider to inquire about adding cURL support to PHP for your WordPress site.
91
+
92
  = The default style is ugly. Can I change it? =
93
  Yes, there are two ways to change the style (aka apearance) of the form.
94
 
375
 
376
  No known upgrade issues.
377
 
378
+ == Change log ==
379
+
380
+ = Version 0.64 =
381
+ * Fixed a number of strings which were missing translation wrapper functions.
382
+ * Reverted to manually constructed body parameter for wp_remote_post() to allow checkboxes to be properly passed to Google.
383
+ * Fixed warnings generated by calls to static functions which were not declared static.
384
+ * Added check for HTTP API cURL transport and issue a warning when not present. There was a change between WordPress 3.6.1 and 3.7 to the WordPress HTTP API and the streams and fsockopen transports are unable to post form values back to Google using wp_remote_post().
385
+ * Added a setting to allow hiding the cURL transport missing message on the Dashboard.
386
+ * Added a check to ensure jQuery script isn't output more than once.
387
+ * Remove hook into "the_content" to reduce potential conflicts with other plugins (e.g. Wordpress SEO plugin by Yoast).
388
+ * Added placeholders for some of the form fields when defining a Form within the UI.
389
 
390
  = Version 0.63 =
391
  * Refactored code to which assembles arguments for wp_remote_post() to construct the body argument as an array as opposed to a URL formatted string of concatenated parameters. The long string was causing problems with newer versions of PHP. The array of arguments is much cleaner (thanks to David H�gborg for providing the basics of a patch).
wpgform-core.php CHANGED
@@ -117,8 +117,8 @@ function wpgform_init()
117
  if ($wpgform_options['sc_widgets'] == 1)
118
  add_filter('widget_text', 'do_shortcode') ;
119
 
120
- add_filter('the_content', 'wpautop');
121
- add_filter('the_content', 'wpgform_the_content');
122
  add_action('template_redirect', 'wpgform_head') ;
123
  add_action('wp_footer', 'wpgform_footer') ;
124
  }
@@ -154,6 +154,7 @@ function wpgform_get_default_plugin_options()
154
  ,'custom_css' => 0
155
  ,'custom_css_styles' => ''
156
  ,'donation_message' => 0
 
157
  ,'captcha_terms' => 2
158
  ,'captcha_operator_plus' => 1
159
  ,'captcha_operator_minus' => 0
@@ -275,8 +276,8 @@ function wpgform_admin_menu()
275
 
276
  add_submenu_page(
277
  'edit.php?post_type=wpgform',
278
- 'WordPress Google Form Submission Log', /*page title*/
279
- 'Form Submission Log', /*menu title*/
280
  'manage_options', /*roles and capabiliyt needed*/
281
  'wpgform-entry-log-page',
282
  'wpgform_entry_log_page' /*replace with your own function*/
@@ -369,6 +370,11 @@ class wpGForm
369
  */
370
  static $wpgform_footer_js = '' ;
371
 
 
 
 
 
 
372
  /**
373
  * Property to indicate CSS output state
374
  */
@@ -461,7 +467,7 @@ class wpGForm
461
  * @since 0.1
462
  * @deprecated
463
  */
464
- function gform_sc($options)
465
  {
466
  if (self::ProcessShortCodeOptions($options))
467
  return self::ConstructGoogleForm() ;
@@ -475,7 +481,7 @@ class wpGForm
475
  *
476
  * @since 1.0
477
  */
478
- function wpgform_sc($options)
479
  {
480
  if (self::ProcessWpGFormCPT($options))
481
  return self::ConstructGoogleForm() ;
@@ -542,7 +548,7 @@ class wpGForm
542
  * @see RenderGoogleForm
543
  * @return boolean - abort processing when false
544
  */
545
- function ProcessWpGFormCPT($options)
546
  {
547
  // Property short cut
548
  $o = &self::$options ;
@@ -614,7 +620,7 @@ class wpGForm
614
  * @return An HTML string if successful, false otherwise.
615
  * @see RenderGoogleForm
616
  */
617
- function ConstructGoogleForm()
618
  {
619
  // Any preset params?
620
  $presets = $_GET ;
@@ -824,9 +830,6 @@ class wpGForm
824
  $patterns = array('/entry_([0-9]+)_(single|group)_/', '/entry_([0-9]+)_/', '/entry_([0-9]+)/') ;
825
  $replacements = array('entry.\1.\2.', 'entry.\1.', 'entry.\1') ;
826
 
827
- error_log(sprintf('%s::%s', basename(__FILE__), __LINE__)) ;
828
- error_log(print_r($replacements, true)) ;
829
-
830
  foreach ($replacements as $key => $value)
831
  $replacements[$key] = sprintf('%s%s', $uid, $value) ;
832
 
@@ -951,7 +954,6 @@ error_log(print_r($replacements, true)) ;
951
 
952
  $html = wp_kses($html, $allowed_tags) ;
953
 
954
- if (1):
955
  $patterns = array(
956
  '/entry\.([0-9]+)\.(single|group)\./',
957
  '/entry\.([0-9]+)_/',
@@ -981,11 +983,7 @@ error_log(print_r($replacements, true)) ;
981
  $patterns[] = '/id="ss-submit"/' ;
982
  $replacements[] = sprintf('id="%sss-submit"', $uid) ;
983
 
984
- error_log(sprintf('%s::%s', basename(__FILE__), __LINE__)) ;
985
- error_log(print_r($replacements, true)) ;
986
  $html = preg_replace($patterns, $replacements, $html) ;
987
- //error_log(print_r($html, true)) ;
988
- endif;
989
 
990
  if (WPGFORM_DEBUG)
991
  {
@@ -1139,7 +1137,7 @@ endif;
1139
 
1140
  $js = sprintf('
1141
  <script type="text/javascript">
1142
- // WordPress Google Form v%s jQuery script
1143
  jQuery(document).ready(function($) {
1144
  ', WPGFORM_VERSION) ;
1145
 
@@ -1171,7 +1169,7 @@ jQuery(document).ready(function($) {
1171
  ', $prefix) ;
1172
 
1173
  // Somewhat unsupported but it works, a Google Spreadsheet can
1174
- // be rendered by WordPress Google Form. If the Legal is disabled,
1175
  // the block of code that Google adds to the form is removed.
1176
 
1177
  $js .= sprintf('
@@ -1265,10 +1263,8 @@ jQuery(document).ready(function($) {
1265
  rules: {%s', $uid, PHP_EOL) ;
1266
  if (!empty($extras))
1267
  {
1268
- error_log(sprintf('%s::%s -> %s', basename(__FILE__), __LINE__, print_r($extras, true))) ;
1269
  foreach ($extras as $key => $value)
1270
  {
1271
- error_log(sprintf('%s::%s -> %s', basename(__FILE__), __LINE__, print_r($key, true))) ;
1272
  $js .= sprintf(' "%s%s": {', $uid, $key) ;
1273
  foreach ($value as $extra)
1274
  $js .= sprintf('%s%s', $extra, $extra === end($value) ? '}' : ', ') ;
@@ -1337,9 +1333,6 @@ jQuery(document).ready(function($) {
1337
  foreach ($replacements as $key => $value)
1338
  $replacements[$key] = sprintf('%s%s', $uid, $value) ;
1339
 
1340
- error_log(sprintf('%s::%s', basename(__FILE__), __LINE__)) ;
1341
- error_log(print_r($replacements, true)) ;
1342
-
1343
  if (!empty($meta_field))
1344
  {
1345
  foreach ($meta_field as $key => $value)
@@ -1431,7 +1424,13 @@ error_log(print_r($replacements, true)) ;
1431
  ($style === WPGFORM_CONFIRM_AJAX) && !self::$post_error)
1432
  {
1433
  $js .= PHP_EOL . ' // Confirmation page by AJAX page load' ;
1434
- $js .= PHP_EOL . ' $("body").load("' . $confirm . '") ;' ;
 
 
 
 
 
 
1435
  }
1436
 
1437
  // Load the confirmation URL via Redirect?
@@ -1559,7 +1558,7 @@ error_log(print_r($replacements, true)) ;
1559
  * @return An HTML string if successful, false otherwise.
1560
  * @see RenderGoogleForm
1561
  */
1562
- function ProcessGoogleForm()
1563
  {
1564
  $tabFound = false ;
1565
 
@@ -1615,9 +1614,6 @@ error_log(print_r($replacements, true)) ;
1615
  foreach ($patterns as $key => $value)
1616
  $patterns[$key] = sprintf('/^%s%s/', $uid, $value) ;
1617
 
1618
- error_log(sprintf('%s::%s', basename(__FILE__), __LINE__)) ;
1619
- error_log(print_r($patterns, true)) ;
1620
-
1621
  if (WPGFORM_DEBUG) wpgform_whereami(__FILE__, __LINE__, 'ProcessGoogleForm') ;
1622
  if (WPGFORM_DEBUG) wpgform_preprint_r($_POST) ;
1623
 
@@ -1638,7 +1634,7 @@ error_log(print_r($patterns, true)) ;
1638
  {
1639
  //$body .= preg_replace($patterns, $replacements, $key) . '=' . rawurlencode($pv) . '&' ;
1640
  $formkey = preg_replace($patterns, $replacements, $key);
1641
- $body[$formkey] = $pv;
1642
  }
1643
  if (WPGFORM_DEBUG) wpgform_whereami(__FILE__, __LINE__, 'ProcessGoogleForm') ;
1644
  }
@@ -1669,7 +1665,6 @@ error_log(print_r($patterns, true)) ;
1669
 
1670
  $form = str_replace($action, 'action=""', $form) ;
1671
 
1672
-
1673
  // WordPress converts all of the ampersand characters to their
1674
  // appropriate HTML entity or some variety of it. Need to undo
1675
  // that so the URL can be actually be used.
@@ -1690,12 +1685,18 @@ error_log(print_r($patterns, true)) ;
1690
  wpgform_preprint_r($action) ;
1691
  wpgform_preprint_r($body) ;
1692
  }
1693
-
 
 
 
 
 
 
1694
  self::$response = wp_remote_post($action,
1695
- array('sslverify' => false, 'body' => $body, 'timeout' => $timeout)) ;
 
1696
 
1697
  if (WPGFORM_DEBUG) wpgform_whereami(__FILE__, __LINE__, 'ProcessGoogleForm') ;
1698
- //if (WPGFORM_DEBUG) wpgform_preprint_r(self::$response) ;
1699
 
1700
  // Double check response from wp_remote_post()
1701
 
@@ -1929,7 +1930,7 @@ function wpgform_head()
1929
  array('jquery'), false, true) ;
1930
  wp_enqueue_script('jquery-columnizer') ;
1931
 
1932
- // Load the WordPress Google Form jQuery Validate script from the plugin
1933
  wp_register_script('wpgform-jquery-validate',
1934
  plugins_url(plugin_basename(dirname(__FILE__) . '/js/wpgform.js')),
1935
  array('jquery', 'jquery-validate'), false, true) ;
@@ -1965,6 +1966,62 @@ function wpgform_footer()
1965
  {
1966
  // Output the generated jQuery script as part of the footer
1967
 
1968
- print wpGForm::$wpgform_footer_js ;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1969
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1970
  ?>
117
  if ($wpgform_options['sc_widgets'] == 1)
118
  add_filter('widget_text', 'do_shortcode') ;
119
 
120
+ //add_filter('the_content', 'wpautop');
121
+ //add_filter('the_content', 'wpgform_the_content');
122
  add_action('template_redirect', 'wpgform_head') ;
123
  add_action('wp_footer', 'wpgform_footer') ;
124
  }
154
  ,'custom_css' => 0
155
  ,'custom_css_styles' => ''
156
  ,'donation_message' => 0
157
+ ,'curl_transport_missing_message' => 0
158
  ,'captcha_terms' => 2
159
  ,'captcha_operator_plus' => 1
160
  ,'captcha_operator_minus' => 0
276
 
277
  add_submenu_page(
278
  'edit.php?post_type=wpgform',
279
+ __('Google Forms Submission Log', WPGFORM_I18N_DOMAIN), /*page title*/
280
+ __('Form Submission Log', WPGFORM_I18N_DOMAIN), /*menu title*/
281
  'manage_options', /*roles and capabiliyt needed*/
282
  'wpgform-entry-log-page',
283
  'wpgform_entry_log_page' /*replace with your own function*/
370
  */
371
  static $wpgform_footer_js = '' ;
372
 
373
+ /**
374
+ * Property to store state of Javascript output in footer
375
+ */
376
+ static $wpgform_footer_js_printed = false ;
377
+
378
  /**
379
  * Property to indicate CSS output state
380
  */
467
  * @since 0.1
468
  * @deprecated
469
  */
470
+ static function gform_sc($options)
471
  {
472
  if (self::ProcessShortCodeOptions($options))
473
  return self::ConstructGoogleForm() ;
481
  *
482
  * @since 1.0
483
  */
484
+ static function wpgform_sc($options)
485
  {
486
  if (self::ProcessWpGFormCPT($options))
487
  return self::ConstructGoogleForm() ;
548
  * @see RenderGoogleForm
549
  * @return boolean - abort processing when false
550
  */
551
+ static function ProcessWpGFormCPT($options)
552
  {
553
  // Property short cut
554
  $o = &self::$options ;
620
  * @return An HTML string if successful, false otherwise.
621
  * @see RenderGoogleForm
622
  */
623
+ static function ConstructGoogleForm()
624
  {
625
  // Any preset params?
626
  $presets = $_GET ;
830
  $patterns = array('/entry_([0-9]+)_(single|group)_/', '/entry_([0-9]+)_/', '/entry_([0-9]+)/') ;
831
  $replacements = array('entry.\1.\2.', 'entry.\1.', 'entry.\1') ;
832
 
 
 
 
833
  foreach ($replacements as $key => $value)
834
  $replacements[$key] = sprintf('%s%s', $uid, $value) ;
835
 
954
 
955
  $html = wp_kses($html, $allowed_tags) ;
956
 
 
957
  $patterns = array(
958
  '/entry\.([0-9]+)\.(single|group)\./',
959
  '/entry\.([0-9]+)_/',
983
  $patterns[] = '/id="ss-submit"/' ;
984
  $replacements[] = sprintf('id="%sss-submit"', $uid) ;
985
 
 
 
986
  $html = preg_replace($patterns, $replacements, $html) ;
 
 
987
 
988
  if (WPGFORM_DEBUG)
989
  {
1137
 
1138
  $js = sprintf('
1139
  <script type="text/javascript">
1140
+ // Google Forms v%s jQuery script
1141
  jQuery(document).ready(function($) {
1142
  ', WPGFORM_VERSION) ;
1143
 
1169
  ', $prefix) ;
1170
 
1171
  // Somewhat unsupported but it works, a Google Spreadsheet can
1172
+ // be rendered by Google Forms. If the Legal is disabled,
1173
  // the block of code that Google adds to the form is removed.
1174
 
1175
  $js .= sprintf('
1263
  rules: {%s', $uid, PHP_EOL) ;
1264
  if (!empty($extras))
1265
  {
 
1266
  foreach ($extras as $key => $value)
1267
  {
 
1268
  $js .= sprintf(' "%s%s": {', $uid, $key) ;
1269
  foreach ($value as $extra)
1270
  $js .= sprintf('%s%s', $extra, $extra === end($value) ? '}' : ', ') ;
1333
  foreach ($replacements as $key => $value)
1334
  $replacements[$key] = sprintf('%s%s', $uid, $value) ;
1335
 
 
 
 
1336
  if (!empty($meta_field))
1337
  {
1338
  foreach ($meta_field as $key => $value)
1424
  ($style === WPGFORM_CONFIRM_AJAX) && !self::$post_error)
1425
  {
1426
  $js .= PHP_EOL . ' // Confirmation page by AJAX page load' ;
1427
+ $js .= PHP_EOL . 'alert("here");' ;
1428
+ //$js .= PHP_EOL . ' $("body").load("' . $confirm . ' body") ;' ;
1429
+ $js .= PHP_EOL . ' $.get( "' . $confirm . '", function( data ) {
1430
+ $( ".result" ).html( data );
1431
+ alert( "Load was performed." );
1432
+ });' ;
1433
+
1434
  }
1435
 
1436
  // Load the confirmation URL via Redirect?
1558
  * @return An HTML string if successful, false otherwise.
1559
  * @see RenderGoogleForm
1560
  */
1561
+ static function ProcessGoogleForm()
1562
  {
1563
  $tabFound = false ;
1564
 
1614
  foreach ($patterns as $key => $value)
1615
  $patterns[$key] = sprintf('/^%s%s/', $uid, $value) ;
1616
 
 
 
 
1617
  if (WPGFORM_DEBUG) wpgform_whereami(__FILE__, __LINE__, 'ProcessGoogleForm') ;
1618
  if (WPGFORM_DEBUG) wpgform_preprint_r($_POST) ;
1619
 
1634
  {
1635
  //$body .= preg_replace($patterns, $replacements, $key) . '=' . rawurlencode($pv) . '&' ;
1636
  $formkey = preg_replace($patterns, $replacements, $key);
1637
+ $body[$formkey][] = $pv;
1638
  }
1639
  if (WPGFORM_DEBUG) wpgform_whereami(__FILE__, __LINE__, 'ProcessGoogleForm') ;
1640
  }
1665
 
1666
  $form = str_replace($action, 'action=""', $form) ;
1667
 
 
1668
  // WordPress converts all of the ampersand characters to their
1669
  // appropriate HTML entity or some variety of it. Need to undo
1670
  // that so the URL can be actually be used.
1685
  wpgform_preprint_r($action) ;
1686
  wpgform_preprint_r($body) ;
1687
  }
1688
+
1689
+
1690
+ // Special processing for checkboxes!
1691
+
1692
+ $q = http_build_query($body) ;
1693
+ $q = preg_replace('/%5B[0-9]+%5D/', '', $q);
1694
+
1695
  self::$response = wp_remote_post($action,
1696
+ //array('sslverify' => false, 'body' => $body, 'timeout' => $timeout)) ;
1697
+ array('sslverify' => false, 'body' => $q, 'timeout' => $timeout)) ;
1698
 
1699
  if (WPGFORM_DEBUG) wpgform_whereami(__FILE__, __LINE__, 'ProcessGoogleForm') ;
 
1700
 
1701
  // Double check response from wp_remote_post()
1702
 
1930
  array('jquery'), false, true) ;
1931
  wp_enqueue_script('jquery-columnizer') ;
1932
 
1933
+ // Load the Google Forms jQuery Validate script from the plugin
1934
  wp_register_script('wpgform-jquery-validate',
1935
  plugins_url(plugin_basename(dirname(__FILE__) . '/js/wpgform.js')),
1936
  array('jquery', 'jquery-validate'), false, true) ;
1966
  {
1967
  // Output the generated jQuery script as part of the footer
1968
 
1969
+ if (!wpGForm::$wpgform_footer_js_printed)
1970
+ {
1971
+ print wpGForm::$wpgform_footer_js ;
1972
+ wpGForm::$wpgform_footer_js_printed = true ;
1973
+ }
1974
+ }
1975
+
1976
+ function wpgform_pre_http_request($args)
1977
+ {
1978
+ error_log(sprintf('%s::%s --> %s', basename(__FILE__), __LINE__, print_r($args, true))) ;
1979
+ return $args ;
1980
+ }
1981
+
1982
+ //add_filter('pre_http_request', 'wpgform_pre_http_request') ;
1983
+
1984
+
1985
+ function wpgform_http_api_transports($args)
1986
+ {
1987
+ $args = array('fsockopen') ;
1988
+ error_log(sprintf('%s::%s --> %s', basename(__FILE__), __LINE__, print_r($args, true))) ;
1989
+ return $args ;
1990
  }
1991
+
1992
+ //add_filter('http_api_transports', 'wpgform_http_api_transports') ;
1993
+
1994
+ function wpgform_curl_transport_missing_notice()
1995
+ {
1996
+ $wpgform_options = wpgform_get_plugin_options() ;
1997
+
1998
+ // Skip check if disabled in settings
1999
+ if ($wpgform_options['curl_transport_missing_message']) return ;
2000
+
2001
+ // Test for cURL transport
2002
+
2003
+ $t = new WP_Http() ;
2004
+
2005
+ if (strtolower($t->_get_first_available_transport('')) != 'wp_http_curl')
2006
+ {
2007
+ ?>
2008
+ <div class="update-nag">
2009
+ <?php
2010
+ _e('The <a href="http://codex.wordpress.org/HTTP_API">WordPress HTTP API</a> cURL transport was not detected. The Google Forms plugin may not operate correctly.', WPGFORM_I18N_DOMAIN) ;
2011
+ ?>
2012
+ <br />
2013
+ <small>
2014
+ <?php
2015
+ printf(__('This notification may be hidden via a setting on the <a href="%s">Google Forms settings page</a>.',
2016
+ WPGFORM_I18N_DOMAIN), admin_url('options-general.php?page=wpgform-options.php')) ;
2017
+ ?>
2018
+ </small>
2019
+ </div>
2020
+ <?php
2021
+ }
2022
+
2023
+ unset ($t) ;
2024
+ }
2025
+
2026
+ add_action( 'admin_notices', 'wpgform_curl_transport_missing_notice' );
2027
  ?>
wpgform-options.php CHANGED
@@ -270,7 +270,7 @@ function wpgform_settings_input()
270
  </fieldset></td>
271
  </tr>
272
  <tr valign="top">
273
- <th scope="row"><label><?php _e('Confirmation Email Format', WPGFORM_I18N_DOMAIN);?></label></th>
274
  <td><fieldset>
275
  <label for="wpgform_email_format">
276
  <input name="wpgform_options[email_format]" type="radio" id="wpgform_email_format" value="<?php echo WPGFORM_EMAIL_FORMAT_HTML ;?>" <?php checked(WPGFORM_EMAIL_FORMAT_HTML, $wpgform_options['email_format']) ; ?> />
@@ -284,6 +284,23 @@ function wpgform_settings_input()
284
  <?php _e('Bcc Blog Admin on Confirmation Email (when used)', WPGFORM_I18N_DOMAIN);?></label>
285
  </fieldset></td>
286
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
287
  <tr valign="top">
288
  <th scope="row"><label><?php _e('Donation Request', WPGFORM_I18N_DOMAIN);?></label></th>
289
  <td><fieldset>
270
  </fieldset></td>
271
  </tr>
272
  <tr valign="top">
273
+ <th scope="row"><label><?php _e('Confirmation<br />Email Format', WPGFORM_I18N_DOMAIN);?></label></th>
274
  <td><fieldset>
275
  <label for="wpgform_email_format">
276
  <input name="wpgform_options[email_format]" type="radio" id="wpgform_email_format" value="<?php echo WPGFORM_EMAIL_FORMAT_HTML ;?>" <?php checked(WPGFORM_EMAIL_FORMAT_HTML, $wpgform_options['email_format']) ; ?> />
284
  <?php _e('Bcc Blog Admin on Confirmation Email (when used)', WPGFORM_I18N_DOMAIN);?></label>
285
  </fieldset></td>
286
  </tr>
287
+ <tr valign="top">
288
+ <th scope="row"><label><?php _e('cURL Transport<br />Notification', WPGFORM_I18N_DOMAIN);?></label></th>
289
+ <td><fieldset>
290
+ <label for="wpgform_curl_transport_missing_message">
291
+ <table style="padding: 0px;" border="0" cellpadding="0" cellspacing="0">
292
+ <tr>
293
+ <td style="padding: 5px 0px; vertical-align: top;">
294
+ <input name="wpgform_options[curl_transport_missing_message]" type="checkbox" id="wpgform_curl_transport_missing_message" value="1" <?php checked('1', $wpgform_options['curl_transport_missing_message']) ; ?> />
295
+ </td>
296
+ <td style="padding: 5px;">
297
+ <?php _e('Hide the cURL Transport Missing notification message.<br /><small>The cURL transport is critical for proper operation of the Google Forms plugin.</small>', WPGFORM_I18N_DOMAIN);?>
298
+ </td>
299
+ </tr>
300
+ </table>
301
+ </label>
302
+ </fieldset></td>
303
+ </tr>
304
  <tr valign="top">
305
  <th scope="row"><label><?php _e('Donation Request', WPGFORM_I18N_DOMAIN);?></label></th>
306
  <td><fieldset>
wpgform-post-type.php CHANGED
@@ -43,22 +43,42 @@ function wpgform_register_post_types()
43
  'excerpt'
44
  ),
45
  'labels' => array(
46
- 'name' => 'Google Forms',
47
- 'singular_name' => 'Google Form',
48
- 'add_new' => 'Add New Google Form',
49
- 'add_new_item' => 'Add New Google Form',
50
- 'edit_item' => 'Edit Google Form',
51
- 'new_item' => 'New Google Form',
52
- 'view_item' => 'View Google Form',
53
- 'search_items' => 'Search Google Forms',
54
- 'not_found' => 'No Google Forms Found',
55
- 'not_found_in_trash' => 'No Google Forms Found In Trash'
56
  ),
57
  'menu_icon' => plugins_url('/images/forms-16.png', __FILE__)
58
  );
59
 
60
- // Register the WordPress Google Form post type
61
  register_post_type(WPGFORM_CPT_FORM, $wpgform_args) ;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  }
63
 
64
  // Build custom meta box support
@@ -79,7 +99,7 @@ function wpgform_primary_meta_box_content($fieldsonly = false)
79
  {
80
  $content = array(
81
  'id' => 'wpgform-primary-meta-box',
82
- 'title' => 'Google Form Details',
83
  'page' => WPGFORM_CPT_FORM,
84
  'context' => 'normal',
85
  'priority' => 'high',
@@ -90,6 +110,7 @@ function wpgform_primary_meta_box_content($fieldsonly = false)
90
  'id' => WPGFORM_PREFIX . 'form',
91
  'type' => 'lgtext',
92
  'std' => '',
 
93
  'required' => true
94
  ),
95
  array(
@@ -98,6 +119,7 @@ function wpgform_primary_meta_box_content($fieldsonly = false)
98
  'id' => WPGFORM_PREFIX . 'confirm',
99
  'type' => 'lgtext',
100
  'std' => '',
 
101
  'required' => false
102
  ),
103
  array(
@@ -115,6 +137,7 @@ function wpgform_primary_meta_box_content($fieldsonly = false)
115
  'id' => WPGFORM_PREFIX . 'alert',
116
  'type' => 'lgtext',
117
  'std' => '',
 
118
  'required' => false
119
  ),
120
  array(
@@ -149,6 +172,7 @@ function wpgform_primary_meta_box_content($fieldsonly = false)
149
  'id' => WPGFORM_PREFIX . 'form_css',
150
  'type' => 'textarea',
151
  'std' => '',
 
152
  'required' => false
153
  ),
154
  array(
@@ -194,7 +218,7 @@ function wpgform_secondary_meta_box_content($fieldsonly = false)
194
  {
195
  $content = array(
196
  'id' => 'wpgform-secondary-meta-box',
197
- 'title' => 'Google Form Options',
198
  'page' => WPGFORM_CPT_FORM,
199
  'context' => 'side',
200
  'priority' => 'high',
@@ -319,7 +343,7 @@ function wpgform_validation_meta_box_content($fieldsonly = false)
319
  {
320
  $content = array(
321
  'id' => 'wpgform-validation-meta-box',
322
- 'title' => 'Google Form Field Validation',
323
  'page' => WPGFORM_CPT_FORM,
324
  'context' => 'normal',
325
  'priority' => 'high',
@@ -395,7 +419,7 @@ function wpgform_placeholder_meta_box_content($fieldsonly = false)
395
  {
396
  $content = array(
397
  'id' => 'wpgform-placeholder-meta-box',
398
- 'title' => 'Google Form Field Placeholder',
399
  'page' => WPGFORM_CPT_FORM,
400
  'context' => 'normal',
401
  'priority' => 'high',
@@ -433,7 +457,7 @@ function wpgform_hiddenfields_meta_box_content($fieldsonly = false)
433
  {
434
  $content = array(
435
  'id' => 'wpgform-hiddenfield-meta-box',
436
- 'title' => 'Google Form Hidden Fields',
437
  'page' => WPGFORM_CPT_FORM,
438
  'context' => 'normal',
439
  'priority' => 'high',
@@ -589,19 +613,29 @@ function wpgform_build_meta_box($mb)
589
  switch ($field['type']) {
590
  case 'text':
591
  case 'lgtext':
592
- echo '<input type="text" name="', $field['id'], '" id="', $field['id'], '" value="', $meta ? $meta : $field['std'], '" size="30" style="width:97%" />', '<br />', '<small>', $field['desc'], '</small>';
 
 
593
  break;
594
 
595
  case 'medtext':
596
- echo '<input type="text" name="', $field['id'], '" id="', $field['id'], '" value="', $meta ? $meta : $field['std'], '" size="30" style="width:47%" />', '<br />', '<small>', $field['desc'], '</small>';
 
 
597
  break;
598
 
599
  case 'smtext':
600
- echo '<input type="text" name="', $field['id'], '" id="', $field['id'], '" value="', $meta ? $meta : $field['std'], '" size="30" style="width:27%" />', '<br />', '<small>', $field['desc'], '</small>';
 
 
601
  break;
602
 
603
  case 'textarea':
604
- echo '<textarea name="', $field['id'], '" id="', $field['id'], '" cols="60" rows="4" style="width:97%">', $meta ? $meta : $field['std'], '</textarea>', '<br />', '<small>', $field['desc'], '</small>';
 
 
 
 
605
  break;
606
 
607
  case 'select':
@@ -718,8 +752,7 @@ function wpgform_add_quick_edit_nonce($column_name, $post_type)
718
 
719
  add_action('save_post', 'wpgform_save_meta_box_data');
720
  /**
721
- * Action to save WordPress Google Form meta box data for both
722
- * team and player Custom Post Types.
723
  *
724
  */
725
  function wpgform_save_meta_box_data($post_id)
@@ -815,6 +848,21 @@ function wpgform_save_meta_box_data($post_id)
815
  }
816
  }
817
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
818
  }
819
  else
820
  {
43
  'excerpt'
44
  ),
45
  'labels' => array(
46
+ 'name' => __('Google Forms', WPGFORM_I18N_DOMAIN),
47
+ 'singular_name' => __('Google Form', WPGFORM_I18N_DOMAIN),
48
+ 'add_new' => __('Add New Google Form', WPGFORM_I18N_DOMAIN),
49
+ 'add_new_item' => __('Add New Google Form', WPGFORM_I18N_DOMAIN),
50
+ 'edit_item' => __('Edit Google Form', WPGFORM_I18N_DOMAIN),
51
+ 'new_item' => __('New Google Form', WPGFORM_I18N_DOMAIN),
52
+ 'view_item' => __('View Google Form', WPGFORM_I18N_DOMAIN),
53
+ 'search_items' => __('Search Google Forms', WPGFORM_I18N_DOMAIN),
54
+ 'not_found' => __('No Google Forms Found', WPGFORM_I18N_DOMAIN),
55
+ 'not_found_in_trash' => __('No Google Forms Found In Trash', WPGFORM_I18N_DOMAIN),
56
  ),
57
  'menu_icon' => plugins_url('/images/forms-16.png', __FILE__)
58
  );
59
 
60
+ // Register the WordPress Google Form post type
61
  register_post_type(WPGFORM_CPT_FORM, $wpgform_args) ;
62
+
63
+ // Post type is registered, do some hygiene on any that exist in the database.
64
+ // Insert the "wpgform" shortcode for that post into the post content. This
65
+ // ensures the form will be displayed properly when viewed through the CPT URL.
66
+
67
+ $args = array('post_type' => WPGFORM_CPT_FORM, 'posts_per_page' => -1) ;
68
+
69
+ // unhook this function so it doesn't update the meta data incorrectly
70
+ remove_action('save_post', 'wpgform_save_meta_box_data');
71
+
72
+ $loop = new WP_Query($args);
73
+
74
+ while ($loop->have_posts()) :
75
+ $loop->the_post() ;
76
+ wp_update_post(array('ID' => get_the_ID(),
77
+ 'post_content' => sprintf('[wpgform id=\'%d\']', get_the_ID()))) ;
78
+ endwhile ;
79
+
80
+ // re-hook this function
81
+ add_action('save_post', 'wpgform_save_meta_box_data');
82
  }
83
 
84
  // Build custom meta box support
99
  {
100
  $content = array(
101
  'id' => 'wpgform-primary-meta-box',
102
+ 'title' => __('Google Form Details', WPGFORM_I18N_DOMAIN),
103
  'page' => WPGFORM_CPT_FORM,
104
  'context' => 'normal',
105
  'priority' => 'high',
110
  'id' => WPGFORM_PREFIX . 'form',
111
  'type' => 'lgtext',
112
  'std' => '',
113
+ 'placeholder' => __('Google Form URL', WPGFORM_I18N_DOMAIN),
114
  'required' => true
115
  ),
116
  array(
119
  'id' => WPGFORM_PREFIX . 'confirm',
120
  'type' => 'lgtext',
121
  'std' => '',
122
+ 'placeholder' => __('Confirmation Page URL', WPGFORM_I18N_DOMAIN),
123
  'required' => false
124
  ),
125
  array(
137
  'id' => WPGFORM_PREFIX . 'alert',
138
  'type' => 'lgtext',
139
  'std' => '',
140
+ 'placeholder' => __('Alert Message', WPGFORM_I18N_DOMAIN),
141
  'required' => false
142
  ),
143
  array(
172
  'id' => WPGFORM_PREFIX . 'form_css',
173
  'type' => 'textarea',
174
  'std' => '',
175
+ 'placeholder' => 'Define form specific CSS rules',
176
  'required' => false
177
  ),
178
  array(
218
  {
219
  $content = array(
220
  'id' => 'wpgform-secondary-meta-box',
221
+ 'title' => __('Google Form Options', WPGFORM_I18N_DOMAIN),
222
  'page' => WPGFORM_CPT_FORM,
223
  'context' => 'side',
224
  'priority' => 'high',
343
  {
344
  $content = array(
345
  'id' => 'wpgform-validation-meta-box',
346
+ 'title' => __('Google Form Field Validation', WPGFORM_I18N_DOMAIN),
347
  'page' => WPGFORM_CPT_FORM,
348
  'context' => 'normal',
349
  'priority' => 'high',
419
  {
420
  $content = array(
421
  'id' => 'wpgform-placeholder-meta-box',
422
+ 'title' => __('Google Form Field Placeholder', WPGFORM_I18N_DOMAIN),
423
  'page' => WPGFORM_CPT_FORM,
424
  'context' => 'normal',
425
  'priority' => 'high',
457
  {
458
  $content = array(
459
  'id' => 'wpgform-hiddenfield-meta-box',
460
+ 'title' => __('Google Form Hidden Fields', WPGFORM_I18N_DOMAIN),
461
  'page' => WPGFORM_CPT_FORM,
462
  'context' => 'normal',
463
  'priority' => 'high',
613
  switch ($field['type']) {
614
  case 'text':
615
  case 'lgtext':
616
+ printf('<input type="text" name="%s" id="%s" style="width: 97%%;" value="%s" placeholder="%s" /><br /><small>%s</small>',
617
+ $field['id'], $field['id'], $meta ? $meta : $field['std'],
618
+ array_key_exists('placeholder', $field) ? $field['placeholder'] : '', $field['desc']) ;
619
  break;
620
 
621
  case 'medtext':
622
+ printf('<input type="text" name="%s" id="%s" size="30" style="width: 47%%;" value="%s" placeholder="%s" /><br /><small>%s</small>',
623
+ $field['id'], $field['id'], $meta ? $meta : $field['std'],
624
+ array_key_exists('placeholder', $field) ? $field['placeholder'] : '', $field['desc']) ;
625
  break;
626
 
627
  case 'smtext':
628
+ printf('<input type="text" name="%s" id="%s" size="30" style="width: 27%%;" value="%s" placeholder="%s" /><br /><small>%s</small>',
629
+ $field['id'], $field['id'], $meta ? $meta : $field['std'],
630
+ array_key_exists('placeholder', $field) ? $field['placeholder'] : '', $field['desc']) ;
631
  break;
632
 
633
  case 'textarea':
634
+ printf('<textarea name="%s" id="%s" cols="%s" rows="%s" style="width: 97%%;" placeholder="%s">%s</textarea><br /><small>%s</small>',
635
+ $field['id'], $field['id'], array_key_exists('cols', $field) ? $field['cols'] : 60,
636
+ array_key_exists('rows', $field) ? $field['rows'] : 4,
637
+ array_key_exists('placeholder', $field) ? $field['placeholder'] : '',
638
+ $meta ? $meta : $field['std'], $field['desc']) ;
639
  break;
640
 
641
  case 'select':
752
 
753
  add_action('save_post', 'wpgform_save_meta_box_data');
754
  /**
755
+ * Action to save WordPress Google Form meta box data for CPT.
 
756
  *
757
  */
758
  function wpgform_save_meta_box_data($post_id)
848
  }
849
  }
850
  }
851
+
852
+ // Set the post content to the shortcode for the form for rendering the CPT URL slug
853
+
854
+ if (!wp_is_post_revision($post_id))
855
+ {
856
+ // unhook this function so it doesn't loop infinitely
857
+ remove_action('save_post', 'wpgform_save_meta_box_data');
858
+
859
+ // update the post, which calls save_post again
860
+ wp_update_post(array('ID' => $post_id,
861
+ 'post_content' => sprintf('[wpgform id=\'%d\']', $post_id))) ;
862
+
863
+ // re-hook this function
864
+ add_action('save_post', 'wpgform_save_meta_box_data');
865
+ }
866
  }
867
  else
868
  {