Google Forms - Version 0.95

Version Description

No known upgrade issues.

Download this release

Release Info

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

Code changes from version 0.94 to 0.95

index.php CHANGED
@@ -4,8 +4,8 @@
4
  * Plugin Name: Google Forms
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.94
8
- * Build: 0.94
9
  * Last Modified: 02/18/2018
10
  * Author: Mike Walsh
11
  * Author URI: http://www.michaelwalsh.org
@@ -17,13 +17,13 @@
17
  * @author Mike Walsh <mpwalsh8@gmail.com>
18
  * @package wpGForm
19
  * @subpackage admin
20
- * @version 0.94
21
  * @lastmodified 02/18/2018
22
  * @lastmodifiedby mpwalsh8
23
  *
24
  */
25
 
26
- define('WPGFORM_VERSION', '0.94') ;
27
 
28
  require_once('wpgform-core.php') ;
29
  require_once('wpgform-post-type.php') ;
4
  * Plugin Name: Google Forms
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.95
8
+ * Build: 0.95
9
  * Last Modified: 02/18/2018
10
  * Author: Mike Walsh
11
  * Author URI: http://www.michaelwalsh.org
17
  * @author Mike Walsh <mpwalsh8@gmail.com>
18
  * @package wpGForm
19
  * @subpackage admin
20
+ * @version 0.95
21
  * @lastmodified 02/18/2018
22
  * @lastmodifiedby mpwalsh8
23
  *
24
  */
25
 
26
+ define('WPGFORM_VERSION', '0.95') ;
27
 
28
  require_once('wpgform-core.php') ;
29
  require_once('wpgform-post-type.php') ;
languages/wpgform-es_ES.mo CHANGED
Binary file
languages/wpgform-es_ES.po CHANGED
@@ -1,50 +1,50 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Google Form\n"
4
- "POT-Creation-Date: 2017-01-24 19:48+0000\n"
5
- "PO-Revision-Date: 2017-01-24 19:48+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.8.11\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:180 ../wpgform-post-type.php:568
18
- #: ../wpgform-post-type.php:572 ../wpgform-post-type.php:573
19
  msgid "Required"
20
  msgstr "Obligatorio"
21
 
22
- #: ../wpgform-core.php:181 ../wpgform-post-type.php:581
23
- #: ../wpgform-post-type.php:582
24
  msgid "Submit"
25
  msgstr "Enviar"
26
 
27
- #: ../wpgform-core.php:182 ../wpgform-post-type.php:590
28
- #: ../wpgform-post-type.php:591
29
  msgid "Back"
30
  msgstr "Volver"
31
 
32
- #: ../wpgform-core.php:183 ../wpgform-post-type.php:599
33
- #: ../wpgform-post-type.php:600
34
  msgid "Continue"
35
  msgstr "Continuar"
36
 
37
- #: ../wpgform-core.php:184 ../wpgform-post-type.php:608
38
- #: ../wpgform-post-type.php:609 ../wpgform-post-type.php:626
39
  msgid "Mark only one oval."
40
  msgstr "Selecciona sólo una marca."
41
 
42
- #: ../wpgform-core.php:185 ../wpgform-post-type.php:617
43
- #: ../wpgform-post-type.php:618
44
  msgid "Other:"
45
  msgstr "Otros:"
46
 
47
- #: ../wpgform-core.php:186 ../wpgform-post-type.php:627
48
  msgid "Check all that apply."
49
  msgstr "Selecciona todos los que apliquen."
50
 
@@ -70,234 +70,244 @@ msgstr "No tienes permiso para ver el log de respuestas."
70
  msgid "Unable to process Google Form short code."
71
  msgstr "Error al procesar el shortcode del Formulario de Google."
72
 
73
- #: ../wpgform-core.php:684
74
  msgid "Unable to process Google Form."
75
  msgstr "Error al procesar el Formulario de Google"
76
 
77
- #: ../wpgform-core.php:685
78
  msgid "Server is responding with"
79
  msgstr "El servidor responde con"
80
 
81
- #: ../wpgform-core.php:686
82
  msgid "403 Permission Denied"
83
  msgstr "403 Acceso denegado"
84
 
85
- #: ../wpgform-core.php:686
86
  msgid "error"
87
  msgstr "error"
88
 
89
- #: ../wpgform-core.php:736
90
  msgid "Email Address"
91
  msgstr "Dirección de correo"
92
 
93
- #: ../wpgform-core.php:786 ../wpgform-core.php:788
94
  msgid "What is"
95
  msgstr ""
96
 
97
- #: ../wpgform-core.php:942
98
  msgid "Unable to retrieve Google Form. Please try reloading this page."
99
  msgstr ""
100
  "Error al cargar el Formulario de Google. Por favor inténtalo nuevamente "
101
  "recargando la página."
102
 
103
- #: ../wpgform-core.php:1087
104
  msgid "Unexpected content encountered, unable to retrieve Google Form."
105
  msgstr ""
106
  "Error al cargar el Formulario de Google: se encontró contenido no esperado."
107
 
108
- #: ../wpgform-core.php:1277
109
  msgid "A valid email address is required."
110
  msgstr "Se requiere una dirección de correo válida."
111
 
112
- #: ../wpgform-core.php:1296
113
  msgid "Incorrect answer."
114
  msgstr "Respuesta incorrecta."
115
 
116
- #: ../wpgform-core.php:1356
117
  msgid "Please check your input."
118
  msgstr ""
119
 
120
- #: ../wpgform-core.php:1432 ../wpgform-core.php:1704
121
  msgid "Unknown"
122
  msgstr ""
123
 
124
- #: ../wpgform-core.php:1650
125
  msgid "Warning: You are using an insecure browser!"
126
  msgstr "Advertencia: Estás ocupando un navegador no seguro!"
127
 
128
- #: ../wpgform-core.php:1653
129
  msgid "Warning: Your browser is out of date! Please update now."
130
  msgstr "Advertencia: Tu navegador está obsoleto. Por favor actualízalo ahora."
131
 
132
- #: ../wpgform-core.php:1669
133
  msgid "Form Id:"
134
  msgstr "Id del Formulario:"
135
 
136
- #: ../wpgform-core.php:1671
137
  msgid "Submitted Form Id"
138
  msgstr "Id de la respuesta al Formulario"
139
 
140
- #: ../wpgform-core.php:1674
141
  msgid "No Submitted Form Id"
142
  msgstr "No se envió un ID de Formulario"
143
 
144
- #: ../wpgform-core.php:1788
145
  msgid ""
146
- "Google Form submit action does not resolve to <b>drive.google.com</b>. Form "
147
  "submission aborted."
148
  msgstr ""
149
 
150
- #: ../wpgform-core.php:1918
151
  msgid "Unable to submit Google Form. Please try reloading this page."
152
  msgstr ""
153
  "Error al enviar la información del Formulario Google. Por favor inténtalo "
154
  "nuevamente recargando esta página."
155
 
156
- #: ../wpgform-core.php:2001
157
  msgid "View Form Results"
158
  msgstr "Ver los resultados a los formularios"
159
 
160
- #: ../wpgform-core.php:2051
161
  msgid "A form was submitted on your web site."
162
  msgstr "Han respondido un formulario en tu sitio web."
163
 
164
- #: ../wpgform-core.php:2052 ../wpgform-core.php:2064
165
  msgid "Form"
166
  msgstr "Formulario"
167
 
168
- #: ../wpgform-core.php:2053 ../wpgform-core.php:2065 ../wpgform-logging.php:182
169
  msgid "URL"
170
  msgstr "URL"
171
 
172
- #: ../wpgform-core.php:2054 ../wpgform-core.php:2066
173
  msgid "Responses"
174
  msgstr "Respuestas"
175
 
176
- #: ../wpgform-core.php:2055 ../wpgform-core.php:2067
177
  msgid "Date"
178
  msgstr "Fecha"
179
 
180
- #: ../wpgform-core.php:2056 ../wpgform-core.php:2068
181
  msgid "Time"
182
  msgstr "Hora"
183
 
184
- #: ../wpgform-core.php:2057 ../wpgform-core.php:2070
185
  msgid "Thank you"
186
  msgstr "Gracias"
187
 
188
- #: ../wpgform-core.php:2063
189
  msgid "A form was submitted on your web site"
190
  msgstr "Han respondido un formulario en tu sitio web"
191
 
192
- #: ../wpgform-core.php:2230
193
  msgid "This field is required."
194
  msgstr "Este campo es obligatorio."
195
 
196
- #: ../wpgform-core.php:2231
197
  msgid "Please fix this field."
198
  msgstr "Por favor arregla este campo."
199
 
200
- #: ../wpgform-core.php:2232
201
  msgid "Please enter a valid email address."
202
  msgstr "Por favor ingresa una dirección de correo válida."
203
 
204
- #: ../wpgform-core.php:2233
205
  msgid "Please enter a valid URL."
206
  msgstr "Por favor ingresa una URL válida."
207
 
208
- #: ../wpgform-core.php:2234
209
  msgid "Please enter a valid date."
210
  msgstr "Por favor ingresa una fecha válida."
211
 
212
- #: ../wpgform-core.php:2235
213
  msgid "Please enter a valid date (ISO)."
214
  msgstr "Por favor ingresa una fecha válida (ISO)."
215
 
216
- #: ../wpgform-core.php:2236
217
  msgid "Please enter a valid number."
218
  msgstr "Por favor ingresa un número válido."
219
 
220
- #: ../wpgform-core.php:2237
221
  msgid "Please enter only digits."
222
  msgstr "Por favor ingresa sólo números."
223
 
224
- #: ../wpgform-core.php:2238
225
  msgid "Please enter a valid credit card number."
226
  msgstr "Por favor ingresa un número de tarjeta de crédito válido."
227
 
228
- #: ../wpgform-core.php:2239
229
  msgid "Please enter the same value again.,"
230
  msgstr "Por favor ingresa el mismo valor nuevamente."
231
 
232
- #: ../wpgform-core.php:2240
233
  msgid "Please enter a value with a valid extension."
234
  msgstr "Por favor ingresa un valor con una extensión válida."
235
 
236
- #: ../wpgform-core.php:2241
237
  msgid "Please enter no more than {0} characters."
238
  msgstr "Por favor ingresa no mas de {0} caracteres."
239
 
240
- #: ../wpgform-core.php:2242
241
  msgid "Please enter at least {0} characters."
242
  msgstr "Por favor ingresa al menos {0} caracteres."
243
 
244
- #: ../wpgform-core.php:2243
245
  msgid "Please enter a value between {0} and {1} characters long."
246
  msgstr "Por favor ingresa al menos entre {0} y {1} caracteres."
247
 
248
- #: ../wpgform-core.php:2244
249
  msgid "Please enter a value between {0} and {1}."
250
  msgstr "Por favor ingresa un número entre {0} y {1}."
251
 
252
- #: ../wpgform-core.php:2245
253
  msgid "Please enter a value less than or equal to {0}."
254
  msgstr "Por favor ingresa un valor menor o igual a {0}."
255
 
256
- #: ../wpgform-core.php:2246
257
  msgid "Please enter a value greater than or equal to {0}."
258
  msgstr "Por favor ingresa un valor mayor o igual a {0}."
259
 
260
- #: ../wpgform-core.php:2247
261
  #, fuzzy
262
  msgid "Please enter a value which matches {0}."
263
  msgstr "Por favor ingresa un número entre {0} y {1}."
264
 
265
- #: ../wpgform-core.php:2324
266
  #, fuzzy, php-format
267
  msgid ""
268
  "This notification may be hidden via a setting on the <a href=\"%s\">Google "
269
  "Forms settings page</a>."
270
  msgstr "Formularios de Google"
271
 
 
 
 
 
 
 
 
 
 
 
272
  #: ../wpgform-logging.php:30
273
  msgid "You are not allowed to view the submission log."
274
  msgstr "No tienes permiso para ver el log de respuestas."
275
 
276
- #: ../wpgform-logging.php:181
277
  msgid "Timestamp"
278
  msgstr "Fecha"
279
 
280
- #: ../wpgform-logging.php:183
281
  msgid "Remote Addr"
282
  msgstr "Dirección remota"
283
 
284
- #: ../wpgform-logging.php:184
285
  msgid "Remote Host"
286
  msgstr "Servidor remoto"
287
 
288
- #: ../wpgform-logging.php:185
289
  msgid "HTTP Refer"
290
  msgstr "Referencia HTTP"
291
 
292
- #: ../wpgform-logging.php:186
293
  msgid "HTTP User Agent"
294
  msgstr "Navegador HTTP"
295
 
296
- #: ../wpgform-logging.php:238
297
  msgid "Delete"
298
  msgstr "Borrar"
299
 
300
- #: ../wpgform-logging.php:298
301
  msgid "No log entries selected"
302
  msgstr "No se han seleccionado entradas del log"
303
 
@@ -374,277 +384,277 @@ msgstr "Formularios de Google"
374
  msgid "No Google Forms Found In Trash"
375
  msgstr "Formularios de Google"
376
 
377
- #: ../wpgform-post-type.php:108
378
  #, fuzzy
379
  msgid "Google Form Details"
380
  msgstr "Error al procesar el Formulario de Google"
381
 
382
- #: ../wpgform-post-type.php:114
383
  msgid "Form URL"
384
  msgstr "URL del formulario"
385
 
386
- #: ../wpgform-post-type.php:115
387
  msgid "The full URL to the published Google Form"
388
  msgstr "La URL completa al Formulario Google publicado"
389
 
390
- #: ../wpgform-post-type.php:119
391
  #, fuzzy
392
  msgid "Google Form URL"
393
  msgstr "La URL completa al Formulario Google publicado"
394
 
395
- #: ../wpgform-post-type.php:123
396
  msgid "Confirm URL"
397
  msgstr "URL de confirmación"
398
 
399
- #: ../wpgform-post-type.php:124
400
  msgid "The full URL to the optional Confirmation Page"
401
  msgstr "El URL completo a la página de confirmación (opcional)"
402
 
403
- #: ../wpgform-post-type.php:128
404
  #, fuzzy
405
  msgid "Confirmation Page URL"
406
  msgstr "El URL completo a la página de confirmación (opcional)"
407
 
408
- #: ../wpgform-post-type.php:132
409
  msgid "Style"
410
  msgstr "Estilo"
411
 
412
- #: ../wpgform-post-type.php:133
413
  msgid "Custom Confirmation Page Style"
414
  msgstr "Estilo personalizado para la página de confirmación"
415
 
416
- #: ../wpgform-post-type.php:141
417
  msgid "Alert"
418
  msgstr "Aviso"
419
 
420
- #: ../wpgform-post-type.php:142
421
  msgid "Javascript Alert Box message displayed upon submission"
422
  msgstr ""
423
  "Mensaje en la ventana de aviso JavaScript a mostrar con el envío de "
424
  "información"
425
 
426
- #: ../wpgform-post-type.php:146
427
  #, fuzzy
428
  msgid "Alert Message"
429
  msgstr ""
430
  "Mensaje en la ventana de aviso JavaScript a mostrar con el envío de "
431
  "información"
432
 
433
- #: ../wpgform-post-type.php:150
434
  msgid "Class"
435
  msgstr "Clase"
436
 
437
- #: ../wpgform-post-type.php:151
438
  msgid "CSS class(es) to add to the form's containing DIV"
439
  msgstr "Clase(s) CSS a agregar al DIV que contiene el formulario"
440
 
441
- #: ../wpgform-post-type.php:158
442
  msgid "Email"
443
  msgstr "Correo"
444
 
445
- #: ../wpgform-post-type.php:159
446
  msgid "Send email upon form submission"
447
  msgstr "Enviar email al registrar respuestas del formulario"
448
 
449
- #: ../wpgform-post-type.php:162 ../wpgform-post-type.php:189
450
- #: ../wpgform-post-type.php:237 ../wpgform-post-type.php:274
451
- #: ../wpgform-post-type.php:284 ../wpgform-post-type.php:294
452
- #: ../wpgform-post-type.php:304 ../wpgform-post-type.php:330
453
- #: ../wpgform-post-type.php:340 ../wpgform-post-type.php:350
454
- #: ../wpgform-post-type.php:380 ../wpgform-post-type.php:495
455
- #: ../wpgform-post-type.php:562
456
  msgid "On"
457
  msgstr ""
458
 
459
- #: ../wpgform-post-type.php:162 ../wpgform-post-type.php:189
460
- #: ../wpgform-post-type.php:237 ../wpgform-post-type.php:274
461
- #: ../wpgform-post-type.php:284 ../wpgform-post-type.php:294
462
- #: ../wpgform-post-type.php:304 ../wpgform-post-type.php:330
463
- #: ../wpgform-post-type.php:340 ../wpgform-post-type.php:350
464
- #: ../wpgform-post-type.php:380 ../wpgform-post-type.php:495
465
- #: ../wpgform-post-type.php:562
466
  #, fuzzy
467
  msgid "Off"
468
  msgstr "Desactivado"
469
 
470
- #: ../wpgform-post-type.php:168
471
  msgid "Send To"
472
  msgstr "Enviar a"
473
 
474
- #: ../wpgform-post-type.php:169
475
  msgid "Email address send submission email to"
476
  msgstr "Dirección a la cual enviar los correos "
477
 
478
- #: ../wpgform-post-type.php:176
479
  msgid "Form CSS"
480
  msgstr "CSS del formulario"
481
 
482
- #: ../wpgform-post-type.php:177
483
  msgid "Form specific CSS rules"
484
  msgstr "Reglas CSS específicas para el formulario"
485
 
486
- #: ../wpgform-post-type.php:185
487
  #, fuzzy
488
  msgid "Form Caching"
489
  msgstr "Formulario"
490
 
491
- #: ../wpgform-post-type.php:186
492
  #, fuzzy
493
  msgid "Enable Form Caching using Wordpress Transient API"
494
  msgstr "Ingresa el nombre para el formulario en Wordpress"
495
 
496
- #: ../wpgform-post-type.php:195
497
  #, fuzzy
498
  msgid "Form Caching Timeout"
499
  msgstr "Formulario"
500
 
501
- #: ../wpgform-post-type.php:196
502
  #, fuzzy
503
  msgid "How often will the forms reloaded (in minutes)"
504
  msgstr "Formularios de Google"
505
 
506
- #: ../wpgform-post-type.php:204
507
  #, fuzzy
508
  msgid "Reset Form Cache?"
509
  msgstr "Formulario"
510
 
511
- #: ../wpgform-post-type.php:205
512
  #, fuzzy
513
  msgid "This will force reloading the form from Google Drive"
514
  msgstr ""
515
  "Error al cargar el Formulario de Google. Por favor inténtalo nuevamente "
516
  "recargando la página."
517
 
518
- #: ../wpgform-post-type.php:227
519
  #, fuzzy
520
  msgid "Google Form Options"
521
  msgstr "Error al procesar el Formulario de Google"
522
 
523
- #: ../wpgform-post-type.php:233 ../wpgform-post-type.php:234
524
  msgid "CAPTCHA"
525
  msgstr "CAPTCHA"
526
 
527
- #: ../wpgform-post-type.php:243
528
  msgid "Columns"
529
  msgstr "Columnas"
530
 
531
- #: ../wpgform-post-type.php:244
532
  msgid "Split form into columns"
533
  msgstr "Dividir el formulario en columnas"
534
 
535
- #: ../wpgform-post-type.php:252
536
  #, fuzzy
537
  msgid "Column Order"
538
  msgstr "Columnas"
539
 
540
- #: ../wpgform-post-type.php:253
541
  msgid "Order Columns Left to Right or Right to Left"
542
  msgstr ""
543
 
544
- #: ../wpgform-post-type.php:256
545
  msgid "Left-to-Right"
546
  msgstr ""
547
 
548
- #: ../wpgform-post-type.php:256
549
  msgid "Right-to-Left"
550
  msgstr ""
551
 
552
- #: ../wpgform-post-type.php:262
553
  msgid "Columnize Min Width"
554
  msgstr ""
555
 
556
- #: ../wpgform-post-type.php:263
557
  msgid "Minimum browser viewport width to columnize form (0 to ignore)"
558
  msgstr ""
559
 
560
- #: ../wpgform-post-type.php:270
561
  msgid "Email End User"
562
  msgstr "Correo para el usuario"
563
 
564
- #: ../wpgform-post-type.php:271
565
  msgid "Send email to end user upon form submission"
566
  msgstr "Enviar correo al usuario final al registrar respuesta del formulario"
567
 
568
- #: ../wpgform-post-type.php:280
569
  msgid "Legal"
570
  msgstr "Texto legal"
571
 
572
- #: ../wpgform-post-type.php:281
573
  msgid "Google Legal Disclaimer"
574
  msgstr "Mostrar renuncia legal de Google"
575
 
576
- #: ../wpgform-post-type.php:290
577
  msgid "Read Only"
578
  msgstr "Sólo lectura"
579
 
580
- #: ../wpgform-post-type.php:291
581
  msgid "Set the form Read Only"
582
  msgstr "Dejar el formulario como de sólo lectura"
583
 
584
- #: ../wpgform-post-type.php:300
585
  msgid "BR"
586
  msgstr "BR"
587
 
588
- #: ../wpgform-post-type.php:301
589
  msgid "Insert &lt;BR&gt; tags between labels and input box"
590
  msgstr "Agregar etiquetas &lt;BR&gt; entre las etiquetas y los campos de datos"
591
 
592
- #: ../wpgform-post-type.php:310
593
  msgid "CSS Prefix"
594
  msgstr "Prefijo CSS"
595
 
596
- #: ../wpgform-post-type.php:311
597
  msgid "Prefix to add to all Google CSS classes"
598
  msgstr "Prefijo a agregar a todas las clases CSS de Google"
599
 
600
- #: ../wpgform-post-type.php:318
601
  msgid "CSS Suffix"
602
  msgstr "Sufijo CSS"
603
 
604
- #: ../wpgform-post-type.php:319
605
  msgid "Suffix to add to all Google CSS classes"
606
  msgstr "Sufijo a agregar a todas las clases CSS de Google"
607
 
608
- #: ../wpgform-post-type.php:326
609
  msgid "Title"
610
  msgstr "Nombre"
611
 
612
- #: ../wpgform-post-type.php:327
613
  msgid "Show or Hide the Google Form's title"
614
  msgstr "Mostrar u ocultar el nombre del Formulario"
615
 
616
- #: ../wpgform-post-type.php:336
617
  msgid "Map H1 to H2"
618
  msgstr "Mapear H1 a H2"
619
 
620
- #: ../wpgform-post-type.php:337
621
  msgid "Map H1 elements to H2 elements"
622
  msgstr "Cambiar tipo de etiqueta de elementos H1 a H2"
623
 
624
- #: ../wpgform-post-type.php:346 ../wpgform-post-type.php:347
625
  msgid "Unite Theme Hack"
626
  msgstr "Hack para tema Unite"
627
 
628
- #: ../wpgform-post-type.php:370
629
  #, fuzzy
630
  msgid "Google Form Field Validation"
631
  msgstr "Error al procesar el Formulario de Google"
632
 
633
- #: ../wpgform-post-type.php:376
634
  msgid "Validation"
635
  msgstr "Validación"
636
 
637
- #: ../wpgform-post-type.php:377
638
  msgid "Enable default jQuery Validation on all required fields"
639
  msgstr ""
640
  "Habiliar validación jQuery por defecto en todos los campos obligatorios"
641
 
642
- #: ../wpgform-post-type.php:386 ../wpgform-post-type.php:453
643
- #: ../wpgform-post-type.php:501
644
  msgid "Form Fields"
645
  msgstr "Campos del formulario"
646
 
647
- #: ../wpgform-post-type.php:387
648
  #, fuzzy
649
  msgid ""
650
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
@@ -652,32 +662,32 @@ msgid ""
652
  "jQuery Rules</a>"
653
  msgstr "Reglas CSS específicas para el formulario"
654
 
655
- #: ../wpgform-post-type.php:416 ../wpgform-post-type.php:522
656
- #: ../wpgform-post-type.php:812 ../wpgform-post-type.php:834
657
  msgid "Type"
658
  msgstr "Tipo"
659
 
660
- #: ../wpgform-post-type.php:417
661
  msgid "Type of validation"
662
  msgstr "Tipo de validación"
663
 
664
- #: ../wpgform-post-type.php:424 ../wpgform-post-type.php:463
665
- #: ../wpgform-post-type.php:530 ../wpgform-post-type.php:821
666
- #: ../wpgform-post-type.php:823 ../wpgform-post-type.php:843
667
- #: ../wpgform-post-type.php:845
668
  msgid "Value"
669
  msgstr "Valor"
670
 
671
- #: ../wpgform-post-type.php:425 ../wpgform-post-type.php:464
672
  msgid "Value to validate against"
673
  msgstr "Valor contra el cual validar"
674
 
675
- #: ../wpgform-post-type.php:447
676
  #, fuzzy
677
  msgid "Google Form Field Placeholder"
678
  msgstr "Error al procesar el Formulario de Google"
679
 
680
- #: ../wpgform-post-type.php:454
681
  #, fuzzy
682
  msgid ""
683
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
@@ -685,22 +695,22 @@ msgid ""
685
  "\">Additional details on Placeholders</a>"
686
  msgstr "Agregar etiquetas &lt;BR&gt; entre las etiquetas y los campos de datos"
687
 
688
- #: ../wpgform-post-type.php:485
689
  #, fuzzy
690
  msgid "Google Form Hidden Fields"
691
  msgstr "Campos del formulario"
692
 
693
- #: ../wpgform-post-type.php:491
694
  #, fuzzy
695
  msgid "Hidden Fields"
696
  msgstr "Campos del formulario"
697
 
698
- #: ../wpgform-post-type.php:492
699
  #, fuzzy
700
  msgid "Configure hidden fields"
701
  msgstr "Campos del formulario"
702
 
703
- #: ../wpgform-post-type.php:502
704
  #, fuzzy
705
  msgid ""
706
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
@@ -709,100 +719,100 @@ msgid ""
709
  "types WordPress will set the hidden input to a system derived value."
710
  msgstr "Valor"
711
 
712
- #: ../wpgform-post-type.php:523
713
  #, fuzzy
714
  msgid "Type of hiddenfield"
715
  msgstr "Tipo"
716
 
717
- #: ../wpgform-post-type.php:531
718
  #, fuzzy
719
  msgid "Optional value to use as a preset"
720
  msgstr "Valor"
721
 
722
- #: ../wpgform-post-type.php:552
723
  #, fuzzy
724
  msgid "Google Form Default Text Overrides"
725
  msgstr "Error al procesar el Formulario de Google"
726
 
727
- #: ../wpgform-post-type.php:558
728
  #, fuzzy
729
  msgid "Override"
730
  msgstr "Del correo del remitente<br/>Sustituir dirección"
731
 
732
- #: ../wpgform-post-type.php:559
733
  msgid "Override <i><b>Google Default Text</b></i>"
734
  msgstr ""
735
 
736
- #: ../wpgform-post-type.php:569
737
  #, fuzzy
738
  msgid "This is text that indicates a field is required."
739
  msgstr "Este campo es obligatorio."
740
 
741
- #: ../wpgform-post-type.php:577
742
  #, fuzzy
743
  msgid "Submit Button"
744
  msgstr "Enviar"
745
 
746
- #: ../wpgform-post-type.php:578
747
  msgid "This is text used for the Submit button."
748
  msgstr ""
749
 
750
- #: ../wpgform-post-type.php:586
751
  msgid "Back Button"
752
  msgstr ""
753
 
754
- #: ../wpgform-post-type.php:587
755
  msgid "This is text used for the Back button."
756
  msgstr ""
757
 
758
- #: ../wpgform-post-type.php:595
759
  #, fuzzy
760
  msgid "Continue Button"
761
  msgstr "Continuar"
762
 
763
- #: ../wpgform-post-type.php:596
764
  msgid "This is text used for the Continue button."
765
  msgstr ""
766
 
767
- #: ../wpgform-post-type.php:604
768
  msgid "Radio Buttons"
769
  msgstr ""
770
 
771
- #: ../wpgform-post-type.php:605
772
  msgid "This is text used for the Radio Buttons hint."
773
  msgstr ""
774
 
775
- #: ../wpgform-post-type.php:613
776
  msgid "Radio Buttons - Other"
777
  msgstr ""
778
 
779
- #: ../wpgform-post-type.php:614
780
  msgid "This is text used for the Radio Buttons Other option."
781
  msgstr ""
782
 
783
- #: ../wpgform-post-type.php:622
784
  #, fuzzy
785
  msgid "Check Boxes"
786
  msgstr "Selecciona todos los que apliquen."
787
 
788
- #: ../wpgform-post-type.php:623
789
  msgid "This is text used for the Check Boxes hint."
790
  msgstr ""
791
 
792
- #: ../wpgform-post-type.php:808
793
  msgid "Name"
794
  msgstr "Nombre"
795
 
796
- #: ../wpgform-post-type.php:812 ../wpgform-post-type.php:834
797
  #, fuzzy
798
  msgid "Check"
799
  msgstr "Verificación de wp_mail() de Email Users"
800
 
801
- #: ../wpgform-post-type.php:831
802
  msgid "Field"
803
  msgstr "Campo"
804
 
805
- #: ../wpgform-post-type.php:1034
806
  msgid ""
807
  "<p>Google Form does not contain expected HTML. Google Forms must be "
808
  "downgraded in order to work with this plugin.</p><p>More details can be "
@@ -810,18 +820,18 @@ msgid ""
810
  "a> under the <b><i>Opt out of the new Forms</i></b> section.</p>"
811
  msgstr ""
812
 
813
- #: ../wpgform-post-type.php:1071
814
  msgid "Form Name"
815
  msgstr "Nombre"
816
 
817
- #: ../wpgform-post-type.php:1076
818
  msgid "Short Code"
819
  msgstr "Shortcode"
820
 
821
- #: ../wpgform-post-type.php:1077
822
  msgid "Form Description"
823
  msgstr "Descripción"
824
 
825
- #: ../wpgform-post-type.php:1168
826
  msgid "Enter WordPress Google Form Title"
827
  msgstr "Ingresa el nombre para el formulario en Wordpress"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Google Form\n"
4
+ "POT-Creation-Date: 2018-08-05 17:04+0100\n"
5
+ "PO-Revision-Date: 2018-08-05 17:04+0100\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 2.1.1\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:180 ../wpgform-post-type.php:580
18
+ #: ../wpgform-post-type.php:584 ../wpgform-post-type.php:585
19
  msgid "Required"
20
  msgstr "Obligatorio"
21
 
22
+ #: ../wpgform-core.php:181 ../wpgform-post-type.php:593
23
+ #: ../wpgform-post-type.php:594
24
  msgid "Submit"
25
  msgstr "Enviar"
26
 
27
+ #: ../wpgform-core.php:182 ../wpgform-post-type.php:602
28
+ #: ../wpgform-post-type.php:603
29
  msgid "Back"
30
  msgstr "Volver"
31
 
32
+ #: ../wpgform-core.php:183 ../wpgform-post-type.php:611
33
+ #: ../wpgform-post-type.php:612
34
  msgid "Continue"
35
  msgstr "Continuar"
36
 
37
+ #: ../wpgform-core.php:184 ../wpgform-post-type.php:620
38
+ #: ../wpgform-post-type.php:621 ../wpgform-post-type.php:638
39
  msgid "Mark only one oval."
40
  msgstr "Selecciona sólo una marca."
41
 
42
+ #: ../wpgform-core.php:185 ../wpgform-post-type.php:629
43
+ #: ../wpgform-post-type.php:630
44
  msgid "Other:"
45
  msgstr "Otros:"
46
 
47
+ #: ../wpgform-core.php:186 ../wpgform-post-type.php:639
48
  msgid "Check all that apply."
49
  msgstr "Selecciona todos los que apliquen."
50
 
70
  msgid "Unable to process Google Form short code."
71
  msgstr "Error al procesar el shortcode del Formulario de Google."
72
 
73
+ #: ../wpgform-core.php:699
74
  msgid "Unable to process Google Form."
75
  msgstr "Error al procesar el Formulario de Google"
76
 
77
+ #: ../wpgform-core.php:700
78
  msgid "Server is responding with"
79
  msgstr "El servidor responde con"
80
 
81
+ #: ../wpgform-core.php:701
82
  msgid "403 Permission Denied"
83
  msgstr "403 Acceso denegado"
84
 
85
+ #: ../wpgform-core.php:701
86
  msgid "error"
87
  msgstr "error"
88
 
89
+ #: ../wpgform-core.php:751
90
  msgid "Email Address"
91
  msgstr "Dirección de correo"
92
 
93
+ #: ../wpgform-core.php:815 ../wpgform-core.php:817
94
  msgid "What is"
95
  msgstr ""
96
 
97
+ #: ../wpgform-core.php:971
98
  msgid "Unable to retrieve Google Form. Please try reloading this page."
99
  msgstr ""
100
  "Error al cargar el Formulario de Google. Por favor inténtalo nuevamente "
101
  "recargando la página."
102
 
103
+ #: ../wpgform-core.php:1116
104
  msgid "Unexpected content encountered, unable to retrieve Google Form."
105
  msgstr ""
106
  "Error al cargar el Formulario de Google: se encontró contenido no esperado."
107
 
108
+ #: ../wpgform-core.php:1306
109
  msgid "A valid email address is required."
110
  msgstr "Se requiere una dirección de correo válida."
111
 
112
+ #: ../wpgform-core.php:1325
113
  msgid "Incorrect answer."
114
  msgstr "Respuesta incorrecta."
115
 
116
+ #: ../wpgform-core.php:1385
117
  msgid "Please check your input."
118
  msgstr ""
119
 
120
+ #: ../wpgform-core.php:1461 ../wpgform-core.php:1733
121
  msgid "Unknown"
122
  msgstr ""
123
 
124
+ #: ../wpgform-core.php:1679
125
  msgid "Warning: You are using an insecure browser!"
126
  msgstr "Advertencia: Estás ocupando un navegador no seguro!"
127
 
128
+ #: ../wpgform-core.php:1682
129
  msgid "Warning: Your browser is out of date! Please update now."
130
  msgstr "Advertencia: Tu navegador está obsoleto. Por favor actualízalo ahora."
131
 
132
+ #: ../wpgform-core.php:1698
133
  msgid "Form Id:"
134
  msgstr "Id del Formulario:"
135
 
136
+ #: ../wpgform-core.php:1700
137
  msgid "Submitted Form Id"
138
  msgstr "Id de la respuesta al Formulario"
139
 
140
+ #: ../wpgform-core.php:1703
141
  msgid "No Submitted Form Id"
142
  msgstr "No se envió un ID de Formulario"
143
 
144
+ #: ../wpgform-core.php:1820
145
  msgid ""
146
+ "Google Form submit action does not resolve to <b>google.com</b>. Form "
147
  "submission aborted."
148
  msgstr ""
149
 
150
+ #: ../wpgform-core.php:1950
151
  msgid "Unable to submit Google Form. Please try reloading this page."
152
  msgstr ""
153
  "Error al enviar la información del Formulario Google. Por favor inténtalo "
154
  "nuevamente recargando esta página."
155
 
156
+ #: ../wpgform-core.php:2033
157
  msgid "View Form Results"
158
  msgstr "Ver los resultados a los formularios"
159
 
160
+ #: ../wpgform-core.php:2083
161
  msgid "A form was submitted on your web site."
162
  msgstr "Han respondido un formulario en tu sitio web."
163
 
164
+ #: ../wpgform-core.php:2084 ../wpgform-core.php:2096
165
  msgid "Form"
166
  msgstr "Formulario"
167
 
168
+ #: ../wpgform-core.php:2085 ../wpgform-core.php:2097 ../wpgform-logging.php:183
169
  msgid "URL"
170
  msgstr "URL"
171
 
172
+ #: ../wpgform-core.php:2086 ../wpgform-core.php:2098
173
  msgid "Responses"
174
  msgstr "Respuestas"
175
 
176
+ #: ../wpgform-core.php:2087 ../wpgform-core.php:2099
177
  msgid "Date"
178
  msgstr "Fecha"
179
 
180
+ #: ../wpgform-core.php:2088 ../wpgform-core.php:2100
181
  msgid "Time"
182
  msgstr "Hora"
183
 
184
+ #: ../wpgform-core.php:2089 ../wpgform-core.php:2102
185
  msgid "Thank you"
186
  msgstr "Gracias"
187
 
188
+ #: ../wpgform-core.php:2095
189
  msgid "A form was submitted on your web site"
190
  msgstr "Han respondido un formulario en tu sitio web"
191
 
192
+ #: ../wpgform-core.php:2262
193
  msgid "This field is required."
194
  msgstr "Este campo es obligatorio."
195
 
196
+ #: ../wpgform-core.php:2263
197
  msgid "Please fix this field."
198
  msgstr "Por favor arregla este campo."
199
 
200
+ #: ../wpgform-core.php:2264
201
  msgid "Please enter a valid email address."
202
  msgstr "Por favor ingresa una dirección de correo válida."
203
 
204
+ #: ../wpgform-core.php:2265
205
  msgid "Please enter a valid URL."
206
  msgstr "Por favor ingresa una URL válida."
207
 
208
+ #: ../wpgform-core.php:2266
209
  msgid "Please enter a valid date."
210
  msgstr "Por favor ingresa una fecha válida."
211
 
212
+ #: ../wpgform-core.php:2267
213
  msgid "Please enter a valid date (ISO)."
214
  msgstr "Por favor ingresa una fecha válida (ISO)."
215
 
216
+ #: ../wpgform-core.php:2268
217
  msgid "Please enter a valid number."
218
  msgstr "Por favor ingresa un número válido."
219
 
220
+ #: ../wpgform-core.php:2269
221
  msgid "Please enter only digits."
222
  msgstr "Por favor ingresa sólo números."
223
 
224
+ #: ../wpgform-core.php:2270
225
  msgid "Please enter a valid credit card number."
226
  msgstr "Por favor ingresa un número de tarjeta de crédito válido."
227
 
228
+ #: ../wpgform-core.php:2271
229
  msgid "Please enter the same value again.,"
230
  msgstr "Por favor ingresa el mismo valor nuevamente."
231
 
232
+ #: ../wpgform-core.php:2272
233
  msgid "Please enter a value with a valid extension."
234
  msgstr "Por favor ingresa un valor con una extensión válida."
235
 
236
+ #: ../wpgform-core.php:2273
237
  msgid "Please enter no more than {0} characters."
238
  msgstr "Por favor ingresa no mas de {0} caracteres."
239
 
240
+ #: ../wpgform-core.php:2274
241
  msgid "Please enter at least {0} characters."
242
  msgstr "Por favor ingresa al menos {0} caracteres."
243
 
244
+ #: ../wpgform-core.php:2275
245
  msgid "Please enter a value between {0} and {1} characters long."
246
  msgstr "Por favor ingresa al menos entre {0} y {1} caracteres."
247
 
248
+ #: ../wpgform-core.php:2276
249
  msgid "Please enter a value between {0} and {1}."
250
  msgstr "Por favor ingresa un número entre {0} y {1}."
251
 
252
+ #: ../wpgform-core.php:2277
253
  msgid "Please enter a value less than or equal to {0}."
254
  msgstr "Por favor ingresa un valor menor o igual a {0}."
255
 
256
+ #: ../wpgform-core.php:2278
257
  msgid "Please enter a value greater than or equal to {0}."
258
  msgstr "Por favor ingresa un valor mayor o igual a {0}."
259
 
260
+ #: ../wpgform-core.php:2279
261
  #, fuzzy
262
  msgid "Please enter a value which matches {0}."
263
  msgstr "Por favor ingresa un número entre {0} y {1}."
264
 
265
+ #: ../wpgform-core.php:2356
266
  #, fuzzy, php-format
267
  msgid ""
268
  "This notification may be hidden via a setting on the <a href=\"%s\">Google "
269
  "Forms settings page</a>."
270
  msgstr "Formularios de Google"
271
 
272
+ #: ../wpgform-core.php:2378
273
+ msgid ""
274
+ "Google has announced plans to <a href=\"https://gsuiteupdates.googleblog."
275
+ "com/2018/07/migration-to-new-google-forms-ui_19.html\">remove the Google "
276
+ "Forms downgrade option</a>. The <a href=\"https://wordpress.org/plugins/"
277
+ "wpgform/\">Google Forms plugin</a> may no longer work after August 22, "
278
+ "2018. The <a href=\"https://wordpress.org/plugins/wpgform/\">Google Forms "
279
+ "plugin</a> does not work with the new version of Google Forms."
280
+ msgstr ""
281
+
282
  #: ../wpgform-logging.php:30
283
  msgid "You are not allowed to view the submission log."
284
  msgstr "No tienes permiso para ver el log de respuestas."
285
 
286
+ #: ../wpgform-logging.php:182
287
  msgid "Timestamp"
288
  msgstr "Fecha"
289
 
290
+ #: ../wpgform-logging.php:184
291
  msgid "Remote Addr"
292
  msgstr "Dirección remota"
293
 
294
+ #: ../wpgform-logging.php:185
295
  msgid "Remote Host"
296
  msgstr "Servidor remoto"
297
 
298
+ #: ../wpgform-logging.php:186
299
  msgid "HTTP Refer"
300
  msgstr "Referencia HTTP"
301
 
302
+ #: ../wpgform-logging.php:187
303
  msgid "HTTP User Agent"
304
  msgstr "Navegador HTTP"
305
 
306
+ #: ../wpgform-logging.php:239
307
  msgid "Delete"
308
  msgstr "Borrar"
309
 
310
+ #: ../wpgform-logging.php:299
311
  msgid "No log entries selected"
312
  msgstr "No se han seleccionado entradas del log"
313
 
384
  msgid "No Google Forms Found In Trash"
385
  msgstr "Formularios de Google"
386
 
387
+ #: ../wpgform-post-type.php:120
388
  #, fuzzy
389
  msgid "Google Form Details"
390
  msgstr "Error al procesar el Formulario de Google"
391
 
392
+ #: ../wpgform-post-type.php:126
393
  msgid "Form URL"
394
  msgstr "URL del formulario"
395
 
396
+ #: ../wpgform-post-type.php:127
397
  msgid "The full URL to the published Google Form"
398
  msgstr "La URL completa al Formulario Google publicado"
399
 
400
+ #: ../wpgform-post-type.php:131
401
  #, fuzzy
402
  msgid "Google Form URL"
403
  msgstr "La URL completa al Formulario Google publicado"
404
 
405
+ #: ../wpgform-post-type.php:135
406
  msgid "Confirm URL"
407
  msgstr "URL de confirmación"
408
 
409
+ #: ../wpgform-post-type.php:136
410
  msgid "The full URL to the optional Confirmation Page"
411
  msgstr "El URL completo a la página de confirmación (opcional)"
412
 
413
+ #: ../wpgform-post-type.php:140
414
  #, fuzzy
415
  msgid "Confirmation Page URL"
416
  msgstr "El URL completo a la página de confirmación (opcional)"
417
 
418
+ #: ../wpgform-post-type.php:144
419
  msgid "Style"
420
  msgstr "Estilo"
421
 
422
+ #: ../wpgform-post-type.php:145
423
  msgid "Custom Confirmation Page Style"
424
  msgstr "Estilo personalizado para la página de confirmación"
425
 
426
+ #: ../wpgform-post-type.php:153
427
  msgid "Alert"
428
  msgstr "Aviso"
429
 
430
+ #: ../wpgform-post-type.php:154
431
  msgid "Javascript Alert Box message displayed upon submission"
432
  msgstr ""
433
  "Mensaje en la ventana de aviso JavaScript a mostrar con el envío de "
434
  "información"
435
 
436
+ #: ../wpgform-post-type.php:158
437
  #, fuzzy
438
  msgid "Alert Message"
439
  msgstr ""
440
  "Mensaje en la ventana de aviso JavaScript a mostrar con el envío de "
441
  "información"
442
 
443
+ #: ../wpgform-post-type.php:162
444
  msgid "Class"
445
  msgstr "Clase"
446
 
447
+ #: ../wpgform-post-type.php:163
448
  msgid "CSS class(es) to add to the form's containing DIV"
449
  msgstr "Clase(s) CSS a agregar al DIV que contiene el formulario"
450
 
451
+ #: ../wpgform-post-type.php:170
452
  msgid "Email"
453
  msgstr "Correo"
454
 
455
+ #: ../wpgform-post-type.php:171
456
  msgid "Send email upon form submission"
457
  msgstr "Enviar email al registrar respuestas del formulario"
458
 
459
+ #: ../wpgform-post-type.php:174 ../wpgform-post-type.php:201
460
+ #: ../wpgform-post-type.php:249 ../wpgform-post-type.php:286
461
+ #: ../wpgform-post-type.php:296 ../wpgform-post-type.php:306
462
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:342
463
+ #: ../wpgform-post-type.php:352 ../wpgform-post-type.php:362
464
+ #: ../wpgform-post-type.php:392 ../wpgform-post-type.php:507
465
+ #: ../wpgform-post-type.php:574
466
  msgid "On"
467
  msgstr ""
468
 
469
+ #: ../wpgform-post-type.php:174 ../wpgform-post-type.php:201
470
+ #: ../wpgform-post-type.php:249 ../wpgform-post-type.php:286
471
+ #: ../wpgform-post-type.php:296 ../wpgform-post-type.php:306
472
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:342
473
+ #: ../wpgform-post-type.php:352 ../wpgform-post-type.php:362
474
+ #: ../wpgform-post-type.php:392 ../wpgform-post-type.php:507
475
+ #: ../wpgform-post-type.php:574
476
  #, fuzzy
477
  msgid "Off"
478
  msgstr "Desactivado"
479
 
480
+ #: ../wpgform-post-type.php:180
481
  msgid "Send To"
482
  msgstr "Enviar a"
483
 
484
+ #: ../wpgform-post-type.php:181
485
  msgid "Email address send submission email to"
486
  msgstr "Dirección a la cual enviar los correos "
487
 
488
+ #: ../wpgform-post-type.php:188
489
  msgid "Form CSS"
490
  msgstr "CSS del formulario"
491
 
492
+ #: ../wpgform-post-type.php:189
493
  msgid "Form specific CSS rules"
494
  msgstr "Reglas CSS específicas para el formulario"
495
 
496
+ #: ../wpgform-post-type.php:197
497
  #, fuzzy
498
  msgid "Form Caching"
499
  msgstr "Formulario"
500
 
501
+ #: ../wpgform-post-type.php:198
502
  #, fuzzy
503
  msgid "Enable Form Caching using Wordpress Transient API"
504
  msgstr "Ingresa el nombre para el formulario en Wordpress"
505
 
506
+ #: ../wpgform-post-type.php:207
507
  #, fuzzy
508
  msgid "Form Caching Timeout"
509
  msgstr "Formulario"
510
 
511
+ #: ../wpgform-post-type.php:208
512
  #, fuzzy
513
  msgid "How often will the forms reloaded (in minutes)"
514
  msgstr "Formularios de Google"
515
 
516
+ #: ../wpgform-post-type.php:216
517
  #, fuzzy
518
  msgid "Reset Form Cache?"
519
  msgstr "Formulario"
520
 
521
+ #: ../wpgform-post-type.php:217
522
  #, fuzzy
523
  msgid "This will force reloading the form from Google Drive"
524
  msgstr ""
525
  "Error al cargar el Formulario de Google. Por favor inténtalo nuevamente "
526
  "recargando la página."
527
 
528
+ #: ../wpgform-post-type.php:239
529
  #, fuzzy
530
  msgid "Google Form Options"
531
  msgstr "Error al procesar el Formulario de Google"
532
 
533
+ #: ../wpgform-post-type.php:245 ../wpgform-post-type.php:246
534
  msgid "CAPTCHA"
535
  msgstr "CAPTCHA"
536
 
537
+ #: ../wpgform-post-type.php:255
538
  msgid "Columns"
539
  msgstr "Columnas"
540
 
541
+ #: ../wpgform-post-type.php:256
542
  msgid "Split form into columns"
543
  msgstr "Dividir el formulario en columnas"
544
 
545
+ #: ../wpgform-post-type.php:264
546
  #, fuzzy
547
  msgid "Column Order"
548
  msgstr "Columnas"
549
 
550
+ #: ../wpgform-post-type.php:265
551
  msgid "Order Columns Left to Right or Right to Left"
552
  msgstr ""
553
 
554
+ #: ../wpgform-post-type.php:268
555
  msgid "Left-to-Right"
556
  msgstr ""
557
 
558
+ #: ../wpgform-post-type.php:268
559
  msgid "Right-to-Left"
560
  msgstr ""
561
 
562
+ #: ../wpgform-post-type.php:274
563
  msgid "Columnize Min Width"
564
  msgstr ""
565
 
566
+ #: ../wpgform-post-type.php:275
567
  msgid "Minimum browser viewport width to columnize form (0 to ignore)"
568
  msgstr ""
569
 
570
+ #: ../wpgform-post-type.php:282
571
  msgid "Email End User"
572
  msgstr "Correo para el usuario"
573
 
574
+ #: ../wpgform-post-type.php:283
575
  msgid "Send email to end user upon form submission"
576
  msgstr "Enviar correo al usuario final al registrar respuesta del formulario"
577
 
578
+ #: ../wpgform-post-type.php:292
579
  msgid "Legal"
580
  msgstr "Texto legal"
581
 
582
+ #: ../wpgform-post-type.php:293
583
  msgid "Google Legal Disclaimer"
584
  msgstr "Mostrar renuncia legal de Google"
585
 
586
+ #: ../wpgform-post-type.php:302
587
  msgid "Read Only"
588
  msgstr "Sólo lectura"
589
 
590
+ #: ../wpgform-post-type.php:303
591
  msgid "Set the form Read Only"
592
  msgstr "Dejar el formulario como de sólo lectura"
593
 
594
+ #: ../wpgform-post-type.php:312
595
  msgid "BR"
596
  msgstr "BR"
597
 
598
+ #: ../wpgform-post-type.php:313
599
  msgid "Insert &lt;BR&gt; tags between labels and input box"
600
  msgstr "Agregar etiquetas &lt;BR&gt; entre las etiquetas y los campos de datos"
601
 
602
+ #: ../wpgform-post-type.php:322
603
  msgid "CSS Prefix"
604
  msgstr "Prefijo CSS"
605
 
606
+ #: ../wpgform-post-type.php:323
607
  msgid "Prefix to add to all Google CSS classes"
608
  msgstr "Prefijo a agregar a todas las clases CSS de Google"
609
 
610
+ #: ../wpgform-post-type.php:330
611
  msgid "CSS Suffix"
612
  msgstr "Sufijo CSS"
613
 
614
+ #: ../wpgform-post-type.php:331
615
  msgid "Suffix to add to all Google CSS classes"
616
  msgstr "Sufijo a agregar a todas las clases CSS de Google"
617
 
618
+ #: ../wpgform-post-type.php:338
619
  msgid "Title"
620
  msgstr "Nombre"
621
 
622
+ #: ../wpgform-post-type.php:339
623
  msgid "Show or Hide the Google Form's title"
624
  msgstr "Mostrar u ocultar el nombre del Formulario"
625
 
626
+ #: ../wpgform-post-type.php:348
627
  msgid "Map H1 to H2"
628
  msgstr "Mapear H1 a H2"
629
 
630
+ #: ../wpgform-post-type.php:349
631
  msgid "Map H1 elements to H2 elements"
632
  msgstr "Cambiar tipo de etiqueta de elementos H1 a H2"
633
 
634
+ #: ../wpgform-post-type.php:358 ../wpgform-post-type.php:359
635
  msgid "Unite Theme Hack"
636
  msgstr "Hack para tema Unite"
637
 
638
+ #: ../wpgform-post-type.php:382
639
  #, fuzzy
640
  msgid "Google Form Field Validation"
641
  msgstr "Error al procesar el Formulario de Google"
642
 
643
+ #: ../wpgform-post-type.php:388
644
  msgid "Validation"
645
  msgstr "Validación"
646
 
647
+ #: ../wpgform-post-type.php:389
648
  msgid "Enable default jQuery Validation on all required fields"
649
  msgstr ""
650
  "Habiliar validación jQuery por defecto en todos los campos obligatorios"
651
 
652
+ #: ../wpgform-post-type.php:398 ../wpgform-post-type.php:465
653
+ #: ../wpgform-post-type.php:513
654
  msgid "Form Fields"
655
  msgstr "Campos del formulario"
656
 
657
+ #: ../wpgform-post-type.php:399
658
  #, fuzzy
659
  msgid ""
660
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
662
  "jQuery Rules</a>"
663
  msgstr "Reglas CSS específicas para el formulario"
664
 
665
+ #: ../wpgform-post-type.php:428 ../wpgform-post-type.php:534
666
+ #: ../wpgform-post-type.php:824 ../wpgform-post-type.php:846
667
  msgid "Type"
668
  msgstr "Tipo"
669
 
670
+ #: ../wpgform-post-type.php:429
671
  msgid "Type of validation"
672
  msgstr "Tipo de validación"
673
 
674
+ #: ../wpgform-post-type.php:436 ../wpgform-post-type.php:475
675
+ #: ../wpgform-post-type.php:542 ../wpgform-post-type.php:833
676
+ #: ../wpgform-post-type.php:835 ../wpgform-post-type.php:855
677
+ #: ../wpgform-post-type.php:857
678
  msgid "Value"
679
  msgstr "Valor"
680
 
681
+ #: ../wpgform-post-type.php:437 ../wpgform-post-type.php:476
682
  msgid "Value to validate against"
683
  msgstr "Valor contra el cual validar"
684
 
685
+ #: ../wpgform-post-type.php:459
686
  #, fuzzy
687
  msgid "Google Form Field Placeholder"
688
  msgstr "Error al procesar el Formulario de Google"
689
 
690
+ #: ../wpgform-post-type.php:466
691
  #, fuzzy
692
  msgid ""
693
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
695
  "\">Additional details on Placeholders</a>"
696
  msgstr "Agregar etiquetas &lt;BR&gt; entre las etiquetas y los campos de datos"
697
 
698
+ #: ../wpgform-post-type.php:497
699
  #, fuzzy
700
  msgid "Google Form Hidden Fields"
701
  msgstr "Campos del formulario"
702
 
703
+ #: ../wpgform-post-type.php:503
704
  #, fuzzy
705
  msgid "Hidden Fields"
706
  msgstr "Campos del formulario"
707
 
708
+ #: ../wpgform-post-type.php:504
709
  #, fuzzy
710
  msgid "Configure hidden fields"
711
  msgstr "Campos del formulario"
712
 
713
+ #: ../wpgform-post-type.php:514
714
  #, fuzzy
715
  msgid ""
716
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
719
  "types WordPress will set the hidden input to a system derived value."
720
  msgstr "Valor"
721
 
722
+ #: ../wpgform-post-type.php:535
723
  #, fuzzy
724
  msgid "Type of hiddenfield"
725
  msgstr "Tipo"
726
 
727
+ #: ../wpgform-post-type.php:543
728
  #, fuzzy
729
  msgid "Optional value to use as a preset"
730
  msgstr "Valor"
731
 
732
+ #: ../wpgform-post-type.php:564
733
  #, fuzzy
734
  msgid "Google Form Default Text Overrides"
735
  msgstr "Error al procesar el Formulario de Google"
736
 
737
+ #: ../wpgform-post-type.php:570
738
  #, fuzzy
739
  msgid "Override"
740
  msgstr "Del correo del remitente<br/>Sustituir dirección"
741
 
742
+ #: ../wpgform-post-type.php:571
743
  msgid "Override <i><b>Google Default Text</b></i>"
744
  msgstr ""
745
 
746
+ #: ../wpgform-post-type.php:581
747
  #, fuzzy
748
  msgid "This is text that indicates a field is required."
749
  msgstr "Este campo es obligatorio."
750
 
751
+ #: ../wpgform-post-type.php:589
752
  #, fuzzy
753
  msgid "Submit Button"
754
  msgstr "Enviar"
755
 
756
+ #: ../wpgform-post-type.php:590
757
  msgid "This is text used for the Submit button."
758
  msgstr ""
759
 
760
+ #: ../wpgform-post-type.php:598
761
  msgid "Back Button"
762
  msgstr ""
763
 
764
+ #: ../wpgform-post-type.php:599
765
  msgid "This is text used for the Back button."
766
  msgstr ""
767
 
768
+ #: ../wpgform-post-type.php:607
769
  #, fuzzy
770
  msgid "Continue Button"
771
  msgstr "Continuar"
772
 
773
+ #: ../wpgform-post-type.php:608
774
  msgid "This is text used for the Continue button."
775
  msgstr ""
776
 
777
+ #: ../wpgform-post-type.php:616
778
  msgid "Radio Buttons"
779
  msgstr ""
780
 
781
+ #: ../wpgform-post-type.php:617
782
  msgid "This is text used for the Radio Buttons hint."
783
  msgstr ""
784
 
785
+ #: ../wpgform-post-type.php:625
786
  msgid "Radio Buttons - Other"
787
  msgstr ""
788
 
789
+ #: ../wpgform-post-type.php:626
790
  msgid "This is text used for the Radio Buttons Other option."
791
  msgstr ""
792
 
793
+ #: ../wpgform-post-type.php:634
794
  #, fuzzy
795
  msgid "Check Boxes"
796
  msgstr "Selecciona todos los que apliquen."
797
 
798
+ #: ../wpgform-post-type.php:635
799
  msgid "This is text used for the Check Boxes hint."
800
  msgstr ""
801
 
802
+ #: ../wpgform-post-type.php:820
803
  msgid "Name"
804
  msgstr "Nombre"
805
 
806
+ #: ../wpgform-post-type.php:824 ../wpgform-post-type.php:846
807
  #, fuzzy
808
  msgid "Check"
809
  msgstr "Verificación de wp_mail() de Email Users"
810
 
811
+ #: ../wpgform-post-type.php:843
812
  msgid "Field"
813
  msgstr "Campo"
814
 
815
+ #: ../wpgform-post-type.php:1046
816
  msgid ""
817
  "<p>Google Form does not contain expected HTML. Google Forms must be "
818
  "downgraded in order to work with this plugin.</p><p>More details can be "
820
  "a> under the <b><i>Opt out of the new Forms</i></b> section.</p>"
821
  msgstr ""
822
 
823
+ #: ../wpgform-post-type.php:1083
824
  msgid "Form Name"
825
  msgstr "Nombre"
826
 
827
+ #: ../wpgform-post-type.php:1088
828
  msgid "Short Code"
829
  msgstr "Shortcode"
830
 
831
+ #: ../wpgform-post-type.php:1089
832
  msgid "Form Description"
833
  msgstr "Descripción"
834
 
835
+ #: ../wpgform-post-type.php:1180
836
  msgid "Enter WordPress Google Form Title"
837
  msgstr "Ingresa el nombre para el formulario en Wordpress"
languages/wpgform-fr_FR.mo CHANGED
Binary file
languages/wpgform-fr_FR.po CHANGED
@@ -1,50 +1,50 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Google Form\n"
4
- "POT-Creation-Date: 2017-01-24 19:48+0000\n"
5
- "PO-Revision-Date: 2017-01-24 19:48+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.8.11\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:180 ../wpgform-post-type.php:568
18
- #: ../wpgform-post-type.php:572 ../wpgform-post-type.php:573
19
  msgid "Required"
20
  msgstr "Nécessaire"
21
 
22
- #: ../wpgform-core.php:181 ../wpgform-post-type.php:581
23
- #: ../wpgform-post-type.php:582
24
  msgid "Submit"
25
  msgstr "Enregistrer"
26
 
27
- #: ../wpgform-core.php:182 ../wpgform-post-type.php:590
28
- #: ../wpgform-post-type.php:591
29
  msgid "Back"
30
  msgstr "Retour"
31
 
32
- #: ../wpgform-core.php:183 ../wpgform-post-type.php:599
33
- #: ../wpgform-post-type.php:600
34
  msgid "Continue"
35
  msgstr "Continuer"
36
 
37
- #: ../wpgform-core.php:184 ../wpgform-post-type.php:608
38
- #: ../wpgform-post-type.php:609 ../wpgform-post-type.php:626
39
  msgid "Mark only one oval."
40
  msgstr "Choisissez une option"
41
 
42
- #: ../wpgform-core.php:185 ../wpgform-post-type.php:617
43
- #: ../wpgform-post-type.php:618
44
  msgid "Other:"
45
  msgstr "Autre:"
46
 
47
- #: ../wpgform-core.php:186 ../wpgform-post-type.php:627
48
  msgid "Check all that apply."
49
  msgstr "Cochez les cases correspondantes"
50
 
@@ -70,108 +70,108 @@ msgstr "Impossible d'éxecuter Formulaire Google."
70
  msgid "Unable to process Google Form short code."
71
  msgstr "Impossible d'éxecuter le shortcode du Formulaire Google."
72
 
73
- #: ../wpgform-core.php:684
74
  msgid "Unable to process Google Form."
75
  msgstr "Impossible d'éxecuter Formulaire Google."
76
 
77
- #: ../wpgform-core.php:685
78
  msgid "Server is responding with"
79
  msgstr "Le serveur a répondu"
80
 
81
- #: ../wpgform-core.php:686
82
  msgid "403 Permission Denied"
83
  msgstr "403 - Accès réservé"
84
 
85
- #: ../wpgform-core.php:686
86
  msgid "error"
87
  msgstr "erreur"
88
 
89
- #: ../wpgform-core.php:736
90
  msgid "Email Address"
91
  msgstr "Adresse e-mail"
92
 
93
- #: ../wpgform-core.php:786 ../wpgform-core.php:788
94
  msgid "What is"
95
  msgstr "Que font"
96
 
97
- #: ../wpgform-core.php:942
98
  msgid "Unable to retrieve Google Form. Please try reloading this page."
99
  msgstr ""
100
  "Impossible de récupérer le Fromulaire Google. Essayez de recharger la page."
101
 
102
- #: ../wpgform-core.php:1087
103
  msgid "Unexpected content encountered, unable to retrieve Google Form."
104
  msgstr ""
105
  "Un contenu inattendu a été rencontré, il est impossible de récupérer le "
106
  "Formulaire Google."
107
 
108
- #: ../wpgform-core.php:1277
109
  msgid "A valid email address is required."
110
  msgstr "Une adresse e-mail valide est nécessaire."
111
 
112
- #: ../wpgform-core.php:1296
113
  msgid "Incorrect answer."
114
  msgstr "Réponse incorrect."
115
 
116
- #: ../wpgform-core.php:1356
117
  msgid "Please check your input."
118
  msgstr ""
119
 
120
- #: ../wpgform-core.php:1432 ../wpgform-core.php:1704
121
  msgid "Unknown"
122
  msgstr "Inconnu"
123
 
124
- #: ../wpgform-core.php:1650
125
  msgid "Warning: You are using an insecure browser!"
126
  msgstr "Avertissement : Vous utilisez un navigateur non sécurisé !"
127
 
128
- #: ../wpgform-core.php:1653
129
  msgid "Warning: Your browser is out of date! Please update now."
130
  msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
131
 
132
- #: ../wpgform-core.php:1669
133
  #, fuzzy
134
  msgid "Form Id:"
135
  msgstr "Impossible d'éxecuter Formulaire Google."
136
 
137
- #: ../wpgform-core.php:1671
138
  #, fuzzy
139
  msgid "Submitted Form Id"
140
  msgstr "Impossible d'éxecuter Formulaire Google."
141
 
142
- #: ../wpgform-core.php:1674
143
  #, fuzzy
144
  msgid "No Submitted Form Id"
145
  msgstr "Impossible d'éxecuter Formulaire Google."
146
 
147
- #: ../wpgform-core.php:1788
148
  msgid ""
149
- "Google Form submit action does not resolve to <b>drive.google.com</b>. Form "
150
  "submission aborted."
151
  msgstr ""
152
 
153
- #: ../wpgform-core.php:1918
154
  #, fuzzy
155
  msgid "Unable to submit Google Form. Please try reloading this page."
156
  msgstr ""
157
  "Impossible de récupérer le Fromulaire Google. Essayez de recharger la page."
158
 
159
- #: ../wpgform-core.php:2001
160
  #, fuzzy
161
  msgid "View Form Results"
162
  msgstr "Impossible d'éxecuter Formulaire Google."
163
 
164
- #: ../wpgform-core.php:2051
165
  #, fuzzy
166
  msgid "A form was submitted on your web site."
167
  msgstr "Impossible d'éxecuter Formulaire Google."
168
 
169
- #: ../wpgform-core.php:2052 ../wpgform-core.php:2064
170
  #, fuzzy
171
  msgid "Form"
172
  msgstr "Impossible d'éxecuter le shortcode du Formulaire Google."
173
 
174
- #: ../wpgform-core.php:2053 ../wpgform-core.php:2065 ../wpgform-logging.php:182
175
  #, fuzzy
176
  msgid "URL"
177
  msgstr ""
@@ -182,35 +182,35 @@ msgstr ""
182
  "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
183
  "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
184
 
185
- #: ../wpgform-core.php:2054 ../wpgform-core.php:2066
186
  msgid "Responses"
187
  msgstr "Réponses"
188
 
189
- #: ../wpgform-core.php:2055 ../wpgform-core.php:2067
190
  #, fuzzy
191
  msgid "Date"
192
  msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
193
 
194
- #: ../wpgform-core.php:2056 ../wpgform-core.php:2068
195
  #, fuzzy
196
  msgid "Time"
197
  msgstr "Vous ne pouvez sélectionner qu'un utilisateur à la fois."
198
 
199
- #: ../wpgform-core.php:2057 ../wpgform-core.php:2070
200
  msgid "Thank you"
201
  msgstr "Merci"
202
 
203
- #: ../wpgform-core.php:2063
204
  #, fuzzy
205
  msgid "A form was submitted on your web site"
206
  msgstr "Impossible d'éxecuter Formulaire Google."
207
 
208
- #: ../wpgform-core.php:2230
209
  #, fuzzy
210
  msgid "This field is required."
211
  msgstr "Nécessaire"
212
 
213
- #: ../wpgform-core.php:2231
214
  #, fuzzy
215
  msgid "Please fix this field."
216
  msgstr ""
@@ -218,128 +218,138 @@ msgstr ""
218
  "grand nombre d'utilisateurs (certains fournisseurs d'accès interdissent un "
219
  "trop grand nombre d'adèles dans le champ BCC)."
220
 
221
- #: ../wpgform-core.php:2232
222
  #, fuzzy
223
  msgid "Please enter a valid email address."
224
  msgstr "Une adresse e-mail valide est nécessaire."
225
 
226
- #: ../wpgform-core.php:2233
227
  #, fuzzy
228
  msgid "Please enter a valid URL."
229
  msgstr "Une adresse e-mail valide est nécessaire."
230
 
231
- #: ../wpgform-core.php:2234
232
  #, fuzzy
233
  msgid "Please enter a valid date."
234
  msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
235
 
236
- #: ../wpgform-core.php:2235
237
  #, fuzzy
238
  msgid "Please enter a valid date (ISO)."
239
  msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
240
 
241
- #: ../wpgform-core.php:2236
242
  #, fuzzy
243
  msgid "Please enter a valid number."
244
  msgstr "Une adresse e-mail valide est nécessaire."
245
 
246
- #: ../wpgform-core.php:2237
247
  #, fuzzy
248
  msgid "Please enter only digits."
249
  msgstr "Administrateurs seulement."
250
 
251
- #: ../wpgform-core.php:2238
252
  #, fuzzy
253
  msgid "Please enter a valid credit card number."
254
  msgstr "Une adresse e-mail valide est nécessaire."
255
 
256
- #: ../wpgform-core.php:2239
257
  #, fuzzy
258
  msgid "Please enter the same value again.,"
259
  msgstr ""
260
  "Veuillez corriger les erreurs affichées ci-dessus et essayer de nouveau."
261
 
262
- #: ../wpgform-core.php:2240
263
  #, fuzzy
264
  msgid "Please enter a value with a valid extension."
265
  msgstr "Une adresse e-mail valide est nécessaire."
266
 
267
- #: ../wpgform-core.php:2241
268
  #, fuzzy
269
  msgid "Please enter no more than {0} characters."
270
  msgstr ""
271
  "ALERTE : plus de courriels ont été envoyés qu'il n'y a de destinataires."
272
 
273
- #: ../wpgform-core.php:2242
274
  #, fuzzy
275
  msgid "Please enter at least {0} characters."
276
  msgstr "Veuillez définir au moins un destinataire."
277
 
278
- #: ../wpgform-core.php:2243
279
  #, fuzzy
280
  msgid "Please enter a value between {0} and {1} characters long."
281
  msgstr "Veuillez définir un sujet."
282
 
283
- #: ../wpgform-core.php:2244
284
  #, fuzzy
285
  msgid "Please enter a value between {0} and {1}."
286
  msgstr "Veuillez définir un sujet."
287
 
288
- #: ../wpgform-core.php:2245
289
  #, fuzzy
290
  msgid "Please enter a value less than or equal to {0}."
291
  msgstr ""
292
  "ALERTE : plus de courriels ont été envoyés qu'il n'y a de destinataires."
293
 
294
- #: ../wpgform-core.php:2246
295
  #, fuzzy
296
  msgid "Please enter a value greater than or equal to {0}."
297
  msgstr ""
298
  "ALERTE : plus de courriels ont été envoyés qu'il n'y a de destinataires."
299
 
300
- #: ../wpgform-core.php:2247
301
  #, fuzzy
302
  msgid "Please enter a value which matches {0}."
303
  msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
304
 
305
- #: ../wpgform-core.php:2324
306
  #, fuzzy, php-format
307
  msgid ""
308
  "This notification may be hidden via a setting on the <a href=\"%s\">Google "
309
  "Forms settings page</a>."
310
  msgstr "Formulaires Google"
311
 
 
 
 
 
 
 
 
 
 
 
312
  #: ../wpgform-logging.php:30
313
  #, fuzzy
314
  msgid "You are not allowed to view the submission log."
315
  msgstr "Vous ne pouvez sélectionner qu'un utilisateur à la fois."
316
 
317
- #: ../wpgform-logging.php:181
318
  msgid "Timestamp"
319
  msgstr ""
320
 
321
- #: ../wpgform-logging.php:183
322
  msgid "Remote Addr"
323
  msgstr ""
324
 
325
- #: ../wpgform-logging.php:184
326
  msgid "Remote Host"
327
  msgstr ""
328
 
329
- #: ../wpgform-logging.php:185
330
  msgid "HTTP Refer"
331
  msgstr ""
332
 
333
- #: ../wpgform-logging.php:186
334
  #, fuzzy
335
  msgid "HTTP User Agent"
336
  msgstr "Utilisateur"
337
 
338
- #: ../wpgform-logging.php:238
339
  msgid "Delete"
340
  msgstr ""
341
 
342
- #: ../wpgform-logging.php:298
343
  #, fuzzy
344
  msgid "No log entries selected"
345
  msgstr "Aucun utilisateur sélectionné"
@@ -421,27 +431,27 @@ msgstr "Formulaires Google"
421
  msgid "No Google Forms Found In Trash"
422
  msgstr "Formulaires Google"
423
 
424
- #: ../wpgform-post-type.php:108
425
  #, fuzzy
426
  msgid "Google Form Details"
427
  msgstr "Impossible d'éxecuter Formulaire Google."
428
 
429
- #: ../wpgform-post-type.php:114
430
  #, fuzzy
431
  msgid "Form URL"
432
  msgstr "Impossible d'éxecuter Formulaire Google."
433
 
434
- #: ../wpgform-post-type.php:115
435
  #, fuzzy
436
  msgid "The full URL to the published Google Form"
437
  msgstr "Impossible d'éxecuter Formulaire Google."
438
 
439
- #: ../wpgform-post-type.php:119
440
  #, fuzzy
441
  msgid "Google Form URL"
442
  msgstr "Impossible d'éxecuter Formulaire Google."
443
 
444
- #: ../wpgform-post-type.php:123
445
  #, fuzzy
446
  msgid "Confirm URL"
447
  msgstr ""
@@ -452,271 +462,271 @@ msgstr ""
452
  "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
453
  "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
454
 
455
- #: ../wpgform-post-type.php:124
456
  #, fuzzy
457
  msgid "The full URL to the optional Confirmation Page"
458
  msgstr "Envoyer un courriel de notification"
459
 
460
- #: ../wpgform-post-type.php:128
461
  #, fuzzy
462
  msgid "Confirmation Page URL"
463
  msgstr "Envoyer un courriel de notification"
464
 
465
- #: ../wpgform-post-type.php:132
466
  msgid "Style"
467
  msgstr ""
468
 
469
- #: ../wpgform-post-type.php:133
470
  #, fuzzy
471
  msgid "Custom Confirmation Page Style"
472
  msgstr "Envoyer un courriel de notification"
473
 
474
- #: ../wpgform-post-type.php:141
475
  msgid "Alert"
476
  msgstr ""
477
 
478
- #: ../wpgform-post-type.php:142
479
  #, fuzzy
480
  msgid "Javascript Alert Box message displayed upon submission"
481
  msgstr "Message"
482
 
483
- #: ../wpgform-post-type.php:146
484
  #, fuzzy
485
  msgid "Alert Message"
486
  msgstr "Message"
487
 
488
- #: ../wpgform-post-type.php:150
489
  msgid "Class"
490
  msgstr ""
491
 
492
- #: ../wpgform-post-type.php:151
493
  #, fuzzy
494
  msgid "CSS class(es) to add to the form's containing DIV"
495
  msgstr "Impossible d'éxecuter Formulaire Google."
496
 
497
- #: ../wpgform-post-type.php:158
498
  #, fuzzy
499
  msgid "Email"
500
  msgstr "Réglages de l'extension Notifications (Email Users)"
501
 
502
- #: ../wpgform-post-type.php:159
503
  #, fuzzy
504
  msgid "Send email upon form submission"
505
  msgstr "Envoyer"
506
 
507
- #: ../wpgform-post-type.php:162 ../wpgform-post-type.php:189
508
- #: ../wpgform-post-type.php:237 ../wpgform-post-type.php:274
509
- #: ../wpgform-post-type.php:284 ../wpgform-post-type.php:294
510
- #: ../wpgform-post-type.php:304 ../wpgform-post-type.php:330
511
- #: ../wpgform-post-type.php:340 ../wpgform-post-type.php:350
512
- #: ../wpgform-post-type.php:380 ../wpgform-post-type.php:495
513
- #: ../wpgform-post-type.php:562
514
  msgid "On"
515
  msgstr ""
516
 
517
- #: ../wpgform-post-type.php:162 ../wpgform-post-type.php:189
518
- #: ../wpgform-post-type.php:237 ../wpgform-post-type.php:274
519
- #: ../wpgform-post-type.php:284 ../wpgform-post-type.php:294
520
- #: ../wpgform-post-type.php:304 ../wpgform-post-type.php:330
521
- #: ../wpgform-post-type.php:340 ../wpgform-post-type.php:350
522
- #: ../wpgform-post-type.php:380 ../wpgform-post-type.php:495
523
- #: ../wpgform-post-type.php:562
524
  #, fuzzy
525
  msgid "Off"
526
  msgstr "Désactivé"
527
 
528
- #: ../wpgform-post-type.php:168
529
  #, fuzzy
530
  msgid "Send To"
531
  msgstr "Envoi à des utilisateurs"
532
 
533
- #: ../wpgform-post-type.php:169
534
  #, fuzzy
535
  msgid "Email address send submission email to"
536
  msgstr "Adresse e-mail"
537
 
538
- #: ../wpgform-post-type.php:176
539
  #, fuzzy
540
  msgid "Form CSS"
541
  msgstr "Impossible d'éxecuter Formulaire Google."
542
 
543
- #: ../wpgform-post-type.php:177
544
  #, fuzzy
545
  msgid "Form specific CSS rules"
546
  msgstr "Impossible d'éxecuter Formulaire Google."
547
 
548
- #: ../wpgform-post-type.php:185
549
  #, fuzzy
550
  msgid "Form Caching"
551
  msgstr "Impossible d'éxecuter Formulaire Google."
552
 
553
- #: ../wpgform-post-type.php:186
554
  #, fuzzy
555
  msgid "Enable Form Caching using Wordpress Transient API"
556
  msgstr "Avertissement : Vous utilisez un navigateur non sécurisé !"
557
 
558
- #: ../wpgform-post-type.php:195
559
  #, fuzzy
560
  msgid "Form Caching Timeout"
561
  msgstr "Impossible d'éxecuter Formulaire Google."
562
 
563
- #: ../wpgform-post-type.php:196
564
  #, fuzzy
565
  msgid "How often will the forms reloaded (in minutes)"
566
  msgstr "Formulaires Google"
567
 
568
- #: ../wpgform-post-type.php:204
569
  #, fuzzy
570
  msgid "Reset Form Cache?"
571
  msgstr "Réinitialiser"
572
 
573
- #: ../wpgform-post-type.php:205
574
  #, fuzzy
575
  msgid "This will force reloading the form from Google Drive"
576
  msgstr ""
577
  "Impossible de récupérer le Fromulaire Google. Essayez de recharger la page."
578
 
579
- #: ../wpgform-post-type.php:227
580
  #, fuzzy
581
  msgid "Google Form Options"
582
  msgstr "Impossible d'éxecuter Formulaire Google."
583
 
584
- #: ../wpgform-post-type.php:233 ../wpgform-post-type.php:234
585
  msgid "CAPTCHA"
586
  msgstr ""
587
 
588
- #: ../wpgform-post-type.php:243
589
  msgid "Columns"
590
  msgstr ""
591
 
592
- #: ../wpgform-post-type.php:244
593
  #, fuzzy
594
  msgid "Split form into columns"
595
  msgstr "Impossible d'éxecuter Formulaire Google."
596
 
597
- #: ../wpgform-post-type.php:252
598
  msgid "Column Order"
599
  msgstr ""
600
 
601
- #: ../wpgform-post-type.php:253
602
  msgid "Order Columns Left to Right or Right to Left"
603
  msgstr ""
604
 
605
- #: ../wpgform-post-type.php:256
606
  msgid "Left-to-Right"
607
  msgstr ""
608
 
609
- #: ../wpgform-post-type.php:256
610
  msgid "Right-to-Left"
611
  msgstr ""
612
 
613
- #: ../wpgform-post-type.php:262
614
  msgid "Columnize Min Width"
615
  msgstr ""
616
 
617
- #: ../wpgform-post-type.php:263
618
  msgid "Minimum browser viewport width to columnize form (0 to ignore)"
619
  msgstr ""
620
 
621
- #: ../wpgform-post-type.php:270
622
  #, fuzzy
623
  msgid "Email End User"
624
  msgstr "Courriel envoyé à %s utilisateur(s)."
625
 
626
- #: ../wpgform-post-type.php:271
627
  #, fuzzy
628
  msgid "Send email to end user upon form submission"
629
  msgstr "Envoyer un courriel à un seul utilisateur."
630
 
631
- #: ../wpgform-post-type.php:280
632
  msgid "Legal"
633
  msgstr ""
634
 
635
- #: ../wpgform-post-type.php:281
636
  #, fuzzy
637
  msgid "Google Legal Disclaimer"
638
  msgstr "Formulaires Google"
639
 
640
- #: ../wpgform-post-type.php:290
641
  #, fuzzy
642
  msgid "Read Only"
643
  msgstr "Administrateurs seulement."
644
 
645
- #: ../wpgform-post-type.php:291
646
  #, fuzzy
647
  msgid "Set the form Read Only"
648
  msgstr "Administrateurs seulement."
649
 
650
- #: ../wpgform-post-type.php:300
651
  #, fuzzy
652
  msgid "BR"
653
  msgstr "Expéditeur du courriel<br /><em>Si définie, utiliser cette valeur</em>"
654
 
655
- #: ../wpgform-post-type.php:301
656
  msgid "Insert &lt;BR&gt; tags between labels and input box"
657
  msgstr ""
658
 
659
- #: ../wpgform-post-type.php:310
660
  msgid "CSS Prefix"
661
  msgstr ""
662
 
663
- #: ../wpgform-post-type.php:311
664
  #, fuzzy
665
  msgid "Prefix to add to all Google CSS classes"
666
  msgstr "Cochez les cases correspondantes"
667
 
668
- #: ../wpgform-post-type.php:318
669
  msgid "CSS Suffix"
670
  msgstr ""
671
 
672
- #: ../wpgform-post-type.php:319
673
  #, fuzzy
674
  msgid "Suffix to add to all Google CSS classes"
675
  msgstr "Cochez les cases correspondantes"
676
 
677
- #: ../wpgform-post-type.php:326
678
  #, fuzzy
679
  msgid "Title"
680
  msgstr "Le titre de l'article à communiquer"
681
 
682
- #: ../wpgform-post-type.php:327
683
  #, fuzzy
684
  msgid "Show or Hide the Google Form's title"
685
  msgstr "Impossible d'éxecuter Formulaire Google."
686
 
687
- #: ../wpgform-post-type.php:336
688
  msgid "Map H1 to H2"
689
  msgstr ""
690
 
691
- #: ../wpgform-post-type.php:337
692
  msgid "Map H1 elements to H2 elements"
693
  msgstr ""
694
 
695
- #: ../wpgform-post-type.php:346 ../wpgform-post-type.php:347
696
  msgid "Unite Theme Hack"
697
  msgstr ""
698
 
699
- #: ../wpgform-post-type.php:370
700
  #, fuzzy
701
  msgid "Google Form Field Validation"
702
  msgstr "Impossible d'éxecuter Formulaire Google."
703
 
704
- #: ../wpgform-post-type.php:376
705
  msgid "Validation"
706
  msgstr ""
707
 
708
- #: ../wpgform-post-type.php:377
709
  #, fuzzy
710
  msgid "Enable default jQuery Validation on all required fields"
711
  msgstr "Nécessaire"
712
 
713
- #: ../wpgform-post-type.php:386 ../wpgform-post-type.php:453
714
- #: ../wpgform-post-type.php:501
715
  #, fuzzy
716
  msgid "Form Fields"
717
  msgstr "Impossible d'éxecuter Formulaire Google."
718
 
719
- #: ../wpgform-post-type.php:387
720
  #, fuzzy
721
  msgid ""
722
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
@@ -730,32 +740,32 @@ msgstr ""
730
  "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
731
  "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
732
 
733
- #: ../wpgform-post-type.php:416 ../wpgform-post-type.php:522
734
- #: ../wpgform-post-type.php:812 ../wpgform-post-type.php:834
735
  msgid "Type"
736
  msgstr ""
737
 
738
- #: ../wpgform-post-type.php:417
739
  msgid "Type of validation"
740
  msgstr ""
741
 
742
- #: ../wpgform-post-type.php:424 ../wpgform-post-type.php:463
743
- #: ../wpgform-post-type.php:530 ../wpgform-post-type.php:821
744
- #: ../wpgform-post-type.php:823 ../wpgform-post-type.php:843
745
- #: ../wpgform-post-type.php:845
746
  msgid "Value"
747
  msgstr ""
748
 
749
- #: ../wpgform-post-type.php:425 ../wpgform-post-type.php:464
750
  msgid "Value to validate against"
751
  msgstr ""
752
 
753
- #: ../wpgform-post-type.php:447
754
  #, fuzzy
755
  msgid "Google Form Field Placeholder"
756
  msgstr "Impossible d'éxecuter Formulaire Google."
757
 
758
- #: ../wpgform-post-type.php:454
759
  #, fuzzy
760
  msgid ""
761
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
@@ -769,20 +779,20 @@ msgstr ""
769
  "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
770
  "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
771
 
772
- #: ../wpgform-post-type.php:485
773
  #, fuzzy
774
  msgid "Google Form Hidden Fields"
775
  msgstr "Impossible d'éxecuter Formulaire Google."
776
 
777
- #: ../wpgform-post-type.php:491
778
  msgid "Hidden Fields"
779
  msgstr ""
780
 
781
- #: ../wpgform-post-type.php:492
782
  msgid "Configure hidden fields"
783
  msgstr ""
784
 
785
- #: ../wpgform-post-type.php:502
786
  #, fuzzy
787
  msgid ""
788
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
@@ -797,99 +807,99 @@ msgstr ""
797
  "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
798
  "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
799
 
800
- #: ../wpgform-post-type.php:523
801
  msgid "Type of hiddenfield"
802
  msgstr ""
803
 
804
- #: ../wpgform-post-type.php:531
805
  #, fuzzy
806
  msgid "Optional value to use as a preset"
807
  msgstr ""
808
  "Sélectionnez/désélectionner plusieurs éléments en utilisant la touche CTRL"
809
 
810
- #: ../wpgform-post-type.php:552
811
  #, fuzzy
812
  msgid "Google Form Default Text Overrides"
813
  msgstr "Impossible d'éxecuter Formulaire Google."
814
 
815
- #: ../wpgform-post-type.php:558
816
  #, fuzzy
817
  msgid "Override"
818
  msgstr ""
819
  "Adèle de l'expéditeur du courriel<br /><em>Si définie, utiliser cette "
820
  "valeur</em>"
821
 
822
- #: ../wpgform-post-type.php:559
823
  msgid "Override <i><b>Google Default Text</b></i>"
824
  msgstr ""
825
 
826
- #: ../wpgform-post-type.php:569
827
  #, fuzzy
828
  msgid "This is text that indicates a field is required."
829
  msgstr "Nécessaire"
830
 
831
- #: ../wpgform-post-type.php:577
832
  #, fuzzy
833
  msgid "Submit Button"
834
  msgstr "Enregistrer"
835
 
836
- #: ../wpgform-post-type.php:578
837
  msgid "This is text used for the Submit button."
838
  msgstr ""
839
 
840
- #: ../wpgform-post-type.php:586
841
  msgid "Back Button"
842
  msgstr ""
843
 
844
- #: ../wpgform-post-type.php:587
845
  msgid "This is text used for the Back button."
846
  msgstr ""
847
 
848
- #: ../wpgform-post-type.php:595
849
  #, fuzzy
850
  msgid "Continue Button"
851
  msgstr "Continuer"
852
 
853
- #: ../wpgform-post-type.php:596
854
  msgid "This is text used for the Continue button."
855
  msgstr ""
856
 
857
- #: ../wpgform-post-type.php:604
858
  msgid "Radio Buttons"
859
  msgstr ""
860
 
861
- #: ../wpgform-post-type.php:605
862
  msgid "This is text used for the Radio Buttons hint."
863
  msgstr ""
864
 
865
- #: ../wpgform-post-type.php:613
866
  msgid "Radio Buttons - Other"
867
  msgstr ""
868
 
869
- #: ../wpgform-post-type.php:614
870
  msgid "This is text used for the Radio Buttons Other option."
871
  msgstr ""
872
 
873
- #: ../wpgform-post-type.php:622
874
  #, fuzzy
875
  msgid "Check Boxes"
876
  msgstr "Cochez les cases correspondantes"
877
 
878
- #: ../wpgform-post-type.php:623
879
  msgid "This is text used for the Check Boxes hint."
880
  msgstr ""
881
 
882
- #: ../wpgform-post-type.php:808
883
  #, fuzzy
884
  msgid "Name"
885
  msgstr "Nom public"
886
 
887
- #: ../wpgform-post-type.php:812 ../wpgform-post-type.php:834
888
  #, fuzzy
889
  msgid "Check"
890
  msgstr "Cochez les cases correspondantes"
891
 
892
- #: ../wpgform-post-type.php:831
893
  #, fuzzy
894
  msgid "Field"
895
  msgstr ""
@@ -897,7 +907,7 @@ msgstr ""
897
  "grand nombre d'utilisateurs (certains fournisseurs d'accès interdissent un "
898
  "trop grand nombre d'adèles dans le champ BCC)."
899
 
900
- #: ../wpgform-post-type.php:1034
901
  msgid ""
902
  "<p>Google Form does not contain expected HTML. Google Forms must be "
903
  "downgraded in order to work with this plugin.</p><p>More details can be "
@@ -905,22 +915,22 @@ msgid ""
905
  "a> under the <b><i>Opt out of the new Forms</i></b> section.</p>"
906
  msgstr ""
907
 
908
- #: ../wpgform-post-type.php:1071
909
  #, fuzzy
910
  msgid "Form Name"
911
  msgstr "Impossible d'éxecuter Formulaire Google."
912
 
913
- #: ../wpgform-post-type.php:1076
914
  #, fuzzy
915
  msgid "Short Code"
916
  msgstr "Impossible d'éxecuter le shortcode du Formulaire Google."
917
 
918
- #: ../wpgform-post-type.php:1077
919
  #, fuzzy
920
  msgid "Form Description"
921
  msgstr "Description"
922
 
923
- #: ../wpgform-post-type.php:1168
924
  #, fuzzy
925
  msgid "Enter WordPress Google Form Title"
926
  msgstr "Impossible d'éxecuter Formulaire Google."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Google Form\n"
4
+ "POT-Creation-Date: 2018-08-05 17:04+0100\n"
5
+ "PO-Revision-Date: 2018-08-05 17:04+0100\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 2.1.1\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:180 ../wpgform-post-type.php:580
18
+ #: ../wpgform-post-type.php:584 ../wpgform-post-type.php:585
19
  msgid "Required"
20
  msgstr "Nécessaire"
21
 
22
+ #: ../wpgform-core.php:181 ../wpgform-post-type.php:593
23
+ #: ../wpgform-post-type.php:594
24
  msgid "Submit"
25
  msgstr "Enregistrer"
26
 
27
+ #: ../wpgform-core.php:182 ../wpgform-post-type.php:602
28
+ #: ../wpgform-post-type.php:603
29
  msgid "Back"
30
  msgstr "Retour"
31
 
32
+ #: ../wpgform-core.php:183 ../wpgform-post-type.php:611
33
+ #: ../wpgform-post-type.php:612
34
  msgid "Continue"
35
  msgstr "Continuer"
36
 
37
+ #: ../wpgform-core.php:184 ../wpgform-post-type.php:620
38
+ #: ../wpgform-post-type.php:621 ../wpgform-post-type.php:638
39
  msgid "Mark only one oval."
40
  msgstr "Choisissez une option"
41
 
42
+ #: ../wpgform-core.php:185 ../wpgform-post-type.php:629
43
+ #: ../wpgform-post-type.php:630
44
  msgid "Other:"
45
  msgstr "Autre:"
46
 
47
+ #: ../wpgform-core.php:186 ../wpgform-post-type.php:639
48
  msgid "Check all that apply."
49
  msgstr "Cochez les cases correspondantes"
50
 
70
  msgid "Unable to process Google Form short code."
71
  msgstr "Impossible d'éxecuter le shortcode du Formulaire Google."
72
 
73
+ #: ../wpgform-core.php:699
74
  msgid "Unable to process Google Form."
75
  msgstr "Impossible d'éxecuter Formulaire Google."
76
 
77
+ #: ../wpgform-core.php:700
78
  msgid "Server is responding with"
79
  msgstr "Le serveur a répondu"
80
 
81
+ #: ../wpgform-core.php:701
82
  msgid "403 Permission Denied"
83
  msgstr "403 - Accès réservé"
84
 
85
+ #: ../wpgform-core.php:701
86
  msgid "error"
87
  msgstr "erreur"
88
 
89
+ #: ../wpgform-core.php:751
90
  msgid "Email Address"
91
  msgstr "Adresse e-mail"
92
 
93
+ #: ../wpgform-core.php:815 ../wpgform-core.php:817
94
  msgid "What is"
95
  msgstr "Que font"
96
 
97
+ #: ../wpgform-core.php:971
98
  msgid "Unable to retrieve Google Form. Please try reloading this page."
99
  msgstr ""
100
  "Impossible de récupérer le Fromulaire Google. Essayez de recharger la page."
101
 
102
+ #: ../wpgform-core.php:1116
103
  msgid "Unexpected content encountered, unable to retrieve Google Form."
104
  msgstr ""
105
  "Un contenu inattendu a été rencontré, il est impossible de récupérer le "
106
  "Formulaire Google."
107
 
108
+ #: ../wpgform-core.php:1306
109
  msgid "A valid email address is required."
110
  msgstr "Une adresse e-mail valide est nécessaire."
111
 
112
+ #: ../wpgform-core.php:1325
113
  msgid "Incorrect answer."
114
  msgstr "Réponse incorrect."
115
 
116
+ #: ../wpgform-core.php:1385
117
  msgid "Please check your input."
118
  msgstr ""
119
 
120
+ #: ../wpgform-core.php:1461 ../wpgform-core.php:1733
121
  msgid "Unknown"
122
  msgstr "Inconnu"
123
 
124
+ #: ../wpgform-core.php:1679
125
  msgid "Warning: You are using an insecure browser!"
126
  msgstr "Avertissement : Vous utilisez un navigateur non sécurisé !"
127
 
128
+ #: ../wpgform-core.php:1682
129
  msgid "Warning: Your browser is out of date! Please update now."
130
  msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
131
 
132
+ #: ../wpgform-core.php:1698
133
  #, fuzzy
134
  msgid "Form Id:"
135
  msgstr "Impossible d'éxecuter Formulaire Google."
136
 
137
+ #: ../wpgform-core.php:1700
138
  #, fuzzy
139
  msgid "Submitted Form Id"
140
  msgstr "Impossible d'éxecuter Formulaire Google."
141
 
142
+ #: ../wpgform-core.php:1703
143
  #, fuzzy
144
  msgid "No Submitted Form Id"
145
  msgstr "Impossible d'éxecuter Formulaire Google."
146
 
147
+ #: ../wpgform-core.php:1820
148
  msgid ""
149
+ "Google Form submit action does not resolve to <b>google.com</b>. Form "
150
  "submission aborted."
151
  msgstr ""
152
 
153
+ #: ../wpgform-core.php:1950
154
  #, fuzzy
155
  msgid "Unable to submit Google Form. Please try reloading this page."
156
  msgstr ""
157
  "Impossible de récupérer le Fromulaire Google. Essayez de recharger la page."
158
 
159
+ #: ../wpgform-core.php:2033
160
  #, fuzzy
161
  msgid "View Form Results"
162
  msgstr "Impossible d'éxecuter Formulaire Google."
163
 
164
+ #: ../wpgform-core.php:2083
165
  #, fuzzy
166
  msgid "A form was submitted on your web site."
167
  msgstr "Impossible d'éxecuter Formulaire Google."
168
 
169
+ #: ../wpgform-core.php:2084 ../wpgform-core.php:2096
170
  #, fuzzy
171
  msgid "Form"
172
  msgstr "Impossible d'éxecuter le shortcode du Formulaire Google."
173
 
174
+ #: ../wpgform-core.php:2085 ../wpgform-core.php:2097 ../wpgform-logging.php:183
175
  #, fuzzy
176
  msgid "URL"
177
  msgstr ""
182
  "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
183
  "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
184
 
185
+ #: ../wpgform-core.php:2086 ../wpgform-core.php:2098
186
  msgid "Responses"
187
  msgstr "Réponses"
188
 
189
+ #: ../wpgform-core.php:2087 ../wpgform-core.php:2099
190
  #, fuzzy
191
  msgid "Date"
192
  msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
193
 
194
+ #: ../wpgform-core.php:2088 ../wpgform-core.php:2100
195
  #, fuzzy
196
  msgid "Time"
197
  msgstr "Vous ne pouvez sélectionner qu'un utilisateur à la fois."
198
 
199
+ #: ../wpgform-core.php:2089 ../wpgform-core.php:2102
200
  msgid "Thank you"
201
  msgstr "Merci"
202
 
203
+ #: ../wpgform-core.php:2095
204
  #, fuzzy
205
  msgid "A form was submitted on your web site"
206
  msgstr "Impossible d'éxecuter Formulaire Google."
207
 
208
+ #: ../wpgform-core.php:2262
209
  #, fuzzy
210
  msgid "This field is required."
211
  msgstr "Nécessaire"
212
 
213
+ #: ../wpgform-core.php:2263
214
  #, fuzzy
215
  msgid "Please fix this field."
216
  msgstr ""
218
  "grand nombre d'utilisateurs (certains fournisseurs d'accès interdissent un "
219
  "trop grand nombre d'adèles dans le champ BCC)."
220
 
221
+ #: ../wpgform-core.php:2264
222
  #, fuzzy
223
  msgid "Please enter a valid email address."
224
  msgstr "Une adresse e-mail valide est nécessaire."
225
 
226
+ #: ../wpgform-core.php:2265
227
  #, fuzzy
228
  msgid "Please enter a valid URL."
229
  msgstr "Une adresse e-mail valide est nécessaire."
230
 
231
+ #: ../wpgform-core.php:2266
232
  #, fuzzy
233
  msgid "Please enter a valid date."
234
  msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
235
 
236
+ #: ../wpgform-core.php:2267
237
  #, fuzzy
238
  msgid "Please enter a valid date (ISO)."
239
  msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
240
 
241
+ #: ../wpgform-core.php:2268
242
  #, fuzzy
243
  msgid "Please enter a valid number."
244
  msgstr "Une adresse e-mail valide est nécessaire."
245
 
246
+ #: ../wpgform-core.php:2269
247
  #, fuzzy
248
  msgid "Please enter only digits."
249
  msgstr "Administrateurs seulement."
250
 
251
+ #: ../wpgform-core.php:2270
252
  #, fuzzy
253
  msgid "Please enter a valid credit card number."
254
  msgstr "Une adresse e-mail valide est nécessaire."
255
 
256
+ #: ../wpgform-core.php:2271
257
  #, fuzzy
258
  msgid "Please enter the same value again.,"
259
  msgstr ""
260
  "Veuillez corriger les erreurs affichées ci-dessus et essayer de nouveau."
261
 
262
+ #: ../wpgform-core.php:2272
263
  #, fuzzy
264
  msgid "Please enter a value with a valid extension."
265
  msgstr "Une adresse e-mail valide est nécessaire."
266
 
267
+ #: ../wpgform-core.php:2273
268
  #, fuzzy
269
  msgid "Please enter no more than {0} characters."
270
  msgstr ""
271
  "ALERTE : plus de courriels ont été envoyés qu'il n'y a de destinataires."
272
 
273
+ #: ../wpgform-core.php:2274
274
  #, fuzzy
275
  msgid "Please enter at least {0} characters."
276
  msgstr "Veuillez définir au moins un destinataire."
277
 
278
+ #: ../wpgform-core.php:2275
279
  #, fuzzy
280
  msgid "Please enter a value between {0} and {1} characters long."
281
  msgstr "Veuillez définir un sujet."
282
 
283
+ #: ../wpgform-core.php:2276
284
  #, fuzzy
285
  msgid "Please enter a value between {0} and {1}."
286
  msgstr "Veuillez définir un sujet."
287
 
288
+ #: ../wpgform-core.php:2277
289
  #, fuzzy
290
  msgid "Please enter a value less than or equal to {0}."
291
  msgstr ""
292
  "ALERTE : plus de courriels ont été envoyés qu'il n'y a de destinataires."
293
 
294
+ #: ../wpgform-core.php:2278
295
  #, fuzzy
296
  msgid "Please enter a value greater than or equal to {0}."
297
  msgstr ""
298
  "ALERTE : plus de courriels ont été envoyés qu'il n'y a de destinataires."
299
 
300
+ #: ../wpgform-core.php:2279
301
  #, fuzzy
302
  msgid "Please enter a value which matches {0}."
303
  msgstr "Attention : Votre navigateur n'est pas à jour. Faîte le maintenant."
304
 
305
+ #: ../wpgform-core.php:2356
306
  #, fuzzy, php-format
307
  msgid ""
308
  "This notification may be hidden via a setting on the <a href=\"%s\">Google "
309
  "Forms settings page</a>."
310
  msgstr "Formulaires Google"
311
 
312
+ #: ../wpgform-core.php:2378
313
+ msgid ""
314
+ "Google has announced plans to <a href=\"https://gsuiteupdates.googleblog."
315
+ "com/2018/07/migration-to-new-google-forms-ui_19.html\">remove the Google "
316
+ "Forms downgrade option</a>. The <a href=\"https://wordpress.org/plugins/"
317
+ "wpgform/\">Google Forms plugin</a> may no longer work after August 22, "
318
+ "2018. The <a href=\"https://wordpress.org/plugins/wpgform/\">Google Forms "
319
+ "plugin</a> does not work with the new version of Google Forms."
320
+ msgstr ""
321
+
322
  #: ../wpgform-logging.php:30
323
  #, fuzzy
324
  msgid "You are not allowed to view the submission log."
325
  msgstr "Vous ne pouvez sélectionner qu'un utilisateur à la fois."
326
 
327
+ #: ../wpgform-logging.php:182
328
  msgid "Timestamp"
329
  msgstr ""
330
 
331
+ #: ../wpgform-logging.php:184
332
  msgid "Remote Addr"
333
  msgstr ""
334
 
335
+ #: ../wpgform-logging.php:185
336
  msgid "Remote Host"
337
  msgstr ""
338
 
339
+ #: ../wpgform-logging.php:186
340
  msgid "HTTP Refer"
341
  msgstr ""
342
 
343
+ #: ../wpgform-logging.php:187
344
  #, fuzzy
345
  msgid "HTTP User Agent"
346
  msgstr "Utilisateur"
347
 
348
+ #: ../wpgform-logging.php:239
349
  msgid "Delete"
350
  msgstr ""
351
 
352
+ #: ../wpgform-logging.php:299
353
  #, fuzzy
354
  msgid "No log entries selected"
355
  msgstr "Aucun utilisateur sélectionné"
431
  msgid "No Google Forms Found In Trash"
432
  msgstr "Formulaires Google"
433
 
434
+ #: ../wpgform-post-type.php:120
435
  #, fuzzy
436
  msgid "Google Form Details"
437
  msgstr "Impossible d'éxecuter Formulaire Google."
438
 
439
+ #: ../wpgform-post-type.php:126
440
  #, fuzzy
441
  msgid "Form URL"
442
  msgstr "Impossible d'éxecuter Formulaire Google."
443
 
444
+ #: ../wpgform-post-type.php:127
445
  #, fuzzy
446
  msgid "The full URL to the published Google Form"
447
  msgstr "Impossible d'éxecuter Formulaire Google."
448
 
449
+ #: ../wpgform-post-type.php:131
450
  #, fuzzy
451
  msgid "Google Form URL"
452
  msgstr "Impossible d'éxecuter Formulaire Google."
453
 
454
+ #: ../wpgform-post-type.php:135
455
  #, fuzzy
456
  msgid "Confirm URL"
457
  msgstr ""
462
  "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
463
  "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
464
 
465
+ #: ../wpgform-post-type.php:136
466
  #, fuzzy
467
  msgid "The full URL to the optional Confirmation Page"
468
  msgstr "Envoyer un courriel de notification"
469
 
470
+ #: ../wpgform-post-type.php:140
471
  #, fuzzy
472
  msgid "Confirmation Page URL"
473
  msgstr "Envoyer un courriel de notification"
474
 
475
+ #: ../wpgform-post-type.php:144
476
  msgid "Style"
477
  msgstr ""
478
 
479
+ #: ../wpgform-post-type.php:145
480
  #, fuzzy
481
  msgid "Custom Confirmation Page Style"
482
  msgstr "Envoyer un courriel de notification"
483
 
484
+ #: ../wpgform-post-type.php:153
485
  msgid "Alert"
486
  msgstr ""
487
 
488
+ #: ../wpgform-post-type.php:154
489
  #, fuzzy
490
  msgid "Javascript Alert Box message displayed upon submission"
491
  msgstr "Message"
492
 
493
+ #: ../wpgform-post-type.php:158
494
  #, fuzzy
495
  msgid "Alert Message"
496
  msgstr "Message"
497
 
498
+ #: ../wpgform-post-type.php:162
499
  msgid "Class"
500
  msgstr ""
501
 
502
+ #: ../wpgform-post-type.php:163
503
  #, fuzzy
504
  msgid "CSS class(es) to add to the form's containing DIV"
505
  msgstr "Impossible d'éxecuter Formulaire Google."
506
 
507
+ #: ../wpgform-post-type.php:170
508
  #, fuzzy
509
  msgid "Email"
510
  msgstr "Réglages de l'extension Notifications (Email Users)"
511
 
512
+ #: ../wpgform-post-type.php:171
513
  #, fuzzy
514
  msgid "Send email upon form submission"
515
  msgstr "Envoyer"
516
 
517
+ #: ../wpgform-post-type.php:174 ../wpgform-post-type.php:201
518
+ #: ../wpgform-post-type.php:249 ../wpgform-post-type.php:286
519
+ #: ../wpgform-post-type.php:296 ../wpgform-post-type.php:306
520
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:342
521
+ #: ../wpgform-post-type.php:352 ../wpgform-post-type.php:362
522
+ #: ../wpgform-post-type.php:392 ../wpgform-post-type.php:507
523
+ #: ../wpgform-post-type.php:574
524
  msgid "On"
525
  msgstr ""
526
 
527
+ #: ../wpgform-post-type.php:174 ../wpgform-post-type.php:201
528
+ #: ../wpgform-post-type.php:249 ../wpgform-post-type.php:286
529
+ #: ../wpgform-post-type.php:296 ../wpgform-post-type.php:306
530
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:342
531
+ #: ../wpgform-post-type.php:352 ../wpgform-post-type.php:362
532
+ #: ../wpgform-post-type.php:392 ../wpgform-post-type.php:507
533
+ #: ../wpgform-post-type.php:574
534
  #, fuzzy
535
  msgid "Off"
536
  msgstr "Désactivé"
537
 
538
+ #: ../wpgform-post-type.php:180
539
  #, fuzzy
540
  msgid "Send To"
541
  msgstr "Envoi à des utilisateurs"
542
 
543
+ #: ../wpgform-post-type.php:181
544
  #, fuzzy
545
  msgid "Email address send submission email to"
546
  msgstr "Adresse e-mail"
547
 
548
+ #: ../wpgform-post-type.php:188
549
  #, fuzzy
550
  msgid "Form CSS"
551
  msgstr "Impossible d'éxecuter Formulaire Google."
552
 
553
+ #: ../wpgform-post-type.php:189
554
  #, fuzzy
555
  msgid "Form specific CSS rules"
556
  msgstr "Impossible d'éxecuter Formulaire Google."
557
 
558
+ #: ../wpgform-post-type.php:197
559
  #, fuzzy
560
  msgid "Form Caching"
561
  msgstr "Impossible d'éxecuter Formulaire Google."
562
 
563
+ #: ../wpgform-post-type.php:198
564
  #, fuzzy
565
  msgid "Enable Form Caching using Wordpress Transient API"
566
  msgstr "Avertissement : Vous utilisez un navigateur non sécurisé !"
567
 
568
+ #: ../wpgform-post-type.php:207
569
  #, fuzzy
570
  msgid "Form Caching Timeout"
571
  msgstr "Impossible d'éxecuter Formulaire Google."
572
 
573
+ #: ../wpgform-post-type.php:208
574
  #, fuzzy
575
  msgid "How often will the forms reloaded (in minutes)"
576
  msgstr "Formulaires Google"
577
 
578
+ #: ../wpgform-post-type.php:216
579
  #, fuzzy
580
  msgid "Reset Form Cache?"
581
  msgstr "Réinitialiser"
582
 
583
+ #: ../wpgform-post-type.php:217
584
  #, fuzzy
585
  msgid "This will force reloading the form from Google Drive"
586
  msgstr ""
587
  "Impossible de récupérer le Fromulaire Google. Essayez de recharger la page."
588
 
589
+ #: ../wpgform-post-type.php:239
590
  #, fuzzy
591
  msgid "Google Form Options"
592
  msgstr "Impossible d'éxecuter Formulaire Google."
593
 
594
+ #: ../wpgform-post-type.php:245 ../wpgform-post-type.php:246
595
  msgid "CAPTCHA"
596
  msgstr ""
597
 
598
+ #: ../wpgform-post-type.php:255
599
  msgid "Columns"
600
  msgstr ""
601
 
602
+ #: ../wpgform-post-type.php:256
603
  #, fuzzy
604
  msgid "Split form into columns"
605
  msgstr "Impossible d'éxecuter Formulaire Google."
606
 
607
+ #: ../wpgform-post-type.php:264
608
  msgid "Column Order"
609
  msgstr ""
610
 
611
+ #: ../wpgform-post-type.php:265
612
  msgid "Order Columns Left to Right or Right to Left"
613
  msgstr ""
614
 
615
+ #: ../wpgform-post-type.php:268
616
  msgid "Left-to-Right"
617
  msgstr ""
618
 
619
+ #: ../wpgform-post-type.php:268
620
  msgid "Right-to-Left"
621
  msgstr ""
622
 
623
+ #: ../wpgform-post-type.php:274
624
  msgid "Columnize Min Width"
625
  msgstr ""
626
 
627
+ #: ../wpgform-post-type.php:275
628
  msgid "Minimum browser viewport width to columnize form (0 to ignore)"
629
  msgstr ""
630
 
631
+ #: ../wpgform-post-type.php:282
632
  #, fuzzy
633
  msgid "Email End User"
634
  msgstr "Courriel envoyé à %s utilisateur(s)."
635
 
636
+ #: ../wpgform-post-type.php:283
637
  #, fuzzy
638
  msgid "Send email to end user upon form submission"
639
  msgstr "Envoyer un courriel à un seul utilisateur."
640
 
641
+ #: ../wpgform-post-type.php:292
642
  msgid "Legal"
643
  msgstr ""
644
 
645
+ #: ../wpgform-post-type.php:293
646
  #, fuzzy
647
  msgid "Google Legal Disclaimer"
648
  msgstr "Formulaires Google"
649
 
650
+ #: ../wpgform-post-type.php:302
651
  #, fuzzy
652
  msgid "Read Only"
653
  msgstr "Administrateurs seulement."
654
 
655
+ #: ../wpgform-post-type.php:303
656
  #, fuzzy
657
  msgid "Set the form Read Only"
658
  msgstr "Administrateurs seulement."
659
 
660
+ #: ../wpgform-post-type.php:312
661
  #, fuzzy
662
  msgid "BR"
663
  msgstr "Expéditeur du courriel<br /><em>Si définie, utiliser cette valeur</em>"
664
 
665
+ #: ../wpgform-post-type.php:313
666
  msgid "Insert &lt;BR&gt; tags between labels and input box"
667
  msgstr ""
668
 
669
+ #: ../wpgform-post-type.php:322
670
  msgid "CSS Prefix"
671
  msgstr ""
672
 
673
+ #: ../wpgform-post-type.php:323
674
  #, fuzzy
675
  msgid "Prefix to add to all Google CSS classes"
676
  msgstr "Cochez les cases correspondantes"
677
 
678
+ #: ../wpgform-post-type.php:330
679
  msgid "CSS Suffix"
680
  msgstr ""
681
 
682
+ #: ../wpgform-post-type.php:331
683
  #, fuzzy
684
  msgid "Suffix to add to all Google CSS classes"
685
  msgstr "Cochez les cases correspondantes"
686
 
687
+ #: ../wpgform-post-type.php:338
688
  #, fuzzy
689
  msgid "Title"
690
  msgstr "Le titre de l'article à communiquer"
691
 
692
+ #: ../wpgform-post-type.php:339
693
  #, fuzzy
694
  msgid "Show or Hide the Google Form's title"
695
  msgstr "Impossible d'éxecuter Formulaire Google."
696
 
697
+ #: ../wpgform-post-type.php:348
698
  msgid "Map H1 to H2"
699
  msgstr ""
700
 
701
+ #: ../wpgform-post-type.php:349
702
  msgid "Map H1 elements to H2 elements"
703
  msgstr ""
704
 
705
+ #: ../wpgform-post-type.php:358 ../wpgform-post-type.php:359
706
  msgid "Unite Theme Hack"
707
  msgstr ""
708
 
709
+ #: ../wpgform-post-type.php:382
710
  #, fuzzy
711
  msgid "Google Form Field Validation"
712
  msgstr "Impossible d'éxecuter Formulaire Google."
713
 
714
+ #: ../wpgform-post-type.php:388
715
  msgid "Validation"
716
  msgstr ""
717
 
718
+ #: ../wpgform-post-type.php:389
719
  #, fuzzy
720
  msgid "Enable default jQuery Validation on all required fields"
721
  msgstr "Nécessaire"
722
 
723
+ #: ../wpgform-post-type.php:398 ../wpgform-post-type.php:465
724
+ #: ../wpgform-post-type.php:513
725
  #, fuzzy
726
  msgid "Form Fields"
727
  msgstr "Impossible d'éxecuter Formulaire Google."
728
 
729
+ #: ../wpgform-post-type.php:399
730
  #, fuzzy
731
  msgid ""
732
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
740
  "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
741
  "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
742
 
743
+ #: ../wpgform-post-type.php:428 ../wpgform-post-type.php:534
744
+ #: ../wpgform-post-type.php:824 ../wpgform-post-type.php:846
745
  msgid "Type"
746
  msgstr ""
747
 
748
+ #: ../wpgform-post-type.php:429
749
  msgid "Type of validation"
750
  msgstr ""
751
 
752
+ #: ../wpgform-post-type.php:436 ../wpgform-post-type.php:475
753
+ #: ../wpgform-post-type.php:542 ../wpgform-post-type.php:833
754
+ #: ../wpgform-post-type.php:835 ../wpgform-post-type.php:855
755
+ #: ../wpgform-post-type.php:857
756
  msgid "Value"
757
  msgstr ""
758
 
759
+ #: ../wpgform-post-type.php:437 ../wpgform-post-type.php:476
760
  msgid "Value to validate against"
761
  msgstr ""
762
 
763
+ #: ../wpgform-post-type.php:459
764
  #, fuzzy
765
  msgid "Google Form Field Placeholder"
766
  msgstr "Impossible d'éxecuter Formulaire Google."
767
 
768
+ #: ../wpgform-post-type.php:466
769
  #, fuzzy
770
  msgid ""
771
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
779
  "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
780
  "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
781
 
782
+ #: ../wpgform-post-type.php:497
783
  #, fuzzy
784
  msgid "Google Form Hidden Fields"
785
  msgstr "Impossible d'éxecuter Formulaire Google."
786
 
787
+ #: ../wpgform-post-type.php:503
788
  msgid "Hidden Fields"
789
  msgstr ""
790
 
791
+ #: ../wpgform-post-type.php:504
792
  msgid "Configure hidden fields"
793
  msgstr ""
794
 
795
+ #: ../wpgform-post-type.php:514
796
  #, fuzzy
797
  msgid ""
798
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
807
  "vers l'article : <a href=\"%POST_URL%\">%POST_URL%</a></li><li>Lien vers "
808
  "%BLOG_NAME%: <a href=\"%BLOG_URL%\">%BLOG_URL%</a></li></ul>"
809
 
810
+ #: ../wpgform-post-type.php:535
811
  msgid "Type of hiddenfield"
812
  msgstr ""
813
 
814
+ #: ../wpgform-post-type.php:543
815
  #, fuzzy
816
  msgid "Optional value to use as a preset"
817
  msgstr ""
818
  "Sélectionnez/désélectionner plusieurs éléments en utilisant la touche CTRL"
819
 
820
+ #: ../wpgform-post-type.php:564
821
  #, fuzzy
822
  msgid "Google Form Default Text Overrides"
823
  msgstr "Impossible d'éxecuter Formulaire Google."
824
 
825
+ #: ../wpgform-post-type.php:570
826
  #, fuzzy
827
  msgid "Override"
828
  msgstr ""
829
  "Adèle de l'expéditeur du courriel<br /><em>Si définie, utiliser cette "
830
  "valeur</em>"
831
 
832
+ #: ../wpgform-post-type.php:571
833
  msgid "Override <i><b>Google Default Text</b></i>"
834
  msgstr ""
835
 
836
+ #: ../wpgform-post-type.php:581
837
  #, fuzzy
838
  msgid "This is text that indicates a field is required."
839
  msgstr "Nécessaire"
840
 
841
+ #: ../wpgform-post-type.php:589
842
  #, fuzzy
843
  msgid "Submit Button"
844
  msgstr "Enregistrer"
845
 
846
+ #: ../wpgform-post-type.php:590
847
  msgid "This is text used for the Submit button."
848
  msgstr ""
849
 
850
+ #: ../wpgform-post-type.php:598
851
  msgid "Back Button"
852
  msgstr ""
853
 
854
+ #: ../wpgform-post-type.php:599
855
  msgid "This is text used for the Back button."
856
  msgstr ""
857
 
858
+ #: ../wpgform-post-type.php:607
859
  #, fuzzy
860
  msgid "Continue Button"
861
  msgstr "Continuer"
862
 
863
+ #: ../wpgform-post-type.php:608
864
  msgid "This is text used for the Continue button."
865
  msgstr ""
866
 
867
+ #: ../wpgform-post-type.php:616
868
  msgid "Radio Buttons"
869
  msgstr ""
870
 
871
+ #: ../wpgform-post-type.php:617
872
  msgid "This is text used for the Radio Buttons hint."
873
  msgstr ""
874
 
875
+ #: ../wpgform-post-type.php:625
876
  msgid "Radio Buttons - Other"
877
  msgstr ""
878
 
879
+ #: ../wpgform-post-type.php:626
880
  msgid "This is text used for the Radio Buttons Other option."
881
  msgstr ""
882
 
883
+ #: ../wpgform-post-type.php:634
884
  #, fuzzy
885
  msgid "Check Boxes"
886
  msgstr "Cochez les cases correspondantes"
887
 
888
+ #: ../wpgform-post-type.php:635
889
  msgid "This is text used for the Check Boxes hint."
890
  msgstr ""
891
 
892
+ #: ../wpgform-post-type.php:820
893
  #, fuzzy
894
  msgid "Name"
895
  msgstr "Nom public"
896
 
897
+ #: ../wpgform-post-type.php:824 ../wpgform-post-type.php:846
898
  #, fuzzy
899
  msgid "Check"
900
  msgstr "Cochez les cases correspondantes"
901
 
902
+ #: ../wpgform-post-type.php:843
903
  #, fuzzy
904
  msgid "Field"
905
  msgstr ""
907
  "grand nombre d'utilisateurs (certains fournisseurs d'accès interdissent un "
908
  "trop grand nombre d'adèles dans le champ BCC)."
909
 
910
+ #: ../wpgform-post-type.php:1046
911
  msgid ""
912
  "<p>Google Form does not contain expected HTML. Google Forms must be "
913
  "downgraded in order to work with this plugin.</p><p>More details can be "
915
  "a> under the <b><i>Opt out of the new Forms</i></b> section.</p>"
916
  msgstr ""
917
 
918
+ #: ../wpgform-post-type.php:1083
919
  #, fuzzy
920
  msgid "Form Name"
921
  msgstr "Impossible d'éxecuter Formulaire Google."
922
 
923
+ #: ../wpgform-post-type.php:1088
924
  #, fuzzy
925
  msgid "Short Code"
926
  msgstr "Impossible d'éxecuter le shortcode du Formulaire Google."
927
 
928
+ #: ../wpgform-post-type.php:1089
929
  #, fuzzy
930
  msgid "Form Description"
931
  msgstr "Description"
932
 
933
+ #: ../wpgform-post-type.php:1180
934
  #, fuzzy
935
  msgid "Enter WordPress Google Form Title"
936
  msgstr "Impossible d'éxecuter Formulaire Google."
languages/wpgform-sr_RS.mo CHANGED
Binary file
languages/wpgform-sr_RS.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Google Form\n"
4
- "POT-Creation-Date: 2017-01-24 19:50+0000\n"
5
- "PO-Revision-Date: 2017-01-24 19:50+0000\n"
6
  "Last-Translator: Mike Walsh <mpwalsh8@gmail.com>\n"
7
  "Language-Team: Mike Walsh (@mpwalsh8) <mpwalsh8@gmail.com>\n"
8
  "Language: sr_ME@latin\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.11\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
@@ -17,37 +17,37 @@ msgstr ""
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../wpgform-core.php:180 ../wpgform-post-type.php:568
21
- #: ../wpgform-post-type.php:572 ../wpgform-post-type.php:573
22
  msgid "Required"
23
  msgstr "Potrebno"
24
 
25
- #: ../wpgform-core.php:181 ../wpgform-post-type.php:581
26
- #: ../wpgform-post-type.php:582
27
  msgid "Submit"
28
  msgstr "Podnesi"
29
 
30
- #: ../wpgform-core.php:182 ../wpgform-post-type.php:590
31
- #: ../wpgform-post-type.php:591
32
  msgid "Back"
33
  msgstr "Nazad"
34
 
35
- #: ../wpgform-core.php:183 ../wpgform-post-type.php:599
36
- #: ../wpgform-post-type.php:600
37
  msgid "Continue"
38
  msgstr "Nastavi"
39
 
40
- #: ../wpgform-core.php:184 ../wpgform-post-type.php:608
41
- #: ../wpgform-post-type.php:609 ../wpgform-post-type.php:626
42
  msgid "Mark only one oval."
43
  msgstr "Označiti samo jedan oval."
44
 
45
- #: ../wpgform-core.php:185 ../wpgform-post-type.php:617
46
- #: ../wpgform-post-type.php:618
47
  msgid "Other:"
48
  msgstr "Ostalo:"
49
 
50
- #: ../wpgform-core.php:186 ../wpgform-post-type.php:627
51
  msgid "Check all that apply."
52
  msgstr "Proveriti sve iznad."
53
 
@@ -71,194 +71,194 @@ msgstr " Forma podnetog loga"
71
  msgid "Unable to process Google Form short code."
72
  msgstr "Nemoguće je procesovati Google Form short code."
73
 
74
- #: ../wpgform-core.php:684
75
  msgid "Unable to process Google Form."
76
  msgstr "Nemoguće je procesovati Google Form."
77
 
78
- #: ../wpgform-core.php:685
79
  msgid "Server is responding with"
80
  msgstr "Server odgovara sa"
81
 
82
- #: ../wpgform-core.php:686
83
  msgid "403 Permission Denied"
84
  msgstr "403 dozvola odbijena"
85
 
86
- #: ../wpgform-core.php:686
87
  msgid "error"
88
  msgstr "greška"
89
 
90
- #: ../wpgform-core.php:736
91
  msgid "Email Address"
92
  msgstr "Email Adresa"
93
 
94
- #: ../wpgform-core.php:786 ../wpgform-core.php:788
95
  msgid "What is"
96
  msgstr "Šta je"
97
 
98
- #: ../wpgform-core.php:942
99
  msgid "Unable to retrieve Google Form. Please try reloading this page."
100
  msgstr "Nemoguće je povratiti Google Form. Reloadujte ovu stranicu"
101
 
102
- #: ../wpgform-core.php:1087
103
  msgid "Unexpected content encountered, unable to retrieve Google Form."
104
  msgstr "Neščekivani sadržaj se pojavio, nemoguće je povratiti Google Form."
105
 
106
- #: ../wpgform-core.php:1277
107
  msgid "A valid email address is required."
108
  msgstr "Validna email adresa je neophodna."
109
 
110
- #: ../wpgform-core.php:1296
111
  msgid "Incorrect answer."
112
  msgstr "Netačan odgovor."
113
 
114
- #: ../wpgform-core.php:1356
115
  msgid "Please check your input."
116
  msgstr ""
117
 
118
- #: ../wpgform-core.php:1432 ../wpgform-core.php:1704
119
  msgid "Unknown"
120
  msgstr "Nepoznato"
121
 
122
- #: ../wpgform-core.php:1650
123
  msgid "Warning: You are using an insecure browser!"
124
  msgstr "Upozorenje: Koristite nesiguran pretraživač!"
125
 
126
- #: ../wpgform-core.php:1653
127
  msgid "Warning: Your browser is out of date! Please update now."
128
  msgstr "Upozorenje: Vaš pretraživač je istekao! Updateujte ga sada."
129
 
130
- #: ../wpgform-core.php:1669
131
  msgid "Form Id:"
132
  msgstr "Form Id:"
133
 
134
- #: ../wpgform-core.php:1671
135
  msgid "Submitted Form Id"
136
  msgstr "Podneta Form Id"
137
 
138
- #: ../wpgform-core.php:1674
139
  msgid "No Submitted Form Id"
140
  msgstr "Nema podnete Form Id"
141
 
142
- #: ../wpgform-core.php:1788
143
  msgid ""
144
- "Google Form submit action does not resolve to <b>drive.google.com</b>. Form "
145
  "submission aborted."
146
  msgstr ""
147
 
148
- #: ../wpgform-core.php:1918
149
  msgid "Unable to submit Google Form. Please try reloading this page."
150
  msgstr "Niste u stanju da podnesete Google Form. Reloadujte stranicu."
151
 
152
- #: ../wpgform-core.php:2001
153
  msgid "View Form Results"
154
  msgstr "Pregledaj rezultate formi"
155
 
156
- #: ../wpgform-core.php:2051
157
  msgid "A form was submitted on your web site."
158
  msgstr "Forma je podneta na vašem sajtu. "
159
 
160
- #: ../wpgform-core.php:2052 ../wpgform-core.php:2064
161
  msgid "Form"
162
  msgstr "Forma"
163
 
164
- #: ../wpgform-core.php:2053 ../wpgform-core.php:2065 ../wpgform-logging.php:182
165
  msgid "URL"
166
  msgstr "URL"
167
 
168
- #: ../wpgform-core.php:2054 ../wpgform-core.php:2066
169
  msgid "Responses"
170
  msgstr "Odgovori"
171
 
172
- #: ../wpgform-core.php:2055 ../wpgform-core.php:2067
173
  msgid "Date"
174
  msgstr "Podaci"
175
 
176
- #: ../wpgform-core.php:2056 ../wpgform-core.php:2068
177
  msgid "Time"
178
  msgstr "Vreme"
179
 
180
- #: ../wpgform-core.php:2057 ../wpgform-core.php:2070
181
  msgid "Thank you"
182
  msgstr "Hvala vam"
183
 
184
- #: ../wpgform-core.php:2063
185
  msgid "A form was submitted on your web site"
186
  msgstr "Forma je podneta na vašem sajtu"
187
 
188
- #: ../wpgform-core.php:2230
189
  msgid "This field is required."
190
  msgstr "Ovo polje je obavezno.."
191
 
192
- #: ../wpgform-core.php:2231
193
  msgid "Please fix this field."
194
  msgstr "Podesite ovo polje."
195
 
196
- #: ../wpgform-core.php:2232
197
  msgid "Please enter a valid email address."
198
  msgstr "Unesite validnu email adresu."
199
 
200
- #: ../wpgform-core.php:2233
201
  msgid "Please enter a valid URL."
202
  msgstr "Unesite validan URL."
203
 
204
- #: ../wpgform-core.php:2234
205
  msgid "Please enter a valid date."
206
  msgstr "Unesite validan datum."
207
 
208
- #: ../wpgform-core.php:2235
209
  msgid "Please enter a valid date (ISO)."
210
  msgstr "Unesite validan datum (ISO)."
211
 
212
- #: ../wpgform-core.php:2236
213
  msgid "Please enter a valid number."
214
  msgstr "Unesite validan broj."
215
 
216
- #: ../wpgform-core.php:2237
217
  msgid "Please enter only digits."
218
  msgstr "Samo unesite cifre."
219
 
220
- #: ../wpgform-core.php:2238
221
  msgid "Please enter a valid credit card number."
222
  msgstr "Unesite validan broj kreditne kartice"
223
 
224
- #: ../wpgform-core.php:2239
225
  msgid "Please enter the same value again.,"
226
  msgstr "Unesite istu vrednost opet.,"
227
 
228
- #: ../wpgform-core.php:2240
229
  msgid "Please enter a value with a valid extension."
230
  msgstr "Unesite vrednost sa validnim produžetkom."
231
 
232
- #: ../wpgform-core.php:2241
233
  msgid "Please enter no more than {0} characters."
234
  msgstr "Please enter no more than {0} characters."
235
 
236
- #: ../wpgform-core.php:2242
237
  msgid "Please enter at least {0} characters."
238
  msgstr "Unesite najmanje {0} karaktera"
239
 
240
- #: ../wpgform-core.php:2243
241
  msgid "Please enter a value between {0} and {1} characters long."
242
  msgstr "Unesite vrednost izmedju {0} i {1} karaktera"
243
 
244
- #: ../wpgform-core.php:2244
245
  msgid "Please enter a value between {0} and {1}."
246
  msgstr "Uneti vrednost izmedju {0} i {1}."
247
 
248
- #: ../wpgform-core.php:2245
249
  msgid "Please enter a value less than or equal to {0}."
250
  msgstr "Unesite vrednost manju od ili jednaku {0}."
251
 
252
- #: ../wpgform-core.php:2246
253
  msgid "Please enter a value greater than or equal to {0}."
254
  msgstr "Unesite vrednost veću od ili jednaku {0}."
255
 
256
- #: ../wpgform-core.php:2247
257
  #, fuzzy
258
  msgid "Please enter a value which matches {0}."
259
  msgstr "Unesite validan datum."
260
 
261
- #: ../wpgform-core.php:2324
262
  #, php-format
263
  msgid ""
264
  "This notification may be hidden via a setting on the <a href=\"%s\">Google "
@@ -267,35 +267,45 @@ msgstr ""
267
  "Ova notifikacija može da bude skrivena via postavkama na <a href=\"%s"
268
  "\">Google Forms stranica postavki</a>."
269
 
 
 
 
 
 
 
 
 
 
 
270
  #: ../wpgform-logging.php:30
271
  msgid "You are not allowed to view the submission log."
272
  msgstr "Nije vam dozvoljeno da pregledate podneti log."
273
 
274
- #: ../wpgform-logging.php:181
275
  msgid "Timestamp"
276
  msgstr "Timestamp"
277
 
278
- #: ../wpgform-logging.php:183
279
  msgid "Remote Addr"
280
  msgstr "Upravni Addr"
281
 
282
- #: ../wpgform-logging.php:184
283
  msgid "Remote Host"
284
  msgstr "Upravni Host"
285
 
286
- #: ../wpgform-logging.php:185
287
  msgid "HTTP Refer"
288
  msgstr "HTTP Refer"
289
 
290
- #: ../wpgform-logging.php:186
291
  msgid "HTTP User Agent"
292
  msgstr "HTTP User Agent"
293
 
294
- #: ../wpgform-logging.php:238
295
  msgid "Delete"
296
  msgstr "Obrisati"
297
 
298
- #: ../wpgform-logging.php:298
299
  msgid "No log entries selected"
300
  msgstr "Nijedan log nije unešen"
301
 
@@ -374,257 +384,257 @@ msgstr "Nijedna Google Forms nije pronadjena "
374
  msgid "No Google Forms Found In Trash"
375
  msgstr "Nijedna Google Forms nije pronadjena u Trash"
376
 
377
- #: ../wpgform-post-type.php:108
378
  msgid "Google Form Details"
379
  msgstr "Google Form detalji"
380
 
381
- #: ../wpgform-post-type.php:114
382
  msgid "Form URL"
383
  msgstr "Form URL"
384
 
385
- #: ../wpgform-post-type.php:115
386
  msgid "The full URL to the published Google Form"
387
  msgstr "Ceo URLda objasni Google Form"
388
 
389
- #: ../wpgform-post-type.php:119
390
  msgid "Google Form URL"
391
  msgstr "Google Form URL"
392
 
393
- #: ../wpgform-post-type.php:123
394
  msgid "Confirm URL"
395
  msgstr "Potvrdi URL"
396
 
397
- #: ../wpgform-post-type.php:124
398
  msgid "The full URL to the optional Confirmation Page"
399
  msgstr "Ceo URL za opcionalnu potvrdu stranice "
400
 
401
- #: ../wpgform-post-type.php:128
402
  msgid "Confirmation Page URL"
403
  msgstr " URL potvrda stranice "
404
 
405
- #: ../wpgform-post-type.php:132
406
  msgid "Style"
407
  msgstr "Stil"
408
 
409
- #: ../wpgform-post-type.php:133
410
  msgid "Custom Confirmation Page Style"
411
  msgstr "Custom stil potvrda stranice"
412
 
413
- #: ../wpgform-post-type.php:141
414
  msgid "Alert"
415
  msgstr "Opomena"
416
 
417
- #: ../wpgform-post-type.php:142
418
  msgid "Javascript Alert Box message displayed upon submission"
419
  msgstr "Javascript Alert Box poruka prikazana na postavki"
420
 
421
- #: ../wpgform-post-type.php:146
422
  msgid "Alert Message"
423
  msgstr "Poruka opomene "
424
 
425
- #: ../wpgform-post-type.php:150
426
  msgid "Class"
427
  msgstr "Klasa"
428
 
429
- #: ../wpgform-post-type.php:151
430
  msgid "CSS class(es) to add to the form's containing DIV"
431
  msgstr "CSS klas(e) za dodavanje formi koje sadrže DIV"
432
 
433
- #: ../wpgform-post-type.php:158
434
  msgid "Email"
435
  msgstr "Email"
436
 
437
- #: ../wpgform-post-type.php:159
438
  msgid "Send email upon form submission"
439
  msgstr "Poswlati email nad podnetom formom"
440
 
441
- #: ../wpgform-post-type.php:162 ../wpgform-post-type.php:189
442
- #: ../wpgform-post-type.php:237 ../wpgform-post-type.php:274
443
- #: ../wpgform-post-type.php:284 ../wpgform-post-type.php:294
444
- #: ../wpgform-post-type.php:304 ../wpgform-post-type.php:330
445
- #: ../wpgform-post-type.php:340 ../wpgform-post-type.php:350
446
- #: ../wpgform-post-type.php:380 ../wpgform-post-type.php:495
447
- #: ../wpgform-post-type.php:562
448
  msgid "On"
449
  msgstr "Upaljeno"
450
 
451
- #: ../wpgform-post-type.php:162 ../wpgform-post-type.php:189
452
- #: ../wpgform-post-type.php:237 ../wpgform-post-type.php:274
453
- #: ../wpgform-post-type.php:284 ../wpgform-post-type.php:294
454
- #: ../wpgform-post-type.php:304 ../wpgform-post-type.php:330
455
- #: ../wpgform-post-type.php:340 ../wpgform-post-type.php:350
456
- #: ../wpgform-post-type.php:380 ../wpgform-post-type.php:495
457
- #: ../wpgform-post-type.php:562
458
  msgid "Off"
459
  msgstr "Ugašeno"
460
 
461
- #: ../wpgform-post-type.php:168
462
  msgid "Send To"
463
  msgstr "Poslato na"
464
 
465
- #: ../wpgform-post-type.php:169
466
  msgid "Email address send submission email to"
467
  msgstr "Email adresa slanja podnetog emaila na"
468
 
469
- #: ../wpgform-post-type.php:176
470
  msgid "Form CSS"
471
  msgstr "Forma CSS"
472
 
473
- #: ../wpgform-post-type.php:177
474
  msgid "Form specific CSS rules"
475
  msgstr "Forma odredjuje CSS pravila"
476
 
477
- #: ../wpgform-post-type.php:185
478
  msgid "Form Caching"
479
  msgstr "Form Caching"
480
 
481
- #: ../wpgform-post-type.php:186
482
  msgid "Enable Form Caching using Wordpress Transient API"
483
  msgstr "Omogućiti Form Caching korišćenje Wordpress Transient API"
484
 
485
- #: ../wpgform-post-type.php:195
486
  msgid "Form Caching Timeout"
487
  msgstr "Form Caching Timeout"
488
 
489
- #: ../wpgform-post-type.php:196
490
  msgid "How often will the forms reloaded (in minutes)"
491
  msgstr "Koliko često će se forme reloadovati (u minutama)"
492
 
493
- #: ../wpgform-post-type.php:204
494
  msgid "Reset Form Cache?"
495
  msgstr "Resetuj Form Cache?"
496
 
497
- #: ../wpgform-post-type.php:205
498
  msgid "This will force reloading the form from Google Drive"
499
  msgstr "Ovo će prisiliti reloading forme sa Google Drive"
500
 
501
- #: ../wpgform-post-type.php:227
502
  msgid "Google Form Options"
503
  msgstr "Google Form Opcije"
504
 
505
- #: ../wpgform-post-type.php:233 ../wpgform-post-type.php:234
506
  msgid "CAPTCHA"
507
  msgstr "CAPTCHA"
508
 
509
- #: ../wpgform-post-type.php:243
510
  msgid "Columns"
511
  msgstr "Kolone"
512
 
513
- #: ../wpgform-post-type.php:244
514
  msgid "Split form into columns"
515
  msgstr "Podeli formu na kolone"
516
 
517
- #: ../wpgform-post-type.php:252
518
  #, fuzzy
519
  msgid "Column Order"
520
  msgstr "Kolone"
521
 
522
- #: ../wpgform-post-type.php:253
523
  msgid "Order Columns Left to Right or Right to Left"
524
  msgstr ""
525
 
526
- #: ../wpgform-post-type.php:256
527
  msgid "Left-to-Right"
528
  msgstr ""
529
 
530
- #: ../wpgform-post-type.php:256
531
  msgid "Right-to-Left"
532
  msgstr ""
533
 
534
- #: ../wpgform-post-type.php:262
535
  msgid "Columnize Min Width"
536
  msgstr ""
537
 
538
- #: ../wpgform-post-type.php:263
539
  msgid "Minimum browser viewport width to columnize form (0 to ignore)"
540
  msgstr ""
541
 
542
- #: ../wpgform-post-type.php:270
543
  msgid "Email End User"
544
  msgstr "Email krajnji korisnik"
545
 
546
- #: ../wpgform-post-type.php:271
547
  msgid "Send email to end user upon form submission"
548
  msgstr "Pošalji mail da biste popunili podnetog korisnika"
549
 
550
- #: ../wpgform-post-type.php:280
551
  msgid "Legal"
552
  msgstr "Legalno"
553
 
554
- #: ../wpgform-post-type.php:281
555
  msgid "Google Legal Disclaimer"
556
  msgstr "Google Legal Disclaimer"
557
 
558
- #: ../wpgform-post-type.php:290
559
  msgid "Read Only"
560
  msgstr "Pročitati samo"
561
 
562
- #: ../wpgform-post-type.php:291
563
  msgid "Set the form Read Only"
564
  msgstr "Namestiti formu na Pročitati samo"
565
 
566
- #: ../wpgform-post-type.php:300
567
  msgid "BR"
568
  msgstr "BR"
569
 
570
- #: ../wpgform-post-type.php:301
571
  msgid "Insert &lt;BR&gt; tags between labels and input box"
572
  msgstr "Uneti &lt;BR&gt; tagove izmedju oznaka i input box"
573
 
574
- #: ../wpgform-post-type.php:310
575
  msgid "CSS Prefix"
576
  msgstr "CSS Prefix"
577
 
578
- #: ../wpgform-post-type.php:311
579
  msgid "Prefix to add to all Google CSS classes"
580
  msgstr "Prefix da doda sve Google CSS klase"
581
 
582
- #: ../wpgform-post-type.php:318
583
  msgid "CSS Suffix"
584
  msgstr "CSS Suffix"
585
 
586
- #: ../wpgform-post-type.php:319
587
  msgid "Suffix to add to all Google CSS classes"
588
  msgstr "Suffix da doda sve Google CSS klase"
589
 
590
- #: ../wpgform-post-type.php:326
591
  msgid "Title"
592
  msgstr "Naslov"
593
 
594
- #: ../wpgform-post-type.php:327
595
  msgid "Show or Hide the Google Form's title"
596
  msgstr "Prikazati ili sakriti naslov Google Formi"
597
 
598
- #: ../wpgform-post-type.php:336
599
  msgid "Map H1 to H2"
600
  msgstr "Mapirati H1 za H2"
601
 
602
- #: ../wpgform-post-type.php:337
603
  msgid "Map H1 elements to H2 elements"
604
  msgstr "Mapirati H1 elementi za H2 elemente"
605
 
606
- #: ../wpgform-post-type.php:346 ../wpgform-post-type.php:347
607
  msgid "Unite Theme Hack"
608
  msgstr "Jedinica Hack teme"
609
 
610
- #: ../wpgform-post-type.php:370
611
  msgid "Google Form Field Validation"
612
  msgstr "Google Form polje validacije"
613
 
614
- #: ../wpgform-post-type.php:376
615
  msgid "Validation"
616
  msgstr "Validacija"
617
 
618
- #: ../wpgform-post-type.php:377
619
  msgid "Enable default jQuery Validation on all required fields"
620
  msgstr "Omogući default jQuery validaciju na zahtevanim poljima"
621
 
622
- #: ../wpgform-post-type.php:386 ../wpgform-post-type.php:453
623
- #: ../wpgform-post-type.php:501
624
  msgid "Form Fields"
625
  msgstr "Forme polja"
626
 
627
- #: ../wpgform-post-type.php:387
628
  msgid ""
629
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
630
  "etc.) - <a href=\"http://jqueryvalidation.org/rules\">Additional details on "
@@ -633,31 +643,31 @@ msgstr ""
633
  "Ime na polju na Google Form (npr. unos.1.jedan, unos.12345678, itd.) - <a "
634
  "href=\"http://jqueryvalidation.org/rules\">Dodatni detalji jQuery Rules</a>"
635
 
636
- #: ../wpgform-post-type.php:416 ../wpgform-post-type.php:522
637
- #: ../wpgform-post-type.php:812 ../wpgform-post-type.php:834
638
  msgid "Type"
639
  msgstr "Tip"
640
 
641
- #: ../wpgform-post-type.php:417
642
  msgid "Type of validation"
643
  msgstr "Tip validacije"
644
 
645
- #: ../wpgform-post-type.php:424 ../wpgform-post-type.php:463
646
- #: ../wpgform-post-type.php:530 ../wpgform-post-type.php:821
647
- #: ../wpgform-post-type.php:823 ../wpgform-post-type.php:843
648
- #: ../wpgform-post-type.php:845
649
  msgid "Value"
650
  msgstr "Vrednost"
651
 
652
- #: ../wpgform-post-type.php:425 ../wpgform-post-type.php:464
653
  msgid "Value to validate against"
654
  msgstr "Vrednost za validaciju protiv"
655
 
656
- #: ../wpgform-post-type.php:447
657
  msgid "Google Form Field Placeholder"
658
  msgstr "Google Form Field Placeholder"
659
 
660
- #: ../wpgform-post-type.php:454
661
  msgid ""
662
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
663
  "etc.) - <a href=\"http://www.w3schools.com/tags/att_input_placeholder.asp"
@@ -667,19 +677,19 @@ msgstr ""
667
  "\"http://www.w3schools.com/tags/att_input_placeholder.asp\">Dodatni detalji "
668
  "Placeholders</a>"
669
 
670
- #: ../wpgform-post-type.php:485
671
  msgid "Google Form Hidden Fields"
672
  msgstr "Google Form skrivena polja"
673
 
674
- #: ../wpgform-post-type.php:491
675
  msgid "Hidden Fields"
676
  msgstr "Skrivena polja"
677
 
678
- #: ../wpgform-post-type.php:492
679
  msgid "Configure hidden fields"
680
  msgstr "Konfigurisati skriveno polje"
681
 
682
- #: ../wpgform-post-type.php:502
683
  msgid ""
684
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
685
  "etc.). The optional value is only used for fields of type <b><i>value</i></"
@@ -691,96 +701,96 @@ msgstr ""
691
  "<b><i>url</i></b>, and <b><i>timestamp</i></b>.Za sve druge tipove polja "
692
  "WordPress će namestiti skriveni input za odredjenu vrednost."
693
 
694
- #: ../wpgform-post-type.php:523
695
  msgid "Type of hiddenfield"
696
  msgstr "Tip skrivenog polja"
697
 
698
- #: ../wpgform-post-type.php:531
699
  msgid "Optional value to use as a preset"
700
  msgstr "Opcionalna vrednost da se koristi kao preset"
701
 
702
- #: ../wpgform-post-type.php:552
703
  #, fuzzy
704
  msgid "Google Form Default Text Overrides"
705
  msgstr "Google Form detalji"
706
 
707
- #: ../wpgform-post-type.php:558
708
  msgid "Override"
709
  msgstr ""
710
 
711
- #: ../wpgform-post-type.php:559
712
  msgid "Override <i><b>Google Default Text</b></i>"
713
  msgstr ""
714
 
715
- #: ../wpgform-post-type.php:569
716
  #, fuzzy
717
  msgid "This is text that indicates a field is required."
718
  msgstr "Ovo polje je obavezno.."
719
 
720
- #: ../wpgform-post-type.php:577
721
  #, fuzzy
722
  msgid "Submit Button"
723
  msgstr "Podnesi"
724
 
725
- #: ../wpgform-post-type.php:578
726
  msgid "This is text used for the Submit button."
727
  msgstr ""
728
 
729
- #: ../wpgform-post-type.php:586
730
  msgid "Back Button"
731
  msgstr ""
732
 
733
- #: ../wpgform-post-type.php:587
734
  msgid "This is text used for the Back button."
735
  msgstr ""
736
 
737
- #: ../wpgform-post-type.php:595
738
  #, fuzzy
739
  msgid "Continue Button"
740
  msgstr "Nastavi"
741
 
742
- #: ../wpgform-post-type.php:596
743
  msgid "This is text used for the Continue button."
744
  msgstr ""
745
 
746
- #: ../wpgform-post-type.php:604
747
  msgid "Radio Buttons"
748
  msgstr ""
749
 
750
- #: ../wpgform-post-type.php:605
751
  msgid "This is text used for the Radio Buttons hint."
752
  msgstr ""
753
 
754
- #: ../wpgform-post-type.php:613
755
  msgid "Radio Buttons - Other"
756
  msgstr ""
757
 
758
- #: ../wpgform-post-type.php:614
759
  msgid "This is text used for the Radio Buttons Other option."
760
  msgstr ""
761
 
762
- #: ../wpgform-post-type.php:622
763
  #, fuzzy
764
  msgid "Check Boxes"
765
  msgstr "Proveri"
766
 
767
- #: ../wpgform-post-type.php:623
768
  msgid "This is text used for the Check Boxes hint."
769
  msgstr ""
770
 
771
- #: ../wpgform-post-type.php:808
772
  msgid "Name"
773
  msgstr "Ime"
774
 
775
- #: ../wpgform-post-type.php:812 ../wpgform-post-type.php:834
776
  msgid "Check"
777
  msgstr "Proveri"
778
 
779
- #: ../wpgform-post-type.php:831
780
  msgid "Field"
781
  msgstr "Polje"
782
 
783
- #: ../wpgform-post-type.php:1034
784
  msgid ""
785
  "<p>Google Form does not contain expected HTML. Google Forms must be "
786
  "downgraded in order to work with this plugin.</p><p>More details can be found "
@@ -788,18 +798,18 @@ msgid ""
788
  "under the <b><i>Opt out of the new Forms</i></b> section.</p>"
789
  msgstr ""
790
 
791
- #: ../wpgform-post-type.php:1071
792
  msgid "Form Name"
793
  msgstr "Ime forme"
794
 
795
- #: ../wpgform-post-type.php:1076
796
  msgid "Short Code"
797
  msgstr "Short Code"
798
 
799
- #: ../wpgform-post-type.php:1077
800
  msgid "Form Description"
801
  msgstr "Opis forme"
802
 
803
- #: ../wpgform-post-type.php:1168
804
  msgid "Enter WordPress Google Form Title"
805
  msgstr "Uneti WordPress Google Form naslov"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Google Form\n"
4
+ "POT-Creation-Date: 2018-08-05 17:04+0100\n"
5
+ "PO-Revision-Date: 2018-08-05 17:04+0100\n"
6
  "Last-Translator: Mike Walsh <mpwalsh8@gmail.com>\n"
7
  "Language-Team: Mike Walsh (@mpwalsh8) <mpwalsh8@gmail.com>\n"
8
  "Language: sr_ME@latin\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 2.1.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../wpgform-core.php:180 ../wpgform-post-type.php:580
21
+ #: ../wpgform-post-type.php:584 ../wpgform-post-type.php:585
22
  msgid "Required"
23
  msgstr "Potrebno"
24
 
25
+ #: ../wpgform-core.php:181 ../wpgform-post-type.php:593
26
+ #: ../wpgform-post-type.php:594
27
  msgid "Submit"
28
  msgstr "Podnesi"
29
 
30
+ #: ../wpgform-core.php:182 ../wpgform-post-type.php:602
31
+ #: ../wpgform-post-type.php:603
32
  msgid "Back"
33
  msgstr "Nazad"
34
 
35
+ #: ../wpgform-core.php:183 ../wpgform-post-type.php:611
36
+ #: ../wpgform-post-type.php:612
37
  msgid "Continue"
38
  msgstr "Nastavi"
39
 
40
+ #: ../wpgform-core.php:184 ../wpgform-post-type.php:620
41
+ #: ../wpgform-post-type.php:621 ../wpgform-post-type.php:638
42
  msgid "Mark only one oval."
43
  msgstr "Označiti samo jedan oval."
44
 
45
+ #: ../wpgform-core.php:185 ../wpgform-post-type.php:629
46
+ #: ../wpgform-post-type.php:630
47
  msgid "Other:"
48
  msgstr "Ostalo:"
49
 
50
+ #: ../wpgform-core.php:186 ../wpgform-post-type.php:639
51
  msgid "Check all that apply."
52
  msgstr "Proveriti sve iznad."
53
 
71
  msgid "Unable to process Google Form short code."
72
  msgstr "Nemoguće je procesovati Google Form short code."
73
 
74
+ #: ../wpgform-core.php:699
75
  msgid "Unable to process Google Form."
76
  msgstr "Nemoguće je procesovati Google Form."
77
 
78
+ #: ../wpgform-core.php:700
79
  msgid "Server is responding with"
80
  msgstr "Server odgovara sa"
81
 
82
+ #: ../wpgform-core.php:701
83
  msgid "403 Permission Denied"
84
  msgstr "403 dozvola odbijena"
85
 
86
+ #: ../wpgform-core.php:701
87
  msgid "error"
88
  msgstr "greška"
89
 
90
+ #: ../wpgform-core.php:751
91
  msgid "Email Address"
92
  msgstr "Email Adresa"
93
 
94
+ #: ../wpgform-core.php:815 ../wpgform-core.php:817
95
  msgid "What is"
96
  msgstr "Šta je"
97
 
98
+ #: ../wpgform-core.php:971
99
  msgid "Unable to retrieve Google Form. Please try reloading this page."
100
  msgstr "Nemoguće je povratiti Google Form. Reloadujte ovu stranicu"
101
 
102
+ #: ../wpgform-core.php:1116
103
  msgid "Unexpected content encountered, unable to retrieve Google Form."
104
  msgstr "Neščekivani sadržaj se pojavio, nemoguće je povratiti Google Form."
105
 
106
+ #: ../wpgform-core.php:1306
107
  msgid "A valid email address is required."
108
  msgstr "Validna email adresa je neophodna."
109
 
110
+ #: ../wpgform-core.php:1325
111
  msgid "Incorrect answer."
112
  msgstr "Netačan odgovor."
113
 
114
+ #: ../wpgform-core.php:1385
115
  msgid "Please check your input."
116
  msgstr ""
117
 
118
+ #: ../wpgform-core.php:1461 ../wpgform-core.php:1733
119
  msgid "Unknown"
120
  msgstr "Nepoznato"
121
 
122
+ #: ../wpgform-core.php:1679
123
  msgid "Warning: You are using an insecure browser!"
124
  msgstr "Upozorenje: Koristite nesiguran pretraživač!"
125
 
126
+ #: ../wpgform-core.php:1682
127
  msgid "Warning: Your browser is out of date! Please update now."
128
  msgstr "Upozorenje: Vaš pretraživač je istekao! Updateujte ga sada."
129
 
130
+ #: ../wpgform-core.php:1698
131
  msgid "Form Id:"
132
  msgstr "Form Id:"
133
 
134
+ #: ../wpgform-core.php:1700
135
  msgid "Submitted Form Id"
136
  msgstr "Podneta Form Id"
137
 
138
+ #: ../wpgform-core.php:1703
139
  msgid "No Submitted Form Id"
140
  msgstr "Nema podnete Form Id"
141
 
142
+ #: ../wpgform-core.php:1820
143
  msgid ""
144
+ "Google Form submit action does not resolve to <b>google.com</b>. Form "
145
  "submission aborted."
146
  msgstr ""
147
 
148
+ #: ../wpgform-core.php:1950
149
  msgid "Unable to submit Google Form. Please try reloading this page."
150
  msgstr "Niste u stanju da podnesete Google Form. Reloadujte stranicu."
151
 
152
+ #: ../wpgform-core.php:2033
153
  msgid "View Form Results"
154
  msgstr "Pregledaj rezultate formi"
155
 
156
+ #: ../wpgform-core.php:2083
157
  msgid "A form was submitted on your web site."
158
  msgstr "Forma je podneta na vašem sajtu. "
159
 
160
+ #: ../wpgform-core.php:2084 ../wpgform-core.php:2096
161
  msgid "Form"
162
  msgstr "Forma"
163
 
164
+ #: ../wpgform-core.php:2085 ../wpgform-core.php:2097 ../wpgform-logging.php:183
165
  msgid "URL"
166
  msgstr "URL"
167
 
168
+ #: ../wpgform-core.php:2086 ../wpgform-core.php:2098
169
  msgid "Responses"
170
  msgstr "Odgovori"
171
 
172
+ #: ../wpgform-core.php:2087 ../wpgform-core.php:2099
173
  msgid "Date"
174
  msgstr "Podaci"
175
 
176
+ #: ../wpgform-core.php:2088 ../wpgform-core.php:2100
177
  msgid "Time"
178
  msgstr "Vreme"
179
 
180
+ #: ../wpgform-core.php:2089 ../wpgform-core.php:2102
181
  msgid "Thank you"
182
  msgstr "Hvala vam"
183
 
184
+ #: ../wpgform-core.php:2095
185
  msgid "A form was submitted on your web site"
186
  msgstr "Forma je podneta na vašem sajtu"
187
 
188
+ #: ../wpgform-core.php:2262
189
  msgid "This field is required."
190
  msgstr "Ovo polje je obavezno.."
191
 
192
+ #: ../wpgform-core.php:2263
193
  msgid "Please fix this field."
194
  msgstr "Podesite ovo polje."
195
 
196
+ #: ../wpgform-core.php:2264
197
  msgid "Please enter a valid email address."
198
  msgstr "Unesite validnu email adresu."
199
 
200
+ #: ../wpgform-core.php:2265
201
  msgid "Please enter a valid URL."
202
  msgstr "Unesite validan URL."
203
 
204
+ #: ../wpgform-core.php:2266
205
  msgid "Please enter a valid date."
206
  msgstr "Unesite validan datum."
207
 
208
+ #: ../wpgform-core.php:2267
209
  msgid "Please enter a valid date (ISO)."
210
  msgstr "Unesite validan datum (ISO)."
211
 
212
+ #: ../wpgform-core.php:2268
213
  msgid "Please enter a valid number."
214
  msgstr "Unesite validan broj."
215
 
216
+ #: ../wpgform-core.php:2269
217
  msgid "Please enter only digits."
218
  msgstr "Samo unesite cifre."
219
 
220
+ #: ../wpgform-core.php:2270
221
  msgid "Please enter a valid credit card number."
222
  msgstr "Unesite validan broj kreditne kartice"
223
 
224
+ #: ../wpgform-core.php:2271
225
  msgid "Please enter the same value again.,"
226
  msgstr "Unesite istu vrednost opet.,"
227
 
228
+ #: ../wpgform-core.php:2272
229
  msgid "Please enter a value with a valid extension."
230
  msgstr "Unesite vrednost sa validnim produžetkom."
231
 
232
+ #: ../wpgform-core.php:2273
233
  msgid "Please enter no more than {0} characters."
234
  msgstr "Please enter no more than {0} characters."
235
 
236
+ #: ../wpgform-core.php:2274
237
  msgid "Please enter at least {0} characters."
238
  msgstr "Unesite najmanje {0} karaktera"
239
 
240
+ #: ../wpgform-core.php:2275
241
  msgid "Please enter a value between {0} and {1} characters long."
242
  msgstr "Unesite vrednost izmedju {0} i {1} karaktera"
243
 
244
+ #: ../wpgform-core.php:2276
245
  msgid "Please enter a value between {0} and {1}."
246
  msgstr "Uneti vrednost izmedju {0} i {1}."
247
 
248
+ #: ../wpgform-core.php:2277
249
  msgid "Please enter a value less than or equal to {0}."
250
  msgstr "Unesite vrednost manju od ili jednaku {0}."
251
 
252
+ #: ../wpgform-core.php:2278
253
  msgid "Please enter a value greater than or equal to {0}."
254
  msgstr "Unesite vrednost veću od ili jednaku {0}."
255
 
256
+ #: ../wpgform-core.php:2279
257
  #, fuzzy
258
  msgid "Please enter a value which matches {0}."
259
  msgstr "Unesite validan datum."
260
 
261
+ #: ../wpgform-core.php:2356
262
  #, php-format
263
  msgid ""
264
  "This notification may be hidden via a setting on the <a href=\"%s\">Google "
267
  "Ova notifikacija može da bude skrivena via postavkama na <a href=\"%s"
268
  "\">Google Forms stranica postavki</a>."
269
 
270
+ #: ../wpgform-core.php:2378
271
+ msgid ""
272
+ "Google has announced plans to <a href=\"https://gsuiteupdates.googleblog."
273
+ "com/2018/07/migration-to-new-google-forms-ui_19.html\">remove the Google "
274
+ "Forms downgrade option</a>. The <a href=\"https://wordpress.org/plugins/"
275
+ "wpgform/\">Google Forms plugin</a> may no longer work after August 22, 2018. "
276
+ "The <a href=\"https://wordpress.org/plugins/wpgform/\">Google Forms plugin</"
277
+ "a> does not work with the new version of Google Forms."
278
+ msgstr ""
279
+
280
  #: ../wpgform-logging.php:30
281
  msgid "You are not allowed to view the submission log."
282
  msgstr "Nije vam dozvoljeno da pregledate podneti log."
283
 
284
+ #: ../wpgform-logging.php:182
285
  msgid "Timestamp"
286
  msgstr "Timestamp"
287
 
288
+ #: ../wpgform-logging.php:184
289
  msgid "Remote Addr"
290
  msgstr "Upravni Addr"
291
 
292
+ #: ../wpgform-logging.php:185
293
  msgid "Remote Host"
294
  msgstr "Upravni Host"
295
 
296
+ #: ../wpgform-logging.php:186
297
  msgid "HTTP Refer"
298
  msgstr "HTTP Refer"
299
 
300
+ #: ../wpgform-logging.php:187
301
  msgid "HTTP User Agent"
302
  msgstr "HTTP User Agent"
303
 
304
+ #: ../wpgform-logging.php:239
305
  msgid "Delete"
306
  msgstr "Obrisati"
307
 
308
+ #: ../wpgform-logging.php:299
309
  msgid "No log entries selected"
310
  msgstr "Nijedan log nije unešen"
311
 
384
  msgid "No Google Forms Found In Trash"
385
  msgstr "Nijedna Google Forms nije pronadjena u Trash"
386
 
387
+ #: ../wpgform-post-type.php:120
388
  msgid "Google Form Details"
389
  msgstr "Google Form detalji"
390
 
391
+ #: ../wpgform-post-type.php:126
392
  msgid "Form URL"
393
  msgstr "Form URL"
394
 
395
+ #: ../wpgform-post-type.php:127
396
  msgid "The full URL to the published Google Form"
397
  msgstr "Ceo URLda objasni Google Form"
398
 
399
+ #: ../wpgform-post-type.php:131
400
  msgid "Google Form URL"
401
  msgstr "Google Form URL"
402
 
403
+ #: ../wpgform-post-type.php:135
404
  msgid "Confirm URL"
405
  msgstr "Potvrdi URL"
406
 
407
+ #: ../wpgform-post-type.php:136
408
  msgid "The full URL to the optional Confirmation Page"
409
  msgstr "Ceo URL za opcionalnu potvrdu stranice "
410
 
411
+ #: ../wpgform-post-type.php:140
412
  msgid "Confirmation Page URL"
413
  msgstr " URL potvrda stranice "
414
 
415
+ #: ../wpgform-post-type.php:144
416
  msgid "Style"
417
  msgstr "Stil"
418
 
419
+ #: ../wpgform-post-type.php:145
420
  msgid "Custom Confirmation Page Style"
421
  msgstr "Custom stil potvrda stranice"
422
 
423
+ #: ../wpgform-post-type.php:153
424
  msgid "Alert"
425
  msgstr "Opomena"
426
 
427
+ #: ../wpgform-post-type.php:154
428
  msgid "Javascript Alert Box message displayed upon submission"
429
  msgstr "Javascript Alert Box poruka prikazana na postavki"
430
 
431
+ #: ../wpgform-post-type.php:158
432
  msgid "Alert Message"
433
  msgstr "Poruka opomene "
434
 
435
+ #: ../wpgform-post-type.php:162
436
  msgid "Class"
437
  msgstr "Klasa"
438
 
439
+ #: ../wpgform-post-type.php:163
440
  msgid "CSS class(es) to add to the form's containing DIV"
441
  msgstr "CSS klas(e) za dodavanje formi koje sadrže DIV"
442
 
443
+ #: ../wpgform-post-type.php:170
444
  msgid "Email"
445
  msgstr "Email"
446
 
447
+ #: ../wpgform-post-type.php:171
448
  msgid "Send email upon form submission"
449
  msgstr "Poswlati email nad podnetom formom"
450
 
451
+ #: ../wpgform-post-type.php:174 ../wpgform-post-type.php:201
452
+ #: ../wpgform-post-type.php:249 ../wpgform-post-type.php:286
453
+ #: ../wpgform-post-type.php:296 ../wpgform-post-type.php:306
454
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:342
455
+ #: ../wpgform-post-type.php:352 ../wpgform-post-type.php:362
456
+ #: ../wpgform-post-type.php:392 ../wpgform-post-type.php:507
457
+ #: ../wpgform-post-type.php:574
458
  msgid "On"
459
  msgstr "Upaljeno"
460
 
461
+ #: ../wpgform-post-type.php:174 ../wpgform-post-type.php:201
462
+ #: ../wpgform-post-type.php:249 ../wpgform-post-type.php:286
463
+ #: ../wpgform-post-type.php:296 ../wpgform-post-type.php:306
464
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:342
465
+ #: ../wpgform-post-type.php:352 ../wpgform-post-type.php:362
466
+ #: ../wpgform-post-type.php:392 ../wpgform-post-type.php:507
467
+ #: ../wpgform-post-type.php:574
468
  msgid "Off"
469
  msgstr "Ugašeno"
470
 
471
+ #: ../wpgform-post-type.php:180
472
  msgid "Send To"
473
  msgstr "Poslato na"
474
 
475
+ #: ../wpgform-post-type.php:181
476
  msgid "Email address send submission email to"
477
  msgstr "Email adresa slanja podnetog emaila na"
478
 
479
+ #: ../wpgform-post-type.php:188
480
  msgid "Form CSS"
481
  msgstr "Forma CSS"
482
 
483
+ #: ../wpgform-post-type.php:189
484
  msgid "Form specific CSS rules"
485
  msgstr "Forma odredjuje CSS pravila"
486
 
487
+ #: ../wpgform-post-type.php:197
488
  msgid "Form Caching"
489
  msgstr "Form Caching"
490
 
491
+ #: ../wpgform-post-type.php:198
492
  msgid "Enable Form Caching using Wordpress Transient API"
493
  msgstr "Omogućiti Form Caching korišćenje Wordpress Transient API"
494
 
495
+ #: ../wpgform-post-type.php:207
496
  msgid "Form Caching Timeout"
497
  msgstr "Form Caching Timeout"
498
 
499
+ #: ../wpgform-post-type.php:208
500
  msgid "How often will the forms reloaded (in minutes)"
501
  msgstr "Koliko često će se forme reloadovati (u minutama)"
502
 
503
+ #: ../wpgform-post-type.php:216
504
  msgid "Reset Form Cache?"
505
  msgstr "Resetuj Form Cache?"
506
 
507
+ #: ../wpgform-post-type.php:217
508
  msgid "This will force reloading the form from Google Drive"
509
  msgstr "Ovo će prisiliti reloading forme sa Google Drive"
510
 
511
+ #: ../wpgform-post-type.php:239
512
  msgid "Google Form Options"
513
  msgstr "Google Form Opcije"
514
 
515
+ #: ../wpgform-post-type.php:245 ../wpgform-post-type.php:246
516
  msgid "CAPTCHA"
517
  msgstr "CAPTCHA"
518
 
519
+ #: ../wpgform-post-type.php:255
520
  msgid "Columns"
521
  msgstr "Kolone"
522
 
523
+ #: ../wpgform-post-type.php:256
524
  msgid "Split form into columns"
525
  msgstr "Podeli formu na kolone"
526
 
527
+ #: ../wpgform-post-type.php:264
528
  #, fuzzy
529
  msgid "Column Order"
530
  msgstr "Kolone"
531
 
532
+ #: ../wpgform-post-type.php:265
533
  msgid "Order Columns Left to Right or Right to Left"
534
  msgstr ""
535
 
536
+ #: ../wpgform-post-type.php:268
537
  msgid "Left-to-Right"
538
  msgstr ""
539
 
540
+ #: ../wpgform-post-type.php:268
541
  msgid "Right-to-Left"
542
  msgstr ""
543
 
544
+ #: ../wpgform-post-type.php:274
545
  msgid "Columnize Min Width"
546
  msgstr ""
547
 
548
+ #: ../wpgform-post-type.php:275
549
  msgid "Minimum browser viewport width to columnize form (0 to ignore)"
550
  msgstr ""
551
 
552
+ #: ../wpgform-post-type.php:282
553
  msgid "Email End User"
554
  msgstr "Email krajnji korisnik"
555
 
556
+ #: ../wpgform-post-type.php:283
557
  msgid "Send email to end user upon form submission"
558
  msgstr "Pošalji mail da biste popunili podnetog korisnika"
559
 
560
+ #: ../wpgform-post-type.php:292
561
  msgid "Legal"
562
  msgstr "Legalno"
563
 
564
+ #: ../wpgform-post-type.php:293
565
  msgid "Google Legal Disclaimer"
566
  msgstr "Google Legal Disclaimer"
567
 
568
+ #: ../wpgform-post-type.php:302
569
  msgid "Read Only"
570
  msgstr "Pročitati samo"
571
 
572
+ #: ../wpgform-post-type.php:303
573
  msgid "Set the form Read Only"
574
  msgstr "Namestiti formu na Pročitati samo"
575
 
576
+ #: ../wpgform-post-type.php:312
577
  msgid "BR"
578
  msgstr "BR"
579
 
580
+ #: ../wpgform-post-type.php:313
581
  msgid "Insert &lt;BR&gt; tags between labels and input box"
582
  msgstr "Uneti &lt;BR&gt; tagove izmedju oznaka i input box"
583
 
584
+ #: ../wpgform-post-type.php:322
585
  msgid "CSS Prefix"
586
  msgstr "CSS Prefix"
587
 
588
+ #: ../wpgform-post-type.php:323
589
  msgid "Prefix to add to all Google CSS classes"
590
  msgstr "Prefix da doda sve Google CSS klase"
591
 
592
+ #: ../wpgform-post-type.php:330
593
  msgid "CSS Suffix"
594
  msgstr "CSS Suffix"
595
 
596
+ #: ../wpgform-post-type.php:331
597
  msgid "Suffix to add to all Google CSS classes"
598
  msgstr "Suffix da doda sve Google CSS klase"
599
 
600
+ #: ../wpgform-post-type.php:338
601
  msgid "Title"
602
  msgstr "Naslov"
603
 
604
+ #: ../wpgform-post-type.php:339
605
  msgid "Show or Hide the Google Form's title"
606
  msgstr "Prikazati ili sakriti naslov Google Formi"
607
 
608
+ #: ../wpgform-post-type.php:348
609
  msgid "Map H1 to H2"
610
  msgstr "Mapirati H1 za H2"
611
 
612
+ #: ../wpgform-post-type.php:349
613
  msgid "Map H1 elements to H2 elements"
614
  msgstr "Mapirati H1 elementi za H2 elemente"
615
 
616
+ #: ../wpgform-post-type.php:358 ../wpgform-post-type.php:359
617
  msgid "Unite Theme Hack"
618
  msgstr "Jedinica Hack teme"
619
 
620
+ #: ../wpgform-post-type.php:382
621
  msgid "Google Form Field Validation"
622
  msgstr "Google Form polje validacije"
623
 
624
+ #: ../wpgform-post-type.php:388
625
  msgid "Validation"
626
  msgstr "Validacija"
627
 
628
+ #: ../wpgform-post-type.php:389
629
  msgid "Enable default jQuery Validation on all required fields"
630
  msgstr "Omogući default jQuery validaciju na zahtevanim poljima"
631
 
632
+ #: ../wpgform-post-type.php:398 ../wpgform-post-type.php:465
633
+ #: ../wpgform-post-type.php:513
634
  msgid "Form Fields"
635
  msgstr "Forme polja"
636
 
637
+ #: ../wpgform-post-type.php:399
638
  msgid ""
639
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
640
  "etc.) - <a href=\"http://jqueryvalidation.org/rules\">Additional details on "
643
  "Ime na polju na Google Form (npr. unos.1.jedan, unos.12345678, itd.) - <a "
644
  "href=\"http://jqueryvalidation.org/rules\">Dodatni detalji jQuery Rules</a>"
645
 
646
+ #: ../wpgform-post-type.php:428 ../wpgform-post-type.php:534
647
+ #: ../wpgform-post-type.php:824 ../wpgform-post-type.php:846
648
  msgid "Type"
649
  msgstr "Tip"
650
 
651
+ #: ../wpgform-post-type.php:429
652
  msgid "Type of validation"
653
  msgstr "Tip validacije"
654
 
655
+ #: ../wpgform-post-type.php:436 ../wpgform-post-type.php:475
656
+ #: ../wpgform-post-type.php:542 ../wpgform-post-type.php:833
657
+ #: ../wpgform-post-type.php:835 ../wpgform-post-type.php:855
658
+ #: ../wpgform-post-type.php:857
659
  msgid "Value"
660
  msgstr "Vrednost"
661
 
662
+ #: ../wpgform-post-type.php:437 ../wpgform-post-type.php:476
663
  msgid "Value to validate against"
664
  msgstr "Vrednost za validaciju protiv"
665
 
666
+ #: ../wpgform-post-type.php:459
667
  msgid "Google Form Field Placeholder"
668
  msgstr "Google Form Field Placeholder"
669
 
670
+ #: ../wpgform-post-type.php:466
671
  msgid ""
672
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
673
  "etc.) - <a href=\"http://www.w3schools.com/tags/att_input_placeholder.asp"
677
  "\"http://www.w3schools.com/tags/att_input_placeholder.asp\">Dodatni detalji "
678
  "Placeholders</a>"
679
 
680
+ #: ../wpgform-post-type.php:497
681
  msgid "Google Form Hidden Fields"
682
  msgstr "Google Form skrivena polja"
683
 
684
+ #: ../wpgform-post-type.php:503
685
  msgid "Hidden Fields"
686
  msgstr "Skrivena polja"
687
 
688
+ #: ../wpgform-post-type.php:504
689
  msgid "Configure hidden fields"
690
  msgstr "Konfigurisati skriveno polje"
691
 
692
+ #: ../wpgform-post-type.php:514
693
  msgid ""
694
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
695
  "etc.). The optional value is only used for fields of type <b><i>value</i></"
701
  "<b><i>url</i></b>, and <b><i>timestamp</i></b>.Za sve druge tipove polja "
702
  "WordPress će namestiti skriveni input za odredjenu vrednost."
703
 
704
+ #: ../wpgform-post-type.php:535
705
  msgid "Type of hiddenfield"
706
  msgstr "Tip skrivenog polja"
707
 
708
+ #: ../wpgform-post-type.php:543
709
  msgid "Optional value to use as a preset"
710
  msgstr "Opcionalna vrednost da se koristi kao preset"
711
 
712
+ #: ../wpgform-post-type.php:564
713
  #, fuzzy
714
  msgid "Google Form Default Text Overrides"
715
  msgstr "Google Form detalji"
716
 
717
+ #: ../wpgform-post-type.php:570
718
  msgid "Override"
719
  msgstr ""
720
 
721
+ #: ../wpgform-post-type.php:571
722
  msgid "Override <i><b>Google Default Text</b></i>"
723
  msgstr ""
724
 
725
+ #: ../wpgform-post-type.php:581
726
  #, fuzzy
727
  msgid "This is text that indicates a field is required."
728
  msgstr "Ovo polje je obavezno.."
729
 
730
+ #: ../wpgform-post-type.php:589
731
  #, fuzzy
732
  msgid "Submit Button"
733
  msgstr "Podnesi"
734
 
735
+ #: ../wpgform-post-type.php:590
736
  msgid "This is text used for the Submit button."
737
  msgstr ""
738
 
739
+ #: ../wpgform-post-type.php:598
740
  msgid "Back Button"
741
  msgstr ""
742
 
743
+ #: ../wpgform-post-type.php:599
744
  msgid "This is text used for the Back button."
745
  msgstr ""
746
 
747
+ #: ../wpgform-post-type.php:607
748
  #, fuzzy
749
  msgid "Continue Button"
750
  msgstr "Nastavi"
751
 
752
+ #: ../wpgform-post-type.php:608
753
  msgid "This is text used for the Continue button."
754
  msgstr ""
755
 
756
+ #: ../wpgform-post-type.php:616
757
  msgid "Radio Buttons"
758
  msgstr ""
759
 
760
+ #: ../wpgform-post-type.php:617
761
  msgid "This is text used for the Radio Buttons hint."
762
  msgstr ""
763
 
764
+ #: ../wpgform-post-type.php:625
765
  msgid "Radio Buttons - Other"
766
  msgstr ""
767
 
768
+ #: ../wpgform-post-type.php:626
769
  msgid "This is text used for the Radio Buttons Other option."
770
  msgstr ""
771
 
772
+ #: ../wpgform-post-type.php:634
773
  #, fuzzy
774
  msgid "Check Boxes"
775
  msgstr "Proveri"
776
 
777
+ #: ../wpgform-post-type.php:635
778
  msgid "This is text used for the Check Boxes hint."
779
  msgstr ""
780
 
781
+ #: ../wpgform-post-type.php:820
782
  msgid "Name"
783
  msgstr "Ime"
784
 
785
+ #: ../wpgform-post-type.php:824 ../wpgform-post-type.php:846
786
  msgid "Check"
787
  msgstr "Proveri"
788
 
789
+ #: ../wpgform-post-type.php:843
790
  msgid "Field"
791
  msgstr "Polje"
792
 
793
+ #: ../wpgform-post-type.php:1046
794
  msgid ""
795
  "<p>Google Form does not contain expected HTML. Google Forms must be "
796
  "downgraded in order to work with this plugin.</p><p>More details can be found "
798
  "under the <b><i>Opt out of the new Forms</i></b> section.</p>"
799
  msgstr ""
800
 
801
+ #: ../wpgform-post-type.php:1083
802
  msgid "Form Name"
803
  msgstr "Ime forme"
804
 
805
+ #: ../wpgform-post-type.php:1088
806
  msgid "Short Code"
807
  msgstr "Short Code"
808
 
809
+ #: ../wpgform-post-type.php:1089
810
  msgid "Form Description"
811
  msgstr "Opis forme"
812
 
813
+ #: ../wpgform-post-type.php:1180
814
  msgid "Enter WordPress Google Form Title"
815
  msgstr "Uneti WordPress Google Form naslov"
languages/wpgform.mo CHANGED
Binary file
languages/wpgform.po CHANGED
@@ -1,58 +1,58 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Google Form\n"
4
- "POT-Creation-Date: 2017-01-24 19:48+0000\n"
5
- "PO-Revision-Date: 2017-01-24 19:48+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.8.11\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:180 ../wpgform-post-type.php:568
20
- #: ../wpgform-post-type.php:572 ../wpgform-post-type.php:573
21
  #, fuzzy
22
  msgid "Required"
23
  msgstr "Potrebno"
24
 
25
- #: ../wpgform-core.php:181 ../wpgform-post-type.php:581
26
- #: ../wpgform-post-type.php:582
27
  #, fuzzy
28
  msgid "Submit"
29
  msgstr "Podnesi"
30
 
31
- #: ../wpgform-core.php:182 ../wpgform-post-type.php:590
32
- #: ../wpgform-post-type.php:591
33
  #, fuzzy
34
  msgid "Back"
35
  msgstr "Nazad"
36
 
37
- #: ../wpgform-core.php:183 ../wpgform-post-type.php:599
38
- #: ../wpgform-post-type.php:600
39
  #, fuzzy
40
  msgid "Continue"
41
  msgstr "Nastavi"
42
 
43
- #: ../wpgform-core.php:184 ../wpgform-post-type.php:608
44
- #: ../wpgform-post-type.php:609 ../wpgform-post-type.php:626
45
  #, fuzzy
46
  msgid "Mark only one oval."
47
  msgstr "Označiti samo jedan oval."
48
 
49
- #: ../wpgform-core.php:185 ../wpgform-post-type.php:617
50
- #: ../wpgform-post-type.php:618
51
  #, fuzzy
52
  msgid "Other:"
53
  msgstr "Ostalo:"
54
 
55
- #: ../wpgform-core.php:186 ../wpgform-post-type.php:627
56
  #, fuzzy
57
  msgid "Check all that apply."
58
  msgstr "Proveriti sve iznad."
@@ -82,236 +82,236 @@ msgstr " Forma podnetog loga"
82
  msgid "Unable to process Google Form short code."
83
  msgstr "Nemoguće je procesovati Google Form short code."
84
 
85
- #: ../wpgform-core.php:684
86
  #, fuzzy
87
  msgid "Unable to process Google Form."
88
  msgstr "Nemoguće je procesovati Google Form."
89
 
90
- #: ../wpgform-core.php:685
91
  #, fuzzy
92
  msgid "Server is responding with"
93
  msgstr "Server odgovara sa"
94
 
95
- #: ../wpgform-core.php:686
96
  #, fuzzy
97
  msgid "403 Permission Denied"
98
  msgstr "403 dozvola odbijena"
99
 
100
- #: ../wpgform-core.php:686
101
  #, fuzzy
102
  msgid "error"
103
  msgstr "greška"
104
 
105
- #: ../wpgform-core.php:736
106
  #, fuzzy
107
  msgid "Email Address"
108
  msgstr "Email Adresa"
109
 
110
- #: ../wpgform-core.php:786 ../wpgform-core.php:788
111
  #, fuzzy
112
  msgid "What is"
113
  msgstr "Šta je"
114
 
115
- #: ../wpgform-core.php:942
116
  #, fuzzy
117
  msgid "Unable to retrieve Google Form. Please try reloading this page."
118
  msgstr "Nemoguće je povratiti Google Form. Reloadujte ovu stranicu"
119
 
120
- #: ../wpgform-core.php:1087
121
  #, fuzzy
122
  msgid "Unexpected content encountered, unable to retrieve Google Form."
123
  msgstr "Neščekivani sadržaj se pojavio, nemoguće je povratiti Google Form."
124
 
125
- #: ../wpgform-core.php:1277
126
  #, fuzzy
127
  msgid "A valid email address is required."
128
  msgstr "Validna email adresa je neophodna."
129
 
130
- #: ../wpgform-core.php:1296
131
  #, fuzzy
132
  msgid "Incorrect answer."
133
  msgstr "Netačan odgovor."
134
 
135
- #: ../wpgform-core.php:1356
136
  msgid "Please check your input."
137
  msgstr ""
138
 
139
- #: ../wpgform-core.php:1432 ../wpgform-core.php:1704
140
  #, fuzzy
141
  msgid "Unknown"
142
  msgstr "Nepoznato"
143
 
144
- #: ../wpgform-core.php:1650
145
  #, fuzzy
146
  msgid "Warning: You are using an insecure browser!"
147
  msgstr "Upozorenje: Koristite nesiguran pretraživač!"
148
 
149
- #: ../wpgform-core.php:1653
150
  #, fuzzy
151
  msgid "Warning: Your browser is out of date! Please update now."
152
  msgstr "Upozorenje: Vaš pretraživač je istekao! Updateujte ga sada."
153
 
154
- #: ../wpgform-core.php:1669
155
  #, fuzzy
156
  msgid "Form Id:"
157
  msgstr "Form Id:"
158
 
159
- #: ../wpgform-core.php:1671
160
  #, fuzzy
161
  msgid "Submitted Form Id"
162
  msgstr "Podneta Form Id"
163
 
164
- #: ../wpgform-core.php:1674
165
  #, fuzzy
166
  msgid "No Submitted Form Id"
167
  msgstr "Nema podnete Form Id"
168
 
169
- #: ../wpgform-core.php:1788
170
  msgid ""
171
- "Google Form submit action does not resolve to <b>drive.google.com</b>. Form "
172
  "submission aborted."
173
  msgstr ""
174
 
175
- #: ../wpgform-core.php:1918
176
  #, fuzzy
177
  msgid "Unable to submit Google Form. Please try reloading this page."
178
  msgstr "Niste u stanju da podnesete Google Form. Reloadujte stranicu."
179
 
180
- #: ../wpgform-core.php:2001
181
  #, fuzzy
182
  msgid "View Form Results"
183
  msgstr "Pregledaj rezultate formi"
184
 
185
- #: ../wpgform-core.php:2051
186
  #, fuzzy
187
  msgid "A form was submitted on your web site."
188
  msgstr "Forma je podneta na vašem sajtu. "
189
 
190
- #: ../wpgform-core.php:2052 ../wpgform-core.php:2064
191
  #, fuzzy
192
  msgid "Form"
193
  msgstr "Forma"
194
 
195
- #: ../wpgform-core.php:2053 ../wpgform-core.php:2065 ../wpgform-logging.php:182
196
  #, fuzzy
197
  msgid "URL"
198
  msgstr "URL"
199
 
200
- #: ../wpgform-core.php:2054 ../wpgform-core.php:2066
201
  #, fuzzy
202
  msgid "Responses"
203
  msgstr "Odgovori"
204
 
205
- #: ../wpgform-core.php:2055 ../wpgform-core.php:2067
206
  #, fuzzy
207
  msgid "Date"
208
  msgstr "Podaci"
209
 
210
- #: ../wpgform-core.php:2056 ../wpgform-core.php:2068
211
  #, fuzzy
212
  msgid "Time"
213
  msgstr "Vreme"
214
 
215
- #: ../wpgform-core.php:2057 ../wpgform-core.php:2070
216
  #, fuzzy
217
  msgid "Thank you"
218
  msgstr "Hvala vam"
219
 
220
- #: ../wpgform-core.php:2063
221
  #, fuzzy
222
  msgid "A form was submitted on your web site"
223
  msgstr "Forma je podneta na vašem sajtu"
224
 
225
- #: ../wpgform-core.php:2230
226
  #, fuzzy
227
  msgid "This field is required."
228
  msgstr "Ovo polje je obavezno.."
229
 
230
- #: ../wpgform-core.php:2231
231
  #, fuzzy
232
  msgid "Please fix this field."
233
  msgstr "Podesite ovo polje."
234
 
235
- #: ../wpgform-core.php:2232
236
  #, fuzzy
237
  msgid "Please enter a valid email address."
238
  msgstr "Unesite validnu email adresu."
239
 
240
- #: ../wpgform-core.php:2233
241
  #, fuzzy
242
  msgid "Please enter a valid URL."
243
  msgstr "Unesite validan URL."
244
 
245
- #: ../wpgform-core.php:2234
246
  #, fuzzy
247
  msgid "Please enter a valid date."
248
  msgstr "Unesite validan datum."
249
 
250
- #: ../wpgform-core.php:2235
251
  #, fuzzy
252
  msgid "Please enter a valid date (ISO)."
253
  msgstr "Unesite validan datum (ISO)."
254
 
255
- #: ../wpgform-core.php:2236
256
  #, fuzzy
257
  msgid "Please enter a valid number."
258
  msgstr "Unesite validan broj."
259
 
260
- #: ../wpgform-core.php:2237
261
  #, fuzzy
262
  msgid "Please enter only digits."
263
  msgstr "Samo unesite cifre."
264
 
265
- #: ../wpgform-core.php:2238
266
  #, fuzzy
267
  msgid "Please enter a valid credit card number."
268
  msgstr "Unesite validan broj kreditne kartice"
269
 
270
- #: ../wpgform-core.php:2239
271
  #, fuzzy
272
  msgid "Please enter the same value again.,"
273
  msgstr "Unesite istu vrednost opet.,"
274
 
275
- #: ../wpgform-core.php:2240
276
  #, fuzzy
277
  msgid "Please enter a value with a valid extension."
278
  msgstr "Unesite vrednost sa validnim produžetkom."
279
 
280
- #: ../wpgform-core.php:2241
281
  #, fuzzy
282
  msgid "Please enter no more than {0} characters."
283
  msgstr "Please enter no more than {0} characters."
284
 
285
- #: ../wpgform-core.php:2242
286
  #, fuzzy
287
  msgid "Please enter at least {0} characters."
288
  msgstr "Unesite najmanje {0} karaktera"
289
 
290
- #: ../wpgform-core.php:2243
291
  #, fuzzy
292
  msgid "Please enter a value between {0} and {1} characters long."
293
  msgstr "Unesite vrednost izmedju {0} i {1} karaktera"
294
 
295
- #: ../wpgform-core.php:2244
296
  #, fuzzy
297
  msgid "Please enter a value between {0} and {1}."
298
  msgstr "Uneti vrednost izmedju {0} i {1}."
299
 
300
- #: ../wpgform-core.php:2245
301
  #, fuzzy
302
  msgid "Please enter a value less than or equal to {0}."
303
  msgstr "Unesite vrednost manju od ili jednaku {0}."
304
 
305
- #: ../wpgform-core.php:2246
306
  #, fuzzy
307
  msgid "Please enter a value greater than or equal to {0}."
308
  msgstr "Unesite vrednost veću od ili jednaku {0}."
309
 
310
- #: ../wpgform-core.php:2247
311
  msgid "Please enter a value which matches {0}."
312
  msgstr ""
313
 
314
- #: ../wpgform-core.php:2324
315
  #, fuzzy, php-format
316
  msgid ""
317
  "This notification may be hidden via a setting on the <a href=\"%s\">Google "
@@ -320,42 +320,52 @@ msgstr ""
320
  "Ova notifikacija može da bude skrivena via postavkama na <a href=\"%s"
321
  "\">Google Forms stranica postavki</a>."
322
 
 
 
 
 
 
 
 
 
 
 
323
  #: ../wpgform-logging.php:30
324
  #, fuzzy
325
  msgid "You are not allowed to view the submission log."
326
  msgstr "Nije vam dozvoljeno da pregledate podneti log."
327
 
328
- #: ../wpgform-logging.php:181
329
  #, fuzzy
330
  msgid "Timestamp"
331
  msgstr "Timestamp"
332
 
333
- #: ../wpgform-logging.php:183
334
  #, fuzzy
335
  msgid "Remote Addr"
336
  msgstr "Upravni Addr"
337
 
338
- #: ../wpgform-logging.php:184
339
  #, fuzzy
340
  msgid "Remote Host"
341
  msgstr "Upravni Host"
342
 
343
- #: ../wpgform-logging.php:185
344
  #, fuzzy
345
  msgid "HTTP Refer"
346
  msgstr "HTTP Refer"
347
 
348
- #: ../wpgform-logging.php:186
349
  #, fuzzy
350
  msgid "HTTP User Agent"
351
  msgstr "HTTP User Agent"
352
 
353
- #: ../wpgform-logging.php:238
354
  #, fuzzy
355
  msgid "Delete"
356
  msgstr "Obrisati"
357
 
358
- #: ../wpgform-logging.php:298
359
  #, fuzzy
360
  msgid "No log entries selected"
361
  msgstr "Nijedan log nije unešen"
@@ -443,308 +453,308 @@ msgstr "Nijedna Google Forms nije pronadjena "
443
  msgid "No Google Forms Found In Trash"
444
  msgstr "Nijedna Google Forms nije pronadjena u Trash"
445
 
446
- #: ../wpgform-post-type.php:108
447
  #, fuzzy
448
  msgid "Google Form Details"
449
  msgstr "Google Form detalji"
450
 
451
- #: ../wpgform-post-type.php:114
452
  #, fuzzy
453
  msgid "Form URL"
454
  msgstr "Form URL"
455
 
456
- #: ../wpgform-post-type.php:115
457
  #, fuzzy
458
  msgid "The full URL to the published Google Form"
459
  msgstr "Ceo URLda objasni Google Form"
460
 
461
- #: ../wpgform-post-type.php:119
462
  #, fuzzy
463
  msgid "Google Form URL"
464
  msgstr "Google Form URL"
465
 
466
- #: ../wpgform-post-type.php:123
467
  #, fuzzy
468
  msgid "Confirm URL"
469
  msgstr "Potvrdi URL"
470
 
471
- #: ../wpgform-post-type.php:124
472
  #, fuzzy
473
  msgid "The full URL to the optional Confirmation Page"
474
  msgstr "Ceo URL za opcionalnu potvrdu stranice "
475
 
476
- #: ../wpgform-post-type.php:128
477
  #, fuzzy
478
  msgid "Confirmation Page URL"
479
  msgstr " URL potvrda stranice "
480
 
481
- #: ../wpgform-post-type.php:132
482
  #, fuzzy
483
  msgid "Style"
484
  msgstr "Stil"
485
 
486
- #: ../wpgform-post-type.php:133
487
  #, fuzzy
488
  msgid "Custom Confirmation Page Style"
489
  msgstr "Custom stil potvrda stranice"
490
 
491
- #: ../wpgform-post-type.php:141
492
  #, fuzzy
493
  msgid "Alert"
494
  msgstr "Opomena"
495
 
496
- #: ../wpgform-post-type.php:142
497
  #, fuzzy
498
  msgid "Javascript Alert Box message displayed upon submission"
499
  msgstr "Javascript Alert Box poruka prikazana na postavki"
500
 
501
- #: ../wpgform-post-type.php:146
502
  #, fuzzy
503
  msgid "Alert Message"
504
  msgstr "Poruka opomene "
505
 
506
- #: ../wpgform-post-type.php:150
507
  #, fuzzy
508
  msgid "Class"
509
  msgstr "Klasa"
510
 
511
- #: ../wpgform-post-type.php:151
512
  #, fuzzy
513
  msgid "CSS class(es) to add to the form's containing DIV"
514
  msgstr "CSS klas(e) za dodavanje formi koje sadrže DIV"
515
 
516
- #: ../wpgform-post-type.php:158
517
  #, fuzzy
518
  msgid "Email"
519
  msgstr "Email"
520
 
521
- #: ../wpgform-post-type.php:159
522
  #, fuzzy
523
  msgid "Send email upon form submission"
524
  msgstr "Poswlati email nad podnetom formom"
525
 
526
- #: ../wpgform-post-type.php:162 ../wpgform-post-type.php:189
527
- #: ../wpgform-post-type.php:237 ../wpgform-post-type.php:274
528
- #: ../wpgform-post-type.php:284 ../wpgform-post-type.php:294
529
- #: ../wpgform-post-type.php:304 ../wpgform-post-type.php:330
530
- #: ../wpgform-post-type.php:340 ../wpgform-post-type.php:350
531
- #: ../wpgform-post-type.php:380 ../wpgform-post-type.php:495
532
- #: ../wpgform-post-type.php:562
533
  msgid "On"
534
  msgstr ""
535
 
536
- #: ../wpgform-post-type.php:162 ../wpgform-post-type.php:189
537
- #: ../wpgform-post-type.php:237 ../wpgform-post-type.php:274
538
- #: ../wpgform-post-type.php:284 ../wpgform-post-type.php:294
539
- #: ../wpgform-post-type.php:304 ../wpgform-post-type.php:330
540
- #: ../wpgform-post-type.php:340 ../wpgform-post-type.php:350
541
- #: ../wpgform-post-type.php:380 ../wpgform-post-type.php:495
542
- #: ../wpgform-post-type.php:562
543
  #, fuzzy
544
  msgid "Off"
545
  msgstr "Ugašeno"
546
 
547
- #: ../wpgform-post-type.php:168
548
  #, fuzzy
549
  msgid "Send To"
550
  msgstr "Poslato na"
551
 
552
- #: ../wpgform-post-type.php:169
553
  #, fuzzy
554
  msgid "Email address send submission email to"
555
  msgstr "Email adresa slanja podnetog emaila na"
556
 
557
- #: ../wpgform-post-type.php:176
558
  #, fuzzy
559
  msgid "Form CSS"
560
  msgstr "Forma CSS"
561
 
562
- #: ../wpgform-post-type.php:177
563
  #, fuzzy
564
  msgid "Form specific CSS rules"
565
  msgstr "Forma odredjuje CSS pravila"
566
 
567
- #: ../wpgform-post-type.php:185
568
  #, fuzzy
569
  msgid "Form Caching"
570
  msgstr "Form Caching"
571
 
572
- #: ../wpgform-post-type.php:186
573
  #, fuzzy
574
  msgid "Enable Form Caching using Wordpress Transient API"
575
  msgstr "Omogućiti Form Caching korišćenje Wordpress Transient API"
576
 
577
- #: ../wpgform-post-type.php:195
578
  #, fuzzy
579
  msgid "Form Caching Timeout"
580
  msgstr "Form Caching Timeout"
581
 
582
- #: ../wpgform-post-type.php:196
583
  #, fuzzy
584
  msgid "How often will the forms reloaded (in minutes)"
585
  msgstr "Koliko često će se forme reloadovati (u minutama)"
586
 
587
- #: ../wpgform-post-type.php:204
588
  #, fuzzy
589
  msgid "Reset Form Cache?"
590
  msgstr "Resetuj Form Cache?"
591
 
592
- #: ../wpgform-post-type.php:205
593
  #, fuzzy
594
  msgid "This will force reloading the form from Google Drive"
595
  msgstr "Ovo će prisiliti reloading forme sa Google Drive"
596
 
597
- #: ../wpgform-post-type.php:227
598
  #, fuzzy
599
  msgid "Google Form Options"
600
  msgstr "Google Form Opcije"
601
 
602
- #: ../wpgform-post-type.php:233 ../wpgform-post-type.php:234
603
  #, fuzzy
604
  msgid "CAPTCHA"
605
  msgstr "CAPTCHA"
606
 
607
- #: ../wpgform-post-type.php:243
608
  #, fuzzy
609
  msgid "Columns"
610
  msgstr "Kolone"
611
 
612
- #: ../wpgform-post-type.php:244
613
  #, fuzzy
614
  msgid "Split form into columns"
615
  msgstr "Podeli formu na kolone"
616
 
617
- #: ../wpgform-post-type.php:252
618
  msgid "Column Order"
619
  msgstr ""
620
 
621
- #: ../wpgform-post-type.php:253
622
  msgid "Order Columns Left to Right or Right to Left"
623
  msgstr ""
624
 
625
- #: ../wpgform-post-type.php:256
626
  msgid "Left-to-Right"
627
  msgstr ""
628
 
629
- #: ../wpgform-post-type.php:256
630
  msgid "Right-to-Left"
631
  msgstr ""
632
 
633
- #: ../wpgform-post-type.php:262
634
  msgid "Columnize Min Width"
635
  msgstr ""
636
 
637
- #: ../wpgform-post-type.php:263
638
  msgid "Minimum browser viewport width to columnize form (0 to ignore)"
639
  msgstr ""
640
 
641
- #: ../wpgform-post-type.php:270
642
  #, fuzzy
643
  msgid "Email End User"
644
  msgstr "Email krajnji korisnik"
645
 
646
- #: ../wpgform-post-type.php:271
647
  #, fuzzy
648
  msgid "Send email to end user upon form submission"
649
  msgstr "Pošalji mail da biste popunili podnetog korisnika"
650
 
651
- #: ../wpgform-post-type.php:280
652
  #, fuzzy
653
  msgid "Legal"
654
  msgstr "Legalno"
655
 
656
- #: ../wpgform-post-type.php:281
657
  #, fuzzy
658
  msgid "Google Legal Disclaimer"
659
  msgstr "Google Legal Disclaimer"
660
 
661
- #: ../wpgform-post-type.php:290
662
  #, fuzzy
663
  msgid "Read Only"
664
  msgstr "Pročitati samo"
665
 
666
- #: ../wpgform-post-type.php:291
667
  #, fuzzy
668
  msgid "Set the form Read Only"
669
  msgstr "Namestiti formu na Pročitati samo"
670
 
671
- #: ../wpgform-post-type.php:300
672
  #, fuzzy
673
  msgid "BR"
674
  msgstr "BR"
675
 
676
- #: ../wpgform-post-type.php:301
677
  #, fuzzy
678
  msgid "Insert &lt;BR&gt; tags between labels and input box"
679
  msgstr "Uneti &lt;BR&gt; tagove izmedju oznaka i input box"
680
 
681
- #: ../wpgform-post-type.php:310
682
  #, fuzzy
683
  msgid "CSS Prefix"
684
  msgstr "CSS Prefix"
685
 
686
- #: ../wpgform-post-type.php:311
687
  #, fuzzy
688
  msgid "Prefix to add to all Google CSS classes"
689
  msgstr "Prefix da doda sve Google CSS klase"
690
 
691
- #: ../wpgform-post-type.php:318
692
  #, fuzzy
693
  msgid "CSS Suffix"
694
  msgstr "CSS Suffix"
695
 
696
- #: ../wpgform-post-type.php:319
697
  #, fuzzy
698
  msgid "Suffix to add to all Google CSS classes"
699
  msgstr "Suffix da doda sve Google CSS klase"
700
 
701
- #: ../wpgform-post-type.php:326
702
  #, fuzzy
703
  msgid "Title"
704
  msgstr "Naslov"
705
 
706
- #: ../wpgform-post-type.php:327
707
  #, fuzzy
708
  msgid "Show or Hide the Google Form's title"
709
  msgstr "Prikazati ili sakriti naslov Google Formi"
710
 
711
- #: ../wpgform-post-type.php:336
712
  #, fuzzy
713
  msgid "Map H1 to H2"
714
  msgstr "Mapirati H1 za H2"
715
 
716
- #: ../wpgform-post-type.php:337
717
  #, fuzzy
718
  msgid "Map H1 elements to H2 elements"
719
  msgstr "Mapirati H1 elementi za H2 elemente"
720
 
721
- #: ../wpgform-post-type.php:346 ../wpgform-post-type.php:347
722
  #, fuzzy
723
  msgid "Unite Theme Hack"
724
  msgstr "Jedinica Hack teme"
725
 
726
- #: ../wpgform-post-type.php:370
727
  #, fuzzy
728
  msgid "Google Form Field Validation"
729
  msgstr "Google Form polje validacije"
730
 
731
- #: ../wpgform-post-type.php:376
732
  #, fuzzy
733
  msgid "Validation"
734
  msgstr "Validacija"
735
 
736
- #: ../wpgform-post-type.php:377
737
  #, fuzzy
738
  msgid "Enable default jQuery Validation on all required fields"
739
  msgstr "Omogući default jQuery validaciju na zahtevanim poljima"
740
 
741
- #: ../wpgform-post-type.php:386 ../wpgform-post-type.php:453
742
- #: ../wpgform-post-type.php:501
743
  #, fuzzy
744
  msgid "Form Fields"
745
  msgstr "Forme polja"
746
 
747
- #: ../wpgform-post-type.php:387
748
  #, fuzzy
749
  msgid ""
750
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
@@ -754,36 +764,36 @@ msgstr ""
754
  "Ime na polju na Google Form (npr. unos.1.jedan, unos.12345678, itd.) - <a "
755
  "href=\"http://jqueryvalidation.org/rules\">Dodatni detalji jQuery Rules</a>"
756
 
757
- #: ../wpgform-post-type.php:416 ../wpgform-post-type.php:522
758
- #: ../wpgform-post-type.php:812 ../wpgform-post-type.php:834
759
  #, fuzzy
760
  msgid "Type"
761
  msgstr "Tip"
762
 
763
- #: ../wpgform-post-type.php:417
764
  #, fuzzy
765
  msgid "Type of validation"
766
  msgstr "Tip validacije"
767
 
768
- #: ../wpgform-post-type.php:424 ../wpgform-post-type.php:463
769
- #: ../wpgform-post-type.php:530 ../wpgform-post-type.php:821
770
- #: ../wpgform-post-type.php:823 ../wpgform-post-type.php:843
771
- #: ../wpgform-post-type.php:845
772
  #, fuzzy
773
  msgid "Value"
774
  msgstr "Vrednost"
775
 
776
- #: ../wpgform-post-type.php:425 ../wpgform-post-type.php:464
777
  #, fuzzy
778
  msgid "Value to validate against"
779
  msgstr "Vrednost za validaciju protiv"
780
 
781
- #: ../wpgform-post-type.php:447
782
  #, fuzzy
783
  msgid "Google Form Field Placeholder"
784
  msgstr "Google Form Field Placeholder"
785
 
786
- #: ../wpgform-post-type.php:454
787
  #, fuzzy
788
  msgid ""
789
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
@@ -794,22 +804,22 @@ msgstr ""
794
  "\"http://www.w3schools.com/tags/att_input_placeholder.asp\">Dodatni detalji "
795
  "Placeholders</a>"
796
 
797
- #: ../wpgform-post-type.php:485
798
  #, fuzzy
799
  msgid "Google Form Hidden Fields"
800
  msgstr "Google Form skrivena polja"
801
 
802
- #: ../wpgform-post-type.php:491
803
  #, fuzzy
804
  msgid "Hidden Fields"
805
  msgstr "Skrivena polja"
806
 
807
- #: ../wpgform-post-type.php:492
808
  #, fuzzy
809
  msgid "Configure hidden fields"
810
  msgstr "Konfigurisati skriveno polje"
811
 
812
- #: ../wpgform-post-type.php:502
813
  #, fuzzy
814
  msgid ""
815
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
@@ -822,96 +832,96 @@ msgstr ""
822
  "<b><i>url</i></b>, and <b><i>timestamp</i></b>.Za sve druge tipove polja "
823
  "WordPress će namestiti skriveni input za odredjenu vrednost."
824
 
825
- #: ../wpgform-post-type.php:523
826
  #, fuzzy
827
  msgid "Type of hiddenfield"
828
  msgstr "Tip skrivenog polja"
829
 
830
- #: ../wpgform-post-type.php:531
831
  #, fuzzy
832
  msgid "Optional value to use as a preset"
833
  msgstr "Opcionalna vrednost da se koristi kao preset"
834
 
835
- #: ../wpgform-post-type.php:552
836
  msgid "Google Form Default Text Overrides"
837
  msgstr ""
838
 
839
- #: ../wpgform-post-type.php:558
840
  msgid "Override"
841
  msgstr ""
842
 
843
- #: ../wpgform-post-type.php:559
844
  msgid "Override <i><b>Google Default Text</b></i>"
845
  msgstr ""
846
 
847
- #: ../wpgform-post-type.php:569
848
  msgid "This is text that indicates a field is required."
849
  msgstr ""
850
 
851
- #: ../wpgform-post-type.php:577
852
  msgid "Submit Button"
853
  msgstr ""
854
 
855
- #: ../wpgform-post-type.php:578
856
  msgid "This is text used for the Submit button."
857
  msgstr ""
858
 
859
- #: ../wpgform-post-type.php:586
860
  msgid "Back Button"
861
  msgstr ""
862
 
863
- #: ../wpgform-post-type.php:587
864
  msgid "This is text used for the Back button."
865
  msgstr ""
866
 
867
- #: ../wpgform-post-type.php:595
868
  msgid "Continue Button"
869
  msgstr ""
870
 
871
- #: ../wpgform-post-type.php:596
872
  msgid "This is text used for the Continue button."
873
  msgstr ""
874
 
875
- #: ../wpgform-post-type.php:604
876
  msgid "Radio Buttons"
877
  msgstr ""
878
 
879
- #: ../wpgform-post-type.php:605
880
  msgid "This is text used for the Radio Buttons hint."
881
  msgstr ""
882
 
883
- #: ../wpgform-post-type.php:613
884
  msgid "Radio Buttons - Other"
885
  msgstr ""
886
 
887
- #: ../wpgform-post-type.php:614
888
  msgid "This is text used for the Radio Buttons Other option."
889
  msgstr ""
890
 
891
- #: ../wpgform-post-type.php:622
892
  msgid "Check Boxes"
893
  msgstr ""
894
 
895
- #: ../wpgform-post-type.php:623
896
  msgid "This is text used for the Check Boxes hint."
897
  msgstr ""
898
 
899
- #: ../wpgform-post-type.php:808
900
  #, fuzzy
901
  msgid "Name"
902
  msgstr "Ime"
903
 
904
- #: ../wpgform-post-type.php:812 ../wpgform-post-type.php:834
905
  #, fuzzy
906
  msgid "Check"
907
  msgstr "Proveri"
908
 
909
- #: ../wpgform-post-type.php:831
910
  #, fuzzy
911
  msgid "Field"
912
  msgstr "Polje"
913
 
914
- #: ../wpgform-post-type.php:1034
915
  msgid ""
916
  "<p>Google Form does not contain expected HTML. Google Forms must be "
917
  "downgraded in order to work with this plugin.</p><p>More details can be found "
@@ -919,22 +929,22 @@ msgid ""
919
  "under the <b><i>Opt out of the new Forms</i></b> section.</p>"
920
  msgstr ""
921
 
922
- #: ../wpgform-post-type.php:1071
923
  #, fuzzy
924
  msgid "Form Name"
925
  msgstr "Ime forme"
926
 
927
- #: ../wpgform-post-type.php:1076
928
  #, fuzzy
929
  msgid "Short Code"
930
  msgstr "Short Code"
931
 
932
- #: ../wpgform-post-type.php:1077
933
  #, fuzzy
934
  msgid "Form Description"
935
  msgstr "Opis forme"
936
 
937
- #: ../wpgform-post-type.php:1168
938
  #, fuzzy
939
  msgid "Enter WordPress Google Form Title"
940
  msgstr "Uneti WordPress Google Form naslov"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Google Form\n"
4
+ "POT-Creation-Date: 2018-08-05 17:04+0100\n"
5
+ "PO-Revision-Date: 2018-08-05 17:04+0100\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 2.1.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-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../wpgform-core.php:180 ../wpgform-post-type.php:580
20
+ #: ../wpgform-post-type.php:584 ../wpgform-post-type.php:585
21
  #, fuzzy
22
  msgid "Required"
23
  msgstr "Potrebno"
24
 
25
+ #: ../wpgform-core.php:181 ../wpgform-post-type.php:593
26
+ #: ../wpgform-post-type.php:594
27
  #, fuzzy
28
  msgid "Submit"
29
  msgstr "Podnesi"
30
 
31
+ #: ../wpgform-core.php:182 ../wpgform-post-type.php:602
32
+ #: ../wpgform-post-type.php:603
33
  #, fuzzy
34
  msgid "Back"
35
  msgstr "Nazad"
36
 
37
+ #: ../wpgform-core.php:183 ../wpgform-post-type.php:611
38
+ #: ../wpgform-post-type.php:612
39
  #, fuzzy
40
  msgid "Continue"
41
  msgstr "Nastavi"
42
 
43
+ #: ../wpgform-core.php:184 ../wpgform-post-type.php:620
44
+ #: ../wpgform-post-type.php:621 ../wpgform-post-type.php:638
45
  #, fuzzy
46
  msgid "Mark only one oval."
47
  msgstr "Označiti samo jedan oval."
48
 
49
+ #: ../wpgform-core.php:185 ../wpgform-post-type.php:629
50
+ #: ../wpgform-post-type.php:630
51
  #, fuzzy
52
  msgid "Other:"
53
  msgstr "Ostalo:"
54
 
55
+ #: ../wpgform-core.php:186 ../wpgform-post-type.php:639
56
  #, fuzzy
57
  msgid "Check all that apply."
58
  msgstr "Proveriti sve iznad."
82
  msgid "Unable to process Google Form short code."
83
  msgstr "Nemoguće je procesovati Google Form short code."
84
 
85
+ #: ../wpgform-core.php:699
86
  #, fuzzy
87
  msgid "Unable to process Google Form."
88
  msgstr "Nemoguće je procesovati Google Form."
89
 
90
+ #: ../wpgform-core.php:700
91
  #, fuzzy
92
  msgid "Server is responding with"
93
  msgstr "Server odgovara sa"
94
 
95
+ #: ../wpgform-core.php:701
96
  #, fuzzy
97
  msgid "403 Permission Denied"
98
  msgstr "403 dozvola odbijena"
99
 
100
+ #: ../wpgform-core.php:701
101
  #, fuzzy
102
  msgid "error"
103
  msgstr "greška"
104
 
105
+ #: ../wpgform-core.php:751
106
  #, fuzzy
107
  msgid "Email Address"
108
  msgstr "Email Adresa"
109
 
110
+ #: ../wpgform-core.php:815 ../wpgform-core.php:817
111
  #, fuzzy
112
  msgid "What is"
113
  msgstr "Šta je"
114
 
115
+ #: ../wpgform-core.php:971
116
  #, fuzzy
117
  msgid "Unable to retrieve Google Form. Please try reloading this page."
118
  msgstr "Nemoguće je povratiti Google Form. Reloadujte ovu stranicu"
119
 
120
+ #: ../wpgform-core.php:1116
121
  #, fuzzy
122
  msgid "Unexpected content encountered, unable to retrieve Google Form."
123
  msgstr "Neščekivani sadržaj se pojavio, nemoguće je povratiti Google Form."
124
 
125
+ #: ../wpgform-core.php:1306
126
  #, fuzzy
127
  msgid "A valid email address is required."
128
  msgstr "Validna email adresa je neophodna."
129
 
130
+ #: ../wpgform-core.php:1325
131
  #, fuzzy
132
  msgid "Incorrect answer."
133
  msgstr "Netačan odgovor."
134
 
135
+ #: ../wpgform-core.php:1385
136
  msgid "Please check your input."
137
  msgstr ""
138
 
139
+ #: ../wpgform-core.php:1461 ../wpgform-core.php:1733
140
  #, fuzzy
141
  msgid "Unknown"
142
  msgstr "Nepoznato"
143
 
144
+ #: ../wpgform-core.php:1679
145
  #, fuzzy
146
  msgid "Warning: You are using an insecure browser!"
147
  msgstr "Upozorenje: Koristite nesiguran pretraživač!"
148
 
149
+ #: ../wpgform-core.php:1682
150
  #, fuzzy
151
  msgid "Warning: Your browser is out of date! Please update now."
152
  msgstr "Upozorenje: Vaš pretraživač je istekao! Updateujte ga sada."
153
 
154
+ #: ../wpgform-core.php:1698
155
  #, fuzzy
156
  msgid "Form Id:"
157
  msgstr "Form Id:"
158
 
159
+ #: ../wpgform-core.php:1700
160
  #, fuzzy
161
  msgid "Submitted Form Id"
162
  msgstr "Podneta Form Id"
163
 
164
+ #: ../wpgform-core.php:1703
165
  #, fuzzy
166
  msgid "No Submitted Form Id"
167
  msgstr "Nema podnete Form Id"
168
 
169
+ #: ../wpgform-core.php:1820
170
  msgid ""
171
+ "Google Form submit action does not resolve to <b>google.com</b>. Form "
172
  "submission aborted."
173
  msgstr ""
174
 
175
+ #: ../wpgform-core.php:1950
176
  #, fuzzy
177
  msgid "Unable to submit Google Form. Please try reloading this page."
178
  msgstr "Niste u stanju da podnesete Google Form. Reloadujte stranicu."
179
 
180
+ #: ../wpgform-core.php:2033
181
  #, fuzzy
182
  msgid "View Form Results"
183
  msgstr "Pregledaj rezultate formi"
184
 
185
+ #: ../wpgform-core.php:2083
186
  #, fuzzy
187
  msgid "A form was submitted on your web site."
188
  msgstr "Forma je podneta na vašem sajtu. "
189
 
190
+ #: ../wpgform-core.php:2084 ../wpgform-core.php:2096
191
  #, fuzzy
192
  msgid "Form"
193
  msgstr "Forma"
194
 
195
+ #: ../wpgform-core.php:2085 ../wpgform-core.php:2097 ../wpgform-logging.php:183
196
  #, fuzzy
197
  msgid "URL"
198
  msgstr "URL"
199
 
200
+ #: ../wpgform-core.php:2086 ../wpgform-core.php:2098
201
  #, fuzzy
202
  msgid "Responses"
203
  msgstr "Odgovori"
204
 
205
+ #: ../wpgform-core.php:2087 ../wpgform-core.php:2099
206
  #, fuzzy
207
  msgid "Date"
208
  msgstr "Podaci"
209
 
210
+ #: ../wpgform-core.php:2088 ../wpgform-core.php:2100
211
  #, fuzzy
212
  msgid "Time"
213
  msgstr "Vreme"
214
 
215
+ #: ../wpgform-core.php:2089 ../wpgform-core.php:2102
216
  #, fuzzy
217
  msgid "Thank you"
218
  msgstr "Hvala vam"
219
 
220
+ #: ../wpgform-core.php:2095
221
  #, fuzzy
222
  msgid "A form was submitted on your web site"
223
  msgstr "Forma je podneta na vašem sajtu"
224
 
225
+ #: ../wpgform-core.php:2262
226
  #, fuzzy
227
  msgid "This field is required."
228
  msgstr "Ovo polje je obavezno.."
229
 
230
+ #: ../wpgform-core.php:2263
231
  #, fuzzy
232
  msgid "Please fix this field."
233
  msgstr "Podesite ovo polje."
234
 
235
+ #: ../wpgform-core.php:2264
236
  #, fuzzy
237
  msgid "Please enter a valid email address."
238
  msgstr "Unesite validnu email adresu."
239
 
240
+ #: ../wpgform-core.php:2265
241
  #, fuzzy
242
  msgid "Please enter a valid URL."
243
  msgstr "Unesite validan URL."
244
 
245
+ #: ../wpgform-core.php:2266
246
  #, fuzzy
247
  msgid "Please enter a valid date."
248
  msgstr "Unesite validan datum."
249
 
250
+ #: ../wpgform-core.php:2267
251
  #, fuzzy
252
  msgid "Please enter a valid date (ISO)."
253
  msgstr "Unesite validan datum (ISO)."
254
 
255
+ #: ../wpgform-core.php:2268
256
  #, fuzzy
257
  msgid "Please enter a valid number."
258
  msgstr "Unesite validan broj."
259
 
260
+ #: ../wpgform-core.php:2269
261
  #, fuzzy
262
  msgid "Please enter only digits."
263
  msgstr "Samo unesite cifre."
264
 
265
+ #: ../wpgform-core.php:2270
266
  #, fuzzy
267
  msgid "Please enter a valid credit card number."
268
  msgstr "Unesite validan broj kreditne kartice"
269
 
270
+ #: ../wpgform-core.php:2271
271
  #, fuzzy
272
  msgid "Please enter the same value again.,"
273
  msgstr "Unesite istu vrednost opet.,"
274
 
275
+ #: ../wpgform-core.php:2272
276
  #, fuzzy
277
  msgid "Please enter a value with a valid extension."
278
  msgstr "Unesite vrednost sa validnim produžetkom."
279
 
280
+ #: ../wpgform-core.php:2273
281
  #, fuzzy
282
  msgid "Please enter no more than {0} characters."
283
  msgstr "Please enter no more than {0} characters."
284
 
285
+ #: ../wpgform-core.php:2274
286
  #, fuzzy
287
  msgid "Please enter at least {0} characters."
288
  msgstr "Unesite najmanje {0} karaktera"
289
 
290
+ #: ../wpgform-core.php:2275
291
  #, fuzzy
292
  msgid "Please enter a value between {0} and {1} characters long."
293
  msgstr "Unesite vrednost izmedju {0} i {1} karaktera"
294
 
295
+ #: ../wpgform-core.php:2276
296
  #, fuzzy
297
  msgid "Please enter a value between {0} and {1}."
298
  msgstr "Uneti vrednost izmedju {0} i {1}."
299
 
300
+ #: ../wpgform-core.php:2277
301
  #, fuzzy
302
  msgid "Please enter a value less than or equal to {0}."
303
  msgstr "Unesite vrednost manju od ili jednaku {0}."
304
 
305
+ #: ../wpgform-core.php:2278
306
  #, fuzzy
307
  msgid "Please enter a value greater than or equal to {0}."
308
  msgstr "Unesite vrednost veću od ili jednaku {0}."
309
 
310
+ #: ../wpgform-core.php:2279
311
  msgid "Please enter a value which matches {0}."
312
  msgstr ""
313
 
314
+ #: ../wpgform-core.php:2356
315
  #, fuzzy, php-format
316
  msgid ""
317
  "This notification may be hidden via a setting on the <a href=\"%s\">Google "
320
  "Ova notifikacija može da bude skrivena via postavkama na <a href=\"%s"
321
  "\">Google Forms stranica postavki</a>."
322
 
323
+ #: ../wpgform-core.php:2378
324
+ msgid ""
325
+ "Google has announced plans to <a href=\"https://gsuiteupdates.googleblog."
326
+ "com/2018/07/migration-to-new-google-forms-ui_19.html\">remove the Google "
327
+ "Forms downgrade option</a>. The <a href=\"https://wordpress.org/plugins/"
328
+ "wpgform/\">Google Forms plugin</a> may no longer work after August 22, 2018. "
329
+ "The <a href=\"https://wordpress.org/plugins/wpgform/\">Google Forms plugin</"
330
+ "a> does not work with the new version of Google Forms."
331
+ msgstr ""
332
+
333
  #: ../wpgform-logging.php:30
334
  #, fuzzy
335
  msgid "You are not allowed to view the submission log."
336
  msgstr "Nije vam dozvoljeno da pregledate podneti log."
337
 
338
+ #: ../wpgform-logging.php:182
339
  #, fuzzy
340
  msgid "Timestamp"
341
  msgstr "Timestamp"
342
 
343
+ #: ../wpgform-logging.php:184
344
  #, fuzzy
345
  msgid "Remote Addr"
346
  msgstr "Upravni Addr"
347
 
348
+ #: ../wpgform-logging.php:185
349
  #, fuzzy
350
  msgid "Remote Host"
351
  msgstr "Upravni Host"
352
 
353
+ #: ../wpgform-logging.php:186
354
  #, fuzzy
355
  msgid "HTTP Refer"
356
  msgstr "HTTP Refer"
357
 
358
+ #: ../wpgform-logging.php:187
359
  #, fuzzy
360
  msgid "HTTP User Agent"
361
  msgstr "HTTP User Agent"
362
 
363
+ #: ../wpgform-logging.php:239
364
  #, fuzzy
365
  msgid "Delete"
366
  msgstr "Obrisati"
367
 
368
+ #: ../wpgform-logging.php:299
369
  #, fuzzy
370
  msgid "No log entries selected"
371
  msgstr "Nijedan log nije unešen"
453
  msgid "No Google Forms Found In Trash"
454
  msgstr "Nijedna Google Forms nije pronadjena u Trash"
455
 
456
+ #: ../wpgform-post-type.php:120
457
  #, fuzzy
458
  msgid "Google Form Details"
459
  msgstr "Google Form detalji"
460
 
461
+ #: ../wpgform-post-type.php:126
462
  #, fuzzy
463
  msgid "Form URL"
464
  msgstr "Form URL"
465
 
466
+ #: ../wpgform-post-type.php:127
467
  #, fuzzy
468
  msgid "The full URL to the published Google Form"
469
  msgstr "Ceo URLda objasni Google Form"
470
 
471
+ #: ../wpgform-post-type.php:131
472
  #, fuzzy
473
  msgid "Google Form URL"
474
  msgstr "Google Form URL"
475
 
476
+ #: ../wpgform-post-type.php:135
477
  #, fuzzy
478
  msgid "Confirm URL"
479
  msgstr "Potvrdi URL"
480
 
481
+ #: ../wpgform-post-type.php:136
482
  #, fuzzy
483
  msgid "The full URL to the optional Confirmation Page"
484
  msgstr "Ceo URL za opcionalnu potvrdu stranice "
485
 
486
+ #: ../wpgform-post-type.php:140
487
  #, fuzzy
488
  msgid "Confirmation Page URL"
489
  msgstr " URL potvrda stranice "
490
 
491
+ #: ../wpgform-post-type.php:144
492
  #, fuzzy
493
  msgid "Style"
494
  msgstr "Stil"
495
 
496
+ #: ../wpgform-post-type.php:145
497
  #, fuzzy
498
  msgid "Custom Confirmation Page Style"
499
  msgstr "Custom stil potvrda stranice"
500
 
501
+ #: ../wpgform-post-type.php:153
502
  #, fuzzy
503
  msgid "Alert"
504
  msgstr "Opomena"
505
 
506
+ #: ../wpgform-post-type.php:154
507
  #, fuzzy
508
  msgid "Javascript Alert Box message displayed upon submission"
509
  msgstr "Javascript Alert Box poruka prikazana na postavki"
510
 
511
+ #: ../wpgform-post-type.php:158
512
  #, fuzzy
513
  msgid "Alert Message"
514
  msgstr "Poruka opomene "
515
 
516
+ #: ../wpgform-post-type.php:162
517
  #, fuzzy
518
  msgid "Class"
519
  msgstr "Klasa"
520
 
521
+ #: ../wpgform-post-type.php:163
522
  #, fuzzy
523
  msgid "CSS class(es) to add to the form's containing DIV"
524
  msgstr "CSS klas(e) za dodavanje formi koje sadrže DIV"
525
 
526
+ #: ../wpgform-post-type.php:170
527
  #, fuzzy
528
  msgid "Email"
529
  msgstr "Email"
530
 
531
+ #: ../wpgform-post-type.php:171
532
  #, fuzzy
533
  msgid "Send email upon form submission"
534
  msgstr "Poswlati email nad podnetom formom"
535
 
536
+ #: ../wpgform-post-type.php:174 ../wpgform-post-type.php:201
537
+ #: ../wpgform-post-type.php:249 ../wpgform-post-type.php:286
538
+ #: ../wpgform-post-type.php:296 ../wpgform-post-type.php:306
539
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:342
540
+ #: ../wpgform-post-type.php:352 ../wpgform-post-type.php:362
541
+ #: ../wpgform-post-type.php:392 ../wpgform-post-type.php:507
542
+ #: ../wpgform-post-type.php:574
543
  msgid "On"
544
  msgstr ""
545
 
546
+ #: ../wpgform-post-type.php:174 ../wpgform-post-type.php:201
547
+ #: ../wpgform-post-type.php:249 ../wpgform-post-type.php:286
548
+ #: ../wpgform-post-type.php:296 ../wpgform-post-type.php:306
549
+ #: ../wpgform-post-type.php:316 ../wpgform-post-type.php:342
550
+ #: ../wpgform-post-type.php:352 ../wpgform-post-type.php:362
551
+ #: ../wpgform-post-type.php:392 ../wpgform-post-type.php:507
552
+ #: ../wpgform-post-type.php:574
553
  #, fuzzy
554
  msgid "Off"
555
  msgstr "Ugašeno"
556
 
557
+ #: ../wpgform-post-type.php:180
558
  #, fuzzy
559
  msgid "Send To"
560
  msgstr "Poslato na"
561
 
562
+ #: ../wpgform-post-type.php:181
563
  #, fuzzy
564
  msgid "Email address send submission email to"
565
  msgstr "Email adresa slanja podnetog emaila na"
566
 
567
+ #: ../wpgform-post-type.php:188
568
  #, fuzzy
569
  msgid "Form CSS"
570
  msgstr "Forma CSS"
571
 
572
+ #: ../wpgform-post-type.php:189
573
  #, fuzzy
574
  msgid "Form specific CSS rules"
575
  msgstr "Forma odredjuje CSS pravila"
576
 
577
+ #: ../wpgform-post-type.php:197
578
  #, fuzzy
579
  msgid "Form Caching"
580
  msgstr "Form Caching"
581
 
582
+ #: ../wpgform-post-type.php:198
583
  #, fuzzy
584
  msgid "Enable Form Caching using Wordpress Transient API"
585
  msgstr "Omogućiti Form Caching korišćenje Wordpress Transient API"
586
 
587
+ #: ../wpgform-post-type.php:207
588
  #, fuzzy
589
  msgid "Form Caching Timeout"
590
  msgstr "Form Caching Timeout"
591
 
592
+ #: ../wpgform-post-type.php:208
593
  #, fuzzy
594
  msgid "How often will the forms reloaded (in minutes)"
595
  msgstr "Koliko često će se forme reloadovati (u minutama)"
596
 
597
+ #: ../wpgform-post-type.php:216
598
  #, fuzzy
599
  msgid "Reset Form Cache?"
600
  msgstr "Resetuj Form Cache?"
601
 
602
+ #: ../wpgform-post-type.php:217
603
  #, fuzzy
604
  msgid "This will force reloading the form from Google Drive"
605
  msgstr "Ovo će prisiliti reloading forme sa Google Drive"
606
 
607
+ #: ../wpgform-post-type.php:239
608
  #, fuzzy
609
  msgid "Google Form Options"
610
  msgstr "Google Form Opcije"
611
 
612
+ #: ../wpgform-post-type.php:245 ../wpgform-post-type.php:246
613
  #, fuzzy
614
  msgid "CAPTCHA"
615
  msgstr "CAPTCHA"
616
 
617
+ #: ../wpgform-post-type.php:255
618
  #, fuzzy
619
  msgid "Columns"
620
  msgstr "Kolone"
621
 
622
+ #: ../wpgform-post-type.php:256
623
  #, fuzzy
624
  msgid "Split form into columns"
625
  msgstr "Podeli formu na kolone"
626
 
627
+ #: ../wpgform-post-type.php:264
628
  msgid "Column Order"
629
  msgstr ""
630
 
631
+ #: ../wpgform-post-type.php:265
632
  msgid "Order Columns Left to Right or Right to Left"
633
  msgstr ""
634
 
635
+ #: ../wpgform-post-type.php:268
636
  msgid "Left-to-Right"
637
  msgstr ""
638
 
639
+ #: ../wpgform-post-type.php:268
640
  msgid "Right-to-Left"
641
  msgstr ""
642
 
643
+ #: ../wpgform-post-type.php:274
644
  msgid "Columnize Min Width"
645
  msgstr ""
646
 
647
+ #: ../wpgform-post-type.php:275
648
  msgid "Minimum browser viewport width to columnize form (0 to ignore)"
649
  msgstr ""
650
 
651
+ #: ../wpgform-post-type.php:282
652
  #, fuzzy
653
  msgid "Email End User"
654
  msgstr "Email krajnji korisnik"
655
 
656
+ #: ../wpgform-post-type.php:283
657
  #, fuzzy
658
  msgid "Send email to end user upon form submission"
659
  msgstr "Pošalji mail da biste popunili podnetog korisnika"
660
 
661
+ #: ../wpgform-post-type.php:292
662
  #, fuzzy
663
  msgid "Legal"
664
  msgstr "Legalno"
665
 
666
+ #: ../wpgform-post-type.php:293
667
  #, fuzzy
668
  msgid "Google Legal Disclaimer"
669
  msgstr "Google Legal Disclaimer"
670
 
671
+ #: ../wpgform-post-type.php:302
672
  #, fuzzy
673
  msgid "Read Only"
674
  msgstr "Pročitati samo"
675
 
676
+ #: ../wpgform-post-type.php:303
677
  #, fuzzy
678
  msgid "Set the form Read Only"
679
  msgstr "Namestiti formu na Pročitati samo"
680
 
681
+ #: ../wpgform-post-type.php:312
682
  #, fuzzy
683
  msgid "BR"
684
  msgstr "BR"
685
 
686
+ #: ../wpgform-post-type.php:313
687
  #, fuzzy
688
  msgid "Insert &lt;BR&gt; tags between labels and input box"
689
  msgstr "Uneti &lt;BR&gt; tagove izmedju oznaka i input box"
690
 
691
+ #: ../wpgform-post-type.php:322
692
  #, fuzzy
693
  msgid "CSS Prefix"
694
  msgstr "CSS Prefix"
695
 
696
+ #: ../wpgform-post-type.php:323
697
  #, fuzzy
698
  msgid "Prefix to add to all Google CSS classes"
699
  msgstr "Prefix da doda sve Google CSS klase"
700
 
701
+ #: ../wpgform-post-type.php:330
702
  #, fuzzy
703
  msgid "CSS Suffix"
704
  msgstr "CSS Suffix"
705
 
706
+ #: ../wpgform-post-type.php:331
707
  #, fuzzy
708
  msgid "Suffix to add to all Google CSS classes"
709
  msgstr "Suffix da doda sve Google CSS klase"
710
 
711
+ #: ../wpgform-post-type.php:338
712
  #, fuzzy
713
  msgid "Title"
714
  msgstr "Naslov"
715
 
716
+ #: ../wpgform-post-type.php:339
717
  #, fuzzy
718
  msgid "Show or Hide the Google Form's title"
719
  msgstr "Prikazati ili sakriti naslov Google Formi"
720
 
721
+ #: ../wpgform-post-type.php:348
722
  #, fuzzy
723
  msgid "Map H1 to H2"
724
  msgstr "Mapirati H1 za H2"
725
 
726
+ #: ../wpgform-post-type.php:349
727
  #, fuzzy
728
  msgid "Map H1 elements to H2 elements"
729
  msgstr "Mapirati H1 elementi za H2 elemente"
730
 
731
+ #: ../wpgform-post-type.php:358 ../wpgform-post-type.php:359
732
  #, fuzzy
733
  msgid "Unite Theme Hack"
734
  msgstr "Jedinica Hack teme"
735
 
736
+ #: ../wpgform-post-type.php:382
737
  #, fuzzy
738
  msgid "Google Form Field Validation"
739
  msgstr "Google Form polje validacije"
740
 
741
+ #: ../wpgform-post-type.php:388
742
  #, fuzzy
743
  msgid "Validation"
744
  msgstr "Validacija"
745
 
746
+ #: ../wpgform-post-type.php:389
747
  #, fuzzy
748
  msgid "Enable default jQuery Validation on all required fields"
749
  msgstr "Omogući default jQuery validaciju na zahtevanim poljima"
750
 
751
+ #: ../wpgform-post-type.php:398 ../wpgform-post-type.php:465
752
+ #: ../wpgform-post-type.php:513
753
  #, fuzzy
754
  msgid "Form Fields"
755
  msgstr "Forme polja"
756
 
757
+ #: ../wpgform-post-type.php:399
758
  #, fuzzy
759
  msgid ""
760
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
764
  "Ime na polju na Google Form (npr. unos.1.jedan, unos.12345678, itd.) - <a "
765
  "href=\"http://jqueryvalidation.org/rules\">Dodatni detalji jQuery Rules</a>"
766
 
767
+ #: ../wpgform-post-type.php:428 ../wpgform-post-type.php:534
768
+ #: ../wpgform-post-type.php:824 ../wpgform-post-type.php:846
769
  #, fuzzy
770
  msgid "Type"
771
  msgstr "Tip"
772
 
773
+ #: ../wpgform-post-type.php:429
774
  #, fuzzy
775
  msgid "Type of validation"
776
  msgstr "Tip validacije"
777
 
778
+ #: ../wpgform-post-type.php:436 ../wpgform-post-type.php:475
779
+ #: ../wpgform-post-type.php:542 ../wpgform-post-type.php:833
780
+ #: ../wpgform-post-type.php:835 ../wpgform-post-type.php:855
781
+ #: ../wpgform-post-type.php:857
782
  #, fuzzy
783
  msgid "Value"
784
  msgstr "Vrednost"
785
 
786
+ #: ../wpgform-post-type.php:437 ../wpgform-post-type.php:476
787
  #, fuzzy
788
  msgid "Value to validate against"
789
  msgstr "Vrednost za validaciju protiv"
790
 
791
+ #: ../wpgform-post-type.php:459
792
  #, fuzzy
793
  msgid "Google Form Field Placeholder"
794
  msgstr "Google Form Field Placeholder"
795
 
796
+ #: ../wpgform-post-type.php:466
797
  #, fuzzy
798
  msgid ""
799
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
804
  "\"http://www.w3schools.com/tags/att_input_placeholder.asp\">Dodatni detalji "
805
  "Placeholders</a>"
806
 
807
+ #: ../wpgform-post-type.php:497
808
  #, fuzzy
809
  msgid "Google Form Hidden Fields"
810
  msgstr "Google Form skrivena polja"
811
 
812
+ #: ../wpgform-post-type.php:503
813
  #, fuzzy
814
  msgid "Hidden Fields"
815
  msgstr "Skrivena polja"
816
 
817
+ #: ../wpgform-post-type.php:504
818
  #, fuzzy
819
  msgid "Configure hidden fields"
820
  msgstr "Konfigurisati skriveno polje"
821
 
822
+ #: ../wpgform-post-type.php:514
823
  #, fuzzy
824
  msgid ""
825
  "Name of the field on the Google Form (e.g. entry.1.single, entry.12345678, "
832
  "<b><i>url</i></b>, and <b><i>timestamp</i></b>.Za sve druge tipove polja "
833
  "WordPress će namestiti skriveni input za odredjenu vrednost."
834
 
835
+ #: ../wpgform-post-type.php:535
836
  #, fuzzy
837
  msgid "Type of hiddenfield"
838
  msgstr "Tip skrivenog polja"
839
 
840
+ #: ../wpgform-post-type.php:543
841
  #, fuzzy
842
  msgid "Optional value to use as a preset"
843
  msgstr "Opcionalna vrednost da se koristi kao preset"
844
 
845
+ #: ../wpgform-post-type.php:564
846
  msgid "Google Form Default Text Overrides"
847
  msgstr ""
848
 
849
+ #: ../wpgform-post-type.php:570
850
  msgid "Override"
851
  msgstr ""
852
 
853
+ #: ../wpgform-post-type.php:571
854
  msgid "Override <i><b>Google Default Text</b></i>"
855
  msgstr ""
856
 
857
+ #: ../wpgform-post-type.php:581
858
  msgid "This is text that indicates a field is required."
859
  msgstr ""
860
 
861
+ #: ../wpgform-post-type.php:589
862
  msgid "Submit Button"
863
  msgstr ""
864
 
865
+ #: ../wpgform-post-type.php:590
866
  msgid "This is text used for the Submit button."
867
  msgstr ""
868
 
869
+ #: ../wpgform-post-type.php:598
870
  msgid "Back Button"
871
  msgstr ""
872
 
873
+ #: ../wpgform-post-type.php:599
874
  msgid "This is text used for the Back button."
875
  msgstr ""
876
 
877
+ #: ../wpgform-post-type.php:607
878
  msgid "Continue Button"
879
  msgstr ""
880
 
881
+ #: ../wpgform-post-type.php:608
882
  msgid "This is text used for the Continue button."
883
  msgstr ""
884
 
885
+ #: ../wpgform-post-type.php:616
886
  msgid "Radio Buttons"
887
  msgstr ""
888
 
889
+ #: ../wpgform-post-type.php:617
890
  msgid "This is text used for the Radio Buttons hint."
891
  msgstr ""
892
 
893
+ #: ../wpgform-post-type.php:625
894
  msgid "Radio Buttons - Other"
895
  msgstr ""
896
 
897
+ #: ../wpgform-post-type.php:626
898
  msgid "This is text used for the Radio Buttons Other option."
899
  msgstr ""
900
 
901
+ #: ../wpgform-post-type.php:634
902
  msgid "Check Boxes"
903
  msgstr ""
904
 
905
+ #: ../wpgform-post-type.php:635
906
  msgid "This is text used for the Check Boxes hint."
907
  msgstr ""
908
 
909
+ #: ../wpgform-post-type.php:820
910
  #, fuzzy
911
  msgid "Name"
912
  msgstr "Ime"
913
 
914
+ #: ../wpgform-post-type.php:824 ../wpgform-post-type.php:846
915
  #, fuzzy
916
  msgid "Check"
917
  msgstr "Proveri"
918
 
919
+ #: ../wpgform-post-type.php:843
920
  #, fuzzy
921
  msgid "Field"
922
  msgstr "Polje"
923
 
924
+ #: ../wpgform-post-type.php:1046
925
  msgid ""
926
  "<p>Google Form does not contain expected HTML. Google Forms must be "
927
  "downgraded in order to work with this plugin.</p><p>More details can be found "
929
  "under the <b><i>Opt out of the new Forms</i></b> section.</p>"
930
  msgstr ""
931
 
932
+ #: ../wpgform-post-type.php:1083
933
  #, fuzzy
934
  msgid "Form Name"
935
  msgstr "Ime forme"
936
 
937
+ #: ../wpgform-post-type.php:1088
938
  #, fuzzy
939
  msgid "Short Code"
940
  msgstr "Short Code"
941
 
942
+ #: ../wpgform-post-type.php:1089
943
  #, fuzzy
944
  msgid "Form Description"
945
  msgstr "Opis forme"
946
 
947
+ #: ../wpgform-post-type.php:1180
948
  #, fuzzy
949
  msgid "Enter WordPress Google Form Title"
950
  msgstr "Uneti WordPress Google Form naslov"
readme.txt CHANGED
@@ -3,8 +3,8 @@ 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: 4.0
6
- Tested up to: 4.9.1
7
- Stable tag: 0.94
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -381,6 +381,9 @@ No known upgrade issues.
381
 
382
  == Change log ==
383
 
 
 
 
384
  = Version 0.94 =
385
  * Added sanitization of user agent field in submission log.
386
  * Replaced use of eval() in CAPTCHA calculation with alternate solution to address security concerns.
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: 4.0
6
+ Tested up to: 4.9.8
7
+ Stable tag: 0.95
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
381
 
382
  == Change log ==
383
 
384
+ = Version 0.95 =
385
+ * Added warning/error regarding Google's plans to drop ability to downgrade form rendering the Google Forms plugin unusable.
386
+
387
  = Version 0.94 =
388
  * Added sanitization of user agent field in submission log.
389
  * Replaced use of eval() in CAPTCHA calculation with alternate solution to address security concerns.
wpgform-core.php CHANGED
@@ -2365,4 +2365,20 @@ function wpgform_curl_transport_missing_notice()
2365
  }
2366
 
2367
  add_action( 'admin_notices', 'wpgform_curl_transport_missing_notice' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2368
  ?>
2365
  }
2366
 
2367
  add_action( 'admin_notices', 'wpgform_curl_transport_missing_notice' );
2368
+
2369
+ //
2370
+ // EOL Notice - show waring before 8/22/18, error after.
2371
+ //
2372
+ function wpgform_eol_notification_warning() {
2373
+ if ( strtotime('now') > strtotime('2018-08-22') )
2374
+ $class = 'notice notice-error is-dismissible';
2375
+ else
2376
+ $class = 'notice notice-warning is-dismissible';
2377
+
2378
+ $message = __( 'Google has announced plans to <a href="https://gsuiteupdates.googleblog.com/2018/07/migration-to-new-google-forms-ui_19.html">remove the Google Forms downgrade option</a>. The <a href="https://wordpress.org/plugins/wpgform/">Google Forms plugin</a> may no longer work after August 22, 2018. The <a href="https://wordpress.org/plugins/wpgform/">Google Forms plugin</a> does not work with the new version of Google Forms.', WPGFORM_I18N_DOMAIN );
2379
+
2380
+ printf( '<div class="%1$s"><p>%2$s</p></div>', esc_attr( $class ), $message );
2381
+ }
2382
+ add_action( 'admin_notices', 'wpgform_eol_notification_warning' );
2383
+
2384
  ?>